<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  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, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.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, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::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"] {
  margin-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"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-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-top: 8px;
  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 2px;
}

.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 {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 95px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.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: -72px;
  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: 0px;
  padding-left: 0px;
  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:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.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__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.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--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: #2a87d0;
  color: #fff;
}

.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 ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range ,
.react-datepicker__year-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__year-text--in-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__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.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 {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.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: 0px 6px 0px 0px;
  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: "\00d7";
}

.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__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.ds-v1{/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */}@font-face{.ds-v1{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.svg#klinic-slab") format("svg");font-weight:400;font-style:normal}}@font-face{.ds-v1{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslablight-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.svg#klinic-slab") format("svg");font-weight:100;font-style:normal}}.ds-v1 html{-webkit-box-sizing:border-box;box-sizing:border-box}.ds-v1 *,.ds-v1 *:before,.ds-v1 *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.ds-v1 html{line-height:1.15;-webkit-text-size-adjust:100%}.ds-v1 body{margin:0}.ds-v1 h1{font-size:2em;margin:0.67em 0}.ds-v1 hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}.ds-v1 pre{font-family:monospace, monospace;font-size:1em}.ds-v1 a{background-color:transparent}.ds-v1 abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.ds-v1 b,.ds-v1 strong{font-weight:bolder}.ds-v1 code,.ds-v1 kbd,.ds-v1 samp{font-family:monospace, monospace;font-size:1em}.ds-v1 small{font-size:80%}.ds-v1 sub,.ds-v1 sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.ds-v1 sub{bottom:-0.25em}.ds-v1 sup{top:-0.5em}.ds-v1 img{border-style:none}.ds-v1 button,.ds-v1 input,.ds-v1 optgroup,.ds-v1 select,.ds-v1 textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.ds-v1 button,.ds-v1 input{overflow:visible}.ds-v1 button,.ds-v1 select{text-transform:none}.ds-v1 button,.ds-v1 [type="button"],.ds-v1 [type="reset"],.ds-v1 [type="submit"]{-webkit-appearance:button}.ds-v1 button::-moz-focus-inner,.ds-v1 [type="button"]::-moz-focus-inner,.ds-v1 [type="reset"]::-moz-focus-inner,.ds-v1 [type="submit"]::-moz-focus-inner{border-style:none;padding:0}.ds-v1 button:-moz-focusring,.ds-v1 [type="button"]:-moz-focusring,.ds-v1 [type="reset"]:-moz-focusring,.ds-v1 [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}.ds-v1 fieldset{padding:0.35em 0.75em 0.625em}.ds-v1 legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.ds-v1 progress{vertical-align:baseline}.ds-v1 textarea{overflow:auto}.ds-v1 [type="checkbox"],.ds-v1 [type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.ds-v1 [type="number"]::-webkit-inner-spin-button,.ds-v1 [type="number"]::-webkit-outer-spin-button{height:auto}.ds-v1 [type="search"]{-webkit-appearance:textfield;outline-offset:-2px}.ds-v1 [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.ds-v1 ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.ds-v1 details{display:block}.ds-v1 summary{display:list-item}.ds-v1 template{display:none}.ds-v1 [hidden]{display:none}.ds-v1 body,.ds-v1 h1,.ds-v1 h2,.ds-v1 h3,.ds-v1 h4,.ds-v1 h5,.ds-v1 h6,.ds-v1 blockquote,.ds-v1 p,.ds-v1 pre,.ds-v1 dl,.ds-v1 dd,.ds-v1 ol,.ds-v1 ul,.ds-v1 figure,.ds-v1 hr,.ds-v1 fieldset,.ds-v1 legend{margin:0;padding:0}.ds-v1 li&gt;ol,.ds-v1 li&gt;ul{margin-bottom:0}.ds-v1 table{border-collapse:collapse;border-spacing:0}.ds-v1 fieldset{min-width:0;border:0}.ds-v1 b,.ds-v1 strong{font-weight:400}.ds-v1 address,.ds-v1 h1,.ds-v1 h2,.ds-v1 h3,.ds-v1 h4,.ds-v1 h5,.ds-v1 h6,.ds-v1 blockquote,.ds-v1 p,.ds-v1 pre,.ds-v1 dl,.ds-v1 ol,.ds-v1 ul,.ds-v1 figure,.ds-v1 hr,.ds-v1 table,.ds-v1 fieldset{margin-bottom:24px}.ds-v1 dd,.ds-v1 ol,.ds-v1 ul{margin-left:24px}.ds-v1 button,.ds-v1 input,.ds-v1 optgroup,.ds-v1 select,.ds-v1 textarea{font-size:1rem;line-height:1.5;font-weight:inherit}html a,html button,html [tabindex]{outline-width:2px;outline-color:#95CFEE;outline-offset:-1px}html a:focus,html button:focus,html [tabindex]:focus{outline-style:solid}.is-using-pointer a:focus,.is-using-pointer button:focus,.is-using-pointer [tabindex]:focus{outline-style:none}@media print{.ds-v1 *,.ds-v1 *:before,.ds-v1 *:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}.ds-v1 a,.ds-v1 a:visited{text-decoration:underline !important}.ds-v1 a[href]:after{content:" (" attr(href) ")" !important}.ds-v1 abbr[title]:after{content:" (" attr(title) ")" !important}.ds-v1 a[href^="#"]:after,.ds-v1 a[href^="javascript:"]:after{content:"" !important}.ds-v1 pre{white-space:pre-wrap !important}.ds-v1 pre,.ds-v1 blockquote{border:1px solid #999 !important;page-break-inside:avoid !important}.ds-v1 thead{display:table-header-group !important}.ds-v1 tr,.ds-v1 img{page-break-inside:avoid !important}.ds-v1 p,.ds-v1 h2,.ds-v1 h3{orphans:3 !important;widows:3 !important}.ds-v1 h2,.ds-v1 h3{page-break-after:avoid !important}}.ds-v1 abbr[title]{border-bottom:1px dotted #3E332D;cursor:help;text-decoration:none}.ds-v1 blockquote{font-size:1.3125rem;line-height:1.71429;margin-bottom:24px}.ds-v1 code{font-family:"source-code-pro", monospace}.ds-v1 p code,.ds-v1 li code{background:#F7F6F5;color:#AE0A46;padding:2px}.ds-v1 h1{font-size:2.25rem;line-height:1.16667}@media print, screen and (min-width: 48em){.ds-v1 h1{font-size:2.8125rem;line-height:1.2}}@media print, screen and (min-width: 75em){.ds-v1 h1{font-size:3.375rem;line-height:1.11111}}.ds-v1 h2{font-size:1.875rem;line-height:1.2}@media print, screen and (min-width: 48em){.ds-v1 h2{font-size:2.25rem;line-height:1.16667}}@media print, screen and (min-width: 75em){.ds-v1 h2{font-size:2.625rem;line-height:1.14286}}.ds-v1 h3{font-size:1.75rem;line-height:1.28571}@media print, screen and (min-width: 48em){.ds-v1 h3{font-size:2rem;line-height:1.3125}}@media print, screen and (min-width: 75em){.ds-v1 h3{font-size:2.25rem;line-height:1.16667}}.ds-v1 h4{font-size:1.625rem;line-height:1.38462}@media print, screen and (min-width: 48em){.ds-v1 h4{font-size:1.75rem;line-height:1.28571}}@media print, screen and (min-width: 75em){.ds-v1 h4{font-size:1.875rem;line-height:1.2}}.ds-v1 h5{font-size:1.5rem;line-height:1.25}.ds-v1 h6{font-size:1.375rem;line-height:1.36364}.ds-v1 h1,.ds-v1 h2,.ds-v1 h3,.ds-v1 h4,.ds-v1 h5,.ds-v1 h6{color:#222;font-family:"klinic-slab",Verdana,serif;font-weight:100}.ds-v1 hr{border:none;border-top:1px solid #E6E6E5;width:100%}.ds-v1 img{max-width:100%;font-style:italic;vertical-align:middle}.ds-v1 img[width],.ds-v1 img[height]{max-width:none}.ds-v1 a{color:#AE0A46;text-decoration:none}.ds-v1 a:hover,.ds-v1 a:focus{color:#6F062D}.ds-v1 html{font-size:1em;line-height:1.5;overflow-y:scroll;min-height:100%}body{color:#3E332D;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:100;-webkit-font-smoothing:antialiased}.ds-v1 table{width:100%}.ds-v1 th{font-weight:400}.ds-v1 .o-box{display:block;padding:12px}.ds-v1 .o-box&gt;:last-child{margin-bottom:0}@media print, screen and (min-width: 48em){.ds-v1 .o-box{padding-bottom:24px;padding-top:24px}}.ds-v1 .o-box--flush{padding:0}.ds-v1 .o-box--tiny{padding:6px}.ds-v1 .o-box--small{padding:12px}.ds-v1 .o-box--large{padding:48px}.ds-v1 .o-box--huge{padding:96px}.ds-v1 .o-clamp-line{position:relative;overflow:hidden}.ds-v1 .o-clamp-line--1-line{height:1.1em}.ds-v1 .o-clamp-line--2-line{height:2.1em}.ds-v1 .o-clamp-line--3-line{height:3.1em}.ds-v1 .o-clamp-line--4-line{height:4.1em}.ds-v1 .o-clamp-line--5-line{height:5.1em}.ds-v1 .o-clamp-line:after{content:"";text-align:right;position:absolute;bottom:0;right:0;width:80px;height:1.1em;background:-webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(70%, #fff));background:linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 70%)}@supports (-webkit-box-orient: vertical){.ds-v1 .o-clamp-line{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;/*! autoprefixer: off */-webkit-box-orient:vertical}.ds-v1 .o-clamp-line:after{display:none}.ds-v1 .o-clamp-line--1-line{-webkit-line-clamp:1;height:inherit}.ds-v1 .o-clamp-line--2-line{-webkit-line-clamp:2;height:inherit}.ds-v1 .o-clamp-line--3-line{-webkit-line-clamp:3;height:inherit}.ds-v1 .o-clamp-line--4-line{-webkit-line-clamp:4;height:inherit}.ds-v1 .o-clamp-line--5-line{-webkit-line-clamp:5;height:inherit}.ds-v1 .o-clamp-line--align-full .o-clamp-line--1-line{min-height:1.1em}.ds-v1 .o-clamp-line--align-full .o-clamp-line--2-line{min-height:2.1em}.ds-v1 .o-clamp-line--align-full .o-clamp-line--3-line{min-height:3.1em}.ds-v1 .o-clamp-line--align-full .o-clamp-line--4-line{min-height:4.1em}.ds-v1 .o-clamp-line--align-full .o-clamp-line--5-line{min-height:5.1em}}.ds-v1 .o-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.ds-v1 .o-grid__item{-ms-flex:1 1;flex:1 1;min-height:1px;width:100%}.ds-v1 .o-grid--top{-ms-flex-align:start;align-items:flex-start}.ds-v1 .o-grid--bottom{-ms-flex-align:end;align-items:flex-end}.ds-v1 .o-grid--center{-ms-flex-align:center;align-items:center}.ds-v1 .o-grid--baseline{-ms-flex-align:baseline;align-items:baseline}.ds-v1 .o-grid__item--top{-ms-flex-item-align:start;align-self:flex-start}.ds-v1 .o-grid__item--bottom{-ms-flex-item-align:end;align-self:flex-end}.ds-v1 .o-grid__item--center{-ms-flex-item-align:center;align-self:center}.ds-v1 .o-grid__item--baseline{-ms-flex-item-align:baseline;align-self:baseline}.ds-v1 .o-grid--justify-left{-ms-flex-pack:start;justify-content:flex-start}.ds-v1 .o-grid--justify-right{-ms-flex-pack:end;justify-content:flex-end}.ds-v1 .o-grid--justify-center{-ms-flex-pack:center;justify-content:center}.ds-v1 .o-grid--justify-between{-ms-flex-pack:justify;justify-content:space-between}.ds-v1 .o-grid--justify-around{-ms-flex-pack:distribute;justify-content:space-around}.ds-v1 .o-grid--justify-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.ds-v1 .o-grid--full-height{height:100%}.ds-v1 .o-grid--reverse{direction:rtl}.ds-v1 .o-grid--reverse&gt;.o-grid__item{direction:ltr}.ds-v1 .o-grid__item--shrink{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.ds-v1 .o-grid--gutters{margin-left:-24px}.ds-v1 .o-grid--gutters&gt;.o-grid__item{padding-left:24px}.ds-v1 .o-grid--gutters-tiny{margin-left:-6px}.ds-v1 .o-grid--gutters-tiny&gt;.o-grid__item{padding-left:6px}.ds-v1 .o-grid--gutters-small{margin-left:-12px}.ds-v1 .o-grid--gutters-small&gt;.o-grid__item{padding-left:12px}.ds-v1 .o-grid--gutters-large{margin-left:-48px}.ds-v1 .o-grid--gutters-large&gt;.o-grid__item{padding-left:48px}.ds-v1 .o-grid--gutters-huge{margin-left:-96px}.ds-v1 .o-grid--gutters-huge&gt;.o-grid__item{padding-left:96px}.ds-v1 .o-grid--gutters-none{margin-left:0}.ds-v1 .o-grid--gutters-none&gt;.o-grid__item{padding-left:0}@media print, screen and (min-width: 35.5em){.ds-v1 .o-grid--gutters\@mobile-landscape{margin-left:-24px}.ds-v1 .o-grid--gutters\@mobile-landscape&gt;.o-grid__item{padding-left:24px}.ds-v1 .o-grid--gutters-tiny\@mobile-landscape{margin-left:-6px}.ds-v1 .o-grid--gutters-tiny\@mobile-landscape&gt;.o-grid__item{padding-left:6px}.ds-v1 .o-grid--gutters-small\@mobile-landscape{margin-left:-12px}.ds-v1 .o-grid--gutters-small\@mobile-landscape&gt;.o-grid__item{padding-left:12px}.ds-v1 .o-grid--gutters-large\@mobile-landscape{margin-left:-48px}.ds-v1 .o-grid--gutters-large\@mobile-landscape&gt;.o-grid__item{padding-left:48px}.ds-v1 .o-grid--gutters-huge\@mobile-landscape{margin-left:-96px}.ds-v1 .o-grid--gutters-huge\@mobile-landscape&gt;.o-grid__item{padding-left:96px}.ds-v1 .o-grid--gutters-none\@mobile-landscape{margin-left:0}.ds-v1 .o-grid--gutters-none\@mobile-landscape&gt;.o-grid__item{padding-left:0}}@media print, screen and (min-width: 48em){.ds-v1 .o-grid--gutters\@tablet{margin-left:-24px}.ds-v1 .o-grid--gutters\@tablet&gt;.o-grid__item{padding-left:24px}.ds-v1 .o-grid--gutters-tiny\@tablet{margin-left:-6px}.ds-v1 .o-grid--gutters-tiny\@tablet&gt;.o-grid__item{padding-left:6px}.ds-v1 .o-grid--gutters-small\@tablet{margin-left:-12px}.ds-v1 .o-grid--gutters-small\@tablet&gt;.o-grid__item{padding-left:12px}.ds-v1 .o-grid--gutters-large\@tablet{margin-left:-48px}.ds-v1 .o-grid--gutters-large\@tablet&gt;.o-grid__item{padding-left:48px}.ds-v1 .o-grid--gutters-huge\@tablet{margin-left:-96px}.ds-v1 .o-grid--gutters-huge\@tablet&gt;.o-grid__item{padding-left:96px}.ds-v1 .o-grid--gutters-none\@tablet{margin-left:0}.ds-v1 .o-grid--gutters-none\@tablet&gt;.o-grid__item{padding-left:0}}@media print, screen and (min-width: 64em){.ds-v1 .o-grid--gutters\@tablet-landscape{margin-left:-24px}.ds-v1 .o-grid--gutters\@tablet-landscape&gt;.o-grid__item{padding-left:24px}.ds-v1 .o-grid--gutters-tiny\@tablet-landscape{margin-left:-6px}.ds-v1 .o-grid--gutters-tiny\@tablet-landscape&gt;.o-grid__item{padding-left:6px}.ds-v1 .o-grid--gutters-small\@tablet-landscape{margin-left:-12px}.ds-v1 .o-grid--gutters-small\@tablet-landscape&gt;.o-grid__item{padding-left:12px}.ds-v1 .o-grid--gutters-large\@tablet-landscape{margin-left:-48px}.ds-v1 .o-grid--gutters-large\@tablet-landscape&gt;.o-grid__item{padding-left:48px}.ds-v1 .o-grid--gutters-huge\@tablet-landscape{margin-left:-96px}.ds-v1 .o-grid--gutters-huge\@tablet-landscape&gt;.o-grid__item{padding-left:96px}.ds-v1 .o-grid--gutters-none\@tablet-landscape{margin-left:0}.ds-v1 .o-grid--gutters-none\@tablet-landscape&gt;.o-grid__item{padding-left:0}}@media print, screen and (min-width: 75em){.ds-v1 .o-grid--gutters\@desktop{margin-left:-24px}.ds-v1 .o-grid--gutters\@desktop&gt;.o-grid__item{padding-left:24px}.ds-v1 .o-grid--gutters-tiny\@desktop{margin-left:-6px}.ds-v1 .o-grid--gutters-tiny\@desktop&gt;.o-grid__item{padding-left:6px}.ds-v1 .o-grid--gutters-small\@desktop{margin-left:-12px}.ds-v1 .o-grid--gutters-small\@desktop&gt;.o-grid__item{padding-left:12px}.ds-v1 .o-grid--gutters-large\@desktop{margin-left:-48px}.ds-v1 .o-grid--gutters-large\@desktop&gt;.o-grid__item{padding-left:48px}.ds-v1 .o-grid--gutters-huge\@desktop{margin-left:-96px}.ds-v1 .o-grid--gutters-huge\@desktop&gt;.o-grid__item{padding-left:96px}.ds-v1 .o-grid--gutters-none\@desktop{margin-left:0}.ds-v1 .o-grid--gutters-none\@desktop&gt;.o-grid__item{padding-left:0}}@media print, screen and (min-width: 90em){.ds-v1 .o-grid--gutters\@desktop-large{margin-left:-24px}.ds-v1 .o-grid--gutters\@desktop-large&gt;.o-grid__item{padding-left:24px}.ds-v1 .o-grid--gutters-tiny\@desktop-large{margin-left:-6px}.ds-v1 .o-grid--gutters-tiny\@desktop-large&gt;.o-grid__item{padding-left:6px}.ds-v1 .o-grid--gutters-small\@desktop-large{margin-left:-12px}.ds-v1 .o-grid--gutters-small\@desktop-large&gt;.o-grid__item{padding-left:12px}.ds-v1 .o-grid--gutters-large\@desktop-large{margin-left:-48px}.ds-v1 .o-grid--gutters-large\@desktop-large&gt;.o-grid__item{padding-left:48px}.ds-v1 .o-grid--gutters-huge\@desktop-large{margin-left:-96px}.ds-v1 .o-grid--gutters-huge\@desktop-large&gt;.o-grid__item{padding-left:96px}.ds-v1 .o-grid--gutters-none\@desktop-large{margin-left:0}.ds-v1 .o-grid--gutters-none\@desktop-large&gt;.o-grid__item{padding-left:0}}.ds-v1 .o-list-bare{list-style:none;margin-left:0}.ds-v1 .o-list-bare__item{margin-left:0}.ds-v1 .o-list-inline{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;list-style:none;margin-left:0}.ds-v1 .o-list-inline__item+.o-list-inline__item{margin-left:12px}.ds-v1 .o-list-inline--pipe .o-list-inline__item+.o-list-inline__item::before{color:#CBC4C3;content:"|";margin-right:12px}.ds-v1 .o-list-inline--flush .o-list-inline__item+.o-list-inline__item{margin-left:0}.ds-v1 .o-media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.ds-v1 .o-media__image{margin-right:24px;-ms-flex:0 0 auto;flex:0 0 auto}.ds-v1 .o-media__image&gt;img{display:block}.ds-v1 .o-media__body{display:block}.ds-v1 .o-media__body,.ds-v1 .o-media__body&gt;:last-child{margin-bottom:0}.ds-v1 .o-media--flush&gt;.o-media__image{margin-right:0}.ds-v1 .o-media--flush.o-media--reverse&gt;.o-media__image{margin-left:0}.ds-v1 .o-media--tiny&gt;.o-media__image{margin-right:6px}.ds-v1 .o-media--tiny.o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:6px}.ds-v1 .o-media--small&gt;.o-media__image{margin-right:12px}.ds-v1 .o-media--small.o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:12px}.ds-v1 .o-media--large&gt;.o-media__image{margin-right:48px}.ds-v1 .o-media--large.o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:48px}.ds-v1 .o-media--huge&gt;.o-media__image{margin-right:96px}.ds-v1 .o-media--huge.o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:96px}.ds-v1 .o-media--reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ds-v1 .o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:24px}.ds-v1 .o-media--center{-ms-flex-align:center;align-items:center}.ds-v1 .o-table{width:100%}.ds-v1 .o-table th,.ds-v1 .o-table td{border-bottom:1px solid #E6E6E5;text-align:left;vertical-align:top}.ds-v1 .o-table--fixed{table-layout:fixed}.ds-v1 .o-table--tiny th,.ds-v1 .o-table--tiny td{padding:6px}.ds-v1 .o-table--small th,.ds-v1 .o-table--small td{padding:12px}.ds-v1 .o-table--large th,.ds-v1 .o-table--large td{padding:48px}.ds-v1 .o-table--huge th,.ds-v1 .o-table--huge td{padding:96px}.ds-v1 .o-wrapper{margin-right:auto;margin-left:auto;max-width:1200px}.ds-v1 .o-wrapper-large{margin-right:auto;margin-left:auto;max-width:1440px}.ds-v1 .u-clearfix:after{content:"" !important;display:block !important;clear:both !important}.ds-v1 .u-h1{font-size:2.25rem;line-height:1.16667}@media print, screen and (min-width: 48em){.ds-v1 .u-h1{font-size:2.8125rem;line-height:1.2}}@media print, screen and (min-width: 75em){.ds-v1 .u-h1{font-size:3.375rem;line-height:1.11111}}.ds-v1 .u-h2{font-size:1.875rem;line-height:1.2}@media print, screen and (min-width: 48em){.ds-v1 .u-h2{font-size:2.25rem;line-height:1.16667}}@media print, screen and (min-width: 75em){.ds-v1 .u-h2{font-size:2.625rem;line-height:1.14286}}.ds-v1 .u-h3{font-size:1.75rem;line-height:1.28571}@media print, screen and (min-width: 48em){.ds-v1 .u-h3{font-size:2rem;line-height:1.3125}}@media print, screen and (min-width: 75em){.ds-v1 .u-h3{font-size:2.25rem;line-height:1.16667}}.ds-v1 .u-h4{font-size:1.625rem;line-height:1.38462}@media print, screen and (min-width: 48em){.ds-v1 .u-h4{font-size:1.75rem;line-height:1.28571}}@media print, screen and (min-width: 75em){.ds-v1 .u-h4{font-size:1.875rem;line-height:1.2}}.ds-v1 .u-h5{font-size:1.5rem;line-height:1.25}.ds-v1 .u-h6{font-size:1.375rem;line-height:1.36364}.ds-v1 .u-hide-visually{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:1px !important}.ds-v1 .u-hide-visually--focusable:active,.ds-v1 .u-hide-visually--focusable:focus{clip:auto !important;clip-path:none !important;height:auto !important;margin:0 !important;overflow:visible !important;position:static !important;width:auto !important;white-space:inherit !important}.ds-v1 .u-hide{display:none !important}.ds-v1 .u-invisible{visibility:hidden !important}@media print{.ds-v1 .u-hide\@print{display:none !important}}@media print{.ds-v1 .u-show\@print{display:initial !important}}@media print, screen and (min-width: 35.5em){.ds-v1 .u-hide\@mobile-landscape{display:none !important}}@media screen and (max-width: 35.49em){.ds-v1 .u-show\@mobile-landscape{display:none !important}}@media print, screen and (min-width: 35.5em){.ds-v1 .u-invisible\@mobile-landscape{visibility:hidden !important}}@media print, screen and (min-width: 48em){.ds-v1 .u-hide\@tablet{display:none !important}}@media screen and (max-width: 47.99em){.ds-v1 .u-show\@tablet{display:none !important}}@media print, screen and (min-width: 48em){.ds-v1 .u-invisible\@tablet{visibility:hidden !important}}@media print, screen and (min-width: 64em){.ds-v1 .u-hide\@tablet-landscape{display:none !important}}@media screen and (max-width: 63.99em){.ds-v1 .u-show\@tablet-landscape{display:none !important}}@media print, screen and (min-width: 64em){.ds-v1 .u-invisible\@tablet-landscape{visibility:hidden !important}}@media print, screen and (min-width: 75em){.ds-v1 .u-hide\@desktop{display:none !important}}@media screen and (max-width: 74.99em){.ds-v1 .u-show\@desktop{display:none !important}}@media print, screen and (min-width: 75em){.ds-v1 .u-invisible\@desktop{visibility:hidden !important}}@media print, screen and (min-width: 90em){.ds-v1 .u-hide\@desktop-large{display:none !important}}@media screen and (max-width: 89.99em){.ds-v1 .u-show\@desktop-large{display:none !important}}@media print, screen and (min-width: 90em){.ds-v1 .u-invisible\@desktop-large{visibility:hidden !important}}.ds-v1 .u-margin-bot{margin-bottom:24px !important}.ds-v1 .u-margin-bot-tiny{margin-bottom:6px !important}.ds-v1 .u-margin-bot-small{margin-bottom:12px !important}.ds-v1 .u-margin-bot-large{margin-bottom:48px !important}.ds-v1 .u-margin-bot-huge{margin-bottom:96px !important}.ds-v1 .u-margin-bot-none{margin-bottom:0 !important}@media print, screen and (min-width: 35.5em){.ds-v1 .u-margin-bot\@mobile-landscape{margin-bottom:24px !important}.ds-v1 .u-margin-bot-tiny\@mobile-landscape{margin-bottom:6px !important}.ds-v1 .u-margin-bot-small\@mobile-landscape{margin-bottom:12px !important}.ds-v1 .u-margin-bot-large\@mobile-landscape{margin-bottom:48px !important}.ds-v1 .u-margin-bot-huge\@mobile-landscape{margin-bottom:96px !important}.ds-v1 .u-margin-bot-none\@mobile-landscape{margin-bottom:0 !important}}@media print, screen and (min-width: 48em){.ds-v1 .u-margin-bot\@tablet{margin-bottom:24px !important}.ds-v1 .u-margin-bot-tiny\@tablet{margin-bottom:6px !important}.ds-v1 .u-margin-bot-small\@tablet{margin-bottom:12px !important}.ds-v1 .u-margin-bot-large\@tablet{margin-bottom:48px !important}.ds-v1 .u-margin-bot-huge\@tablet{margin-bottom:96px !important}.ds-v1 .u-margin-bot-none\@tablet{margin-bottom:0 !important}}@media print, screen and (min-width: 64em){.ds-v1 .u-margin-bot\@tablet-landscape{margin-bottom:24px !important}.ds-v1 .u-margin-bot-tiny\@tablet-landscape{margin-bottom:6px !important}.ds-v1 .u-margin-bot-small\@tablet-landscape{margin-bottom:12px !important}.ds-v1 .u-margin-bot-large\@tablet-landscape{margin-bottom:48px !important}.ds-v1 .u-margin-bot-huge\@tablet-landscape{margin-bottom:96px !important}.ds-v1 .u-margin-bot-none\@tablet-landscape{margin-bottom:0 !important}}@media print, screen and (min-width: 75em){.ds-v1 .u-margin-bot\@desktop{margin-bottom:24px !important}.ds-v1 .u-margin-bot-tiny\@desktop{margin-bottom:6px !important}.ds-v1 .u-margin-bot-small\@desktop{margin-bottom:12px !important}.ds-v1 .u-margin-bot-large\@desktop{margin-bottom:48px !important}.ds-v1 .u-margin-bot-huge\@desktop{margin-bottom:96px !important}.ds-v1 .u-margin-bot-none\@desktop{margin-bottom:0 !important}}@media print, screen and (min-width: 90em){.ds-v1 .u-margin-bot\@desktop-large{margin-bottom:24px !important}.ds-v1 .u-margin-bot-tiny\@desktop-large{margin-bottom:6px !important}.ds-v1 .u-margin-bot-small\@desktop-large{margin-bottom:12px !important}.ds-v1 .u-margin-bot-large\@desktop-large{margin-bottom:48px !important}.ds-v1 .u-margin-bot-huge\@desktop-large{margin-bottom:96px !important}.ds-v1 .u-margin-bot-none\@desktop-large{margin-bottom:0 !important}}.ds-v1 .u-no-wrap{white-space:nowrap !important}.ds-v1 .u-transition-none{-webkit-transition:none !important;transition:none !important}.ds-v1 .u-truncate{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.ds-v1 .u-truncate-parent{min-width:0% !important}.ds-v1 .u-text-left{text-align:left !important}.ds-v1 .u-text-center{text-align:center !important}.ds-v1 .u-text-right{text-align:right !important}.ds-v1 .u-text-bold{font-weight:400 !important}.ds-v1 .u-text-bolder{font-weight:700 !important}.ds-v1 .u-text-italic{font-style:italic !important}.ds-v1 .u-text-strikethrough{text-decoration:line-through !important}.ds-v1 .u-text-capitalize{text-transform:capitalize !important}.ds-v1 .u-text-uppercase{text-transform:uppercase !important}.ds-v1 .u-text-ghost{color:#CBC4C3 !important}.ds-v1 .u-text-constrain{max-width:75ch !important}.ds-v1 .u-1\/1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-1\/1{margin-left:100%}.ds-v1 .u-pull-1\/1{margin-right:100%}.ds-v1 .u-1\/2{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-1\/2{margin-left:50%}.ds-v1 .u-pull-1\/2{margin-right:50%}.ds-v1 .u-2\/2{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-2\/2{margin-left:100%}.ds-v1 .u-pull-2\/2{margin-right:100%}.ds-v1 .u-1\/3{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-1\/3{margin-left:33.33333%}.ds-v1 .u-pull-1\/3{margin-right:33.33333%}.ds-v1 .u-2\/3{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-2\/3{margin-left:66.66667%}.ds-v1 .u-pull-2\/3{margin-right:66.66667%}.ds-v1 .u-3\/3{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-3\/3{margin-left:100%}.ds-v1 .u-pull-3\/3{margin-right:100%}.ds-v1 .u-1\/4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ds-v1 .u-push-1\/4{margin-left:25%}.ds-v1 .u-pull-1\/4{margin-right:25%}.ds-v1 .u-2\/4{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-2\/4{margin-left:50%}.ds-v1 .u-pull-2\/4{margin-right:50%}.ds-v1 .u-3\/4{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ds-v1 .u-push-3\/4{margin-left:75%}.ds-v1 .u-pull-3\/4{margin-right:75%}.ds-v1 .u-4\/4{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-4\/4{margin-left:100%}.ds-v1 .u-pull-4\/4{margin-right:100%}.ds-v1 .u-1\/5{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.ds-v1 .u-push-1\/5{margin-left:20%}.ds-v1 .u-pull-1\/5{margin-right:20%}.ds-v1 .u-2\/5{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.ds-v1 .u-push-2\/5{margin-left:40%}.ds-v1 .u-pull-2\/5{margin-right:40%}.ds-v1 .u-3\/5{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.ds-v1 .u-push-3\/5{margin-left:60%}.ds-v1 .u-pull-3\/5{margin-right:60%}.ds-v1 .u-4\/5{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.ds-v1 .u-push-4\/5{margin-left:80%}.ds-v1 .u-pull-4\/5{margin-right:80%}.ds-v1 .u-5\/5{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-5\/5{margin-left:100%}.ds-v1 .u-pull-5\/5{margin-right:100%}.ds-v1 .u-1\/6{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ds-v1 .u-push-1\/6{margin-left:16.66667%}.ds-v1 .u-pull-1\/6{margin-right:16.66667%}.ds-v1 .u-2\/6{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-2\/6{margin-left:33.33333%}.ds-v1 .u-pull-2\/6{margin-right:33.33333%}.ds-v1 .u-3\/6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-3\/6{margin-left:50%}.ds-v1 .u-pull-3\/6{margin-right:50%}.ds-v1 .u-4\/6{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-4\/6{margin-left:66.66667%}.ds-v1 .u-pull-4\/6{margin-right:66.66667%}.ds-v1 .u-5\/6{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ds-v1 .u-push-5\/6{margin-left:83.33333%}.ds-v1 .u-pull-5\/6{margin-right:83.33333%}.ds-v1 .u-6\/6{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-6\/6{margin-left:100%}.ds-v1 .u-pull-6\/6{margin-right:100%}.ds-v1 .u-push-none{margin-left:0}.ds-v1 .u-pull-none{margin-right:0}.ds-v1 .u-push-auto{margin-left:auto}.ds-v1 .u-width-auto{-ms-flex:1 1;flex:1 1}.ds-v1 .u-width-shrink{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}@media print, screen and (min-width: 35.5em){.ds-v1 .u-1\/1\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-1\/1\@mobile-landscape{margin-left:100%}.ds-v1 .u-pull-1\/1\@mobile-landscape{margin-right:100%}.ds-v1 .u-1\/2\@mobile-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-1\/2\@mobile-landscape{margin-left:50%}.ds-v1 .u-pull-1\/2\@mobile-landscape{margin-right:50%}.ds-v1 .u-2\/2\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-2\/2\@mobile-landscape{margin-left:100%}.ds-v1 .u-pull-2\/2\@mobile-landscape{margin-right:100%}.ds-v1 .u-1\/3\@mobile-landscape{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-1\/3\@mobile-landscape{margin-left:33.33333%}.ds-v1 .u-pull-1\/3\@mobile-landscape{margin-right:33.33333%}.ds-v1 .u-2\/3\@mobile-landscape{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-2\/3\@mobile-landscape{margin-left:66.66667%}.ds-v1 .u-pull-2\/3\@mobile-landscape{margin-right:66.66667%}.ds-v1 .u-3\/3\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-3\/3\@mobile-landscape{margin-left:100%}.ds-v1 .u-pull-3\/3\@mobile-landscape{margin-right:100%}.ds-v1 .u-1\/4\@mobile-landscape{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ds-v1 .u-push-1\/4\@mobile-landscape{margin-left:25%}.ds-v1 .u-pull-1\/4\@mobile-landscape{margin-right:25%}.ds-v1 .u-2\/4\@mobile-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-2\/4\@mobile-landscape{margin-left:50%}.ds-v1 .u-pull-2\/4\@mobile-landscape{margin-right:50%}.ds-v1 .u-3\/4\@mobile-landscape{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ds-v1 .u-push-3\/4\@mobile-landscape{margin-left:75%}.ds-v1 .u-pull-3\/4\@mobile-landscape{margin-right:75%}.ds-v1 .u-4\/4\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-4\/4\@mobile-landscape{margin-left:100%}.ds-v1 .u-pull-4\/4\@mobile-landscape{margin-right:100%}.ds-v1 .u-1\/5\@mobile-landscape{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.ds-v1 .u-push-1\/5\@mobile-landscape{margin-left:20%}.ds-v1 .u-pull-1\/5\@mobile-landscape{margin-right:20%}.ds-v1 .u-2\/5\@mobile-landscape{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.ds-v1 .u-push-2\/5\@mobile-landscape{margin-left:40%}.ds-v1 .u-pull-2\/5\@mobile-landscape{margin-right:40%}.ds-v1 .u-3\/5\@mobile-landscape{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.ds-v1 .u-push-3\/5\@mobile-landscape{margin-left:60%}.ds-v1 .u-pull-3\/5\@mobile-landscape{margin-right:60%}.ds-v1 .u-4\/5\@mobile-landscape{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.ds-v1 .u-push-4\/5\@mobile-landscape{margin-left:80%}.ds-v1 .u-pull-4\/5\@mobile-landscape{margin-right:80%}.ds-v1 .u-5\/5\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-5\/5\@mobile-landscape{margin-left:100%}.ds-v1 .u-pull-5\/5\@mobile-landscape{margin-right:100%}.ds-v1 .u-1\/6\@mobile-landscape{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ds-v1 .u-push-1\/6\@mobile-landscape{margin-left:16.66667%}.ds-v1 .u-pull-1\/6\@mobile-landscape{margin-right:16.66667%}.ds-v1 .u-2\/6\@mobile-landscape{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-2\/6\@mobile-landscape{margin-left:33.33333%}.ds-v1 .u-pull-2\/6\@mobile-landscape{margin-right:33.33333%}.ds-v1 .u-3\/6\@mobile-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-3\/6\@mobile-landscape{margin-left:50%}.ds-v1 .u-pull-3\/6\@mobile-landscape{margin-right:50%}.ds-v1 .u-4\/6\@mobile-landscape{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-4\/6\@mobile-landscape{margin-left:66.66667%}.ds-v1 .u-pull-4\/6\@mobile-landscape{margin-right:66.66667%}.ds-v1 .u-5\/6\@mobile-landscape{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ds-v1 .u-push-5\/6\@mobile-landscape{margin-left:83.33333%}.ds-v1 .u-pull-5\/6\@mobile-landscape{margin-right:83.33333%}.ds-v1 .u-6\/6\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-6\/6\@mobile-landscape{margin-left:100%}.ds-v1 .u-pull-6\/6\@mobile-landscape{margin-right:100%}.ds-v1 .u-push-none\@mobile-landscape{margin-left:0}.ds-v1 .u-pull-none\@mobile-landscape{margin-right:0}.ds-v1 .u-push-auto\@mobile-landscape{margin-left:auto}.ds-v1 .u-width-auto\@mobile-landscape{-ms-flex:1 1;flex:1 1}.ds-v1 .u-width-shrink\@mobile-landscape{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media print, screen and (min-width: 48em){.ds-v1 .u-1\/1\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-1\/1\@tablet{margin-left:100%}.ds-v1 .u-pull-1\/1\@tablet{margin-right:100%}.ds-v1 .u-1\/2\@tablet{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-1\/2\@tablet{margin-left:50%}.ds-v1 .u-pull-1\/2\@tablet{margin-right:50%}.ds-v1 .u-2\/2\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-2\/2\@tablet{margin-left:100%}.ds-v1 .u-pull-2\/2\@tablet{margin-right:100%}.ds-v1 .u-1\/3\@tablet{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-1\/3\@tablet{margin-left:33.33333%}.ds-v1 .u-pull-1\/3\@tablet{margin-right:33.33333%}.ds-v1 .u-2\/3\@tablet{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-2\/3\@tablet{margin-left:66.66667%}.ds-v1 .u-pull-2\/3\@tablet{margin-right:66.66667%}.ds-v1 .u-3\/3\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-3\/3\@tablet{margin-left:100%}.ds-v1 .u-pull-3\/3\@tablet{margin-right:100%}.ds-v1 .u-1\/4\@tablet{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ds-v1 .u-push-1\/4\@tablet{margin-left:25%}.ds-v1 .u-pull-1\/4\@tablet{margin-right:25%}.ds-v1 .u-2\/4\@tablet{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-2\/4\@tablet{margin-left:50%}.ds-v1 .u-pull-2\/4\@tablet{margin-right:50%}.ds-v1 .u-3\/4\@tablet{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ds-v1 .u-push-3\/4\@tablet{margin-left:75%}.ds-v1 .u-pull-3\/4\@tablet{margin-right:75%}.ds-v1 .u-4\/4\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-4\/4\@tablet{margin-left:100%}.ds-v1 .u-pull-4\/4\@tablet{margin-right:100%}.ds-v1 .u-1\/5\@tablet{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.ds-v1 .u-push-1\/5\@tablet{margin-left:20%}.ds-v1 .u-pull-1\/5\@tablet{margin-right:20%}.ds-v1 .u-2\/5\@tablet{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.ds-v1 .u-push-2\/5\@tablet{margin-left:40%}.ds-v1 .u-pull-2\/5\@tablet{margin-right:40%}.ds-v1 .u-3\/5\@tablet{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.ds-v1 .u-push-3\/5\@tablet{margin-left:60%}.ds-v1 .u-pull-3\/5\@tablet{margin-right:60%}.ds-v1 .u-4\/5\@tablet{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.ds-v1 .u-push-4\/5\@tablet{margin-left:80%}.ds-v1 .u-pull-4\/5\@tablet{margin-right:80%}.ds-v1 .u-5\/5\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-5\/5\@tablet{margin-left:100%}.ds-v1 .u-pull-5\/5\@tablet{margin-right:100%}.ds-v1 .u-1\/6\@tablet{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ds-v1 .u-push-1\/6\@tablet{margin-left:16.66667%}.ds-v1 .u-pull-1\/6\@tablet{margin-right:16.66667%}.ds-v1 .u-2\/6\@tablet{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-2\/6\@tablet{margin-left:33.33333%}.ds-v1 .u-pull-2\/6\@tablet{margin-right:33.33333%}.ds-v1 .u-3\/6\@tablet{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-3\/6\@tablet{margin-left:50%}.ds-v1 .u-pull-3\/6\@tablet{margin-right:50%}.ds-v1 .u-4\/6\@tablet{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-4\/6\@tablet{margin-left:66.66667%}.ds-v1 .u-pull-4\/6\@tablet{margin-right:66.66667%}.ds-v1 .u-5\/6\@tablet{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ds-v1 .u-push-5\/6\@tablet{margin-left:83.33333%}.ds-v1 .u-pull-5\/6\@tablet{margin-right:83.33333%}.ds-v1 .u-6\/6\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-6\/6\@tablet{margin-left:100%}.ds-v1 .u-pull-6\/6\@tablet{margin-right:100%}.ds-v1 .u-push-none\@tablet{margin-left:0}.ds-v1 .u-pull-none\@tablet{margin-right:0}.ds-v1 .u-push-auto\@tablet{margin-left:auto}.ds-v1 .u-width-auto\@tablet{-ms-flex:1 1;flex:1 1}.ds-v1 .u-width-shrink\@tablet{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media print, screen and (min-width: 64em){.ds-v1 .u-1\/1\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-1\/1\@tablet-landscape{margin-left:100%}.ds-v1 .u-pull-1\/1\@tablet-landscape{margin-right:100%}.ds-v1 .u-1\/2\@tablet-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-1\/2\@tablet-landscape{margin-left:50%}.ds-v1 .u-pull-1\/2\@tablet-landscape{margin-right:50%}.ds-v1 .u-2\/2\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-2\/2\@tablet-landscape{margin-left:100%}.ds-v1 .u-pull-2\/2\@tablet-landscape{margin-right:100%}.ds-v1 .u-1\/3\@tablet-landscape{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-1\/3\@tablet-landscape{margin-left:33.33333%}.ds-v1 .u-pull-1\/3\@tablet-landscape{margin-right:33.33333%}.ds-v1 .u-2\/3\@tablet-landscape{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-2\/3\@tablet-landscape{margin-left:66.66667%}.ds-v1 .u-pull-2\/3\@tablet-landscape{margin-right:66.66667%}.ds-v1 .u-3\/3\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-3\/3\@tablet-landscape{margin-left:100%}.ds-v1 .u-pull-3\/3\@tablet-landscape{margin-right:100%}.ds-v1 .u-1\/4\@tablet-landscape{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ds-v1 .u-push-1\/4\@tablet-landscape{margin-left:25%}.ds-v1 .u-pull-1\/4\@tablet-landscape{margin-right:25%}.ds-v1 .u-2\/4\@tablet-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-2\/4\@tablet-landscape{margin-left:50%}.ds-v1 .u-pull-2\/4\@tablet-landscape{margin-right:50%}.ds-v1 .u-3\/4\@tablet-landscape{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ds-v1 .u-push-3\/4\@tablet-landscape{margin-left:75%}.ds-v1 .u-pull-3\/4\@tablet-landscape{margin-right:75%}.ds-v1 .u-4\/4\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-4\/4\@tablet-landscape{margin-left:100%}.ds-v1 .u-pull-4\/4\@tablet-landscape{margin-right:100%}.ds-v1 .u-1\/5\@tablet-landscape{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.ds-v1 .u-push-1\/5\@tablet-landscape{margin-left:20%}.ds-v1 .u-pull-1\/5\@tablet-landscape{margin-right:20%}.ds-v1 .u-2\/5\@tablet-landscape{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.ds-v1 .u-push-2\/5\@tablet-landscape{margin-left:40%}.ds-v1 .u-pull-2\/5\@tablet-landscape{margin-right:40%}.ds-v1 .u-3\/5\@tablet-landscape{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.ds-v1 .u-push-3\/5\@tablet-landscape{margin-left:60%}.ds-v1 .u-pull-3\/5\@tablet-landscape{margin-right:60%}.ds-v1 .u-4\/5\@tablet-landscape{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.ds-v1 .u-push-4\/5\@tablet-landscape{margin-left:80%}.ds-v1 .u-pull-4\/5\@tablet-landscape{margin-right:80%}.ds-v1 .u-5\/5\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-5\/5\@tablet-landscape{margin-left:100%}.ds-v1 .u-pull-5\/5\@tablet-landscape{margin-right:100%}.ds-v1 .u-1\/6\@tablet-landscape{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ds-v1 .u-push-1\/6\@tablet-landscape{margin-left:16.66667%}.ds-v1 .u-pull-1\/6\@tablet-landscape{margin-right:16.66667%}.ds-v1 .u-2\/6\@tablet-landscape{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-2\/6\@tablet-landscape{margin-left:33.33333%}.ds-v1 .u-pull-2\/6\@tablet-landscape{margin-right:33.33333%}.ds-v1 .u-3\/6\@tablet-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-3\/6\@tablet-landscape{margin-left:50%}.ds-v1 .u-pull-3\/6\@tablet-landscape{margin-right:50%}.ds-v1 .u-4\/6\@tablet-landscape{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-4\/6\@tablet-landscape{margin-left:66.66667%}.ds-v1 .u-pull-4\/6\@tablet-landscape{margin-right:66.66667%}.ds-v1 .u-5\/6\@tablet-landscape{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ds-v1 .u-push-5\/6\@tablet-landscape{margin-left:83.33333%}.ds-v1 .u-pull-5\/6\@tablet-landscape{margin-right:83.33333%}.ds-v1 .u-6\/6\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-6\/6\@tablet-landscape{margin-left:100%}.ds-v1 .u-pull-6\/6\@tablet-landscape{margin-right:100%}.ds-v1 .u-push-none\@tablet-landscape{margin-left:0}.ds-v1 .u-pull-none\@tablet-landscape{margin-right:0}.ds-v1 .u-push-auto\@tablet-landscape{margin-left:auto}.ds-v1 .u-width-auto\@tablet-landscape{-ms-flex:1 1;flex:1 1}.ds-v1 .u-width-shrink\@tablet-landscape{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media print, screen and (min-width: 75em){.ds-v1 .u-1\/1\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-1\/1\@desktop{margin-left:100%}.ds-v1 .u-pull-1\/1\@desktop{margin-right:100%}.ds-v1 .u-1\/2\@desktop{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-1\/2\@desktop{margin-left:50%}.ds-v1 .u-pull-1\/2\@desktop{margin-right:50%}.ds-v1 .u-2\/2\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-2\/2\@desktop{margin-left:100%}.ds-v1 .u-pull-2\/2\@desktop{margin-right:100%}.ds-v1 .u-1\/3\@desktop{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-1\/3\@desktop{margin-left:33.33333%}.ds-v1 .u-pull-1\/3\@desktop{margin-right:33.33333%}.ds-v1 .u-2\/3\@desktop{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-2\/3\@desktop{margin-left:66.66667%}.ds-v1 .u-pull-2\/3\@desktop{margin-right:66.66667%}.ds-v1 .u-3\/3\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-3\/3\@desktop{margin-left:100%}.ds-v1 .u-pull-3\/3\@desktop{margin-right:100%}.ds-v1 .u-1\/4\@desktop{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ds-v1 .u-push-1\/4\@desktop{margin-left:25%}.ds-v1 .u-pull-1\/4\@desktop{margin-right:25%}.ds-v1 .u-2\/4\@desktop{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-2\/4\@desktop{margin-left:50%}.ds-v1 .u-pull-2\/4\@desktop{margin-right:50%}.ds-v1 .u-3\/4\@desktop{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ds-v1 .u-push-3\/4\@desktop{margin-left:75%}.ds-v1 .u-pull-3\/4\@desktop{margin-right:75%}.ds-v1 .u-4\/4\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-4\/4\@desktop{margin-left:100%}.ds-v1 .u-pull-4\/4\@desktop{margin-right:100%}.ds-v1 .u-1\/5\@desktop{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.ds-v1 .u-push-1\/5\@desktop{margin-left:20%}.ds-v1 .u-pull-1\/5\@desktop{margin-right:20%}.ds-v1 .u-2\/5\@desktop{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.ds-v1 .u-push-2\/5\@desktop{margin-left:40%}.ds-v1 .u-pull-2\/5\@desktop{margin-right:40%}.ds-v1 .u-3\/5\@desktop{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.ds-v1 .u-push-3\/5\@desktop{margin-left:60%}.ds-v1 .u-pull-3\/5\@desktop{margin-right:60%}.ds-v1 .u-4\/5\@desktop{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.ds-v1 .u-push-4\/5\@desktop{margin-left:80%}.ds-v1 .u-pull-4\/5\@desktop{margin-right:80%}.ds-v1 .u-5\/5\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-5\/5\@desktop{margin-left:100%}.ds-v1 .u-pull-5\/5\@desktop{margin-right:100%}.ds-v1 .u-1\/6\@desktop{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ds-v1 .u-push-1\/6\@desktop{margin-left:16.66667%}.ds-v1 .u-pull-1\/6\@desktop{margin-right:16.66667%}.ds-v1 .u-2\/6\@desktop{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-2\/6\@desktop{margin-left:33.33333%}.ds-v1 .u-pull-2\/6\@desktop{margin-right:33.33333%}.ds-v1 .u-3\/6\@desktop{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-3\/6\@desktop{margin-left:50%}.ds-v1 .u-pull-3\/6\@desktop{margin-right:50%}.ds-v1 .u-4\/6\@desktop{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-4\/6\@desktop{margin-left:66.66667%}.ds-v1 .u-pull-4\/6\@desktop{margin-right:66.66667%}.ds-v1 .u-5\/6\@desktop{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ds-v1 .u-push-5\/6\@desktop{margin-left:83.33333%}.ds-v1 .u-pull-5\/6\@desktop{margin-right:83.33333%}.ds-v1 .u-6\/6\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-6\/6\@desktop{margin-left:100%}.ds-v1 .u-pull-6\/6\@desktop{margin-right:100%}.ds-v1 .u-push-none\@desktop{margin-left:0}.ds-v1 .u-pull-none\@desktop{margin-right:0}.ds-v1 .u-push-auto\@desktop{margin-left:auto}.ds-v1 .u-width-auto\@desktop{-ms-flex:1 1;flex:1 1}.ds-v1 .u-width-shrink\@desktop{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media print, screen and (min-width: 90em){.ds-v1 .u-1\/1\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-1\/1\@desktop-large{margin-left:100%}.ds-v1 .u-pull-1\/1\@desktop-large{margin-right:100%}.ds-v1 .u-1\/2\@desktop-large{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-1\/2\@desktop-large{margin-left:50%}.ds-v1 .u-pull-1\/2\@desktop-large{margin-right:50%}.ds-v1 .u-2\/2\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-2\/2\@desktop-large{margin-left:100%}.ds-v1 .u-pull-2\/2\@desktop-large{margin-right:100%}.ds-v1 .u-1\/3\@desktop-large{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-1\/3\@desktop-large{margin-left:33.33333%}.ds-v1 .u-pull-1\/3\@desktop-large{margin-right:33.33333%}.ds-v1 .u-2\/3\@desktop-large{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-2\/3\@desktop-large{margin-left:66.66667%}.ds-v1 .u-pull-2\/3\@desktop-large{margin-right:66.66667%}.ds-v1 .u-3\/3\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-3\/3\@desktop-large{margin-left:100%}.ds-v1 .u-pull-3\/3\@desktop-large{margin-right:100%}.ds-v1 .u-1\/4\@desktop-large{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ds-v1 .u-push-1\/4\@desktop-large{margin-left:25%}.ds-v1 .u-pull-1\/4\@desktop-large{margin-right:25%}.ds-v1 .u-2\/4\@desktop-large{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-2\/4\@desktop-large{margin-left:50%}.ds-v1 .u-pull-2\/4\@desktop-large{margin-right:50%}.ds-v1 .u-3\/4\@desktop-large{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ds-v1 .u-push-3\/4\@desktop-large{margin-left:75%}.ds-v1 .u-pull-3\/4\@desktop-large{margin-right:75%}.ds-v1 .u-4\/4\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-4\/4\@desktop-large{margin-left:100%}.ds-v1 .u-pull-4\/4\@desktop-large{margin-right:100%}.ds-v1 .u-1\/5\@desktop-large{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.ds-v1 .u-push-1\/5\@desktop-large{margin-left:20%}.ds-v1 .u-pull-1\/5\@desktop-large{margin-right:20%}.ds-v1 .u-2\/5\@desktop-large{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.ds-v1 .u-push-2\/5\@desktop-large{margin-left:40%}.ds-v1 .u-pull-2\/5\@desktop-large{margin-right:40%}.ds-v1 .u-3\/5\@desktop-large{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.ds-v1 .u-push-3\/5\@desktop-large{margin-left:60%}.ds-v1 .u-pull-3\/5\@desktop-large{margin-right:60%}.ds-v1 .u-4\/5\@desktop-large{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.ds-v1 .u-push-4\/5\@desktop-large{margin-left:80%}.ds-v1 .u-pull-4\/5\@desktop-large{margin-right:80%}.ds-v1 .u-5\/5\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-5\/5\@desktop-large{margin-left:100%}.ds-v1 .u-pull-5\/5\@desktop-large{margin-right:100%}.ds-v1 .u-1\/6\@desktop-large{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ds-v1 .u-push-1\/6\@desktop-large{margin-left:16.66667%}.ds-v1 .u-pull-1\/6\@desktop-large{margin-right:16.66667%}.ds-v1 .u-2\/6\@desktop-large{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ds-v1 .u-push-2\/6\@desktop-large{margin-left:33.33333%}.ds-v1 .u-pull-2\/6\@desktop-large{margin-right:33.33333%}.ds-v1 .u-3\/6\@desktop-large{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ds-v1 .u-push-3\/6\@desktop-large{margin-left:50%}.ds-v1 .u-pull-3\/6\@desktop-large{margin-right:50%}.ds-v1 .u-4\/6\@desktop-large{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ds-v1 .u-push-4\/6\@desktop-large{margin-left:66.66667%}.ds-v1 .u-pull-4\/6\@desktop-large{margin-right:66.66667%}.ds-v1 .u-5\/6\@desktop-large{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ds-v1 .u-push-5\/6\@desktop-large{margin-left:83.33333%}.ds-v1 .u-pull-5\/6\@desktop-large{margin-right:83.33333%}.ds-v1 .u-6\/6\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ds-v1 .u-push-6\/6\@desktop-large{margin-left:100%}.ds-v1 .u-pull-6\/6\@desktop-large{margin-right:100%}.ds-v1 .u-push-none\@desktop-large{margin-left:0}.ds-v1 .u-pull-none\@desktop-large{margin-right:0}.ds-v1 .u-push-auto\@desktop-large{margin-left:auto}.ds-v1 .u-width-auto\@desktop-large{-ms-flex:1 1;flex:1 1}.ds-v1 .u-width-shrink\@desktop-large{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}.ds-v1{font-size:1rem;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:24px}.ds-v1 body,.ds-v1 div,.ds-v1 span,.ds-v1 object,.ds-v1 iframe,.ds-v1 p,.ds-v1 blockquote,.ds-v1 pre,.ds-v1 abbr,.ds-v1 address,.ds-v1 code,.ds-v1 del,.ds-v1 dfn,.ds-v1 em,.ds-v1 img,.ds-v1 q,.ds-v1 dl,.ds-v1 dt,.ds-v1 dd,.ds-v1 ol,.ds-v1 ul,.ds-v1 li,.ds-v1 fieldset,.ds-v1 form,.ds-v1 label,.ds-v1 legend,.ds-v1 table,.ds-v1 caption,.ds-v1 tbody,.ds-v1 tfoot,.ds-v1 thead,.ds-v1 tr,.ds-v1 th,.ds-v1 td,.ds-v1 article,.ds-v1 aside,.ds-v1 dialog,.ds-v1 figure,.ds-v1 footer,.ds-v1 header,.ds-v1 hgroup,.ds-v1 nav,.ds-v1 section{font-size:inherit}.ds-v1 button{letter-spacing:0}.ds-v1 ::-webkit-input-placeholder{letter-spacing:0}.ds-v1 ::-moz-placeholder{letter-spacing:0}.ds-v1 :-ms-input-placeholder{letter-spacing:0}.ds-v1 :-moz-placeholder{letter-spacing:0}.ds-v1 button:focus,.ds-v1 button:hover{background-color:unset}.ds-v1 button:active{-webkit-box-shadow:none;box-shadow:none}.ds-v1 button.disabled:hover,.ds-v1 button.disabled:focus,.ds-v1 button[disabled]:hover,.ds-v1 button[disabled]:focus,.ds-v1 .button.disabled:hover,.ds-v1 .button.disabled:focus,.ds-v1 .button[disabled]:hover,.ds-v1 .button[disabled]:focus{color:inherit}.ds-v1 ol,.ds-v1 ul,.ds-v1 li{line-height:24px}.ds-v1 form{margin-bottom:0}.ds-v1 input[type=search]{-webkit-box-sizing:inherit !important;box-sizing:inherit !important;height:auto}.ds-v1 select{display:inherit;width:inherit}.ds-v1 h2 a{margin-left:0}.ds-v1 a,.ds-v1 button,.ds-v1 [tabindex]{outline-color:#95CFEE !important}.ds-v1 a:focus{outline-width:2px}.ds-v1 .c-logo--its{height:40px !important;width:138px !important}@font-face{.ds-v1{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.svg#klinic-slab") format("svg");font-weight:400;font-style:normal}}@font-face{.ds-v1{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslablight-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.svg#klinic-slab") format("svg");font-weight:100;font-style:normal}}.ds-v1 .c-accordion{margin-bottom:24px}.ds-v1 .c-accordion__item{border:1px solid #E6E6E5}.ds-v1 .c-accordion__item:not(:last-child){margin-bottom:24px}.ds-v1 .c-accordion__controls{background-color:#F7F6F5;padding:12px}.ds-v1 .c-accordion__trigger.c-accordion__trigger{font-weight:400}.ds-v1 .c-accordion__panel{border-top:1px solid #E6E6E5}.ds-v1 .c-accordion--dark .c-accordion__item{border-color:#5F5753}.ds-v1 .c-accordion--dark .c-accordion__controls{background-color:transparent}.ds-v1 .c-accordion--dark .c-accordion__panel{border-top-color:#5F5753;color:#fff}.ds-v1 .c-accordion--dark .c-accordion__trigger{color:#fff !important}@media print, screen and (min-width: 48em){.ds-v1 .c-add-to-cart{padding:24px 0}}.ds-v1 .c-add-to-cart__resource{padding:12px 0;margin:0 !important}.ds-v1 .c-add-to-cart__resource--dividers:not(:last-child){border-bottom:1px solid #CBC4C3}.ds-v1 .c-add-to-cart__image{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}.ds-v1 .c-add-to-cart__image img{max-height:100px;padding:0 12px}.ds-v1 .c-add-to-cart__image svg{fill:#CBC4C3}.ds-v1 .c-add-to-cart__product__category-type{font-size:18px;font-weight:400;text-transform:capitalize}.ds-v1 .c-add-to-cart__product__name{font-family:"klinic-slab",Verdana,serif;font-size:19.8px !important;font-weight:400}.ds-v1 .c-add-to-cart__product__key-value{font-size:14px !important}.ds-v1 .c-add-to-cart__product__price{text-align:end}.ds-v1 .c-add-to-cart__product__error{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ds-v1 .c-add-to-cart__product__error .c-icon{margin-right:12px}.ds-v1 .c-add-to-cart__product__error-msg{color:#AF0E2E;font-weight:400}.ds-v1 .c-add-to-cart__subtotal{text-align:end;padding:24px 0}.ds-v1 .c-add-to-cart .c-part-numbers{margin:0 0 6px 0;font-size:12px}.ds-v1 .c-add-to-cart .c-part-numbers tbody{display:-ms-inline-flexbox;display:inline-flex;gap:12px}.ds-v1 .c-add-to-cart .c-tabs{margin:0;border-bottom:1px solid #CBC4C3}.ds-v1 .c-add-to-cart .c-currency__code{font-size:12px}.ds-v1 .c-add-to-cart picture{display:contents}.ds-v1 .c-add-to-cart picture img{max-width:100%}.ds-v1 .c-add-to-cart picture svg{max-width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;fill:#CBC4C3}.ds-v1 .c-address-section{font-style:normal;font-weight:100}.ds-v1 .c-alert-ribbon{background-color:#AE0A46;padding:30px 0;top:90px;-webkit-transition:top 300ms ease-in-out, padding 300ms ease-in-out, height 300ms ease-in-out;transition:top 300ms ease-in-out, padding 300ms ease-in-out, height 300ms ease-in-out;color:#fff;text-align:center;font-size:1rem;line-height:1.5}@media print, screen and (max-width: 74.99em){.ds-v1 .c-alert-ribbon{top:60px}}.ds-v1 .c-alert-ribbon .c-alert-ribbon__close{cursor:pointer;font-size:1.5rem;line-height:1.25}.ds-v1 .c-alert-ribbon .c-alert__cta a{color:#fff;position:relative}.ds-v1 .c-alert-ribbon .c-alert__cta a::after{content:"";position:absolute;right:0;width:0;bottom:-5px;background:#fff;height:3px;-webkit-transition-property:width;transition-property:width;-webkit-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.ds-v1 .c-alert-ribbon .c-alert__cta a:hover:after{left:0;right:auto;width:100%}.ds-v1 .c-alert-ribbon.alert-hidden{top:-100px;padding:0;height:0}.ds-v1 .c-approved-product{display:-ms-inline-flexbox;display:inline-flex}.ds-v1 .c-approved-product__icon{-ms-flex:0 0 auto;flex:0 0 auto;margin-right:6px}.ds-v1 .c-approved-product__label{font-weight:400}.ds-v1 .c-badge{font-size:.75rem;line-height:16px;background-color:#E6E6E5;border-radius:8px;color:#3E332D;display:inline-block;font-weight:400;height:16px;min-width:16px;padding:0 4px;text-align:center;text-transform:uppercase;vertical-align:middle}.ds-v1 .c-badge--primary{background-color:#AE0A46;color:#fff}.ds-v1 .c-badge--success{background-color:#406129;color:#fff}.ds-v1 .c-badge--info{background-color:#007996;color:#fff}.ds-v1 .c-badge--warning{background-color:#FFC208}.ds-v1 .c-badge--error{background-color:#AF0E2E;color:#fff}.ds-v1 .c-badge--bold{font-weight:700}.ds-v1 .c-beta-modal .c-button-submit{margin-top:30px}.ds-v1 .c-breadcrumbs{font-size:.875rem;line-height:1.71429}.ds-v1 .c-breadcrumbs__list{list-style:none;margin:0}.ds-v1 .c-breadcrumbs__list-item{display:inline}.ds-v1 .c-breadcrumbs__list-item:nth-child(n+2)::before{border-right:1px solid #CBC4C3;display:inline-block;height:.7em;margin:0 12px;-webkit-transform:rotate(15deg);transform:rotate(15deg);content:''}.ds-v1 .c-button-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ds-v1 .c-button-group&gt;*+*{margin-left:12px}.ds-v1 .c-button-group--right{-ms-flex-pack:end;justify-content:flex-end}.ds-v1 .c-button-group--center{-ms-flex-pack:center;justify-content:center}.ds-v1 .c-button{-webkit-transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border-color 300ms ease-in-out;transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border-color 300ms ease-in-out;-ms-flex-align:center;align-items:center;background-color:transparent;color:inherit;border-radius:0;border-style:solid;border-width:2px;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-weight:400;padding:10px 22px;text-decoration:none;-webkit-box-shadow:none !important;box-shadow:none !important}.ds-v1 .c-button--small{padding:4px 10px}.ds-v1 .c-button--large{padding:16px 32px}.ds-v1 .c-button--primary{background-color:#AE0A46;border-color:#AE0A46;color:#fff}.ds-v1 .c-button--primary:not(.is-disabled):hover,.ds-v1 .c-button--primary:not(.is-disabled):focus,.ds-v1 .c-button--primary:not(.is-disabled).is-active{background-color:#6F062D;border-color:#6F062D;color:#fff}.ds-v1 .c-button--secondary{background-color:#fff;border-color:#5F5753;color:#AE0A46}.ds-v1 .c-button--secondary:not(.is-disabled):hover,.ds-v1 .c-button--secondary:not(.is-disabled):focus,.ds-v1 .c-button--secondary:not(.is-disabled).is-active{background-color:#5F5753;color:#fff}.ds-v1 .c-button--link{background-color:transparent;border-color:transparent;color:#AE0A46}.ds-v1 .c-button--link:not(.is-disabled):hover,.ds-v1 .c-button--link:not(.is-disabled):focus,.ds-v1 .c-button--link:not(.is-disabled).is-active{color:#6F062D}.ds-v1 .c-button--secondary-link{background-color:transparent;border-color:transparent;color:#5F5753}.ds-v1 .c-button--secondary-link:not(.is-disabled):hover,.ds-v1 .c-button--secondary-link:not(.is-disabled):focus,.ds-v1 .c-button--secondary-link:not(.is-disabled).is-active{color:#AE0A46}.ds-v1 .c-button--secondary-turquoise{background-color:#007996;border-color:#007996;color:#fff}.ds-v1 .c-button--secondary-turquoise:not(.is-disabled):hover,.ds-v1 .c-button--secondary-turquoise:not(.is-disabled):focus,.ds-v1 .c-button--secondary-turquoise:not(.is-disabled).is-active{background-color:#5F5753;border-color:#5F5753;color:#fff}.ds-v1 .c-button--secondary-link-turquoise{background-color:transparent;border-color:transparent;color:#007996}.ds-v1 .c-button--secondary-link-turquoise:not(.is-disabled):hover,.ds-v1 .c-button--secondary-link-turquoise:not(.is-disabled):focus,.ds-v1 .c-button--secondary-link-turquoise:not(.is-disabled).is-active{color:#AE0A46}.ds-v1 .c-button--inline-link{background-color:transparent;border:0;padding:0;color:#AE0A46;font-weight:100;text-align:left;white-space:normal}.ds-v1 .c-button--inline-link:not(.is-disabled):hover,.ds-v1 .c-button--inline-link:not(.is-disabled):focus,.ds-v1 .c-button--inline-link:not(.is-disabled).is-active{color:#6F062D}.ds-v1 .c-button--tertiary{background-color:transparent;border-color:transparent;color:#fff}.ds-v1 .c-button--tertiary:not(.is-disabled):hover,.ds-v1 .c-button--tertiary:not(.is-disabled):focus,.ds-v1 .c-button--tertiary:not(.is-disabled).is-active{color:rgba(255,255,255,0.7)}.ds-v1 .c-button--tertiary-link{background-color:transparent;border:0;padding:0;color:#F7F6F5;font-weight:100;text-align:left;white-space:normal}.ds-v1 .c-button--tertiary-link:not(.is-disabled):hover,.ds-v1 .c-button--tertiary-link:not(.is-disabled):focus,.ds-v1 .c-button--tertiary-link:not(.is-disabled).is-active{color:rgba(247,246,245,0.7)}.ds-v1 .c-button--subtle{background-color:transparent;border:0;color:#5F5753;padding:0;font-weight:100;text-align:left;white-space:normal}.ds-v1 .c-button--subtle:not(.is-disabled):hover,.ds-v1 .c-button--subtle:not(.is-disabled):focus,.ds-v1 .c-button--subtle:not(.is-disabled).is-active{color:#6F062D}.ds-v1 .c-button--notify{background-color:#5F5753;border-color:#5F5753;color:#fff}.ds-v1 .c-button--notify:not(.is-disabled):hover,.ds-v1 .c-button--notify:not(.is-disabled):focus,.ds-v1 .c-button--notify:not(.is-disabled).is-active{background-color:#6F062D;border-color:#6F062D;color:#fff}.ds-v1 .c-button--none{background-color:transparent;border:0;padding:0;font-weight:100;text-align:left;white-space:normal}.ds-v1 .c-button--none:not(.is-disabled):hover,.ds-v1 .c-button--none:not(.is-disabled):focus,.ds-v1 .c-button--none:not(.is-disabled).is-active{color:#6F062D}.ds-v1 .c-button--block{display:block;width:100%}.ds-v1 .c-button__icon{-webkit-transition:-webkit-transform 300ms ease-in-out;transition:-webkit-transform 300ms ease-in-out;transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out}.ds-v1 .c-button__icon--right{margin-left:12px}.ds-v1 .c-button__icon--left{margin-right:12px}.ds-v1 .c-button__icon--top{margin-bottom:6px}.ds-v1 .c-button__loading{margin-right:12px}.ds-v1 .c-button.is-disabled{cursor:not-allowed;opacity:.5}.ds-v1 .c-carousel{overflow:hidden;position:relative;width:100%;-ms-touch-action:pan-y;touch-action:pan-y}@media screen and (min-width: 75em){.ds-v1 .c-carousel{padding:0 48px}}.ds-v1 .c-carousel__viewport{overflow:hidden;position:relative;width:100%}.ds-v1 .c-carousel__slides{-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease, -webkit-transform .6s ease;display:-ms-flexbox;display:flex;position:relative;margin-bottom:0;width:calc(100% + 12px)}@media screen and (max-width: 74.99em){.ds-v1 .c-carousel__slides{width:calc(100% - 10%)}}.ds-v1 .c-carousel__slides.no-overlap{width:100%}.ds-v1 .c-carousel__controls{position:absolute;top:calc(50% - 24px)}@media print, screen and (max-width: 74.99em){.ds-v1 .c-carousel__controls{display:none}}.ds-v1 .c-carousel__controls--previous{left:-12px}.ds-v1 .c-carousel__controls--next{right:-12px}.ds-v1 .c-carousel__btn{color:#CBC4C3 !important}.ds-v1 .c-carousel__btn :hover{color:#AE0A46}.ds-v1 .c-carousel__slide{-webkit-transition:visibility .6s ease;transition:visibility .6s ease;padding-right:12px;text-align:center}@media print, screen and (min-width: 75em){.ds-v1 .c-carousel__slide.is-invisible{visibility:hidden}}.ds-v1 .c-carousel__slide.no-overlap{padding-right:0}.ds-v1 .c-carousel__indicators{bottom:0;height:6px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 100px);z-index:2;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.ds-v1 .c-carousel__indicators ol{width:50%;text-decoration:none;list-style:none;text-align:center;display:-ms-flexbox;display:flex;margin:auto;-ms-flex-pack:center;justify-content:center}.ds-v1 .c-carousel__indicators ol li{background-color:#ddd;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;-ms-flex:1 1;flex:1 1;height:6px;margin:0 5px;-webkit-transition:all 0.2s;transition:all 0.2s;width:10%;max-width:110px}.ds-v1 .c-carousel__indicators ol li.c-carousel__indicator-active{background-color:#AE0A46}.ds-v1 .c-cart{background:#fff;background-color:transparent;-ms-flex-pack:distribute;justify-content:space-around}.ds-v1 .c-cart__body&gt;:not(:last-child){margin-bottom:12px}.ds-v1 .c-cart__contract-title{background-color:#DCF0FA;padding:6px 6px 6px 24px}.ds-v1 .c-contract__side-panel{width:12px;background:linear-gradient(65deg, transparent 12px, #DCF0FA 12px)}.ds-v1 .c-bundle{background-color:#F7F6F5;border:1px solid #E6E6E5}.ds-v1 .c-bundle-expand-button__text{padding-right:6px}.ds-v1 .c-bundle-line-items{padding:0px 0px 12px 12px}.ds-v1 .c-bundle-line-items&gt;:not(:last-child){border-bottom:1px solid #E6E6E5}.ds-v1 .c-cart-item{background-color:#fff;border:1px solid #E6E6E5}.ds-v1 .background-gray{background-color:#CBC4C3}.ds-v1 .background-custom{background-color:#F7F6F5}.ds-v1 .color-blue{color:#007996}.ds-v1 .background-dark{background-color:#5F5753;color:#fff}.ds-v1 .v4-column--item{width:60% !important}.ds-v1 .u-background-white{background-color:#fff}.ds-v1 .c-character-counter{font-size:.875rem;line-height:1.71429;color:#5F5753;display:block;margin-top:6px;text-align:right}.ds-v1 .c-character-counter.is-too-long{color:#AF0E2E;font-weight:400}.ds-v1 .c-checkbox{cursor:pointer;margin-bottom:0;margin-right:12px}.ds-v1 .c-checkbox__container{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.ds-v1 .c-checkbox__container:not(:last-child){margin-bottom:12px}.ds-v1 .c-checkbox__container.custom{position:relative;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ds-v1 .c-checkbox__container.custom input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.ds-v1 .c-checkbox__container.custom .checkmark{position:absolute;top:0;left:0;height:19px;width:19px;border:1px solid #CBC4C3}.ds-v1 .c-checkbox__container.custom .checkmark:after{content:"";position:absolute;display:none}.ds-v1 .c-checkbox__container.custom input:checked ~ .checkmark:after{display:-ms-flexbox;display:flex}.ds-v1 .c-checkbox__container.custom input:disabled ~ .checkmark{border:1px solid #CBC4C3;cursor:not-allowed;opacity:0.5}.ds-v1 .c-checkbox__container.custom .checkmark:after{left:6px;top:2px;width:6px;height:12px;border:solid #007996;border-width:0 4px 4px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ds-v1 .c-checkbox__container.custom:hover input ~ .checkmark{background-color:#E6E6E5}.ds-v1 .c-checkbox__container.custom input:checked ~ .checkmark{border:1px solid #007996}.ds-v1 .c-checkbox__container.custom:hover input:disabled ~ .checkmark{background:none}.ds-v1 .c-collapsible{display:none}.ds-v1 .c-collapsible.is-open{display:block}.ds-v1 .c-collapsible__content{padding:12px}.ds-v1 .c-container{background:#F0EEED;padding:24px}.ds-v1 .c-currency{white-space:nowrap;font-size:16px}.ds-v1 .c-currency__code{font-size:12px;color:#5F5753}.ds-v1 .c-currency__value{font-weight:400}.ds-v1 .c-currency__tax{font-size:12px;color:#5F5753}.ds-v1 .c-currency__highlight .c-currency__code,.ds-v1 .c-currency__highlight .c-currency__value{color:#AE0A46}.ds-v1 .c-currency__strikethrough{font-size:14px;color:#5F5753;text-decoration:line-through}.ds-v1 .c-currency--large .c-currency__code{font-size:14px}.ds-v1 .c-currency--large .c-currency__value{font-size:26px}.ds-v1 .c-table-container{overflow:auto}.ds-v1 .c-table__cell{padding:12px;text-align:left}.ds-v1 .c-data-table__row{border-bottom:1px solid #E6E6E5}.ds-v1 .c-table__body .c-data-table__row:last-child{border-bottom:0}.ds-v1 .c-table--hover .c-table__body .c-data-table__row:hover,.ds-v1 .c-table--hover .c-table__body .c-data-table__row:focus-within{background-color:#F7F6F5}@media print, screen and (min-width: 48em){.ds-v1 .c-table--narrow{width:auto}}.ds-v1 .c-table--zebra .c-table__body .c-data-table__row{border-bottom:0}.ds-v1 .c-table--zebra .c-table__body .c-data-table__row:hover,.ds-v1 .c-table--zebra .c-table__body .c-data-table__row:focus-within{background-color:inherit}.ds-v1 .c-table--zebra .c-table__body .c-data-table__row:nth-of-type(odd){background-color:#F7F6F5}.ds-v1 .c-table--zebra .c-table__body .c-data-table__row:nth-of-type(odd):hover,.ds-v1 .c-table--zebra .c-table__body .c-data-table__row:nth-of-type(odd):focus-within{background-color:#F7F6F5}.ds-v1 .c-table--flush .c-table__cell:first-of-type{padding-left:0}.ds-v1 .c-table--flush .c-table__cell:last-of-type{padding-right:0}@media print, screen and (max-width: 47.99em){.ds-v1 .c-table--flush.c-table--stacked .c-table__cell,.ds-v1 .c-table--flush.c-table--stacked-horizontal .c-table__cell{padding-left:0;padding-right:0}}.ds-v1 .c-table--emphasized .c-table__head .c-data-table__row{border-bottom:0}.ds-v1 .c-table--emphasized .c-table__head .c-table__cell{background-color:#E6E6E5;padding-bottom:6px;padding-top:6px}@media print, screen and (max-width: 47.99em){.ds-v1 .c-table--stacked .c-table__head{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:1px !important}.ds-v1 .c-table--stacked .c-data-table__row{display:block}.ds-v1 .c-table--stacked .c-data-table__row:nth-child(n+2){border-top:2px solid #E6E6E5}.ds-v1 .c-table--stacked .c-table__cell{display:block;text-align:left !important}.ds-v1 .c-table--stacked .c-table__cell:not(:last-child){border-bottom:1px solid #E6E6E5}.ds-v1 .c-table--stacked .c-table__cell:before{content:attr(data-label) ":";display:block;font-weight:400}}@media print, screen and (max-width: 47.99em){.ds-v1 .c-table--stacked-horizontal .c-table__head{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:1px !important}.ds-v1 .c-table--stacked-horizontal .c-data-table__row{display:block}.ds-v1 .c-table--stacked-horizontal .c-data-table__row:nth-child(n+2){border-top:2px solid #E6E6E5}.ds-v1 .c-table--stacked-horizontal .c-table__cell{display:block;text-align:left !important}.ds-v1 .c-table--stacked-horizontal .c-table__cell:not(:last-child){border-bottom:1px solid #E6E6E5}.ds-v1 .c-table--stacked-horizontal .c-table__cell:before{content:attr(data-label) ":";display:block;font-weight:400}.ds-v1 .c-table--stacked-horizontal .c-table__cell{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;text-align:right !important}.ds-v1 .c-table--stacked-horizontal .c-table__cell:before{margin-right:12px}}.ds-v1 .c-dynamic-grid&gt;li{display:inline-block}.ds-v1 .c-dynamic-tabs .c-accordion__item:not(:last-child){margin-bottom:0}.ds-v1 .c-dynamic-tabs .c-button__text&gt;div{display:inline-block}.ds-v1 .c-dropdown{display:-ms-inline-flexbox;display:inline-flex;position:relative}.ds-v1 .c-dropdown__menu{background-color:#fff;border:1px solid #E6E6E5;padding:11px 0;position:absolute;top:100%;visibility:hidden;z-index:2006}.ds-v1 .c-dropdown__menu--left{left:0;right:auto}.ds-v1 .c-dropdown__menu--right{left:auto;right:0}.ds-v1 .c-dropdown__menu--full-width{left:0;right:0}.ds-v1 .c-dropdown__item{border-width:0;display:block;padding:6px 24px;text-align:left;white-space:nowrap;width:100%}.ds-v1 .c-dropdown__item:focus,.ds-v1 .c-dropdown__item:hover{background-color:#F7F6F5}.ds-v1 .c-dropdown__item:active{background-color:#AE0A46;color:#fff}.ds-v1 .c-dropdown__button{z-index:2007}.ds-v1 .c-dropdown.is-open .c-dropdown__menu{-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-name:open-dropdown;animation-name:open-dropdown;visibility:visible}@-webkit-keyframes open-dropdown{from{opacity:0;-webkit-transform:translate(0, -12px);transform:translate(0, -12px)}to{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes open-dropdown{from{opacity:0;-webkit-transform:translate(0, -12px);transform:translate(0, -12px)}to{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.ds-v1 .c-flag{display:inline-block;height:24px;width:24px;vertical-align:bottom}.ds-v1 .c-form__group{margin-bottom:0}.ds-v1 .c-form__group:not(:last-child){margin-bottom:24px}.ds-v1 .c-form__group:disabled .c-input,.ds-v1 .c-form__group:disabled .c-select,.ds-v1 .c-form__group:disabled .c-textarea{background-color:#E6E6E5 !important;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ds-v1 .c-form__legend{color:#3E332D;font-weight:400;margin-bottom:12px}.ds-v1 .c-form__legend--large{font-size:1.125rem;line-height:1.33333;margin-bottom:24px}.ds-v1 .c-form__element{margin-bottom:0}.ds-v1 .c-form__element:not(:last-child){margin-bottom:24px}.ds-v1 .c-form__element--relative{position:relative}.ds-v1 .c-form__label{color:#3E332D;cursor:pointer;display:inline-block;font-weight:400;margin-bottom:6px}.ds-v1 .c-form__label--secondary{text-align:right}.ds-v1 .c-form__label--checkbox,.ds-v1 .c-form__label--radio{font-weight:100;margin-bottom:0}.ds-v1 .c-form__static{background-color:#fff;padding-top:11px;padding-bottom:11px;min-height:48px}.ds-v1 .c-form__static--textarea{min-height:96px}.ds-v1 .c-form__required{border-bottom:0 !important;color:#6F062D;margin-left:6px}.ds-v1 .c-form__help{font-size:.875rem;line-height:1.71429;color:#5F5753;display:inline-block;margin-top:6px}.ds-v1 .c-form__error{font-size:.875rem;line-height:1.71429;color:#AF0E2E;display:block;font-weight:400;margin-top:12px}.ds-v1 .c-form__error-icon{margin-left:-2px;margin-right:6px}.ds-v1 .c-form__warning{font-size:.875rem;line-height:1.71429;display:block;font-weight:400;margin-top:12px}.ds-v1 .c-form__warning-icon{margin-left:-2px;margin-right:6px}.ds-v1 .c-form__element.has-error .c-form__required{color:#AF0E2E}.ds-v1 .c-form__element.has-error .c-input,.ds-v1 .c-form__element.has-error .c-select,.ds-v1 .c-form__element.has-error .c-textarea{border-color:#AF0E2E;-webkit-box-shadow:0 0 10px #AF0E2E;box-shadow:0 0 10px #AF0E2E}.ds-v1 .c-form__element.has-error .c-input:focus,.ds-v1 .c-form__element.has-error .c-select:focus,.ds-v1 .c-form__element.has-error .c-textarea:focus{border-color:#95CFEE;-webkit-box-shadow:0 0 10px #95CFEE;box-shadow:0 0 10px #95CFEE;outline-style:none}.ds-v1 .c-form__element.is-disabled .c-form__label{cursor:inherit}.ds-v1 .c-form__element.is-disabled .c-input[disabled],.ds-v1 .c-form__element.is-disabled .c-select[disabled],.ds-v1 .c-form__element.is-disabled .c-textarea[disabled]{background-color:#E6E6E5;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ds-v1 .c-form__element.is-disabled .c-textarea[disabled]{resize:none}.ds-v1 .c-checkbox[disabled],.ds-v1 .c-radio[disabled]{cursor:not-allowed}.ds-v1 .c-checkbox[disabled]+.c-form__label,.ds-v1 .c-radio[disabled]+.c-form__label{cursor:not-allowed;opacity:0.5}.ds-v1 .c-form__element.is-readonly .c-form__label{cursor:inherit}.ds-v1 .c-form__element.is-readonly .c-input{background-color:transparent;border-color:transparent;padding-left:0;padding-right:0}.ds-v1 .c-form__element.is-static .c-form__label{cursor:inherit}@media print, screen and (min-width: 75em){.ds-v1 .c-form--horizontal .c-form__element{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.ds-v1 .c-form--horizontal .c-form__element&gt;.c-form__legend,.ds-v1 .c-form--horizontal .c-form__element&gt;.c-form__label{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding-right:12px;text-align:right}.ds-v1 .c-form--horizontal .c-form__control{-ms-flex:auto;flex:auto}.ds-v1 .c-form--horizontal .c-form__control:not(:only-child){-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ds-v1 .c-form--horizontal .c-checkbox__container:only-child{margin-left:25%}}.ds-v1 .c-form--small .c-form__element:not(:last-child){margin-bottom:12px}.ds-v1 .c-form--small .c-form__group:not(:last-child){margin-bottom:12px}.ds-v1 .c-form--small .c-form__legend{margin-bottom:6px}.ds-v1 .c-form--small .c-checkbox__container:not(:last-child){margin-bottom:6px}.ds-v1 .c-form--small .c-radio__container:not(:last-child){margin-bottom:6px}.ds-v1 .c-form--small .c-input{height:36px;padding:5px}.ds-v1 .c-form--small .c-select{height:36px;padding-bottom:5px;padding-left:5px;padding-top:5px}.ds-v1 .c-form--small .c-textarea{min-height:84px;padding:5px}.ds-v1 .c-footer{background-color:#222}.ds-v1 .c-footer-padding{padding:24px}.ds-v1 .c-footer-padding-large{padding:24px}@media print, screen and (min-width: 75em){.ds-v1 .c-footer-padding-large{padding:48px}}.ds-v1 .c-footer-gradient{background-image:-webkit-gradient(linear, left top, right top, from(#AE0A46), color-stop(#A80B6E), to(#582873));background-image:linear-gradient(to right, #AE0A46, #A80B6E, #582873);padding:12px 0}@media print, screen and (min-width: 75em){.ds-v1 .c-footer-gradient__list-item{text-align:center}}.ds-v1 .c-footer__list{margin-bottom:0}.ds-v1 .c-footer__list-item{margin-bottom:6px}.ds-v1 .c-footer__list-item:last-child{margin-bottom:0}.ds-v1 .c-footer__heading{color:#fff;font-size:1rem;line-height:1.5;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:400;margin:0 0 12px}.ds-v1 .c-footer-social{border-bottom:1px solid #5F5753;border-top:1px solid #5F5753}.ds-v1 .c-footer-social__list{margin-bottom:0;-ms-flex-pack:center;justify-content:center}.ds-v1 .c-footer-social__link{display:block}.ds-v1 .c-footer__small-print{font-size:.875rem;line-height:1.71429;color:#E6E6E5}.ds-v1 .c-footer__smaller-print{color:#E6E6E5;white-space:pre-line;display:inline-block;line-height:1.5}@media print, screen and (min-width: 75em){.ds-v1 .c-footer__smaller-print{line-height:1}}.ds-v1 .c-footer__inline-list{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:12px}@media print, screen and (min-width: 75em){.ds-v1 .c-footer__inline-list{margin-bottom:0;-ms-flex-pack:end;justify-content:flex-end}}.ds-v1 .c-footer__inline-list-item{margin-right:24px;margin-bottom:12px}@media print, screen and (min-width: 75em){.ds-v1 .c-footer__inline-list-item{margin-right:0;margin-bottom:6px;margin-left:24px}}.ds-v1 .c-footer__inline-list-item:last-child{margin-right:0}.ds-v1 .c-footer__mobile-list-item{padding-bottom:6px}.ds-v1 .c-footer__mobile-list-item:last-child{padding-bottom:0}.ds-v1 .c-footer-accordion{margin-bottom:-1px}.ds-v1 .c-footer-accordion__item{border-left:0;border-right:0}.ds-v1 .c-footer-accordion__controls{padding-left:18px}.ds-v1 .c-footer-accordion__content{padding:24px}.ds-v1 .c-file-type-icon{display:inline-block;height:42px;width:42px;vertical-align:bottom}@media print, screen and (min-width: 75em){.ds-v1 .c-header-account-menu{background-color:#F7F6F5;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:6px}.ds-v1 .c-header-account-menu .c-header-nav__list{display:-ms-flexbox;display:flex}.ds-v1 .c-header-account-menu .c-header-nav__item+.c-header-nav__item{border-left:1px solid #E6E6E5;margin-left:0}.ds-v1 .c-header-account-menu .c-header-nav__icon{color:inherit}}@media print, screen and (min-width: 90em){.ds-v1 .c-header-account-menu{padding-left:12px;padding-right:12px}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-account-menu.is-open{left:0;right:0;visibility:visible}}.ds-v1 .c-header-account-menu__dropdown{display:-ms-flexbox;display:flex}.ds-v1 .c-header-account-menu__dropdown-menu{padding:0}.ds-v1 .c-header-account-menu__search .c-input{border-left-color:#fff;border-right-color:#fff;border-top-color:#fff;padding-left:12px;padding-right:12px}.ds-v1 .c-header-account-menu__results{max-height:300px;overflow-x:hidden;overflow-y:auto;padding:6px 0}@media print, screen and (min-width: 75em){.ds-v1 .c-header-account-menu__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}.ds-v1 .c-header-account-menu__btn{font-size:.875rem;line-height:1.71429;padding:6px 12px}@media print, screen and (min-width: 75em){.ds-v1 .c-header-account-menu__btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}.ds-v1 .c-header-account-menu__btn--logged-in{border-right:1px solid #E6E6E5}.ds-v1 .c-header-account-menu__flag{margin-right:12px}.ds-v1 .c-header-account-menu__status{margin-right:12px}.ds-v1 .c-header-account-menu__footer{border-top:1px solid #E6E6E5;padding:12px}.ds-v1 .c-header-account-menu__footer-btn{font-size:.875rem;line-height:1.71429}.ds-v1 .c-header-article{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.ds-v1 .c-header-article .c-header-article__link{font-size:.875rem;line-height:1.5;display:block;font-weight:400}@media print, screen and (min-width: 75em){.ds-v1 .c-header-article .c-header-article__link{margin-bottom:24px}}.ds-v1 .c-header-article .c-header-article__image{background-color:#F7F6F5;background-position:50% 50%;background-size:cover;width:150px;height:86px}.ds-v1 .c-header-article:hover .c-header-article__image{-webkit-filter:grayscale(50%);filter:grayscale(50%);opacity:.5}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-article .o-media__image{margin-right:12px}}.ds-v1 .c-header-article__text{max-height:4.5em;line-height:1.5;overflow:hidden;position:relative;text-overflow:ellipsis;display:block}.ds-v1 .c-header-article__text::before,.ds-v1 .c-header-article__text::after{content:'...';line-height:1.5;position:absolute;right:0;top:3em;-ms-wrap-flow:start}.ds-v1 .c-header-article__text::after{background-color:currentColor;color:#fff;top:auto}@supports (-webkit-line-clamp: 3){.ds-v1 .c-header-article__text{display:-webkit-box;-webkit-line-clamp:3}.ds-v1 .c-header-article__text::before,.ds-v1 .c-header-article__text::after{content:normal}}.ds-v1 .c-header-mega-menu__section--highlight .c-header-article__text{max-height:4.5em;line-height:1.5;overflow:hidden;position:relative;text-overflow:ellipsis}.ds-v1 .c-header-mega-menu__section--highlight .c-header-article__text::before,.ds-v1 .c-header-mega-menu__section--highlight .c-header-article__text::after{content:'...';line-height:1.5;position:absolute;right:0;top:3em;-ms-wrap-flow:start}.ds-v1 .c-header-mega-menu__section--highlight .c-header-article__text::after{background-color:currentColor;color:#F7F6F5;top:auto}@supports (-webkit-line-clamp: 3){.ds-v1 .c-header-mega-menu__section--highlight .c-header-article__text{display:-webkit-box;-webkit-line-clamp:3}.ds-v1 .c-header-mega-menu__section--highlight .c-header-article__text::before,.ds-v1 .c-header-mega-menu__section--highlight .c-header-article__text::after{content:normal}}.ds-v1 .c-header-article__meta{font-size:.875rem;line-height:1.5;font-weight:100;color:#5F5753;display:block;margin-top:2px}@media all and (-ms-high-contrast: none){.ds-v1 .c-header-article__text{display:inline}.ds-v1 .c-header-article__text::before,.ds-v1 .c-header-article__text::after{content:none !important}.ds-v1 .c-header-article .o-media{display:table}.ds-v1 .c-header-article .o-media__image{display:table-cell;vertical-align:middle}.ds-v1 .c-header-article .o-media__body{display:table-cell;vertical-align:middle;padding-left:24px}}.ds-v1 .c-header-dropdown__menu{background-color:#5F5753;border-width:0;-webkit-box-shadow:rgba(62,51,45,0.15) 0 6px 12px,rgba(62,51,45,0.15) 0 0 2px;box-shadow:rgba(62,51,45,0.15) 0 6px 12px,rgba(62,51,45,0.15) 0 0 2px;min-width:15em}.ds-v1 .c-header-dropdown__menu::after{content:"";position:absolute;top:-8px;right:16px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #5F5753}.ds-v1 .c-header-dropdown.is-open .c-header-dropdown__menu{top:calc(100% + 8px)}.ds-v1 .c-header-dropdown .c-form__label{font-size:.875rem;line-height:1.71429;color:#fff;font-weight:100}.ds-v1 .c-header-dropdown__list--nested .c-header-dropdown__link{padding-left:24px}.ds-v1 .c-header-dropdown__link{font-size:.875rem;line-height:1.71429;color:#fff !important;padding:6px 12px;white-space:nowrap}.ds-v1 .c-header-dropdown__link:focus,.ds-v1 .c-header-dropdown__link:hover{background-color:#3E332D}.ds-v1 .c-header-dropdown__inner{padding:6px 12px}.ds-v1 .c-header-dropdown__hr{margin-top:24px;opacity:.5}.ds-v1 .c-header-dropdown__title{font-size:.875rem;line-height:1.71429;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:100;margin:0;color:#fff}.ds-v1 .c-header-main-nav-mob{height:100%}.ds-v1 .c-header-main-nav-mob__list{height:100%;list-style:none;margin-bottom:0;text-align:right}.ds-v1 .c-header-main-nav-mob__item{height:100%;white-space:nowrap}.ds-v1 .c-header-main-nav-mob__item--pipe::before{color:#3E332D;content:"|";display:inline-block;vertical-align:super}.ds-v1 .c-header-main-nav-mob__item--pipe-hidden::before{display:none}.ds-v1 .c-header-main-nav-mob__item.is-invisible{display:none}.ds-v1 .c-header-main-nav-mob__link{height:100%;padding-left:12px;padding-right:12px;-ms-flex-align:center;align-items:center}.ds-v1 .c-header-main-nav-mob__link--highlight{color:#AE0A46}.ds-v1 .c-header-main-nav-mob__text{font-size:.875rem;line-height:1.71429;font-weight:400;margin-left:6px}.ds-v1 .c-header-main-nav{height:100%;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.ds-v1 .c-header-main-nav.is-hidden{opacity:0;visibility:hidden;z-index:-1}.ds-v1 .c-header.is-search-open .c-header-main-nav{opacity:0;pointer-events:none}.ds-v1 .c-header-main-nav__list{-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:center;justify-content:center;height:100%}.ds-v1 .c-header-main-nav__item{height:100%;position:relative}.ds-v1 .c-header-main-nav__item.is-current::before{content:"";position:absolute;bottom:-5px;border-bottom:5px solid #5F5753;left:0;right:24px}.ds-v1 .c-header-main-nav__link{font-weight:400;height:100%;padding-left:12px}.ds-v1 .c-header-main-nav__link::after{-webkit-transition:opacity 300ms ease-in-out,height 300ms ease-in-out,width 300ms ease-in-out;transition:opacity 300ms ease-in-out,height 300ms ease-in-out,width 300ms ease-in-out;content:"";position:absolute;height:0;width:0;opacity:0}.ds-v1 .c-header-main-desktopNavItem{padding:6px 12px !important}.ds-v1 .c-header-main-nav__link.is-active{color:#6F062D}.ds-v1 .c-header-main-nav__link.is-active::after{-webkit-transform:rotate(45deg);transform:rotate(45deg);background-image:-webkit-gradient(linear, left top, right top, from(#AE0A46), color-stop(#A80B6E), to(#582873));background-image:linear-gradient(to right, #AE0A46, #A80B6E, #582873);background-attachment:fixed;height:14px;width:14px;bottom:-7px;left:calc(50% - 14px);opacity:1}@media all and (-ms-high-contrast: none){.ds-v1 .c-header-main-nav__link.is-active::after{background-attachment:scroll}}@supports (-ms-ime-align: auto){.ds-v1 .c-header-main-nav__link.is-active::after{background-attachment:scroll}}.ds-v1 .c-header-main-nav__indicator{position:absolute;height:5px;left:0;right:0;bottom:-5px;overflow:hidden}.ds-v1 .c-header-main-nav__indicator::before{-webkit-transition:visibility 0s 200ms,-webkit-transform 200ms ease-in-out;transition:visibility 0s 200ms,-webkit-transform 200ms ease-in-out;transition:transform 200ms ease-in-out,visibility 0s 200ms;transition:transform 200ms ease-in-out,visibility 0s 200ms,-webkit-transform 200ms ease-in-out;content:"";position:absolute;height:5px;bottom:0;left:0;right:0;background-image:-webkit-gradient(linear, left top, right top, from(#AE0A46), color-stop(#A80B6E), to(#582873));background-image:linear-gradient(to right, #AE0A46, #A80B6E, #582873);background-attachment:fixed;-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden}@media all and (-ms-high-contrast: none){.ds-v1 .c-header-main-nav__indicator::before{background-attachment:scroll}}@supports (-ms-ime-align: auto){.ds-v1 .c-header-main-nav__indicator::before{background-attachment:scroll}}.ds-v1 .is-active .c-header-main-nav__indicator::before{content:normal}.ds-v1 .c-header-main-nav__link:hover .c-header-main-nav__indicator::before{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.ds-v1 .c-header-main-nav__list:hover .c-header-main-nav__indicator::before{-webkit-transform:translateX(100%);transform:translateX(100%)}.ds-v1 .c-header-main-nav__list:hover .c-header-main-nav__item:hover ~ .c-header-main-nav__item .c-header-main-nav__indicator::before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.ds-v1 .c-header-main-nav__list:hover .c-header-main-nav__item:hover .c-header-main-nav__indicator::before{-webkit-transform:none;transform:none;visibility:visible;-webkit-transition-delay:0s;transition-delay:0s}.ds-v1 .c-header-main-nav__icon{color:#CBC4C3}.ds-v1 .c-header-mega-menu{border-left-width:0;border-right-width:0;border-bottom-width:0;border-top:#A80B6E 5px solid;-o-border-image:linear-gradient(to right, #AE0A46, #A80B6E, #582873) 1;border-image:-webkit-gradient(linear, left top, right top, from(#AE0A46), color-stop(#A80B6E), to(#582873)) 1;border-image:linear-gradient(to right, #AE0A46, #A80B6E, #582873) 1;background-color:#fff;z-index:2009;-webkit-box-shadow:rgba(62,51,45,0.15) 0 6px 12px,rgba(62,51,45,0.15) 0 0 2px;box-shadow:rgba(62,51,45,0.15) 0 6px 12px,rgba(62,51,45,0.15) 0 0 2px;position:fixed}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-mega-menu{-webkit-transition:left 300ms ease-in-out,right 300ms ease-in-out,visibility 300ms ease-in-out;transition:left 300ms ease-in-out,right 300ms ease-in-out,visibility 300ms ease-in-out;top:54px;right:-100vw;left:100vw;bottom:0;overflow-y:scroll;overflow-x:hidden;visibility:hidden}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu{left:0;right:0;opacity:0}}.ds-v1 .c-header-mega-menu .c-header-nav__list&gt;.c-header-nav__item--person-menu svg{margin-right:12px}.ds-v1 .c-header-mega-menu .c-header-nav__list&gt;.c-header-nav__item--person-menu .c-header-nav__link{border-bottom:none}.ds-v1 .c-header-mega-menu .c-header-nav__list .c-header-nav__item--person-menu+.c-header-nav__item--last{border-top:1px solid #CBC4C3;padding:0 12px;margin:0}.ds-v1 .c-header-mega-menu .c-header-nav__list .c-header-nav__item--person-menu+.c-header-nav__item--last button{border-bottom:none}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-mega-menu.is-open{left:0;right:0;visibility:visible}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu.is-open{opacity:1}}.ds-v1 .c-header-mega-menu__inner{background:white}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu__inner{opacity:0;z-index:-1;top:-100%;position:fixed}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu__inner.is-open{opacity:1;z-index:2009;top:auto;left:0;position:relative;overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 89px)}.is-logged-in .ds-v1 .c-header-mega-menu__inner.is-open{max-height:calc(100vh - 131px)}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-mega-menu__submenu{-webkit-transition:left 300ms ease-in-out,right 300ms ease-in-out,z-index 300ms ease-in-out;transition:left 300ms ease-in-out,right 300ms ease-in-out,z-index 300ms ease-in-out;background-color:#fff;position:fixed;top:59px;right:-100vw;left:100vw;bottom:0;overflow-y:scroll;overflow-x:hidden;z-index:-1}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu__submenu{width:100%}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-mega-menu__submenu.is-open{left:0;right:0;z-index:2009}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu__section{background-color:white;padding:24px 12px;height:100%}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu__section--highlight{background-color:#F7F6F5}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu__section--extend{position:relative}.ds-v1 .c-header-mega-menu__section--extend::before{display:block;position:absolute;content:"";background-color:#F7F6F5;top:0;bottom:0}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu__section--extend-left{padding-right:24px}.ds-v1 .c-header-mega-menu__section--extend-left::before{left:calc((-100vw + 1200px) / 2);right:100%}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu__section--extend-right{padding-left:24px}.ds-v1 .c-header-mega-menu__section--extend-right::before{left:100%;right:calc((-100vw + 1200px) / 2)}}@media print, screen and (min-width: 1224px){.ds-v1 .c-header-mega-menu__section--flush{padding-left:0;padding-right:0}.ds-v1 .c-header-mega-menu__section--extend-left{padding-left:0}.ds-v1 .c-header-mega-menu__section--extend-right{padding-right:0}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-mega-menu__col{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;height:100%}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__heading{font-size:1rem;line-height:1.5;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:400;margin:0;font-weight:400;color:#5F5753;margin-left:12px;margin-right:12px}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__heading{font-size:.875rem;line-height:1.71429;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:400;margin:0;border-left-width:0;border-right-width:0;border-bottom-width:0;border-top-style:solid;border-color:transparent;border-top-width:1px;-o-border-image:linear-gradient(to right, #CBC4C3, #CBC4C3 60%, transparent 60%) 1;border-image:-webkit-gradient(linear, left top, right top, from(#CBC4C3), color-stop(60%, #CBC4C3), color-stop(60%, transparent)) 1;border-image:linear-gradient(to right, #CBC4C3, #CBC4C3 60%, transparent 60%) 1;padding-top:6px;color:#5F5753;display:inline-block;margin-bottom:12px}.ds-v1 .c-header-nav__heading--purple{border-color:transparent;border-top-width:5px;-o-border-image:linear-gradient(to right, #582873, #582873 24px, transparent 24px) 1;border-image:linear-gradient(to right, #582873, #582873 24px, transparent 24px) 1;padding-top:12px}.ds-v1 .c-header-nav__heading--purple .c-header-nav__link--heading{font-size:1rem;line-height:1.5}.ds-v1 .c-header-nav__heading--fuchsia{border-color:transparent;border-top-width:5px;-o-border-image:linear-gradient(to right, #A80B6E, #A80B6E 24px, transparent 24px) 1;border-image:linear-gradient(to right, #A80B6E, #A80B6E 24px, transparent 24px) 1;padding-top:12px}.ds-v1 .c-header-nav__heading--fuchsia .c-header-nav__link--heading{font-size:1rem;line-height:1.5}.ds-v1 .c-header-nav__heading--red-fuchsia{border-color:transparent;border-top-width:5px;-o-border-image:linear-gradient(to right, #AE0A46, #AE0A46 24px, transparent 24px) 1;border-image:linear-gradient(to right, #AE0A46, #AE0A46 24px, transparent 24px) 1;padding-top:12px}.ds-v1 .c-header-nav__heading--red-fuchsia .c-header-nav__link--heading{font-size:1rem;line-height:1.5}.ds-v1 .c-header-nav__heading--red{border-color:transparent;border-top-width:5px;-o-border-image:linear-gradient(to right, #AF0E2E, #AF0E2E 24px, transparent 24px) 1;border-image:linear-gradient(to right, #AF0E2E, #AF0E2E 24px, transparent 24px) 1;padding-top:12px}.ds-v1 .c-header-nav__heading--red .c-header-nav__link--heading{font-size:1rem;line-height:1.5}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__tagline{display:none}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__tagline{font-size:.875rem;line-height:1.5;color:#5F5753;margin-bottom:12px;width:100%}}.ds-v1 .c-header-nav__list{list-style:none;margin-bottom:0}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__list{-ms-flex-positive:1;flex-grow:1}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__list--col-2{-webkit-column-count:2;-moz-column-count:2;column-count:2}.ds-v1 .c-header-nav__list--col-3{-webkit-column-count:3;-moz-column-count:3;column-count:3}.ds-v1 .c-header-nav__list--col-gap{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__image{-webkit-transition:opacity 300ms ease-in-out,-webkit-filter 300ms ease-in-out;transition:opacity 300ms ease-in-out,-webkit-filter 300ms ease-in-out;transition:filter 300ms ease-in-out,opacity 300ms ease-in-out;transition:filter 300ms ease-in-out,opacity 300ms ease-in-out,-webkit-filter 300ms ease-in-out;width:150px}}.ds-v1 .c-header-nav__item{-webkit-backface-visibility:hidden;backface-visibility:hidden}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__item{margin-bottom:0;margin-left:12px;margin-right:12px}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__item--highlight{background-color:#F7F6F5;border-bottom:1px solid #E6E6E5;margin-left:0;margin-right:0}.ds-v1 .c-header-nav__item--highlight .c-header-nav__link{border-bottom-width:0;margin-left:12px;margin-right:12px;width:calc(100% - 24px)}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__item--highlight .c-header-nav__link{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:0;padding:6px 12px;width:100%}.ds-v1 .c-header-nav__item--highlight .c-header-nav__link:not(.c-header-nav__link--faux):focus,.ds-v1 .c-header-nav__item--highlight .c-header-nav__link:not(.c-header-nav__link--faux):hover,.ds-v1 .c-header-nav__item--highlight .c-header-nav__link:not(.c-header-nav__link--faux)[aria-expanded="true"]{background-color:#E6E6E5;color:#3E332D}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__link{border-bottom:1px solid #E6E6E5;display:-ms-flexbox;display:flex;width:100%;padding-bottom:12px;padding-top:12px}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__link{font-size:.875rem;line-height:1.71429;margin-bottom:6px;display:-ms-inline-flexbox;display:inline-flex}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__link--heading{font-size:.875rem;line-height:1.71429;display:inline-block;font-weight:400;margin-bottom:0}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__link--back{font-size:.875rem;line-height:1.71429;font-weight:400;padding-left:12px;padding-right:12px}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__link--back .c-header-nav__icon--left{margin-right:6px}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__link--view-all{border-bottom-width:0;color:#AE0A46;font-weight:400;padding-left:12px;padding-right:12px}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__link--top-level{font-size:.875rem;line-height:1.71429;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:100;margin:0;color:#222;margin-left:12px;margin-right:12px}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__list--social .c-header-nav__item{margin:0}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__list--social .c-header-nav__link{border-bottom:0;padding:12px}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__list--social .c-header-nav__link{-webkit-transition:color 300ms ease-in-out;transition:color 300ms ease-in-out}}.ds-v1 .c-header-nav__text{-ms-flex-positive:1;flex-grow:1}.ds-v1 .c-header-nav__icon{-ms-flex-negative:0;flex-shrink:0}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__icon--tiny{width:12px !important}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__icon--small{height:18px !important;width:18px !important}}.ds-v1 .c-header-nav__icon--left{margin-right:12px}.ds-v1 .c-header-nav__icon--right{color:#AE0A46}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-nav__icon--right{float:right;margin-left:12px}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-nav__icon--right{margin-left:6px}}.ds-v1 .c-header-search-suggestions{-webkit-transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out,z-index 300ms ease-in-out;transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out,z-index 300ms ease-in-out;background-color:#fff;border-top:1px solid #E6E6E5;opacity:0;position:fixed;visibility:hidden}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-search-suggestions{-webkit-transition:left 300ms ease-in-out,right 300ms ease-in-out,visibility 300ms ease-in-out;transition:left 300ms ease-in-out,right 300ms ease-in-out,visibility 300ms ease-in-out;padding-left:12px;padding-right:12px;top:95px;right:-100vw;left:100vw;bottom:0;overflow-y:scroll;overflow-x:hidden}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-search-suggestions{left:0;right:0;top:84px;padding-left:calc(100vw - 85vw + 2px);padding-right:48px}.is-logged-in .ds-v1 .c-header-search-suggestions{top:126px}}@media print, screen and (min-width: 90em){.ds-v1 .c-header-search-suggestions{padding-left:calc(100vw - 85vw + 2px - 12px);padding-right:72px}}.ds-v1 .c-header-search-suggestions.is-visible{opacity:1;visibility:visible;z-index:2009}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-search-suggestions.is-visible{left:0;right:0}}.ds-v1 .c-header-search-suggestions__list{margin-top:12px;text-align:left}.ds-v1 .c-header-search-suggestions__btn{font-size:.875rem;line-height:2.35714}.ds-v1 .c-header-search-suggestions__match{color:#AE0A46}.ds-v1 .c-header-search-suggestions__category{color:#3E332D;font-style:italic}.ds-v1 .c-header-search{background-color:#F7F6F5;margin-left:auto;width:100%}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-search{border-bottom:1px solid #E6E6E5}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-search{position:absolute;top:8px;border:1px solid #E6E6E5;width:270px;right:12px}@supports (width: 100vw){.ds-v1 .c-header-search{-webkit-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}}}@media print, screen and (min-width: 90em){.ds-v1 .c-header-search{right:24px}}@media print, screen and (min-width: 75em){.ds-v1 .c-header-search.is-open{width:85vw}}.ds-v1 .c-header-search__input{background-color:transparent !important;border-color:transparent !important;padding-left:12px !important;outline-width:2px !important;outline-color:#95CFEE !important;outline-offset:-1px !important;-webkit-box-shadow:none !important;box-shadow:none !important}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-search__input{border-width:0;padding-top:12px;padding-bottom:12px}}.ds-v1 .c-header-search__input:focus{outline-style:solid !important}.ds-v1 .c-header-search__button{height:100%;padding-left:12px;padding-right:12px}@media print, screen and (min-width: 75em){.ds-v1 .c-header-search__button{padding-left:6px;padding-right:6px}}.ds-v1 .c-header-top__list{margin-bottom:0}.ds-v1 .c-header-top__item{display:-ms-inline-flexbox;display:inline-flex}.ds-v1 .c-header-top__item+.c-header-top__item{margin-left:24px}.ds-v1 .c-header-top__link{font-size:.875rem;line-height:1.71429;display:-ms-inline-flexbox;display:inline-flex}.ds-v1 .c-header-top__badge{-webkit-box-shadow:0 0 0 2px #fff;box-shadow:0 0 0 2px #fff;margin-left:-8px;position:relative;top:-8px;right:0}.ds-v1 .c-header{background-color:#fff;border-bottom:5px solid #F7F6F5;position:fixed;top:0;left:0;right:0;z-index:2008}.ds-v1 .c-header::before{content:"";position:absolute;height:100%;bottom:0;left:0;right:0}@media print, screen and (min-width: 75em){.ds-v1 .c-header__top,.ds-v1 .c-header__bottom{padding-left:12px;padding-right:12px}}@media print, screen and (min-width: 90em){.ds-v1 .c-header__top,.ds-v1 .c-header__bottom{padding-left:24px;padding-right:24px}}@media print, screen and (min-width: 75em){.ds-v1 .c-header__top{padding-top:6px}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header__bottom{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}@media print, screen and (min-width: 75em){.ds-v1 .c-header__bottom{position:relative;display:-ms-flexbox;display:flex}}.ds-v1 .c-header__middle{position:relative}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header__middle{display:none}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header__search{-webkit-transition:left 300ms ease-in-out,right 300ms ease-in-out,visibility 300ms ease-in-out;transition:left 300ms ease-in-out,right 300ms ease-in-out,visibility 300ms ease-in-out;background-color:#fff;border-left-width:0;border-right-width:0;border-bottom-width:0;border-top:5px solid;-o-border-image:linear-gradient(to right, #AE0A46, #A80B6E, #582873) 1;border-image:-webkit-gradient(linear, left top, right top, from(#AE0A46), color-stop(#A80B6E), to(#582873)) 1;border-image:linear-gradient(to right, #AE0A46, #A80B6E, #582873) 1;-webkit-box-shadow:rgba(62,51,45,0.15) 0 6px 12px,rgba(62,51,45,0.15) 0 0 2px;box-shadow:rgba(62,51,45,0.15) 0 6px 12px,rgba(62,51,45,0.15) 0 0 2px;position:fixed;top:54px;right:-100vw;left:100vw;bottom:0;overflow-y:scroll;overflow-x:hidden;visibility:hidden;z-index:2009}}@media print, screen and (min-width: 75em){.ds-v1 .c-header__search{-ms-flex-item-align:center;align-self:center;text-align:right;-ms-flex:0 1 270px;flex:0 1 270px}}@media print, screen and (min-width: 90em){.ds-v1 .c-header__search{-ms-flex:1 1 270px;flex:1 1 270px}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header__search.is-open{opacity:1;left:0;right:0;visibility:visible}}@media print, screen and (min-width: 75em){.ds-v1 .c-header__main-nav{-ms-flex:1 0 auto;flex:1 0 auto;padding-left:12px;padding-right:12px}}@media print, screen and (min-width: 90em){.ds-v1 .c-header__main-nav{-ms-flex:3 3 auto;flex:3 3 auto}}@media print, screen and (max-width: 74.99em){.ds-v1 .c-header-logo{padding-left:12px}}@media print, screen and (min-width: 90em){.ds-v1 .c-header-logo{-ms-flex:1 1 270px;flex:1 1 270px}}.ds-v1 .c-header-logo__btn{padding-bottom:12px;padding-top:12px}.ds-v1 .c-header__overlay{-webkit-transition:opacity 300ms ease-in-out,z-index 300ms ease-in-out;transition:opacity 300ms ease-in-out,z-index 300ms ease-in-out;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.5);opacity:0;z-index:-1}.ds-v1 .c-header__overlay.is-visible{opacity:1;z-index:2001}.ds-v1 .c-header__inner{max-width:1200px}@media print, screen and (min-width: 75em){.ds-v1 .u-fade-in{-webkit-animation:0.5s ease fade-in;animation:0.5s ease fade-in;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}}.ds-v1 .c-icon{display:inline-block;height:24px;width:24px;vertical-align:bottom}.ds-v1 .c-icon&gt;*{fill:currentColor}.ds-v1 .c-icon--info{color:#007996}.ds-v1 .c-icon--warning{color:#FFC208}.ds-v1 .c-icon--error{color:#AF0E2E}.ds-v1 .c-icon--success{color:#406129}.ds-v1 .c-icon--ghost{color:#E6E6E5}.ds-v1 .c-icon--swap{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ds-v1 .c-icon--small{height:18px;width:18px}.ds-v1 .c-icon--large{height:48px;width:48px}.ds-v1 .c-image{display:block;text-align:center}.ds-v1 .c-input{background-color:#fff;border:1px solid #CBC4C3;border-radius:0;color:#3E332D;padding:11px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:36px;width:100%}.ds-v1 .c-input::-webkit-input-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-input::-moz-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-input:-ms-input-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-input:-moz-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-input:focus{border-color:#95CFEE;-webkit-box-shadow:0 0 10px #95CFEE;box-shadow:0 0 10px #95CFEE;outline-style:none}.ds-v1 .c-input:-webkit-autofill::first-line{font-family:"allumi-2-std",Verdana,sans-serif;font-weight:100;font-size:1rem;line-height:1.5}.ds-v1 .c-input--narrow{width:auto}.ds-v1 .c-input--color::-webkit-color-swatch-wrapper{padding:0}.ds-v1 .c-input--color::-webkit-color-swatch{border:none}.ds-v1 .c-input--file{line-height:0.84375}.ds-v1 .c-input--password::-ms-reveal{display:none}.ds-v1 .c-input--password::-webkit-caps-lock-indicator{width:0;margin:0}.ds-v1 .c-link--subtle{color:inherit}.ds-v1 .c-link--subtle:hover{color:#6F062D}.ds-v1 .c-list-price__save{font-size:14px;color:#007996}.ds-v1 .c-list-price__save .c-currency__code{display:none}.ds-v1 .c-list-price__save .c-currency{font-size:14px}.ds-v1 .c-list-price__horizontalsave{margin-left:6px}.ds-v1 .c-loading{-webkit-animation:iw-spin 1s infinite linear;animation:iw-spin 1s infinite linear;display:inline-block}.ds-v1 .c-loading--small .c-loading__icon{height:12px;width:12px}.ds-v1 .c-loading--large .c-loading__icon{height:48px;width:48px}@-webkit-keyframes iw-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes iw-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ds-v1 .c-logo{display:block;height:30px;width:98.571px;position:relative}.ds-v1 .c-logo--inverted *{fill:white !important}.ds-v1 .c-logo--ips{width:auto}.ds-v1 .c-lozenge{font-size:.75rem;line-height:1.5;background-color:#E6E6E5;border-radius:.25em;color:#3E332D;display:inline-block;font-weight:400;padding:0 .5em;text-transform:uppercase;vertical-align:middle}.ds-v1 .c-lozenge--primary{background-color:#AE0A46;color:#fff}.ds-v1 .c-lozenge--success{background-color:#406129;color:#fff}.ds-v1 .c-lozenge--info{background-color:#007996;color:#fff}.ds-v1 .c-lozenge--warning{background-color:#FFC208}.ds-v1 .c-lozenge--error{background-color:#AF0E2E;color:#fff}.ds-v1 .c-lozenge--bold{font-weight:700}.ds-v1 .c-message{background-color:white;border:1px solid #CBC4C3;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:start;margin-bottom:24px;padding:24px 24px 24px 12px}.ds-v1 .c-message__icon{-ms-flex:0 0 auto;flex:0 0 auto;margin-right:12px}.ds-v1 .c-message__body&gt;:last-child{margin-bottom:0}.ds-v1 .c-pdp-modal .c-modal__header{border-bottom:1px solid #CBC4C3 !important}.ds-v1 .c-pdp-modal .c-pdp__details{margin-top:12px}.ds-v1 .c-pdp-modal .c-pdp__details-image{width:150px;max-width:100%}.ds-v1 .c-pdp-modal .c-pdp__details-container .u-margin-top-tiny{margin-top:6px}.ds-v1 .c-pdp-modal .c-pdp__details-container .u-margin-bot-tiny{margin-bottom:6px}.ds-v1 .c-pdp-modal .c-pdp__details-container .u-margin-right-tiny{margin-right:6px}.ds-v1 .c-pdp-modal .c-pdp__details-container .u-margin-right-large{margin-right:48px}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-part-numbers{font-size:12px !important;margin-bottom:6px !important}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__customer-price{font-size:1.125rem;line-height:1.33333}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__customer-price .c-currency__code,.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__customer-price .c-currency__value{color:#5F5753 !important}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__customer-price .c-currency__code{font-size:14px}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-list-price .c-currency__code{font-size:12px}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__pricing-container{border-top:1px solid #CBC4C3}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__pricing-container img{width:75px;padding-right:22px}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__pricing-containerlink{padding-right:22px;padding-top:0px;font-size:.875rem}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__pricing-containerstock{font-size:14px !important}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__pricing-containerstock-info{margin-top:12px}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__pricing-containerstock .c-list-price__price{width:40%}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__pricing-container__vat .c-pdp__customer-price-excl .c-currency__value{color:#AE0A46 !important;font-size:18px}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__pricing-container__vat .c-currency__tax{font-size:14px}.ds-v1 .c-pdp-modal .c-pdp__details-container .c-pdp__contractName{color:#007996;font-size:14px;margin-top:6px;font-weight:400}.ds-v1 .c-pdp-modal .c-pdp__error{padding:12px}.ds-v1 .c-pdp-modal .c-tabs{margin-left:0px !important;margin-bottom:0px !important}.ds-v1 .c-pdp-modal .c-tabs-manager{margin-left:12px}.ds-v1 .c-pdp-modal .c-tabs__item{color:#AE0A46}.ds-v1 .c-pdp-modal .c-tabs__item button{font-weight:400 !important}.ds-v1 .c-pdp-modal .c-pdp--viewlink .c-button--link{padding:12px 0px}@media print, screen and (min-width: 48em){.ds-v1 .c-pdp-modal .c-pdp--viewlink{position:absolute;margin-left:70%}.ds-v1 .c-pdp-modal .c-pdp--viewlink .c-button--link{padding-right:0px}}.ds-v1 .c-pdp-modal .c-pdp__tech-specs--info{height:260px;overflow:hidden}.ds-v1 .c-pdp-modal .c-pdp__tech-specs--table-row{padding:4px}.ds-v1 .c-pdp-modal .c-pdp__tech-specs--table-row:nth-child(odd){background-color:#F7F6F5}.ds-v1 .c-pdp-modal .c-pdp__tech-specs--table-data{padding:0px;font-weight:100;line-height:1.5}.ds-v1 .c-modal{-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;opacity:0;visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2011}@media print, screen and (max-width: 47.99em){.ds-v1 .c-modal{background-color:#F7F6F5}}@media print, screen and (min-width: 48em){.ds-v1 .c-modal{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,0.6)}}.ds-v1 .c-modal__container{background-color:#fff;position:relative;height:100%;overflow:auto}@media print, screen and (min-width: 48em){.ds-v1 .c-modal__container{height:auto;min-width:700px;max-width:100%}}.ds-v1 .c-modal__header{background-color:#fff;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid #CBC4C3;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:12px}.ds-v1 .c-modal__heading{font-size:1.625rem;line-height:1.38462;margin-bottom:0}@media print, screen and (min-width: 48em){.ds-v1 .c-modal__heading{font-size:1.75rem;line-height:1.28571}}@media print, screen and (min-width: 75em){.ds-v1 .c-modal__heading{font-size:1.875rem;line-height:1.2}}.ds-v1 .c-modal__close{margin:-12px -12px 0 0;padding:12px}.ds-v1 .c-modal__content{padding:12px}.ds-v1 .c-modal__content&gt;:last-child{margin-bottom:0}.ds-v1 .c-modal__footer{padding:12px}@media print, screen and (min-width: 48em){.ds-v1 .c-modal.c-modal--medium .c-modal__container{width:775px;max-width:100%}.ds-v1 .c-modal.c-modal--large .c-modal__container{width:90%;max-width:90%}}.ds-v1 .c-modal.is-open{opacity:1;visibility:visible}@media print, screen and (min-width: 48em){.ds-v1 .c-add-item-to-cart{padding:24px 0}}.ds-v1 .c-add-item-to-cart__warranty{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ds-v1 .c-add-item-to-cart__warranty .c-modal__content{height:100%;overflow:auto;min-height:300px}.ds-v1 .c-add-item-to-cart__warranty .c-modal__content h3{font-size:24px;font-weight:400}.ds-v1 .c-add-item-to-cart__warranty .c-modal__content p{font-size:16px}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box{border:1px solid #CBC4C3;padding:12px;margin-bottom:12px}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box.is-active{border:1px solid #0076BB}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__image{text-align:center}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details-option{width:15px}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details-option input{cursor:pointer}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__info{width:calc(100% - 15px);padding:0 6px}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__info label{font-size:16px;font-weight:100;margin-bottom:3px;display:block;cursor:pointer}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__info-price{font-size:14px;margin-bottom:12px;line-height:18px}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__info-price__vat .c-currency:first-of-type .c-currency__value{color:#AE0A46}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__info-learnmore{font-size:14px;margin:6px 0;display:block;line-height:18px;font-weight:400;color:#ae0a46;cursor:pointer}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__info-learnmore__description{font-size:14px}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__info-learnmore svg{width:18px;height:18px;margin-right:6px}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__contract-display{display:-ms-inline-flexbox;display:inline-flex}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__contract-name{font-size:14px;font-weight:400;color:#007996;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__contract-name span{max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media print, screen and (min-width: 48em){.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__contract-name span{max-width:85%}}.ds-v1 .c-add-item-to-cart__warranty .c-warranty__box__details__contract-best-price{background-color:#F7F6F5;font-size:12px;color:#5F5753;padding:6px;font-weight:400;margin-left:12px;-ms-flex-item-align:center;align-self:center}.ds-v1 .c-add-item-to-cart__warranty .c-modal__header{padding:24px;height:auto;position:sticky;top:0;z-index:1}@media print, screen and (max-width: 47.99em){.ds-v1 .c-add-item-to-cart__warranty .c-modal__header{display:contents}}.ds-v1 .c-add-item-to-cart__warranty .c-modal__header svg{margin-right:6px;max-width:24px}.ds-v1 .c-add-item-to-cart__warranty .c-modal__header svg+div{width:calc(100% - 30px)}.ds-v1 .c-add-item-to-cart__warranty .c-modal__header h2{color:#406129;font-size:16px;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:400;margin:0 6px}.ds-v1 .c-add-item-to-cart__warranty .c-modal__header p{font-size:14px;margin:0 6px}.ds-v1 .c-add-item-to-cart__warranty .c-modal__footer{position:sticky;bottom:0;background-color:#fff}.ds-v1 .c-add-item-to-cart__warranty .c-button-group&gt;*+*{margin-left:24px !important}.ds-v1 .c-add-item-to-cart__warranty .c-modal__close{display:none !important}.ds-v1 .c-add-item-to-cart__accessory{height:auto;overflow:hidden;background:#fff}.ds-v1 .c-add-item-to-cart__accessory__content{position:relative;left:100%}.ds-v1 .c-add-item-to-cart__accessory h4{border-bottom:1px solid #CBC4C3;padding-bottom:12px !important}.ds-v1 .c-add-item-to-cart__product__category-type{font-size:18px;font-weight:400;text-transform:capitalize}.ds-v1 .c-add-item-to-cart__product__name{font-family:"klinic-slab",Verdana,serif;font-size:22.014px !important;font-weight:400}.ds-v1 .c-add-item-to-cart__product__name.is-warranty{font-family:"allumi-2-std",Verdana,sans-serif;font-size:16px !important;font-weight:100}.ds-v1 .c-add-item-to-cart__product__key-value{font-size:14px !important}.ds-v1 .c-add-item-to-cart__product__price{text-align:end;font-size:14px !important}.ds-v1 .c-add-item-to-cart__product__price__subtotal{font-size:14px;font-family:"allumi-2-std",Verdana,sans-serif;margin:12px 0;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.ds-v1 .c-add-item-to-cart__product__price__subtotal .c-currency__value{font-size:24px !important;margin:0 0 6px 0}.ds-v1 .c-add-item-to-cart__product__price__subtotal-vat .ds-v1 .c-add-item-to-cart__product__price__subtotal-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:baseline;align-items:baseline;gap:4px}.ds-v1 .c-add-item-to-cart__product__price__subtotal-vat .ds-v1 .c-add-item-to-cart__product__price__subtotal-wrapper .c-currency:first-of-type .c-currency__value{color:#AE0A46}.ds-v1 .c-add-item-to-cart__product__price__subtotal-vat .ds-v1 .c-add-item-to-cart__product__price__subtotal-wrapper .c-currency .c-currency__tax{font-size:14px}.ds-v1 .c-add-item-to-cart__product__price__vat-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:baseline;align-items:baseline}.ds-v1 .c-add-item-to-cart__product__price__vat-wrapper .c-currency:first-of-type .c-currency__value{color:#AE0A46}.ds-v1 .c-add-item-to-cart__resource{padding:12px 0;margin:0 !important}.ds-v1 .c-add-item-to-cart__resource--dividers:not(:last-child){border-bottom:1px solid #CBC4C3}.ds-v1 .c-add-item-to-cart__image{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}.ds-v1 .c-add-item-to-cart__image img{max-height:100px;padding:0 12px}.ds-v1 .c-add-item-to-cart__image svg{fill:#CBC4C3}.ds-v1 .c-add-item-to-cart__error{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ds-v1 .c-add-item-to-cart__error .c-icon{margin-right:12px}.ds-v1 .c-add-item-to-cart__error-msg{color:#AF0E2E;font-weight:400}.ds-v1 .c-add-item-to-cart__subtotal{text-align:end;padding:24px 0}.ds-v1 .c-add-item-to-cart__button-group{margin:24px 0}.ds-v1 .c-add-item-to-cart .c-part-numbers{margin:0 0 6px 0;font-size:12px}.ds-v1 .c-add-item-to-cart .c-part-numbers tbody{display:-ms-inline-flexbox;display:inline-flex;gap:12px}.ds-v1 .c-add-item-to-cart .c-tabs{margin:0;border-bottom:1px solid #CBC4C3}.ds-v1 .c-add-item-to-cart .c-currency__code{font-size:12px}.ds-v1 .c-add-item-to-cart .c-currency__value{font-size:16px}.ds-v1 .c-add-item-to-cart picture{display:contents}.ds-v1 .c-add-item-to-cart picture img{max-width:100%}.ds-v1 .c-add-item-to-cart picture svg{max-width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;fill:#CBC4C3}.ds-v1 .c-add-item-to-cart .c-modal__content h4{font-size:16px;margin-bottom:12px;font-weight:400;font-family:"allumi-2-std",Verdana,sans-serif}.ds-v1 .c-add-item-to-cart .c-modal__footer{border-top:1px solid #CBC4C3}.ds-v1 .c-add-item-to-cart__vat.c-modal.c-modal--medium .c-modal__container{width:785px}.ds-v1 .c-panel{background:#fff}.ds-v1 .c-part-numbers{border:none;font-size:.75rem;line-height:1.5;margin-bottom:0}.ds-v1 .c-part-numbers .c-structured-list__term,.ds-v1 .c-part-numbers .c-structured-list__description{padding-bottom:0;font-size:14px}.ds-v1 .c-password-meter{font-size:.875rem;line-height:1.71429;font-weight:400}.ds-v1 .c-password-meter::before{background-color:#E6E6E5;content:"";display:block;height:5px}.ds-v1 .c-password-meter.is-weak{color:#AF0E2E}.ds-v1 .c-password-meter.is-weak::before{background-image:-webkit-gradient(linear, left top, right top, from(#AF0E2E), color-stop(25%, #AF0E2E), color-stop(25%, #E6E6E5), to(#E6E6E5));background-image:linear-gradient(90deg, #AF0E2E 0%, #AF0E2E 25%, #E6E6E5 25%, #E6E6E5 100%)}.ds-v1 .c-password-meter.is-fair{color:#FFC208}.ds-v1 .c-password-meter.is-fair::before{background-image:-webkit-gradient(linear, left top, right top, from(#FFC208), color-stop(50%, #FFC208), color-stop(50%, #E6E6E5), to(#E6E6E5));background-image:linear-gradient(90deg, #FFC208 0%, #FFC208 50%, #E6E6E5 50%, #E6E6E5 100%)}.ds-v1 .c-password-meter.is-good{color:#007996}.ds-v1 .c-password-meter.is-good::before{background-image:-webkit-gradient(linear, left top, right top, from(#007996), color-stop(75%, #007996), color-stop(75%, #E6E6E5), to(#E6E6E5));background-image:linear-gradient(90deg, #007996 0%, #007996 75%, #E6E6E5 75%, #E6E6E5 100%)}.ds-v1 .c-password-meter.is-strong{color:#406129}.ds-v1 .c-password-meter.is-strong::before{background-color:#406129}.ds-v1 .c-password-unmask{font-size:.875rem;line-height:1.71429;position:absolute;top:0;right:0}.ds-v1 .c-payment-card-icon{display:inline-block;height:20px;width:32px;vertical-align:bottom}.ds-v1 .c-product-better-together{border-width:1px 0px;border-style:solid;border-color:#CBC4C3;padding:12px 24px 24px}.ds-v1 .c-product-better-together__plus-sign__container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media print, screen and (max-width: 63.99em){.ds-v1 .c-product-better-together__plus-sign__container{padding-top:12px;padding-bottom:12px;width:100%}}@media print, screen and (min-width: 64em){.ds-v1 .c-product-better-together__plus-sign__container{-ms-flex-align:start;align-items:flex-start;padding-top:48px}}.ds-v1 .c-product-better-together__title{font-weight:700;font-size:28px}.ds-v1 .c-product-better-together__images{margin-bottom:24px}.ds-v1 .c-product-better-together__images__image{min-height:246px}.ds-v1 .c-product-better-together__images__image img{max-width:100%;width:auto;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ds-v1 .c-product-better-together__images__image .c-image__fallback{width:100%}.ds-v1 .c-product-better-together__images__image__overlay{display:-ms-flexbox;display:flex;position:absolute;top:0px;left:0px;width:100%;height:100%;font-weight:400;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:white;letter-spacing:normal;background:rgba(62,51,45,0.49);border:none;opacity:0;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.ds-v1 .c-product-better-together__images__image__overlay:hover{opacity:1}.ds-v1 .c-product-better-together__total-price{font-size:18px;margin-bottom:6px}.ds-v1 .c-product-better-together__total-price__label{white-space:nowrap}:lang(de) .ds-v1 .c-product-better-together__total-price__label,:lang(es) .ds-v1 .c-product-better-together__total-price__label,:lang(fr) .ds-v1 .c-product-better-together__total-price__label,:lang(it) .ds-v1 .c-product-better-together__total-price__label,:lang(nl) .ds-v1 .c-product-better-together__total-price__label,:lang(sv) .ds-v1 .c-product-better-together__total-price__label{font-size:14px}.ds-v1 .c-product-better-together__add-to-cart{letter-spacing:normal}.ds-v1 .c-product-better-together__add-to-cart-margin{margin-bottom:14px}@media print, screen and (min-width: 64em){.ds-v1 .c-product-better-together__item{-ms-flex:0 0 15.5%;flex:0 0 15.5%}}.ds-v1 .c-product-better-together__item-container{border:2px solid #E6E6E5}@media print, screen and (min-width: 48em){.ds-v1 .c-product-better-together__item-container{border:1px solid #E6E6E5}}.ds-v1 .c-product-better-together__item-container.selected{border:2px solid #007996}@media print, screen and (min-width: 48em){.ds-v1 .c-product-better-together__item-container.selected{border:1px solid #007996}}.ds-v1 .c-product-better-together__item__current-product{color:#007996;font-weight:400}.ds-v1 .c-product-better-together__item__current .c-product-better-together__item__name{color:#222}.ds-v1 .c-product-better-together__item__name{color:#AE0A46;font-size:14px;font-weight:400;letter-spacing:initial}.ds-v1 .c-product-better-together__item__divider{padding:0 6px}.ds-v1 .c-product-better-together__item:last-child{margin-bottom:0px}.ds-v1 .c-product-better-together__item__quick-view{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.ds-v1 .c-product-better-together__item .c-checkbox__container{-ms-flex-align:center;align-items:center}.ds-v1 .c-product-better-together__item .c-form__element{margin:0}.ds-v1 .c-product-better-together__item-prices .c-currency__ex-vat .c-currency__value{color:#AE0A46}@media print, screen and (min-width: 48em){.ds-v1 .c-product-better-together__title{font-weight:400;font-size:1.5rem}}.ds-v1 .c-better-together-view{margin-bottom:14px}.ds-v1 .c-product-better-together__item-image{height:112px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px;overflow:hidden}.ds-v1 .c-product-better-together__item-bottom{padding:0 0 12px 12px}.ds-v1 .c-product-better-together__item-bottom__vat{-ms-flex-direction:column;flex-direction:column}.ds-v1 .c-product-better-together__item-bottom__vat .c-better-together__checkbox-container{margin-left:auto;padding:6px 0 18px 0}.ds-v1 .c-product-better-together__plus-sign{fill:#5F5753}.ds-v1 .c-product-better-together__CTA-container{background:#F7F6F5;padding:24px 24px}@media print, screen and (min-width: 48em){.ds-v1 .c-product-better-together__CTA.c-product-better-together__CTA__no-Padding{padding-top:0px !important}}.ds-v1 .c-product-better-together__CTA{padding-top:24px}@media print, screen and (min-width: 64em){.ds-v1 .c-product-better-together__CTA{padding-top:0;padding-left:36px;max-width:356px}}@media print, screen and (max-width: 47.99em){.ds-v1 .c-product-better-together__CTA{-ms-flex:0 0 100%;flex:0 0 100%}}.ds-v1 .c-product-better-together__savings{color:#007996;padding-bottom:12px}.ds-v1 .c-product-better-together__savings__label{white-space:nowrap}:lang(de) .ds-v1 .c-product-better-together__savings__label,:lang(es) .ds-v1 .c-product-better-together__savings__label,:lang(fr) .ds-v1 .c-product-better-together__savings__label,:lang(it) .ds-v1 .c-product-better-together__savings__label,:lang(nl) .ds-v1 .c-product-better-together__savings__label,:lang(sv) .ds-v1 .c-product-better-together__savings__label{font-size:14px}.ds-v1 .c-product-better-together__total{-ms-flex-align:center;align-items:center;padding-bottom:12px}.ds-v1 .c-product-better-together__item__spacer{height:24px}.ds-v1 .c-product-better-together__item__container{padding:12px;position:relative}.ds-v1 .c-product-better-together__item-strike-price{min-height:24px}.ds-v1 .c-product-better-together__item-strike-price .c-currency.c-currency__strikethrough .c-currency__value{font-size:12px}.ds-v1 .c-better-together__checkbox-container{padding-top:24px}.ds-v1 .c-tabs{display:-ms-flexbox;display:flex;margin-bottom:0;overflow:auto}.ds-v1 .c-tabs__item{margin:0;margin-right:24px;white-space:nowrap;list-style-type:none}.ds-v1 .c-tabs__link{background:transparent;border:none;color:inherit;display:-ms-inline-flexbox;display:inline-flex;font-weight:100;line-height:24px;padding:12px 0}.ds-v1 .c-tabs__link:hover,.ds-v1 .c-tabs__link:focus{color:#6F062D;border-bottom:4px solid #6F062D;padding-bottom:8px}.ds-v1 .c-tabs__panel{display:block;margin-top:24px}.ds-v1 .c-tabs__item.is-active .c-tabs__link{border-bottom:4px solid #AE0A46;padding-bottom:8px}.ds-v1 .c-tab{border-bottom:4px solid transparent;background-color:transparent;color:inherit;font-weight:100;line-height:24px;padding:12px 0 6px 0;margin-right:24px;border-left:0;border-right:0;border-top:0}.ds-v1 .c-tab:hover,.ds-v1 .c-tab:focus{color:#6F062D;border-bottom:4px solid #6F062D}.ds-v1 .c-tab:not(:hover){border-bottom:4px solid transparent}.ds-v1 .c-tab__content{margin-top:24px}.ds-v1 .c-tab.is-selected{border-bottom:4px solid #AE0A46}.ds-v1 .c-tab-manager{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ds-v1 .c-tab-manager.c-tab-manager--vertical{-ms-flex-direction:row;flex-direction:row}@media screen and (max-width: 47.99em){.ds-v1 .c-tab-manager.c-tab-manager--vertical{-ms-flex-direction:column;flex-direction:column}.ds-v1 .c-tab-manager.c-tab-manager--vertical .c-tabs{-ms-flex-pack:center;justify-content:center}}.ds-v1 .c-tab-manager.c-tab-manager--vertical .c-tabs{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;border-bottom:none;margin-top:24px}.ds-v1 .c-tab-manager.c-tab-manager--vertical .c-tabs .c-tabs__item{-ms-flex-item-align:start;align-self:flex-start;width:100%}.ds-v1 .c-tab-manager.c-tab-manager--vertical .c-tabs .c-tabs__item .c-tab{border-bottom:solid 1px lightgray;width:90%;text-align:left;-webkit-box-shadow:none;box-shadow:none}.ds-v1 .c-tab-manager.c-tab-manager--left .c-tabs{-ms-flex-pack:left;justify-content:left;margin-left:24px}.ds-v1 .c-tab-manager.c-tab-manager__pause-effects .c-tab__content{opacity:0;-webkit-transition:none;transition:none}.ds-v1 .c-tab-manager .c-tab__content{opacity:1;-webkit-transition:opacity 250ms;transition:opacity 250ms}.ds-v1 .c-product-tabs{padding:12px 0 !important}.ds-v1 .c-product-tabs ul{list-style:none}.ds-v1 .c-product-tabs__title{font-weight:700;padding:0 14px;font-size:28px}.ds-v1 .c-product-tabs__overview{margin:0}.ds-v1 .c-product-tabs__overview .c-compliance-icon{float:left;margin-right:6px}.ds-v1 .c-product-tabs__specification{line-height:1.5;font-size:14px;gap:24px 0;padding:0 12px;overflow:hidden}.ds-v1 .c-product-tabs__specification__title{font-weight:400;margin:0}.ds-v1 .c-product-tabs__specification__groups{gap:24px 0}.ds-v1 .c-product-tabs__specification__group__label{font-size:18px;font-weight:400;border-bottom:1px solid #CBC4C3;padding:6px 0;margin:0}.ds-v1 .c-product-tabs__specification__group__table__row{padding:6px 24px}.ds-v1 .c-product-tabs__specification__group__table__row:nth-child(2n){background-color:#F7F6F5}@media print, screen and (min-width: 48em){.ds-v1 .c-product-tabs__specification__groups{padding:0 24px}}.ds-v1 .c-product-tabs__accessories .c-tabs{-ms-flex-wrap:wrap;flex-wrap:wrap}.ds-v1 .c-product-tabs__show-more{text-align:center}.ds-v1 .c-product-tabs__show-more .c-button{padding:0}.ds-v1 .c-product-tabs__section:not(:last-child){border-bottom:1px solid #CBC4C3;margin-bottom:12px}.ds-v1 .c-product-tabs__section:not(:last-child) .c-button{margin-bottom:24px}.ds-v1 .c-product-tabs__resource{font-size:14px;padding:12px 0;border-bottom:1px solid #CBC4C3;line-height:initial;gap:12px 0}.ds-v1 .c-product-tabs__resource:nth-last-child(2){border-bottom:0}.ds-v1 .c-product-tabs__resource__content{gap:6px 0}.ds-v1 .c-product-tabs__resource__thumbnail{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0 12px}.ds-v1 .c-product-tabs__resource__thumbnail img{max-width:100%;max-height:220px}.ds-v1 .c-product-tabs__resource__thumbnail svg{width:60px;height:60px}.ds-v1 .c-product-tabs__resource__title button,.ds-v1 .c-product-tabs__resource__title span{font-size:16px;font-weight:400}.ds-v1 .c-product-tabs__resource__long-description{display:none}.ds-v1 .c-product-tabs__resource__add-to-cart{text-align:end}.ds-v1 .c-product-tabs__resource__add-to-cart button{width:100%;-ms-flex-pack:center;justify-content:center}:lang(de) .ds-v1 .c-product-tabs__resource__add-to-cart button,:lang(es) .ds-v1 .c-product-tabs__resource__add-to-cart button,:lang(fr) .ds-v1 .c-product-tabs__resource__add-to-cart button,:lang(it) .ds-v1 .c-product-tabs__resource__add-to-cart button,:lang(nl) .ds-v1 .c-product-tabs__resource__add-to-cart button,:lang(sv) .ds-v1 .c-product-tabs__resource__add-to-cart button{font-size:13px;padding:4px 2px}.ds-v1 .c-product-tabs__resource__price{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ds-v1 .c-product-tabs__resource__price__vat{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:baseline;align-items:baseline;gap:6px}.ds-v1 .c-product-tabs__resource__price__vat .c-currency:first-of-type .c-currency__value{color:#AE0A46}.ds-v1 .c-product-tabs__resource__confirmation{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:6px 0}.ds-v1 .c-product-tabs__resource__confirmation__message{font-weight:400;border:0;padding:0;margin:0;-ms-flex-align:center;align-items:center}.ds-v1 .c-product-tabs__resource__confirmation__message svg{width:20px;margin-right:6px}.ds-v1 .c-product-tabs__resource__contract-name{font-size:14px;font-weight:400;color:#007996}.ds-v1 .c-product-tabs__resource__contract-name span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-v1 .c-product-tabs__resource .c-part-numbers tbody{display:-ms-flexbox;display:flex;gap:0 12px}.ds-v1 .c-product-tabs__resource .c-part-numbers th,.ds-v1 .c-product-tabs__resource .c-part-numbers td{font-size:12px}:lang(de) .ds-v1 .c-product-tabs__resource__price__vat .c-currency__tax,:lang(es) .ds-v1 .c-product-tabs__resource__price__vat .c-currency__tax,:lang(fr) .ds-v1 .c-product-tabs__resource__price__vat .c-currency__tax,:lang(it) .ds-v1 .c-product-tabs__resource__price__vat .c-currency__tax,:lang(nl) .ds-v1 .c-product-tabs__resource__price__vat .c-currency__tax,:lang(sv) .ds-v1 .c-product-tabs__resource__price__vat .c-currency__tax{font-size:10px}.ds-v1 .c-product-tabs #ccs-inline{border:0px !important}@media print, screen and (min-width: 48em){.ds-v1 .c-product-tabs__title{display:none}.ds-v1 .c-product-tabs__resource__thumbnail img{max-width:75px}.ds-v1 .c-product-tabs__resource__long-description{display:-ms-flexbox;display:flex;font-size:14px !important}.ds-v1 .c-product-tabs__resource__add-to-cart button{width:auto}.ds-v1 .c-product-tabs__resource__price{-ms-flex-align:unset;align-items:unset;-ms-flex-pack:center;justify-content:center}.ds-v1 .c-product-tabs__resource__price__vat{-ms-flex-pack:start;justify-content:flex-start}.ds-v1 .c-product-tabs .c-responsive-tabs__content{padding-top:24px}}@media print, screen and (max-width: 47.99em){.ds-v1 .c-product-tabs .c-responsive-tabs__content{background-color:#F7F6F5}.ds-v1 .c-product-tabs .c-responsive-tabs__content&gt;section{background-color:white;padding:14px;margin-bottom:12px}.ds-v1 .c-product-tabs .c-responsive-tabs__content&gt;section:not(:first-child){border-top:1px solid #CBC4C3}.ds-v1 .c-product-tabs .c-responsive-tabs__content&gt;section:not(:last-child){border-bottom:1px solid #CBC4C3}}.ds-v1 .c-product img{width:80px}@media print, screen and (max-width: 47.99em){.ds-v1 .c-product img{margin-bottom:12px}}@media print, screen and (min-width: 35.5em){.ds-v1 .c-product img{width:100px}}@media print, screen and (min-width: 48em){.ds-v1 .c-product img{width:120px}}@media print, screen and (min-width: 64em){.ds-v1 .c-product img{width:150px}}@media print, screen and (min-width: 75em){.ds-v1 .c-product img{width:150px}}@media print, screen and (max-width: 47.99em){.ds-v1 .c-product{display:block}}@media print, screen and (max-width: 63.99em){.ds-v1 .c-product.c-product__design-layout-single{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ds-v1 .c-product.c-product__design-layout-single .c-product__layout-image{margin-left:auto;margin-right:auto}.ds-v1 .c-product.c-product__design-layout-single .c-product__image img{max-width:100%;margin-left:auto;margin-right:auto}}.ds-v1 .c-product__design-layout-basic{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ds-v1 .c-product__design-layout-basic&gt;.c-product__layout-image{width:100%;overflow:auto}.ds-v1 .c-product__design-layout-basic&gt;.c-product__layout-info{width:100%}.ds-v1 .c-product__design-layout-basic .c-product__image img{margin:0 auto 12px}.ds-v1 .c-product__design-layout-single{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ds-v1 .c-product__design-layout-single .c-product__layout-image{-ms-flex:0 0 50%;flex:0 0 50%}.ds-v1 .c-product__design-layout-single .c-product__layout-info{-ms-flex:0 0 50%;flex:0 0 50%}.ds-v1 .c-product__design-layout-minimal{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.ds-v1 .c-product__design-layout-minimal .c-product__layout-image{-ms-flex:0 0 33.33%;flex:0 0 33.33%}.ds-v1 .c-product__design-layout-minimal .c-product__layout-image .c-product__image{margin-right:6px}.ds-v1 .c-product__design-layout-minimal .c-product__layout-info{-ms-flex:0 0 66.66%;flex:0 0 66.66%}.ds-v1 .c-product-banner{font-size:12px;padding:7px 10px;margin:10px 0;background-color:#005885;color:#fff;display:inline-block;outline:rgba(0,0,255,0.3) solid 1px}.ds-v1 .c-product .c-prod-stock{color:#584f53;font-size:14px}.ds-v1 .c-progress-bar{background-color:#CBC4C3;display:block;width:100%;height:16px}.ds-v1 .c-progress-bar__value{font-size:.8125rem;line-height:1.38462;background-color:#AE0A46;color:#fff;display:block;height:100%;text-align:center}.ds-v1 .c-quantity-selector{display:-ms-inline-flexbox;display:inline-flex}.ds-v1 .c-quantity-selector__controls{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ds-v1 .c-quantity-selector__input{background-color:#fff;border:1px solid #CBC4C3;border-radius:0;color:#3E332D;padding:11px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:400;text-align:center;width:4em;-moz-appearance:textfield}.ds-v1 .c-quantity-selector__input::-webkit-input-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-quantity-selector__input::-moz-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-quantity-selector__input:-ms-input-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-quantity-selector__input:-moz-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-quantity-selector__input:focus{border-color:#95CFEE;-webkit-box-shadow:0 0 10px #95CFEE;box-shadow:0 0 10px #95CFEE;outline-style:none}.ds-v1 .c-quantity-selector__input:-webkit-autofill::first-line{font-family:"allumi-2-std",Verdana,sans-serif;font-weight:100;font-size:1rem;line-height:1.5}.ds-v1 .c-quantity-selector__input::-webkit-inner-spin-button,.ds-v1 .c-quantity-selector__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ds-v1 .c-quantity-selector__button{background-color:#E6E6E5;border-width:0;font-size:0;height:50%;padding:0 4px}.ds-v1 .c-quantity-selector__button:hover,.ds-v1 .c-quantity-selector__button:focus{background-color:#CBC4C3;color:#fff}.ds-v1 .c-quantity-selector--small .c-quantity-selector__input{padding:5px;width:3em}.ds-v1 .c-quantity-selector--small .c-quantity-selector__icon{height:18px;width:18px}.ds-v1 .c-quantity-selector--small .c-quantity-selector__button{padding-left:3px;padding-right:3px}.ds-v1 .c-quantity-selector--large .c-quantity-selector__input{padding:17px;width:4.5em}.ds-v1 .c-quantity-selector--large .c-quantity-selector__button{padding-left:8px;padding-right:8px}.ds-v1 .c-radio{cursor:pointer;margin-bottom:0;margin-right:12px}.ds-v1 .c-radio__container{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.ds-v1 .c-radio__container:not(:last-child){margin-bottom:12px}.ds-v1 .c-rec-product{-webkit-transition:border-color 300ms ease-in-out;transition:border-color 300ms ease-in-out;background-color:#fff;border:1px solid transparent;display:block;height:100%;padding:12px}.ds-v1 .c-rec-product:hover{border-color:#E6E6E5}.ds-v1 .c-rec-product__img{margin-bottom:12px;width:150px;height:112px}.ds-v1 .c-rec-product__img:hover{cursor:pointer}.ds-v1 .c-rec-product__partNumber{font-size:12px}.ds-v1 .c-rec-product .c-rec-product__name.c-text-ellipsis{font-size:.875rem;line-height:1.5;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:400;margin:0 0 6px;color:#AE0A46;height:63px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3}.ds-v1 .c-rec-product .c-rec-product__name.c-text-ellipsis:hover{cursor:pointer}.ds-v1 .c-rec-product__parts{font-size:12px !important}.ds-v1 .c-rec-product__price,.ds-v1 .c-rec-product__partNumber{color:#3E332D}.ds-v1 .c-rec-product__price .c-currency__code{font-size:12px}.ds-v1 .c-rec-product__price .c-currency{display:block}.ds-v1 .c-rec-product__price__excl-vat .c-currency__value{color:#AE0A46}.ds-v1 .c-rec-product__price .c-currency__tax{font-size:14px}.ds-v1 .c-rec-product__button{display:block;margin:12px auto 0}.ds-v1 .c-rec-product__buttonSuccess{color:#406129 !important;top:40%}.ds-v1 .c-rec-product .c-rec-product__name--short{height:auto}.ds-v1 .c-receipt__item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.ds-v1 .c-receipt__item:not(:last-child){margin-bottom:12px}.ds-v1 .c-receipt__label{font-weight:400}.ds-v1 .c-receipt__extra{font-size:.875rem;line-height:1.71429;color:#5F5753;display:block;font-weight:100}.ds-v1 .c-receipt__value{text-align:right}.ds-v1 .c-receipt__item--subtotal{border-top:1px solid #E6E6E5;padding-top:12px}.ds-v1 .c-receipt__item--total{border-top:1px solid #E6E6E5;padding-top:12px}.ds-v1 .c-receipt__item--total .c-receipt__label,.ds-v1 .c-receipt__item--total .c-receipt__value{font-size:1.125rem;line-height:1.33333}.ds-v1 .c-resource-filters{margin-bottom:12px}.ds-v1 .c-resource-filters .c-resource-filters__filters{padding-bottom:15px}@media print, screen and (min-width: 48em){.ds-v1 .c-resource-filters .c-resource-filters__filters{padding-bottom:0}}.ds-v1 .c-resource-filters .c-resource-filters__filters :global(.c-form__element:not(:last-child)){margin-bottom:0}.ds-v1 .c-resource-filters .c-resource-filters__filters select,.ds-v1 .c-resource-filters .c-resource-filters__filters .c-select-container{width:100%}.ds-v1 .c-resource-filters .c-resource-filters__filter .c-select{padding-left:calc(12px * 1.6)}.ds-v1 .c-resource-filters .c-resource-filters__sort-direction{height:100%}.ds-v1 .c-resource-filters .c-resource-filters__sort-direction input{margin-right:6px}.ds-v1 .c-resource-filters .c-resource-filters__sort-direction label{margin-left:6px}@media print, screen and (min-width: 48em){.ds-v1 .c-resource-filters .c-resource-filters__sort-direction{padding-left:48px}}.ds-v1 .c-resource-table .c-resource-table__accordion .c-accordion__controls{padding-left:0;padding:12px}.ds-v1 .c-resource-table .c-resource-table__accordion .c-accordion__controls .c-button__content button span{margin-left:auto;margin-right:auto}.ds-v1 .c-resource-table .c-resource-table__accordion,.ds-v1 .c-resource-table .c-resource-table__accordion .c-accordion__item:not(:last-child){margin-bottom:15px}.ds-v1 .c-resource-table .c-resource-table__label{-ms-flex-align:center;align-items:center;font-weight:lighter}.ds-v1 .c-resource-table .c-resource-table__label-expired{color:#AF0E2E}.ds-v1 .c-resource-table .c-resource-table__header{padding:12px 12px 12px 48px}.ds-v1 .c-resource-table .c-resource-table__buffer{width:50px}.ds-v1 .c-resource-table .c-button__icon--left{margin-right:24px}@media print, screen and (min-width: 48em){.ds-v1 .c-resource-table .c-resource-table__accordion{padding:0}}.ds-v1 .c-resource-table__mobile-header{border-bottom:1px solid #CBC4C3;padding-bottom:12px}.ds-v1 .c-resource-item{padding:16px 0}.ds-v1 .c-resource-item_text .c-part-numbers{font-size:12px !important}.ds-v1 .c-resource-item--cells{padding-left:24px}.ds-v1 .c-resource-item--cells_header{margin-bottom:8px}.ds-v1 .c-resource-item--cells_register{text-align:right}.ds-v1 .c-resource-item--warranty_header{margin-top:24px}.ds-v1 .c-resource-item--last{padding:16px 0 0 0}.ds-v1 .c-resource-item--last .with-action{display:-ms-flexbox;display:flex}.ds-v1 .c-resource-item--sub{border:0 !important}.ds-v1 .c-resource-item:not(:last-child){border-bottom:1px solid #CBC4C3}.ds-v1 .c-resource-item_link{padding:0 !important;text-align:left;cursor:pointer !important}.ds-v1 .c-resource-item_link--invalid{font-weight:400}.ds-v1 .c-resource-item_image{padding-left:0px !important}.ds-v1 .c-resource-item_image img{width:100% !important;padding-right:15px;max-width:120px;max-height:90px}.ds-v1 .c-resource-item_part{font-size:12px;padding-left:4}.ds-v1 .c-resource-item_update{font-weight:100;font-size:14px;cursor:pointer}.ds-v1 .c-resource-item_update__text{padding-right:12px}.ds-v1 .c-resource-item__license-heading{color:#007996}.ds-v1 .c-resource-item__message{border:none;color:#AE0A46;font-size:14px;padding:0px;padding-top:6px}.ds-v1 .c-resource-item__parts{width:-webkit-fit-content !important;width:-moz-fit-content !important;width:fit-content !important}.ds-v1 .c-resource-item__actions{font-size:14px !important}.ds-v1 .c-resource-item__actions-seperator{color:#CBC4C3}.ds-v1 .c-resource-item__action-delete{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:start;align-items:flex-start}.ds-v1 .c-resource-item .with-action{display:-ms-flexbox;display:flex}@media print, screen and (min-width: 48em){.ds-v1 .c-resource-item__unit-price,.ds-v1 .c-resource-item__ewr-fee,.ds-v1 .c-resource-item__total-price{text-align:right;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.ds-v1 .c-resource-item__quantity{text-align:center}.ds-v1 .c-resource-item__quantity-availability{-ms-flex-preferred-size:max-content;flex-basis:max-content}.ds-v1 .c-resource-item__ewr-sum{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:end;align-items:flex-end}}@media print, screen and (max-width: 47.99em){.ds-v1 .c-resource-item__unit-price div:nth-child(2),.ds-v1 .c-resource-item__ewr-fee div:nth-child(2),.ds-v1 .c-resource-item__total-price div:nth-child(2),.ds-v1 .c-resource-item__quantity div:nth-child(2){display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.ds-v1 .c-resource-item_image{padding-left:0px !important}.ds-v1 .c-resource-item_image img{width:100% !important;padding-right:12px}.ds-v1 .c-resource-item--cells{padding:0 0 12px 0 !important}}.ds-v1 .c-search-filter__search-button,.ds-v1 .c-modal .c-button.c-search-filter__search-button{padding:6px 12px}.ds-v1 .c-search-filter{width:100%}.ds-v1 .c-search-pane .c-date-picker__search{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ds-v1 .c-search-pane .c-search-button{padding:0;margin-left:24px;height:48px;width:48px;-ms-flex-pack:center;justify-content:center}.ds-v1 .c-search-pane .c-search-button .c-button__icon--left{margin-right:0}.ds-v1 .c-search-pane .c-query-input,.ds-v1 .c-search-pane .c-query-input .c-input{margin-bottom:0}.ds-v1 .c-search-pane .date-picker__date__input{margin-bottom:0;width:130px}.ds-v1 .c-search-pane .c-date-picker{max-width:180px}.ds-v1 .c-search-pane .react-datepicker-popper{z-index:99999}.ds-v1 .c-search-pane .c-pane-button{letter-spacing:normal}.ds-v1 .c-search-pane .c-pane-field{min-width:310px}.ds-v1 .c-select{background-color:#fff;border:1px solid #CBC4C3;border-radius:0;color:#3E332D;padding:11px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:48px;padding-right:32px}.ds-v1 .c-select::-webkit-input-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-select::-moz-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-select:-ms-input-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-select:-moz-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-select:focus{border-color:#95CFEE;-webkit-box-shadow:0 0 10px #95CFEE;box-shadow:0 0 10px #95CFEE;outline-style:none}.ds-v1 .c-select:-webkit-autofill::first-line{font-family:"allumi-2-std",Verdana,sans-serif;font-weight:100;font-size:1rem;line-height:1.5}.ds-v1 .c-select::-ms-expand{display:none}.ds-v1 .c-select optgroup{background-color:#F0EEED;color:#5F5753}.ds-v1 .c-select option{background-color:#fff;color:#3E332D}.ds-v1 .c-select-container{display:inline-block;position:relative}.ds-v1 .c-select-container::after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #3E332D;content:"";height:0;pointer-events:none;position:absolute;right:12px;top:calc(50% - 8px / 2);width:0}.ds-v1 .c-select-container--block{display:block}.ds-v1 .c-select-container--block .c-select{width:100%}.ds-v1 .c-shopping-table--header{border-bottom:1px solid #CBC4C3;padding:3px}.ds-v1 .c-shopping-table--label{padding:12px}.ds-v1 .c-shopping-table--item{border-bottom:1px solid #CBC4C3;padding:12px}.ds-v1 .c-shopping-table--item:last-child{border:none}.ds-v1 .c-shopping-table--button__empty{font-weight:400;margin:6px;cursor:pointer}.ds-v1 .c-shopping-table__stock-info{font-size:14px}.ds-v1 .c-shopping-table__stock--help-text{font-size:12px;color:#AF0E2E}.ds-v1 .c-shopping-table__line_info_container{margin-top:48px;overflow-wrap:break-word}.ds-v1 .c-stock--info{color:#007996}.ds-v1 .c-stock--success{color:#406129}.ds-v1 .c-stock--error{color:#AF0E2E}.ds-v1 .c-stock__icon{margin-right:6px}.ds-v1 .c-slider-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:48px;width:100%}.ds-v1 .c-slider{background-color:transparent;-ms-flex:1 1;flex:1 1;height:100%;margin:0;padding:0;width:100%}.ds-v1 .c-slider,.ds-v1 .c-slider::-webkit-slider-thumb{-webkit-appearance:none}.ds-v1 .c-slider::-webkit-slider-runnable-track{background-color:#E6E6E5;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;height:6px;width:100%}.ds-v1 .c-slider::-moz-range-track{background-color:#E6E6E5;border:none;box-sizing:border-box;height:6px;width:100%}.ds-v1 .c-slider::-ms-track{background-color:#E6E6E5;border:none;box-sizing:border-box;height:6px;width:100%}.ds-v1 .c-slider::-webkit-slider-thumb{background-color:#AE0A46;border:none;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;height:24px;width:24px;margin-top:-9px}.ds-v1 .c-slider::-moz-range-thumb{background-color:#AE0A46;border:none;border-radius:50%;box-sizing:border-box;height:24px;width:24px}.ds-v1 .c-slider::-ms-thumb{background-color:#AE0A46;border:none;border-radius:50%;box-sizing:border-box;height:24px;width:24px;margin-top:0}.ds-v1 .c-slider::-ms-fill-lower,.ds-v1 .c-slider::-ms-fill-upper{background-color:transparent}.ds-v1 .c-slider::-ms-tooltip{display:none}.ds-v1 .c-slider:focus,.ds-v1 .c-slider:hover{cursor:pointer}.ds-v1 .c-slider-container--vertical{height:200px;position:relative}.ds-v1 .c-slider-container--vertical .c-slider{height:48px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%) rotate(-90deg);transform:translate(-50%, -50%) rotate(-90deg);width:200px}.ds-v1 .c-cart{background-color:transparent;-ms-flex-pack:distribute;justify-content:space-around}.ds-v1 .c-cart__has-error{border-color:#AF0E2E;-webkit-box-shadow:0 0 10px #AF0E2E;box-shadow:0 0 10px #AF0E2E}.ds-v1 .c-cart__error{font-size:.875rem;line-height:1.71429;color:#AF0E2E;display:block;font-weight:400;margin:0 24px 24px 24px}.ds-v1 .c-cart__error-icon{margin-right:6px}.ds-v1 .c-cart__mandatoy-error{margin:24px}.ds-v1 .c-cart__title{font-size:1rem;line-height:1.5;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:400;margin:0;color:#fff}.ds-v1 .c-cart__items{font-weight:100;padding-left:12px;border-left:1px solid #E6E6E5;margin-left:12px}.ds-v1 .c-cart__header{background-color:#5F5753;font-weight:400;color:#fff}.ds-v1 .c-cart__body&gt;:not(:last-child){margin-bottom:12px;border-bottom:1px solid #CBC4C3}.ds-v1 .c-cart__row{border:none}.ds-v1 .c-cart__row--border::after{background-color:#F0EEED;content:'';height:1px;position:absolute;left:24px;right:24px}.ds-v1 .c-cart__cell{padding:24px}.ds-v1 .c-cart__cell--header{padding-bottom:6px;padding-top:6px}@media print, screen and (max-width: 47.99em){.ds-v1 .c-cart__cell--data-label::before{content:attr(data-label) ":";color:#5F5753;display:block;font-size:14px;margin-bottom:6px}.ds-v1 .c-cart__cell--item{padding-bottom:0}}.ds-v1 .c-cart__cell--unit-price,.ds-v1 .c-cart__cell--qty{text-align:center}@media print, screen and (max-width: 47.99em){.ds-v1 .c-cart__cell--line-level-info{padding-bottom:0}}@media print, screen and (min-width: 48em){.ds-v1 .c-cart__cell--line-level-info{-ms-flex-order:1;order:1;padding-top:0}}.ds-v1 .c-cart__product-image{width:80px}.ds-v1 .c-cart__product-image img{font-size:.875rem;line-height:1.28571;max-height:80px;overflow:hidden}.ds-v1 .c-cart__qty{display:block;background-color:#CBC4C3;width:30px;height:30px;margin:auto}.ds-v1 .c-cart__approved-product{margin-top:12px}.ds-v1 .c-cart__bundle{border:1px solid #CBC4C3}.ds-v1 .c-cart__row--bundle{border:0}.ds-v1 .c-cart__row--bundle:first-child::after{display:none}.ds-v1 .c-cart__bundle-heading{font-size:1rem;line-height:1.5;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:400;margin:0 0 6px}.ds-v1 .c-cart__bundle-btn{font-weight:100}.ds-v1 .c-cart__bundle-icon{margin-left:6px}.ds-v1 .c-cart__cell--action{margin-top:-24px;padding-top:0}.ds-v1 .c-cart__cell--contract{background-color:#DCF0FA;padding:6px 12px}.ds-v1 .c-cart__contract-header{font-size:1rem;line-height:1.5;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:400;margin:0}.ds-v1 .c-cart__contract-text-line{color:#007996}.ds-v1 .c-cart__radio-button{cursor:pointer;position:absolute;top:-6px;left:4px;height:21px;width:21px;z-index:1}.ds-v1 .c-cart__radio-bubble{background-color:#5F5753;height:10px;width:10px;border-radius:50%;position:absolute;top:4px;left:4px}.ds-v1 .c-cart__radio-base{content:'';border:1px solid #5F5753;height:20px;width:20px;border-radius:50%;position:relative;top:0px;left:0px;cursor:pointer;margin:auto}.ds-v1 .c-cart__cell--selection{margin-left:0}.ds-v1 .c-cart__selection-container{-ms-flex-pack:center;justify-content:center}.ds-v1 .c-cart__selection-checkbox{margin-right:0}.ds-v1 .c-cart__selection-radio{margin-right:0;opacity:0}@media print, screen and (max-width: 47.99em){.ds-v1 .c-cart__selection-element{margin:0}.ds-v1 .c-cart__product-link{font-size:.875rem;line-height:1.71429}.ds-v1 .c-cart__item--details{padding:0}.ds-v1 .c-cart__product-container{display:-ms-flexbox;display:flex;padding:0}.ds-v1 .c-cart__product-image{margin-left:0;margin-right:24px}.ds-v1 .c-cart__other-columns{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-line-pack:center;align-content:center}.ds-v1 .c-cart__item-container{padding:0}}.ds-v1 .c-cart__delete-button{padding:0px;border:none}.ds-v1 .c-cart__delete-button .c-icon{margin:0px}.ds-v1 .c-unavilable-product{font-size:.875rem;line-height:1.71429;color:#AF0E2E;display:block;font-weight:400}.ds-v1 .c-unavilable-product-icon{margin-right:6px}.ds-v1 .c-cart__stock-icon{height:14px;width:14px}.ds-v1 .c-cart__stock-icon-container,.ds-v1 .c-cart__stock-desc,.ds-v1 .c-cart__stock-message,.ds-v1 .c-cart__stock-stock{font-size:.75rem;line-height:1}.ds-v1 .c-cart__stock-icon-container,.ds-v1 .c-cart__stock-desc{margin-right:6px}.ds-v1 .c-cart_single-column{margin:0 0 0 auto}.ds-v1 .c-cart_single-column__selection{margin:0 0 0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ds-v1 .c-prorated-product{color:#007996;margin-top:12px;font-size:.875rem;line-height:1.28571}.ds-v1 .c-table__head{-ms-flex-pack:justify;justify-content:space-between}.ds-v1 .c-cart-item .o-grid{-ms-flex-pack:justify;justify-content:space-between}.ds-v1 .c-cart-item .c-cart__stock{-ms-flex-pack:center;justify-content:center}.ds-v1 .c-cart-item .c-cart__stock-message{display:block}.ds-v1 .c-cart-item .c-cart_single-column__selection{padding-right:8px}.ds-v1 .c-social-icon{display:inline-block;height:30px;width:30px;vertical-align:bottom}.ds-v1 .c-social-icon--facebook&gt;*{fill:#3c5a99}.ds-v1 .c-social-icon--instagram&gt;*{fill:#000000}.ds-v1 .c-social-icon--linkedin&gt;*{fill:#0077b5}.ds-v1 .c-social-icon--twitter&gt;*{fill:#000000}.ds-v1 c-social-icon--xing&gt;*{fill:url(app-header/#xing-gradient)}.ds-v1 .c-social-icon--youtube&gt;*{fill:#ff0000}.ds-v1 .c-social-icon--current-color&gt;*{fill:currentColor}.ds-v1 .c-button:not(:focus):not(:hover) .c-social-icon--brand-color-on-hover&gt;*{fill:currentColor}.ds-v1 .c-compliance-icon{float:left;margin-right:6px}.ds-v1 .c-product-specifications__tech-overview{-ms-flex-order:7;order:7;display:grid;margin:12px 0;font-size:14px}.ds-v1 .c-product-specifications__tech-overview&gt;div{padding:6px 0}.ds-v1 .c-product-specifications__anchor{font-weight:400;font-size:14px;letter-spacing:normal}.ds-v1 .c-product-specifications__variants{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:12px;font-size:14px}.ds-v1 .c-product-specifications__variants__variant{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:12px;padding:6px 0}.ds-v1 .c-product-specifications__variants__variant__header__key{font-weight:500}.ds-v1 .c-product-specifications__variants__variant__header__value{padding:0 12px}.ds-v1 .c-product-specifications__variants .c-switch-options{display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.ds-v1 .c-product-specifications__variants .c-switch-options__option{background:transparent;border-width:1px;border-style:solid;border-color:#007996;padding:6px 12px;font-size:14px;font-weight:500}.ds-v1 .c-product-specifications__variants .c-switch-options__option:hover{background-color:#007996;color:#fff}.ds-v1 .c-product-specifications__variants .c-switch-options__option.selected{background-color:#007996;color:#fff;cursor:default}.ds-v1 .c-product-specifications__variants .c-switch-options__option.disabled{border-style:dashed;border-color:#CBC4C3}.ds-v1 .c-product-specifications__variants .c-switch-options__option__value{padding-right:6px}.ds-v1 .c-product-specifications__variants .c-switch-options__option__show-more{padding:6px 0}.ds-v1 .c-product-specifications__variants .c-switch-options__option__show-more__link{letter-spacing:normal;font-weight:400;font-size:12px}.ds-v1 .c-product-specifications__variants .c-colors__container{display:-ms-flexbox;display:flex;border-width:1px;border-style:dashed;border-color:transparent;line-height:initial}.ds-v1 .c-product-specifications__variants .c-colors__container.disabled{border-color:#CBC4C3}.ds-v1 .c-product-specifications__variants .c-colors__color{display:inline-block;width:36px;height:36px;border-width:1px;border-style:solid;border-color:#5F5753;border-radius:100% !important;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.ds-v1 .c-product-specifications__variants .c-colors__color:hover,.ds-v1 .c-product-specifications__variants .c-colors__color.selected{border-color:#007996;cursor:pointer;border-width:2px}.ds-v1 .c-product-specifications__variants .c-colors__options{display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.ds-v1 .c-product-specifications__variants .c-colors__options .c-tooltip{margin-right:12px}.ds-v1 .c-product-specifications__variants .c-tooltip .tooltip-label{font-weight:400;background:#007996;color:#fff}.ds-v1 .c-product-specifications__variants__list{-ms-flex-direction:row;flex-direction:row}.ds-v1 .c-product-specifications__variants__list__variant{white-space:nowrap;padding:6px}.ds-v1 .c-product-specifications__tooltip.c-tooltip{background:#007996;color:#fff;border-radius:6px;padding:6px;margin-top:10px}.ds-v1 .c-product-specifications__tooltip.c-tooltip .tooltip-label{font-weight:400}.ds-v1 .c-product-specifications__tooltip.c-tooltip::before{content:'';position:absolute;border-width:6px;border-style:solid;top:100%;left:calc(50% - 3px);border-top-color:#007996;border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent}@media print, screen and (max-width: 47.99em){.ds-v1 .c-product-specifications__variants{-ms-flex-order:5;order:5}}.ds-v1 .c-star-rating{display:inline-block}.ds-v1 .c-star-rating__icon{fill:currentColor}.ds-v1 .c-star-rating__label{color:#AE0A46;cursor:pointer}.ds-v1 .c-star-rating--editable .c-star-rating__label{color:#3E332D;cursor:pointer}.ds-v1 .c-star-rating__input:checked ~ .c-star-rating__label{color:#3E332D}.ds-v1 .c-star-rating__input:checked+.c-star-rating__label{color:#AE0A46}.ds-v1 .c-star-rating:hover .c-star-rating__input+.c-star-rating__label{color:#AE0A46}.ds-v1 .c-star-rating .c-star-rating__input:hover ~ .c-star-rating__label,.ds-v1 .c-star-rating .c-star-rating__input:focus ~ .c-star-rating__label{color:#3E332D}.ds-v1 .c-star-rating .c-star-rating__input:hover+.c-star-rating__label,.ds-v1 .c-star-rating .c-star-rating__input:focus+.c-star-rating__label{color:#AE0A46}.ds-v1 .c-star-rating--small .c-star-rating__icon{height:18px;width:18px}.ds-v1 .c-star-rating--large .c-star-rating__icon{height:48px;width:48px}.ds-v1 .c-star-rating--static .c-star-rating__icon{color:#AE0A46}.ds-v1 .c-stock-info{font-size:.875rem;line-height:1.28571;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;text-align:left}.ds-v1 .c-stock-info__icon{-ms-flex:0 0 auto;flex:0 0 auto;margin-right:6px}.ds-v1 .c-stock-info__stock{white-space:pre}@media print, screen and (max-width: 63.99em){.ds-v1 .c-stock-info__label{white-space:normal}}.ds-v1 .c-stored-address-modal-title h4{margin:0;font-weight:bolder}.ds-v1 .c-stored-address-modal-column-title{font-weight:400}.ds-v1 .c-stored-address-modal-search{margin:0;padding-top:1rem;border-top:1px #CBC4C3 solid}.ds-v1 .c-stored-address-modal-search-header{font-weight:400;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.ds-v1 .c-stored-address-modal-search-header label:first-child{font-weight:400;font-size:medium}.ds-v1 .c-stored-address-modal-search-header label{font-weight:400;font-size:small}.ds-v1 .c-stored-address-modal-search-header .c-search-filter{margin-bottom:0;width:100%}.ds-v1 .c-stored-address-modal-search-header .c-search-filter .c-form__group{margin-bottom:6px}.ds-v1 .c-stored-address-modal-search-box{-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-property:background-color, border-color, color, fill, stroke;transition-property:background-color, border-color, color, fill, stroke;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);color:#000;font-size:1rem;line-height:1.5rem;background-color:#E6E6E5;border-color:#CBC4C3;width:100%;border-width:1px;position:relative}.ds-v1 .c-stored-address-modal-search-box button{padding-right:0.75rem;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;right:0;top:0;bottom:0;position:absolute;pointer-events:none;z-index:10}.ds-v1 .c-stored-address-modal-search-box button svg{width:1.25rem;height:1.25rem}.ds-v1 .c-stored-address-modal-company{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;border-bottom:1px #CBC4C3 solid;min-height:150px !important}.ds-v1 .c-stored-address-modal-company .c-address-section{margin-top:6px;margin-bottom:6px}.ds-v1 .c-stored-address-modal-address{margin-top:1rem}.ds-v1 .c-stored-address-modal-address label{font-size:small}.ds-v1 .c-stored-address-modal-pagination{text-align:-webkit-center;margin-top:1rem}.ds-v1 .c-stored-address-modal-cancel{margin-right:6px}.ds-v1 .c-stored-address-modal label{display:block}.ds-v1 .c-structured-list{table-layout:fixed}.ds-v1 .c-structured-list:only-of-type{width:auto}.ds-v1 .c-structured-list__caption{font-weight:400;margin-bottom:12px;text-align:left}.ds-v1 .c-structured-list__term,.ds-v1 .c-structured-list__description{padding:0 0 6px}.ds-v1 .c-structured-list__item:last-child .c-structured-list__term,.ds-v1 .c-structured-list__item:last-child .c-structured-list__description{padding-bottom:0}.ds-v1 .c-structured-list__term{font-weight:400;padding-right:12px;text-align:left}.ds-v1 .c-structured-list--zebra .c-structured-list__item:nth-child(even){background-color:#F7F6F5}.ds-v1 .c-structured-list--zebra .c-structured-list__term,.ds-v1 .c-structured-list--zebra .c-structured-list__description{padding:6px !important}@media print, screen and (min-width: 48em){.ds-v1 .c-structured-list--zebra .c-structured-list__term,.ds-v1 .c-structured-list--zebra .c-structured-list__description{padding:12px !important}}@media print, screen and (min-width: 48em){.ds-v1 .c-structured-list--inline .c-structured-list__caption{margin-bottom:0;margin-right:24px}.ds-v1 .c-structured-list--inline .c-structured-list__item{display:inline-table}.ds-v1 .c-structured-list--inline .c-structured-list__item:not(:last-of-type){margin-right:24px}.ds-v1 .c-structured-list--inline .c-structured-list__term,.ds-v1 .c-structured-list--inline .c-structured-list__description{padding-bottom:0}.ds-v1 .c-structured-list--inline .c-structured-list__term{padding-right:12px}}@media print, screen and (max-width: 35.49em){.ds-v1 .c-structured-list--stacked .c-structured-list__term{display:block;padding-bottom:0;padding-right:0;padding-top:6px}.ds-v1 .c-structured-list--stacked .c-structured-list__description{display:block}}.ds-v1 .c-ac-suggested-address{overflow-y:auto;padding:0}.ds-v1 .c-ac-suggested-address__label{display:block;clear:both}.ds-v1 .c-ac-suggested-address__label__input,.ds-v1 .c-ac-suggested-address__label__address{float:left}.ds-v1 .c-ac-suggested-address__label__input{margin-top:12px;margin-left:6px;margin-right:12px}.ds-v1 .c-ac-suggested-address__label__address{margin-top:6px;margin-left:0}.ds-v1 .c-ac-suggested-address__label__address .c-address-section{margin:0;font-style:normal;font-size:14px}.ds-v1 .c-table__head{background-color:#E6E6E5;font-weight:400}.ds-v1 .c-table__head .c-table__column{padding:6px 12px 6px 12px}.ds-v1 .c-table__row{border:1px solid #E6E6E5}.ds-v1 .c-table__column{padding:12px}.ds-v1 .c-tabs{display:-ms-flexbox;display:flex;margin-bottom:0;overflow:auto}.ds-v1 .c-tabs__item{margin:0;margin-right:24px;white-space:nowrap;list-style-type:none}.ds-v1 .c-tabs__link{background:transparent;border:none;color:inherit;display:-ms-inline-flexbox;display:inline-flex;font-weight:100;line-height:24px;padding:12px 0}.ds-v1 .c-tabs__link:hover,.ds-v1 .c-tabs__link:focus{color:#6F062D;border-bottom:4px solid #6F062D;padding-bottom:8px}.ds-v1 .c-tabs__panel{display:block;margin-top:24px}.ds-v1 .c-tabs__item.is-active .c-tabs__link{border-bottom:4px solid #AE0A46;padding-bottom:8px}.ds-v1 .c-tab{border-bottom:4px solid transparent;background-color:transparent;color:inherit;font-weight:100;line-height:24px;padding:12px 0 6px 0;margin-right:24px;border-left:0;border-right:0;border-top:0}.ds-v1 .c-tab:hover,.ds-v1 .c-tab:focus{color:#6F062D;border-bottom:4px solid #6F062D}.ds-v1 .c-tab:not(:hover){border-bottom:4px solid transparent}.ds-v1 .c-tab__content{margin-top:24px}.ds-v1 .c-tab.is-selected{border-bottom:4px solid #AE0A46}.ds-v1 .c-tab-manager{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ds-v1 .c-tab-manager.c-tab-manager--vertical{-ms-flex-direction:row;flex-direction:row}@media screen and (max-width: 47.99em){.ds-v1 .c-tab-manager.c-tab-manager--vertical{-ms-flex-direction:column;flex-direction:column}.ds-v1 .c-tab-manager.c-tab-manager--vertical .c-tabs{-ms-flex-pack:center;justify-content:center}}.ds-v1 .c-tab-manager.c-tab-manager--vertical .c-tabs{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;border-bottom:none;margin-top:24px}.ds-v1 .c-tab-manager.c-tab-manager--vertical .c-tabs .c-tabs__item{-ms-flex-item-align:start;align-self:flex-start;width:100%}.ds-v1 .c-tab-manager.c-tab-manager--vertical .c-tabs .c-tabs__item .c-tab{border-bottom:solid 1px lightgray;width:90%;text-align:left;-webkit-box-shadow:none;box-shadow:none}.ds-v1 .c-tab-manager.c-tab-manager--left .c-tabs{-ms-flex-pack:left;justify-content:left;margin-left:24px}.ds-v1 .c-tab-manager.c-tab-manager__pause-effects .c-tab__content{opacity:0;-webkit-transition:none;transition:none}.ds-v1 .c-tab-manager .c-tab__content{opacity:1;-webkit-transition:opacity 250ms;transition:opacity 250ms}.ds-v1 .c-tag{padding:6px}@media print, screen and (max-width: 47.99em){.ds-v1 .c-tag{padding-left:0}}.ds-v1 .c-tags--black-light{color:#222}.ds-v1 .c-tags--blue{color:#95CFEE}.ds-v1 .c-tags--fuchsia{color:#A80B6E}.ds-v1 .c-tags--green{color:#406129}.ds-v1 .c-tags--maroon{color:#6F062D}.ds-v1 .c-tags--none{color:rgba(0,0,0,0)}.ds-v1 .c-tags--pink-red{color:#9F177A}.ds-v1 .c-tags--purple{color:#582873}.ds-v1 .c-tags--red{color:#AF0E2E}.ds-v1 .c-tags--turquoise{color:#007996}.ds-v1 .c-tags--warm-gray-11{color:#3E332D}.ds-v1 .c-tags--warm-gray-2{color:#E6E6E5}.ds-v1 .c-tags--warm-gray-5{color:#CBC4C3}.ds-v1 .c-tags--warm-gray-8{color:#5F5753}.ds-v1 .c-tags--warm-gray-custom-light{color:#F7F6F5}.ds-v1 .c-tags--yellow{color:#FFC208}.ds-v1 .c-textarea{background-color:#fff;border:1px solid #CBC4C3;border-radius:0;color:#3E332D;padding:11px;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;min-height:96px;resize:vertical;width:100%}.ds-v1 .c-textarea::-webkit-input-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-textarea::-moz-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-textarea:-ms-input-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-textarea:-moz-placeholder{color:rgba(0,0,0,0.5)}.ds-v1 .c-textarea:focus{border-color:#95CFEE;-webkit-box-shadow:0 0 10px #95CFEE;box-shadow:0 0 10px #95CFEE;outline-style:none}.ds-v1 .c-textarea:-webkit-autofill::first-line{font-family:"allumi-2-std",Verdana,sans-serif;font-weight:100;font-size:1rem;line-height:1.5}.ds-v1 .c-title-bar{background:#5F5753;color:#fff;font-weight:400;padding:12px}.ds-v1 .c-title-bar__item{display:-ms-inline-flexbox;display:inline-flex;padding:0px 12px}.ds-v1 .c-title-bar__title{color:#fff}.ds-v1 .c-title-bar__separator{font-weight:100;border-left:1px solid #E6E6E5;height:24px}.ds-v1 .c-title-bar__text{font-weight:100}.ds-v1 .c-summary-card{border:1px solid #CBC4C3;background-color:#fff;-ms-flex-line-pack:start;align-content:flex-start}@media print, screen and (min-width: 48em){.ds-v1 .c-summary-card{height:100%}}.ds-v1 .c-summary-card-header{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:6px 12px}.ds-v1 .c-summary-card-body{padding:12px}.ds-v1 .c-summary-card-body__estimate-message{-ms-flex-item-align:end;align-self:flex-end}.ds-v1 .c-summary-card-header{border-bottom:1px solid #CBC4C3}.ds-v1 .c-summary-ewr__header .c-button{padding:0 !important;margin:0 !important}.ds-v1 .c-summary-ewr__header-text{font-family:"klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;font-weight:400 !important;font-size:24px !important;margin:0 !important}.ds-v1 .c-summary-ewr-alert,.ds-v1 .c-summary-estimates-msg{color:#007996;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ds-v1 .c-summary-estimates-msg{margin-bottom:0}.ds-v1 .c-summary-list{padding-top:12px}.ds-v1 .c-summary-list__item:not(:last-child){margin-bottom:12px}.ds-v1 .c-summary__row{margin:24px 0;border-top:1px solid #CBC4C3}.ds-v1 .c-summary__tax-tooltip.c-tooltip{background-color:#007996;color:#fff;font-size:16px;font-weight:400;line-height:20px;width:250px;z-index:1000}@media print, screen and (min-width: 48em){.ds-v1 .c-summary__tax-tooltip.c-tooltip{margin-top:88px;margin-left:-14px}.ds-v1 .c-summary__tax-tooltip.c-tooltip::after{content:" ";position:absolute;border-width:5px;border-style:solid;border-color:transparent #007996 transparent transparent;top:15px;right:100%;margin-top:-5px}}.ds-v1 .c-tooltip__popover{position:absolute;background:#fff;border:1px solid #CBC4C3;padding:12px}.ds-v1 .c-tooltip__popover--modal{position:fixed;z-index:5000;background:#fff;border:1px solid #CBC4C3;padding:12px}.ds-v1 .c-tooltip__arrow-base{border-bottom:12px solid #CBC4C3;border-left:12px solid transparent;border-right:12px solid transparent;width:0;height:0;position:absolute}.ds-v1 .c-tooltip__arrow-overlay{border-bottom:11px solid #fff;border-left:11px solid transparent;border-right:11px solid transparent;width:0;height:0;position:absolute}.ds-v1 .c-ac-toast{position:fixed;top:150px;right:12px;z-index:9999}@media print, screen and (min-width: 75em){.ds-v1 .c-ac-toast{top:150px;right:24px}}.ds-v1 .c-toast--success{background-color:#406129}.ds-v1 .c-toast--warning{background-color:#FFC208}.ds-v1 .c-toast--danger{background-color:#AF0E2E}.ds-v1 .c-toast__sample .c-toast-list__item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ds-v1 .c-toast__header{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:50px;height:50px}@media print, screen and (max-width: 47.99em){.ds-v1 .c-toast__header{width:40px;height:40px}}.ds-v1 .c-toast-list__item{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;background-color:#fff;height:50px;margin-bottom:12px;-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.35);box-shadow:5px 5px 5px rgba(0,0,0,0.35)}@media print, screen and (max-width: 47.99em){.ds-v1 .c-toast-list__item{height:40px}}.ds-v1 .c-toast__icon--success,.ds-v1 .c-toast__icon--danger{color:white}.ds-v1 .c-toast__close{visibility:hidden;opacity:0;position:absolute;left:-9999px;height:1px}.ds-v1 .c-toast__body{margin-left:12px;margin-right:12px;font-weight:400}@media print, screen and (max-width: 47.99em){.ds-v1 .c-toast__body{font-size:12px}}.ds-v1 .c-screen-reader-only{display:none}.ds-v1 .c-datepicker .react-datepicker{font-family:"allumi-2-std",Verdana,sans-serif}.ds-v1 .c-datepicker .react-datepicker__day--selected,.ds-v1 .c-datepicker .react-datepicker__day--in-selecting-range,.ds-v1 .c-datepicker .react-datepicker__day--in-range,.ds-v1 .c-datepicker .react-datepicker__month-text--selected,.ds-v1 .c-datepicker .react-datepicker__month-text--in-selecting-range,.ds-v1 .c-datepicker .react-datepicker__month-text--in-range,.ds-v1 .c-datepicker .react-datepicker__quarter-text--selected,.ds-v1 .c-datepicker .react-datepicker__quarter-text--in-selecting-range,.ds-v1 .c-datepicker .react-datepicker__quarter-text--in-range,.ds-v1 .c-datepicker .react-datepicker__year-text--selected,.ds-v1 .c-datepicker .react-datepicker__year-text--in-selecting-range,.ds-v1 .c-datepicker .react-datepicker__year-text--in-range{border-radius:0.3rem;background-color:#AE0A46;color:#fff}.ds-v1 .c-datepicker .react-datepicker__day--selected:hover,.ds-v1 .c-datepicker .react-datepicker__day--in-selecting-range:hover,.ds-v1 .c-datepicker .react-datepicker__day--in-range:hover,.ds-v1 .c-datepicker .react-datepicker__month-text--selected:hover,.ds-v1 .c-datepicker .react-datepicker__month-text--in-selecting-range:hover,.ds-v1 .c-datepicker .react-datepicker__month-text--in-range:hover,.ds-v1 .c-datepicker .react-datepicker__quarter-text--selected:hover,.ds-v1 .c-datepicker .react-datepicker__quarter-text--in-selecting-range:hover,.ds-v1 .c-datepicker .react-datepicker__quarter-text--in-range:hover,.ds-v1 .c-datepicker .react-datepicker__year-text--selected:hover,.ds-v1 .c-datepicker .react-datepicker__year-text--in-selecting-range:hover,.ds-v1 .c-datepicker .react-datepicker__year-text--in-range:hover{background-color:#A80B6E}.ds-v1 .c-datepicker .date-picker__container{display:-ms-flexbox;display:flex}.ds-v1 .c-datepicker .date-picker__button{cursor:pointer}.ds-v1 .c-datepicker .date-picker__readonly,.ds-v1 .c-datepicker .date-picker__readonly[type=text]:focus{background:#E6E6E5}.ds-v1 .c-datepicker .date-picker__container .date-picker__date__col{-ms-flex:0 0 auto;flex:0 0 auto;min-width:120px}.ds-v1 .c-datepicker .date-picker__container .date-picker__date__input{border:solid 1px #CBC4C3;height:48px}.ds-v1 .c-datepicker .date-picker__container .date-picker__icon__col{-ms-flex:0 0 50px;flex:0 0 50px;padding:6px}.ds-v1 .c-datepicker .date-picker__container .date-picker__icon__font{color:#AE0A46;fill:#AE0A46;margin-left:0;width:33px;height:33px}.ds-v1 .has-error .c-datepicker .date-picker__container .date-picker__date__input{border-color:#AF0E2E;-webkit-box-shadow:0 0 10px #AF0E2E;box-shadow:0 0 10px #AF0E2E}.ds-v1 .c-pagination{width:100%;-ms-flex-pack:center;justify-content:center}.ds-v1 .c-pagination .c-pagination__group{-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.ds-v1 .c-pagination .c-pagination__group .c-pagination__box{padding:0;margin-bottom:6px;min-width:24px;height:24px;border:1px solid #CBC4C3;font-size:13px}.ds-v1 .c-pagination .c-pagination__prev svg,.ds-v1 .c-pagination .c-pagination__next svg{margin-right:0}.ds-v1 .c-pagination .c-pagination__prev.is-disabled svg,.ds-v1 .c-pagination .c-pagination__next.is-disabled svg{color:#CBC4C3}.ds-v1 .c-pagination .c-pagination__page-number{width:100%}.ds-v1 .c-pagination .c-pagination__ellipses{margin:0 4px;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;padding-bottom:6px}.ds-v1 .c-pagination .c-pagination__ellipses span{font-size:20px}.ds-v1 .c-pagination .c-pagination__ellipses+.c-pagination__box{margin-left:0}.ds-v1 .c-pagination .c-pagination__prev{margin-right:8px}.ds-v1 .c-pagination .c-pagination__next{margin-left:20px}.ds-v1 .c-pagination--mobile{margin:24px}.ds-v1 .c-steps{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:90%;margin:12px;padding-left:12px}.ds-v1 .c-steps .c-step{text-align:left;width:90%;padding-bottom:12px}@media print, screen and (min-width: 75em){.ds-v1 .c-steps .c-step{-ms-flex:1 1;flex:1 1}}.ds-v1 .c-steps .c-step__indicator{display:inline-block;vertical-align:inherit}.ds-v1 .c-steps .c-step__label{position:relative;display:inline-block;color:#3E332D;font-weight:400;vertical-align:inherit;text-align:left;margin-left:6px;top:-3px;font-size:12px}.ds-v1 .c-steps .c-step__info{display:inline-block;width:14px;height:14px;border-radius:50%;background-color:#406129;font-size:.875rem;font-weight:400;line-height:1.5rem;text-align:center;color:#fff;top:-4px;overflow:hidden}.ds-v1 .c-steps .c-step__link{display:inline-block;border:none;border-bottom:solid 5px #5F5753;width:95%;text-align:left;padding:0;padding-bottom:6px}.ds-v1 .c-steps .c-step__link:focus{outline:0}.ds-v1 .c-steps .c-step__icon{vertical-align:top;width:100%;height:100%}.ds-v1 .c-steps .c-step--disabled .c-step__info{border:solid 1px #CBC4C3;background-color:#fff}.ds-v1 .c-steps .c-step--disabled .c-step__link{cursor:default;border-bottom:solid 5px #CBC4C3}.ds-v1 .c-steps .c-step--current .c-step__info{background-color:#007996}.ds-v1 .c-steps .c-step--current .c-step__link{border-bottom:solid 5px #007996;cursor:default}.ds-v1 .c-cs-toggle{display:inline-block;width:38px;height:22px}.ds-v1 .c-cs-toggle .c-cs-toggle__action{opacity:0;width:0;height:0;padding:11px 19px;border:0px;border-radius:16px}.ds-v1 .c-cs-toggle__toggle-text{display:block;margin-top:-6px}.ds-v1 .c-cs-toggle__slider{position:relative;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#E6E6E5;-webkit-transition:.4s;transition:.4s}.ds-v1 .c-cs-toggle__slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.ds-v1 .c-cs-toggle__action--on.c-cs-toggle__slider{background-color:#406129}.ds-v1 .c-cs-toggle__action--on.c-cs-toggle__slider:before{-webkit-transform:translateX(14px);transform:translateX(14px)}.ds-v1 .c-cs-toggle__slider.c-cs-toggle__round{border-radius:16px}.ds-v1 .c-cs-toggle__slider.c-cs-toggle__round:before{border-radius:50%}.ds-v1 .warranties-modal&gt;header{padding:10px 0;border-bottom:1px solid #E6E6E5}.ds-v1 .warranties-modal__icon--close{cursor:pointer}.ds-v1 .warranties-modal .parent-product{padding-top:10px;padding-bottom:10px}.ds-v1 .warranties-modal .parent-product__img{max-width:25vw}@media print, screen and (min-width: 48em){.ds-v1 .warranties-modal .parent-product{padding-top:15px;padding-bottom:15px}.ds-v1 .warranties-modal .parent-product__img{max-width:150px}}.ds-v1 .warranties-modal .parent-product__border{border-bottom:1px solid #E6E6E5}.ds-v1 .warranties-modal .parent-product__name{font-family:"allumi-2-std",Verdana,sans-serif}.ds-v1 .warranties-modal .parent-product__text{margin-bottom:12px}.ds-v1 .warranties-modal .warranties-container{padding:0 20px}.ds-v1 .warranties-modal .warranties-container__items-list{list-style:none;margin:0}.ds-v1 .warranties-modal .warranties-container__item{padding:10px 0;border-bottom:1px solid #E6E6E5}.ds-v1 .warranties-modal .warranties-container__item:first-child{border-top:1px solid #E6E6E5}.ds-v1 .warranties-modal .warranties-container__item-label{line-height:1.4;color:#3E332D;margin:2px 0 5px}.ds-v1 .warranties-modal .warranties-container__item-input{margin:0 !important}.ds-v1 .warranties-modal&gt;footer{padding:15px 0}.ds-v1 .c-warranties-modal__header-image{padding:0 6px;width:150px;height:112px}.ds-v1 .c-warranties-modal__image{padding:0 6px}.ds-v1 .c-warranties-modal__description{font-size:14px !important}.ds-v1 .c-warranties-modal__partNumbers{font-size:12px !important}.ds-v1 .c-warranties-modal__radio{margin-top:24px;max-width:6% !important}.ds-v1 .c-warranties-modal__recommendation{padding-top:24px;border-top:0}@media print, screen and (min-width: 64em){.ds-v1 .c-warranties-modal__recommendation{overflow-y:scroll;max-height:calc(100vh - 288px)}}.ds-v1 .c-warranties-modal__recommendation::-webkit-scrollbar{width:7px}.ds-v1 .c-warranties-modal__recommendation::-webkit-scrollbar-thumb{border-radius:6px;background-color:rgba(0,0,0,0.5)}.ds-v1 .c-warranties-modal .ds-v1 .c-warranties-modal__heading{margin-left:24px}.ds-v1 .c-warranties-modal .ds-v1 .c-warranties-modal__warranty-body.c-modal__content{padding-top:0;padding-bottom:0}.ds-v1 .c-warranties-modal__warranty-footer{padding:12px 0;border-top:1px solid #CBC4C3}.ds-v1 .c-warranties-modal__thumbnail{padding-top:12px;border-bottom:1px solid #CBC4C3}.ds-v1 .accessories-modal&gt;header{padding:10px 0;border-bottom:1px solid #E6E6E5}.ds-v1 .accessories-modal__icon--close{font-size:3em;position:absolute;top:5px;right:25px;cursor:pointer}.ds-v1 .accessories-modal .parent-product{padding-top:10px;padding-bottom:10px}.ds-v1 .accessories-modal .parent-product__img{max-width:25vw}@media print, screen and (min-width: 48em){.ds-v1 .accessories-modal .parent-product{padding-top:15px;padding-bottom:15px}.ds-v1 .accessories-modal .parent-product__img{max-width:150px}}.ds-v1 .accessories-modal .parent-product__border{border-bottom:1px solid #E6E6E5}.ds-v1 .accessories-modal .parent-product__name{font-family:"allumi-2-std",Verdana,sans-serif;font-size:16px}.ds-v1 .accessories-modal .parent-product__text{margin-bottom:14px}.ds-v1 .accessories-modal__carousel{margin:0 10px}.ds-v1 .accessories-modal&gt;footer{padding:15px 0}.ds-v1 .c-accessory-modal__sub-header{font-family:"allumi-2-std",Verdana,sans-serif;font-size:14px !important;margin:12px 0;font-weight:400}.ds-v1 .c-accessory-modal__image{width:150px;height:112px}.ds-v1 .c-accessory-modal__description{padding-left:24px;padding-top:12px;font-size:16px !important}.ds-v1 .c-accessory-modal__recommendation{margin-top:12px;border-top:1px solid #CBC4C3}.ds-v1 .c-accessory-modal__partNumbers{font-size:12px !important}.ds-v1 .c-accessory-modal .c-carousel{padding:0px}.ds-v1 .c-product-specifications__variants{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:12px;font-size:14px}.ds-v1 .c-product-specifications__variants__variant{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:12px;padding:6px 0}.ds-v1 .c-product-specifications__variants__variant__header__key{font-weight:500}.ds-v1 .c-product-specifications__variants__variant__header__value{padding:0 12px}.ds-v1 .c-product-specifications__variants .c-switch-options{display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.ds-v1 .c-product-specifications__variants .c-switch-options__option{background:transparent;border-width:1px;border-style:solid;border-color:#007996;padding:6px 12px;font-size:14px;font-weight:500}.ds-v1 .c-product-specifications__variants .c-switch-options__option:hover{background-color:#007996;color:#fff}.ds-v1 .c-product-specifications__variants .c-switch-options__option.selected{background-color:#007996;color:#fff;cursor:default}.ds-v1 .c-product-specifications__variants .c-switch-options__option.disabled{border-style:dashed;border-color:#CBC4C3}.ds-v1 .c-product-specifications__variants .c-switch-options__option__value{padding-right:6px}.ds-v1 .c-product-specifications__variants .c-switch-options__option__show-more{padding:6px 0}.ds-v1 .c-product-specifications__variants .c-switch-options__option__show-more__link{letter-spacing:normal;font-weight:400;font-size:12px}.ds-v1 .c-product-specifications__variants .c-colors__container{display:-ms-flexbox;display:flex;border-width:1px;border-style:dashed;border-color:transparent;line-height:initial}.ds-v1 .c-product-specifications__variants .c-colors__container.disabled{border-color:#CBC4C3}.ds-v1 .c-product-specifications__variants .c-colors__color{display:inline-block;width:36px;height:36px;border-width:1px;border-style:solid;border-color:#5F5753;border-radius:100% !important;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.ds-v1 .c-product-specifications__variants .c-colors__color:hover,.ds-v1 .c-product-specifications__variants .c-colors__color.selected{border-color:#007996;cursor:pointer;border-width:2px}.ds-v1 .c-product-specifications__variants .c-colors__options{display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.ds-v1 .c-product-specifications__variants .c-colors__options .c-tooltip{margin-right:12px}.ds-v1 .c-product-specifications__variants .c-tooltip .tooltip-label{font-weight:400;background:#007996;color:#fff}.ds-v1 .c-product-specifications__variants__list{-ms-flex-direction:row;flex-direction:row}.ds-v1 .c-product-specifications__variants__list__variant{white-space:nowrap;padding:6px}.ds-v1 .c-product-specifications__tooltip.c-tooltip{background:#007996;color:#fff;border-radius:6px;padding:6px;margin-top:10px}.ds-v1 .c-product-specifications__tooltip.c-tooltip .tooltip-label{font-weight:400}.ds-v1 .c-product-specifications__tooltip.c-tooltip::before{content:'';position:absolute;border-width:6px;border-style:solid;top:100%;left:calc(50% - 3px);border-top-color:#007996;border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent}@media print, screen and (max-width: 47.99em){.ds-v1 .c-product-specifications__variants{-ms-flex-order:5;order:5}}.ds-v1 .c-product-specifications__tech-overview{-ms-flex-order:7;order:7;display:grid;margin:12px 0;font-size:14px}.ds-v1 .c-product-specifications__tech-overview&gt;div{padding:6px 0}.ds-v1 .c-product-specifications__anchor{font-weight:400;font-size:14px;letter-spacing:normal}.ds-v1 .c-send-to-collegue-modal__input .c-form__help{font-size:14px;color:#3E332D;font-weight:bolder}.ds-v1 .c-send-to-collegue-modal__errorMessage{font-size:12px !important;line-height:normal;color:#AF0E2E;margin-left:12px}.ds-v1.c-overlay-top .c-header-simple__top{z-index:2008;background-color:#fff}.app-header{padding-bottom:54px}@font-face{.app-header{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.svg#klinic-slab") format("svg");font-weight:400;font-style:normal}}@font-face{.app-header{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslablight-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.svg#klinic-slab") format("svg");font-weight:100;font-style:normal}}@media print, screen and (min-width: 75em){.app-header .c-header.is-search-open .c-header__main-nav{-ms-flex:3 3 auto;flex:3 3 auto;width:0}.app-header .c-header.is-search-open .c-guest-search-bar{width:85vw}}@media print, screen and (max-width: 74.99em){.app-header .c-header.is-search-open .c-guest-search-bar{-ms-flex:1 0 auto;flex:1 0 auto;position:fixed;top:54px;right:0;left:0;bottom:0;overflow-y:auto;overflow-x:hidden;visibility:visible;z-index:2009}.app-header .c-header.is-search-open .c-guest-search-bar .c-type-ahead-input{font-weight:100}}.app-header .c-guest-search-bar{-ms-flex:1 0 auto;flex:1 0 auto}@media print, screen and (min-width: 75em){.app-header .c-guest-search-bar{width:auto;min-width:270px}@supports (width: 100vw){.app-header .c-guest-search-bar{-webkit-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}}}@media print, screen and (max-width: 74.99em){.app-header .c-guest-search-bar:not(.is-search-open){position:fixed;top:54px;right:-100vw;left:100vw;bottom:0;overflow-y:scroll;overflow-x:hidden;visibility:hidden;z-index:2009}}.app-header .c-guest-search-bar .c-search-bar{margin-top:0;width:100%}.app-header .c-guest-search-bar .c-search-bar .c-search-bar__input{padding-left:12px !important;border:solid 1px #CBC4C3;outline-width:2px !important;outline-color:#95CFEE !important;outline-offset:-2px !important;-webkit-box-shadow:none !important;box-shadow:none !important}.app-header .c-guest-search-bar .c-search-bar .c-search-bar__input:focus{outline-style:solid !important}.app-header .c-guest-search-bar .c-search-bar .c-guest-search-bar__button{height:100%;padding-left:6px;padding-right:6px;background-color:#AE0A46;color:#fff}.app-header .c-guest-search-bar .c-search-bar .c-guest-search-bar__button:hover{background-color:#6F062D;color:#fff}@media print, screen and (min-width: 75em){.app-header .c-guest-search-bar .c-search-bar{position:relative;margin-top:8px;min-width:270px;max-width:100%;width:100%;padding-right:0}}.app-header .c-guest-search-bar .c-search-bar__input{border:1px solid transparent}.app-header .c-guest-search-bar .c-search-bar__button{height:100%;padding-left:6px;padding-right:6px;border:1px solid transparent;background-color:transparent}.app-header .c-guest-search-bar .c-button{border:none}.app-header .c-end-ie-support-message{background-color:#AE0A46;background-image:-webkit-gradient(linear, left top, right top, from(#AE0A46), color-stop(#A80B6E), to(#582873));background-image:linear-gradient(to right, #AE0A46, #A80B6E, #582873);padding:20px 30px;color:#fff;text-align:left;min-height:65px;font-size:1rem;line-height:1.5}@media print, screen and (max-width: 74.99em){.app-header .c-end-ie-support-message{top:60px}.is-ces .app-header .c-end-ie-support-message{top:108px}}@media print, screen and (min-width: 75em){.app-header .c-end-ie-support-message{top:89px}.is-logged-in .app-header .c-end-ie-support-message{top:131px}.is-ces .app-header .c-end-ie-support-message{top:108px}.is-logged-in-webgroup .app-header .c-end-ie-support-message{top:145px}}.app-header .c-end-ie-support-message a{color:#fff;text-decoration:underline;font-weight:400}.app-header .c-end-ie-support-message.secondary-nav{margin-top:45px}.app-header .c-end-ie-support-message.secondary-nav-black{margin-top:31px}.app-header .c-type-ahead{position:relative}.app-header .c-type-ahead .c-type-ahead-hint{position:absolute;top:0;left:0;z-index:-1;color:#5F5753;font-weight:400}@media print, screen and (min-width: 75em){.app-header .c-type-ahead .c-search-bar__input{font-size:12px}}@media print, screen and (min-width: 90em){.app-header .c-type-ahead .c-search-bar__input{font-size:14px}}.app-header .c-type-ahead .c-type-ahead-input{background-color:transparent;font-weight:400}.app-header .c-type-ahead input:focus::-webkit-input-placeholder{color:transparent}.app-header .c-type-ahead input:focus::-moz-placeholder{color:transparent}.app-header .c-type-ahead input:focus::-ms-input-placeholder{color:transparent}.app-header .c-type-ahead input:focus::placeholder{color:transparent}.app-header .c-search-product-preview{padding-top:12px;padding-bottom:12px;font-size:14px}.app-header .c-search-product-preview .c-search-product-preview__product-image .c-button{display:block}.app-header .c-search-product-preview .c-search-product-preview__product-image .c-button{width:90%}.app-header .c-search-product-preview .c-search-product-preview__product-image .c-image__fallback{fill:#CBC4C3}.app-header .c-search-product-preview .c-search-product-preview__part-numbers{font-size:12px;width:100%;margin-bottom:0 !important}.app-header .c-search-product-preview__price-container{display:-ms-flexbox;display:flex;width:100%}.app-header .c-search-product-preview__price-container__price{margin:0 12px}.app-header .c-search-product-preview__price-container__price_seperator{font-weight:100;font-size:15px;color:#3E332D}.app-header .c-search-product-preview__background{background-color:#F7F6F5;padding:6px;width:100%}.app-header .c-search-product-preview__contract{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.app-header .c-search-product-preview__contract-name{font-size:14px !important;font-weight:400;color:#007996}.app-header .c-search-product-preview__best-price{white-space:nowrap;text-align:right;font-size:12px;padding-left:6px;padding-right:6px;font-weight:400;color:#3E332D}.app-header .c-search-product-preview__highlighted-price{font-size:16px}.app-header .c-search-product-preview__highlighted-price .c-currency__value{color:#AE0A46}.app-header .c-search-product-preview .c-search-product-preview__price{font-size:16px}.app-header .c-search-product-preview:not(:last-child){border-bottom:solid 1px #CBC4C3}.app-header .c-search-product-preview .c-search-product-preview__product-details__info__description{width:100%}.app-header .c-search-product-preview .c-search-product-preview__product-details__info__description span{display:block;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;font-size:14px;word-break:break-word}.app-header .c-guest-search-bar .c-search-suggestions{-webkit-transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out,z-index 300ms ease-in-out;transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out,z-index 300ms ease-in-out;background-color:#fff;border:1px solid #CBC4C3;border-top:none;opacity:0;visibility:hidden}@media print, screen and (min-width: 75em){.app-header .c-guest-search-bar .c-search-suggestions{position:fixed;-webkit-box-shadow:2px 2px 3px #5F5753;box-shadow:2px 2px 3px #5F5753;padding-left:calc(100vw - 85vw - 24px);padding-right:calc(100vw - 85vw - 24px)}}.app-header .c-search-suggestions__list,.app-header .c-search-suggestions__docs,.app-header .c-search-suggestions__products{font-size:14px;text-align:left;margin-bottom:12px}.app-header .c-search-suggestions__list .c-search-suggestions__header,.app-header .c-search-suggestions__docs .c-search-suggestions__header,.app-header .c-search-suggestions__products .c-search-suggestions__header{font-weight:400;padding-top:6px;padding-left:12px}.app-header .c-search-suggestions__list .c-search-suggestions__header__divider,.app-header .c-search-suggestions__docs .c-search-suggestions__header__divider,.app-header .c-search-suggestions__products .c-search-suggestions__header__divider{border-bottom:solid 1px #CBC4C3;width:60px;position:absolute}.app-header .c-search-suggestions__list .c-search-suggestions__btn,.app-header .c-search-suggestions__docs .c-search-suggestions__btn,.app-header .c-search-suggestions__products .c-search-suggestions__btn{font-size:14px;padding-left:12px;padding-top:6px;padding-bottom:6px}.app-header .c-search-suggestions__list .c-search-suggestions__btn .c-button__content,.app-header .c-search-suggestions__docs .c-search-suggestions__btn .c-button__content,.app-header .c-search-suggestions__products .c-search-suggestions__btn .c-button__content{line-height:2;display:block;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;font-size:14px;word-break:break-word}.app-header .c-search-suggestions__list .c-search-suggestions__btn .c-button__content .c-button__text,.app-header .c-search-suggestions__docs .c-search-suggestions__btn .c-button__content .c-button__text,.app-header .c-search-suggestions__products .c-search-suggestions__btn .c-button__content .c-button__text{word-break:break-all}.app-header .c-search-suggestions__list .c-search-suggestions__btn:hover,.app-header .c-search-suggestions__docs .c-search-suggestions__btn:hover,.app-header .c-search-suggestions__products .c-search-suggestions__btn:hover{background-color:#F7F6F5}.app-header .c-search-suggestions__list .c-search-suggestions__match,.app-header .c-search-suggestions__docs .c-search-suggestions__match,.app-header .c-search-suggestions__products .c-search-suggestions__match{color:#AE0A46;font-weight:400}.app-header .c-search-suggestions__list .c-search-suggestions__category,.app-header .c-search-suggestions__docs .c-search-suggestions__category,.app-header .c-search-suggestions__products .c-search-suggestions__category{color:#3E332D;padding-left:12px}.app-header .c-search-suggestions__list .c-search-suggestions__category .c-search-suggestions__btn,.app-header .c-search-suggestions__docs .c-search-suggestions__category .c-search-suggestions__btn,.app-header .c-search-suggestions__products .c-search-suggestions__category .c-search-suggestions__btn{font-size:12px}.app-header .c-search-suggestions__list .c-search-suggestions__category .c-search-suggestions__btn:hover,.app-header .c-search-suggestions__docs .c-search-suggestions__category .c-search-suggestions__btn:hover,.app-header .c-search-suggestions__products .c-search-suggestions__category .c-search-suggestions__btn:hover{color:#AE0A46;font-weight:400}@media print, screen and (max-width: 74.99em){.app-header .c-search-suggestions__list .c-search-suggestions__item-divider,.app-header .c-search-suggestions__docs .c-search-suggestions__item-divider,.app-header .c-search-suggestions__products .c-search-suggestions__item-divider{border-bottom:solid 1px #E6E6E5}}.app-header .c-search-suggestions.is-visible{opacity:1;visibility:visible;z-index:2010}@media print, screen and (max-width: 74.99em){.app-header .c-search-suggestions.is-visible{left:0;right:0}}.app-header .c-search-suggestions__docs .c-search-suggestions__docs-divider{border-top:solid 1px #CBC4C3;width:48px;margin-bottom:6px;margin-left:12px}@media print, screen and (max-width: 74.99em){.app-header .c-search-suggestions__docs .c-search-suggestions__docs-divider{display:none}.app-header .c-search-suggestions__docs .c-search-suggestions__header{padding-top:16px;padding-bottom:12px}}@media print, screen and (min-width: 75em){.app-header{padding-bottom:89px}.is-logged-in .app-header{padding-bottom:131px}}.app-header .c-header-locale{max-height:calc(100vh - 60px);overflow-y:auto}.app-header .u-margin-top{margin-top:24px}.app-header .c-header--legacy *{letter-spacing:normal !important;font-family:inherit !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}.app-header .c-header--legacy table{width:100% !important;margin:0 !important;border:none !important}.app-header .c-header--legacy table td{vertical-align:middle !important;white-space:nowrap !important;width:1% !important;padding:0 12px 0 0 !important}.app-header .c-header--legacy table td:first-child{padding-left:12px !important}.app-header .c-header--legacy table td.u-flex-expand{width:100% !important}.app-header .c-header--legacy .c-button{white-space:nowrap !important;padding-right:12px !important}.app-header .c-header--legacy .c-logo__image{height:30px}.app-header .c-header--legacy .c-search-bar__inner{width:auto !important;height:auto !important;position:static !important;border:none !important}.app-header .c-header--legacy .c-search-bar__input{letter-spacing:normal !important;width:300px !important;display:block !important;margin:6px 12px;padding:12px;height:22px;border:1px solid #E6E6E5 !important}.app-header .c-header--legacy .c-dropdown:hover .c-dropdown__menu{opacity:1;top:100%;visibility:visible}.app-header .c-header--legacy .c-header-dropdown__link{width:auto !important}.app-header .c-header-dropdown__item #navbarChatWithUs a{color:#fff}.app-header .c-header-nav__item #navbarChatWithUs{display:inline-flex;display:-ms-inline-flexbox}.app-header .c-header-nav__item #navbarChatWithUs a{color:#5F5753}@media print{.app-header .app-header{position:inherit;padding:0 !important}.app-header .app-header *{display:none}.app-header .app-header .is-logged-in{padding:0 !important}.app-header .app-header .c-header,.app-header .app-header .c-header__bottom,.app-header .app-header .c-header-logo,.app-header .app-header .c-header-logo__btn,.app-header .app-header .c-logo{display:block;padding-left:0 !important;position:inherit !important;border:none;border-bottom:none !important}.app-header .app-header .c-logo *{display:block}.app-header .app-header .c-header-logo__btn::after{display:none !important}}.c-simple-header{background-color:#F7F6F5;padding-bottom:114px}@font-face{.c-simple-header{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.svg#klinic-slab") format("svg");font-weight:400;font-style:normal}}@font-face{.c-simple-header{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslablight-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.svg#klinic-slab") format("svg");font-weight:100;font-style:normal}}.c-simple-header .c-end-ie-support-message{background-color:#AE0A46;background-image:-webkit-gradient(linear, left top, right top, from(#AE0A46), color-stop(#A80B6E), to(#582873));background-image:linear-gradient(to right, #AE0A46, #A80B6E, #582873);padding:20px 30px;color:#fff;text-align:left;min-height:65px;font-size:1rem;line-height:1.5}@media print, screen and (max-width: 74.99em){.c-simple-header .c-end-ie-support-message{top:60px}.is-ces .c-simple-header .c-end-ie-support-message{top:108px}}@media print, screen and (min-width: 75em){.c-simple-header .c-end-ie-support-message{top:89px}.is-logged-in .c-simple-header .c-end-ie-support-message{top:131px}.is-ces .c-simple-header .c-end-ie-support-message{top:108px}.is-logged-in-webgroup .c-simple-header .c-end-ie-support-message{top:145px}}.c-simple-header .c-end-ie-support-message a{color:#fff;text-decoration:underline;font-weight:400}.c-simple-header .c-end-ie-support-message.secondary-nav{margin-top:45px}.c-simple-header .c-end-ie-support-message.secondary-nav-black{margin-top:31px}@media print, screen and (min-width: 75em){.is-logged-in .c-simple-header{padding-bottom:107px}.is-logged-in-webgroup .c-simple-header{padding-bottom:143px}}@media print, screen and (min-width: 75em){.c-simple-header .c-header-simple__top,.c-simple-header .c-header-simple__bottom{padding-left:12px;padding-right:12px}}@media print, screen and (min-width: 90em){.c-simple-header .c-header-simple__top,.c-simple-header .c-header-simple__bottom{padding-left:24px;padding-right:24px}}.c-simple-header .c-header-simple__top,.c-simple-header .c-header-simple-mob{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-bottom:solid 1px #F7F6F5}@media print, screen and (min-width: 75em){.c-simple-header .c-header-simple__top .c-header-logo,.c-simple-header .c-header-simple-mob .c-header-logo{width:225px}}@media print, screen and (min-width: 90em){.c-simple-header .c-header-simple__top .c-header-logo,.c-simple-header .c-header-simple-mob .c-header-logo{-ms-flex:none;flex:none}}.c-simple-header .c-header-simple__top .c-search-bar-container,.c-simple-header .c-header-simple-mob .c-search-bar-container{-ms-flex:1 0 auto;flex:1 0 auto}.c-simple-header .c-header-simple__top .c-search-bar-container .c-search-bar,.c-simple-header .c-header-simple-mob .c-search-bar-container .c-search-bar{margin-top:0;width:100%;padding-right:12px}@media print, screen and (min-width: 75em){.c-simple-header .c-header-simple__top .c-search-bar-container .c-search-bar,.c-simple-header .c-header-simple-mob .c-search-bar-container .c-search-bar{margin-left:auto;margin-right:auto;margin-top:8px;min-width:750px;max-width:970px;width:80%;padding-right:0}}.c-simple-header .c-header-simple__top .c-search-bar-container .c-search-input,.c-simple-header .c-header-simple-mob .c-search-bar-container .c-search-input{border:none}.c-simple-header .c-header-simple__top .c-search-bar-container .c-search-bar__input,.c-simple-header .c-header-simple-mob .c-search-bar-container .c-search-bar__input{padding-left:12px !important;border-top:solid 1px #CBC4C3;border-bottom:solid 1px #CBC4C3;border-left:solid 1px #CBC4C3;outline-width:2px !important;outline-color:#95CFEE !important;outline-offset:-2px !important;-webkit-box-shadow:none !important;box-shadow:none !important}.c-simple-header .c-header-simple__top .c-search-bar-container .c-search-bar__input:focus,.c-simple-header .c-header-simple-mob .c-search-bar-container .c-search-bar__input:focus{outline-style:solid !important}.c-simple-header .c-header-simple__top .c-search-bar-container .c-search-bar__button,.c-simple-header .c-header-simple-mob .c-search-bar-container .c-search-bar__button{height:100%;padding-left:6px;padding-right:6px;background-color:#AE0A46;color:#fff}.c-simple-header .c-header-simple__top .c-search-bar-container .c-search-bar__button:hover,.c-simple-header .c-header-simple-mob .c-search-bar-container .c-search-bar__button:hover{background-color:#6F062D;color:#fff}.c-simple-header .c-header-simple__top .c-header-simple-nav,.c-simple-header .c-header-simple-mob .c-header-simple-nav{height:100%;list-style:none;margin-bottom:0;margin-right:6px;text-align:right}@media print, screen and (min-width: 75em){.c-simple-header .c-header-simple__top .c-header-simple-nav,.c-simple-header .c-header-simple-mob .c-header-simple-nav{padding:0 12px}}.c-simple-header .c-header-simple__top .c-header-simple-nav__item,.c-simple-header .c-header-simple-mob .c-header-simple-nav__item{color:#3E332D}.c-simple-header .c-header-simple__top .c-header-simple-nav__item .c-button,.c-simple-header .c-header-simple-mob .c-header-simple-nav__item .c-button{border:none;padding-left:6px;padding-right:6px}.c-simple-header .c-header-simple__top .c-header-simple-nav__item__locale,.c-simple-header .c-header-simple-mob .c-header-simple-nav__item__locale{padding:0 6px}.c-simple-header .c-header-simple__top .c-header-simple-nav__item__locale .c-dropdown__menu,.c-simple-header .c-header-simple-mob .c-header-simple-nav__item__locale .c-dropdown__menu{text-align:left;min-width:200px}.c-simple-header .c-header-simple__top .c-header-simple-nav__item__locale__link,.c-simple-header .c-header-simple-mob .c-header-simple-nav__item__locale__link{font-size:0.875rem;white-space:nowrap;text-align:left}.c-simple-header .c-header-simple__top .c-button,.c-simple-header .c-header-simple-mob .c-button{border:none}.c-simple-header .c-header-simple__bottom{position:relative;display:-ms-flexbox;display:flex}@media print, screen and (min-width: 75em){.c-simple-header .c-header-simple__bottom{height:100%;max-height:48px}}.c-simple-header .c-header-simple__bottom .c-header-main-nav__item{margin-bottom:24px}.c-simple-header .c-header.is-search-open .c-header-main-nav{opacity:1;pointer-events:auto}.c-simple-header .c-header-simple__top__feedback{color:#A80B6E;font-size:12px}@media print, screen and (min-width: 48em){.c-simple-header .c-header-simple__top__feedback{font-size:14px;min-width:110px;margin-right:40px}}.c-simple-header .c-search-product-preview{padding-top:12px;padding-bottom:12px;font-size:14px}.c-simple-header .c-search-product-preview .c-search-product-preview__product-image .c-button{display:block}.c-simple-header .c-search-product-preview .c-search-product-preview__product-image .c-button{width:90%}.c-simple-header .c-search-product-preview .c-search-product-preview__product-image .c-image__fallback{fill:#CBC4C3}.c-simple-header .c-search-product-preview .c-search-product-preview__part-numbers{font-size:12px;width:100%;margin-bottom:0 !important}.c-simple-header .c-search-product-preview__price-container{display:-ms-flexbox;display:flex;width:100%}.c-simple-header .c-search-product-preview__price-container__price{margin:0 12px}.c-simple-header .c-search-product-preview__price-container__price_seperator{font-weight:100;font-size:15px;color:#3E332D}.c-simple-header .c-search-product-preview__background{background-color:#F7F6F5;padding:6px;width:100%}.c-simple-header .c-search-product-preview__contract{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.c-simple-header .c-search-product-preview__contract-name{font-size:14px !important;font-weight:400;color:#007996}.c-simple-header .c-search-product-preview__best-price{white-space:nowrap;text-align:right;font-size:12px;padding-left:6px;padding-right:6px;font-weight:400;color:#3E332D}.c-simple-header .c-search-product-preview__highlighted-price{font-size:16px}.c-simple-header .c-search-product-preview__highlighted-price .c-currency__value{color:#AE0A46}.c-simple-header .c-search-product-preview .c-search-product-preview__price{font-size:16px}.c-simple-header .c-search-product-preview:not(:last-child){border-bottom:solid 1px #CBC4C3}.c-simple-header .c-search-product-preview .c-search-product-preview__product-details__info__description{width:100%}.c-simple-header .c-search-product-preview .c-search-product-preview__product-details__info__description span{display:block;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;font-size:14px;word-break:break-word}.c-simple-header .c-person-dropdown{font-size:14px}.c-simple-header .c-person-dropdown .c-dropdown__menu{z-index:2010;border:solid 1px #CBC4C3;border-top:solid 5px #A80B6E}.c-simple-header .c-person-dropdown .c-dropdown__menu::after{content:'';position:absolute;top:-13px;right:30px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:10px solid #A80B6E}.c-simple-header .c-person-dropdown .c-person-dropdown__header{display:-ms-flexbox;display:flex}.c-simple-header .c-person-dropdown .c-person-dropdown__header-logo{-ms-flex-item-align:center;align-self:center;margin:0 0 15px 5px}.c-simple-header .c-person-dropdown .c-person-dropdown__list{width:265px}.c-simple-header .c-person-dropdown .c-person-dropdown__list .c-person-dropdown__heading{text-align:left}.c-simple-header .c-person-dropdown .c-person-dropdown__list .c-person-dropdown__subheading{padding-left:2px;text-align:left}.c-simple-header .c-person-dropdown .c-person-dropdown__list .c-person-dropdown__userheading{font-weight:bold}.c-simple-header .c-person-dropdown .c-person-dropdown__list .c-person-dropdown__menuheading{text-align:left}.c-simple-header .c-person-dropdown .c-person-dropdown__list .c-person-dropdown__link{padding:6px;margin-right:6px;color:#3E332D}.c-simple-header .c-person-dropdown .c-person-dropdown__list .c-person-dropdown__link:hover{color:#6F062D}.c-simple-header .c-person-dropdown .c-person-dropdown__list .c-person-dropdown__button{font-size:14px;line-height:24px}.c-simple-header .c-person-dropdown .c-person-dropdown__list .c-person-dropdown__divider-top{border-bottom:solid 1px #CBC4C3;padding-bottom:6px;margin-bottom:6px}.c-simple-header .c-person-dropdown .c-person-dropdown__list .c-person-dropdown__divider-bottom{border-top:solid 1px #CBC4C3;margin-top:6px;padding-top:6px}.c-simple-header .c-person-dropdown .c-dropdown__button{cursor:pointer}.c-simple-header .c-person-dropdown .c-dropdown__button:hover{color:#6F062D}.c-simple-header .c-person-dropdown .c-icon{margin-right:6px}.c-simple-header .c-person-dropdown .c-icon--dropdown,.c-simple-header .c-person-dropdown--mobile .c-person-dropdown__icon{width:10px;margin-right:5px}.c-simple-header .c-header-simple-mob{width:100%;height:50px}.c-simple-header .c-header-simple-mob__list{width:100%;height:100%;list-style:none;margin-bottom:0;text-align:right}.c-simple-header .c-header-simple-mob__list .c-header-simple-mob__li{width:100%}.c-simple-header .c-header-simple-mob__list .c-header-simple-nav__item .c-button{padding-left:12px;padding-right:12px}.c-simple-header .c-header-simple-mob__list .c-search-suggestions .c-search-suggestions__list .c-search-suggestions__item{padding-top:3px;padding-bottom:3px}@media print, screen and (max-width: 74.99em){.c-simple-header .c-header-simple-nav{margin-right:12px}}@media print, screen and (max-width: 74.99em){.c-simple-header .c-header-mega-menu{top:104px}.c-simple-header .c-header-mega-menu__submenu{top:109px}}.c-simple-header .c-search-suggestions{-webkit-transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out,z-index 300ms ease-in-out;transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out,z-index 300ms ease-in-out;background-color:#fff;border:1px solid #CBC4C3;border-top:none;opacity:0;visibility:hidden}@media print, screen and (max-width: 74.99em){.c-simple-header .c-search-suggestions{-webkit-transition:left 300ms ease-in-out,right 300ms ease-in-out,visibility 300ms ease-in-out;transition:left 300ms ease-in-out,right 300ms ease-in-out,visibility 300ms ease-in-out;padding-left:12px;padding-right:12px;position:fixed;top:107px;right:-100vw;left:100vw;bottom:0;overflow-y:scroll;overflow-x:hidden}}@media print, screen and (min-width: 75em){.c-simple-header .c-search-suggestions{position:absolute;width:65%;min-width:750px;max-width:970px;padding:12px}}.c-checkout-header{padding-bottom:66px}@font-face{.c-checkout-header{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.svg#klinic-slab") format("svg");font-weight:400;font-style:normal}}@font-face{.c-checkout-header{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslablight-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.svg#klinic-slab") format("svg");font-weight:100;font-style:normal}}@media print, screen and (max-width: 74.99em){.c-checkout-header .c-header-mega-menu{top:54px}}@media print, screen and (min-width: 75em){.is-logged-in .c-checkout-header{padding-bottom:48px}}#testbar ~ * .c-header,#testbar ~ * .c-header .c-header-search-suggestions{margin-top:31px}#testbar_inner{height:31px;overflow-y:hidden;z-index:2002}#main-container{z-index:auto !important}@font-face{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.svg#klinic-slab") format("svg");font-weight:400;font-style:normal}@font-face{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslablight-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.svg#klinic-slab") format("svg");font-weight:100;font-style:normal}.c-modal{-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;opacity:0;visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2011}@media print, screen and (max-width: 47.99em){.c-modal{background-color:#F7F6F5}}@media print, screen and (min-width: 48em){.c-modal{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,0.6)}}.c-modal__container{background-color:#fff;position:relative;height:100%;overflow:auto}@media print, screen and (min-width: 48em){.c-modal__container{height:auto;min-width:700px;max-width:100%}}.c-modal__header{background-color:#fff;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid #CBC4C3;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:12px}.c-modal__heading{font-size:1.625rem;line-height:1.38462;margin-bottom:0}@media print, screen and (min-width: 48em){.c-modal__heading{font-size:1.75rem;line-height:1.28571}}@media print, screen and (min-width: 75em){.c-modal__heading{font-size:1.875rem;line-height:1.2}}.c-modal__close{margin:-12px -12px 0 0;padding:12px}.c-modal__content{padding:12px}.c-modal__content&gt;:last-child{margin-bottom:0}.c-modal__footer{padding:12px}@media print, screen and (min-width: 48em){.c-modal.c-modal--medium .c-modal__container{width:775px;max-width:100%}.c-modal.c-modal--large .c-modal__container{width:90%;max-width:90%}}.c-modal.is-open{opacity:1;visibility:visible}.c-modal{/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */}@font-face{.c-modal{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslabbook-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslabbook-webfont.svg#klinic-slab") format("svg");font-weight:400;font-style:normal}}@font-face{.c-modal{font-family:"klinic-slab";src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot");src:url("../insight-web/main/source/fonts/klinicslablight-webfont.eot?#iefix") format("embedded-opentype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.woff") format("woff"),url("../insight-web/main/source/fonts/klinicslablight-webfont.ttf") format("truetype"),url("../insight-web/main/source/fonts/klinicslablight-webfont.svg#klinic-slab") format("svg");font-weight:100;font-style:normal}}.c-modal html{-webkit-box-sizing:border-box;box-sizing:border-box}.c-modal *,.c-modal *:before,.c-modal *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.c-modal html{line-height:1.15;-webkit-text-size-adjust:100%}.c-modal body{margin:0}.c-modal h1{font-size:2em;margin:0.67em 0}.c-modal hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}.c-modal pre{font-family:monospace, monospace;font-size:1em}.c-modal a{background-color:transparent}.c-modal abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.c-modal b,.c-modal strong{font-weight:bolder}.c-modal code,.c-modal kbd,.c-modal samp{font-family:monospace, monospace;font-size:1em}.c-modal small{font-size:80%}.c-modal sub,.c-modal sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.c-modal sub{bottom:-0.25em}.c-modal sup{top:-0.5em}.c-modal img{border-style:none}.c-modal button,.c-modal input,.c-modal optgroup,.c-modal select,.c-modal textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.c-modal button,.c-modal input{overflow:visible}.c-modal button,.c-modal select{text-transform:none}.c-modal button,.c-modal [type="button"],.c-modal [type="reset"],.c-modal [type="submit"]{-webkit-appearance:button}.c-modal button::-moz-focus-inner,.c-modal [type="button"]::-moz-focus-inner,.c-modal [type="reset"]::-moz-focus-inner,.c-modal [type="submit"]::-moz-focus-inner{border-style:none;padding:0}.c-modal button:-moz-focusring,.c-modal [type="button"]:-moz-focusring,.c-modal [type="reset"]:-moz-focusring,.c-modal [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}.c-modal fieldset{padding:0.35em 0.75em 0.625em}.c-modal legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.c-modal progress{vertical-align:baseline}.c-modal textarea{overflow:auto}.c-modal [type="checkbox"],.c-modal [type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.c-modal [type="number"]::-webkit-inner-spin-button,.c-modal [type="number"]::-webkit-outer-spin-button{height:auto}.c-modal [type="search"]{-webkit-appearance:textfield;outline-offset:-2px}.c-modal [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.c-modal ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.c-modal details{display:block}.c-modal summary{display:list-item}.c-modal template{display:none}.c-modal [hidden]{display:none}.c-modal body,.c-modal h1,.c-modal h2,.c-modal h3,.c-modal h4,.c-modal h5,.c-modal h6,.c-modal blockquote,.c-modal p,.c-modal pre,.c-modal dl,.c-modal dd,.c-modal ol,.c-modal ul,.c-modal figure,.c-modal hr,.c-modal fieldset,.c-modal legend{margin:0;padding:0}.c-modal li&gt;ol,.c-modal li&gt;ul{margin-bottom:0}.c-modal table{border-collapse:collapse;border-spacing:0}.c-modal fieldset{min-width:0;border:0}.c-modal b,.c-modal strong{font-weight:400}.c-modal address,.c-modal h1,.c-modal h2,.c-modal h3,.c-modal h4,.c-modal h5,.c-modal h6,.c-modal blockquote,.c-modal p,.c-modal pre,.c-modal dl,.c-modal ol,.c-modal ul,.c-modal figure,.c-modal hr,.c-modal table,.c-modal fieldset{margin-bottom:24px}.c-modal dd,.c-modal ol,.c-modal ul{margin-left:24px}.c-modal button,.c-modal input,.c-modal optgroup,.c-modal select,.c-modal textarea{font-size:1rem;line-height:1.5;font-weight:inherit}html a,html button,html [tabindex]{outline-width:2px;outline-color:#95CFEE;outline-offset:-1px}html a:focus,html button:focus,html [tabindex]:focus{outline-style:solid}.is-using-pointer a:focus,.is-using-pointer button:focus,.is-using-pointer [tabindex]:focus{outline-style:none}@media print{.c-modal *,.c-modal *:before,.c-modal *:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}.c-modal a,.c-modal a:visited{text-decoration:underline !important}.c-modal a[href]:after{content:" (" attr(href) ")" !important}.c-modal abbr[title]:after{content:" (" attr(title) ")" !important}.c-modal a[href^="#"]:after,.c-modal a[href^="javascript:"]:after{content:"" !important}.c-modal pre{white-space:pre-wrap !important}.c-modal pre,.c-modal blockquote{border:1px solid #999 !important;page-break-inside:avoid !important}.c-modal thead{display:table-header-group !important}.c-modal tr,.c-modal img{page-break-inside:avoid !important}.c-modal p,.c-modal h2,.c-modal h3{orphans:3 !important;widows:3 !important}.c-modal h2,.c-modal h3{page-break-after:avoid !important}}.c-modal abbr[title]{border-bottom:1px dotted #3E332D;cursor:help;text-decoration:none}.c-modal blockquote{font-size:1.3125rem;line-height:1.71429;margin-bottom:24px}.c-modal code{font-family:"source-code-pro", monospace}.c-modal p code,.c-modal li code{background:#F7F6F5;color:#AE0A46;padding:2px}.c-modal h1{font-size:2.25rem;line-height:1.16667}@media print, screen and (min-width: 48em){.c-modal h1{font-size:2.8125rem;line-height:1.2}}@media print, screen and (min-width: 75em){.c-modal h1{font-size:3.375rem;line-height:1.11111}}.c-modal h2{font-size:1.875rem;line-height:1.2}@media print, screen and (min-width: 48em){.c-modal h2{font-size:2.25rem;line-height:1.16667}}@media print, screen and (min-width: 75em){.c-modal h2{font-size:2.625rem;line-height:1.14286}}.c-modal h3{font-size:1.75rem;line-height:1.28571}@media print, screen and (min-width: 48em){.c-modal h3{font-size:2rem;line-height:1.3125}}@media print, screen and (min-width: 75em){.c-modal h3{font-size:2.25rem;line-height:1.16667}}.c-modal h4{font-size:1.625rem;line-height:1.38462}@media print, screen and (min-width: 48em){.c-modal h4{font-size:1.75rem;line-height:1.28571}}@media print, screen and (min-width: 75em){.c-modal h4{font-size:1.875rem;line-height:1.2}}.c-modal h5{font-size:1.5rem;line-height:1.25}.c-modal h6{font-size:1.375rem;line-height:1.36364}.c-modal h1,.c-modal h2,.c-modal h3,.c-modal h4,.c-modal h5,.c-modal h6{color:#222;font-family:"klinic-slab",Verdana,serif;font-weight:100}.c-modal hr{border:none;border-top:1px solid #E6E6E5;width:100%}.c-modal img{max-width:100%;font-style:italic;vertical-align:middle}.c-modal img[width],.c-modal img[height]{max-width:none}.c-modal a{color:#AE0A46;text-decoration:none}.c-modal a:hover,.c-modal a:focus{color:#6F062D}.c-modal html{font-size:1em;line-height:1.5;overflow-y:scroll;min-height:100%}body{color:#3E332D;font-family:"allumi-2-std",Verdana,sans-serif;font-weight:100;-webkit-font-smoothing:antialiased}.c-modal table{width:100%}.c-modal th{font-weight:400}.c-modal .o-box{display:block;padding:12px}.c-modal .o-box&gt;:last-child{margin-bottom:0}@media print, screen and (min-width: 48em){.c-modal .o-box{padding-bottom:24px;padding-top:24px}}.c-modal .o-box--flush{padding:0}.c-modal .o-box--tiny{padding:6px}.c-modal .o-box--small{padding:12px}.c-modal .o-box--large{padding:48px}.c-modal .o-box--huge{padding:96px}.c-modal .o-clamp-line{position:relative;overflow:hidden}.c-modal .o-clamp-line--1-line{height:1.1em}.c-modal .o-clamp-line--2-line{height:2.1em}.c-modal .o-clamp-line--3-line{height:3.1em}.c-modal .o-clamp-line--4-line{height:4.1em}.c-modal .o-clamp-line--5-line{height:5.1em}.c-modal .o-clamp-line:after{content:"";text-align:right;position:absolute;bottom:0;right:0;width:80px;height:1.1em;background:-webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(70%, #fff));background:linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 70%)}@supports (-webkit-box-orient: vertical){.c-modal .o-clamp-line{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;/*! autoprefixer: off */-webkit-box-orient:vertical}.c-modal .o-clamp-line:after{display:none}.c-modal .o-clamp-line--1-line{-webkit-line-clamp:1;height:inherit}.c-modal .o-clamp-line--2-line{-webkit-line-clamp:2;height:inherit}.c-modal .o-clamp-line--3-line{-webkit-line-clamp:3;height:inherit}.c-modal .o-clamp-line--4-line{-webkit-line-clamp:4;height:inherit}.c-modal .o-clamp-line--5-line{-webkit-line-clamp:5;height:inherit}.c-modal .o-clamp-line--align-full .o-clamp-line--1-line{min-height:1.1em}.c-modal .o-clamp-line--align-full .o-clamp-line--2-line{min-height:2.1em}.c-modal .o-clamp-line--align-full .o-clamp-line--3-line{min-height:3.1em}.c-modal .o-clamp-line--align-full .o-clamp-line--4-line{min-height:4.1em}.c-modal .o-clamp-line--align-full .o-clamp-line--5-line{min-height:5.1em}}.c-modal .o-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.c-modal .o-grid__item{-ms-flex:1 1;flex:1 1;min-height:1px;width:100%}.c-modal .o-grid--top{-ms-flex-align:start;align-items:flex-start}.c-modal .o-grid--bottom{-ms-flex-align:end;align-items:flex-end}.c-modal .o-grid--center{-ms-flex-align:center;align-items:center}.c-modal .o-grid--baseline{-ms-flex-align:baseline;align-items:baseline}.c-modal .o-grid__item--top{-ms-flex-item-align:start;align-self:flex-start}.c-modal .o-grid__item--bottom{-ms-flex-item-align:end;align-self:flex-end}.c-modal .o-grid__item--center{-ms-flex-item-align:center;align-self:center}.c-modal .o-grid__item--baseline{-ms-flex-item-align:baseline;align-self:baseline}.c-modal .o-grid--justify-left{-ms-flex-pack:start;justify-content:flex-start}.c-modal .o-grid--justify-right{-ms-flex-pack:end;justify-content:flex-end}.c-modal .o-grid--justify-center{-ms-flex-pack:center;justify-content:center}.c-modal .o-grid--justify-between{-ms-flex-pack:justify;justify-content:space-between}.c-modal .o-grid--justify-around{-ms-flex-pack:distribute;justify-content:space-around}.c-modal .o-grid--justify-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.c-modal .o-grid--full-height{height:100%}.c-modal .o-grid--reverse{direction:rtl}.c-modal .o-grid--reverse&gt;.o-grid__item{direction:ltr}.c-modal .o-grid__item--shrink{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.c-modal .o-grid--gutters{margin-left:-24px}.c-modal .o-grid--gutters&gt;.o-grid__item{padding-left:24px}.c-modal .o-grid--gutters-tiny{margin-left:-6px}.c-modal .o-grid--gutters-tiny&gt;.o-grid__item{padding-left:6px}.c-modal .o-grid--gutters-small{margin-left:-12px}.c-modal .o-grid--gutters-small&gt;.o-grid__item{padding-left:12px}.c-modal .o-grid--gutters-large{margin-left:-48px}.c-modal .o-grid--gutters-large&gt;.o-grid__item{padding-left:48px}.c-modal .o-grid--gutters-huge{margin-left:-96px}.c-modal .o-grid--gutters-huge&gt;.o-grid__item{padding-left:96px}.c-modal .o-grid--gutters-none{margin-left:0}.c-modal .o-grid--gutters-none&gt;.o-grid__item{padding-left:0}@media print, screen and (min-width: 35.5em){.c-modal .o-grid--gutters\@mobile-landscape{margin-left:-24px}.c-modal .o-grid--gutters\@mobile-landscape&gt;.o-grid__item{padding-left:24px}.c-modal .o-grid--gutters-tiny\@mobile-landscape{margin-left:-6px}.c-modal .o-grid--gutters-tiny\@mobile-landscape&gt;.o-grid__item{padding-left:6px}.c-modal .o-grid--gutters-small\@mobile-landscape{margin-left:-12px}.c-modal .o-grid--gutters-small\@mobile-landscape&gt;.o-grid__item{padding-left:12px}.c-modal .o-grid--gutters-large\@mobile-landscape{margin-left:-48px}.c-modal .o-grid--gutters-large\@mobile-landscape&gt;.o-grid__item{padding-left:48px}.c-modal .o-grid--gutters-huge\@mobile-landscape{margin-left:-96px}.c-modal .o-grid--gutters-huge\@mobile-landscape&gt;.o-grid__item{padding-left:96px}.c-modal .o-grid--gutters-none\@mobile-landscape{margin-left:0}.c-modal .o-grid--gutters-none\@mobile-landscape&gt;.o-grid__item{padding-left:0}}@media print, screen and (min-width: 48em){.c-modal .o-grid--gutters\@tablet{margin-left:-24px}.c-modal .o-grid--gutters\@tablet&gt;.o-grid__item{padding-left:24px}.c-modal .o-grid--gutters-tiny\@tablet{margin-left:-6px}.c-modal .o-grid--gutters-tiny\@tablet&gt;.o-grid__item{padding-left:6px}.c-modal .o-grid--gutters-small\@tablet{margin-left:-12px}.c-modal .o-grid--gutters-small\@tablet&gt;.o-grid__item{padding-left:12px}.c-modal .o-grid--gutters-large\@tablet{margin-left:-48px}.c-modal .o-grid--gutters-large\@tablet&gt;.o-grid__item{padding-left:48px}.c-modal .o-grid--gutters-huge\@tablet{margin-left:-96px}.c-modal .o-grid--gutters-huge\@tablet&gt;.o-grid__item{padding-left:96px}.c-modal .o-grid--gutters-none\@tablet{margin-left:0}.c-modal .o-grid--gutters-none\@tablet&gt;.o-grid__item{padding-left:0}}@media print, screen and (min-width: 64em){.c-modal .o-grid--gutters\@tablet-landscape{margin-left:-24px}.c-modal .o-grid--gutters\@tablet-landscape&gt;.o-grid__item{padding-left:24px}.c-modal .o-grid--gutters-tiny\@tablet-landscape{margin-left:-6px}.c-modal .o-grid--gutters-tiny\@tablet-landscape&gt;.o-grid__item{padding-left:6px}.c-modal .o-grid--gutters-small\@tablet-landscape{margin-left:-12px}.c-modal .o-grid--gutters-small\@tablet-landscape&gt;.o-grid__item{padding-left:12px}.c-modal .o-grid--gutters-large\@tablet-landscape{margin-left:-48px}.c-modal .o-grid--gutters-large\@tablet-landscape&gt;.o-grid__item{padding-left:48px}.c-modal .o-grid--gutters-huge\@tablet-landscape{margin-left:-96px}.c-modal .o-grid--gutters-huge\@tablet-landscape&gt;.o-grid__item{padding-left:96px}.c-modal .o-grid--gutters-none\@tablet-landscape{margin-left:0}.c-modal .o-grid--gutters-none\@tablet-landscape&gt;.o-grid__item{padding-left:0}}@media print, screen and (min-width: 75em){.c-modal .o-grid--gutters\@desktop{margin-left:-24px}.c-modal .o-grid--gutters\@desktop&gt;.o-grid__item{padding-left:24px}.c-modal .o-grid--gutters-tiny\@desktop{margin-left:-6px}.c-modal .o-grid--gutters-tiny\@desktop&gt;.o-grid__item{padding-left:6px}.c-modal .o-grid--gutters-small\@desktop{margin-left:-12px}.c-modal .o-grid--gutters-small\@desktop&gt;.o-grid__item{padding-left:12px}.c-modal .o-grid--gutters-large\@desktop{margin-left:-48px}.c-modal .o-grid--gutters-large\@desktop&gt;.o-grid__item{padding-left:48px}.c-modal .o-grid--gutters-huge\@desktop{margin-left:-96px}.c-modal .o-grid--gutters-huge\@desktop&gt;.o-grid__item{padding-left:96px}.c-modal .o-grid--gutters-none\@desktop{margin-left:0}.c-modal .o-grid--gutters-none\@desktop&gt;.o-grid__item{padding-left:0}}@media print, screen and (min-width: 90em){.c-modal .o-grid--gutters\@desktop-large{margin-left:-24px}.c-modal .o-grid--gutters\@desktop-large&gt;.o-grid__item{padding-left:24px}.c-modal .o-grid--gutters-tiny\@desktop-large{margin-left:-6px}.c-modal .o-grid--gutters-tiny\@desktop-large&gt;.o-grid__item{padding-left:6px}.c-modal .o-grid--gutters-small\@desktop-large{margin-left:-12px}.c-modal .o-grid--gutters-small\@desktop-large&gt;.o-grid__item{padding-left:12px}.c-modal .o-grid--gutters-large\@desktop-large{margin-left:-48px}.c-modal .o-grid--gutters-large\@desktop-large&gt;.o-grid__item{padding-left:48px}.c-modal .o-grid--gutters-huge\@desktop-large{margin-left:-96px}.c-modal .o-grid--gutters-huge\@desktop-large&gt;.o-grid__item{padding-left:96px}.c-modal .o-grid--gutters-none\@desktop-large{margin-left:0}.c-modal .o-grid--gutters-none\@desktop-large&gt;.o-grid__item{padding-left:0}}.c-modal .o-list-bare{list-style:none;margin-left:0}.c-modal .o-list-bare__item{margin-left:0}.c-modal .o-list-inline{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;list-style:none;margin-left:0}.c-modal .o-list-inline__item+.o-list-inline__item{margin-left:12px}.c-modal .o-list-inline--pipe .o-list-inline__item+.o-list-inline__item::before{color:#CBC4C3;content:"|";margin-right:12px}.c-modal .o-list-inline--flush .o-list-inline__item+.o-list-inline__item{margin-left:0}.c-modal .o-media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.c-modal .o-media__image{margin-right:24px;-ms-flex:0 0 auto;flex:0 0 auto}.c-modal .o-media__image&gt;img{display:block}.c-modal .o-media__body{display:block}.c-modal .o-media__body,.c-modal .o-media__body&gt;:last-child{margin-bottom:0}.c-modal .o-media--flush&gt;.o-media__image{margin-right:0}.c-modal .o-media--flush.o-media--reverse&gt;.o-media__image{margin-left:0}.c-modal .o-media--tiny&gt;.o-media__image{margin-right:6px}.c-modal .o-media--tiny.o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:6px}.c-modal .o-media--small&gt;.o-media__image{margin-right:12px}.c-modal .o-media--small.o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:12px}.c-modal .o-media--large&gt;.o-media__image{margin-right:48px}.c-modal .o-media--large.o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:48px}.c-modal .o-media--huge&gt;.o-media__image{margin-right:96px}.c-modal .o-media--huge.o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:96px}.c-modal .o-media--reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.c-modal .o-media--reverse&gt;.o-media__image{margin-right:0;margin-left:24px}.c-modal .o-media--center{-ms-flex-align:center;align-items:center}.c-modal .o-table{width:100%}.c-modal .o-table th,.c-modal .o-table td{border-bottom:1px solid #E6E6E5;text-align:left;vertical-align:top}.c-modal .o-table--fixed{table-layout:fixed}.c-modal .o-table--tiny th,.c-modal .o-table--tiny td{padding:6px}.c-modal .o-table--small th,.c-modal .o-table--small td{padding:12px}.c-modal .o-table--large th,.c-modal .o-table--large td{padding:48px}.c-modal .o-table--huge th,.c-modal .o-table--huge td{padding:96px}.c-modal .o-wrapper{margin-right:auto;margin-left:auto;max-width:1200px}.c-modal .o-wrapper-large{margin-right:auto;margin-left:auto;max-width:1440px}.c-modal .u-clearfix:after{content:"" !important;display:block !important;clear:both !important}.c-modal .u-h1{font-size:2.25rem;line-height:1.16667}@media print, screen and (min-width: 48em){.c-modal .u-h1{font-size:2.8125rem;line-height:1.2}}@media print, screen and (min-width: 75em){.c-modal .u-h1{font-size:3.375rem;line-height:1.11111}}.c-modal .u-h2{font-size:1.875rem;line-height:1.2}@media print, screen and (min-width: 48em){.c-modal .u-h2{font-size:2.25rem;line-height:1.16667}}@media print, screen and (min-width: 75em){.c-modal .u-h2{font-size:2.625rem;line-height:1.14286}}.c-modal .u-h3{font-size:1.75rem;line-height:1.28571}@media print, screen and (min-width: 48em){.c-modal .u-h3{font-size:2rem;line-height:1.3125}}@media print, screen and (min-width: 75em){.c-modal .u-h3{font-size:2.25rem;line-height:1.16667}}.c-modal .u-h4{font-size:1.625rem;line-height:1.38462}@media print, screen and (min-width: 48em){.c-modal .u-h4{font-size:1.75rem;line-height:1.28571}}@media print, screen and (min-width: 75em){.c-modal .u-h4{font-size:1.875rem;line-height:1.2}}.c-modal .u-h5{font-size:1.5rem;line-height:1.25}.c-modal .u-h6{font-size:1.375rem;line-height:1.36364}.c-modal .u-hide-visually{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:1px !important}.c-modal .u-hide-visually--focusable:active,.c-modal .u-hide-visually--focusable:focus{clip:auto !important;clip-path:none !important;height:auto !important;margin:0 !important;overflow:visible !important;position:static !important;width:auto !important;white-space:inherit !important}.c-modal .u-hide{display:none !important}.c-modal .u-invisible{visibility:hidden !important}@media print{.c-modal .u-hide\@print{display:none !important}}@media print{.c-modal .u-show\@print{display:initial !important}}@media print, screen and (min-width: 35.5em){.c-modal .u-hide\@mobile-landscape{display:none !important}}@media screen and (max-width: 35.49em){.c-modal .u-show\@mobile-landscape{display:none !important}}@media print, screen and (min-width: 35.5em){.c-modal .u-invisible\@mobile-landscape{visibility:hidden !important}}@media print, screen and (min-width: 48em){.c-modal .u-hide\@tablet{display:none !important}}@media screen and (max-width: 47.99em){.c-modal .u-show\@tablet{display:none !important}}@media print, screen and (min-width: 48em){.c-modal .u-invisible\@tablet{visibility:hidden !important}}@media print, screen and (min-width: 64em){.c-modal .u-hide\@tablet-landscape{display:none !important}}@media screen and (max-width: 63.99em){.c-modal .u-show\@tablet-landscape{display:none !important}}@media print, screen and (min-width: 64em){.c-modal .u-invisible\@tablet-landscape{visibility:hidden !important}}@media print, screen and (min-width: 75em){.c-modal .u-hide\@desktop{display:none !important}}@media screen and (max-width: 74.99em){.c-modal .u-show\@desktop{display:none !important}}@media print, screen and (min-width: 75em){.c-modal .u-invisible\@desktop{visibility:hidden !important}}@media print, screen and (min-width: 90em){.c-modal .u-hide\@desktop-large{display:none !important}}@media screen and (max-width: 89.99em){.c-modal .u-show\@desktop-large{display:none !important}}@media print, screen and (min-width: 90em){.c-modal .u-invisible\@desktop-large{visibility:hidden !important}}.c-modal .u-margin-bot{margin-bottom:24px !important}.c-modal .u-margin-bot-tiny{margin-bottom:6px !important}.c-modal .u-margin-bot-small{margin-bottom:12px !important}.c-modal .u-margin-bot-large{margin-bottom:48px !important}.c-modal .u-margin-bot-huge{margin-bottom:96px !important}.c-modal .u-margin-bot-none{margin-bottom:0 !important}@media print, screen and (min-width: 35.5em){.c-modal .u-margin-bot\@mobile-landscape{margin-bottom:24px !important}.c-modal .u-margin-bot-tiny\@mobile-landscape{margin-bottom:6px !important}.c-modal .u-margin-bot-small\@mobile-landscape{margin-bottom:12px !important}.c-modal .u-margin-bot-large\@mobile-landscape{margin-bottom:48px !important}.c-modal .u-margin-bot-huge\@mobile-landscape{margin-bottom:96px !important}.c-modal .u-margin-bot-none\@mobile-landscape{margin-bottom:0 !important}}@media print, screen and (min-width: 48em){.c-modal .u-margin-bot\@tablet{margin-bottom:24px !important}.c-modal .u-margin-bot-tiny\@tablet{margin-bottom:6px !important}.c-modal .u-margin-bot-small\@tablet{margin-bottom:12px !important}.c-modal .u-margin-bot-large\@tablet{margin-bottom:48px !important}.c-modal .u-margin-bot-huge\@tablet{margin-bottom:96px !important}.c-modal .u-margin-bot-none\@tablet{margin-bottom:0 !important}}@media print, screen and (min-width: 64em){.c-modal .u-margin-bot\@tablet-landscape{margin-bottom:24px !important}.c-modal .u-margin-bot-tiny\@tablet-landscape{margin-bottom:6px !important}.c-modal .u-margin-bot-small\@tablet-landscape{margin-bottom:12px !important}.c-modal .u-margin-bot-large\@tablet-landscape{margin-bottom:48px !important}.c-modal .u-margin-bot-huge\@tablet-landscape{margin-bottom:96px !important}.c-modal .u-margin-bot-none\@tablet-landscape{margin-bottom:0 !important}}@media print, screen and (min-width: 75em){.c-modal .u-margin-bot\@desktop{margin-bottom:24px !important}.c-modal .u-margin-bot-tiny\@desktop{margin-bottom:6px !important}.c-modal .u-margin-bot-small\@desktop{margin-bottom:12px !important}.c-modal .u-margin-bot-large\@desktop{margin-bottom:48px !important}.c-modal .u-margin-bot-huge\@desktop{margin-bottom:96px !important}.c-modal .u-margin-bot-none\@desktop{margin-bottom:0 !important}}@media print, screen and (min-width: 90em){.c-modal .u-margin-bot\@desktop-large{margin-bottom:24px !important}.c-modal .u-margin-bot-tiny\@desktop-large{margin-bottom:6px !important}.c-modal .u-margin-bot-small\@desktop-large{margin-bottom:12px !important}.c-modal .u-margin-bot-large\@desktop-large{margin-bottom:48px !important}.c-modal .u-margin-bot-huge\@desktop-large{margin-bottom:96px !important}.c-modal .u-margin-bot-none\@desktop-large{margin-bottom:0 !important}}.c-modal .u-no-wrap{white-space:nowrap !important}.c-modal .u-transition-none{-webkit-transition:none !important;transition:none !important}.c-modal .u-truncate{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.c-modal .u-truncate-parent{min-width:0% !important}.c-modal .u-text-left{text-align:left !important}.c-modal .u-text-center{text-align:center !important}.c-modal .u-text-right{text-align:right !important}.c-modal .u-text-bold{font-weight:400 !important}.c-modal .u-text-bolder{font-weight:700 !important}.c-modal .u-text-italic{font-style:italic !important}.c-modal .u-text-strikethrough{text-decoration:line-through !important}.c-modal .u-text-capitalize{text-transform:capitalize !important}.c-modal .u-text-uppercase{text-transform:uppercase !important}.c-modal .u-text-ghost{color:#CBC4C3 !important}.c-modal .u-text-constrain{max-width:75ch !important}.c-modal .u-1\/1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-1\/1{margin-left:100%}.c-modal .u-pull-1\/1{margin-right:100%}.c-modal .u-1\/2{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-1\/2{margin-left:50%}.c-modal .u-pull-1\/2{margin-right:50%}.c-modal .u-2\/2{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-2\/2{margin-left:100%}.c-modal .u-pull-2\/2{margin-right:100%}.c-modal .u-1\/3{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-1\/3{margin-left:33.33333%}.c-modal .u-pull-1\/3{margin-right:33.33333%}.c-modal .u-2\/3{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-2\/3{margin-left:66.66667%}.c-modal .u-pull-2\/3{margin-right:66.66667%}.c-modal .u-3\/3{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-3\/3{margin-left:100%}.c-modal .u-pull-3\/3{margin-right:100%}.c-modal .u-1\/4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.c-modal .u-push-1\/4{margin-left:25%}.c-modal .u-pull-1\/4{margin-right:25%}.c-modal .u-2\/4{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-2\/4{margin-left:50%}.c-modal .u-pull-2\/4{margin-right:50%}.c-modal .u-3\/4{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.c-modal .u-push-3\/4{margin-left:75%}.c-modal .u-pull-3\/4{margin-right:75%}.c-modal .u-4\/4{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-4\/4{margin-left:100%}.c-modal .u-pull-4\/4{margin-right:100%}.c-modal .u-1\/5{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.c-modal .u-push-1\/5{margin-left:20%}.c-modal .u-pull-1\/5{margin-right:20%}.c-modal .u-2\/5{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.c-modal .u-push-2\/5{margin-left:40%}.c-modal .u-pull-2\/5{margin-right:40%}.c-modal .u-3\/5{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.c-modal .u-push-3\/5{margin-left:60%}.c-modal .u-pull-3\/5{margin-right:60%}.c-modal .u-4\/5{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.c-modal .u-push-4\/5{margin-left:80%}.c-modal .u-pull-4\/5{margin-right:80%}.c-modal .u-5\/5{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-5\/5{margin-left:100%}.c-modal .u-pull-5\/5{margin-right:100%}.c-modal .u-1\/6{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.c-modal .u-push-1\/6{margin-left:16.66667%}.c-modal .u-pull-1\/6{margin-right:16.66667%}.c-modal .u-2\/6{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-2\/6{margin-left:33.33333%}.c-modal .u-pull-2\/6{margin-right:33.33333%}.c-modal .u-3\/6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-3\/6{margin-left:50%}.c-modal .u-pull-3\/6{margin-right:50%}.c-modal .u-4\/6{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-4\/6{margin-left:66.66667%}.c-modal .u-pull-4\/6{margin-right:66.66667%}.c-modal .u-5\/6{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.c-modal .u-push-5\/6{margin-left:83.33333%}.c-modal .u-pull-5\/6{margin-right:83.33333%}.c-modal .u-6\/6{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-6\/6{margin-left:100%}.c-modal .u-pull-6\/6{margin-right:100%}.c-modal .u-push-none{margin-left:0}.c-modal .u-pull-none{margin-right:0}.c-modal .u-push-auto{margin-left:auto}.c-modal .u-width-auto{-ms-flex:1 1;flex:1 1}.c-modal .u-width-shrink{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}@media print, screen and (min-width: 35.5em){.c-modal .u-1\/1\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-1\/1\@mobile-landscape{margin-left:100%}.c-modal .u-pull-1\/1\@mobile-landscape{margin-right:100%}.c-modal .u-1\/2\@mobile-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-1\/2\@mobile-landscape{margin-left:50%}.c-modal .u-pull-1\/2\@mobile-landscape{margin-right:50%}.c-modal .u-2\/2\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-2\/2\@mobile-landscape{margin-left:100%}.c-modal .u-pull-2\/2\@mobile-landscape{margin-right:100%}.c-modal .u-1\/3\@mobile-landscape{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-1\/3\@mobile-landscape{margin-left:33.33333%}.c-modal .u-pull-1\/3\@mobile-landscape{margin-right:33.33333%}.c-modal .u-2\/3\@mobile-landscape{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-2\/3\@mobile-landscape{margin-left:66.66667%}.c-modal .u-pull-2\/3\@mobile-landscape{margin-right:66.66667%}.c-modal .u-3\/3\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-3\/3\@mobile-landscape{margin-left:100%}.c-modal .u-pull-3\/3\@mobile-landscape{margin-right:100%}.c-modal .u-1\/4\@mobile-landscape{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.c-modal .u-push-1\/4\@mobile-landscape{margin-left:25%}.c-modal .u-pull-1\/4\@mobile-landscape{margin-right:25%}.c-modal .u-2\/4\@mobile-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-2\/4\@mobile-landscape{margin-left:50%}.c-modal .u-pull-2\/4\@mobile-landscape{margin-right:50%}.c-modal .u-3\/4\@mobile-landscape{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.c-modal .u-push-3\/4\@mobile-landscape{margin-left:75%}.c-modal .u-pull-3\/4\@mobile-landscape{margin-right:75%}.c-modal .u-4\/4\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-4\/4\@mobile-landscape{margin-left:100%}.c-modal .u-pull-4\/4\@mobile-landscape{margin-right:100%}.c-modal .u-1\/5\@mobile-landscape{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.c-modal .u-push-1\/5\@mobile-landscape{margin-left:20%}.c-modal .u-pull-1\/5\@mobile-landscape{margin-right:20%}.c-modal .u-2\/5\@mobile-landscape{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.c-modal .u-push-2\/5\@mobile-landscape{margin-left:40%}.c-modal .u-pull-2\/5\@mobile-landscape{margin-right:40%}.c-modal .u-3\/5\@mobile-landscape{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.c-modal .u-push-3\/5\@mobile-landscape{margin-left:60%}.c-modal .u-pull-3\/5\@mobile-landscape{margin-right:60%}.c-modal .u-4\/5\@mobile-landscape{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.c-modal .u-push-4\/5\@mobile-landscape{margin-left:80%}.c-modal .u-pull-4\/5\@mobile-landscape{margin-right:80%}.c-modal .u-5\/5\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-5\/5\@mobile-landscape{margin-left:100%}.c-modal .u-pull-5\/5\@mobile-landscape{margin-right:100%}.c-modal .u-1\/6\@mobile-landscape{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.c-modal .u-push-1\/6\@mobile-landscape{margin-left:16.66667%}.c-modal .u-pull-1\/6\@mobile-landscape{margin-right:16.66667%}.c-modal .u-2\/6\@mobile-landscape{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-2\/6\@mobile-landscape{margin-left:33.33333%}.c-modal .u-pull-2\/6\@mobile-landscape{margin-right:33.33333%}.c-modal .u-3\/6\@mobile-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-3\/6\@mobile-landscape{margin-left:50%}.c-modal .u-pull-3\/6\@mobile-landscape{margin-right:50%}.c-modal .u-4\/6\@mobile-landscape{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-4\/6\@mobile-landscape{margin-left:66.66667%}.c-modal .u-pull-4\/6\@mobile-landscape{margin-right:66.66667%}.c-modal .u-5\/6\@mobile-landscape{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.c-modal .u-push-5\/6\@mobile-landscape{margin-left:83.33333%}.c-modal .u-pull-5\/6\@mobile-landscape{margin-right:83.33333%}.c-modal .u-6\/6\@mobile-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-6\/6\@mobile-landscape{margin-left:100%}.c-modal .u-pull-6\/6\@mobile-landscape{margin-right:100%}.c-modal .u-push-none\@mobile-landscape{margin-left:0}.c-modal .u-pull-none\@mobile-landscape{margin-right:0}.c-modal .u-push-auto\@mobile-landscape{margin-left:auto}.c-modal .u-width-auto\@mobile-landscape{-ms-flex:1 1;flex:1 1}.c-modal .u-width-shrink\@mobile-landscape{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media print, screen and (min-width: 48em){.c-modal .u-1\/1\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-1\/1\@tablet{margin-left:100%}.c-modal .u-pull-1\/1\@tablet{margin-right:100%}.c-modal .u-1\/2\@tablet{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-1\/2\@tablet{margin-left:50%}.c-modal .u-pull-1\/2\@tablet{margin-right:50%}.c-modal .u-2\/2\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-2\/2\@tablet{margin-left:100%}.c-modal .u-pull-2\/2\@tablet{margin-right:100%}.c-modal .u-1\/3\@tablet{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-1\/3\@tablet{margin-left:33.33333%}.c-modal .u-pull-1\/3\@tablet{margin-right:33.33333%}.c-modal .u-2\/3\@tablet{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-2\/3\@tablet{margin-left:66.66667%}.c-modal .u-pull-2\/3\@tablet{margin-right:66.66667%}.c-modal .u-3\/3\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-3\/3\@tablet{margin-left:100%}.c-modal .u-pull-3\/3\@tablet{margin-right:100%}.c-modal .u-1\/4\@tablet{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.c-modal .u-push-1\/4\@tablet{margin-left:25%}.c-modal .u-pull-1\/4\@tablet{margin-right:25%}.c-modal .u-2\/4\@tablet{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-2\/4\@tablet{margin-left:50%}.c-modal .u-pull-2\/4\@tablet{margin-right:50%}.c-modal .u-3\/4\@tablet{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.c-modal .u-push-3\/4\@tablet{margin-left:75%}.c-modal .u-pull-3\/4\@tablet{margin-right:75%}.c-modal .u-4\/4\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-4\/4\@tablet{margin-left:100%}.c-modal .u-pull-4\/4\@tablet{margin-right:100%}.c-modal .u-1\/5\@tablet{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.c-modal .u-push-1\/5\@tablet{margin-left:20%}.c-modal .u-pull-1\/5\@tablet{margin-right:20%}.c-modal .u-2\/5\@tablet{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.c-modal .u-push-2\/5\@tablet{margin-left:40%}.c-modal .u-pull-2\/5\@tablet{margin-right:40%}.c-modal .u-3\/5\@tablet{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.c-modal .u-push-3\/5\@tablet{margin-left:60%}.c-modal .u-pull-3\/5\@tablet{margin-right:60%}.c-modal .u-4\/5\@tablet{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.c-modal .u-push-4\/5\@tablet{margin-left:80%}.c-modal .u-pull-4\/5\@tablet{margin-right:80%}.c-modal .u-5\/5\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-5\/5\@tablet{margin-left:100%}.c-modal .u-pull-5\/5\@tablet{margin-right:100%}.c-modal .u-1\/6\@tablet{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.c-modal .u-push-1\/6\@tablet{margin-left:16.66667%}.c-modal .u-pull-1\/6\@tablet{margin-right:16.66667%}.c-modal .u-2\/6\@tablet{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-2\/6\@tablet{margin-left:33.33333%}.c-modal .u-pull-2\/6\@tablet{margin-right:33.33333%}.c-modal .u-3\/6\@tablet{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-3\/6\@tablet{margin-left:50%}.c-modal .u-pull-3\/6\@tablet{margin-right:50%}.c-modal .u-4\/6\@tablet{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-4\/6\@tablet{margin-left:66.66667%}.c-modal .u-pull-4\/6\@tablet{margin-right:66.66667%}.c-modal .u-5\/6\@tablet{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.c-modal .u-push-5\/6\@tablet{margin-left:83.33333%}.c-modal .u-pull-5\/6\@tablet{margin-right:83.33333%}.c-modal .u-6\/6\@tablet{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-6\/6\@tablet{margin-left:100%}.c-modal .u-pull-6\/6\@tablet{margin-right:100%}.c-modal .u-push-none\@tablet{margin-left:0}.c-modal .u-pull-none\@tablet{margin-right:0}.c-modal .u-push-auto\@tablet{margin-left:auto}.c-modal .u-width-auto\@tablet{-ms-flex:1 1;flex:1 1}.c-modal .u-width-shrink\@tablet{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media print, screen and (min-width: 64em){.c-modal .u-1\/1\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-1\/1\@tablet-landscape{margin-left:100%}.c-modal .u-pull-1\/1\@tablet-landscape{margin-right:100%}.c-modal .u-1\/2\@tablet-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-1\/2\@tablet-landscape{margin-left:50%}.c-modal .u-pull-1\/2\@tablet-landscape{margin-right:50%}.c-modal .u-2\/2\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-2\/2\@tablet-landscape{margin-left:100%}.c-modal .u-pull-2\/2\@tablet-landscape{margin-right:100%}.c-modal .u-1\/3\@tablet-landscape{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-1\/3\@tablet-landscape{margin-left:33.33333%}.c-modal .u-pull-1\/3\@tablet-landscape{margin-right:33.33333%}.c-modal .u-2\/3\@tablet-landscape{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-2\/3\@tablet-landscape{margin-left:66.66667%}.c-modal .u-pull-2\/3\@tablet-landscape{margin-right:66.66667%}.c-modal .u-3\/3\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-3\/3\@tablet-landscape{margin-left:100%}.c-modal .u-pull-3\/3\@tablet-landscape{margin-right:100%}.c-modal .u-1\/4\@tablet-landscape{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.c-modal .u-push-1\/4\@tablet-landscape{margin-left:25%}.c-modal .u-pull-1\/4\@tablet-landscape{margin-right:25%}.c-modal .u-2\/4\@tablet-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-2\/4\@tablet-landscape{margin-left:50%}.c-modal .u-pull-2\/4\@tablet-landscape{margin-right:50%}.c-modal .u-3\/4\@tablet-landscape{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.c-modal .u-push-3\/4\@tablet-landscape{margin-left:75%}.c-modal .u-pull-3\/4\@tablet-landscape{margin-right:75%}.c-modal .u-4\/4\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-4\/4\@tablet-landscape{margin-left:100%}.c-modal .u-pull-4\/4\@tablet-landscape{margin-right:100%}.c-modal .u-1\/5\@tablet-landscape{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.c-modal .u-push-1\/5\@tablet-landscape{margin-left:20%}.c-modal .u-pull-1\/5\@tablet-landscape{margin-right:20%}.c-modal .u-2\/5\@tablet-landscape{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.c-modal .u-push-2\/5\@tablet-landscape{margin-left:40%}.c-modal .u-pull-2\/5\@tablet-landscape{margin-right:40%}.c-modal .u-3\/5\@tablet-landscape{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.c-modal .u-push-3\/5\@tablet-landscape{margin-left:60%}.c-modal .u-pull-3\/5\@tablet-landscape{margin-right:60%}.c-modal .u-4\/5\@tablet-landscape{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.c-modal .u-push-4\/5\@tablet-landscape{margin-left:80%}.c-modal .u-pull-4\/5\@tablet-landscape{margin-right:80%}.c-modal .u-5\/5\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-5\/5\@tablet-landscape{margin-left:100%}.c-modal .u-pull-5\/5\@tablet-landscape{margin-right:100%}.c-modal .u-1\/6\@tablet-landscape{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.c-modal .u-push-1\/6\@tablet-landscape{margin-left:16.66667%}.c-modal .u-pull-1\/6\@tablet-landscape{margin-right:16.66667%}.c-modal .u-2\/6\@tablet-landscape{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-2\/6\@tablet-landscape{margin-left:33.33333%}.c-modal .u-pull-2\/6\@tablet-landscape{margin-right:33.33333%}.c-modal .u-3\/6\@tablet-landscape{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-3\/6\@tablet-landscape{margin-left:50%}.c-modal .u-pull-3\/6\@tablet-landscape{margin-right:50%}.c-modal .u-4\/6\@tablet-landscape{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-4\/6\@tablet-landscape{margin-left:66.66667%}.c-modal .u-pull-4\/6\@tablet-landscape{margin-right:66.66667%}.c-modal .u-5\/6\@tablet-landscape{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.c-modal .u-push-5\/6\@tablet-landscape{margin-left:83.33333%}.c-modal .u-pull-5\/6\@tablet-landscape{margin-right:83.33333%}.c-modal .u-6\/6\@tablet-landscape{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-6\/6\@tablet-landscape{margin-left:100%}.c-modal .u-pull-6\/6\@tablet-landscape{margin-right:100%}.c-modal .u-push-none\@tablet-landscape{margin-left:0}.c-modal .u-pull-none\@tablet-landscape{margin-right:0}.c-modal .u-push-auto\@tablet-landscape{margin-left:auto}.c-modal .u-width-auto\@tablet-landscape{-ms-flex:1 1;flex:1 1}.c-modal .u-width-shrink\@tablet-landscape{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media print, screen and (min-width: 75em){.c-modal .u-1\/1\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-1\/1\@desktop{margin-left:100%}.c-modal .u-pull-1\/1\@desktop{margin-right:100%}.c-modal .u-1\/2\@desktop{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-1\/2\@desktop{margin-left:50%}.c-modal .u-pull-1\/2\@desktop{margin-right:50%}.c-modal .u-2\/2\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-2\/2\@desktop{margin-left:100%}.c-modal .u-pull-2\/2\@desktop{margin-right:100%}.c-modal .u-1\/3\@desktop{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-1\/3\@desktop{margin-left:33.33333%}.c-modal .u-pull-1\/3\@desktop{margin-right:33.33333%}.c-modal .u-2\/3\@desktop{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-2\/3\@desktop{margin-left:66.66667%}.c-modal .u-pull-2\/3\@desktop{margin-right:66.66667%}.c-modal .u-3\/3\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-3\/3\@desktop{margin-left:100%}.c-modal .u-pull-3\/3\@desktop{margin-right:100%}.c-modal .u-1\/4\@desktop{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.c-modal .u-push-1\/4\@desktop{margin-left:25%}.c-modal .u-pull-1\/4\@desktop{margin-right:25%}.c-modal .u-2\/4\@desktop{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-2\/4\@desktop{margin-left:50%}.c-modal .u-pull-2\/4\@desktop{margin-right:50%}.c-modal .u-3\/4\@desktop{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.c-modal .u-push-3\/4\@desktop{margin-left:75%}.c-modal .u-pull-3\/4\@desktop{margin-right:75%}.c-modal .u-4\/4\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-4\/4\@desktop{margin-left:100%}.c-modal .u-pull-4\/4\@desktop{margin-right:100%}.c-modal .u-1\/5\@desktop{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.c-modal .u-push-1\/5\@desktop{margin-left:20%}.c-modal .u-pull-1\/5\@desktop{margin-right:20%}.c-modal .u-2\/5\@desktop{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.c-modal .u-push-2\/5\@desktop{margin-left:40%}.c-modal .u-pull-2\/5\@desktop{margin-right:40%}.c-modal .u-3\/5\@desktop{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.c-modal .u-push-3\/5\@desktop{margin-left:60%}.c-modal .u-pull-3\/5\@desktop{margin-right:60%}.c-modal .u-4\/5\@desktop{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.c-modal .u-push-4\/5\@desktop{margin-left:80%}.c-modal .u-pull-4\/5\@desktop{margin-right:80%}.c-modal .u-5\/5\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-5\/5\@desktop{margin-left:100%}.c-modal .u-pull-5\/5\@desktop{margin-right:100%}.c-modal .u-1\/6\@desktop{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.c-modal .u-push-1\/6\@desktop{margin-left:16.66667%}.c-modal .u-pull-1\/6\@desktop{margin-right:16.66667%}.c-modal .u-2\/6\@desktop{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-2\/6\@desktop{margin-left:33.33333%}.c-modal .u-pull-2\/6\@desktop{margin-right:33.33333%}.c-modal .u-3\/6\@desktop{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-3\/6\@desktop{margin-left:50%}.c-modal .u-pull-3\/6\@desktop{margin-right:50%}.c-modal .u-4\/6\@desktop{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-4\/6\@desktop{margin-left:66.66667%}.c-modal .u-pull-4\/6\@desktop{margin-right:66.66667%}.c-modal .u-5\/6\@desktop{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.c-modal .u-push-5\/6\@desktop{margin-left:83.33333%}.c-modal .u-pull-5\/6\@desktop{margin-right:83.33333%}.c-modal .u-6\/6\@desktop{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-6\/6\@desktop{margin-left:100%}.c-modal .u-pull-6\/6\@desktop{margin-right:100%}.c-modal .u-push-none\@desktop{margin-left:0}.c-modal .u-pull-none\@desktop{margin-right:0}.c-modal .u-push-auto\@desktop{margin-left:auto}.c-modal .u-width-auto\@desktop{-ms-flex:1 1;flex:1 1}.c-modal .u-width-shrink\@desktop{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media print, screen and (min-width: 90em){.c-modal .u-1\/1\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-1\/1\@desktop-large{margin-left:100%}.c-modal .u-pull-1\/1\@desktop-large{margin-right:100%}.c-modal .u-1\/2\@desktop-large{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-1\/2\@desktop-large{margin-left:50%}.c-modal .u-pull-1\/2\@desktop-large{margin-right:50%}.c-modal .u-2\/2\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-2\/2\@desktop-large{margin-left:100%}.c-modal .u-pull-2\/2\@desktop-large{margin-right:100%}.c-modal .u-1\/3\@desktop-large{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-1\/3\@desktop-large{margin-left:33.33333%}.c-modal .u-pull-1\/3\@desktop-large{margin-right:33.33333%}.c-modal .u-2\/3\@desktop-large{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-2\/3\@desktop-large{margin-left:66.66667%}.c-modal .u-pull-2\/3\@desktop-large{margin-right:66.66667%}.c-modal .u-3\/3\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-3\/3\@desktop-large{margin-left:100%}.c-modal .u-pull-3\/3\@desktop-large{margin-right:100%}.c-modal .u-1\/4\@desktop-large{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.c-modal .u-push-1\/4\@desktop-large{margin-left:25%}.c-modal .u-pull-1\/4\@desktop-large{margin-right:25%}.c-modal .u-2\/4\@desktop-large{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-2\/4\@desktop-large{margin-left:50%}.c-modal .u-pull-2\/4\@desktop-large{margin-right:50%}.c-modal .u-3\/4\@desktop-large{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.c-modal .u-push-3\/4\@desktop-large{margin-left:75%}.c-modal .u-pull-3\/4\@desktop-large{margin-right:75%}.c-modal .u-4\/4\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-4\/4\@desktop-large{margin-left:100%}.c-modal .u-pull-4\/4\@desktop-large{margin-right:100%}.c-modal .u-1\/5\@desktop-large{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.c-modal .u-push-1\/5\@desktop-large{margin-left:20%}.c-modal .u-pull-1\/5\@desktop-large{margin-right:20%}.c-modal .u-2\/5\@desktop-large{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.c-modal .u-push-2\/5\@desktop-large{margin-left:40%}.c-modal .u-pull-2\/5\@desktop-large{margin-right:40%}.c-modal .u-3\/5\@desktop-large{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.c-modal .u-push-3\/5\@desktop-large{margin-left:60%}.c-modal .u-pull-3\/5\@desktop-large{margin-right:60%}.c-modal .u-4\/5\@desktop-large{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.c-modal .u-push-4\/5\@desktop-large{margin-left:80%}.c-modal .u-pull-4\/5\@desktop-large{margin-right:80%}.c-modal .u-5\/5\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-5\/5\@desktop-large{margin-left:100%}.c-modal .u-pull-5\/5\@desktop-large{margin-right:100%}.c-modal .u-1\/6\@desktop-large{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.c-modal .u-push-1\/6\@desktop-large{margin-left:16.66667%}.c-modal .u-pull-1\/6\@desktop-large{margin-right:16.66667%}.c-modal .u-2\/6\@desktop-large{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.c-modal .u-push-2\/6\@desktop-large{margin-left:33.33333%}.c-modal .u-pull-2\/6\@desktop-large{margin-right:33.33333%}.c-modal .u-3\/6\@desktop-large{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.c-modal .u-push-3\/6\@desktop-large{margin-left:50%}.c-modal .u-pull-3\/6\@desktop-large{margin-right:50%}.c-modal .u-4\/6\@desktop-large{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.c-modal .u-push-4\/6\@desktop-large{margin-left:66.66667%}.c-modal .u-pull-4\/6\@desktop-large{margin-right:66.66667%}.c-modal .u-5\/6\@desktop-large{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.c-modal .u-push-5\/6\@desktop-large{margin-left:83.33333%}.c-modal .u-pull-5\/6\@desktop-large{margin-right:83.33333%}.c-modal .u-6\/6\@desktop-large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-modal .u-push-6\/6\@desktop-large{margin-left:100%}.c-modal .u-pull-6\/6\@desktop-large{margin-right:100%}.c-modal .u-push-none\@desktop-large{margin-left:0}.c-modal .u-pull-none\@desktop-large{margin-right:0}.c-modal .u-push-auto\@desktop-large{margin-left:auto}.c-modal .u-width-auto\@desktop-large{-ms-flex:1 1;flex:1 1}.c-modal .u-width-shrink\@desktop-large{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}.c-modal .c-button{-webkit-transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border-color 300ms ease-in-out;transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border-color 300ms ease-in-out;-ms-flex-align:center;align-items:center;background-color:transparent;color:inherit;border-radius:0;border-style:solid;border-width:2px;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-weight:400;padding:10px 22px;text-decoration:none;-webkit-box-shadow:none !important;box-shadow:none !important}.c-modal .c-button--small{padding:4px 10px}.c-modal .c-button--large{padding:16px 32px}.c-modal .c-button--primary{background-color:#AE0A46;border-color:#AE0A46;color:#fff}.c-modal .c-button--primary:not(.is-disabled):hover,.c-modal .c-button--primary:not(.is-disabled):focus,.c-modal .c-button--primary:not(.is-disabled).is-active{background-color:#6F062D;border-color:#6F062D;color:#fff}.c-modal .c-button--secondary{background-color:#fff;border-color:#5F5753;color:#AE0A46}.c-modal .c-button--secondary:not(.is-disabled):hover,.c-modal .c-button--secondary:not(.is-disabled):focus,.c-modal .c-button--secondary:not(.is-disabled).is-active{background-color:#5F5753;color:#fff}.c-modal .c-button--link{background-color:transparent;border-color:transparent;color:#AE0A46}.c-modal .c-button--link:not(.is-disabled):hover,.c-modal .c-button--link:not(.is-disabled):focus,.c-modal .c-button--link:not(.is-disabled).is-active{color:#6F062D}.c-modal .c-button--secondary-link{background-color:transparent;border-color:transparent;color:#5F5753}.c-modal .c-button--secondary-link:not(.is-disabled):hover,.c-modal .c-button--secondary-link:not(.is-disabled):focus,.c-modal .c-button--secondary-link:not(.is-disabled).is-active{color:#AE0A46}.c-modal .c-button--secondary-turquoise{background-color:#007996;border-color:#007996;color:#fff}.c-modal .c-button--secondary-turquoise:not(.is-disabled):hover,.c-modal .c-button--secondary-turquoise:not(.is-disabled):focus,.c-modal .c-button--secondary-turquoise:not(.is-disabled).is-active{background-color:#5F5753;border-color:#5F5753;color:#fff}.c-modal .c-button--secondary-link-turquoise{background-color:transparent;border-color:transparent;color:#007996}.c-modal .c-button--secondary-link-turquoise:not(.is-disabled):hover,.c-modal .c-button--secondary-link-turquoise:not(.is-disabled):focus,.c-modal .c-button--secondary-link-turquoise:not(.is-disabled).is-active{color:#AE0A46}.c-modal .c-button--inline-link{background-color:transparent;border:0;padding:0;color:#AE0A46;font-weight:100;text-align:left;white-space:normal}.c-modal .c-button--inline-link:not(.is-disabled):hover,.c-modal .c-button--inline-link:not(.is-disabled):focus,.c-modal .c-button--inline-link:not(.is-disabled).is-active{color:#6F062D}.c-modal .c-button--tertiary{background-color:transparent;border-color:transparent;color:#fff}.c-modal .c-button--tertiary:not(.is-disabled):hover,.c-modal .c-button--tertiary:not(.is-disabled):focus,.c-modal .c-button--tertiary:not(.is-disabled).is-active{color:rgba(255,255,255,0.7)}.c-modal .c-button--tertiary-link{background-color:transparent;border:0;padding:0;color:#F7F6F5;font-weight:100;text-align:left;white-space:normal}.c-modal .c-button--tertiary-link:not(.is-disabled):hover,.c-modal .c-button--tertiary-link:not(.is-disabled):focus,.c-modal .c-button--tertiary-link:not(.is-disabled).is-active{color:rgba(247,246,245,0.7)}.c-modal .c-button--subtle{background-color:transparent;border:0;color:#5F5753;padding:0;font-weight:100;text-align:left;white-space:normal}.c-modal .c-button--subtle:not(.is-disabled):hover,.c-modal .c-button--subtle:not(.is-disabled):focus,.c-modal .c-button--subtle:not(.is-disabled).is-active{color:#6F062D}.c-modal .c-button--notify{background-color:#5F5753;border-color:#5F5753;color:#fff}.c-modal .c-button--notify:not(.is-disabled):hover,.c-modal .c-button--notify:not(.is-disabled):focus,.c-modal .c-button--notify:not(.is-disabled).is-active{background-color:#6F062D;border-color:#6F062D;color:#fff}.c-modal .c-button--none{background-color:transparent;border:0;padding:0;font-weight:100;text-align:left;white-space:normal}.c-modal .c-button--none:not(.is-disabled):hover,.c-modal .c-button--none:not(.is-disabled):focus,.c-modal .c-button--none:not(.is-disabled).is-active{color:#6F062D}.c-modal .c-button--block{display:block;width:100%}.c-modal .c-button__icon{-webkit-transition:-webkit-transform 300ms ease-in-out;transition:-webkit-transform 300ms ease-in-out;transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out}.c-modal .c-button__icon--right{margin-left:12px}.c-modal .c-button__icon--left{margin-right:12px}.c-modal .c-button__icon--top{margin-bottom:6px}.c-modal .c-button__loading{margin-right:12px}.c-modal .c-button.is-disabled{cursor:not-allowed;opacity:.5}.c-modal .c-button-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.c-modal .c-button-group&gt;*+*{margin-left:12px}.c-modal .c-button-group--right{-ms-flex-pack:end;justify-content:flex-end}.c-modal .c-button-group--center{-ms-flex-pack:center;justify-content:center}.c-modal .c-icon{display:inline-block;height:24px;width:24px;vertical-align:bottom}.c-modal .c-icon&gt;*{fill:currentColor}.c-modal .c-icon--info{color:#007996}.c-modal .c-icon--warning{color:#FFC208}.c-modal .c-icon--error{color:#AF0E2E}.c-modal .c-icon--success{color:#406129}.c-modal .c-icon--ghost{color:#E6E6E5}.c-modal .c-icon--swap{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.c-modal .c-icon--small{height:18px;width:18px}.c-modal .c-icon--large{height:48px;width:48px}.c-modal .c-modal{-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;opacity:0;visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2011}@media print, screen and (max-width: 47.99em){.c-modal .c-modal{background-color:#F7F6F5}}@media print, screen and (min-width: 48em){.c-modal .c-modal{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,0.6)}}.c-modal .c-modal__container{background-color:#fff;position:relative;height:100%;overflow:auto}@media print, screen and (min-width: 48em){.c-modal .c-modal__container{height:auto;min-width:700px;max-width:100%}}.c-modal .c-modal__header{background-color:#fff;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid #CBC4C3;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:12px}.c-modal .c-modal__heading{font-size:1.625rem;line-height:1.38462;margin-bottom:0}@media print, screen and (min-width: 48em){.c-modal .c-modal__heading{font-size:1.75rem;line-height:1.28571}}@media print, screen and (min-width: 75em){.c-modal .c-modal__heading{font-size:1.875rem;line-height:1.2}}.c-modal .c-modal__close{margin:-12px -12px 0 0;padding:12px}.c-modal .c-modal__content{padding:12px}.c-modal .c-modal__content&gt;:last-child{margin-bottom:0}.c-modal .c-modal__footer{padding:12px}@media print, screen and (min-width: 48em){.c-modal .c-modal.c-modal--medium .c-modal__container{width:775px;max-width:100%}.c-modal .c-modal.c-modal--large .c-modal__container{width:90%;max-width:90%}}.c-modal .c-modal.is-open{opacity:1;visibility:visible}.c-modal .c-default-account-modal .error-message{border:none;padding:0;margin-bottom:12px}.c-modal .c-default-account-modal .c-header-account-menu__search .c-input{border:1px solid #cbc4c3}.c-modal .c-default-account-modal .c-header-account-menu__results .c-header-account-menu__item{margin-top:6px}.c-modal .c-default-account-modal .c-header-account-menu__results .c-header-account-menu__item button{line-height:30px;color:#5F5753}.c-modal .c-default-account-modal .c-header-account-menu__results .c-header-account-menu__item button:hover{background:#E6E6E5;color:#5F5753;cursor:pointer}.c-modal .c-default-account-modal .c-header-account-menu__results&gt;.c-header-account-menu__btn{margin-top:12px}.c-modal{font-size:1rem;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:24px}.c-modal body,.c-modal div,.c-modal span,.c-modal object,.c-modal iframe,.c-modal p,.c-modal blockquote,.c-modal pre,.c-modal abbr,.c-modal address,.c-modal code,.c-modal del,.c-modal dfn,.c-modal em,.c-modal img,.c-modal q,.c-modal dl,.c-modal dt,.c-modal dd,.c-modal ol,.c-modal ul,.c-modal li,.c-modal fieldset,.c-modal form,.c-modal label,.c-modal legend,.c-modal table,.c-modal caption,.c-modal tbody,.c-modal tfoot,.c-modal thead,.c-modal tr,.c-modal th,.c-modal td,.c-modal article,.c-modal aside,.c-modal dialog,.c-modal figure,.c-modal footer,.c-modal header,.c-modal hgroup,.c-modal nav,.c-modal section{font-size:inherit}.c-modal button{letter-spacing:0}.c-modal ::-webkit-input-placeholder{letter-spacing:0}.c-modal ::-moz-placeholder{letter-spacing:0}.c-modal :-ms-input-placeholder{letter-spacing:0}.c-modal :-moz-placeholder{letter-spacing:0}.c-modal button:focus,.c-modal button:hover{background-color:unset}.c-modal button:active{-webkit-box-shadow:none;box-shadow:none}.c-modal button.disabled:hover,.c-modal button.disabled:focus,.c-modal button[disabled]:hover,.c-modal button[disabled]:focus,.c-modal .button.disabled:hover,.c-modal .button.disabled:focus,.c-modal .button[disabled]:hover,.c-modal .button[disabled]:focus{color:inherit}.c-modal ol,.c-modal ul,.c-modal li{line-height:24px}.c-modal form{margin-bottom:0}.c-modal input[type=search]{-webkit-box-sizing:inherit !important;box-sizing:inherit !important;height:auto}.c-modal select{display:inherit;width:inherit}.c-modal h2 a{margin-left:0}.c-modal a,.c-modal button,.c-modal [tabindex]{outline-color:#95CFEE !important}.c-modal a:focus{outline-width:2px}.c-modal .c-logo--its{height:40px !important;width:138px !important}.c-insight-news{position:relative;overflow:hidden;padding-top:70%}.c-insight-news__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}body{height:auto}.c-header-mega-menu__submenu.is-open .c-header-nav__favorites-preferences-icon{display:none}.c-pcm-modal{background-image:-webkit-gradient(linear, left top, right top, from(#AE0A46), color-stop(25%, #A80B6E), color-stop(75%, #582873));background-image:linear-gradient(to right, #AE0A46, #A80B6E 25%, #582873 75%)}.c-pcm-modal .c-pcm-text{color:#fff;font-weight:400}.c-alert-ribbon.secondary-nav{margin-top:45px}.c-alert-ribbon.secondary-nav-black{margin-top:31px}@media print, screen and (min-width: 75em){.guest-checkout-flow{padding-bottom:54px;height:54px;background-color:#F7F6F5}}

/*# sourceMappingURL=main.css.map*/</pre></body></html>