@charset "UTF-8";
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/google/Inter/400-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(/fonts/google/Inter/400-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/google/Inter/600-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/google/Inter/600-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.c-alert {
  align-items: center;
  display: flex;
  font-size: 14px;
  border-radius: 8px;
  padding: 12px;
}

.c-alert__icon {
  margin-right: 5px;
}
.c-alert__icon .c-icon {
  display: flex;
}

.c-alert--violet {
  background: #EFEAFD;
}

.c-icon {
  flex-shrink: 0;
}
.c-icon svg {
  vertical-align: top;
}

.c-icon--mono-black {
  color: #373941;
}

.c-icon--mono-dark {
  color: #717484;
}

.c-icon--mono-medium {
  color: #ACAEB9;
}

.c-icon--mono-light {
  color: #DEDFE3;
}

.c-icon--mono-white {
  color: #FFFFFF;
}

.c-icon--brand-primary {
  color: #00A287;
}

.c-icon--violet-dark {
  color: #5B29E7;
}

.c-icon--brand-secondary {
  color: #FF5B65;
}

.c-icon--brand-secondary-dark {
  color: #F63641;
}

.c-icon--yellow-dark {
  color: #F6A300;
}

.c-icon--green {
  color: #00A287;
}

.c-icon--light-blue {
  color: #2C7BF2;
}

.c-icon--accent-green .capacity-icon-accent {
  color: #00A287;
}

.c-icon--fixed-width > svg {
  width: 100%;
}

.c-icon--fixed-height > svg {
  height: 100%;
}

.c-icon--inline {
  display: inline;
}

.c-icon--flex {
  display: flex;
}

.c-button {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
}
.c-button:hover, .c-button:active, .c-button:focus {
  text-decoration: none;
}

.c-button--small {
  padding: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 12px;
}

.c-button--medium {
  padding: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
}

.c-button--large {
  padding: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 16px;
}

.c-button--default {
  background-color: #F7F7F8;
}
.c-button--default, .c-button--default:hover, .c-button--default:active, .c-button--default:focus {
  color: #373941;
}
.c-button--default:hover, .c-button--default:active {
  background-color: #F1F2F3;
}

.c-button--primary {
  background-color: #FF5B65;
}

.c-button--secondary {
  background-color: #00A287;
}

.c-button--primary, .c-button--primary:hover, .c-button--primary:active, .c-button--primary:focus,
.c-button--secondary,
.c-button--secondary:hover,
.c-button--secondary:active,
.c-button--secondary:focus {
  color: #FFFFFF;
}

.c-button--legacy-white {
  box-shadow: 0 1px 2px rgba(55, 57, 65, 0.04), 0 2px 4px rgba(55, 57, 65, 0.04), 0 4px 8px rgba(55, 57, 65, 0.04);
  background-color: #FFFFFF;
}
.c-button--legacy-white, .c-button--legacy-white:hover, .c-button--legacy-white:active, .c-button--legacy-white:focus {
  color: #373941;
}
.c-button--legacy-white:hover {
  background-color: #F7F7F8;
}

.c-button--block {
  display: block;
}

.c-button--flex {
  display: flex;
}

.c-label {
  color: #373941;
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
}

.c-label--brand, .c-label--success {
  background-color: #CCECE7;
}

.c-label--default {
  background-color: #F1F2F3;
}

.c-rating {
  display: flex;
  align-items: center;
}
.c-rating svg {
  vertical-align: top;
}

.c-rating--large svg {
  width: 87.75px;
  height: 17.55px;
}

.c-rating--xlarge svg {
  width: 97.5px;
  height: 19.5px;
}

.c-pill {
  color: #373941;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 600;
  background-color: #F1F2F3;
  padding: 2px 8px;
  border-radius: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.c-pill svg {
  position: absolute;
  right: 8px;
  transform: translate(0px, 0px);
  width: 16px;
  height: 16px;
  min-width: 16px;
}

.c-pill--removable {
  padding-right: 24px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-select-field {
  position: relative;
}

.ds-select-field__icon {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 12px;
  z-index: 2;
}
.ds-select-field__icon ~ .ds-select-field__select {
  padding-left: 41px;
}

.ds-select-field__arrow {
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 2;
}
.ds-select-field__arrow ~ .ds-select-field__select {
  padding-right: 40px;
}

.ds-select-field__select {
  background: #fff;
  background-image: none !important;
  box-sizing: border-box;
  border: 1px solid #ACAEB9;
  border-radius: 6px;
  color: #373941;
  font-size: 14px;
  height: 40px;
  line-height: 1.4;
  padding: 10px 16px;
  transition: all 0.3s;
  transition-property: box-shadow, border-color;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ds-select-field__select::-moz-placeholder {
  color: #717484;
}
.ds-select-field__select::placeholder {
  color: #717484;
}
.ds-select-field__select:hover {
  border-color: #717484;
}
.ds-select-field__select:focus {
  border-color: #2C7BF2;
  box-shadow: 0 0 0 3px rgba(44, 123, 242, 0.5);
  outline: none;
}
.ds-select-field__select:disabled {
  background: #F7F7F8;
  border-color: #CDCFD5;
  color: #ACAEB9;
}
.ds-select-field__select[aria-invalid=true] {
  border-color: #FF5B65;
}
.ds-select-field__select[aria-invalid=true]:focus {
  box-shadow: 0 0 0 3px rgba(255, 91, 101, 0.5);
}
.ds-select-field__select option:disabled {
  color: #ACAEB9;
}

.ds-select-field__select--placeholder {
  color: #717484;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-accordion .ds-accordion__trigger {
  background: none;
  border: none;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 20px 4px 20px 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1.5;
  color: #373941;
}
@media (hover: hover) {
  .ds-accordion .ds-accordion__trigger:hover {
    background-color: #F7F7F8;
  }
}
.ds-accordion .ds-accordion__trigger .c-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.ds-accordion .ds-accordion__content {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #373941;
  display: grid;
  overflow: hidden;
  transition: all 0.3s;
  grid-template-rows: 0fr;
  opacity: 0;
  border-bottom: 1px solid #F1F2F3;
}
.ds-accordion .ds-accordion__content .ds-accordion__content-link {
  font-weight: 600;
  margin-top: 16px;
}
.ds-accordion .ds-accordion__content > div > div {
  padding: 8px 0 20px 12px;
}
.ds-accordion .ds-accordion__content > div {
  overflow: hidden;
}
@media (hover: none) {
  .ds-accordion--open .ds-accordion__trigger {
    background-color: #F7F7F8;
  }
}
.ds-accordion--open .ds-accordion__content {
  grid-template-rows: 1fr;
  opacity: 1;
}
.ds-accordion--open .c-icon {
  transform: rotate(180deg);
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.text-ai-gradient {
  background: linear-gradient(94deg, #9916EB 0%, #671EEE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-button--is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.ds-button--is-loading::after {
  animation: loading-spin 1s infinite;
  background: center center no-repeat;
  background-size: cover;
  border: 0.15em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 14px;
  left: calc(50% - 7px);
  position: absolute;
  width: 14px;
  top: calc(50% - 7px);
}

@keyframes loading-spin {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ds-button {
  border-radius: 6px;
  border: 1px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: initial;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s;
  transition-property: background-color, color, border-color;
}
.ds-button:focus-visible {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px rgba(44, 123, 242, 0.5);
  position: relative;
  z-index: 1;
  outline: none;
}
.ds-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ds-button:hover, .ds-button:focus {
  text-decoration: none;
}

.ds-button--small {
  font-size: 12px;
  height: 32px;
  padding: 8px 12px;
}

.ds-button--large {
  font-size: 16px;
  padding: 16px 24px;
}

@media screen and (min-width: 1280px) {
  .md\:ds-button--large {
    font-size: 16px;
    padding: 16px 24px;
  }
}

.ds-button--full-width {
  width: 100%;
}

.ds-button--green {
  background: #00A287;
  color: #FFFFFF;
}
.ds-button--green:hover {
  color: #FFFFFF;
  background: #00BC9C;
}
.ds-button--green:active {
  color: #FFFFFF;
  background: #057D69;
}
.ds-button--green:focus {
  color: #FFFFFF;
}
.ds-button--green.ds-button--is-loading::after {
  color: #FFFFFF;
}

.ds-button--red {
  background: #FF5B65;
  color: #FFFFFF;
}
.ds-button--red:hover {
  color: #FFFFFF;
  background: #FF848B;
}
.ds-button--red:active {
  color: #FFFFFF;
  background: #F63641;
}
.ds-button--red:focus {
  color: #FFFFFF;
}
.ds-button--red.ds-button--is-loading::after {
  color: #FFFFFF;
}

.ds-button--inverse {
  background: #FFFFFF;
  color: #00A287;
}
.ds-button--inverse:hover {
  background: #F7F7F8;
}
.ds-button--inverse:active {
  background: #F1F2F3;
}
.ds-button--inverse.ds-button--is-loading::after {
  color: #00A287;
}

.ds-button--icon {
  background: #FFFFFF;
}
.ds-button--icon:hover {
  background: #F7F7F8;
}
.ds-button--icon:active {
  background: #F1F2F3;
}

.ds-button--white {
  background-color: #FFFFFF;
  border-color: #ACAEB9;
  color: #373941;
}
.ds-button--white:hover {
  background-color: #F7F7F8;
  border-color: #ACAEB9;
  color: #373941;
}
.ds-button--white:active {
  background-color: #F7F7F8;
  border-color: #ACAEB9;
}
.ds-button--white:focus {
  color: #373941;
}
.ds-button--white.ds-button--is-loading::after {
  color: #373941;
}

.ds-button--is-loading {
  color: transparent !important;
}

.ds-button--reduced-paddings {
  padding: 16px;
}

.ds-button--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-button--text {
  background: transparent;
  color: #00A287;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.ds-button--text:hover {
  color: #057D69;
  text-decoration: underline;
}
.ds-button--text:active {
  color: #057D69;
}
.ds-button--text:disabled {
  color: #717484;
  text-decoration: none;
}
.ds-button--text.ds-button--is-loading::after {
  color: #00A287;
}
.ds-button--text.ds-button--small {
  height: auto;
  padding: 0;
}
.ds-button--text.ds-button--large {
  padding: 0;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-bottom: 0;
}
.ds-checkbox:hover .ds-checkbox-indicator {
  border-color: #717484;
}
.ds-checkbox:active .ds-checkbox-indicator {
  background: #F7F7F8;
}

.ds-checkbox--large .ds-checkbox-indicator {
  height: 24px;
  width: 24px;
}

.ds-checkbox-indicator {
  align-items: center;
  border: 1px solid #ACAEB9;
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  height: 18px;
  justify-content: center;
  position: relative;
  width: 18px;
  background: #ffffff;
}

.ds-checkbox-input[aria-invalid=true] + .ds-checkbox-indicator {
  border-color: #FF5B65;
}
.ds-checkbox-input[aria-invalid=true] + .ds-checkbox-indicator:focus {
  box-shadow: 0 0 0 3px rgba(255, 91, 101, 0.5);
}

.ds-checkbox:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #00BC9C;
  border-color: #00BC9C;
}

.ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #00A287;
  border-color: #00A287;
}

.ds-checkbox--align-top {
  align-items: flex-start;
}
.ds-checkbox--align-top .ds-checkbox-indicator {
  margin-top: 2px;
}

.ds-checkbox--disabled:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator,
.ds-checkbox--disabled .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #9EDBD2;
  border-color: #9EDBD2;
}

.ds-checkbox-input:focus ~ .ds-checkbox-indicator {
  box-shadow: 0 0 0 3px rgba(44, 123, 242, 0.5);
}

.ds-checkbox-input:global(.ds-focus) ~ .ds-checkbox-indicator {
  box-shadow: 0 0 0 3px rgba(44, 123, 242, 0.5);
}

.ds-checkbox--large .ds-checkbox-input:checked ~ .ds-checkbox-indicator:after {
  width: 12px;
  height: 10px;
  font-size: 18px;
}

.ds-checkbox-input:checked ~ .ds-checkbox-indicator:after {
  color: #FFFFFF;
  content: " ";
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="10" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.91006 5.49585L1.7071 3.29291C1.31658 2.90239 0.683416 2.90239 0.292893 3.29291C-0.0976309 3.68343 -0.0976309 4.3166 0.292893 4.70712L3.29288 7.70709C3.7168 8.13102 4.4159 8.08922 4.7863 7.61781L9.78628 1.61786C10.1275 1.18359 10.0521 0.554936 9.61778 0.213723C9.18351 -0.127489 8.55486 -0.0520504 8.21364 0.38222L3.91006 5.49585Z" fill="white"/></svg>');
  background-size: cover;
  width: 12px;
  height: 10px;
  position: absolute;
}

.ds-checkbox-input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.ds-checkbox-text {
  font-weight: normal;
  font-size: 14px;
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  .ds-checkbox--large-on-mobile .ds-checkbox-input:checked ~ .ds-checkbox-indicator:after {
    width: 12px;
    height: 10px;
  }
  .ds-checkbox--large-on-mobile .ds-checkbox-indicator {
    height: 24px;
    width: 24px;
  }
}
/* Custom checkbox color modifiers */
.ds-checkbox--red:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FF848B;
  border-color: #FF848B;
}
.ds-checkbox--red .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FF5B65;
  border-color: #FF5B65;
}
.ds-checkbox--red.ds-checkbox--disabled:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator, .ds-checkbox--red.ds-checkbox--disabled .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FFC2C6;
  border-color: #FFC2C6;
}

.ds-checkbox--orange:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FF9B66;
  border-color: #FF9B66;
}
.ds-checkbox--orange .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FF7A3D;
  border-color: #FF7A3D;
}
.ds-checkbox--orange.ds-checkbox--disabled:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator, .ds-checkbox--orange.ds-checkbox--disabled .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FFBF99;
  border-color: #FFBF99;
}

.ds-checkbox--blue:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #5293F4;
  border-color: #5293F4;
}
.ds-checkbox--blue .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #2C7BF2;
  border-color: #2C7BF2;
}
.ds-checkbox--blue.ds-checkbox--disabled:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator, .ds-checkbox--blue.ds-checkbox--disabled .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #C2DAFF;
  border-color: #C2DAFF;
}

.ds-checkbox--teal:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #4CC8E6;
  border-color: #4CC8E6;
}
.ds-checkbox--teal .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #1AB4DD;
  border-color: #1AB4DD;
}
.ds-checkbox--teal.ds-checkbox--disabled:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator, .ds-checkbox--teal.ds-checkbox--disabled .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #99DEF0;
  border-color: #99DEF0;
}

.ds-checkbox--grey:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #CDCFD5;
  border-color: #CDCFD5;
}
.ds-checkbox--grey .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #ACAEB9;
  border-color: #ACAEB9;
}
.ds-checkbox--grey.ds-checkbox--disabled:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator, .ds-checkbox--grey.ds-checkbox--disabled .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #CDCFD5;
  border-color: #CDCFD5;
}

.ds-checkbox--yellow:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FFB729;
  border-color: #FFB729;
}
.ds-checkbox--yellow .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #F6A300;
  border-color: #F6A300;
}
.ds-checkbox--yellow.ds-checkbox--disabled:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator, .ds-checkbox--yellow.ds-checkbox--disabled .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FFD685;
  border-color: #FFD685;
}

.ds-checkbox--white:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FFFFFF;
  border-color: #373941;
}
.ds-checkbox--white .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #FFFFFF;
  border-color: #373941;
}
.ds-checkbox--white .ds-checkbox-input:checked ~ .ds-checkbox-indicator:after {
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='10' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.91006 5.49585L1.7071 3.29291C1.31658 2.90239 0.683416 2.90239 0.292893 3.29291C-0.0976309 3.68343 -0.0976309 4.3166 0.292893 4.70712L3.29288 7.70709C3.7168 8.13102 4.4159 8.08922 4.7863 7.61781L9.78628 1.61786C10.1275 1.18359 10.0521 0.554936 9.61778 0.213723C9.18351 -0.127489 8.55486 -0.0520504 8.21364 0.38222L3.91006 5.49585Z' fill='%23373941'/></svg>");
}
.ds-checkbox--white.ds-checkbox--disabled:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator, .ds-checkbox--white.ds-checkbox--disabled .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #F7F7F8;
  border-color: #CDCFD5;
}

.ds-checkbox--black:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #555763;
  border-color: #555763;
}
.ds-checkbox--black .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #373941;
  border-color: #373941;
}
.ds-checkbox--black.ds-checkbox--disabled:hover .ds-checkbox-input:checked ~ .ds-checkbox-indicator, .ds-checkbox--black.ds-checkbox--disabled .ds-checkbox-input:checked ~ .ds-checkbox-indicator {
  background: #717484;
  border-color: #717484;
}

.ds-focus.ds-focus {
  box-shadow: 0 0 0 3px rgba(44, 123, 242, 0.5) !important;
  outline: none;
  z-index: 1;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loading-spin {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideFromRight {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes rotate360degrees {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shine {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: -200% 0;
  }
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-header {
  height: 64px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DEDFE3;
  z-index: 5000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ds-header {
    height: 56px;
  }
}

.ds-header--absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border: none;
}

.ds-header--fixed {
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  top: 0;
}

.ds-header__content {
  padding: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  max-width: 1230px;
}
.ds-header__content a {
  transition: color 100ms ease-out;
}
.ds-header__content .ds-header__navbar__nav__link__icon {
  transition: background-color 100ms ease-out;
}
@media screen and (min-width: 1680px) {
  .ds-header__content {
    max-width: 1580px;
  }
}

.ds-header__content--small {
  max-width: 1177px;
}

.ds-header__content--small-up {
  max-width: 1240px;
}

.ds-header__content--full-width {
  max-width: initial;
}

.ds-header__content--hide-nav .ds-header__navbar {
  display: none;
}

.ds-header__content--hide-logo .ds-header__logo {
  display: none;
}

.ds-header__logo svg {
  color: #555763;
  width: 152px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .ds-header--white {
    background-color: transparent;
  }
  .ds-header--white .ds-header__logo svg,
  .ds-header--white .ds-header__navbar__avatar {
    color: #FFFFFF;
  }
  .ds-header--white .ds-header__navbar__avatar__handler {
    background: #FFFFFF;
  }
  .ds-header--white .ds-header__navbar__avatar:hover {
    color: #DEDFE3;
  }
  .ds-header--white .ds-header__navbar__avatar:hover .ds-header__navbar__avatar__handler {
    background: #DEDFE3;
  }
  .ds-header--white .ds-header__navbar__main-nav a {
    color: #FFFFFF;
  }
  .ds-header--white .ds-header__navbar__main-nav .ds-header__navbar__nav__link__icon {
    background: #FFF;
  }
  .ds-header--white .ds-header__navbar__main-nav a:focus,
  .ds-header--white .ds-header__navbar__main-nav a:active,
  .ds-header--white .ds-header__navbar__main-nav a:hover {
    color: #DEDFE3;
    text-decoration: none;
  }
  .ds-header--white .ds-header__navbar__main-nav a:focus .ds-header__navbar__nav__link__icon,
  .ds-header--white .ds-header__navbar__main-nav a:active .ds-header__navbar__nav__link__icon,
  .ds-header--white .ds-header__navbar__main-nav a:hover .ds-header__navbar__nav__link__icon {
    background: #DEDFE3;
  }
  .ds-header--white .ds-header__navbar__main-nav a:focus .ds-header__navbar__nav__link__pill,
  .ds-header--white .ds-header__navbar__main-nav a:active .ds-header__navbar__nav__link__pill,
  .ds-header--white .ds-header__navbar__main-nav a:hover .ds-header__navbar__nav__link__pill {
    color: initial;
  }
  .ds-header--white .ds-header__navbar__nav__link__pill {
    color: #373941;
  }
}

@media screen and (min-width: 768px) {
  .ds-header--no-border {
    border-bottom: none;
  }
}

#navbar__enquiries .ds-header__navbar__nav__link__pill {
  background-color: #FF5B65;
  color: #FFFFFF;
}

.ds-header__main {
  height: 100%;
  display: flex;
}

.ds-header__logo {
  display: block;
  padding: 0 16px;
}

.ds-header__navbar {
  display: flex;
  font-size: 14px;
}

.ds-header__navbar__main-nav {
  display: flex;
  align-items: center;
}
.ds-header__navbar__main-nav ul {
  display: flex;
  height: 100%;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ds-header__navbar__main-nav ul a:focus,
.ds-header__navbar__main-nav ul a:active,
.ds-header__navbar__main-nav ul a:hover {
  color: #00A287;
  text-decoration: none;
}
.ds-header__navbar__main-nav ul a:focus .ds-header__navbar__nav__link__icon,
.ds-header__navbar__main-nav ul a:active .ds-header__navbar__nav__link__icon,
.ds-header__navbar__main-nav ul a:hover .ds-header__navbar__nav__link__icon {
  background: #00A287;
}
.ds-header__navbar__main-nav ul a:focus .ds-header__navbar__nav__link__pill,
.ds-header__navbar__main-nav ul a:active .ds-header__navbar__nav__link__pill,
.ds-header__navbar__main-nav ul a:hover .ds-header__navbar__nav__link__pill {
  color: #373941;
}
.ds-header__navbar__main-nav li,
.ds-header__navbar__main-nav a {
  height: 100%;
}
.ds-header__navbar__main-nav li a {
  white-space: nowrap;
  padding: 0 16px;
}

.ds-header__navbar__divider {
  display: none;
  width: 2px;
  height: 24px;
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DEDFE3;
  margin: 0 8px;
}
.vc-navigation .ds-header__navbar__divider {
  margin: 0 8px 0 16px;
}
@media screen and (min-width: 769px) {
  .ds-header__navbar__divider {
    display: flex;
  }
}

.ds-header__navbar__avatar-wrapper {
  display: flex;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .ds-header__navbar__avatar-wrapper {
    position: relative;
  }
}

.ds-header__navbar__avatar {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 16px;
  height: 100%;
}
.vc-navigation .ds-header__navbar__avatar {
  padding-right: 0;
  animation: fadeIn 0.1s ease;
}
.ds-header__navbar__avatar:hover {
  color: #00A287;
  text-decoration: none;
  outline: none;
}
.ds-header__navbar__avatar:hover .ds-header__navbar__avatar__handler {
  background: #00A287;
}
.ds-header__navbar__avatar--open-start .ds-header__navbar__avatar__dropdown {
  display: block;
  opacity: 0.3;
  transition: all 300ms ease-out;
  transition-property: max-height, opacity;
  overflow-y: auto;
}
.ds-header__navbar__avatar--open-animating .ds-header__navbar__avatar__dropdown {
  overflow-y: hidden;
}
.ds-header__navbar__avatar--open .ds-header__navbar__avatar__handler {
  transform: rotate(180deg);
}
.ds-header__navbar__avatar--open .ds-header__navbar__avatar__dropdown {
  opacity: 1;
}

.ds-header__navbar__avatar__toggle {
  display: none;
  padding: 0;
  border: 0;
  height: 32px;
  width: 32px;
  color: #373941;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ds-header__navbar__avatar__toggle:hover, .ds-header__navbar__avatar__toggle:focus, .ds-header__navbar__avatar__toggle:active {
  outline: none;
}
.ds-header__navbar__avatar--guest .ds-header__navbar__avatar__toggle {
  display: flex;
}
@media screen and (min-width: 769px) {
  .ds-header__navbar__avatar--guest .ds-header__navbar__avatar__toggle {
    display: none;
  }
}
.ds-header__navbar__avatar__toggle--open, .ds-header__navbar__avatar__toggle--close {
  width: 20px;
  height: 20px;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  background-color: #373941;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ds-header__navbar__avatar__toggle--open {
  mask-image: url("/build/icons/24/bold/general/menu-05.svg");
  -webkit-mask-image: url("/build/icons/24/bold/general/menu-05.svg");
}
.ds-header__navbar__avatar--open .ds-header__navbar__avatar__toggle--open {
  display: none;
}
.ds-header__navbar__avatar__toggle--close {
  display: none;
  mask-image: url("/build/icons/24/bold/general/x-close.svg");
  -webkit-mask-image: url("/build/icons/24/bold/general/x-close.svg");
}
.ds-header__navbar__avatar--open .ds-header__navbar__avatar__toggle--close {
  display: block;
}

.ds-header__navbar__avatar__btn_img,
.ds-header__navbar__avatar__img {
  padding: 0;
  border: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #E5F6F3;
  color: #034F42;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ds-header__navbar__avatar--guest .ds-header__navbar__avatar__btn_img,
.ds-header__navbar__avatar--guest .ds-header__navbar__avatar__img {
  display: none;
}
.vc-navigation .ds-header__navbar__avatar__btn_img,
.vc-navigation .ds-header__navbar__avatar__img {
  background-color: white;
}
.ds-header__navbar__avatar__btn_img img,
.ds-header__navbar__avatar__img img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.ds-header__navbar__avatar__btn_img:hover, .ds-header__navbar__avatar__btn_img:focus, .ds-header__navbar__avatar__btn_img:active,
.ds-header__navbar__avatar__img:hover,
.ds-header__navbar__avatar__img:focus,
.ds-header__navbar__avatar__img:active {
  outline: none;
}

.ds-header__navbar__avatar__btn_img--dotVisible:after {
  content: "\a";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FF5B65;
  border: 1px solid white;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 20px;
}

.ds-header__navbar__avatar__handler {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  mask-image: url("/build/icons/24/bold/arrows/chevron-down.svg");
  -webkit-mask-image: url("/build/icons/24/bold/arrows/chevron-down.svg");
  background: #373941;
}

.ds-header__navbar__avatar__name {
  padding: 0 4px 0 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .ds-header__navbar__avatar__name {
    display: none;
  }
}

.ds-header__navbar__avatar__dropdown {
  position: absolute;
  display: none;
  top: 56px;
  cursor: initial;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50000;
  font-size: 14px;
  background-color: #FFFFFF;
  overflow-y: auto;
  box-shadow: 0 0 1px 1px rgba(37, 39, 44, 0.12), 0 8px 8px rgba(37, 39, 44, 0.06);
}
@media screen and (min-width: 768px) {
  .ds-header__navbar__avatar__dropdown {
    left: auto;
    bottom: auto;
    right: 16px;
    top: 60px;
    box-shadow: 0 0 1px 1px rgba(37, 39, 44, 0.12), 0 8px 8px rgba(37, 39, 44, 0.06);
    width: 213px;
    padding: 8px 0;
    border-radius: 6px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.ds-header__navbar__avatar__dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ds-header__navbar__avatar__dropdown ul {
    padding: 8px 0;
  }
}
.ds-header__navbar__avatar__dropdown li a {
  padding: 10px 28px;
}
@media screen and (min-width: 768px) {
  .ds-header__navbar__avatar__dropdown li a {
    height: 44px;
    padding: 12px 16px;
  }
}
.ds-header__navbar__avatar__dropdown li a:active,
.ds-header__navbar__avatar__dropdown li a:focus,
.ds-header__navbar__avatar__dropdown li a:hover {
  background-color: #F1F2F3;
  color: #373941;
  text-decoration: none;
}
.ds-header__navbar__avatar__dropdown li:hover {
  background-color: #F1F2F3;
}
.ds-header__navbar__avatar__dropdown .ds-header__navbar__nav__link-separator {
  height: 1px;
  margin: 8px 0;
  padding: 0;
  width: 100%;
  background-color: #DEDFE3;
}
.ds-header__navbar__avatar__dropdown .ds-header__navbar__nav__section-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #373941;
  text-align: left;
  padding: 12px 16px;
}
@media screen and (min-width: 768px) {
  .ds-header__navbar__avatar__dropdown .ds-header__navbar__nav__section-title {
    display: none;
  }
}
.ds-header__navbar__avatar__dropdown .ds-header__navbar__nav__section-title:hover {
  background-color: white;
}

.ds-header__navbar__nav__link {
  color: #555763;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .ds-header__navbar__nav__link {
    color: #373941;
  }
}
@media (min-width: 768px) {
  .ds-header__navbar__nav__link--mobile-only {
    display: none;
    visibility: hidden;
  }
}
.ds-header__navbar__nav__link--desktop-only {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  .ds-header__navbar__nav__link--desktop-only {
    display: flex;
    visibility: visible;
  }
}

.ds-header__navbar__nav__link--bold {
  font-weight: 600;
}

.ds-header__navbar__nav__link--new .ds-header__navbar__nav__link__left_wrapper:after {
  content: "New";
  margin-left: 8px;
  padding: 2px 8px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5B65;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
}

.ds-header__navbar__nav__link__left_wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.ds-header__navbar__nav__link__icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #717484;
  mask-size: 100%;
  -webkit-mask-size: 100%;
}
.ds-header__navbar__nav__link__icon--small {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .ds-header__navbar__nav__link__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-color: #717484;
  }
}
.ds-header__navbar__nav__link__icon--notification {
  mask-image: url("/build/icons/24/line/alerts-feedback/bell-01.svg");
  -webkit-mask-image: url("/build/icons/24/line/alerts-feedback/bell-01.svg");
}
.ds-header__navbar__nav__link__icon--calendar {
  mask-image: url("/build/icons/24/line/time/calendar.svg");
  -webkit-mask-image: url("/build/icons/24/line/time/calendar.svg");
}
.ds-header__navbar__nav__link__icon--people {
  mask-image: url("/build/icons/24/line/users/users-03.svg");
  -webkit-mask-image: url("/build/icons/24/line/users/users-03.svg");
}
.ds-header__navbar__nav__link__icon--venue {
  mask-image: url("/build/icons/24/line/general/home-02.svg");
  -webkit-mask-image: url("/build/icons/24/line/general/home-02.svg");
}
.ds-header__navbar__nav__link__icon--creditCard {
  mask-image: url("/build/icons/24/line/finance-ecommerce/credit-card-01.svg");
  -webkit-mask-image: url("/build/icons/24/line/finance-ecommerce/credit-card-01.svg");
}
.ds-header__navbar__nav__link__icon--supervenue {
  mask-image: url("/build/icons/24/supervenue.svg");
  -webkit-mask-image: url("/build/icons/24/supervenue.svg");
}
.ds-header__navbar__nav__link__icon--starEmpty {
  mask-image: url("/build/icons/24/line/shapes/star-empty.svg");
  -webkit-mask-image: url("/build/icons/24/line/shapes/star-empty.svg");
}
.ds-header__navbar__nav__link__icon--barChart {
  mask-image: url("/build/icons/24/line/charts/bar-chart-10.svg");
  -webkit-mask-image: url("/build/icons/24/line/charts/bar-chart-10.svg");
}
.ds-header__navbar__nav__link__icon--lightbulb {
  mask-image: url("/build/icons/24/line/media-devices/lightbulb-02.svg");
  -webkit-mask-image: url("/build/icons/24/line/media-devices/lightbulb-02.svg");
}
.ds-header__navbar__nav__link__icon--settings {
  mask-image: url("/build/icons/24/line/general/settings-01.svg");
  -webkit-mask-image: url("/build/icons/24/line/general/settings-01.svg");
}
.ds-header__navbar__nav__link__icon--file {
  mask-image: url("/build/icons/24/line/files/file-05.svg");
  -webkit-mask-image: url("/build/icons/24/line/files/file-05.svg");
}
.ds-header__navbar__nav__link__icon--info {
  mask-image: url("/build/icons/24/line/general/info-circle.svg");
  -webkit-mask-image: url("/build/icons/24/line/general/info-circle.svg");
}
.ds-header__navbar__nav__link__icon--login {
  mask-image: url("/build/icons/24/line/general/log-in-02.svg");
  -webkit-mask-image: url("/build/icons/24/line/general/log-in-02.svg");
}
.ds-header__navbar__nav__link__icon--logout {
  mask-image: url("/build/icons/24/line/general/log-out-01.svg");
  -webkit-mask-image: url("/build/icons/24/line/general/log-out-01.svg");
}
.ds-header__navbar__nav__link__icon--fav {
  mask-image: url("/build/icons/24/line/general/heart-rounded.svg");
  -webkit-mask-image: url("/build/icons/24/line/general/heart-rounded.svg");
}
.ds-header__navbar__nav__link__icon--user {
  mask-image: url("/build/icons/24/line/users/user-02.svg");
  -webkit-mask-image: url("/build/icons/24/line/users/user-02.svg");
}
.ds-header__navbar__nav__link__icon--user-plus {
  mask-image: url("/build/icons/24/line/users/user-plus-01.svg");
  -webkit-mask-image: url("/build/icons/24/line/users/user-plus-01.svg");
}
.ds-header__navbar__nav__link__icon--copy {
  mask-image: url("/build/icons/24/line/general/link-03.svg");
  -webkit-mask-image: url("/build/icons/24/line/general/link-03.svg");
}
.ds-header__navbar__nav__link__icon--email {
  mask-image: url("/build/icons/24/line/communication/mail-01.svg");
  -webkit-mask-image: url("/build/icons/24/line/communication/mail-01.svg");
}
.ds-header__navbar__nav__link__icon--myAccount {
  mask-image: url("/build/icons/24/line/users/user-circle.svg");
  -webkit-mask-image: url("/build/icons/24/line/users/user-circle.svg");
}

.ds-header__navbar__nav__link__pill {
  padding: 3px 8px;
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
  background-color: #DEDFE3;
  border-radius: 24px;
  min-width: 22px;
  color: #373941;
}

.ds-header__navbar__nav__link__pill--empty {
  display: none;
}

.navbar-switch-accounts-container {
  background-color: #F7F7F8;
  padding-bottom: 8px;
  padding-top: 16px;
  text-align: left;
  border-top: 1px solid #DEDFE3;
}

.navbar-switch-accounts-title {
  color: #717484;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.navbar-switch-accounts-options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.navbar-switch-accounts-option {
  display: flex;
  align-items: center;
  padding-left: 24px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .navbar-switch-accounts-option {
    height: 40px;
  }
}
.navbar-switch-accounts-option:hover {
  background-color: #DEDFE3;
}

.navbar-switch-accounts-radio {
  display: flex;
  align-items: center;
}

.navbar-switch-accounts-indicator {
  margin-top: -2px;
}

.vc-navigation a:hover,
.vc-navigation a:focus {
  color: inherit;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-text-field__wrapper {
  display: flex;
  position: relative;
}

.ds-text-field--disabled .ds-text-field__prefix {
  border-color: #CDCFD5;
  color: #ACAEB9;
}

.ds-text-field__prefix {
  align-items: center;
  background: #F7F7F8;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ACAEB9;
  border-right: 0;
  display: flex;
  font-size: 14px;
  justify-content: center;
  height: 40px;
  padding: 10px 16px;
}
.ds-text-field__prefix ~ .ds-text-field__input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ds-text-field__suffix {
  align-items: center;
  color: #717484;
  display: flex;
  font-size: 12px;
  height: 40px;
  margin-right: 16px;
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

.ds-text-field__icon {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 12px;
}
.ds-text-field__icon ~ .ds-text-field__input {
  padding-left: 41px;
}

.ds-text-field__arrow {
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 2;
}
.ds-text-field__arrow ~ .ds-text-field__input {
  padding-right: 40px;
}

.ds-text-field__input {
  box-sizing: border-box;
  border: 1px solid #ACAEB9;
  border-radius: 6px;
  color: #373941;
  font-size: 14px;
  height: 40px;
  padding: 10px 16px;
  transition: all 0.3s;
  transition-property: box-shadow, border-color;
  width: 100%;
  text-overflow: ellipsis;
}
.ds-text-field__input::-moz-placeholder {
  color: #717484;
}
.ds-text-field__input::placeholder {
  color: #717484;
}
.ds-text-field__input:hover {
  border-color: #717484;
}
.ds-text-field__input:focus {
  border-color: #2C7BF2;
  box-shadow: 0 0 0 3px rgba(44, 123, 242, 0.5);
  outline: none;
}
.ds-text-field__input:disabled {
  background: #F7F7F8;
  border-color: #CDCFD5;
  color: #ACAEB9;
}
.ds-text-field__input[aria-invalid=true] {
  border-color: #FF5B65;
}
.ds-text-field__input[aria-invalid=true]:focus {
  box-shadow: 0 0 0 3px rgba(255, 91, 101, 0.5);
}
.ds-text-field__input--no-arrows {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.ds-text-field__input--no-arrows::-webkit-outer-spin-button, .ds-text-field__input--no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ds-text-field__input--no-arrows[type=number] {
  -moz-appearance: textfield;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-modal-wrapper {
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
}
@media screen and (max-width: 767px) {
  .ds-modal-wrapper {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.ds-modal-wrapper--topAligned {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ds-modal-wrapper--topAligned .ds-modal {
  top: 0;
  transform: translateX(-50%) translateY(0);
}
@media screen and (max-width: 767px) {
  .ds-modal-wrapper--topAligned {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .ds-modal-wrapper--topAligned .ds-modal {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .ds-modal-wrapper--mobile-bottom {
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .ds-modal-wrapper--mobileFullScreenModal {
    padding-top: 0;
  }
  .ds-modal-wrapper--mobileFullScreenModal > .ds-modal {
    min-height: 100dvh;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
  }
  .ds-modal-wrapper--mobileFullScreenModal > .ds-modal.ds-modal--large {
    max-width: 100%;
  }
  .ds-modal-wrapper--mobileFullScreenModal > .ds-modal > .ds-modal-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background: #FFFFFF;
    z-index: 9;
    height: 64px;
    border-bottom: 1px solid #eaeaea;
    align-items: center;
  }
  .ds-modal-wrapper--mobileFullScreenModal > .ds-modal > .ds-modal-header > .ds-modal-title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }
  .ds-modal-wrapper--mobileFullScreenModal > .ds-modal > .ds-modal-header > .ds-modal__close_button {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .ds-modal-wrapper--mobileFullScreenModal > .ds-modal > .ds-modal-content {
    padding-top: 64px;
    margin-top: 8px;
  }
}

.ds-modal {
  background-color: white;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  overflow: visible;
  padding: 40px;
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  width: 600px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .ds-modal {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
    top: auto;
    transform: none;
    padding: 24px;
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .ds-modal-wrapper--mobile-bottom .ds-modal {
    overflow: auto;
  }
}

.ds-modal--small {
  width: 400px;
}

.ds-modal--large {
  width: 800px;
  max-width: 720px;
}

.ds-modal--full {
  max-width: 1008px;
  width: 100%;
}

.ds-modal--fullscreen {
  max-width: 1008px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .ds-modal--fullscreen {
    max-width: calc(100% - 160px);
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .ds-modal--padding-xs-mobile {
    padding: 20px;
  }
}

.ds-modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.ds-modal-overlay--blurBackground {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.ds-modal-wrapper--visible,
.ds-modal-overlay--visible {
  animation: fade-in 150ms ease-in-out;
  display: block;
}

.ds-modal-wrapper--visible.ds-modal-wrapper--noAnimation,
.ds-modal-overlay--visible.ds-modal-overlay--noAnimation {
  animation: none;
}

@media screen and (max-width: 767px) {
  .ds-modal-wrapper--visible.ds-modal-wrapper--mobile-bottom {
    display: flex;
  }
}

.ds-modal-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ds-modal-title {
    font-size: 16px;
  }
}

.ds-modal__close_button {
  background: none;
  border: none;
  margin: -6px -6px 0 0;
}
@media screen and (max-width: 767px) {
  .ds-modal__close_button {
    margin: -10px -10px 0 0;
  }
}
.ds-modal__close_button:focus {
  outline: none;
  box-shadow: none;
}

.ds-modal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ds-modal-content {
  font-size: 14px;
}

.ds-modal-actions {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .ds-modal-actions {
    display: block;
  }
  .ds-modal-actions > * {
    flex-grow: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ds-modal__close_button ~ .ds-modal-title {
  padding-right: 32px;
}

@media screen and (max-width: 767px) {
  .ds-modal--legacy-fullscreen-mobile {
    margin-left: -20px;
    width: calc(100% + 40px) !important;
    min-height: 100dvh;
    height: auto;
    margin-top: -12px;
  }
}

@media screen and (min-width: 768px) {
  .ds-modal.ds-modal--sidebar {
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
    transform: none;
    height: auto;
    min-height: 100vh;
    border-radius: 0;
    padding: 24px;
    width: 460px;
    box-shadow: 0 16px 32px rgba(37, 39, 44, 0.04), 0 8px 16px rgba(37, 39, 44, 0.04), 0 4px 8px rgba(37, 39, 44, 0.04), 0 2px 4px rgba(37, 39, 44, 0.04), 0 1px 2px rgba(37, 39, 44, 0.04);
    display: flex;
    flex-direction: column;
  }
  .ds-modal-wrapper--sidebar {
    padding: 0;
  }
  .ds-modal-content {
    flex-grow: 1;
  }
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-notification {
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 0px 1px 1px rgba(37, 39, 44, 0.12), 0px 8px 8px rgba(37, 39, 44, 0.06);
  font-size: 14px;
  position: relative;
}
.ds-notification::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
  border-radius: 5px 0 0 5px;
}

.ds-notification__flex {
  display: flex;
}

.ds-notification--banner {
  padding: 20px 20px 20px 28px;
}

.ds-notification--inline {
  padding: 16px 16px 16px 24px;
  line-height: 20px;
}
.ds-notification--inline .ds-notification__icon {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.ds-notification--success::before {
  background: #00A287;
}
.ds-notification--success .ds-notification__icon {
  color: #00A287;
}

.ds-notification--error::before {
  background: #F63641;
}
.ds-notification--error .ds-notification__icon {
  color: #F63641;
}

.ds-notification--warning::before {
  background: #F6A300;
}
.ds-notification--warning .ds-notification__icon {
  color: #F6A300;
}

.ds-notification--info::before {
  background: #ACAEB9;
}
.ds-notification--info .ds-notification__icon {
  color: #ACAEB9;
}

.ds-notification__icon {
  margin-right: 12px;
  flex-shrink: 0;
}

.ds-notification--dismissible .ds-notification__title {
  padding-right: 20px;
}

.ds-notification__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  position: relative;
  line-height: 24px;
}

.ds-notification__title--hidden {
  margin: 0;
}

.ds-notification__body {
  width: 100%;
}

.ds-notification__dismiss {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-pagination {
  list-style: none;
  display: flex;
  padding: 20px 0 0 0;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ds-pagination .pagination-element,
.ds-pagination a[tabindex="0"] {
  cursor: pointer;
  color: #373941;
  border-radius: 6px;
}
.ds-pagination .pagination-element:hover,
.ds-pagination a[tabindex="0"]:hover {
  background-color: #F7F7F8;
}
.ds-pagination .pagination-element:hover.ds-pagination__prev,
.ds-pagination a[tabindex="0"]:hover.ds-pagination__prev {
  color: #00A287;
}
.ds-pagination .pagination-element:hover.ds-pagination__next,
.ds-pagination a[tabindex="0"]:hover.ds-pagination__next {
  color: #00A287;
}
.ds-pagination .pagination-element.ds-pagination--dots:hover,
.ds-pagination a[tabindex="0"].ds-pagination--dots:hover {
  background-color: transparent;
  cursor: default;
}
.ds-pagination a[tabindex="-1"] {
  pointer-events: none;
}
.ds-pagination a[tabindex="-1"]:hover {
  color: #ACAEB9;
}
.ds-pagination .pagination-element,
.ds-pagination a {
  color: #ACAEB9;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all 100ms ease-out;
  transition-property: background-color, color;
  font-size: 14px;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .ds-pagination .pagination-element,
  .ds-pagination a {
    height: 32px;
    width: 32px;
  }
}
.ds-pagination .pagination-element:hover, .ds-pagination .pagination-element:active, .ds-pagination .pagination-element:focus,
.ds-pagination a:hover,
.ds-pagination a:active,
.ds-pagination a:focus {
  text-decoration: none;
}
.ds-pagination .pagination-element:focus,
.ds-pagination a:focus {
  outline: 0;
  outline-offset: 0;
}
.ds-pagination .active .pagination-element,
.ds-pagination .active a {
  background-color: #00A287;
  color: #FFFFFF;
  position: relative;
}
.ds-pagination .active .pagination-element:hover,
.ds-pagination .active a:hover {
  background-color: #00A287;
  color: #FFFFFF;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-pill {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid #CDCFD5;
  background: #FFFFFF;
  color: #373941;
}

.ds-pill--selected {
  cursor: default;
  color: #FFFFFF;
  background: #00A287;
  border: none;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-select-field {
  position: relative;
}

.ds-select-field__icon {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 12px;
  z-index: 2;
}
.ds-select-field__icon ~ .ds-select-field__select {
  padding-left: 41px;
}

.ds-select-field__arrow {
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 2;
}
.ds-select-field__arrow ~ .ds-select-field__select {
  padding-right: 40px;
}

.ds-select-field__select {
  background: #fff;
  background-image: none !important;
  box-sizing: border-box;
  border: 1px solid #ACAEB9;
  border-radius: 6px;
  color: #373941;
  font-size: 14px;
  height: 40px;
  line-height: 1.4;
  padding: 10px 16px;
  transition: all 0.3s;
  transition-property: box-shadow, border-color;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ds-select-field__select::-moz-placeholder {
  color: #717484;
}
.ds-select-field__select::placeholder {
  color: #717484;
}
.ds-select-field__select:hover {
  border-color: #717484;
}
.ds-select-field__select:focus {
  border-color: #2C7BF2;
  box-shadow: 0 0 0 3px rgba(44, 123, 242, 0.5);
  outline: none;
}
.ds-select-field__select:disabled {
  background: #F7F7F8;
  border-color: #CDCFD5;
  color: #ACAEB9;
}
.ds-select-field__select[aria-invalid=true] {
  border-color: #FF5B65;
}
.ds-select-field__select[aria-invalid=true]:focus {
  box-shadow: 0 0 0 3px rgba(255, 91, 101, 0.5);
}
.ds-select-field__select option:disabled {
  color: #ACAEB9;
}

.ds-select-field__select--placeholder {
  color: #717484;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-integer-stepper-field {
  display: inline-flex;
  background-color: #FFFFFF;
  gap: 4px;
  align-items: center;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ACAEB9;
  overflow: hidden;
  padding: 2px;
  transition: all 0.3s;
  transition-property: box-shadow, border-color;
}
.ds-integer-stepper-field:focus-within {
  border-color: #0F64E6;
  box-shadow: 0 0 0 3px rgba(44, 123, 242, 0.5);
}
.ds-integer-stepper-field--invalid {
  border-color: #F63641;
}
.ds-integer-stepper-field--invalid:focus-within {
  border-color: #F63641;
  box-shadow: 0 0 0 3px rgba(245, 92, 101, 0.5);
}
.ds-integer-stepper-field--disabled {
  background: #F7F7F8;
  cursor: not-allowed;
}
.ds-integer-stepper-field--disabled .ds-integer-stepper-field__button {
  background: #F7F7F8;
}
.ds-integer-stepper-field__input {
  flex: 1;
}
.ds-integer-stepper-field__input input {
  width: 100%;
  border: none;
  text-align: center;
  padding: 0.5rem;
}
.ds-integer-stepper-field__input input::-webkit-outer-spin-button, .ds-integer-stepper-field__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ds-integer-stepper-field__input input:focus, .ds-integer-stepper-field__input input:active {
  outline: none;
  box-shadow: none;
}
.ds-integer-stepper-field__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.ds-integer-stepper-field__button--decrement {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ds-integer-stepper-field__button--increment {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ds-integer-stepper-field__button:hover:not(:disabled) {
  background: white;
}
.ds-integer-stepper-field__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-tab-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  padding: 12px 20px;
}
@media screen and (max-width: 767px) {
  .ds-tab-item {
    flex-grow: 1;
    justify-content: center;
    padding: 12px 16px;
  }
}

.ds-tab-item:hover {
  box-shadow: 0 2px 0 0 #00A287;
}

.ds-tab-item--active {
  box-shadow: 0 2px 0 0 #00A287;
  color: #00A287;
  font-weight: bold;
}

.ds-tab-navigation {
  border-bottom: 2px solid #DEDFE3;
  display: flex;
}

.ds-tab-navigation--vertical {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.ds-tab-navigation--vertical .ds-tab-item {
  font-size: 16px;
  color: #373941;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 4px;
}
.ds-tab-navigation--vertical .ds-tab-item--active {
  color: #00A287;
}
.ds-tab-navigation--vertical--short {
  align-items: flex-start;
}

.ds-tab-navigation--type-plain {
  border: none;
}
.ds-tab-navigation--type-plain .ds-tab-item {
  box-shadow: none;
  color: #373941;
  border-radius: 8px;
  margin: 0 2px;
  font-weight: 600;
  padding: 6px 16px 8px;
}
.ds-tab-navigation--type-plain .ds-tab-item--active {
  background: #F1F2F3;
}
.ds-tab-navigation--type-plain .ds-tab-item:not(.ds-tab-item--active):hover {
  background: #FBFBFC;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-textarea__input {
  border: 1px solid #ACAEB9;
  border-radius: 6px;
  color: #373941;
  font-size: 14px;
  padding: 10px 16px;
  resize: vertical;
  transition: all 0.3s;
  transition-property: background-color, border;
  width: 100%;
  min-height: 50px;
}
.ds-textarea__input::-moz-placeholder {
  color: #717484;
}
.ds-textarea__input::placeholder {
  color: #717484;
}
.ds-textarea__input:hover {
  border-color: #717484;
}
.ds-textarea__input:focus {
  border-color: #2C7BF2;
  box-shadow: 0 0 0 3px rgba(44, 123, 242, 0.5);
  outline: none;
}
.ds-textarea__input:disabled {
  background: #F7F7F8;
  border-color: #F7F7F8;
  color: #ACAEB9;
}
.ds-textarea__input[aria-invalid=true] {
  border-color: #FF5B65;
}
.ds-textarea__input[aria-invalid=true]:focus {
  box-shadow: 0 0 0 3px rgba(255, 91, 101, 0.5);
}

.ds-textarea__char-counter {
  font-size: 12px;
}

.ds-textarea-wrapper {
  position: relative;
}

.ds-textarea__progress-bar,
.ds-textarea__progress-bar__progress {
  border-radius: 6px;
}

.ds-textarea__progress-bar {
  height: 4px;
  background-color: #DEDFE3;
  position: absolute;
  bottom: 1px;
  left: 2px;
  right: 2px;
}

.ds-textarea__progress-bar__progress {
  height: 100%;
  min-width: 10px;
}
.ds-textarea__progress-bar__progress-warning {
  background-color: #F6A300;
}
.ds-textarea__progress-bar__progress-success {
  background-color: #00A287;
}
.ds-textarea__progress-bar__progress-danger {
  background-color: #FF5B65;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-form-caption {
  color: #717484;
  font-size: 14px;
  line-height: 1.5;
}

.ds-form-caption__icon {
  margin-right: 6px;
  display: inline-block;
  transform: translateY(-1px);
  vertical-align: middle;
}

.ds-form-caption--invalid {
  color: #F63641;
  display: flex;
}
.ds-form-caption--invalid svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.ds-form-caption--invalid a {
  font-weight: 600;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-form-label {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  color: #373941;
}

.ds-form-label__optional {
  color: #ACAEB9;
  display: inline-block;
  font-weight: 400;
  margin-left: 4px;
}

.ds-form-label__asterisk {
  color: #ACAEB9;
  display: inline-block;
  font-weight: 600;
  margin-left: 4px;
  transform: translateY(-2px);
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-user-avatar {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 48px;
  font-size: 14px;
  justify-content: center;
  overflow: hidden;
  width: 48px;
  flex-shrink: 0;
}
.ds-user-avatar img {
  width: 48px;
  height: 48px;
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

.ds-user-avatar--fallback {
  border: 1px solid #DEDFE3;
}

.ds-user-avatar--green {
  background: #E5F6F3;
  color: #034F42;
}

.ds-user-avatar--grey {
  background: #DEDFE3;
  color: #373941;
}

.ds-user-avatar--small {
  height: 32px;
  width: 32px;
  font-size: 12px;
}

.ds-user-avatar--large {
  height: 64px;
  width: 64px;
}

.ds-user-avatar--large > img {
  height: 64px;
  width: 64px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-review {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.ds-review .ds-review-header {
  display: flex;
  margin-bottom: 24px;
}
.ds-review .ds-review-header--one-line {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.ds-review .ds-review-avatar {
  width: 32px;
  height: 32px;
  background-color: #F7F7F8;
  color: #034F42;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 12px;
}
.ds-review .ds-review-info {
  flex-grow: 1;
}
.ds-review .ds-review-author {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.ds-review .ds-review-author .ds-review-verified {
  color: #00A287;
  margin-left: 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 20px;
}
.ds-review .ds-review-author .ds-review-verified:before {
  content: "";
  width: 12px;
  height: 12px;
  mask-image: url("/build/icons/24/bold/general/check-verified-02.svg");
  -webkit-mask-image: url("/build/icons/24/bold/general/check-verified-02.svg");
  mask-size: 100%;
  -webkit-mask-size: 100%;
  background-color: #00A287;
  margin-right: 4px;
}
.ds-review .ds-review-title {
  font-weight: 600;
}
.ds-review .ds-review-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #00A287;
  color: #FFFFFF;
  border-radius: 6px 6px 6px 0;
  font-weight: 600;
  font-size: 16px;
  flex-shrink: 0;
  margin-left: 12px;
}
.ds-review .ds-review-body {
  margin-left: 32px;
  padding-left: 12px;
  position: relative;
  line-height: 20px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.basic-link {
  font-weight: 600;
  text-decoration: none;
  color: #00A287;
}

.extra-link {
  color: #373941;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-page-notification {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.ds-page-notification--small {
  padding: 8px;
}

.ds-page-notification--success {
  background-color: #E5F6F3;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-progress-bar {
  background: #CDCFD5;
  border-radius: 4px;
  height: 8px;
  position: relative;
  width: 100%;
}

.ds-progress-bar--small {
  height: 4px;
}

.ds-progress-bar__indicator {
  border-radius: 4px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.ds-progress-bar__indicator--green {
  background: #00A287;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-radio {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.ds-radio--disabled {
  cursor: auto;
}

.ds-radio-input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.ds-radio-indicator {
  align-items: center;
  border: 1px solid #ACAEB9;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 18px;
  justify-content: center;
  position: relative;
  width: 18px;
  flex-shrink: 0;
}

.ds-radio:hover .ds-radio-indicator {
  border-color: #717484;
}

.ds-radio-input:active ~ .ds-radio-indicator {
  background: #F7F7F8;
}

.ds-radio-input:focus ~ .ds-radio-indicator {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px rgba(44, 123, 242, 0.5);
  outline: none;
}

.ds-radio-input:checked ~ .ds-radio-indicator {
  border: 2px solid #00A287;
}
.ds-radio-input:checked:hover ~ .ds-radio-indicator {
  border-color: #00BC9C;
}
.ds-radio-input:checked:hover ~ .ds-radio-indicator:after {
  background: #00BC9C;
}
.ds-radio-input:checked:active ~ .ds-radio-indicator {
  border-color: #057D69;
}
.ds-radio-input:checked:active ~ .ds-radio-indicator:after {
  background: #057D69;
}
.ds-radio-input:checked:disabled ~ .ds-radio-indicator {
  border-color: #00A287;
  opacity: 0.5;
}

.ds-radio-input:disabled ~ .ds-radio-indicator {
  background: #F1F2F3;
  border-color: #DEDFE3;
}

.ds-radio-input[aria-invalid=true] ~ .ds-radio-indicator {
  border: 1px solid #F63641;
}
.ds-radio-input[aria-invalid=true]:hover ~ .ds-radio-indicator {
  border: 1px solid #C1151F;
}
.ds-radio-input[aria-invalid=true]:active ~ .ds-radio-indicator {
  background: #FFEFF0;
}

.ds-radio-input:checked ~ .ds-radio-indicator:after {
  background: #00A287;
  border-radius: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ds-radio-text {
  font-weight: normal;
  font-size: 14px;
  margin-left: 12px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.ds-link-pill {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  background: #FFFFFF;
  color: #373941;
  box-shadow: 0px 2px 4px 0px rgba(37, 39, 44, 0.06), 0px 2px 4px 0px rgba(37, 39, 44, 0.06);
}
.ds-link-pill:hover {
  color: #373941;
  text-decoration: underline;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #373941;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #00a287;
  text-decoration: none;
}
a:hover, a:focus {
  color: #005647;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 8px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #ddd;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 33px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 9.5px;
}

.lead {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #00a287;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #006f5d;
}

.text-success {
  color: #00a287;
}

a.text-success:hover,
a.text-success:focus {
  color: #006f5d;
}

.text-info {
  color: #373941;
}

a.text-info:hover,
a.text-info:focus {
  color: #202125;
}

.text-warning {
  color: #fdb813;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #db9b02;
}

.text-danger, .form-error-message {
  color: #FF5B65;
}

a.text-danger:hover, a.form-error-message:hover,
a.text-danger:focus,
a.form-error-message:focus {
  color: #ff2835;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #00a287;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #006f5d;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #ddd;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 19px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 17.5px;
  border-left: 5px solid #ddd;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #6f6f6f;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #ddd;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.4;
}

.container, .container-regular {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container-regular:before, .container:after, .container-regular:after {
  display: table;
  content: " ";
}
.container:after, .container-regular:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .container-regular {
    width: 752px;
  }
}
@media (min-width: 1280px) {
  .container, .container-regular {
    width: 1232px;
  }
}
@media (min-width: 1680px) {
  .container, .container-regular {
    width: 1577px;
  }
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1680px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #3d3d3d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: default;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.4;
  color: #6f6f6f;
}

.form-control, .default-form .form-field {
  display: block;
  width: 100%;
  height: 37px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .default-form .form-field:focus {
  border-color: #00a287;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 162, 135, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 162, 135, 0.6);
}
.form-control::-moz-placeholder, .default-form .form-field::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .default-form .form-field:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder, .default-form .form-field::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand, .default-form .form-field::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .default-form [disabled].form-field, .form-control[readonly], .default-form [readonly].form-field, fieldset[disabled] .form-control, fieldset[disabled] .default-form .form-field, .default-form fieldset[disabled] .form-field {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], .default-form [disabled].form-field, fieldset[disabled] .form-control, fieldset[disabled] .default-form .form-field, .default-form fieldset[disabled] .form-field {
  cursor: default;
}

textarea.form-control, .default-form textarea.form-field {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, .default-form input[type=date].form-field,
  input[type=time].form-control,
  .default-form input[type=time].form-field,
  input[type=datetime-local].form-control,
  .default-form input[type=datetime-local].form-field,
  input[type=month].form-control,
  .default-form input[type=month].form-field {
    line-height: 37px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 36px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 58px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: default;
}
.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: default;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 33px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 36px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 8px;
}

select.input-sm {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .default-form .form-field, .default-form .form-group-sm .form-field {
  height: 36px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 8px;
}
.form-group-sm select.form-control, .form-group-sm .default-form select.form-field, .default-form .form-group-sm select.form-field {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control, .form-group-sm .default-form textarea.form-field, .default-form .form-group-sm textarea.form-field,
.form-group-sm select[multiple].form-control,
.form-group-sm .default-form select[multiple].form-field,
.default-form .form-group-sm select[multiple].form-field {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 31px;
  padding: 9px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 58px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 8px;
}

select.input-lg {
  height: 58px;
  line-height: 58px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .default-form .form-field, .default-form .form-group-lg .form-field {
  height: 58px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 8px;
}
.form-group-lg select.form-control, .form-group-lg .default-form select.form-field, .default-form .form-group-lg select.form-field {
  height: 58px;
  line-height: 58px;
}
.form-group-lg textarea.form-control, .form-group-lg .default-form textarea.form-field, .default-form .form-group-lg textarea.form-field,
.form-group-lg select[multiple].form-control,
.form-group-lg .default-form select[multiple].form-field,
.default-form .form-group-lg select[multiple].form-field {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 58px;
  min-height: 37px;
  padding: 17px 20px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .default-form .form-field, .default-form .has-feedback .form-field {
  padding-right: 46.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .default-form .form-field + .form-control-feedback,
.default-form .form-group-lg .form-field + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .default-form .form-field + .form-control-feedback,
.default-form .form-group-sm .form-field + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #00a287;
}
.has-success .form-control, .has-success .default-form .form-field, .default-form .has-success .form-field {
  border-color: #00a287;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .default-form .form-field:focus, .default-form .has-success .form-field:focus {
  border-color: #006f5d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09ffd6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09ffd6;
}
.has-success .input-group-addon {
  color: #00a287;
  background-color: #dff0d8;
  border-color: #00a287;
}
.has-success .form-control-feedback {
  color: #00a287;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #fdb813;
}
.has-warning .form-control, .has-warning .default-form .form-field, .default-form .has-warning .form-field {
  border-color: #fdb813;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .default-form .form-field:focus, .default-form .has-warning .form-field:focus {
  border-color: #db9b02;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fed678;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fed678;
}
.has-warning .input-group-addon {
  color: #fdb813;
  background-color: #fcf8e3;
  border-color: #fdb813;
}
.has-warning .form-control-feedback {
  color: #fdb813;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #FF5B65;
}
.has-error .form-control, .has-error .default-form .form-field, .default-form .has-error .form-field {
  border-color: #FF5B65;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .default-form .form-field:focus, .default-form .has-error .form-field:focus {
  border-color: #ff2835;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc1c5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc1c5;
}
.has-error .input-group-addon {
  color: #FF5B65;
  background-color: #f2dede;
  border-color: #FF5B65;
}
.has-error .form-control-feedback {
  color: #FF5B65;
}

.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #717686;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .default-form .form-field, .default-form .form-inline .form-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .default-form .form-field,
  .default-form .form-inline .input-group .form-field {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .default-form .input-group > .form-field, .default-form .form-inline .input-group > .form-field {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 9px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-right: -16px;
  margin-left: -16px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 16px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 9px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #3d3d3d;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: default;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #3d3d3d;
  background-color: #e7e7e7;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #3d3d3d;
  background-color: #cecece;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #3d3d3d;
  background-color: #cecece;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #3d3d3d;
  background-color: #cecece;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #3d3d3d;
  background-color: #bcbcbc;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #e7e7e7;
  border-color: #ccc;
}
.btn-default .badge {
  color: #e7e7e7;
  background-color: #3d3d3d;
}

.btn-primary, .btn-cta-blue {
  color: #fff;
  background-color: #00a287;
  border-color: #00a287;
}
.btn-primary:focus, .btn-cta-blue:focus, .btn-primary.focus, .focus.btn-cta-blue {
  color: #fff;
  background-color: #006f5d;
  border-color: #00231d;
}
.btn-primary:hover, .btn-cta-blue:hover {
  color: #fff;
  background-color: #006f5d;
  border-color: #006554;
}
.btn-primary:active, .btn-cta-blue:active, .btn-primary.active, .active.btn-cta-blue, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-cta-blue {
  color: #fff;
  background-color: #006f5d;
  background-image: none;
  border-color: #006554;
}
.btn-primary:active:hover, .btn-cta-blue:active:hover, .btn-primary:active:focus, .btn-cta-blue:active:focus, .btn-primary:active.focus, .btn-cta-blue:active.focus, .btn-primary.active:hover, .active.btn-cta-blue:hover, .btn-primary.active:focus, .active.btn-cta-blue:focus, .btn-primary.active.focus, .active.focus.btn-cta-blue, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.btn-cta-blue:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.btn-cta-blue:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-cta-blue {
  color: #fff;
  background-color: #004b3f;
  border-color: #00231d;
}
.btn-primary.disabled:hover, .disabled.btn-cta-blue:hover, .btn-primary.disabled:focus, .disabled.btn-cta-blue:focus, .btn-primary.disabled.focus, .disabled.focus.btn-cta-blue, .btn-primary[disabled]:hover, [disabled].btn-cta-blue:hover, .btn-primary[disabled]:focus, [disabled].btn-cta-blue:focus, .btn-primary[disabled].focus, [disabled].focus.btn-cta-blue, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-cta-blue:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-cta-blue:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.btn-cta-blue {
  background-color: #00a287;
  border-color: #00a287;
}
.btn-primary .badge, .btn-cta-blue .badge {
  color: #00a287;
  background-color: #fff;
}

.btn-success, .btn-cta-green {
  color: #fff;
  background-color: #00a287;
  border-color: #00a287;
}
.btn-success:focus, .btn-cta-green:focus, .btn-success.focus, .focus.btn-cta-green {
  color: #fff;
  background-color: #006f5d;
  border-color: #00231d;
}
.btn-success:hover, .btn-cta-green:hover {
  color: #fff;
  background-color: #006f5d;
  border-color: #006554;
}
.btn-success:active, .btn-cta-green:active, .btn-success.active, .active.btn-cta-green, .open > .btn-success.dropdown-toggle, .open > .dropdown-toggle.btn-cta-green {
  color: #fff;
  background-color: #006f5d;
  background-image: none;
  border-color: #006554;
}
.btn-success:active:hover, .btn-cta-green:active:hover, .btn-success:active:focus, .btn-cta-green:active:focus, .btn-success:active.focus, .btn-cta-green:active.focus, .btn-success.active:hover, .active.btn-cta-green:hover, .btn-success.active:focus, .active.btn-cta-green:focus, .btn-success.active.focus, .active.focus.btn-cta-green, .open > .btn-success.dropdown-toggle:hover, .open > .dropdown-toggle.btn-cta-green:hover, .open > .btn-success.dropdown-toggle:focus, .open > .dropdown-toggle.btn-cta-green:focus, .open > .btn-success.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-cta-green {
  color: #fff;
  background-color: #004b3f;
  border-color: #00231d;
}
.btn-success.disabled:hover, .disabled.btn-cta-green:hover, .btn-success.disabled:focus, .disabled.btn-cta-green:focus, .btn-success.disabled.focus, .disabled.focus.btn-cta-green, .btn-success[disabled]:hover, [disabled].btn-cta-green:hover, .btn-success[disabled]:focus, [disabled].btn-cta-green:focus, .btn-success[disabled].focus, [disabled].focus.btn-cta-green, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-cta-green:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-cta-green:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .focus.btn-cta-green {
  background-color: #00a287;
  border-color: #00a287;
}
.btn-success .badge, .btn-cta-green .badge {
  color: #00a287;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #373941;
  border-color: #2b2d33;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #202125;
  border-color: black;
}
.btn-info:hover {
  color: #fff;
  background-color: #202125;
  border-color: #0f1012;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #202125;
  background-image: none;
  border-color: #0f1012;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f1012;
  border-color: black;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #373941;
  border-color: #2b2d33;
}
.btn-info .badge {
  color: #373941;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #fdb813;
  border-color: #f4ad02;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #db9b02;
  border-color: #765401;
}
.btn-warning:hover {
  color: #fff;
  background-color: #db9b02;
  border-color: #b88202;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #db9b02;
  background-image: none;
  border-color: #b88202;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #b88202;
  border-color: #765401;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #fdb813;
  border-color: #f4ad02;
}
.btn-warning .badge {
  color: #fdb813;
  background-color: #fff;
}

.btn-danger, .btn-cta {
  color: #fff;
  background-color: #FF5B65;
  border-color: #FF5B65;
}
.btn-danger:focus, .btn-cta:focus, .btn-danger.focus, .focus.btn-cta {
  color: #fff;
  background-color: #ff2835;
  border-color: #db000d;
}
.btn-danger:hover, .btn-cta:hover {
  color: #fff;
  background-color: #ff2835;
  border-color: #ff1e2c;
}
.btn-danger:active, .btn-cta:active, .btn-danger.active, .active.btn-cta, .open > .btn-danger.dropdown-toggle, .open > .dropdown-toggle.btn-cta {
  color: #fff;
  background-color: #ff2835;
  background-image: none;
  border-color: #ff1e2c;
}
.btn-danger:active:hover, .btn-cta:active:hover, .btn-danger:active:focus, .btn-cta:active:focus, .btn-danger:active.focus, .btn-cta:active.focus, .btn-danger.active:hover, .active.btn-cta:hover, .btn-danger.active:focus, .active.btn-cta:focus, .btn-danger.active.focus, .active.focus.btn-cta, .open > .btn-danger.dropdown-toggle:hover, .open > .dropdown-toggle.btn-cta:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .dropdown-toggle.btn-cta:focus, .open > .btn-danger.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-cta {
  color: #fff;
  background-color: #ff0414;
  border-color: #db000d;
}
.btn-danger.disabled:hover, .disabled.btn-cta:hover, .btn-danger.disabled:focus, .disabled.btn-cta:focus, .btn-danger.disabled.focus, .disabled.focus.btn-cta, .btn-danger[disabled]:hover, [disabled].btn-cta:hover, .btn-danger[disabled]:focus, [disabled].btn-cta:focus, .btn-danger[disabled].focus, [disabled].focus.btn-cta, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-cta:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-cta:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .focus.btn-cta {
  background-color: #FF5B65;
  border-color: #FF5B65;
}
.btn-danger .badge, .btn-cta .badge {
  color: #FF5B65;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #00a287;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #005647;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 8px;
}

.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 8px;
}

.btn-xs {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 8px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #fff;
  background-color: #00a287;
  border-color: #008972;
}
.alert-success hr {
  border-top-color: #006f5d;
}
.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  color: #fff;
  background-color: #373941;
  border-color: #27282e;
}
.alert-info hr {
  border-top-color: #1b1c20;
}
.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  color: #000;
  background-color: #fdb813;
  border-color: #f4ad02;
}
.alert-warning hr {
  border-top-color: #db9b02;
}
.alert-warning .alert-link {
  color: black;
}

.alert-danger {
  color: #fff;
  background-color: #FF5B65;
  border-color: #ff424d;
}
.alert-danger hr {
  border-top-color: #ff2835;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1680px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1680px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1680px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1680px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1680px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.3333333333%;
  }
  .col-xxs-2 {
    width: 16.6666666667%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.3333333333%;
  }
  .col-xxs-5 {
    width: 41.6666666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.3333333333%;
  }
  .col-xxs-8 {
    width: 66.6666666667%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.3333333333%;
  }
  .col-xxs-11 {
    width: 91.6666666667%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xxs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xxs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xxs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-push-1 {
    left: 8.3333333333%;
  }
  .col-xxs-push-2 {
    left: 16.6666666667%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-4 {
    left: 33.3333333333%;
  }
  .col-xxs-push-5 {
    left: 41.6666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.3333333333%;
  }
  .col-xxs-push-8 {
    left: 66.6666666667%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.3333333333%;
  }
  .col-xxs-push-11 {
    left: 91.6666666667%;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .col-im-1, .col-im-2, .col-im-3, .col-im-4, .col-im-5, .col-im-6, .col-im-7, .col-im-8, .col-im-9, .col-im-10, .col-im-11, .col-im-12 {
    float: left;
  }
  .col-im-1 {
    width: 8.3333333333%;
  }
  .col-im-2 {
    width: 16.6666666667%;
  }
  .col-im-3 {
    width: 25%;
  }
  .col-im-4 {
    width: 33.3333333333%;
  }
  .col-im-5 {
    width: 41.6666666667%;
  }
  .col-im-6 {
    width: 50%;
  }
  .col-im-7 {
    width: 58.3333333333%;
  }
  .col-im-8 {
    width: 66.6666666667%;
  }
  .col-im-9 {
    width: 75%;
  }
  .col-im-10 {
    width: 83.3333333333%;
  }
  .col-im-11 {
    width: 91.6666666667%;
  }
  .col-im-12 {
    width: 100%;
  }
  .col-im-pull-0 {
    right: auto;
  }
  .col-im-pull-1 {
    right: 8.3333333333%;
  }
  .col-im-pull-2 {
    right: 16.6666666667%;
  }
  .col-im-pull-3 {
    right: 25%;
  }
  .col-im-pull-4 {
    right: 33.3333333333%;
  }
  .col-im-pull-5 {
    right: 41.6666666667%;
  }
  .col-im-pull-6 {
    right: 50%;
  }
  .col-im-pull-7 {
    right: 58.3333333333%;
  }
  .col-im-pull-8 {
    right: 66.6666666667%;
  }
  .col-im-pull-9 {
    right: 75%;
  }
  .col-im-pull-10 {
    right: 83.3333333333%;
  }
  .col-im-pull-11 {
    right: 91.6666666667%;
  }
  .col-im-pull-12 {
    right: 100%;
  }
  .col-im-push-0 {
    left: auto;
  }
  .col-im-push-1 {
    left: 8.3333333333%;
  }
  .col-im-push-2 {
    left: 16.6666666667%;
  }
  .col-im-push-3 {
    left: 25%;
  }
  .col-im-push-4 {
    left: 33.3333333333%;
  }
  .col-im-push-5 {
    left: 41.6666666667%;
  }
  .col-im-push-6 {
    left: 50%;
  }
  .col-im-push-7 {
    left: 58.3333333333%;
  }
  .col-im-push-8 {
    left: 66.6666666667%;
  }
  .col-im-push-9 {
    left: 75%;
  }
  .col-im-push-10 {
    left: 83.3333333333%;
  }
  .col-im-push-11 {
    left: 91.6666666667%;
  }
  .col-im-push-12 {
    left: 100%;
  }
  .col-im-offset-0 {
    margin-left: 0%;
  }
  .col-im-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-im-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-im-offset-3 {
    margin-left: 25%;
  }
  .col-im-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-im-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-im-offset-6 {
    margin-left: 50%;
  }
  .col-im-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-im-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-im-offset-9 {
    margin-left: 75%;
  }
  .col-im-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-im-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-im-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .container, .container-regular {
    width: 972px;
  }
}

.container-regular {
  width: auto !important;
}

.row-vertical-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.row-center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-with-buttons .row {
  margin-left: -5px;
  margin-right: -5px;
}
.row-with-buttons .row .columns {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}

body,
html {
  height: calc(100% - 170px);
}

.container, .container-regular {
  min-height: 100%;
}
.container.no-flow, .no-flow.container-regular {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .container, .container-regular {
    min-height: 1px;
  }
}

.sidebar-header {
  margin: 0 0 21px;
  padding: 15px;
  border-bottom: 2px solid #006f5d;
  background-color: #00a287;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1em;
}

#col-sidebar-sm {
  margin-right: 15px;
  margin-bottom: -9999px;
  margin-left: 15px;
  padding-right: 0;
  padding-bottom: 9999px;
  padding-left: 0;
  width: calc(25% - 30px);
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  #col-sidebar-sm {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #col-sidebar-sm:not(.col-sidebar-sm--no-resize) {
    width: calc(33.33333% - 30px);
  }
}

.expand-height .container, .expand-height .container-regular {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .expand-height .container, .expand-height .container-regular {
    height: auto;
  }
}
.expand-height .row {
  height: 100%;
}
.expand-height .vc-main-content-sm {
  margin-top: 0;
  height: 100%;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 14px;
}

.text-base {
  font-size: 16px;
}

.font-size-13 {
  font-size: 13px;
}

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

.text-guide {
  color: #d9c26c;
}

.text-gray-light {
  color: #999999;
}

.text-gray-dark {
  color: #3d3d3d;
}

.text-gray-softer, a.text-gray-softer, a.text-gray-softer:hover {
  color: #373941;
}

.text-default, a.text-default, a.text-default:hover {
  color: #373941;
}

.text-mono-medium {
  color: #ACAEB9;
}

.text-gray, a.text-gray, a.text-gray:hover {
  color: #6f6f6f;
}

.text-cadet-blue {
  color: #acb8c1;
}

.text-red-dark {
  color: #F63641;
}

.text-yellow {
  color: #F7A300;
}

.hairline {
  font-weight: 400;
}

.light {
  font-weight: 400;
}

.normal {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-2-5 {
  letter-spacing: 2.5px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1680px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.fa-1-5x {
  font-size: 1.5em;
}

.text-nowrap {
  white-space: nowrap;
}

.gray-base {
  color: #000;
}

.gray-dark {
  color: #3d3d3d;
}

.gray-darker {
  color: #222222;
}

.gray-regular {
  color: #6f6f6f;
}

.gray-light {
  color: #999999;
}

.gray-lighter {
  color: #eeeeee;
}

.text-black {
  color: #000;
}

a.text-black:hover,
a.text-black:focus {
  color: black;
}

.separator-overview {
  margin-top: 47px;
  margin-bottom: 25px;
}
.separator-overview.last {
  margin-top: 30px;
}

.separator-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}

.separator-md {
  margin-top: 32px;
  margin-bottom: 32px;
}

.separator-inset {
  margin-right: -16px;
  margin-left: -16px;
}

.list-style-none {
  list-style-type: none;
}

.margin-top-xs {
  margin-top: 5px !important;
}

.margin-top-sm {
  margin-top: 10px !important;
}

.margin-top-md {
  margin-top: 19px !important;
}

.margin-top-lg {
  margin-top: 38px !important;
}

.margin-top-extra-lg, .margin-top-xlg {
  margin-top: 57px !important;
}

.margin-top-xxlg {
  margin-top: 76px !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-top-lg-h4 {
  margin-top: 45.6px !important;
}

.margin-bottom-xs {
  margin-bottom: 5px !important;
}

.margin-bottom-sm {
  margin-bottom: 10px !important;
}

.margin-bottom-md {
  margin-bottom: 19px !important;
}

.margin-bottom-lg {
  margin-bottom: 38px !important;
}

.margin-bottom-extra-lg {
  margin-bottom: 57px !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-vertical-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-vertical-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-vertical-md {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
@media screen and (max-width: 767px) {
  .margin-vertical-md {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

.margin-vertical-lg {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.margin-vertical-extra-lg {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.margin-left-xs {
  margin-left: 5px !important;
}

.margin-left-sm {
  margin-left: 10px !important;
}

.margin-left-md {
  margin-left: 19px !important;
}

.margin-left-lg {
  margin-left: 38px !important;
}

.margin-right-xs {
  margin-right: 5px !important;
}

.margin-right-sm {
  margin-right: 10px !important;
}

.margin-right-md {
  margin-right: 19px !important;
}

.margin-right-lg {
  margin-right: 38px !important;
}

.margin-horizontal-xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.margin-horizontal-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.margin-horizontal-md {
  margin-right: 19px !important;
  margin-left: 19px !important;
}

.margin-horizontal-lg {
  margin-right: 38px !important;
  margin-left: 38px !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.padding-top-xs {
  padding-top: 5px;
}

.padding-top-sm {
  padding-top: 10px;
}

.padding-top-md {
  padding-top: 19px;
}

.padding-top-lg {
  padding-top: 38px;
}

.padding-top-lg-h4 {
  padding-top: 46px;
}

.padding-bottom-xs {
  padding-bottom: 5px;
}

.padding-bottom-sm {
  padding-bottom: 10px;
}

.padding-bottom-md {
  padding-bottom: 19px;
}

.padding-bottom-lg {
  padding-bottom: 38px;
}

.padding-vertical-xs, .padding-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-vertical-sm, .padding-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-vertical-md, .padding-md {
  padding-top: 19px;
  padding-bottom: 19px;
}

.padding-vertical-lg, .padding-lg {
  padding-top: 38px;
  padding-bottom: 38px;
}

.padding-vertical-extra-lg, .padding-extra-lg {
  padding-top: 57px;
  padding-bottom: 57px;
}

.padding-horizontal-xs, .padding-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-horizontal-sm, .padding-sm {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-horizontal-md, .padding-md {
  padding-left: 19px;
  padding-right: 19px;
}

.padding-horizontal-lg, .padding-lg {
  padding-left: 38px;
  padding-right: 38px;
}

.padding-horizontal-extra-lg, .padding-extra-lg {
  padding-left: 57px;
  padding-right: 57px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.padding-xs > [class^=col-],
.padding-xs > [class*=" col-"] {
  padding-right: 4px;
  padding-left: 4px;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.container-sm,
.container-md,
.container-lg {
  max-width: 100%;
}

.container-vc {
  width: 100%;
  min-height: 100%;
  max-width: 1577px;
  padding: 0 16px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .container-sm,
  .container-md,
  .container-lg {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-sm {
    width: 300px;
  }
  .container-md {
    width: 768px;
  }
  .container-lg {
    width: 98%;
  }
}
@media (min-width: 1280px) {
  .container-sm {
    width: 500px;
  }
  .container-md {
    width: 1100px;
  }
  .container-lg {
    width: 1170px;
  }
}
@media (min-width: 1680px) {
  .container-sm {
    width: 700px;
  }
  .container-md {
    width: 1045px;
  }
  .container-lg {
    width: 1280px;
  }
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-order-1 {
  order: 1;
}
.flex-order-2 {
  order: 2;
}
.flex-order-3 {
  order: 3;
}
.flex-order-4 {
  order: 4;
}
.flex-order-5 {
  order: 5;
}
.flex-order-6 {
  order: 6;
}
.flex-order-7 {
  order: 7;
}
.flex-order-8 {
  order: 8;
}
.flex-order-9 {
  order: 9;
}
.flex-order-10 {
  order: 10;
}
.flex-order-11 {
  order: 11;
}
.flex-order-12 {
  order: 12;
}

@media all and (-ms-high-contrast: active) {
  select:focus::-ms-value {
    background-color: transparent;
    color: #fff;
  }
}
@media all and (-ms-high-contrast: none) {
  select:focus::-ms-value {
    background-color: transparent;
    color: #000;
  }
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  display: none;
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

select.form-control:not(.form-control--clear), .default-form select.form-field:not(.form-control--clear) {
  padding: 0 20px 0 8px !important;
}
select.form-control:not(.form-control--clear):after, .default-form select.form-field:not(.form-control--clear):after {
  display: block;
  float: right;
  content: "\f0dc";
  font-family: "FontAwesome";
}

select.form-control--select-standard:invalid {
  color: #8c8c8c;
}
select.form-control--select-standard option:not([disabled]) {
  color: #373941;
}

select {
  background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8.533' width='10.667' viewBox='0 0 10 8'%3E%3Cpath d='M10 0L5 8 0 0z' fill='%2300a287'/%3E%3C/svg%3E) !important;
  background-position: calc(100% - 10px) 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

.form-control[disabled], .default-form [disabled].form-field {
  cursor: default;
}

.form-error-message {
  margin-top: 10px;
  font-size: 13px;
  display: none;
}

.has-error .form-error-message {
  display: block;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.relative {
  position: relative;
}

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

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

.inline {
  display: inline;
}

.block {
  display: block;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ellipsis.checkboxed {
  padding: 4px;
}

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.no-list {
  padding: 0;
  list-style-type: none;
}

.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1680px) {
  .col-lg-2-4 {
    float: left;
    width: 20%;
  }
}

.col-md-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1280px) {
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
}

.col-sm-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .col-sm-2-4 {
    float: left;
    width: 20%;
  }
}

.col-xs-2-4 {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 1680px) {
  .col-lg-push-2-4 {
    left: 20%;
  }
}

@media (min-width: 1680px) {
  .col-lg-pull-2-4 {
    right: 20%;
  }
}

@media (min-width: 1680px) {
  .col-lg-offset-2-4 {
    margin-left: 20%;
  }
}

@media (min-width: 1280px) {
  .col-md-push-2-4 {
    left: 20%;
  }
}

@media (min-width: 1280px) {
  .col-md-pull-2-4 {
    right: 20%;
  }
}

@media (min-width: 1280px) {
  .col-md-offset-2-4 {
    margin-left: 20%;
  }
}

@media (min-width: 768px) {
  .col-sm-push-2-4 {
    left: 20%;
  }
}

@media (min-width: 768px) {
  .col-sm-pull-2-4 {
    right: 20%;
  }
}

@media (min-width: 768px) {
  .col-sm-offset-2-4 {
    margin-left: 20%;
  }
}

.col-xs-push-2-4 {
  left: 20%;
}

.col-xs-pull-2-4 {
  right: 20%;
}

.col-xs-offset-2-4 {
  margin-left: 20%;
}

@media screen and (max-width: 767px) {
  .input-spinner-arrow {
    display: none;
  }
}
.loading-overlay-base, .loading-overlay-infowindow,
.spinner-dots {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.loading-overlay-base, .loading-overlay-infowindow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.loading-overlay-base.load-results, .load-results.loading-overlay-infowindow {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.loading-overlay-infowindow {
  display: inherit;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding-top: 7px;
}

.spinner {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border: 3px solid #00a287;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.spinner-dots {
  width: 120px;
  text-align: center;
  align-self: center;
  order: 2;
}

.spinner-dots > div {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #373941;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-dots .bounce1 {
  animation-delay: -0.32s;
}
.spinner-dots .bounce2 {
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.link-dark {
  color: #222222;
  text-decoration: none;
}
.link-dark:hover, .link-dark:focus {
  color: #3c3c3c;
  text-decoration: underline;
}
.link-dark:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  .mobile-split-column {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.text-underline {
  text-decoration: underline;
}

.no-underline:hover, .no-underline:active, .no-underline:focus {
  text-decoration: none;
}

.toggle-collapse {
  display: none;
}

.collapsable .toggle-content {
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
.collapsable .toggle-collapse {
  display: block;
  padding-top: 10px;
  width: 100%;
  color: #00a287;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.933333em;
  -webkit-font-smoothing: antialiased;
}
.collapsable .collapse-more {
  display: none;
}
.collapsable .collapse-more:hover {
  color: #034F42;
  text-decoration: underline;
}
.collapsable .collapse-less {
  display: block;
}
.collapsable .collapse-less:hover {
  color: #034F42;
  text-decoration: underline;
}
.collapsable.collapsed .collapse-more {
  display: block;
}
.collapsable.collapsed .collapse-less {
  display: none;
}
.collapsable:not(.collapsed) .toggle-content {
  max-height: inherit !important;
}

.btn-empty {
  color: #808080;
  border: 1px solid #808080;
  background: none;
  text-transform: none;
}
.btn-empty:hover {
  border-color: #373941;
  color: #373941;
}

.btn-empty-danger {
  border-color: #FF5B65;
  background: #fff;
  color: #FF5B65;
}
.btn-empty-danger:hover, .btn-empty-danger:active, .btn-empty-danger:focus {
  color: #c1000c;
  border-color: #c1000c;
}

.btn.btn-im {
  font-size: 13px;
  padding: 5px 10px;
}

.btn-sm .fa {
  margin-right: 5px;
}

.btn-xs .fa {
  margin-right: 3px;
}

.btn .fa {
  margin-right: 5px;
}

.smaller {
  font-size: 0.8em;
}

.flex-vcenter, .flex-center {
  display: flex;
  align-items: center;
}
.flex-vcenter.row:before, .row.flex-center:before {
  display: none;
}

.flex-hcenter, .flex-center {
  display: flex;
  justify-content: center;
}
.flex-hcenter.row:before, .row.flex-center:before {
  display: none;
}

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

.sarah_young_avatar {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #747474;
  margin: 0 auto 5px;
  background: url("/build/images/tagvenue_support.jpg") center no-repeat;
  background-size: 100%;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

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

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 1280px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1680px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.column-count-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.column-count-4 {
  -moz-column-count: 4;
       column-count: 4;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

a.is-loading {
  position: relative;
  cursor: default;
  text-decoration: none !important;
}
a.is-loading::after {
  content: " ";
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 0.15em solid;
  border-color: currentColor currentColor currentColor transparent;
  width: 1em;
  height: 1em;
  margin: 0 5px;
  display: inline-block;
  animation: loading-spin 1s infinite;
}

input.placeholder-lg::-moz-placeholder {
  font-size: 14px;
}

input.placeholder-lg::placeholder {
  font-size: 14px;
}

input.placeholder-lgb::-moz-placeholder {
  font-size: 14px;
  color: #8c8c8c !important;
}

input.placeholder-lgb::placeholder {
  font-size: 14px;
  color: #8c8c8c !important;
}

.visible-im, .visible-im-sm {
  display: none !important;
}

@media (max-width: 991px) {
  .hidden-im {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .visible-im {
    display: block !important;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  .hidden-im-sm {
    display: none !important;
  }
  .visible-im-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm-im {
    display: none !important;
  }
  .visible-sm-im {
    display: block !important;
  }
}
.h-flex {
  display: flex;
}

.h-flex-grow-1 {
  flex-grow: 1;
}

.h-flex-v-center {
  align-items: center;
}

.h-flex-v-baseline {
  align-items: baseline;
}

.h-flex-space-between {
  justify-content: space-between;
}

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

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

.h-reset-color {
  color: #373941 !important;
}

.h-w-full {
  width: 100%;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loading-spin {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideFromRight {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes rotate360degrees {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shine {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated .infinite {
  animation-iteration-count: infinite;
}

.fadeOut {
  animation-name: fadeOut;
}

.fadeIn {
  animation-name: fadeIn;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.3s ease;
}

.slide-fade-enter-from {
  transform: translateY(2px);
  opacity: 0;
}

.slide-fade-leave-to {
  transform: translateY(-2px);
  opacity: 0;
}

.navbar .dropdown-menu {
  min-width: 165px;
  width: 100%;
}
.navbar-form-sm {
  margin-top: 11px;
  margin-bottom: 11px;
  padding-left: 10px;
}

.navbar {
  font-size: 13px;
  font-weight: 400;
  transition: 200ms all ease;
}
.navbar-brand {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .navbar-mobile {
    margin-top: 0;
  }
  .navbar-mobile .navbar-nav {
    margin-top: 0;
  }
}
.navbar-nav > li {
  transition: 200ms all ease;
  transition-property: background-color, color;
}
.navbar .navbar-toggle:hover .icon-bar {
  background-color: #b3b3b3;
}
.navbar-collapse {
  border-top-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-form {
  margin-top: 7px;
  margin-bottom: 5px;
}
.navbar-form .form-control, .navbar-form .default-form .form-field, .default-form .navbar-form .form-field {
  height: auto;
  padding: 4px 6px;
}
.navbar .dropdown-menu {
  border: none;
}
.navbar .dropdown-menu > li > a,
.navbar .dropdown-menu > li > a:focus {
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
}
.navbar .dropdown-header {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-default {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #eeeeee;
  border-left: 0;
}
.navbar-default .navbar-brand {
  padding-top: 3px;
  padding-bottom: 3px;
}
.navbar-default .navbar-brand > img {
  width: 152px;
  max-height: 46px;
}
.navbar-default .dropdown-menu {
  background-color: #fff;
}
.navbar-default .dropdown-menu > li > a,
.navbar-default .dropdown-menu > li > a:focus {
  color: #3d3d3d;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover {
  background-color: #fff;
  color: #00a287;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #00a287;
}
.navbar-home-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.58);
}
.navbar-main-home-nav > li > a {
  transition: 200ms all ease;
  transition-property: background-color, color;
}
@media screen and (max-width: 767px) {
  .navbar-main-home-nav {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navbar-main-home-nav > li > a:hover {
    background-color: #373941;
  }
}
.navbar-main-home-nav .navbar-toggle {
  margin-top: 10px;
  margin-bottom: 6px;
}
.navbar-main-home-nav.top-nav-collapse {
  background-color: rgba(0, 0, 0, 0.7);
  height: auto;
  min-height: 52px;
  margin-bottom: 0;
  border: none;
}
.navbar-main-home-nav.top-nav-collapse .dropdown.open .dropdown-toggle {
  margin-bottom: 0 !important;
}
.navbar-main-home-nav.top-nav-collapse .dropdown .dropdown-menu > li > a {
  padding: 10px 15px 10px 21px !important;
}
.navbar-main-home-nav.top-nav-collapse .dropdown .dropdown-menu > li > a:hover {
  background-color: rgba(163, 163, 163, 0.5);
}
.navbar-main-home-nav.top-nav-collapse .navbar-home-nav > li > a:hover {
  background-color: #373941;
}
@media screen and (max-width: 767px) {
  .navbar-main-home-nav.top-nav-collapse .navbar-mobile {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.navbar-main-home-nav .navbar-home-nav > li > a:hover,
.navbar-main-home-nav .navbar-home-nav > li > a.active:hover {
  background-color: rgba(0, 0, 0, 0.58);
}
.navbar-main-home-nav .navbar-brand {
  padding-top: 3px;
  padding-bottom: 3px;
  height: auto;
}
.navbar-main-home-nav .navbar-brand > img {
  width: auto;
  height: 46px;
}
.navbar-inverse .navbar-home-nav .dropdown.open {
  background-color: rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-home-nav .dropdown.open .dropdown-toggle {
  transition: 200ms all ease;
}
.navbar-inverse .navbar-home-nav .dropdown .dropdown-menu > li > a {
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 12px 15px;
  font-size: 13px;
  transition: 200ms all ease;
}
.navbar-inverse .navbar-home-nav .dropdown .dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.58);
}
.navbar-inverse .navbar-home-nav > li > a {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 14px;
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 768px) {
  .navbar-inverse .navbar-home-nav > li > a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-inverse .navbar-home-nav > li > a {
    font-size: 0.86667em;
  }
}
.navbar-inverse .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.25);
}
.navbar-inverse .dropdown-menu > li > a,
.navbar-inverse .dropdown-menu > li > a:focus {
  color: #fff;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.navbar-main-nav {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 5px;
}
.navbar-main-nav > .active > a,
.navbar-main-nav > .active > a:hover {
  font-weight: 400;
}
.navbar-main-nav .dropdown-menu {
  width: auto;
  min-width: 100%;
}
.navbar-main-nav .dropdown-menu > li > a,
.navbar-main-nav .dropdown-menu > li > a:focus {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  .navbar-main-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.navbar-no-padding {
  margin-bottom: -21px;
}

.navbar__dropdown-icon {
  width: 20px;
  text-align: center;
}

.navbar-unread-messages {
  background: #00a287;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  font-size: 10px;
  line-height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  letter-spacing: -0.1px;
}

.navbar-shortlist {
  position: relative;
  padding-left: 40px !important;
}

.navbar-shortlist__heart {
  font-size: 25px;
  margin-right: 10px;
  color: #FF5B65;
  position: absolute;
  left: 10px;
}
.navbar-shortlist__heart span {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 11px;
  width: 100%;
  text-align: center;
  line-height: 22px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}

.btn {
  padding: 8px 16px;
}
.btn-lg {
  padding: 16px 20px;
}
.btn-sm {
  padding: 8px 12px;
}
.btn-xs {
  padding: 4px 6px;
}

.btn-group .btn ~ .dropdown-toggle {
  padding-left: 16px;
  padding-right: 16px;
}
.btn-group .dropdown-menu {
  border-top-width: 0;
}
.btn-group.dropup .dropdown-menu {
  border-top-width: 1px;
  border-bottom-width: 0;
  margin-bottom: 0;
}
.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu {
  background-color: #e7e7e7;
  border-color: #ccc;
}
.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu > li > a {
  color: #3d3d3d;
}
.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu > li > a:hover {
  background-color: lightgray;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu, .btn-group .dropdown-toggle.btn-cta-blue ~ .dropdown-menu {
  background-color: #00a287;
  border-color: #00a287;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu > li > a, .btn-group .dropdown-toggle.btn-cta-blue ~ .dropdown-menu > li > a {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu > li > a:hover, .btn-group .dropdown-toggle.btn-cta-blue ~ .dropdown-menu > li > a:hover {
  background-color: #007965;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu, .btn-group .dropdown-toggle.btn-cta-green ~ .dropdown-menu {
  background-color: #00a287;
  border-color: #00a287;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu > li > a, .btn-group .dropdown-toggle.btn-cta-green ~ .dropdown-menu > li > a {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu > li > a:hover, .btn-group .dropdown-toggle.btn-cta-green ~ .dropdown-menu > li > a:hover {
  background-color: #007965;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu {
  background-color: #373941;
  border-color: #2b2d33;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu > li > a {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu > li > a:hover {
  background-color: #24262b;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu {
  background-color: #fdb813;
  border-color: #f4ad02;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu > li > a {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu > li > a:hover {
  background-color: #e5a202;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu, .btn-group .dropdown-toggle.btn-cta ~ .dropdown-menu {
  background-color: #FF5B65;
  border-color: #FF5B65;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu > li > a, .btn-group .dropdown-toggle.btn-cta ~ .dropdown-menu > li > a {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu > li > a:hover, .btn-group .dropdown-toggle.btn-cta ~ .dropdown-menu > li > a:hover {
  background-color: #ff323f;
}

.lead {
  color: #6f6f6f;
}

cite {
  font-style: italic;
}

blockquote {
  border-left-width: 1px;
  color: #6f6f6f;
}
blockquote.pull-right {
  border-right-width: 1px;
}
blockquote small {
  font-size: 12px;
  font-weight: 400;
}

.table > thead > tr > td.lighter,
.table > thead > tr > th.lighter, .table > thead > tr.lighter > td, .table > thead > tr.lighter > th,
.table > tbody > tr > td.lighter,
.table > tbody > tr > th.lighter,
.table > tbody > tr.lighter > td,
.table > tbody > tr.lighter > th,
.table > tfoot > tr > td.lighter,
.table > tfoot > tr > th.lighter,
.table > tfoot > tr.lighter > td,
.table > tfoot > tr.lighter > th {
  background-color: #eeeeee;
}

.table-hover > tbody > tr > td.lighter:hover,
.table-hover > tbody > tr > th.lighter:hover, .table-hover > tbody > tr.lighter:hover > td, .table-hover > tbody > tr:hover > .lighter, .table-hover > tbody > tr.lighter:hover > th {
  background-color: #e2e2e2;
}

.table {
  font-size: 12px;
}

.table-fixed {
  table-layout: fixed;
}

.table-bordered-outside {
  border: 1px solid #ddd;
}
.table-bordered-outside > thead > tr > th,
.table-bordered-outside > thead > tr > td,
.table-bordered-outside > tbody > tr > th,
.table-bordered-outside > tbody > tr > td,
.table-bordered-outside > tfoot > tr > th,
.table-bordered-outside > tfoot > tr > td {
  border: none;
}
.table-bordered-outside > thead > tr > td,
.table-bordered-outside > tbody > tr > td,
.table-bordered-outside > tfoot > tr > td {
  line-height: 39px;
}

.well-light {
  background-color: #FBFBFB;
  box-shadow: none;
  border: 1px solid #F1F1F1;
}

label,
.help-block,
.checkbox,
.radio {
  font-size: 12px;
  font-weight: bold;
}
label-light, label-bold,
.help-block-light,
.help-block-bold,
.checkbox-light,
.checkbox-bold,
.radio-light,
.radio-bold {
  font-size: 0.933em;
}
label-light,
.help-block-light,
.checkbox-light,
.radio-light {
  font-weight: 400;
}
label-bold,
.help-block-bold,
.checkbox-bold,
.radio-bold {
  font-weight: 700;
}

.control-label {
  font-size: 12px;
  font-weight: bold;
}
.control-label-light, .control-label-bold {
  font-size: 0.86667em;
}
.control-label-bold {
  font-weight: 700;
}

.label-search {
  font-size: 0.8em;
  line-height: 2.7;
  font-weight: 400;
  margin-bottom: 0;
  height: 33px;
}

input[type=radio],
input[type=checkbox] {
  margin-top: 1px;
}

.form-group.with-tooltip .tooltip.left .tooltip-arrow {
  border-left-color: #00a287;
}
.form-group.with-tooltip .tooltip.right .tooltip-arrow {
  border-right-color: #00a287;
}
.form-group.with-tooltip .tooltip-inner {
  max-width: 220px;
  background-color: #00a287;
  border-radius: 0;
  font-weight: 700;
}

.form-control, .default-form .form-field {
  font-size: 1em;
  color: #222222;
}
.form-control.error, .default-form .error.form-field {
  border-color: #FF5B65;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #FF5B65;
}
.form-control.invalid-red, .default-form .invalid-red.form-field {
  border-color: #fa4446;
}
.form-control.warning-orange, .default-form .warning-orange.form-field {
  border-color: #ff9300;
}

.input-sm,
.input-group-sm > .form-control,
.default-form .input-group-sm > .form-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 0.73333em;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}
.nav > li > a {
  transition: 200ms all ease;
}

.nav-tabs > li > a {
  background-color: #f8f8f8;
  border-color: #bbbec1;
  color: #373941;
}
.nav-tabs .caret {
  border-top-color: #373941;
  border-bottom-color: #373941;
}

.nav-pills {
  font-weight: 400;
}

.breadcrumb {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.pagination {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 4px;
  color: #999999;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #fff;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 3px;
}
.pagination-lg > li > a {
  padding-left: 22px;
  padding-right: 22px;
}
.pagination-sm > li > a {
  padding: 0 5px;
}

.pager {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.list-group {
  font-size: 12px;
  font-weight: 400;
}

.close {
  opacity: 0.4;
  text-decoration: none;
  text-shadow: none;
}
.close:hover, .close:focus {
  opacity: 1;
}

.alert {
  margin-top: 21px;
  font-size: 13px;
}
.alert .alert-link {
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
}
.alert.alert-danger {
  color: #FF5B65;
  background: #fff;
  border-left: 5px solid #FF5B65;
}
.alert.alert-fixed {
  position: fixed;
  width: 80%;
  left: 10%;
  top: 5%;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .alert.alert-fixed {
    width: 800px;
    left: calc((100% - 800px) / 2);
  }
}

.alert--relative {
  position: relative;
}

.alert__close {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 16px;
}

.alert-error {
  color: #fff;
  background-color: #FF5B65;
  border-color: #ff424d;
}
.alert-error hr {
  border-top-color: #ff2835;
}
.alert-error .alert-link {
  color: #e6e6e6;
}

.label {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0;
  font-weight: 400;
}
.label-default {
  background-color: #e7e7e7;
  color: #3d3d3d;
}

.badge {
  font-weight: 400;
}

.progress {
  height: 18px;
  padding: 0;
  background-color: #E3E3E3;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 12px;
}
.progress-bar {
  border-radius: 12px;
  box-shadow: none;
}

.navbar .dropdown-menu {
  padding: 0;
  margin-top: 0;
  font-size: 12px;
}
.navbar .dropdown-menu > li > a {
  padding: 12px 15px;
}
.navbar .dropdown-header {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 9px;
  text-transform: uppercase;
}

.popover {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.panel {
  border: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading, .panel-footer {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading {
  padding: 18px;
  cursor: pointer;
}
.panel-heading .accordion-toggle:after {
  font-family: "Glyphicons Halflings";
  content: "\e260";
  float: right;
  color: #fff;
  background-color: #00efc7;
  padding: 18px;
  margin-right: -18px;
  margin-top: -18px;
  transition: 200ms all ease;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\e259";
}
.panel-heading .accordion-toggle:not(.collapsed):after {
  content: "\e260";
}
.panel-default .close {
  color: #373941;
}
.panel-title {
  font-size: 12px;
}
.panel-body {
  background-color: #fafafa;
}

.modal .close {
  color: #373941;
}
.modal-header__dark {
  background: #f9f9f9;
  min-height: 80px;
  padding: 29px 15px;
}
.modal-footer__dark {
  background: #f9f9f9;
  height: 80px;
  text-align: left;
}
.modal-button-absolute-save {
  position: absolute;
  right: 20px;
  bottom: -60px;
}

@media screen and (max-width: 1279px) {
  .responsive-image {
    width: 160%;
    height: auto;
    margin-left: -30%;
  }
}
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: block;
}

.text-darker {
  color: #222222;
}

a.text-darker:hover,
a.text-darker:focus {
  color: #090909;
}

.text-dove-gray {
  color: #373941;
}

a.text-dove-gray:hover,
a.text-dove-gray:focus {
  color: #202125;
}

.text-casper {
  color: #a5b6cb;
}

a.text-casper:hover,
a.text-casper:focus {
  color: #859cb8;
}

.navbar-ask-a-venue-expert {
  text-transform: none;
  font-weight: 700;
}

.navbar__user-name-trimmed {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  .navbar-right {
    height: 53px;
  }
  .navbar-unread-messages {
    display: block;
    float: right;
    margin-left: 4px;
  }
}
.btn-plus.plus-primary, .btn-add-another-venue, .btn-add-room {
  padding-right: 30px;
  padding-left: 30px;
}

.btn {
  font-weight: bold;
  transition: 200ms background-color ease;
  letter-spacing: 0;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
}
.btn-cta {
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 16px;
}
.btn-cta-blue {
  font-size: 18px;
  font-weight: 700;
}
.btn-cta-green {
  font-size: 18px;
  font-weight: 700;
}
.btn-input {
  padding: 0;
  height: 39px;
}
.btn-active-filters-toggle {
  margin-bottom: 6px;
  order: 1;
}
@media screen and (max-width: 767px) {
  .btn-active-filters-toggle {
    margin-bottom: 0;
  }
}
.btn-active-filters {
  color: #373941 !important;
  margin: 0 4px 4px 0;
  background-color: transparent !important;
  letter-spacing: 0;
}
.btn-active-filters:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .btn-active-filters {
    display: none;
  }
}
.btn-sm {
  padding: 8px 12px;
}
.btn-xs {
  padding: 4px 6px;
}
.btn-uppercase {
  text-transform: uppercase;
}
.btn:focus, .btn:active {
  outline: none !important;
}
.btn-more {
  margin-top: 0;
}
.btn-more:hover {
  color: #373941;
}
@media screen and (max-width: 767px) {
  .btn-add-pricing-hours:after {
    content: attr(data-hours);
  }
}
.btn-add-room {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 38px;
  float: right;
}
.btn-add-room::before {
  content: "";
  display: block;
  background-color: #00a287;
  border: 1px solid #00a287;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -42px;
  padding: 18.5px;
  top: -1px;
  transition: 200ms all ease;
  background-image: url(/build/images/white-cross.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.btn-add-room:hover::before, .btn-add-room:focus::before, .btn-add-room:active::before {
  background-color: #006f5d;
  border-color: #006554;
}
@media screen and (max-width: 1679px) {
  .btn-add-room {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn-add-room {
    float: none;
  }
}
.btn-other-rooms {
  float: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .btn-other-rooms {
    float: none;
  }
}
.btn-add-venue {
  letter-spacing: 0.5px;
  width: 210px;
  margin-left: 98px;
  margin-bottom: 24px;
}
.btn-add-venue::before {
  content: "";
  display: block;
  background-color: #373941;
  border: 1px solid #2b2d33;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -42px;
  padding: 18.5px;
  top: -1px;
  transition: 200ms all ease;
  background-image: url(/build/images/white-cross.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.btn-add-venue:hover::before, .btn-add-venue:focus::before, .btn-add-venue:active::before {
  background-color: #202125;
  border-color: #0f1012;
}
@media screen and (max-width: 1679px) {
  .btn-add-venue {
    margin-left: 54px;
  }
}
@media screen and (max-width: 1279px) {
  .btn-add-venue {
    margin-left: 62px;
  }
}
@media screen and (max-width: 991px) {
  .btn-add-venue {
    width: 179px;
    font-size: 0.7em;
    letter-spacing: 1.5px;
    margin-left: 41px;
  }
}
.btn-add-another-venue {
  letter-spacing: 3px;
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 38px;
}
.btn-add-another-venue::before {
  content: "";
  display: block;
  background-color: #00a287;
  border: 1px solid #00a287;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -42px;
  padding: 18.5px;
  top: -1px;
  transition: 200ms all ease;
  background-image: url(/build/images/white-cross.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.btn-add-another-venue:hover::before, .btn-add-another-venue:focus::before, .btn-add-another-venue:active::before {
  background-color: #006f5d;
  border-color: #006554;
}
@media screen and (max-width: 767px) {
  .btn-add-another-venue {
    float: none;
  }
}
.btn-users-control, .btn-users-delete {
  letter-spacing: 0;
}
.btn-users-control {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
.btn-users-delete {
  color: #FF5B65;
  font-size: 12px;
}
.btn-users-delete:hover {
  color: #ff3541;
}
.btn-users-delete.change-status {
  color: #00a287;
}
.btn-users-delete.change-status:hover {
  color: #007c67;
}
.btn-delete-account {
  font-weight: 700;
  color: #999999;
  border: 2px solid transparent;
  padding: 8px;
  font-size: 0.8em;
}
.btn-delete-account:hover {
  text-decoration: none;
  color: #FF5B65;
  border-color: #FF5B65;
}
.btn-item-delete {
  padding: 8px 0;
  width: 33px;
  height: 100%;
  border: 0;
}
.btn-primary-light {
  color: #00a287;
  background-color: transparent;
  border-color: #008972;
}
.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light.focus, .btn-primary-light:active, .btn-primary-light.active, .open > .btn-primary-light.dropdown-toggle {
  color: #00d5b2;
  background-color: rgba(26, 26, 26, 0);
  border-color: #00c6a5;
}
.btn-primary-light:active, .btn-primary-light.active, .open > .btn-primary-light.dropdown-toggle {
  background-image: none;
}
.btn-primary-light.disabled, .btn-primary-light.disabled:hover, .btn-primary-light.disabled:focus, .btn-primary-light.disabled.focus, .btn-primary-light.disabled:active, .btn-primary-light.disabled.active, .btn-primary-light[disabled], .btn-primary-light[disabled]:hover, .btn-primary-light[disabled]:focus, .btn-primary-light[disabled].focus, .btn-primary-light[disabled]:active, .btn-primary-light[disabled].active, fieldset[disabled] .btn-primary-light, fieldset[disabled] .btn-primary-light:hover, fieldset[disabled] .btn-primary-light:focus, fieldset[disabled] .btn-primary-light.focus, fieldset[disabled] .btn-primary-light:active, fieldset[disabled] .btn-primary-light.active {
  background-color: transparent;
  border-color: #008972;
}
.btn-primary-light .badge {
  color: transparent;
  background-color: #00a287;
}
.btn-info-light {
  color: #373941;
  background-color: #fafafa;
  border-color: #ddd;
}
.btn-info-light:hover, .btn-info-light:focus, .btn-info-light.focus, .btn-info-light:active, .btn-info-light.active, .open > .btn-info-light.dropdown-toggle {
  color: #4e515d;
  background-color: white;
  border-color: #fcfcfc;
}
.btn-info-light:active, .btn-info-light.active, .open > .btn-info-light.dropdown-toggle {
  background-image: none;
}
.btn-info-light.disabled, .btn-info-light.disabled:hover, .btn-info-light.disabled:focus, .btn-info-light.disabled.focus, .btn-info-light.disabled:active, .btn-info-light.disabled.active, .btn-info-light[disabled], .btn-info-light[disabled]:hover, .btn-info-light[disabled]:focus, .btn-info-light[disabled].focus, .btn-info-light[disabled]:active, .btn-info-light[disabled].active, fieldset[disabled] .btn-info-light, fieldset[disabled] .btn-info-light:hover, fieldset[disabled] .btn-info-light:focus, fieldset[disabled] .btn-info-light.focus, fieldset[disabled] .btn-info-light:active, fieldset[disabled] .btn-info-light.active {
  background-color: #fafafa;
  border-color: #ddd;
}
.btn-info-light .badge {
  color: #fafafa;
  background-color: #373941;
}
.btn-dark-blue {
  color: #fff;
  background-color: #1d66d4;
  border-color: #1a5bbe;
}
.btn-dark-blue:focus, .btn-dark-blue.focus {
  color: #fff;
  background-color: #1750a7;
  border-color: #0b254d;
}
.btn-dark-blue:hover {
  color: #fff;
  background-color: #1750a7;
  border-color: #134188;
}
.btn-dark-blue:active, .btn-dark-blue.active, .open > .btn-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #1750a7;
  background-image: none;
  border-color: #134188;
}
.btn-dark-blue:active:hover, .btn-dark-blue:active:focus, .btn-dark-blue:active.focus, .btn-dark-blue.active:hover, .btn-dark-blue.active:focus, .btn-dark-blue.active.focus, .open > .btn-dark-blue.dropdown-toggle:hover, .open > .btn-dark-blue.dropdown-toggle:focus, .open > .btn-dark-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #134188;
  border-color: #0b254d;
}
.btn-dark-blue.disabled:hover, .btn-dark-blue.disabled:focus, .btn-dark-blue.disabled.focus, .btn-dark-blue[disabled]:hover, .btn-dark-blue[disabled]:focus, .btn-dark-blue[disabled].focus, fieldset[disabled] .btn-dark-blue:hover, fieldset[disabled] .btn-dark-blue:focus, fieldset[disabled] .btn-dark-blue.focus {
  background-color: #1d66d4;
  border-color: #1a5bbe;
}
.btn-dark-blue .badge {
  color: #1d66d4;
  background-color: #fff;
}
.btn-dark-green {
  color: #fff;
  background-color: #00a287;
  border-color: #008972;
}
.btn-dark-green:focus, .btn-dark-green.focus {
  color: #fff;
  background-color: #006f5d;
  border-color: #000908;
}
.btn-dark-green:hover {
  color: #fff;
  background-color: #006f5d;
  border-color: #004b3f;
}
.btn-dark-green:active, .btn-dark-green.active, .open > .btn-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #006f5d;
  background-image: none;
  border-color: #004b3f;
}
.btn-dark-green:active:hover, .btn-dark-green:active:focus, .btn-dark-green:active.focus, .btn-dark-green.active:hover, .btn-dark-green.active:focus, .btn-dark-green.active.focus, .open > .btn-dark-green.dropdown-toggle:hover, .open > .btn-dark-green.dropdown-toggle:focus, .open > .btn-dark-green.dropdown-toggle.focus {
  color: #fff;
  background-color: #004b3f;
  border-color: #000908;
}
.btn-dark-green.disabled:hover, .btn-dark-green.disabled:focus, .btn-dark-green.disabled.focus, .btn-dark-green[disabled]:hover, .btn-dark-green[disabled]:focus, .btn-dark-green[disabled].focus, fieldset[disabled] .btn-dark-green:hover, fieldset[disabled] .btn-dark-green:focus, fieldset[disabled] .btn-dark-green.focus {
  background-color: #00a287;
  border-color: #008972;
}
.btn-dark-green .badge {
  color: #00a287;
  background-color: #fff;
}
.btn-home {
  color: #fff;
  background-color: #0ca9bc;
  border-color: #0a93a4;
}
.btn-home:focus, .btn-home.focus {
  color: #fff;
  background-color: #097e8c;
  border-color: #03282c;
}
.btn-home:hover {
  color: #fff;
  background-color: #097e8c;
  border-color: #07606b;
}
.btn-home:active, .btn-home.active, .open > .btn-home.dropdown-toggle {
  color: #fff;
  background-color: #097e8c;
  background-image: none;
  border-color: #07606b;
}
.btn-home:active:hover, .btn-home:active:focus, .btn-home:active.focus, .btn-home.active:hover, .btn-home.active:focus, .btn-home.active.focus, .open > .btn-home.dropdown-toggle:hover, .open > .btn-home.dropdown-toggle:focus, .open > .btn-home.dropdown-toggle.focus {
  color: #fff;
  background-color: #07606b;
  border-color: #03282c;
}
.btn-home.disabled:hover, .btn-home.disabled:focus, .btn-home.disabled.focus, .btn-home[disabled]:hover, .btn-home[disabled]:focus, .btn-home[disabled].focus, fieldset[disabled] .btn-home:hover, fieldset[disabled] .btn-home:focus, fieldset[disabled] .btn-home.focus {
  background-color: #0ca9bc;
  border-color: #0a93a4;
}
.btn-home .badge {
  color: #0ca9bc;
  background-color: #fff;
}
.btn-home-lg {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 5px;
  width: 270px;
}
@media screen and (max-width: 1279px) {
  .btn-home-lg {
    width: 280px;
    font-size: 19px;
    letter-spacing: 2px;
  }
}
.btn-landing-page {
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (max-width: 1279px) {
  .btn-landing-page {
    margin-top: 20px;
  }
}
.btn-long {
  padding: 8px;
  width: 225px;
}
@media screen and (max-width: 1679px) {
  .btn-long {
    width: 190px;
    font-size: 0.8em;
  }
}
.btn-register-close {
  padding: 8px 54px;
}
.btn-link-light {
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  font-size: 0.86667em;
  padding-top: 3px;
}
.btn-link-bold {
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 0.86667em;
  padding-top: 3px;
}
.btn-uc {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 1em;
  padding: 16px 50px;
}
@media screen and (max-width: 767px) {
  .btn-uc {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 479px) {
  .btn-uc {
    padding: 12px 15px;
    font-size: 0.7em;
  }
}
.btn-edit-venue {
  margin-top: 161px;
  width: 164px;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-edit-venue {
    width: 145px;
  }
}
.btn-room-settings {
  width: 164px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 45px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-room-settings {
    width: 145px;
  }
}
.btn-fixed {
  width: 125px;
}
.btn-search-in-location {
  width: 270px;
  height: 47px;
  margin-top: -13px;
  margin-bottom: -3px;
  margin-left: -12px;
}
@media screen and (max-width: 767px) {
  .btn-block {
    margin-bottom: 5px;
  }
}
.btn-plus {
  position: relative;
}
.btn-plus.plus-primary {
  letter-spacing: 2px;
}
.btn-plus.plus-primary::before {
  content: "";
  display: block;
  background-color: #00a287;
  border: 1px solid #00a287;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -42px;
  padding: 18.5px;
  top: -1px;
  transition: 200ms all ease;
  background-image: url(/build/images/white-cross.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.btn-plus.plus-primary:hover::before, .btn-plus.plus-primary:focus::before, .btn-plus.plus-primary:active::before {
  background-color: #006f5d;
  border-color: #006554;
}
.btn-danger, .btn-cta {
  background-color: #FF5B65;
}
.btn-danger:hover, .btn-cta:hover {
  background-color: #ff848b;
  border-color: #ff848b;
}
.btn.is-loading {
  color: transparent;
  opacity: 0.7;
  position: relative;
}
.btn.is-loading::after {
  content: " ";
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 0.15em solid;
  border-color: currentColor currentColor currentColor transparent;
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  color: #fff !important;
  display: inline-block;
  animation: loading-spin 1s infinite;
}
.btn.is-loading.btn-empty::after {
  color: #808080 !important;
}

.btn-group-justified > .btn-group .btn.btn-rfp-control {
  width: calc(100% - 2px);
}
.btn-group-justified > .btn-group:nth-child(2) .btn-rfp-control {
  float: right;
}

.btn-primary-inverse {
  color: #373941;
  background-color: #fff;
  border-color: #373941;
}
.btn-primary-inverse:hover, .btn-primary-inverse:focus, .btn-primary-inverse.focus, .btn-primary-inverse:active, .btn-primary-inverse.active, .open > .btn-primary-inverse.dropdown-toggle {
  color: #fff;
  background-color: #00a287;
  border-color: #00a287;
}
.btn-primary-inverse:active, .btn-primary-inverse.active, .open > .btn-primary-inverse.dropdown-toggle {
  background-image: none;
}
.btn-primary-inverse.disabled, .btn-primary-inverse.disabled:hover, .btn-primary-inverse.disabled:focus, .btn-primary-inverse.disabled.focus, .btn-primary-inverse.disabled:active, .btn-primary-inverse.disabled.active, .btn-primary-inverse[disabled], .btn-primary-inverse[disabled]:hover, .btn-primary-inverse[disabled]:focus, .btn-primary-inverse[disabled].focus, .btn-primary-inverse[disabled]:active, .btn-primary-inverse[disabled].active, fieldset[disabled] .btn-primary-inverse, fieldset[disabled] .btn-primary-inverse:hover, fieldset[disabled] .btn-primary-inverse:focus, fieldset[disabled] .btn-primary-inverse.focus, fieldset[disabled] .btn-primary-inverse:active, fieldset[disabled] .btn-primary-inverse.active {
  background-color: #00a287;
  border-color: #00a287;
}
.btn-primary-inverse .badge {
  color: #fff;
  background-color: #00a287;
}

.btn-success-inverse {
  color: #373941;
  background-color: #fff;
  border-color: #373941;
}
.btn-success-inverse:hover, .btn-success-inverse:focus, .btn-success-inverse.focus, .btn-success-inverse:active, .btn-success-inverse.active, .open > .btn-success-inverse.dropdown-toggle {
  color: #fff;
  background-color: #00a287;
  border-color: #00a287;
}
.btn-success-inverse:active, .btn-success-inverse.active, .open > .btn-success-inverse.dropdown-toggle {
  background-image: none;
}
.btn-success-inverse.disabled, .btn-success-inverse.disabled:hover, .btn-success-inverse.disabled:focus, .btn-success-inverse.disabled.focus, .btn-success-inverse.disabled:active, .btn-success-inverse.disabled.active, .btn-success-inverse[disabled], .btn-success-inverse[disabled]:hover, .btn-success-inverse[disabled]:focus, .btn-success-inverse[disabled].focus, .btn-success-inverse[disabled]:active, .btn-success-inverse[disabled].active, fieldset[disabled] .btn-success-inverse, fieldset[disabled] .btn-success-inverse:hover, fieldset[disabled] .btn-success-inverse:focus, fieldset[disabled] .btn-success-inverse.focus, fieldset[disabled] .btn-success-inverse:active, fieldset[disabled] .btn-success-inverse.active {
  background-color: #00a287;
  border-color: #00a287;
}
.btn-success-inverse .badge {
  color: #fff;
  background-color: #00a287;
}

.btn-danger-inverse {
  color: #373941;
  background-color: #fff;
  border-color: #373941;
}
.btn-danger-inverse:hover, .btn-danger-inverse:focus, .btn-danger-inverse.focus, .btn-danger-inverse:active, .btn-danger-inverse.active, .open > .btn-danger-inverse.dropdown-toggle {
  color: #fff;
  background-color: #FF5B65;
  border-color: #FF5B65;
}
.btn-danger-inverse:active, .btn-danger-inverse.active, .open > .btn-danger-inverse.dropdown-toggle {
  background-image: none;
}
.btn-danger-inverse.disabled, .btn-danger-inverse.disabled:hover, .btn-danger-inverse.disabled:focus, .btn-danger-inverse.disabled.focus, .btn-danger-inverse.disabled:active, .btn-danger-inverse.disabled.active, .btn-danger-inverse[disabled], .btn-danger-inverse[disabled]:hover, .btn-danger-inverse[disabled]:focus, .btn-danger-inverse[disabled].focus, .btn-danger-inverse[disabled]:active, .btn-danger-inverse[disabled].active, fieldset[disabled] .btn-danger-inverse, fieldset[disabled] .btn-danger-inverse:hover, fieldset[disabled] .btn-danger-inverse:focus, fieldset[disabled] .btn-danger-inverse.focus, fieldset[disabled] .btn-danger-inverse:active, fieldset[disabled] .btn-danger-inverse.active {
  background-color: #FF5B65;
  border-color: #FF5B65;
}
.btn-danger-inverse .badge {
  color: #fff;
  background-color: #FF5B65;
}

.btn-info-inverse {
  color: #373941;
  background-color: #fff;
  border-color: #373941;
}
.btn-info-inverse:hover, .btn-info-inverse:focus, .btn-info-inverse.focus, .btn-info-inverse:active, .btn-info-inverse.active, .open > .btn-info-inverse.dropdown-toggle {
  color: #fff;
  background-color: #373941;
  border-color: #373941;
}
.btn-info-inverse:active, .btn-info-inverse.active, .open > .btn-info-inverse.dropdown-toggle {
  background-image: none;
}
.btn-info-inverse.disabled, .btn-info-inverse.disabled:hover, .btn-info-inverse.disabled:focus, .btn-info-inverse.disabled.focus, .btn-info-inverse.disabled:active, .btn-info-inverse.disabled.active, .btn-info-inverse[disabled], .btn-info-inverse[disabled]:hover, .btn-info-inverse[disabled]:focus, .btn-info-inverse[disabled].focus, .btn-info-inverse[disabled]:active, .btn-info-inverse[disabled].active, fieldset[disabled] .btn-info-inverse, fieldset[disabled] .btn-info-inverse:hover, fieldset[disabled] .btn-info-inverse:focus, fieldset[disabled] .btn-info-inverse.focus, fieldset[disabled] .btn-info-inverse:active, fieldset[disabled] .btn-info-inverse.active {
  background-color: #373941;
  border-color: #373941;
}
.btn-info-inverse .badge {
  color: #fff;
  background-color: #373941;
}

.button--transparent {
  padding: 0;
  margin-top: 15px;
  font-size: 0.86667em;
  color: #8d98a5;
}
.button--transparent:hover, .button--transparent:focus, .button--transparent:active {
  color: #00a287;
  box-shadow: none;
}

.button--fb-new, .button--fb-new.ds-button,
.button--google,
.button--google.ds-button {
  height: auto;
  text-transform: none;
  line-height: 1.5em;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 15px center;
  letter-spacing: normal;
  cursor: pointer;
  background-image: url("/build/images/google_icon.svg");
  background-color: #fff;
  color: #373941;
  border: 1px solid #373941;
  padding-left: 40px; /* additional padding (icon) to align center the text in box */
}
.button--fb-new:hover, .button--fb-new:active, .button--fb-new:focus, .button--fb-new.ds-button:hover, .button--fb-new.ds-button:active, .button--fb-new.ds-button:focus,
.button--google:hover,
.button--google:active,
.button--google:focus,
.button--google.ds-button:hover,
.button--google.ds-button:active,
.button--google.ds-button:focus {
  background-image: url("/build/images/google_icon.svg");
  background-color: #fafafa;
  border: 1px solid #373941;
  color: #373941;
}

.button--fb-new, .button--fb-new.ds-button {
  background-image: url("/build/images/facebook.png");
  background-size: 45px;
  background-position-x: 2px;
}
.button--fb-new:active, .button--fb-new:hover, .button--fb-new:focus, .button--fb-new.ds-button:active, .button--fb-new.ds-button:hover, .button--fb-new.ds-button:focus {
  background-image: url("/build/images/facebook.png");
}

.btn-truncate-more, .btn-truncate-less {
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
  color: #00a287;
  width: 100%;
  text-align: left;
}
.btn-truncate-more:active, .btn-truncate-less:active {
  box-shadow: none;
}
.btn-truncate-more:hover, .btn-truncate-less:hover {
  color: #034F42;
  text-decoration: underline;
}
.btn-truncate-more::before, .btn-truncate-less::before {
  content: "+ ";
}

.btn-truncate-less::before {
  content: "- ";
}

@media screen and (max-width: 1679px) {
  .btn.btn-im-sm {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.btn-info.btn-outline {
  color: #373941;
  border: 1px solid #373941;
  background: transparent;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:active {
  border-color: #373941;
  color: #373941;
  background: transparent;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .venue-cabinet .container, .venue-cabinet .container-regular {
    width: 100%;
  }
}

.map-mobile--toggle {
  display: none;
}

.vc-map {
  width: 100%;
  height: 380px;
}
.vc-map :focus-visible {
  outline: none;
}
.vc-map-lg {
  height: 450px;
}
@media screen and (max-height: 767px) and (max-width: 767px) {
  .vc-map-lg {
    height: 300px;
    width: 100%;
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .vc-map-lg {
    margin-top: 20px;
  }
}
.vc-toggle-maps {
  display: none;
}
@media screen and (max-width: 767px) {
  .vc-toggle-maps {
    display: block;
  }
}
.vc-overview-form .text-primary, .vc-room-description-form .text-primary, .vc-room-details-form .text-primary {
  color: #00a287;
}
.vc-overview-form .venue-name,
.vc-overview-form .room-name, .vc-room-description-form .venue-name,
.vc-room-description-form .room-name, .vc-room-details-form .venue-name,
.vc-room-details-form .room-name {
  max-width: 420px;
}
.vc-overview-form .venue-description, .vc-room-description-form .venue-description, .vc-room-details-form .venue-description {
  padding: 20px;
  resize: vertical;
  min-height: 135px;
}
.vc-overview-form .header-margin, .vc-room-description-form .header-margin, .vc-room-details-form .header-margin {
  margin-bottom: 16px;
}
.vc-overview-form .header-margin.with-help-block, .vc-room-description-form .header-margin.with-help-block, .vc-room-details-form .header-margin.with-help-block {
  margin-bottom: 2px;
}
.vc-overview-form .help-block.with-header, .vc-room-description-form .help-block.with-header, .vc-room-details-form .help-block.with-header {
  margin-bottom: 22px;
}
.vc-header {
  margin: 1.5em 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  font-weight: bold;
  font-size: 40px;
}
.vc-main-content .rooms-at-venue-header {
  overflow: hidden;
  width: calc(100% - 60px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .vc-main-content .rooms-at-venue-header {
    width: 100%;
    white-space: normal;
  }
}
.vc-main-content .manage-venues-header {
  margin-top: 38px;
  margin-bottom: 19px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .vc-main-content .manage-venues-header {
    font-size: 2em;
  }
}
@media screen and (max-width: 991px) {
  .vc-main-content .manage-venues-notice {
    font-size: 0.86667em;
  }
}
.vc-main-content-sm {
  margin-bottom: 30px;
}
.vc-main-content-lg {
  margin-bottom: 60px;
}
.vc-main-content-photos {
  margin-bottom: 110px;
}
.vc-uses-grid .well {
  margin-bottom: 0;
}
.vc-uses-grid .grid-element {
  height: 290px;
}
.vc-uses-header {
  margin-bottom: 19px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vc-section-catering::after {
  content: "";
  border-top: 1px solid #ddd;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.vc-section-catering:last-of-type::after {
  content: "";
  display: none;
}
.vc-section-room-details::after {
  content: "";
  border-top: 1px solid #ddd;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.vc-section-room-features::after {
  content: "";
  border-top: 1px solid #ddd;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.vc-section-room-features.custom-checkboxes label {
  width: auto;
  min-width: inherit;
}
.vc-section-room-features .checkbox {
  display: flex;
  align-items: center;
}
.vc-section-room-features .feature-select {
  margin-left: 10px;
  display: inline-block;
  width: 100px;
  height: 35px;
  font-weight: 400;
}
.vc-section-pricing-container .tooltip.persistent-tooltip {
  position: absolute;
  width: auto;
}
@media screen and (max-width: 991px) {
  .vc-section-pricing-container {
    font-size: 0.86667em;
  }
}
.vc-section-pricing-container .pricing-toggle {
  margin-left: 24px;
  color: #3d3d3d;
  font-weight: 700;
}
.vc-section-pricing-container .panel {
  margin-bottom: 8px;
}
.vc-section-pricing-container .panel-heading {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 12px 6px;
  text-decoration: none;
  cursor: pointer;
  transition: 200ms all;
}
.vc-section-pricing-container .panel-heading:hover {
  background-color: #fafafa;
}
.vc-section-pricing-container .panel-heading .panel-title {
  font-size: 14px;
}
.vc-section-pricing-container .panel-body {
  padding: 15px 0;
  background-color: #fff;
}
.vc-section-pricing-container .panel-group .panel-heading + .panel-collapse > .panel-body,
.vc-section-pricing-container .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}
.vc-section-pricing-container .pricing-toggle:hover, .vc-section-pricing-container .pricing-toggle:focus {
  text-decoration: none;
}
.vc-section-pricing-container .pricing-toggle::after {
  content: "▲";
  float: left;
  color: #00a287;
  padding: 12px;
  margin-right: -24px;
  margin-top: -12px;
  transition: 200ms all ease;
}
.vc-section-pricing-container .pricing-toggle.collapsed::after {
  content: "▼";
}
@media screen and (max-width: 479px) {
  .vc-section-pricing-container .pricing-toggle::after {
    content: "";
  }
  .vc-section-pricing-container .pricing-toggle.collapsed::after {
    content: "";
  }
}
@media screen and (max-width: 479px) {
  .vc-section-pricing-container .pricing-toggle {
    margin-left: 6px;
  }
}
.vc-section-pricing-container .pricing-option-info__day {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  cursor: default;
  color: #c8c8c8;
}
@media screen and (max-width: 767px) {
  .vc-section-pricing-container .pricing-option-info__day {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
  }
}
.vc-section-pricing-container .pricing-option-info__day--opened {
  background: #00a287;
  color: #fff;
}
.vc-venue-switch {
  text-align: center;
}
.vc-venue-switch .venue-publication-switch {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .vc-venue-switch .venue-publication-switch {
    margin-bottom: 0;
  }
}
.vc-cabinet-tooltips {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.8em;
}
.vc-cabinet-tooltips:before {
  display: block;
  margin: 0 auto 20px auto;
  width: 80px;
  height: 80px;
  background-image: url(/build/images/idea.svg);
  background-repeat: no-repeat;
  content: "";
}
.vc-cabinet-tooltips:after {
  display: block;
  margin: 25px auto 0 auto;
  width: 70px;
  height: 1px;
  background-color: #ddd;
  content: "";
}
.vc-percent-complete {
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
}
.vc-venue-item {
  margin-right: 0;
  margin-bottom: 31px;
  margin-left: 0;
  padding: 20px 10px 30px 10px;
  border-bottom: 2px solid #E3E3E3;
  background: #FAFAFA;
}
.vc-venue-item .vc-published-text {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .vc-venue-item .vc-published-text {
    margin-top: 38px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .vc-venue-item .btn-edit-venue {
    margin-top: 0;
  }
}
.vc-venue-item .venue-placeholder {
  margin: 40px auto;
  opacity: 1;
  cursor: pointer;
  transition: 200ms ease;
}
.vc-venue-item .venue-placeholder:hover {
  opacity: 0.6;
  transform: scale(1.1);
}
.vc-venue-item input.cmn-toggle-round-flat + label {
  margin-right: calc(50% - 76px);
  margin-left: auto;
  padding: 2px;
  width: 50px;
  height: 24px;
  border-radius: 60px;
  background-color: #ddd;
  transition: background 0.4s;
  -o-border-radius: 60px;
}
.vc-venue-item input.cmn-toggle-round-flat + label:before {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 60px;
  background-color: #fff;
  transition: background 0.4s;
  -o-border-radius: 60px;
}
.vc-venue-item input.cmn-toggle-round-flat + label:after {
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: 16px;
  border-radius: 52px;
  background-color: #ddd;
  transition: margin 0.4s, background 0.4s;
  -o-border-radius: 52px;
}
.vc-venue-item input.cmn-toggle-round-flat:checked + label {
  background-color: #00a287;
}
.vc-venue-item input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 26px;
  background-color: #00a287;
}
.vc-published-text {
  padding: 8px;
  width: 164px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.8em;
  cursor: pointer;
  transition: 200ms all ease;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vc-published-text {
    width: 145px;
  }
}
.vc-published-text i {
  margin-right: 3px;
}
.vc-published-text.published {
  background-color: #00a287;
}
.vc-published-text.published:hover {
  background-color: #00bc9c;
}
.vc-published-text.unpublished {
  background-color: #FF5B65;
}
.vc-published-text.unpublished:hover {
  background-color: #ff424d;
}
.vc-published-text.awaiting-approval {
  background-color: #fdb813;
}
.vc-published-text.awaiting-approval:hover {
  background-color: #fdc746;
}

.counter-chars {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  text-align: right;
  font-style: italic;
}

.details-form {
  overflow: hidden;
}

.venue-photos .photo-counter,
.room-photos .photo-counter {
  background-color: #00a287;
  color: #fff;
  width: 19px;
  height: 19px;
  display: inline-block;
  font-weight: 700;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
  border: 2px solid #006f5d;
}
@media screen and (max-width: 991px) {
  .venue-photos .help-block,
  .room-photos .help-block {
    font-size: 10px;
  }
}
.venue-photos__header,
.room-photos__header {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .venue-photos__header,
  .room-photos__header {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
  }
}

.venue-photos-notice {
  background: rgba(255, 199, 91, 0.2);
  border-radius: 8px;
  padding: 16px 28px;
}
.venue-photos-notice ul {
  list-style-position: inside;
  margin-bottom: 0;
  padding-left: 0;
}
.venue-photos-notice li:not(:last-child) {
  margin-bottom: 3px;
}
.venue-photos-notice a {
  font-weight: 600;
}

.venue-photos-notice__title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.upload-label {
  margin-top: 0;
  padding: 0 18px;
  padding-top: 40%;
}
.upload-add-button {
  display: inline-block;
  float: left;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding: 0;
  width: 48%;
  border: 1px solid #ddd;
  background-color: #fafafa;
  background-image: url(/build/images/upload-primary.png);
  background-position: 50% 30%;
  background-repeat: no-repeat;
  color: #373941;
  font-size: 10px;
}
.upload-add-button:hover {
  background-color: #fff;
}
.upload-add-button .upload-template--holder {
  pointer-events: none;
}
.upload-template {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 1%;
  margin-left: 0.5%;
  width: 48%;
  border: 1px solid transparent;
  overflow: hidden;
  cursor: move;
  cursor: grab;
}
.upload-template:active {
  cursor: grabbing;
}
.upload-template.loading {
  display: block !important;
  background-image: url(/build/images/venue-picture-loading.gif);
}
.upload-template.loading .upload-template--image-holder,
.upload-template.loading .upload-remove-photo,
.upload-template.loading .upload-set-as-default {
  display: none;
}
.upload-template-loader {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  background-color: rgba(106, 199, 236, 0.68);
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  transition: all 0.3s ease;
  transform: translateY(100%);
}
.upload-template-loader.processing {
  transform: translateY(0);
}
.upload-template-loader--label {
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.upload-template-loader--in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #00a287;
  transition: all 0.3s ease;
}
.upload-template-loader--spinner {
  position: relative;
  top: -1px;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.upload-template--holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.upload-template--placeholder {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 1%;
  margin-left: 0.5%;
  width: 48%;
  border-radius: 4px;
  border: 1px dashed #93d1eb;
  background: #d3ecf7;
  overflow: hidden;
}
.photos-venue-container .upload-template--dropzone::after {
  content: "";
  display: block;
  height: 39px;
  margin-top: 6px;
}

.upload-template--dropzone-content {
  background: #d3ecf7;
  border-radius: 4px;
  height: 500px;
  position: absolute;
  width: 100%;
}
.upload-template--tag-selector {
  background: #fff;
}
.upload-template--tag-selector select > option {
  color: #222222;
}
.upload-template--tag-selector select option[value=""] {
  color: #bbbec1;
}
.upload-template--tag-selector select[required]:invalid {
  color: #bbbec1;
}
.upload-template--image-holder {
  border-radius: 4px;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 76%;
  position: relative;
}
.upload-template--image {
  display: block;
  margin: 0 auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.upload-template:hover .c-photo-upload-box__set-default {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-template:hover .c-photo-upload-box__delete-icon {
  display: flex;
  align-items: center;
}
.upload-template:hover .c-photo-upload-box__enhance-icon,
.upload-template:hover .c-photo-upload-box__edit-icon,
.upload-template:hover .c-photo-upload-box__download-icon {
  display: flex;
}
.upload-remove-photo {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 16%;
  height: 40px;
  background-color: rgba(144, 144, 144, 0.4);
  color: white;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  transition: 200ms all ease;
}
.upload-remove-photo:hover {
  background-color: rgba(255, 0, 3, 0.45);
}
.upload-set-as-default {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 84%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.66);
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 40px;
  cursor: pointer;
  transition: all 200ms ease;
}
.upload-set-as-default:hover {
  background-color: #000;
}
.upload-set-as-default .expand {
  display: block;
  width: 100%;
  height: 100%;
}
.upload-set-as-default .is-default {
  background-color: #e53c3e;
  cursor: default;
}

/* Redo removed "ladda-bootstrap" styles */
.upload-label {
  font-size: 16px;
  display: inline-block;
  padding-top: 44%;
}

.upload-add-button {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 4px;
}

.sortable-photos {
  margin: 0;
  padding: 0;
  list-style: none;
}

.venue-item-container .vc-progress-container {
  margin-top: 42px;
  margin-bottom: 24px;
}
.venue-item-container .vc-progress-container .progress {
  margin: 0px auto;
  width: 80%;
  border-radius: 12px;
  background: #E3E3E3;
}
.venue-item-container input.cmn-toggle-round-flat + label {
  margin-right: calc(50% - 76px);
  margin-left: auto;
  padding: 2px;
  width: 50px;
  height: 24px;
  border-radius: 60px;
  background-color: #ddd;
  transition: background 0.4s;
  -o-border-radius: 60px;
}
.venue-item-container input.cmn-toggle-round-flat + label:before {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 60px;
  background-color: #fff;
  transition: background 0.4s;
  -o-border-radius: 60px;
}
.venue-item-container input.cmn-toggle-round-flat + label:after {
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: 16px;
  border-radius: 52px;
  background-color: #ddd;
  transition: margin 0.4s, background 0.4s;
  -o-border-radius: 52px;
}
.venue-item-container input.cmn-toggle-round-flat:checked + label {
  background-color: #00a287;
}
.venue-item-container input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 26px;
  background-color: #00a287;
}
.venue-sidebar-list {
  padding-left: 30%;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .venue-sidebar-list {
    padding-left: 5%;
  }
}
.venue-sidebar-list.account-settings-list {
  padding-left: 23%;
}
@media screen and (max-width: 767px) {
  .venue-sidebar-list.account-settings-list {
    background-color: #fff;
    padding: 0;
    font-size: 1.1em;
    margin: 0;
    padding-left: 42px;
  }
}
@media screen and (max-width: 991px) {
  .venue-sidebar-list.account-settings-list {
    padding-left: 10%;
    background-color: #FAFAFA;
    padding-bottom: 15px;
  }
}
.venue-sidebar-list.account-settings-list i {
  margin-right: 6px;
  color: #3cffdf;
  transition: 200ms all ease;
}
.venue-sidebar-list.account-settings-list .response-rate {
  padding-top: 10px;
  padding-right: 0px;
}
.venue-sidebar-list.account-settings-list .higher-rankings {
  color: #00a287;
  padding-right: 0px;
  padding-top: 10px;
}
.venue-sidebar-list.account-settings-list .fa {
  color: #00a287;
}
.venue-sidebar-list.account-settings-list .lower-rankings {
  color: green;
  padding-right: 0px;
  padding-top: 10px;
}
.venue-sidebar-list.account-settings-list .lower-rankings .fa {
  color: lightgray;
}
.venue-sidebar-list.account-settings-list .active i,
.venue-sidebar-list.account-settings-list a:hover i {
  color: #00a287;
}
.venue-sidebar-list-item {
  position: relative;
}
.venue-sidebar-list-item.checkbox-tick:after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  float: right;
  margin-right: 1px;
  margin-top: 8px;
  background-image: url(/build/images/checkbox-tick.png);
}
.venue-sidebar-list-item.checkbox-plus:after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  float: right;
  margin-right: 1px;
  margin-top: 8px;
  background-image: url(/build/images/checkbox-plus.png);
}
.venue-sidebar-list-item a {
  color: #222222;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 2.55;
}
@media screen and (max-width: 1679px) {
  .venue-sidebar-list-item a {
    font-size: 0.8em;
  }
}
.venue-sidebar-list-item.active {
  font-weight: 700;
}
.venue-sidebar-list-item.active a:hover {
  text-decoration: none;
}
.venue-text {
  margin: 0;
  color: #fdb813;
}
.venue-notice {
  display: flex;
  margin-top: 22.27em;
  font-size: 0.75em;
  line-height: 1.6em;
  justify-content: space-around;
  align-items: center;
}
.venue-notice-info-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../build/images/help-icon.svg);
  background-size: 24px;
}

.upload-template:first-child .js-set-as-default {
  display: none;
}

.upload-template:not(:first-child) .js-is-default {
  display: none;
}

.pricing-option-info__day {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  cursor: default;
  color: #c8c8c8;
}
@media screen and (max-width: 767px) {
  .pricing-option-info__day {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
  }
}
.pricing-option-info__day--opened {
  background: #00a287;
  color: #fff;
}

.manager-users-container .users-add-managers,
.manager-users-container .venue-access-info {
  margin-top: 27px;
  margin-bottom: 27px;
}
.manager-users-container .send-enquiries {
  margin-top: 1px;
  margin-bottom: 9px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}
.manager-users-container .send-enquiries-edit {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
}
.manager-users-container .venue-access-type {
  margin-top: 4px;
}
.manager-users-container .form-group {
  margin-bottom: 8px;
}
.manager-users-container .form-group.extra-margin {
  margin-bottom: 19px;
}
.manager-users-container .form-control, .manager-users-container .default-form .form-field, .default-form .manager-users-container .form-field {
  padding: 5px 16px;
  height: 34px;
  color: #000;
  font-size: 13px;
}
.manager-users-container ::-webkit-input-placeholder {
  color: #000;
}
.manager-users-container :-moz-placeholder {
  color: #000;
  opacity: 1;
}
.manager-users-container ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.manager-users-container :-ms-input-placeholder {
  color: #000;
}
.manager-placeholder .placeholder-icon {
  display: block;
  margin: 9% auto 20px;
  color: #999999;
  text-align: center;
  font-size: 15em;
}
.manager-placeholder .placeholder-notice {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .map-mobile {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .map-mobile #map-canvas {
    padding-left: 15px;
    padding-right: 15px;
  }
  .map-mobile--toggle {
    display: block;
    position: relative;
    padding: 15px;
    margin: 1px 0;
    cursor: pointer;
    background-color: #f9f9f9;
    border-bottom: 1px solid #c2c3bf;
  }
  .map-mobile--toggle.open:after {
    content: "\f068";
  }
}
.vc-venue-room-details-container {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .vc-venue-room-details-container {
    flex-direction: column;
  }
}

.vc-venue-room-details__image-container {
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .vc-venue-room-details__image-container {
    margin-right: 0;
  }
}
.vc-venue-room-details__image-container img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5;
}
@media screen and (min-width: 1680px) {
  .vc-venue-room-details__image-container img {
    width: 300px;
  }
}
@media screen and (max-width: 479px) {
  .vc-venue-room-details__image-container img {
    width: 100%;
  }
}

.vc-venue-room-details__content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.vc-venue-room-details-container h3 {
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .vc-venue-room-details-container h3 {
    margin: 10px 0 4px;
  }
}

.vc-venue-room-details-container .c-badge {
  margin-left: 10px;
  margin-top: 5px;
}

.vc-venue-room-details-container-header {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .vc-venue-room-details-container-header {
    flex-direction: column;
    align-items: baseline;
  }
  .vc-venue-room-details-container-header .c-badge {
    margin: 0;
  }
}

.vc-venue-room-details__content-buttons {
  text-align: right;
}
.vc-venue-room-details__content-buttons a {
  min-width: 100px;
}

@media screen and (max-width: 479px) {
  .vc-main-content h1 {
    font-size: 32px;
  }
}
.vc-main-content .alert-warning .close {
  color: #373941;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .the3dTourSaveAndContinueBtn {
    padding-right: 15px;
  }
}

#photos-room-container .upload-template.upload-template--default {
  box-shadow: 0 0 0 2px #25AAE0;
  border: 1px solid #25AAE0;
  border-radius: 4px;
}

.upload-template .upload-template--image-holder {
  background: #F1F2F3;
}

.vc-main-content-photos .js-upload-error-messages ul {
  padding-left: 20px;
  padding-top: 10px;
}

.p-roompage .results-item {
  margin-bottom: 15px;
}
@media screen and (max-width: 1679px) {
  .p-roompage .results-item .image-container {
    padding-bottom: 59%;
  }
}
@media screen and (max-width: 767px) {
  .p-roompage .results-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-roompage .results-item .image-container {
    padding-bottom: 54%;
  }
  .p-roompage .results-item .image-container .single-image {
    width: 100%;
  }
}
.p-roompage .results-item .price-container {
  padding: 2.5px 8px 5px;
  min-width: 120px;
  font-weight: 400;
  font-size: 0.8em;
}
.p-roompage .results-item .price-container .price-info {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-roompage .vc-map {
    height: 270px;
  }
}
.p-roompage .p-roompage-wrapper {
  display: flex;
}
@media screen and (max-width: 1279px) {
  .p-roompage .p-roompage-wrapper {
    flex-direction: column;
  }
  .p-roompage .p-roompage-wrapper .flexible-container:nth-of-type(1) {
    order: 1;
  }
  .p-roompage .p-roompage-wrapper .flexible-container:nth-of-type(2) {
    order: 0;
  }
  .p-roompage .p-roompage-wrapper .flexible-container:nth-of-type(3) {
    order: 2;
  }
}
.p-roompage .vat-info {
  text-transform: initial;
  font-weight: 400;
  font-size: 0.85em;
}
.p-roompage .other-rooms-count {
  line-height: 34px;
}
.p-roompage .share-label {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .p-roompage .pricing-option {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .p-roompage .pricing-option::after {
    content: "";
    border-top: 1px solid #ddd;
    display: block;
    margin-top: 5px;
    margin-bottom: 12px;
    order: 999;
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-roompage .pricing-option:last-of-type::after {
    content: "";
    display: none;
  }
}
.p-roompage .venue-description,
.p-roompage .room-description {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
  position: relative;
}
.p-roompage .venue-description-desktop {
  margin-top: 2px;
}
.p-roompage .room-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-roompage .room-features [class*=col-sm] {
    width: 100%;
  }
}
.p-roompage .room__feature {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-roompage .venue-welcomes {
    text-align: center;
  }
}
.p-roompage .room-count {
  display: inline-block;
  width: 25px;
  text-align: right;
}
.p-roompage .capacity-type-container {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-roompage .capacity-type-container {
    padding-top: 16px;
  }
}
.p-roompage .capacity-type-container .capacity-icon {
  padding-right: 16px;
}
.p-roompage .capacity-type-container .capacity-name {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  flex-grow: 1;
}
.p-roompage .capacity-type-container .capacity-number {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-roompage .capacity-type-container .capacity-number strong {
  font-weight: 600;
}
.p-roompage .capacity-type-container-section {
  height: 40px;
}
.p-roompage .room-header {
  min-height: 130px;
}
@media screen and (max-width: 767px) {
  .p-roompage .room-header {
    height: auto;
  }
}
.p-roompage .room-header.about-venue {
  padding: 22px 5px;
}
.p-roompage .room-header.about-venue .venue-name {
  margin-top: 13px;
}
.p-roompage .room-header .stat-icon {
  margin: 0.5em auto;
  color: #acb8c1;
}
.p-roompage .room-header .stat-icon:hover, .p-roompage .room-header .stat-icon:focus, .p-roompage .room-header .stat-icon:active {
  color: #00a287;
}
.p-roompage .room-header .stat-description {
  font-size: 0.86667em;
}
@media screen and (max-width: 767px) {
  .p-roompage .room-header .stat-icon {
    font-size: 1.8em;
  }
  .p-roompage .room-header .stars {
    font-size: 13px;
  }
}
.p-roompage .strikethrough, .p-roompage .room__feature--strikethrough {
  color: #ACAEB9;
  text-decoration: line-through;
}
.p-roompage .not-colored-strikethrough {
  text-decoration: line-through;
}
.p-roompage .manager-photo {
  width: 72px;
  height: 72px;
  border: 1px solid #DEDFE3;
  background-color: #FFFFFF;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  color: transparent;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-roompage .image-carousel .arrow {
    display: block;
  }
}
.p-roompage .stars-container {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1em;
}
.p-roompage .stars-container-hidden {
  visibility: hidden;
}
.p-roompage .reviews-count {
  font-size: 12px;
  color: #373941;
}
.p-roompage .toggle-collapse {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
}
.p-roompage .toggle-collapse .collapse-more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
  height: 115px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 90px;
}
.p-roompage .toggle-collapse .collapse-more:hover {
  color: #034F42;
  text-decoration: underline;
}
.p-roompage .pricing-option-info__day--opened {
  background-color: #373941;
}
@media screen and (max-width: 767px) {
  .p-roompage .footer-container {
    padding-bottom: 75px;
  }
}

.room-at-venue__section__title {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
.room-at-venue__section__title .c-icon {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .room-at-venue__section__title {
    text-align: center;
    margin-bottom: 32px;
    font-size: 24px;
  }
  .room-at-venue__section__title .c-icon {
    position: relative;
    top: 3px;
  }
  .room-at-venue__section__title .c-icon svg {
    height: 24px;
    width: 24px;
  }
}

.room__wrapper--name {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 1679px) {
  .room__wrapper--name {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .room__wrapper--name {
    align-items: center;
    height: auto;
    min-height: inherit;
  }
}

.room__name {
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .room__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .room__name {
    white-space: normal;
  }
}

.room__section {
  padding-top: 32px;
  padding-bottom: 24px;
}
.room__section .js-other-room-carousel {
  height: 100%;
}
.room__section .btn-truncate-more, .room__section .btn-truncate-less {
  margin-top: 8px;
  margin-bottom: 8px;
}

.room__section--tags {
  color: #2b2d33;
}

.room__location:hover, .room__location:active, .room__location:focus {
  text-decoration: none;
}
.room__location--pin {
  height: 25px;
  position: relative;
  top: -1px;
}

.room__location-info {
  font-size: 11px;
  background: #fafafa;
  color: #373941;
  padding: 2px 20px;
  display: block;
}

.room__location-info--metro-access {
  padding-left: 1.5em;
  background-image: url("/build/images/icon-metro.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .room__location-info--metro-access {
    padding-left: 35px;
    background-position: 10px center;
  }
}

.room__link--section {
  color: #373941;
  text-align: center;
}
.room__link--section:hover, .room__link--section:focus, .room__link--section:active {
  color: #00a287;
  text-decoration: none;
}
.room__link--section:hover .stat-icon, .room__link--section:focus .stat-icon, .room__link--section:active .stat-icon {
  color: #00a287;
}

.room__section--header {
  margin: 0 15px;
  flex-basis: 0;
  position: relative;
}
.room__section--header:first-child {
  margin-left: 0;
}
.room__section--header:last-child {
  margin-right: 0;
}
.room__section--header.inactive {
  opacity: 0.45;
}
@media screen and (max-width: 1679px) {
  .room__section--header {
    margin: 0 5px;
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .room__section--header {
    width: calc(20% - 16px);
    flex-basis: auto;
  }
  .room__section--header .stat-description {
    margin-bottom: 0;
  }
}

.option-unavailable {
  background: url("/build/images/crossed.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .option-unavailable {
    height: 40px;
  }
}

.room__wrapper--header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .room__wrapper--header {
    justify-content: flex-end;
    gap: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .room__wrapper--header {
    justify-content: space-around;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #F1F2F3;
  }
}
@media screen and (max-width: 767px) {
  .room__wrapper--header {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 479px) {
  .room__wrapper--header {
    justify-content: space-between;
  }
}

.room__capacity {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .room__capacity {
    margin-right: 0;
  }
}

@media screen and (min-width: 1680px) {
  .room__capacity-column:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .room__capacity-column:not(:last-child) .capacity-type-container {
    border-bottom: 1px solid #F1F2F3;
  }
}

.room__feature {
  margin-bottom: 16px;
}
.room__feature .c-icon {
  margin-right: 4px;
}

.room__feature__name {
  text-align: left;
  min-width: 120px;
}

.separator-room {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #F1F2F3;
}
@media screen and (max-width: 767px) {
  .separator-room {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.lory-slider .item-info p {
  font-size: 13px;
  line-height: 1.7;
}

.pricing-option-info__day {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  cursor: default;
  color: #c8c8c8;
}
@media screen and (max-width: 767px) {
  .pricing-option-info__day {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
  }
}
.pricing-option-info__day--opened {
  background: #00a287;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .m-room-pricing-time {
    padding: 0 !important;
  }
}
.room-collage-label {
  color: #222222;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 25px;
  bottom: 10px;
  padding: 3px 8px 3px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  pointer-events: none;
}

.p-room-other-rooms .c-room-card {
  width: 100%;
  margin-bottom: 16px;
}

.results-item-v2 .c-room-card {
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  .p-room-other-rooms .c-room-card {
    width: calc(50% - 10px);
  }
}
.p-room-other-rooms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1280px) and (max-width: 1679px) {
  #desktop-enquiry-form {
    width: 380px !important;
  }
}
.quick-estimate {
  padding-top: 24px;
  padding-bottom: 40px;
}
@supports (position: sticky) {
  .quick-estimate {
    position: sticky;
    top: 0;
  }
}
.quick-estimate.static_position {
  position: static;
}
.quick-estimate .viewing-date-calendar .ui-datepicker {
  margin-bottom: 12px;
  padding: 20px 16px;
  width: 100%;
  border: 1px solid #ddd;
}
.quick-estimate .viewing-date-calendar .ui-datepicker .ui-datepicker-unselectable {
  color: #bbbec1;
}
.quick-estimate .viewing-date-calendar .ui-datepicker .ui-datepicker-calendar td {
  padding: 10px 0;
}
.quick-estimate .form-control:not(textarea), .quick-estimate .default-form .form-field:not(textarea), .default-form .quick-estimate .form-field:not(textarea) {
  font-weight: 400;
  font-size: 12px;
}
.quick-estimate textarea.form-control, .quick-estimate .default-form textarea.form-field, .default-form .quick-estimate textarea.form-field {
  font-size: 13px;
}
.quick-estimate--content {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.quick-estimate--content .row {
  margin-right: -3px;
  margin-bottom: 13px;
  margin-left: -3px;
}
.quick-estimate--content .row--last {
  margin-bottom: 0;
}
.quick-estimate--content .row [class*=" col-"], .quick-estimate--content .row [class^=col-] {
  padding-right: 3px;
  padding-left: 3px;
}
.quick-estimate--content .error-label {
  margin: 0 0 5px;
  color: #fa4446;
  font-size: 12px;
}
.quick-estimate--content .quick-estimate__label--error {
  margin: -10px 0 17px;
}
.quick-estimate--content header p {
  padding-top: 20px;
  padding-left: 110px;
}
.quick-estimate--content header .manager-name {
  font-weight: bold;
  font-size: 24px;
}
.quick-estimate--header {
  position: relative;
  overflow: hidden;
  padding: 0 18px;
  height: 45px;
  background: #00a287;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 45px;
}
.quick-estimate--header__left {
  float: left;
}
.quick-estimate--header__right {
  float: right;
}
@media screen and (max-width: 767px) {
  .quick-estimate--header__right {
    float: left;
    margin-left: 5px;
  }
}
.quick-estimate--header__close {
  display: none;
}
@media screen and (max-width: 767px) {
  .quick-estimate--header__close {
    font-weight: 700;
    font-size: 17px;
    position: absolute;
    top: 11px;
    right: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    color: #00a287;
    line-height: 20px;
    vertical-align: middle;
  }
}
.quick-estimate--header__price {
  margin-left: 3px;
  font-size: 16px;
}
.quick-estimate--form--col {
  float: left;
}
.quick-estimate--form--col + .quick-estimate--form--col {
  margin-left: 12px;
}
.quick-estimate--form--row {
  margin-bottom: 20px;
}
.quick-estimate--form--row__right-space {
  padding-right: 0;
}
.quick-estimate--form--input {
  display: inline-block;
  float: left;
  padding: 8px 12px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .quick-estimate--form--input {
    padding: 8px;
  }
}
.quick-estimate--form--input__date {
  width: 107px;
}
.quick-estimate--form--input__number {
  width: calc(100% - 1px);
}
.quick-estimate--form--select {
  display: inline-block;
  float: left;
  background-position: calc(100% - 8px) 50%;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .quick-estimate--form--select {
    background-position: calc(100% - 7px) 50%;
    padding: 8px;
  }
}
.quick-estimate--form--select.form-control, .default-form .quick-estimate--form--select.form-field {
  padding: 0 12px 0 30px !important;
}
.quick-estimate--form--select.short {
  width: 85px;
}
.quick-estimate--form--select.long {
  width: 135px;
}
@media screen and (max-width: 1679px) and (min-width: 1280px) {
  .quick-estimate--form--select.long {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-estimate--form--select.long {
    width: 121px;
  }
}
.quick-estimate--form .form-group.row {
  clear: both;
  overflow: visible;
}
.quick-estimate--footer {
  margin-top: 40px;
  padding: 0;
  min-height: 0;
  background-color: #fff;
  color: #373941;
}
.quick-estimate--label {
  float: left;
  margin-right: 10px;
  color: #000;
}
.quick-estimate--approximate {
  clear: both;
  margin: 20px 0;
  padding: 25px 0;
  border-top: 1px solid #c3c1c2;
  border-bottom: 1px solid #c3c1c2;
  text-align: right;
}
.quick-estimate--approximate--price {
  display: table;
  overflow: hidden;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
}
.quick-estimate--approximate--price__left {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.quick-estimate--approximate--price__center {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
.quick-estimate--approximate--price__right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.quick-estimate--approximate--comments {
  padding-top: 10px;
  font-size: 13px;
}
.quick-estimate--approximate--error {
  color: #FF5B65;
  text-align: center;
  font-weight: bold;
}
.quick-estimate--approximate-not-available {
  clear: both;
  margin: 20px 0;
  padding: 25px 0;
  border-top: 1px solid #c3c1c2;
  border-bottom: 1px solid #c3c1c2;
  text-align: center;
}
.quick-estimate--button {
  width: 100%;
}
.quick-estimate--button-holder {
  margin-top: 5px;
  padding: 0 34px 5px;
}
.quick-estimate--button-holder__long {
  margin-top: 0;
  padding: 0 36px;
}
.quick-estimate--why-link {
  display: block;
  margin-top: 5px;
  padding: 8px 10px;
  width: 100%;
  color: #00a287;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.quick-estimate--why-link:focus {
  color: #00a287;
  text-decoration: none;
}
.quick-estimate--why-link:hover, .quick-estimate--why-link.active {
  color: #00a287;
  text-decoration: none;
}
.quick-estimate--why-description {
  clear: both;
  padding: 15px 20px 25px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .quick-estimate--why-description {
    padding: 15px 0 25px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 400px) {
  .quick-estimate--why-description {
    text-align: center;
  }
}
.quick-estimate--why-description-counter {
  background-color: #00a287;
  color: #fff;
  width: 19px;
  height: 19px;
  display: inline-block;
  font-weight: 700;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
  border: 2px solid #006f5d;
}
.quick-estimate--why-description p {
  margin-bottom: 19px;
}
.quick-estimate--why-description p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .quick-estimate.sticky {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 100;
    margin-left: 34px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .quick-estimate.sticky {
    margin-left: 50px;
  }
}
@media (min-width: 1280px) {
  .quick-estimate.sticky__to-bottom {
    position: absolute;
    bottom: 527px;
    margin-left: 34px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .quick-estimate.sticky__to-bottom {
    margin-left: 50px;
    bottom: 430px;
  }
}

@media screen and (max-width: 1279px) {
  .quick-estimate--form--half-col {
    float: left;
    overflow: hidden;
    width: 50%;
  }
  .col-sidebar {
    height: auto !important;
  }
}
@media screen and (max-width: 1279px) {
  .row__no-margin {
    margin-left: -15px;
    margin-right: -15px;
  }
  body:not(.enquiry-form-opened) #col-sidebar {
    display: none;
  }
  .quick-estimate {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 10;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    top: 0 !important;
    height: 0;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  body.enquiry-form-opened .quick-estimate {
    opacity: 1;
    height: auto;
    visibility: visible;
    border: 0;
  }
  .quick-estimate--form {
    padding: 20px 15px 0;
  }
  .quick-estimate--form--half-col {
    width: 107%;
    text-align: center;
  }
  .quick-estimate--form--row {
    width: 104%;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }
  .quick-estimate--form--col {
    float: none;
    display: inline-block;
    font-size: 0;
  }
  .quick-estimate--approximate--price__left {
    display: block;
    width: 100%;
  }
  .quick-estimate--approximate--price__center {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .quick-estimate--form--half-col {
    width: calc(100% + 47px);
  }
  .quick-estimate--form--row {
    width: calc(100% + 33px);
  }
}
@media screen and (max-width: 767px) {
  .quick-estimate--form--col + .quick-estimate--form--col {
    margin-left: 2px;
  }
  .quick-estimate--form--col + .quick-estimate--form--col--people {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-estimate--form--half-col {
    margin-bottom: 10px;
  }
}
@supports (position: sticky) {
  @media (max-height: 634px) {
    .col-sidebar {
      display: flex;
      align-items: flex-start;
      padding-bottom: 24px;
    }
    .quick-estimate {
      bottom: 0;
      top: initial;
      padding-bottom: 16px;
    }
  }
}
.quick-estimate__wrapper {
  padding: 24px;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .quick-estimate__wrapper {
    padding: 24px 4px;
  }
}

.quick-estimate__placeholder {
  min-height: 242px;
}
.quick-estimate__placeholder .loading-overlay-base, .quick-estimate__placeholder .loading-overlay-infowindow {
  display: block;
  top: 4px;
  height: auto;
}

@media (min-width: 1280px) {
  .v-room-enquiry__wrap {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(55, 57, 65, 0.04), 0 2px 4px rgba(55, 57, 65, 0.04), 0 4px 8px rgba(55, 57, 65, 0.04), 0 8px 16px rgba(55, 57, 65, 0.04), 0 16px 32px rgba(55, 57, 65, 0.04);
    overflow: hidden;
  }
  .quick-estimate.sticky_position {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1680px) {
  .quick-estimate {
    max-width: 364px;
  }
}
@media (max-width: 1279px) {
  .quick-estimate {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    transform: translate3d(0, 0, 0);
  }
  .quick-estimate, .v-room-enquiry__wrap, .quick-estimate__wrapper {
    transform: translate3d(0, 0, 0);
    overscroll-behavior-y: contain;
    overflow-x: hidden;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 768px) {
  .ios-no-bounce {
    position: fixed;
    width: 100%;
  }
  .ios-no-bounce body {
    position: fixed;
    width: 100%;
  }
}
.price-range-wrapper {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .price-range-wrapper {
    margin-top: 0;
  }
}

.price-range-container {
  margin-top: 19px;
  padding-right: 30px;
}
@media screen and (max-width: 1279px) {
  .price-range-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .price-range-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .price-range-container .pricing-labels {
    margin: 10px -20px 10px;
  }
}

.pricing-labels {
  display: flex;
  margin: 20px -20px 0;
  justify-content: space-between;
}

.pricing-label {
  position: relative;
  font-size: 13px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pricing-label:before {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  .pricing-label {
    font-size: 13px;
  }
}

.results-header {
  margin: 0;
  color: #373941;
  text-align: right;
  font-weight: 700;
  font-size: 0.86667em;
  line-height: 1.8;
  align-self: center;
  order: 2;
  flex-grow: 1;
  flex-basis: 0;
}
@media screen and (max-width: 991px) {
  .results-header {
    padding: 6px 0;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .results-header {
    padding: 0;
    margin: 12px 0 0;
    text-align: center;
    float: none;
  }
}

.results-filter--remove-button {
  display: inline-block;
  overflow: hidden;
  margin-top: 0;
  margin-right: 0;
  margin-left: 6px;
  height: 12px;
  vertical-align: middle;
  font-size: 17px;
  line-height: 9px;
}
.results-filter--labels-list {
  display: block;
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
  vertical-align: top;
  order: 1;
  flex-grow: 0;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .results-filter--labels-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .results-filter--labels-list {
    display: none;
  }
}
.results-filter--labels-list .btn-sm {
  margin: 2px;
}

.results-list {
  overscroll-behavior: none;
}
.results-list [class^=col-],
.results-list [class*=" col-"] {
  padding-right: 9px;
  padding-left: 9px;
}
.results-list .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1100;
}
.results-list .loading .loading-overlay-base, .results-list .loading .loading-overlay-infowindow,
.results-list .loading .spinner-dots,
.results-list .loading-list .loading-overlay-base,
.results-list .loading-list .loading-overlay-infowindow,
.results-list .loading-list .spinner-dots {
  display: block;
}
.results-list .loading .results-header,
.results-list .loading-list .results-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .results-list .loading .loading-overlay-base, .results-list .loading .loading-overlay-infowindow,
  .results-list .loading-list .loading-overlay-base,
  .results-list .loading-list .loading-overlay-infowindow {
    display: none;
  }
  .results-list .loading .loading-overlay-base.load-results, .results-list .loading .load-results.loading-overlay-infowindow,
  .results-list .loading-list .loading-overlay-base.load-results,
  .results-list .loading-list .load-results.loading-overlay-infowindow {
    display: block;
  }
  .results-list .loading .spinner-dots,
  .results-list .loading-list .spinner-dots {
    width: 100%;
  }
}
.results-list.loading-page .search-results .loading-overlay-base, .results-list.loading-page .search-results .loading-overlay-infowindow,
.results-list.loading-page .search-results .spinner-dots {
  display: block;
}
@media screen and (max-width: 767px) {
  .results-list.loading-page .search-results .loading-overlay-base, .results-list.loading-page .search-results .loading-overlay-infowindow {
    display: none;
  }
  .results-list.loading-page .search-results .loading-overlay-base.load-results, .results-list.loading-page .search-results .load-results.loading-overlay-infowindow {
    display: block;
  }
  .results-list.loading-page .search-results .spinner-dots {
    width: 100%;
  }
}
.results-list select.time-from, .results-list select.time-to {
  color: #999999;
}
.results-list select.time-from option, .results-list select.time-to option {
  color: #222222;
}
.results-list .filter-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .results-list .filter-row {
    display: block;
  }
}
.results-list .filter-element label {
  margin-bottom: 5px;
  padding-right: 5px;
  flex-basis: 33%;
}
.results-list .filter-label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 39px;
}
@media screen and (max-width: 767px) {
  .results-list .filter-label {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #6f6f6f;
  }
}
.results-list .filter-label.label-price-range {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .results-list .filter-label.label-price-range {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.results-list .filter-label.label-basic-sm {
  width: 70px;
}
.results-list .filter-label.label-time-to {
  width: 18px;
}
.results-list .filter-label.label-location, .results-list .filter-label.label-room-layout {
  margin-right: 5px;
  width: 80px;
}
.results-list .filter-label.label-people {
  min-width: 48px;
  width: calc(50% - 38px);
}
.results-list .filter-label.label-advanced-filters {
  line-height: 29px;
}
@media screen and (max-width: 1279px) {
  .results-list .filter-label.label-room-layout, .results-list .filter-label.label-location, .results-list .filter-label.label-people {
    width: 100%;
  }
  .results-list .filter-label.label-time-to {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .results-list .filter-label.label-basic-sm {
    width: 100%;
  }
}
.results-list .form-control, .results-list .default-form .form-field, .default-form .results-list .form-field,
.results-list .form-input-wrapper {
  font-size: 13px;
  position: relative;
}
.results-list .form-control.basic-setting, .results-list .default-form .basic-setting.form-field, .default-form .results-list .basic-setting.form-field,
.results-list .form-input-wrapper.basic-setting {
  display: inline-block;
  width: 120px;
}
.results-list .form-control.basic-setting.input-basic-sm, .results-list .default-form .basic-setting.input-basic-sm.form-field, .default-form .results-list .basic-setting.input-basic-sm.form-field,
.results-list .form-input-wrapper.basic-setting.input-basic-sm {
  min-width: 108px;
  width: calc(100% - 80px);
}
.results-list .form-control.basic-setting.people, .results-list .default-form .basic-setting.people.form-field, .default-form .results-list .basic-setting.people.form-field,
.results-list .form-input-wrapper.basic-setting.people {
  width: 100%;
}
.results-list .form-control.basic-setting.event-type, .results-list .default-form .basic-setting.event-type.form-field, .default-form .results-list .basic-setting.event-type.form-field,
.results-list .form-input-wrapper.basic-setting.event-type {
  position: relative;
  width: calc(100% - 80px);
}
.results-list .form-control.basic-setting.event-type ~ .persistent-tooltip, .results-list .default-form .basic-setting.event-type.form-field ~ .persistent-tooltip, .default-form .results-list .basic-setting.event-type.form-field ~ .persistent-tooltip,
.results-list .form-input-wrapper.basic-setting.event-type ~ .persistent-tooltip {
  left: calc(50% + 35px) !important;
}
.results-list .form-control.basic-setting.location, .results-list .default-form .basic-setting.location.form-field, .default-form .results-list .basic-setting.location.form-field,
.results-list .form-input-wrapper.basic-setting.location {
  width: calc(100% - 91px);
}
.results-list .form-control.basic-setting.room-layout, .results-list .default-form .basic-setting.room-layout.form-field, .default-form .results-list .basic-setting.room-layout.form-field,
.results-list .form-input-wrapper.basic-setting.room-layout {
  width: 100%;
  border: 0;
  box-shadow: none;
}
.results-list .form-control.basic-setting.date, .results-list .default-form .basic-setting.date.form-field, .default-form .results-list .basic-setting.date.form-field,
.results-list .form-input-wrapper.basic-setting.date {
  min-width: 120px;
  width: calc(100% - 79px);
  background-color: #fff;
  cursor: pointer;
  font-size: 15px;
}
.results-list .form-control.basic-setting.time-from, .results-list .default-form .basic-setting.time-from.form-field, .default-form .results-list .basic-setting.time-from.form-field,
.results-list .form-input-wrapper.basic-setting.time-from {
  margin-left: 0;
  width: calc(50% - 5px);
  margin-right: 5px;
}
.results-list .form-control.basic-setting.time-to, .results-list .default-form .basic-setting.time-to.form-field, .default-form .results-list .basic-setting.time-to.form-field,
.results-list .form-input-wrapper.basic-setting.time-to {
  width: calc(50% - 4px);
}
@media screen and (max-width: 1279px) {
  .results-list .form-control.basic-setting, .results-list .default-form .basic-setting.form-field, .default-form .results-list .basic-setting.form-field,
  .results-list .form-input-wrapper.basic-setting {
    width: 100%;
    display: inline-block;
  }
  .results-list .form-control.basic-setting.input-basic-sm, .results-list .default-form .basic-setting.input-basic-sm.form-field, .default-form .results-list .basic-setting.input-basic-sm.form-field, .results-list .form-control.basic-setting.location, .results-list .default-form .basic-setting.location.form-field, .default-form .results-list .basic-setting.location.form-field, .results-list .form-control.basic-setting.event-type, .results-list .default-form .basic-setting.event-type.form-field, .default-form .results-list .basic-setting.event-type.form-field, .results-list .form-control.basic-setting.room-layout, .results-list .default-form .basic-setting.room-layout.form-field, .default-form .results-list .basic-setting.room-layout.form-field, .results-list .form-control.basic-setting.people, .results-list .default-form .basic-setting.people.form-field, .default-form .results-list .basic-setting.people.form-field,
  .results-list .form-input-wrapper.basic-setting.input-basic-sm,
  .results-list .form-input-wrapper.basic-setting.location,
  .results-list .form-input-wrapper.basic-setting.event-type,
  .results-list .form-input-wrapper.basic-setting.room-layout,
  .results-list .form-input-wrapper.basic-setting.people {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .results-list .form-control.basic-setting.event-type, .results-list .default-form .basic-setting.event-type.form-field, .default-form .results-list .basic-setting.event-type.form-field,
  .results-list .form-input-wrapper.basic-setting.event-type {
    margin-bottom: 10px;
  }
  .results-list .form-control.basic-setting.date, .results-list .default-form .basic-setting.date.form-field, .default-form .results-list .basic-setting.date.form-field,
  .results-list .form-input-wrapper.basic-setting.date {
    margin-top: 0;
    width: 100%;
  }
}
.results-list .results-item {
  z-index: 50;
  padding: 9px 9px 9px 18px;
}
.results-list .results-item:nth-of-type(2n) {
  padding: 9px 18px 9px 9px;
}
@media screen and (max-width: 767px) {
  .results-list .results-item {
    padding: 18px;
  }
  .results-list .results-item:nth-of-type(2n) {
    padding: 18px;
  }
}
.results-list .container, .results-list .container-regular {
  width: 100%;
  padding: 0;
}
.results-list .row {
  margin-right: 0;
  margin-left: 0;
}
.results-list .row.indent-left {
  margin-left: -8px;
}
.results-list .row .last-filter {
  margin-bottom: 19px;
}
.results-list .filter-toggle-container {
  padding: 1.5rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  backface-visibility: hidden;
  order: 0;
  z-index: 102;
  justify-content: baseline;
  margin: 0;
  align-items: center;
}
@media (max-width: 1279px) {
  .results-list .filter-toggle-container {
    padding: 1rem;
  }
}
.results-list .filter-toggle-container > * {
  flex-shrink: 0;
}
.results-list .filter-toggle-container.sticky {
  position: fixed;
  top: 52px;
}
@media screen and (max-width: 991px) {
  .results-list .filter-toggle-container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .results-list .filter-toggle-container {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 60;
    margin-left: -15px;
    background: none;
    border: 0;
    bottom: 20px;
    padding: 0;
    margin-bottom: 0;
  }
  .results-list .filter-toggle-container .spinner-dots {
    display: none;
  }
  .results-list .filter-toggle-container .btn-long {
    width: 130px;
    float: none !important;
  }
}
.results-list .filter-toggle-container .spinner-dots {
  text-align: right;
  flex-grow: 1;
}
.results-list .filter-expand {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6f6f6f;
}
.results-list .filter-expand .expand-more {
  display: block;
}
.results-list .filter-expand .expand-less {
  display: none;
}
.results-list .filter-expand.expanded .expand-more {
  display: none;
}
.results-list .filter-expand.expanded .expand-less {
  display: block;
}
@media screen and (max-width: 767px) {
  .results-list .basic-filters {
    display: none;
  }
}
.results-list .search-filters-header {
  background: #eeeeee;
  padding: 15px;
  padding-left: 32px;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #6f6f6f;
  left: 0;
  right: 0;
  height: 55px;
  display: flex;
  align-items: center;
}
.results-list .basic-filters--top {
  margin-top: 19px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .results-list .basic-filters--top {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .results-list .basic-filters--top {
    margin-top: 60px;
  }
}
.results-list .basic-filters--bottom {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .results-list .basic-filters--bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1279px) {
  .results-list .search-filter--people {
    margin-top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .results-list .search-filter--people {
    margin-top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .results-list .search-filter--location {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .results-list .search-filter--location {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .results-list .search-filter--location .filter-label {
    border-top: 1px solid #ddd;
    margin-top: 19px;
  }
}
.results-list .search-filter--room-layout {
  display: none;
  height: 39px;
}
@media screen and (max-width: 1279px) {
  .results-list .search-filter--room-layout {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .results-list .search-filter--room-layout {
    order: 1;
  }
}
@media screen and (max-width: 1279px) {
  .results-list .search-filter--date {
    order: 3;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .results-list .search-filter--date .filter-label {
    text-align: center;
    font-size: 16px;
    color: #6f6f6f;
    border-top: 1px solid #ddd;
    margin-top: 19px;
  }
}
.results-list .update-search {
  position: absolute;
  left: 62px;
  top: 10px;
  z-index: 12;
  margin: 0;
  padding: 3px 12px;
  width: 270px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 4px #4e515d;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.results-list .update-search--button-wrap {
  margin-top: -2px;
  margin-bottom: 7px;
  text-align: center;
}
.results-list .search-container {
  padding: 20px 18px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fafafa;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  margin-bottom: 0;
  text-align: right;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .results-list .search-container {
    width: 100%;
    text-align: center;
    padding: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .results-list .search-container .btn-long {
    width: 130px;
  }
}
.results-list .search-results {
  position: relative;
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  .results-list .search-results {
    padding-top: 0;
  }
}
.results-list .search-results.hidden ~ .results-footer {
  display: none;
}
.results-list .results-container {
  position: relative;
  z-index: 2;
  width: 60%;
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .results-list .results-container {
    position: initial;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 96px;
  }
}
.results-list .search-filters .persistent-tooltip {
  position: absolute;
  width: inherit;
  max-width: 300px;
  transform: translate(-50%);
}
.results-list .search-filters .feature-time-limit {
  margin-left: 39px;
  width: 125px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #ddd;
  background-position: calc(100% - 5px) 50%;
  background-size: 8px;
  cursor: pointer;
}
.results-list .search-filters input[type=checkbox] ~ select {
  display: none;
}
.results-list .search-filters input[type=checkbox]:checked ~ select {
  display: block;
}

@media screen and (max-width: 767px) {
  .results-list {
    height: auto;
  }
  .results-list .navbar {
    position: sticky;
  }
  .results-list #app {
    margin-top: 0;
  }
}
.results-pagination {
  padding: 24px 18px;
}
@media screen and (max-width: 767px) {
  .results-pagination {
    padding: 15px 10px;
  }
}
.results-pagination .pagination {
  margin: 15px 0 0;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
  border-top: 1px solid #eeeeee;
}
.results-pagination .pagination > li {
  cursor: pointer;
  display: inline-block;
}
.results-pagination .pagination > li.disabled {
  cursor: default;
}
.results-pagination .pagination > li > span,
.results-pagination .pagination > li > a {
  position: relative;
  border-radius: 0;
  color: #373941;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.8;
  transition: 200ms all ease;
}
.results-pagination .pagination > li > span:hover,
.results-pagination .pagination > li > a:hover {
  border-color: transparent;
  background-color: #eeeeee;
  color: #00a287;
}
@media screen and (max-width: 767px) {
  .results-pagination .pagination > li > span,
  .results-pagination .pagination > li > a {
    padding: 8px 13px;
    font-size: 13px;
  }
}
.results-pagination .pagination > li:not(.active) a:focus {
  border-color: transparent;
  background-color: transparent;
  color: #373941;
}
.results-pagination .pagination > li.active > span,
.results-pagination .pagination > li.active > a {
  color: #fff;
}
.results-pagination .pagination > li.active > span:after,
.results-pagination .pagination > li.active > a:after {
  position: absolute;
  top: -23px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00a287;
  content: "";
}
@media screen and (max-width: 767px) {
  .results-pagination .pagination > li.active > span:after,
  .results-pagination .pagination > li.active > a:after {
    display: none;
  }
}

.results-pagination--center {
  text-align: center;
}

#mobile-search-buttons {
  width: 100%;
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 200;
  font-size: 0;
  text-align: center;
}
#mobile-search-buttons .btn {
  width: auto;
  height: 50px;
  background: #FF5B65;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 64px;
  border: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  outline: none;
}
#mobile-search-buttons .btn.btn-left {
  box-shadow: none;
  border-radius: 64px 0 0 64px;
}
#mobile-search-buttons .btn.btn-right {
  box-shadow: none;
  border-radius: 0 64px 64px 0;
  margin-left: 1px;
}

.results-item.info-box {
  position: relative;
  overflow: hidden !important;
  margin: 0;
  padding: 0;
  width: 288px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  min-height: 250px;
}
@media screen and (max-width: 1279px) {
  .results-item.info-box {
    width: 275px;
  }
}
.results-item.info-box .price-amount {
  margin: 4px 0 0;
}
.results-item.info-box .item-info {
  margin: 8px 12px 0;
  height: 40px;
  z-index: 1;
}
.results-item.info-box .image-carousel-holder {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .results-item {
    padding: 9px;
  }
}
.results-item .image-container {
  position: relative;
  display: block;
  padding-bottom: 67%;
  background: #ddd;
  overflow: hidden;
}
.results-item .image-container .image-link {
  display: block;
  height: 100%;
}
.results-item .image-container .single-image {
  display: block;
  margin: 0 auto;
  height: 100%;
}
.results-item .price-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 2.5px 8px 5px;
  min-width: 140px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-weight: 400;
  cursor: default;
  transition: 200ms all ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  pointer-events: none;
}
.results-item .price-container:hover {
  background-color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.results-item .price-container a {
  color: #fff;
}
.results-item .price-container a:hover {
  text-decoration: none;
}
.results-item .price-container .price-amount {
  font-size: 1.2em;
  margin: 0;
}
.results-item .price-container .price-info {
  display: block;
  font-size: 0.65em;
}
.results-item .item-info {
  position: relative;
  margin: 9px auto 0;
  min-height: 62px;
}
.results-item .item-info a, .results-item.item-info-link {
  color: #373941;
  text-decoration: none;
}
.results-item .item-info a:hover, .results-item.item-info-link:hover {
  color: #3d3d3d;
  text-decoration: none;
}
.results-item .item-shorlist-container {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 13px;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 0 3px #6f6f6f;
}
.results-item .item-info__name {
  width: calc(100% - 100px);
}
.results-item .item-info__capacity {
  min-width: 100px;
}
.results-item .room-name-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.results-item .room-name-wrapper .room-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  margin-right: 5px;
  max-width: 100%;
  font-weight: 700;
  line-height: inherit;
}
.results-item .room-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  max-width: calc(100% - 90px);
  font-weight: 700;
}
.results-item .venue-name {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.results-item .capacity-icon {
  display: block;
  margin-top: -9px;
  margin-bottom: -2px;
  color: #6f6f6f;
  font-size: 2.55rem;
}

.results-item-v2 .c-room-card__heart {
  display: none;
}

.gm-iw.gm-sm {
  width: 240px !important;
}

a[href^="http://maps.google.com/maps"] div img,
a[href^="https://maps.google.com/maps"] div img {
  filter: grayscale(100%);
}

.room-layouts {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 104;
  width: calc(100% - 18px);
  height: 39px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  margin-left: 9px;
  margin-right: 9px;
  overflow: hidden;
}

.room-layouts__option {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #ddd;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 12px;
  color: #6f6f6f;
  cursor: pointer;
}
.room-layouts__option .image-default {
  display: block;
}
.room-layouts__option .image-active {
  display: none;
}
.room-layouts__option img {
  height: 23px;
  margin-right: 14px;
}

.room-layouts__option.selected {
  background: #00a287;
  border-color: #00a287;
  color: #fff;
  font-weight: bold;
}
.room-layouts__option.selected .image-default {
  display: none;
}
.room-layouts__option.selected .image-active {
  display: block;
}

.room-layouts-arrow {
  background: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8.533' width='10.667' viewBox='0 0 10 8'%3E%3Cpath d='M10 0L5 8 0 0z' fill='%2300a287'/%3E%3C/svg%3E) no-repeat center;
  width: 39px;
  height: 37px;
  flex-shrink: 0;
  cursor: pointer;
}
.room-layouts-arrow:hover {
  background-color: #fafafa;
}

.room-layouts-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 9px;
  right: 9px;
  background: #fff;
  z-index: 103;
  padding: 40px 5px 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.room-layouts-popup .checkbox {
  margin-left: 20px;
}
.room-layouts-popup .checkbox:hover {
  opacity: 0.8;
}
.room-layouts-popup label {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 400;
}

.room_layouts-popup__icon {
  width: 70px;
  text-align: center;
}
.room_layouts-popup__icon img {
  max-height: 35px;
}

.room-layouts-popup__close {
  font-size: 13px;
  color: #00a287;
  text-align: right;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
.room-layouts-popup__close:hover {
  background-color: #fafafa;
}

.filters-nudge--top {
  margin-top: 15px;
  margin-left: 18px;
  width: calc(100% - 36px);
}

.search-popular-date {
  display: none;
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  font-size: 12px;
  color: #fdb813;
  border: 1px solid #fdb813;
  padding: 2px;
  letter-spacing: -0.2px;
  border-radius: 4px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .search-popular-date--long {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-popular-date--long {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .search-popular-date--long {
    display: none !important;
  }
}
@media screen and (min-width: 1680px) {
  .search-popular-date--medium {
    right: 35px;
    padding: 2px 4px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1279px) {
  .search-popular-date--medium {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .search-popular-date--short {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .search-popular-date--short {
    display: none !important;
  }
}

.info-box-wrapper .gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
  border-radius: 6px !important;
  max-width: 288px !important;
  transition: height 100ms ease-in-out;
}
.info-box-wrapper .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
  max-width: 288px !important;
}
.info-box-wrapper .gm-style-iw.gm-style-iw-c .gm-style-iw-d > div {
  overflow: hidden;
  width: 288px;
}
.info-box-wrapper .gm-style-iw-chr {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .info-box-wrapper .gm-style-iw.gm-style-iw-c {
    max-width: 275px !important;
    max-height: 264px;
  }
  .info-box-wrapper .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    max-width: 275px !important;
  }
  .info-box-wrapper .gm-style-iw.gm-style-iw-c .gm-style-iw-d > div {
    width: 275px;
  }
}

body.search-map-mobile-view {
  overflow: hidden;
}
body.search-map-mobile-view .ds-header,
body.search-map-mobile-view .search-filters__row {
  display: none;
}
body.search-map-mobile-view .v-search-rooms-component {
  margin-top: 0;
  padding-bottom: 0;
}
body.search-map-mobile-view .v-search-page-filters {
  top: 0;
}
body.search-map-mobile-view .search-filters {
  height: 56px;
}
body.search-map-mobile-view .search-filters .tag-location-options {
  width: 100%;
}
body.search-map-mobile-view .dms-tools-wrap {
  display: none;
}
body.search-map-mobile-view .v-search-map__loading {
  top: auto;
  bottom: 30px;
}
body.search-map-mobile-view .info-window-container {
  z-index: 1001;
  width: 368px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 400px) {
  body.search-map-mobile-view .info-window-container {
    max-width: calc(100% - 32px);
  }
}
body.search-map-mobile-view .info-window-container .info-box {
  width: 100%;
  height: 100%;
}
body.search-map-mobile-view .info-window-container .c-room-card {
  margin-bottom: 0;
}
body.search-map-mobile-view .info-window-container .c-room-card .c-room-card__supervenue,
body.search-map-mobile-view .info-window-container .c-room-card .c-room-card__location {
  display: none;
}
body.search-map-mobile-view .info-window-container .c-room-card .c-room-card__details {
  padding: 6px 12px;
}
body.search-map-mobile-view .info-window-container .c-room-card .c-room-card__details,
body.search-map-mobile-view .info-window-container .c-room-card .c-room-card__details .c-room-card__room_name {
  font-size: 14px;
  line-height: 20px;
}
body.search-map-mobile-view .info-window-container .c-room-card .c-room-card__details .c-room-card__details_row:first-child {
  margin-top: 0;
}
body.search-map-mobile-view .info-window-container .c-room-card .c-room-card__details .c-room-card__details_row {
  margin: 0;
}
body.search-map-mobile-view .info-window-container .c-room-card .c-room-card__heart {
  padding: 12px;
  display: block;
}
body.search-map-mobile-view .info-window-container .c-room-card .c-room-card__heart:after {
  width: 24px;
  height: 24px;
}
body.search-map-mobile-view .info-window-container .info-window-close {
  background: url("/build/images/search/x-close.png");
  background-size: 24px 24px;
}
body.search-map-mobile-view .info-window-container .info-box-loading {
  position: static;
  aspect-ratio: 535/438;
}
body.search-map-mobile-view .info-window-container .info-box-loading .loading-overlay-infowindow {
  z-index: 999;
}

footer, .c-footer {
  clear: both;
  padding: 20px 15px;
  min-height: 275px;
  background-color: #373941;
  color: #DEDFE3;
  font-size: 15px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  footer, .c-footer {
    text-align: center;
  }
}
footer .logo, .c-footer .logo {
  margin-top: 7px;
  max-width: 100%;
  width: 152px;
  height: 34px;
}
footer .footer-header, .c-footer .footer-header {
  margin: 1.25em -32px 1.25em 0;
  padding: 12px 0 8px 2px;
  color: #DEDFE3;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 16px;
  cursor: default;
}
footer .footer-header.last, .c-footer .footer-header.last {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-header, .c-footer .footer-header {
    margin: auto;
  }
}
footer .footer-links, .c-footer .footer-links {
  padding-left: 2px;
  list-style-type: none;
  font-size: 0.85em;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  footer .footer-links, .c-footer .footer-links {
    margin: 20px auto;
  }
}
footer .footer-links.get_in_touch-links, .c-footer .footer-links.get_in_touch-links {
  margin-bottom: 0;
}
footer .footer-links + .footer-links, .c-footer .footer-links + .footer-links {
  margin-top: -20px;
}
footer .social-links, .c-footer .social-links {
  display: flex;
  padding-left: 2px;
  list-style-type: none;
  line-height: 2.65em;
  justify-content: space-between;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  footer .social-links, .c-footer .social-links {
    display: block;
    margin: 0 auto 20px;
  }
}
footer .social-links li, .c-footer .social-links li {
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .social-links li, .c-footer .social-links li {
    display: inline-block;
    text-align: center;
    width: 30px;
  }
}
footer .social-links li a, .c-footer .social-links li a {
  display: block;
  background: #eeeeee;
  width: 20px;
  height: 20px;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
footer .social-links li a.facebook, .c-footer .social-links li a.facebook {
  mask-image: url(/build/icons/24/facebook.svg);
  -webkit-mask-image: url(/build/icons/24/facebook.svg);
}
footer .social-links li a.x, .c-footer .social-links li a.x {
  mask-image: url(/build/icons/24/twitter.svg);
  -webkit-mask-image: url(/build/icons/24/twitter.svg);
}
footer .social-links li a.instagram, .c-footer .social-links li a.instagram {
  mask-image: url(/build/icons/24/instagram.svg);
  -webkit-mask-image: url(/build/icons/24/instagram.svg);
}
footer .social-links li a.linkedin, .c-footer .social-links li a.linkedin {
  mask-image: url(/build/icons/24/linkedin.svg);
  -webkit-mask-image: url(/build/icons/24/linkedin.svg);
}
footer .footer-link, .c-footer .footer-link {
  margin: 0;
  color: #eeeeee;
  font-weight: 400;
  transition: 200ms all ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  footer .footer-link, .c-footer .footer-link {
    margin: 4px;
    padding: 8px 8px;
    display: block;
  }
}
footer .footer-link:hover, footer .footer-link:focus, footer .footer-link:active, .c-footer .footer-link:hover, .c-footer .footer-link:focus, .c-footer .footer-link:active {
  color: #fff;
  text-decoration: none;
}
footer .footer-link.contact_us-link, .c-footer .footer-link.contact_us-link {
  white-space: nowrap;
  line-height: 2.65em;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}
footer .footer-link.contact_us-link span, .c-footer .footer-link.contact_us-link span {
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  footer .footer-link.contact_us-link span, .c-footer .footer-link.contact_us-link span {
    font-size: 1.4em;
  }
}
footer .footer-link.contact_us-link span.email-address, .c-footer .footer-link.contact_us-link span.email-address {
  margin-left: 5px;
}
footer .footer-link.contact_us-link i, .c-footer .footer-link.contact_us-link i {
  margin-right: 4px;
  height: 26px;
  font-size: 1.3em;
  line-height: 26px;
}
footer .footer-link.contact_us-link i.fa-envelope, .c-footer .footer-link.contact_us-link i.fa-envelope {
  font-size: 1em;
  line-height: 24px;
}
footer .copyright-notice, .c-footer .copyright-notice {
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .copyright-notice, .c-footer .copyright-notice {
    text-align: center;
  }
}
footer .footer-column--last .footer-header, .c-footer .footer-column--last .footer-header {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-container, .c-footer .footer-container {
    display: flex;
    flex-direction: column;
  }
  footer .logo, footer .social-links, .c-footer .logo, .c-footer .social-links {
    display: none;
  }
}
footer .footer-copyright-notice, .c-footer .footer-copyright-notice {
  order: 3;
}
footer .footer-column-social-countries, .c-footer .footer-column-social-countries {
  order: 2;
}

.ios {
  padding-right: 0 !important;
}
.ios input[type=text],
.ios input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ios.modal-open--body-locked {
  position: static;
}
.ios .modal {
  -webkit-overflow-scrolling: none;
  margin-top: 0 !important;
}
.ios .modal .modal-content {
  max-height: 100vh;
}
.ios .hidden-ios {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #drift-widget-container {
    display: none;
  }
}
html {
  font-size: 16px;
}

body {
  font-size: 14px;
}

body.modal-open {
  padding-right: 0 !important;
}
body.modal-open .modal {
  padding-right: 0 !important;
}

.stat-description {
  text-align: center;
  font-size: 0.933em;
}
@media screen and (max-width: 767px) {
  .stat-description {
    font-size: 1.4em;
  }
}

.image-carousel {
  width: 100%;
  height: 100%;
}

.image-carousel-default-container {
  position: relative;
  display: block;
  padding-bottom: 67%;
  background: #ddd;
}

.image-carousel-holder {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #ddd;
}

.image-carousel-wrapping-link {
  display: block;
  width: 100%;
  height: 100%;
}

.location-filters .tooltip.persistent-tooltip {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.tooltip.persistent-tooltip {
  position: relative;
  z-index: 5;
  width: 100%;
}
.tooltip.persistent-tooltip.bottom .tooltip-arrow {
  border-bottom-color: #FF5B65;
}
.tooltip.persistent-tooltip.top .tooltip-arrow {
  border-top-color: #FF5B65;
}
.tooltip.persistent-tooltip.left .tooltip-arrow {
  border-left-color: #FF5B65;
}
.tooltip.persistent-tooltip.right .tooltip-arrow {
  border-right-color: #FF5B65;
}
.tooltip.persistent-tooltip .tooltip-inner {
  max-width: none;
  background-color: #FF5B65;
}

a:focus {
  outline: 0;
  outline-offset: 0;
}

.input-sm {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .osx.results-list .search-container,
  .osx.results-list .filter-toggle-container.sticky {
    width: 100%;
  }
}

.custom-checkboxes.users-checkboxes label {
  width: 100%;
  min-width: initial;
}
.custom-checkboxes label {
  font-size: 15px;
  width: calc(100% - 95px);
  min-width: 320px;
  padding: 8px 0;
}

.custom-checkboxes input[type=checkbox],
.custom-checkboxes-md input[type=checkbox] {
  position: absolute;
  margin-left: -9999px;
}
.custom-checkboxes input[type=checkbox] + label::before,
.custom-checkboxes-md input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  border: 1px solid #ACAEB9;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  height: 21px;
}
.custom-checkboxes input[type=checkbox]:checked + label:before,
.custom-checkboxes-md input[type=checkbox]:checked + label:before {
  background: #00A287;
  border-color: #00A287;
}
.custom-checkboxes input[type=checkbox]:checked + label::after,
.custom-checkboxes-md input[type=checkbox]:checked + label::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 4px;
  color: #00A287;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.91006 5.49585L1.7071 3.29291C1.31658 2.90239 0.683416 2.90239 0.292893 3.29291C-0.0976309 3.68343 -0.0976309 4.3166 0.292893 4.70712L3.29288 7.70709C3.7168 8.13102 4.4159 8.08922 4.7863 7.61781L9.78628 1.61786C10.1275 1.18359 10.0521 0.554936 9.61778 0.213723C9.18351 -0.127489 8.55486 -0.0520504 8.21364 0.38222L3.91006 5.49585Z" fill="white"/></svg>');
  background-size: cover;
}

.custom-checkboxes-md.login-checkbox label {
  text-indent: -40px;
  margin-left: 40px;
}
.custom-checkboxes-md label {
  padding-left: 0;
  font-size: 13px;
}
.custom-checkboxes-md input.custom-checkbox--disabled[type=checkbox] + label {
  background: #ddd;
  cursor: default;
}
.custom-checkboxes-md input.custom-checkbox--disabled[type=checkbox]:checked + label::before {
  color: #373941;
}

.custom-checkboxes--flex .checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
}
.custom-checkboxes--flex input[type=checkbox]:checked + label::after {
  top: 50%;
  margin-top: -5px;
}
.custom-checkboxes--flex label {
  display: flex;
  align-items: center;
  width: auto;
  min-width: auto;
  flex-shrink: 0;
}
.custom-checkboxes--flex label:before {
  margin-top: 0 !important;
  margin-right: 8px !important;
}
.custom-checkboxes--flex .custom-checkboxes__input_group {
  display: flex;
  align-items: center;
}
.custom-checkboxes--flex .custom-checkboxes__input {
  width: 110px;
  margin-left: 16px;
  margin-right: 8px;
}

.custom-checkboxes--flex-top label:before {
  align-self: self-start;
}
.custom-checkboxes--flex-top input[type=checkbox]:checked + label::after {
  top: 13px;
  margin-top: 0;
}

.checkbox-default--disabled {
  color: #717484;
}
.checkbox-default--disabled, .checkbox-default--disabled label {
  cursor: default;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0) translateZ(0);
  -moz-transform: translate(0, 0) translateZ(0);
  -ms-transform: translate(0, 0) translateZ(0);
  -o-transform: translate(0, 0) translateZ(0);
  transform: translate(0, 0) translateZ(0);
}
.modal-error {
  font-size: 0.75em;
}
.modal-default .modal-header,
.modal-default .modal-footer {
  border: 0;
}
.modal-delete .modal-header,
.modal-delete .modal-footer {
  border: 0;
}
.modal-delete .modal-body {
  padding: 20px;
}
.modal-delete .modal-body .delete-notification {
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.autocomplete-suggestions {
  background: #FFFFFF;
  overflow: auto;
  padding: 4px 0;
  border-radius: 6px;
  box-shadow: 0 8px 8px 0 rgba(37, 39, 44, 0.06), 0 0 1px 1px rgba(37, 39, 44, 0.12);
}
.autocomplete-suggestions strong {
  font-weight: 600;
}

.autocomplete-suggestion {
  cursor: pointer;
  padding: 12px 16px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #373941;
  transition: 50ms all ease-in-out;
}

.autocomplete-group {
  text-transform: uppercase;
  padding: 12px 16px 8px;
  font-size: 14px;
  font-weight: 600;
  color: #373941;
}

@media screen and (min-width: 992px) {
  .autocomplete-selected {
    background: #F7F7F8;
  }
}
.autocomplete-no-suggestion {
  padding: 8px 16px;
}

.autocomplete-suggestions--googleLocation .autocomplete-suggestions__google {
  margin: 6px 12px 2px;
  color: #717484;
  text-align: right;
  font-size: 11px;
}
.autocomplete-suggestions--googleLocation.autocomplete-suggestions--noQuery .autocomplete-suggestions__google,
.autocomplete-suggestions--googleLocation.autocomplete-suggestions--noQuery .autocomplete-no-suggestion {
  display: none;
}
.autocomplete-suggestions--googleLocation .autocomplete-suggestion,
.autocomplete-suggestions--googleLocation .autocomplete-suggestion--findMe {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.autocomplete-suggestions--googleLocation .autocomplete-suggestion:before,
.autocomplete-suggestions--googleLocation .autocomplete-suggestion--findMe:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #F1F2F3;
  margin-right: 8px;
  border-radius: 4px;
  flex-shrink: 0;
}
.autocomplete-suggestions--googleLocation .autocomplete-suggestion:after,
.autocomplete-suggestions--googleLocation .autocomplete-suggestion--findMe:after {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  -webkit-mask-size: 16px 16px;
          mask-size: 16px 16px;
  -webkit-mask-image: url("/build/icons/24/line/maps-travel/marker-pin-01.svg");
          mask-image: url("/build/icons/24/line/maps-travel/marker-pin-01.svg");
  background-color: #717484;
}
.autocomplete-suggestions--googleLocation .autocomplete-suggestion {
  white-space: wrap;
}
@media screen and (min-width: 992px) {
  .autocomplete-suggestions--googleLocation .autocomplete-suggestion--findMe:hover {
    background: #F7F7F8;
  }
}
.autocomplete-suggestions--googleLocation .autocomplete-suggestion--findMe:before {
  background: #E8F1FC;
}
.autocomplete-suggestions--googleLocation .autocomplete-suggestion--findMe:after {
  -webkit-mask-image: url("/build/icons/24/line/maps-travel/navigation-pointer-01.svg");
          mask-image: url("/build/icons/24/line/maps-travel/navigation-pointer-01.svg");
  background-color: #0B4BAC;
}

.pac-container {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-top: 0;
  z-index: 10001;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.pac-item {
  padding: 5px 15px;
  font-size: 12px;
  border-top: 0;
  border-bottom: 1px solid #fafafa;
  cursor: pointer;
}

.pac-item:hover,
.pac-item-selected,
.pac-item-selected:hover {
  background-color: #fafafa;
}

.pac-icon-marker {
  display: none;
}

.pac-item-query {
  font-size: 14px;
  color: #3d3d3d;
}

.pac-matched {
  color: #00a287;
  font-weight: normal;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1054;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1055;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 36px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close {
  color: #FFF;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing.mfp-img {
  opacity: 0;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    margin-left: 10px;
  }
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  content: "";
  width: 72px;
  height: 72px;
  display: block;
  mask-image: url(/build/icons/24/bold/arrows/chevron-left.svg);
  mask-size: 100%;
  -webkit-mask-image: url(/build/icons/24/bold/arrows/chevron-left.svg);
  -webkit-mask-size: 100%;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    width: 64px;
    height: 64px;
  }
}
.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  transform: rotate(180deg);
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  img.mfp-img {
    max-height: calc(100vh - 120px) !important;
  }
}
@media screen and (max-height: 500px) {
  img.mfp-img {
    margin-top: -20px;
  }
}
@media screen and (max-width: 479px) {
  img.mfp-img {
    margin-top: -20px;
  }
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
  margin-top: -120px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #373941;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  margin: 8px 8px 2px 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.pika-label:hover {
  color: #717484;
  text-decoration: underline;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
  color: #373941;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  white-space: nowrap;
  font-size: 0;
  background: #f5f5f5;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-position: center;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='%2300A287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.70725 10.2933C7.09825 10.6842 7.09825 11.3162 6.70725 11.7072C6.31625 12.0982 5.68425 12.0982 5.29325 11.7072L0.29325 6.70725C-0.09775 6.31625 -0.09775 5.68425 0.29325 5.29325L5.29325 0.29325C5.68425 -0.09775 6.31625 -0.09775 6.70725 0.29325C7.09825 0.68425 7.09825 1.31625 6.70725 1.70725L2.41425 6.00025L6.70725 10.2933Z' fill='%2300A287'/%3E%3C/svg%3E%0A");
  background-color: transparent;
}
.pika-prev:hover,
.is-rtl .pika-next:hover {
  background-color: #F1F2F3;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='%2300A287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.293253 10.2933C-0.0977464 10.6842 -0.0977464 11.3162 0.293253 11.7072C0.684253 12.0982 1.31625 12.0982 1.70725 11.7072L6.70725 6.70725C7.09825 6.31625 7.09825 5.68425 6.70725 5.29325L1.70725 0.29325C1.31625 -0.09775 0.684253 -0.09775 0.293253 0.29325C-0.0977464 0.68425 -0.0977464 1.31625 0.293253 1.70725L4.58625 6.00025L0.293253 10.2933Z' fill='%2300A287'/%3E%3C/svg%3E%0A");
  background-color: transparent;
}
.pika-next:hover,
.is-rtl .pika-prev:hover {
  background-color: #F1F2F3;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
  background-color: transparent;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin-top: 10px;
  margin-bottom: 3px;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  height: initial;
  background: #FFFFFF;
  border-radius: 8px;
  width: 36px;
  line-height: 25px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-selected .pika-button {
  color: #FFFFFF !important;
  background: #00A287 !important;
}

.has-event .pika-button {
  background: linear-gradient(112deg, #E8E8E8 0%, #E8E8E8 49%, #fff 51%, #FFFFFF 100%);
}

.has-event.is-selected .pika-button {
  color: #373941;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #FFFFFF;
  text-decoration: line-through;
}

.is-startrange .pika-button {
  color: #FFFFFF;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #FFFFFF;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #b5b5b5;
  text-decoration: line-through;
}

.is-outside-current-month .pika-button {
  color: #ddd;
  text-decoration: none;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #FFFFFF;
  background: #00A287;
}

.pika-table abbr {
  border-bottom: none;
  color: #717484;
  font-weight: 400;
  cursor: help;
  text-decoration: none;
}

.pikaday-clear {
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #00A287;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
  padding: 6px 8px;
  text-align: left;
  width: 100%;
}
.pikaday-clear:hover {
  background: #00A287;
  color: #FFFFFF;
}

.default-form .form-error {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #FF5B65;
  display: none;
}
.default-form.has-error .form-error {
  display: block;
}
.default-form .form-group.has-error input:not(.btn),
.default-form .form-group.has-error select,
.default-form .form-group.has-error textarea {
  color: #FF5B65;
  border: 1px solid #FF5B65;
}
.default-form .form-group.has-error .field-error {
  display: block;
  color: #FF5B65;
  font-size: 11px;
  margin-top: 5px;
  -webkit-font-smoothing: initial;
}
.default-form .form-group .field-error {
  display: none;
}
.default-form label {
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}
.default-form .form-checkbox {
  font-size: 16px;
}

.form-control, .default-form .form-field {
  border-radius: 4px;
}

.form-group.has-error .field-error-tooltip,
.room-tag-error-container.has-error .field-error-tooltip,
.form-input-wrapper.has-error .field-error-tooltip {
  display: block;
}

.field-error-tooltip {
  display: none;
  position: absolute;
  z-index: 1;
  top: calc(100% + 7px);
  left: 7px;
  background: #FF5B65;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
}
.field-error-tooltip::after {
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(251, 118, 119, 0);
  border-bottom-color: #FF5B65;
  border-width: 6px;
  margin-left: -6px;
}

@-webkit-keyframes home-slider {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes home-slider {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes home-slider {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes home-slider {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.supervenue-badge-md {
  height: 50px;
}

.supervenue-badge-sm {
  height: 30px;
  width: 23px;
}

.supervenue-badge-xs {
  height: 25px;
}

.supervenue-badge-xxs {
  height: 20px;
}

.infobox {
  position: relative;
  border-radius: 4px;
}

.infobox-gray {
  border: 1px solid #ddd;
  background: #fafafa;
}

.infobox-red {
  border: 0;
  background: #FF5B65;
  color: #fff;
}

.reviews-badge {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.reviews-badge:hover {
  text-decoration: none;
}
.reviews-badge .reviews-badge__stars {
  width: 120px;
}
.reviews-badge .reviews-badge__rating {
  color: #373941;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  margin-top: 1px;
  margin-bottom: 0;
}
.reviews-badge .reviews-badge__logo {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.reviews-badge .reviews-badge__logo img {
  width: 130px;
}

i.custom-icon-loading {
  position: relative;
  width: 20px;
}
i.custom-icon-loading::after {
  content: " ";
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 0.15em solid;
  border-color: currentColor currentColor currentColor transparent;
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  display: inline-block;
  animation: loading-spin 1s infinite;
}

.stars {
  margin: 11px auto;
  color: #bbbec1;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}
.stars .selected {
  color: #00a287;
}
.stars .star-half {
  position: relative;
}
.stars .star-half .selected {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .stars {
    margin: 11px auto 8px;
  }
}
@media screen and (max-width: 767px) {
  .stars {
    margin: 36px auto 10px;
    font-size: 23px;
  }
}

.lory-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.lory-slider--full-height {
  height: 100%;
}

.lory-slider--relative {
  position: relative;
}

.lory-slider--relative {
  position: relative;
}

.lory-slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  white-space: normal;
  vertical-align: top;
  overflow: hidden;
}
.lory-slide img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  transform-style: preserve-3d;
  aspect-ratio: attr(width)/attr(height);
}
.lory-slide img:not([src]) {
  opacity: 0;
}

.image-carousel .lory-slide {
  background: #ddd;
}

.lory-frame {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
}

.lory-slides {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.lory-prev, .lory-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  height: 100%;
  z-index: 5;
  transform: translateY(-50%);
  width: 40px;
  justify-content: center;
  align-items: center;
  display: none;
  text-shadow: 1px 1px 4px #222;
  opacity: 0.8;
  cursor: pointer;
  left: 0;
}
@media (pointer: coarse) {
  .lory-prev, .lory-next {
    display: flex !important;
  }
}
@media (pointer: coarse), screen and (max-width: 767px) {
  .lory-prev, .lory-next {
    display: flex;
  }
}
.lory-slider:hover .lory-prev, .lory-slider:hover .lory-next {
  display: flex;
}
.lory-prev:before, .lory-next:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url("/build/icons/24/bold/arrows/chevron-left.svg") no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(1) drop-shadow(1px 1px 2px #222);
}

.lory-current img:not([src]) {
  opacity: 0;
}

.lory-next {
  left: auto;
  right: 0;
}
.lory-next:before {
  transform: rotate(180deg);
  filter: brightness(0) invert(1) drop-shadow(-1px -1px 2px #222);
}

.lory-arrow--visible {
  display: flex;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .carousel-fit-cover img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-street-view-placeholder {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.c-street-view-placeholder__button {
  flex-grow: 1;
  text-align: center;
}
.c-street-view-placeholder__button .c-button-white {
  width: 100%;
  max-width: 100%;
}

.c-room-pricing-grid {
  display: flex;
  justify-content: space-between;
}
.c-room-pricing-grid, .c-room-pricing-grid p {
  font-size: 13px;
}

.c-room-pricing-grid__days {
  min-width: 162px;
}

.c-room-pricing-grid__time {
  width: 85px;
  min-width: 85px;
  margin: 0 25px;
}
@media (max-width: 500px) {
  .c-room-pricing-grid__time {
    margin: 0;
    text-align: right;
  }
}

@media (max-width: 500px) {
  .c-room-pricing-grid__text {
    width: 100%;
  }
}

.c-room-pricing-grid__text {
  flex-grow: 1;
}

.c-room-static-map {
  background: #ededed;
  text-align: center;
  margin-bottom: 16px;
  overflow: hidden;
}
.c-room-static-map img {
  max-width: 100%;
  height: auto;
}
.c-room-static-map, .c-room-static-map a, .c-room-static-map img {
  -webkit-user-drag: none;
}

.c-footer-countries.c-footer-countries {
  margin: 10px 0 20px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-footer-countries.c-footer-countries {
    margin: 10px auto 20px;
    padding-left: 24px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-footer-countries.c-footer-countries a {
    display: flex;
    justify-content: start;
    padding: 5px 0;
  }
}

.c-footer-countries li {
  list-style: none;
  margin: 10px 0;
}

.c-footer-countries a {
  display: flex;
  align-items: center;
}

.c-footer-countries img {
  margin-right: 10px;
}

.c-footer-countries--center a {
  justify-content: center;
}

.c-button-white {
  display: flex;
  cursor: pointer;
  width: 100%;
  border: 0;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  max-width: 460px;
  margin: 0 auto 0;
  font-size: 18px;
  background-color: #F7F7F8;
  color: #373941;
  border-radius: 4px;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  outline: 0;
}
.c-button-white:hover {
  background-color: #F1F2F3;
}

.c-button-white--md {
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 16px;
  padding: 16px;
  min-width: inherit;
  width: auto;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.c-room-card {
  position: relative;
  box-sizing: content-box;
  color: #373941;
  line-height: normal;
  margin-bottom: 18px;
  font-size: 15px;
  list-style: none;
}

.c-room-card__img_wrap {
  display: block;
  position: relative;
  overflow: hidden;
  background: #DEDFE3;
  border-radius: 4px;
}
.c-room-card--tooltip .c-room-card__img_wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-room-card__img_wrap:before {
  content: "";
  display: block;
  padding-bottom: 66.9158878505%;
}
.c-room-card__img_wrap:has(.ds-focus .c-room-card__img_single)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 3px rgba(44, 123, 242, 0.5) inset;
  z-index: 1;
}

.c-room-card__img_single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.lory-slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.c-room-card__price {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: hsla(0, 0%, 0%, 0.7);
  color: #ffffff;
  padding: 6px 8px;
  border-radius: 3px;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  pointer-events: none;
  min-width: 100px;
}

.c-room-card__price--htmlBottom {
  margin-top: 66.9158878505%;
  top: -50px;
  bottom: auto;
}

.c-room-card__price_val {
  font-weight: 600;
  font-size: 16px;
}

.c-room-card__label {
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  padding: 5px 12px;
  font-size: 12px;
  pointer-events: none;
}

.c-room-card__capacity {
  align-items: center;
}

.c-room-card__supervenue {
  align-self: flex-start;
  color: #00a287;
  font-weight: 600;
  font-size: 12px;
  min-width: 100px;
  text-align: right;
  margin-left: 7px;
}
.c-room-card__supervenue img {
  width: 13px;
  height: 17px;
  min-width: 13px;
}

.c-room-card__live_availability {
  background: rgba(255, 174, 63, 0.4);
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #373941;
  display: flex;
  align-items: center;
  min-width: 118px;
  justify-content: space-around;
}

.c-room-card__live_availability .fa {
  color: #FFA831;
  font-size: 15px;
  margin-right: 3px;
}

.c-room-card__location-group {
  margin-top: 0;
  min-width: 0;
}

.c-room-card__location {
  color: #373941;
  font-size: 12px;
}
.c-room-card__location + .c-room-card__location {
  margin-top: 4px;
}

.c-room-card--experimentTM5276 .c-room-card__location {
  font-size: 14px;
}
.c-room-card--experimentTM5276 .c-room-card__response-time {
  font-size: 14px;
}
.c-room-card--experimentTM5276 .c-room-card__rating {
  font-size: 14px;
}
.c-room-card--experimentTM5276 .c-room-card__capacity-item {
  font-size: 14px;
}
.c-room-card--experimentTM5276 .c-room-card__location {
  height: 18px;
}

.c-room-card__response-time {
  display: flex;
  align-items: center;
  color: #373941;
  font-size: 12px;
}
.c-room-card__response-time .c-icon {
  margin-right: 2px;
}

.c-room-card__rating {
  display: flex;
  align-items: center;
  width: 101px;
  min-width: 101px;
  justify-content: flex-end;
  margin-left: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #373941;
}
.c-room-card__rating::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 13px;
  background-size: contain;
  margin-right: 4px;
  flex-shrink: 0;
}
.c-room-card__rating.c-room-card__rating--1::before {
  background-image: url("/build/icons/ratings/rating-1.svg");
}
.c-room-card__rating.c-room-card__rating--1\.5::before {
  background-image: url("/build/icons/ratings/rating-1-5.svg");
}
.c-room-card__rating.c-room-card__rating--2::before {
  background-image: url("/build/icons/ratings/rating-2.svg");
}
.c-room-card__rating.c-room-card__rating--2\.5::before {
  background-image: url("/build/icons/ratings/rating-2-5.svg");
}
.c-room-card__rating.c-room-card__rating--3::before {
  background-image: url("/build/icons/ratings/rating-3.svg");
}
.c-room-card__rating.c-room-card__rating--3\.5::before {
  background-image: url("/build/icons/ratings/rating-3-5.svg");
}
.c-room-card__rating.c-room-card__rating--4::before {
  background-image: url("/build/icons/ratings/rating-4.svg");
}
.c-room-card__rating.c-room-card__rating--4\.5::before {
  background-image: url("/build/icons/ratings/rating-4-5.svg");
}
.c-room-card__rating.c-room-card__rating--5::before {
  background-image: url("/build/icons/ratings/rating-5.svg");
}
.c-room-card__rating.c-room-card__rating--5\.5::before {
  background-image: url("/build/icons/ratings/rating-5-5.svg");
}

.c-room-card__details {
  color: #373941;
  text-decoration: none !important;
  display: block;
}
.c-room-card__details:hover {
  color: #373941 !important;
}
.c-room-card--tooltip .c-room-card__details {
  padding: 5px 10px 10px;
}

.results-item-v2 .c-room-card--tooltip .c-room-card__details {
  padding: 0 10px 10px;
}

.c-room-card__details_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 0;
}

.c-room-card__details_row:first-child {
  margin-top: 0;
  padding-top: 8px;
}

.c-room-card__details_row--no-margin {
  margin: 2px 0 0;
}

.c-room-card__details_row--align-start {
  align-items: flex-start;
}
.c-room-card__details_row--align-start > .c-room-card__capacity {
  margin-top: 2px;
}

.c-room-card__tags-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.venue-type-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.venue-type-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.c-room-card__capacity {
  display: flex;
  align-items: center;
  color: #373941;
  transform: translateY(-1px);
}

.c-room-card__capacity-item {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  display: flex;
  align-items: center;
  line-height: 14px;
  white-space: nowrap;
}
.c-room-card__capacity-item--seating:before, .c-room-card__capacity-item--standing:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/build/icons/24/bold/education/sitting-chair.svg") no-repeat;
  background-size: 100%;
}
.c-room-card__capacity-item--standing:before {
  background-image: url("/build/icons/24/bold/users/user-standing.svg");
}

.c-room-card__capacity-item-text {
  font-weight: 400;
}

.c-room-card__heart {
  position: absolute;
  z-index: 6;
  color: #fff;
  text-shadow: 0 0 3px #6f6f6f;
  font-size: 25px;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 10px;
}
.c-room-card__heart:after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url("/build/icons/24/line/general/heart-rounded.svg") no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(1) drop-shadow(1px 1px 2px rgba(34, 34, 34, 0.75));
}
.c-room-card__heart--selected:after {
  background-image: url("/build/icons/24/bold/general/heart-rounded.svg");
}
@media screen and (min-width: 768px) {
  .c-room-card__heart {
    right: 10px;
    top: 10px;
    padding: 0;
  }
}

.c-room-card .lory-slider {
  position: relative;
  background: #ddd;
  border-radius: 3px;
}
.c-room-card .lory-frame {
  border-radius: 3px;
}
.c-room-card .lory-slider--relative.c-room-card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-room-card .stars {
  margin: 0;
  font-size: 11px;
}

.c-room-card--tooltip .lory-frame, .c-room-card--tooltip .lory-slider {
  border-radius: 3px 3px 0 0;
}
.c-room-card--tooltip .c-room-card__location--metro + .c-room-card__location {
  display: none;
}

.c-room-card__room_name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 5px 0 0;
  max-width: 100%;
  font-weight: 700;
  line-height: inherit;
  font-size: 14px;
}

.c-room-card__venue_name {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.c-room-card__location {
  padding-left: 18px;
  background: no-repeat -1.5px;
  background-image: url('data:image/svg+xml,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m12 2.75c-4.00406 0-7.25 3.24594-7.25 7.25 0 1.9714.88988 3.8108 2.34421 5.6992 1.22625 1.5923 2.7958 3.149 4.46519 4.8048.1461.145.2931.2907.4406.4373.1475-.1466.2944-.2923.4406-.4373 1.6694-1.6558 3.2389-3.2125 4.4652-4.8048 1.4543-1.8884 2.3442-3.7278 2.3442-5.6992 0-4.00406-3.2459-7.25-7.25-7.25zm-8.75 7.25c0-4.83249 3.91751-8.75 8.75-8.75 4.8325 0 8.75 3.91751 8.75 8.75 0 2.4469-1.1101 4.6075-2.6558 6.6145-1.2931 1.6791-2.9483 3.32-4.6163 4.9737-.3162.3135-.6328.6274-.9476.9421-.2929.2929-.7677.2929-1.0606 0-.3148-.3147-.6314-.6287-.9476-.9421-1.66803-1.6537-3.32316-3.2946-4.61631-4.9737-1.54567-2.007-2.65579-4.1676-2.65579-6.6145zm8.75-2.25c-1.2426 0-2.25 1.00736-2.25 2.25 0 1.2426 1.0074 2.25 2.25 2.25s2.25-1.0074 2.25-2.25c0-1.24264-1.0074-2.25-2.25-2.25zm-3.75 2.25c0-2.07107 1.67893-3.75 3.75-3.75 2.0711 0 3.75 1.67893 3.75 3.75 0 2.0711-1.6789 3.75-3.75 3.75-2.07107 0-3.75-1.6789-3.75-3.75z" fill="%23555763" fill-rule="evenodd"/></svg>');
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-size: 16px;
  height: 16px;
  padding-top: 1px;
}

.c-room-card__location__wrapper {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.c-room-card__location--metro {
  background-image: url('data:image/svg+xml,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m7.25 2c0-.41421.33579-.75.75-.75h8c.4142 0 .75.33579.75.75s-.3358.75-.75.75h-3.25v1.5h2.4821c.8128-.00001 1.4685-.00001 1.9994.04336.5466.04467 1.0267.13902 1.471.36537.7056.35952 1.2793.9332 1.6388 1.63881.2263.44421.3207.92436.3653 1.47099.0434.53091.0434 1.18652.0434 1.99935v4.46422c0 .8129 0 1.4685-.0434 1.9994-.0446.5466-.139 1.0267-.3653 1.471-.3595.7056-.9332 1.2792-1.6388 1.6388-.187.0953-.3804.1672-.5824.2218l1.0507 2.1015c.1853.3705.0351.821-.3354 1.0062-.3705.1853-.821.0351-1.0062-.3354l-1.2974-2.5947c-.3814.0093-.8123.0093-1.2997.0093h-6.46422c-.48743 0-.91832 0-1.29968-.0093l-1.29738 2.5947c-.18524.3705-.63575.5207-1.00623.3354-.37048-.1852-.52065-.6357-.33541-1.0062l1.05075-2.1015c-.20202-.0546-.39539-.1265-.58239-.2218-.70561-.3596-1.27929-.9332-1.63881-1.6388-.22634-.4443-.3207-.9244-.36537-1.471-.04337-.5309-.04337-1.1866-.04336-1.9994v-4.4642c-.00001-.81284-.00001-1.46846.04336-1.99937.04467-.54663.13903-1.02678.36537-1.47099.35952-.70561.9332-1.27929 1.63881-1.63881.44421-.22635.92436-.3207 1.47099-.36537.53091-.04337 1.18652-.04337 1.99936-.04336h2.48211v-1.5h-3.25c-.41421 0-.75-.33579-.75-.75zm1.55 3.75c-.85245 0-1.44669.00058-1.90932.03838-.45388.03708-.71464.10622-.91216.20686-.42336.21571-.76757.55992-.98328.98328-.10064.19752-.16977.45828-.20686.91216-.0378.46263-.03838 1.05687-.03838 1.90932v1.45h14.5v-1.45c0-.85245-.0006-1.44669-.0384-1.90932-.0371-.45388-.1062-.71464-.2068-.91216-.2158-.42336-.56-.76757-.9833-.98328-.1975-.10064-.4583-.16978-.9122-.20686-.4626-.0378-1.0568-.03838-1.9093-.03838zm10.45 7h-14.5v1.45c0 .8525.00058 1.4467.03838 1.9093.03709.4539.10622.7147.20686.9122.21571.4233.55992.7675.98328.9833.19752.1006.45828.1697.91216.2068.46263.0378 1.05687.0384 1.90932.0384h6.4c.8525 0 1.4467-.0006 1.9093-.0384.4539-.0371.7147-.1062.9122-.2068.4233-.2157.7675-.56.9833-.9833.1006-.1975.1697-.4583.2068-.9122.0378-.4626.0384-1.0568.0384-1.9093zm-12 2.75c0-.6904.55964-1.25 1.25-1.25s1.25.5596 1.25 1.25-.55964 1.25-1.25 1.25-1.25-.5596-1.25-1.25zm7 0c0-.6904.5596-1.25 1.25-1.25s1.25.5596 1.25 1.25-.5596 1.25-1.25 1.25-1.25-.5596-1.25-1.25zm-5.5 6.5c0-.4142.33579-.75.75-.75h5c.4142 0 .75.3358.75.75s-.3358.75-.75.75h-5c-.41421 0-.75-.3358-.75-.75z" fill="%23555763" fill-rule="evenodd"/></svg>');
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-size: 16px;
}

@media screen and (min-width: 768px) {
  .c-room-card {
    width: 327px;
  }
}
.c-room-card--medium {
  width: 270px;
  min-width: 270px;
}

.c-room-card--tooltip {
  width: 288px;
  max-width: 100%;
}

.card__review__avatar {
  background: #E5F6F3;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #034F42;
  border-radius: 50%;
  font-weight: 600;
  margin-right: 8px;
  flex-shrink: 0;
  font-size: 11px;
}

.c-room-card__review {
  font-size: 12px;
  margin-top: 16px;
  padding-bottom: 8px;
  display: flex;
}

.c-room-card__tags:not(:empty) {
  margin-top: 8px;
}

.results-item-v2 .c-room-card__tags:not(:empty) {
  margin-top: 0;
}

.c-room-card__tags.venue-type {
  margin-top: 0;
}

.c-room-card__tag, .c-room-card__tag--no-margin {
  background: #F1F2F3;
  display: inline-block;
  font-size: 12px;
  color: #373941;
  margin-top: 8px;
  padding: 2px 6px;
  border-radius: 4px;
}

.c-room-card__tag--no-margin {
  margin-top: 0;
}

.c-room-card__description ~ .c-room-card__review {
  border-top: 1px solid #DEDFE3;
  padding-top: 12px;
  margin-top: 12px;
}

.card__review__content {
  color: #555763;
  line-height: 16px;
}

.c-room-card.c-room-card--empty {
  height: 0;
  margin: 0 !important;
}

.c-room-card__cta_wrap {
  text-align: center;
}

.c-room-card__cta {
  margin: 20px 0;
}

.c-room-card__temporary_closed {
  display: block;
  position: absolute;
  z-index: 6;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  background: #F63641;
  top: 8px;
  left: 8px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}

.c-room-card img:not([src]) {
  opacity: 0;
}

.c-room-card--box {
  border: 1px solid #DEDFE3;
  border-radius: 6px;
  margin-bottom: 24px !important;
  overflow: hidden;
}
.c-room-card--box .c-room-card__content {
  padding: 4px 12px;
  color: #555763;
  position: relative;
  height: 100%;
}
.c-room-card--box .c-room-card__content .c-room-card__details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-room-card--box .c-room-card__content.c-room-card__content--withCheckAvailabilityCta {
  padding-bottom: 56px;
}
.c-room-card--box .c-room-card__description {
  margin: 12px 0 12px;
  font-size: 12px;
  line-height: 16px;
}
.c-room-card--box .c-room-card__description--clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.c-room-card--box .c-room-card__img_wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-room-card--box .lory-frame {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.c-room-card__bottom-separator {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #DEDFE3;
}

.c-room-card___check-availability {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 24px);
  left: 12px;
  text-decoration: none;
}
.c-room-card___check-availability:focus-visible {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .c-room-card--single {
    flex-direction: row;
    display: flex;
    max-width: 790px;
    margin: 1em auto;
  }
  .c-room-card--single .c-room-card__content, .c-room-card--single .c-room-card__img_wrap {
    width: 50%;
  }
  .c-room-card--single .c-room-card__details_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-room-card--single .c-room-card__cta_wrap {
    text-align: left;
  }
  .c-room-card--single .c-room-card__content {
    padding: 0 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-room-card--single .c-room-card__capacity-item:first-of-type {
    margin-left: 0;
  }
  .c-room-card--single .c-room-card__capacity {
    margin: 1em 0;
  }
}
.c-room-card-horizontal {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #DEDFE3;
  border-radius: 6px;
  padding: 12px;
  color: #373941;
}
@media screen and (min-width: 1280px) {
  .c-room-card-horizontal {
    display: grid;
    gap: 24px;
    grid-template-columns: 472px 1fr;
    max-width: 100%;
  }
}

.c-room-card-horizontal__img_wrap {
  display: block;
  position: relative;
  overflow: hidden;
  background: #DEDFE3;
  border-radius: 4px;
}
.c-room-card-horizontal__img_wrap:before {
  content: "";
  display: block;
  padding-bottom: 66.8202764977%;
}

.c-room-card-horizontal__img_single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.lory-slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.c-room-card-horizontal__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.c-room-card-horizontal__label {
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  padding: 5px 12px;
  font-size: 12px;
  pointer-events: none;
}

.c-room-card-horizontal__capacity {
  align-items: center;
}

.c-room-card-horizontal__details {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: #373941;
}
.c-room-card-horizontal__details:hover {
  color: #373941 !important;
}

.c-room-card-horizontal__details_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-room-card-horizontal__details_row:first-child {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .c-room-card-horizontal__details_row:first-child {
    margin-top: 6px;
  }
}

.c-room-card-horizontal .lory-slider {
  position: relative;
  background: #ddd;
  border-radius: 3px;
}
.c-room-card-horizontal .lory-frame {
  border-radius: 3px;
}
.c-room-card-horizontal .lory-slider--relative.c-room-card-horizontal__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-room-card-horizontal__room-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c-room-card-horizontal__venue_name {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .c-room-card-horizontal {
    width: 100%;
  }
}
.c-room-card-horizontal__review__content, .c-room-card-horizontal__description {
  display: -webkit-box;
  max-height: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .c-room-card-horizontal__review__content {
    height: 3.5em;
  }
}

.c-room-card-horizontal__description {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-room-card-horizontal__description {
    height: auto;
  }
}

.c-room-card-horizontal.c-room-card-horizontal--empty {
  height: 0;
  margin: 0 !important;
}

.c-room-card-horizontal__facilities {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  margin: 4px 0 0 0;
  font-size: 14px;
  line-height: 20px;
}
.c-room-card-horizontal__facilities--topRow {
  flex: 0 0 auto;
  margin: 16px 0;
}
.c-room-card-horizontal__facilities hr {
  width: 100%;
}
.c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-main, .c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-additional {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-main {
  flex-direction: row;
  gap: 12px 24px;
  flex: 1 1 0;
}
.c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-additional {
  gap: 12px 20px;
}
.c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-additional, .c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-additional + .separator-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-additional, .c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-additional + .separator-sm {
    display: flex;
  }
}
.c-room-card-horizontal__facilities .c-room-card-horizontal__facilities-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-room-card-horizontal__cta_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
}
@media screen and (min-width: 1280px) {
  .c-room-card-horizontal__cta_wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-room-card-horizontal__cta {
  text-align: center;
  width: 100%;
  padding: 16px;
}
@media screen and (min-width: 1280px) {
  .c-room-card-horizontal__cta {
    width: auto;
    padding: 8px 16px;
  }
}

.c-room-card-horizontal__pricing-trigger {
  display: inline-flex;
  justify-content: space-between;
  background: none;
  border: none;
  color: #00a287;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

.c-room-card-horizontal__temporary_closed {
  display: block;
  position: absolute;
  z-index: 6;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  background: #F63641;
  top: 8px;
  left: 8px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}

.c-room-card-horizontal img:not([src]) {
  opacity: 0;
}

.c-cancellation-policy-list {
  padding: 0 18px;
  margin: 20px 0;
}
.c-cancellation-policy-list li {
  margin-top: 10px;
}

.c-cancellation-policy-list__appendix {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-cancellation-policy-list__appendix {
    display: inline;
  }
  .c-cancellation-policy-list__appendix:before {
    content: " - ";
  }
}
.c-sp-features-highlights {
  padding: 16px 16px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.c-sp-features-highlights__headline {
  margin-bottom: 16px;
  display: block;
}

.c-sp-features-highlights__items {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.c-sp-features-highlights__item {
  width: 33%;
  min-width: 240px;
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
}
.c-sp-features-highlights__item .c-icon {
  margin-right: 4px;
}

.c-sp-features-highlights__item--unavailable {
  text-decoration: line-through;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
[aria-label][role~=tooltip] {
  position: relative;
}

[aria-label][role~=tooltip].ds-tooltip--clickable {
  cursor: pointer;
}

[aria-label][role~=tooltip] .ds-tooltip__content,
[aria-label][role~=tooltip]:not(.ds-tooltip)::after {
  background-color: #25272C;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
  box-sizing: content-box;
  color: #fff;
  content: attr(aria-label);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  max-width: 300px;
  width: 150px;
  opacity: 0;
  padding: 6px 8px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-transform: none;
  transform: translate3d(0, 0, 0);
  transform-origin: top;
  transition: opacity 150ms;
  will-change: transform;
  z-index: 10;
  cursor: auto;
  white-space: normal;
}

.ds-tooltip--auto-width[aria-label][role~=tooltip] .ds-tooltip__content {
  width: auto;
}

.ds-tooltip--one-line[aria-label][role~=tooltip] .ds-tooltip__content {
  width: auto;
  white-space: nowrap;
}

.ds-tooltip--decreased-z-index[aria-label][role~=tooltip] .ds-tooltip__content {
  z-index: 9;
}

[aria-label][role~=tooltip].ds-tooltip--light .ds-tooltip__content {
  padding: 16px;
  background-color: #FFFFFF;
  color: #373941;
  font-weight: normal;
  border: 1px solid #DEDFE3;
  box-shadow: 0 8px 8px rgba(37, 39, 44, 0.06);
  text-align: left;
  max-width: 600px;
  width: 300px;
}

[aria-label][role~=tooltip].ds-tooltip--warning .ds-tooltip__content {
  background-color: #FF5B65;
  color: #FFFFFF;
  font-weight: normal;
}

[aria-label][role~=tooltip].ds-tooltip--active .ds-tooltip__content,
[aria-label][role~=tooltip]:not(.ds-tooltip--active):hover::after,
[aria-label][role~=tooltip]:focus::after {
  opacity: 0.88;
  pointer-events: auto;
}

[aria-label][role~=tooltip].ds-tooltip--light.ds-tooltip--active .ds-tooltip__content,
[aria-label][role~=tooltip].ds-tooltip--light:not(.ds-tooltip--active):hover::after,
[aria-label][role~=tooltip].ds-tooltip--light:focus::after,
[aria-label][role~=tooltip].ds-tooltip--warning.ds-tooltip--active .ds-tooltip__content,
[aria-label][role~=tooltip].ds-tooltip--warning:not(.ds-tooltip--active):hover::after,
[aria-label][role~=tooltip].ds-tooltip--warning:focus::after {
  opacity: 1;
}

[aria-label][role~=tooltip]:not([data-microtip-position])::after,
[aria-label][role~=tooltip][data-microtip-position|=top] .ds-tooltip__content,
[aria-label][role~=tooltip][data-microtip-position|=top]::after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 4px;
  transform: translate3d(-50%, 0, 0);
}

[aria-label][role~=tooltip][data-microtip-position=top-right] .ds-tooltip__content,
[aria-label][role~=tooltip][data-microtip-position=top-right]::after {
  transform: translate3d(0, 0, 0);
  right: 0;
  left: auto;
}

[aria-label][role~=tooltip][data-microtip-position=top-left] .ds-tooltip__content,
[aria-label][role~=tooltip][data-microtip-position=top-left]::after {
  transform: translate3d(0, 0, 0);
  bottom: 100%;
  left: 0;
}

[aria-label][role~=tooltip][data-microtip-position|=bottom] .ds-tooltip__content,
[aria-label][role~=tooltip][data-microtip-position|=bottom]::after {
  margin-top: 4px;
}

[aria-label][role~=tooltip][data-microtip-position|=bottom] .ds-tooltip__content,
[aria-label][role~=tooltip][data-microtip-position|=bottom]::after {
  transform: translate3d(-50%, 0, 0);
  top: 100%;
  left: 50%;
}

[aria-label][role~=tooltip][data-microtip-position=bottom-left] .ds-tooltip__content,
[aria-label][role~=tooltip][data-microtip-position=bottom-left]::after {
  left: 0;
  transform: translate3d(0, 0, 0);
  top: 100%;
}

[aria-label][role~=tooltip][data-microtip-position=bottom-right] .ds-tooltip__content,
[aria-label][role~=tooltip][data-microtip-position=bottom-right]::after {
  left: auto;
  right: 0;
  transform: translate3d(0, 0, 0);
  top: 100%;
}

[aria-label][role~=tooltip][data-microtip-position=right] .ds-tooltip__content,
[aria-label][role~=tooltip][data-microtip-position=right]::after {
  bottom: auto;
  left: auto;
  margin-right: 4px;
  right: 100%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

[aria-label][role~=tooltip][data-microtip-position=left] .ds-tooltip__content,
[aria-label][role~=tooltip][data-microtip-position=left]::after {
  bottom: auto;
  left: 100%;
  margin-left: 4px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 767px) {
  [aria-label][role~=tooltip]:not(.ds-tooltip--active) .ds-tooltip__content,
  [aria-label][role~=tooltip]:not(:hover)::after {
    display: none;
  }
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.venue-reviews .review-description__sign {
  margin-top: 5px;
}
.venue-reviews .review-content {
  padding: 0 0 5px 0;
}
.venue-reviews .review-description__content {
  border: none;
  padding: 0 !important;
}

.reviews-modal {
  font-size: 14px;
  margin-top: 24px;
}

.reviews-modal-summary {
  text-align: center;
  margin-bottom: 32px;
}

.reviews-modal-summary__total_score {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}

.reviews-modal-summary__sub_rate {
  font-size: 12px;
  color: #373941;
}
@media screen and (min-width: 1280px) {
  .reviews-modal-summary__sub_rate {
    font-size: 14px;
  }
}

.reviews-modal-summary__sub_rate--link {
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  background: none;
  border: none;
}

.reviews-modal-score__bar {
  width: 100%;
  margin-top: 4px;
}

.reviews-modal-score {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}

.reviews-modal-score__score {
  font-size: 14px;
  font-weight: 600;
}

.reviews-modal-review {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #F1F2F3;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.reviews-modal-review:last-child {
  border-bottom: none;
}

.reviews-modal-review__content {
  margin-top: 4px;
  flex-grow: 1;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .reviews-modal-review__content {
    margin-top: 0;
  }
}

.reviews-modal-review__score {
  background: #00A287;
  padding: 6px 4px;
  border-radius: 6px 6px 6px 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.reviews-modal-review__venue {
  font-weight: 600;
  margin-top: 4px;
}

.reviews-modal-review__date {
  color: #717484;
  margin-left: 8px;
}

.reviews-modal-review__positives,
.reviews-modal-review__negatives,
.reviews-modal-review__opinion {
  margin-top: 24px;
}

.reviews-modal-review__avatar {
  display: flex;
  align-items: center;
}

.reviews-modal-score__title {
  width: 100%;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}

.reviews-modal-review__positives .c-icon,
.reviews-modal-review__negatives .c-icon {
  display: inline-block;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 1280px) {
  .reviews-modal-summary {
    width: 100%;
    margin-bottom: 0;
  }
  .reviews-modal-scores {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
  }
  .reviews-modal-score {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) and (max-height: 790px) {
  .reviews-modal-score {
    padding: 8px 0;
  }
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.c-menu-cards {
  width: 100%;
  overflow: auto;
  display: flex;
  gap: 8px;
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .c-menu-cards {
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 992px) {
  .c-menu-cards {
    display: flex;
  }
}

.c-menu-cards__item {
  min-width: 142px;
  border: 1px solid #DEDFE3;
  border-radius: 6px;
  overflow: hidden;
}
.c-menu-cards__item:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-menu-cards__item {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-menu-cards__item {
    width: 160px;
  }
}

.c-menu-cards__item-image {
  width: 100%;
  height: 104px;
  border-bottom: 1px solid #DEDFE3;
  overflow: hidden;
  background: -webkit-image-set(var(--bg-image-mobile) 1x, var(--bg-image) 2x) no-repeat top/cover;
  background: image-set(var(--bg-image-mobile) 1x, var(--bg-image) 2x) no-repeat top/cover;
}

.c-menu-cards__item-title {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #00A287;
}

.c-card-box {
  display: flex;
  width: 270px;
  height: 350px;
  max-width: 75vw;
  max-height: 100vw;
  background-color: #9a9a9a;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  border-radius: 7px;
  text-decoration: none !important;
  padding: 27px;
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.c-card-box--square {
  height: 270px;
}
.c-card-box--square + .c-card-box--square {
  margin-top: 20px;
}

.c-card-box--double-square {
  height: 560px;
}

.location-page-section .c-card-box {
  padding: 24px;
}

.c-card-box-wrap {
  padding: 0 10px 0 11px;
  position: relative;
}
.c-card-box-wrap:first-child {
  padding-left: 0;
}

.c-card-box--green-placeholder {
  background: #CCECE7;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.c-card-box-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.37) 60%, rgba(0, 0, 0, 0.6));
  height: 100%;
  z-index: 0;
  border-radius: 7px;
}

.c-card-box--lazy:not(.inview--loaded) {
  background-image: none !important;
}

.c-card-box__name {
  color: #fff !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.c-card-box__name:hover {
  text-decoration: none;
}
.c-card-box__name span {
  position: relative;
  z-index: 3;
}
.c-card-box__name:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}

.c-card-box__name--long {
  font-size: 20px;
  margin-bottom: 8px;
  text-align: left;
}

.c-card-box__label {
  color: #fff !important;
  font-size: 17px;
  line-height: 1.44;
  z-index: 1;
  position: relative;
  text-shadow: 0 2px 20px #000;
}

.c-card-box__sub_label {
  margin-bottom: 24px;
  margin-top: -8px;
}

.c-card-box__label--long {
  text-align: left;
  font-size: 14px;
  min-height: 4.32em;
}

@media screen and (max-width: 767px) {
  .c-box-carousel-wrap--grid .c-card-box-wrap {
    display: flex;
  }
  .c-box-carousel-wrap--grid .c-card-box {
    height: 350px;
    margin-top: 0;
  }
  .c-box-carousel-wrap--grid .c-card-box + .c-card-box {
    height: 350px;
    margin-top: 0;
    margin-left: 20px;
  }
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.c-box-carousel-wrap {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  user-drag: none;
}
@media screen and (min-width: 1280px) {
  .c-box-carousel-wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0;
    right: -10px;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  .p-home-section-gray .c-box-carousel-wrap:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #F7F7F8);
  }
  .c-box-carousel-wrap:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0;
    left: -10px;
    z-index: 1;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  .p-home-section-gray .c-box-carousel-wrap:before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #F7F7F8);
  }
}

.c-box-carousel {
  display: flex;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 40px -10px 50px -10px;
  padding: 0 10px;
  position: relative;
}
@media (pointer: coarse), screen and (max-width: 767px) {
  .c-box-carousel {
    overflow: auto;
  }
}
.c-box-carousel:not(.c-box-carousel--loaded) ~ .c-box-carousel-arrow {
  display: none !important;
}

@media (pointer: coarse), screen and (max-width: 767px) {
  .c-box-carousel-arrow {
    display: none !important;
  }
}
.c-box-carousel--small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-box-carousel-inner {
  display: flex;
  margin-bottom: 30px;
}

.homepage-brands .c-home-h2:first-of-type {
  margin-top: 90px;
}

.cityLocationPage-mostPopular .c-home-h2:first-of-type {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .cityLocationPage-mostPopular .c-home-h2:first-of-type {
    margin-top: 30px;
  }
}

.cityLocationPage-brands {
  margin-top: 60px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1060px) {
  .cityLocationPage-brands {
    margin-top: 30px;
    padding-bottom: 0;
  }
}

.cityLocationPage-brands .c-box-carousel {
  margin-top: 45px;
  margin-bottom: 0;
}
@media screen and (max-width: 1060px) {
  .cityLocationPage-brands .c-box-carousel {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1060px) {
  .cityLocationPage-brands img {
    margin: 15px 0;
  }
}

.client-logo {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  .client-logo {
    justify-content: center;
  }
}

.client-logo__img-wrapper {
  max-width: 180px;
  height: auto;
  display: flex;
  justify-content: center;
}
.client-logo__img-wrapper svg {
  max-height: 50px;
}
@media screen and (max-width: 1060px) {
  .client-logo__img-wrapper {
    max-width: none;
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .client-logo__img-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .client-logo__img-wrapper {
    width: 50%;
  }
}

.client-logo__img {
  max-height: 70px;
}
@media screen and (max-width: 767px) {
  .client-logo__img {
    max-height: 60px;
  }
}

.c-box-carousel--no-arrows ~ .c-box-carousel-arrow {
  display: none;
}

.c-box-carousel--beginning ~ .c-box-carousel-arrow--left {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

.c-box-carousel--end ~ .c-box-carousel-arrow--right {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-box-carousel-arrow {
    opacity: 1 !important;
    cursor: pointer !important;
    display: block !important;
  }
}
.c-box-carousel-wrap--thumbs-variation .c-box-carousel {
  margin-bottom: 20px;
}
.c-box-carousel-wrap--thumbs-variation .c-box-carousel-inner {
  margin-bottom: 0;
}
.c-box-carousel-wrap--thumbs-variation .c-box-carousel-arrow {
  top: 107px;
}

.c-box-carousel .c-room-card {
  margin: 0 16px 0 0;
  position: relative;
}

.c-see-other-card {
  margin-left: 11px;
  border-radius: 6px;
  background: #E5F6F3;
  padding: 40px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #373941;
  width: 270px;
  min-width: 270px;
  height: 180px;
}

.c-room-cards-carousel-footer {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-room-cards-carousel-footer {
    margin-top: 12px;
  }
}

.c-box-carousel--medium .c-blog-box__title {
  font-size: 16px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.c-box-carousel-arrow {
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(55, 57, 65, 0.04), 0 2px 4px rgba(55, 57, 65, 0.04), 0 4px 8px rgba(55, 57, 65, 0.04), 0 8px 16px rgba(55, 57, 65, 0.04), 0 16px 32px rgba(55, 57, 65, 0.04);
  top: 50%;
  transform: translateY(-50%);
  margin-top: -10px;
  cursor: pointer;
  line-height: 50px;
  z-index: 5;
}
.c-box-carousel-arrow:hover:before {
  opacity: 1;
}
.c-box-carousel-arrow:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  mask-image: url(/build/icons/24/bold/arrows/chevron-left.svg);
  mask-size: 100%;
  -webkit-mask-image: url(/build/icons/24/bold/arrows/chevron-left.svg);
  -webkit-mask-size: 100%;
  opacity: 0.9;
  background-color: #FF5B65;
}

.c-box-carousel-arrow--left {
  left: -23px;
}

.c-box-carousel-arrow--right {
  right: -23px;
}
.c-box-carousel-arrow--right:before {
  transform: rotate(180deg);
}

.c-room-tile-box {
  display: flex;
  width: 270px;
  flex-direction: column;
  color: #373941 !important;
  text-decoration: none !important;
}

.c-room-tile-box__img_wrap {
  position: relative;
}

.c-room-tile-box__img {
  max-width: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
  width: 100%;
}

.c-room-tile-box__headline {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 5px;
  align-items: center;
}

.c-room-tile-box__name {
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.c-room-tile-box__description {
  margin: 0 0 5px;
}
.c-room-tile-box__description.c-room-tile-box__description {
  font-size: 15px;
}

.c-room-tile-box__capacity {
  color: #373941;
  font-weight: 600;
  min-width: 50px;
  text-align: right;
}
.c-room-tile-box__capacity .fa {
  font-size: 14px;
}

.c-room-tile-box__rating {
  margin: 5px 0;
}

.c-room-tile-box__rating .stars {
  margin: 0;
  width: 80px;
  text-align: left;
  font-size: 13px;
}

.c-room-tile-box__rating {
  margin: 0;
  display: flex;
  align-items: center;
}

.c-room-tile-box__ratings {
  color: grey;
  font-size: 13px;
}

.c-room-tile-box-price {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  min-width: 140px;
  padding: 2.5px 8px 5px;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  pointer-events: none;
}

.c-room-tile-box-price-amount {
  font-weight: 600;
  font-size: 1.8rem;
}

.c-room-tile-box-price-info {
  font-weight: 400;
  font-size: 11.7px;
}

.c-room-call-manager__name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}

.c-room-call-manager__desc {
  font-size: 13px;
}

.c-room-call-manager__action_link {
  font-weight: 600;
  cursor: pointer;
}

.c-room-call-manager__actions {
  display: flex;
  padding: 0 15px 0;
  margin: -10px 0 10px;
  font-size: 13px;
}

.c-room-call-manager__message {
  margin-left: 20px;
}

.c-room-call-manager__phone, .c-room-call-manager__message {
  display: flex;
  align-items: baseline;
}
.c-room-call-manager__phone .fa, .c-room-call-manager__message .fa {
  margin-right: 6px;
}

.c-room_reviews_header {
  text-align: center;
}
.c-room_reviews_header .stars {
  margin: 0;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .c-room_reviews_header {
    text-align: left;
  }
}

.c-room_reviews_header__stars_val {
  font-weight: 600;
  margin-left: 6px;
  font-size: 14px;
}

.c-room_reviews_header__stars {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #373941 !important;
  text-decoration: none !important;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: bold;
  padding: 0;
}
.c-room_reviews_header__stars .stars {
  margin: 0;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .c-room_reviews_header__stars {
    margin: 0 auto;
  }
}

.c-room_reviews_header__desc {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-room_reviews_header__desc {
    text-align: center;
  }
}

.c-room_reviews_header__stars--left .c-room_reviews_header__desc {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-room_reviews_header__stars--left {
    justify-content: flex-start;
  }
}

.c-room_reviews_header__stars--centered + .c-room_reviews_header__desc {
  text-align: center;
}

.c-hire-reviews {
  padding: 15px 15px 50px;
}

.c-hire-reviews .toggle-collapse .collapse-more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
  width: 100%;
  padding-top: 90px;
  font-weight: 600;
}

.c-hire-reviews .toggle-collapse .collapse-less {
  font-weight: 600;
}
.c-hire-reviews .toggle-collapse .collapse-less:hover {
  color: #034F42;
  text-decoration: underline;
}

.c-hire-reviews--cv-auto {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.c-hire-reviews__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.c-hire-review {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-hire-review {
    padding: 20px 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .c-hire-review {
    width: 50%;
  }
}
.c-hire-review .c-rating {
  margin: 5px 0;
}

.c-hire-review--empty {
  padding: 0 !important;
}

.c-hire-reviews__headline {
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 20px;
  width: 100%;
  margin: 20px 0 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-hire-reviews__headline {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .c-hire-reviews__headline {
    margin: 30px 0 20px;
  }
}

.c-hire-reviews__avatar {
  height: 53px;
  width: 53px;
  min-width: 53px;
  background: #00a287;
  text-align: center;
  line-height: 53px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 2px;
}

.c-hire-reviews__name {
  color: #373941;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
}

.c-hire-reviews__content {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
  margin-top: 8px;
}

.c-hire-reviews__content.collapsed {
  position: relative;
}

.c-hire-reviews__content.collapsed .toggle-collapse {
  position: absolute;
  bottom: -6%;
}

.c-hire-reviews__name, .c-hire-reviews__content {
  max-width: 450px;
}

.c-hire-reviews__room {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 12px;
}

.c-hire-review .stars {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-hire-review .stars {
    margin-top: 8px;
  }
}
.c-hire-review .stars .star {
  margin-right: 2px;
}

.c-hire-reviews--sm {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-hire-reviews--sm {
    margin-top: 20px;
  }
}
.c-hire-reviews--sm .c-hire-review {
  width: 100%;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}
.c-hire-reviews--sm .c-hire-reviews__avatar {
  height: 32px;
  width: 32px;
  min-width: 31px;
  font-size: 12px;
  line-height: 32px;
  margin-right: 10px;
  margin-top: 4px;
}
.c-hire-reviews--sm .c-hire-reviews__name {
  color: #373941;
}
.c-hire-reviews--sm .c-hire-review__header {
  display: flex;
}
.c-hire-reviews--sm .c-hire-review__rate_group {
  display: flex;
  align-items: center;
  margin-top: -2px;
}
.c-hire-reviews--sm .c-hire-review__date {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 12px;
  padding-left: 4px;
}
.c-hire-reviews--sm .c-hire-reviews__name, .c-hire-reviews--sm .c-hire-reviews__content {
  max-width: inherit;
}
.c-hire-reviews--sm .c-hire-reviews__content {
  position: relative;
  margin-top: 5px;
}
.c-hire-reviews--sm .c-hire-reviews__content .collapsable.collapsed {
  margin-bottom: 15px;
}
.c-hire-reviews--sm .c-hire-reviews__content, .c-hire-reviews--sm .c-hire-reviews__content p {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
}

.c-room-header {
  width: 100%;
  display: flex;
  padding: 8px 0;
  color: #373941;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
}
.c-room-header .c-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.c-room-header__score {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
}

.c-room-header__location,
.c-room-header__transport {
  display: flex;
  max-width: 440px;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .c-room-header__location,
  .c-room-header__transport {
    max-width: 320px;
  }
}

.c-room-header__text_link {
  text-decoration: none;
  line-height: normal;
  margin-top: 2px;
  color: #373941;
}

.c-room-header__reviews {
  line-height: normal;
}

.c-room-header__rating {
  display: flex;
  align-items: center;
}

.c-room-header__details {
  flex-grow: 1;
}

.c-room-header__line + .c-room-header__line {
  margin-top: 12px;
}

.c-room-temp-closed {
  padding: 16px;
}

.c-room-temp-closed__header {
  font-size: 15px;
  text-align: center;
  margin: 16px 0;
  font-weight: 600;
  color: #F63641;
}

.c-room-temp-closed__notice {
  font-size: 12px;
  margin: 16px 0;
}

.c-room-feature {
  display: flex;
  padding: 8px 0;
}
.c-room-feature .c-icon {
  margin-right: 4px;
}

.c-room-feature--inactive {
  color: #717484;
  text-decoration: line-through;
}

.d-room-feature--inactive {
  text-decoration: line-through;
}

.c-room-feature--bold {
  font-weight: 600;
}

.c-room-feature-list {
  display: flex;
  flex-wrap: wrap;
}

.c-room-feature-list--pull-up {
  margin: -8px 0 0;
}

.c-room-feature-list .c-room-feature {
  width: 100%;
}

.c-room-feature-list .c-room-feature--bold {
  width: 100%;
}

.catering-category:not(:last-child) {
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .c-room-feature-list .c-room-feature {
    width: 50%;
  }
}
@media screen and (min-width: 1680px) {
  .c-room-feature-list .c-room-feature {
    width: 50%;
  }
}
.c-button-link {
  padding: 0;
  line-height: inherit;
  color: #00A287;
  cursor: pointer;
  background: none;
  text-transform: none;
  overflow: visible;
  font-weight: bold;
  border: 0;
}
.c-button-link:hover {
  text-decoration: underline;
  color: #008B74;
}

/* ===================================
   Common styles
====================================*/
.p-roompage {
  color: #373941;
  background-color: #FFFFFF;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
}
.p-roompage .separator {
  border-top: 1px solid #F1F2F3;
}

/* ===================================
   Header
====================================*/
.p-roompage-header__content {
  padding-top: 16px;
  padding-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .p-roompage-header__content {
    padding-top: 24px;
    border-bottom: 1px solid #F1F2F3;
  }
}

/* ===================================
   Typography
====================================*/
.p-roompage__heading {
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 24px;
  color: #373941;
}
@media screen and (min-width: 768px) {
  .p-roompage__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-roompage__heading {
    text-align: center;
    margin-bottom: 32px;
  }
}

/* ===================================
   Supervenue
====================================*/
.p-roompage-supervenue__section {
  display: flex;
  margin-bottom: 16px;
}

.p-roompage-supervenue__icon {
  width: 32px;
  padding-right: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-roompage-supervenue__content a {
  font-weight: 600;
}

/**
Fix content wider then screen on some resolutions
 */
body.p-roompage {
  overflow-x: hidden;
}

.c-pricing-table {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
  color: #373941;
  margin-left: -15px;
  margin-right: -15px;
}
p + .c-pricing-table {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-pricing-table {
    margin-top: -16px;
    margin-right: 0;
  }
}

.c-pricing-table__row {
  padding-left: 16px;
  padding-right: 16px;
}

.c-pricing-table__row-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-pricing-table__day {
  margin-bottom: -1px;
}
.c-pricing-table__day .c-pricing-table__row-inner {
  border-bottom: 1px solid #F1F2F3;
}

.c-pricing-table__day .c-pricing-table__row--last .c-pricing-table__row-inner,
.c-pricing-table__day:last-child > .c-pricing-table__row--header .c-pricing-table__row-inner {
  border: 0;
}

.c-pricing-table__row--header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .c-pricing-table__row--header {
    border-radius: 8px;
  }
}
.c-pricing-table__row--header:hover {
  background-color: #F1F2F3;
}
.c-pricing-table__row--header .c-icon svg {
  vertical-align: middle;
}

.c-pricing-table__row--break {
  opacity: 0.5;
}
.c-pricing-table__row--break .c-pricing-table__item--price {
  visibility: hidden;
}

.c-pricing-table__item--day {
  width: 30%;
  min-width: 100px;
  padding-right: 8px;
}

.c-pricing-table__item--price,
.c-pricing-table__item--package-price,
.c-pricing-table__item--package-price-formatted {
  width: 40%;
  text-align: right;
  transition: opacity 300ms ease-in-out;
}

.c-pricing-table__item--package-price {
  font-weight: 600;
}

.c-pricing-table__item--time {
  width: 30%;
  min-width: 90px;
  transition: opacity 300ms ease-in-out;
}

.c-pricing-table__item--arrow {
  margin-left: 8px;
}
.c-pricing-table__item--arrow .c-pricing-table__icon-close {
  display: none;
}

.c-pricing-table__item--icon {
  width: 30px;
  min-width: 30px;
}

.c-pricing-table__item--package {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
  width: 45%;
  text-align: left;
  margin: 0;
}

.c-pricing-table__item--hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.c-pricing-table__body {
  display: none;
}

.c-pricing-table__body .toggle-collapse {
  margin-left: 16px;
  position: relative;
  margin-bottom: 12px;
  max-width: calc(100% - 16px);
}

.c-pricing-table__day--removing {
  border: 1px solid rgba(255, 0, 0, 0);
}

.c-pricing-table__day--init-expanded .c-pricing-table__body {
  display: block;
}

.c-pricing-table__price_value {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .c-pricing-table__price_method {
    display: block;
  }
}

.c-pricing-table__price_method_inner {
  white-space: nowrap;
}

.c-pricing-table__body .c-pricing-table__price_method_inner {
  border-bottom: 1px dashed #aaa;
}

.c-pricing-table__day--expanded, .c-pricing-table__day--expanding {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px rgba(55, 57, 65, 0.04), 0 0 4px rgba(55, 57, 65, 0.04), 0 0 8px rgba(55, 57, 65, 0.04), 0 0 16px rgba(55, 57, 65, 0.04);
  position: relative;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .c-pricing-table__day--expanded, .c-pricing-table__day--expanding {
    border: 1px solid #DEDFE3;
    border-radius: 8px;
    box-shadow: none;
  }
}
.c-pricing-table__day ~ .c-pricing-table__day--expanded, .c-pricing-table__day ~ .c-pricing-table__day--expanding {
  border-top-width: 1px;
}

.c-pricing-table__day--expanded .c-pricing-table__row--header {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: -1px;
}
.c-pricing-table__day--expanded .c-pricing-table__row--header .c-pricing-table__item--arrow .c-pricing-table__icon-close {
  display: inline;
}
.c-pricing-table__day--expanded .c-pricing-table__row--header .c-pricing-table__item--arrow .c-pricing-table__icon-expand {
  display: none;
}
.c-pricing-table__day--expanded .c-pricing-table__row--header .c-pricing-table__item--day {
  font-weight: 600;
}

.c-pricing-table__day--expanded:not(.c-pricing-table__day--removing) .c-pricing-table__row--header .c-pricing-table__item--time, .c-pricing-table__day--expanded:not(.c-pricing-table__day--removing) .c-pricing-table__row--header .c-pricing-table__item--price {
  opacity: 0;
}

.c-pricing-table__price_method {
  font-weight: 400;
}

.c-pricing-table__buttons {
  display: flex;
  justify-content: space-around;
  padding: 16px;
  border-top: 1px solid #DEDFE3;
}

.c-pricing-table__button {
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
  background: none;
  border: none;
  color: #00A287;
  outline: none;
}
.c-pricing-table__button:hover, .c-pricing-table__button:focus {
  color: #008B74;
}

.c-pricing-table__button--active {
  text-decoration: underline;
}

.c-pricing-table__notes {
  padding: 16px;
  border-top: 1px solid #DEDFE3;
}

.c-pricing-table__day--closed {
  pointer-events: none;
  cursor: default;
}

.c-pricing-table__package {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
}

.c-pricing-table__offer_desc {
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
  padding: 16px;
}

.c-pricing-table__offer_desc--standalone {
  border-bottom: none;
}

.c-pricing-table__package_name {
  width: 50%;
  font-weight: 600;
}

.c-pricing-table__package_price {
  width: 50%;
  text-align: right;
  font-weight: 600;
}

.c-pricing-table__package_desc {
  width: 100%;
  margin-top: 10px;
}

.c-pricing-table__details {
  display: none;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}

.c-pricing-table__link-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.c-gallery {
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .c-gallery .gallery-wrapper.single {
    padding: 0;
  }
}
.c-gallery .gallery-wrapper.single .gallery-container .gallery-img {
  width: 100%;
  padding-bottom: 42%;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-gallery .gallery-wrapper.single .gallery-container .gallery-img[data-src] {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-gallery .gallery-wrapper.single .gallery-container .gallery-img {
    padding-bottom: 0;
    height: 310px;
  }
}

.gallery-container .gallery-img {
  display: block;
  float: left;
  height: 0;
  outline: none;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 700px) {
  .gallery-container:nth-of-type(1) .gallery-img {
    margin-right: 3px;
    padding-bottom: 42%;
    width: calc(60% - 3px);
  }
  .gallery-container:nth-of-type(2) .gallery-img {
    padding-bottom: 28%;
    width: 40%;
  }
  .gallery-container:nth-of-type(3) .gallery-img {
    margin-top: 3px;
    margin-right: 3px;
    padding-bottom: calc(14% - 3px);
    width: 20%;
  }
  .gallery-container:nth-of-type(4) .gallery-img {
    margin-top: 3px;
    padding-bottom: calc(14% - 3px);
    width: calc(20% - 3px);
  }
}
.gallery-container--label, .gallery-container--info {
  float: left;
  padding-bottom: 15px;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .gallery-container--label {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
}
.gallery-container--details {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.gallery-container--info {
  position: relative;
  float: right;
}
.gallery-container--info::after {
  position: absolute;
  top: 5px;
  left: -20px;
  width: 0;
  height: 0;
  border-width: 6px 7px 0 7px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
}
.gallery-container--thumbnails {
  font-size: 0;
  transition: all 0.2s ease-out;
}
.gallery-container--thumbnails .photo-roll {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  max-width: 100%;
}
@media screen and (max-width: 479px) {
  .gallery-container--thumbnails .photo-roll {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .gallery-container--thumbnails .photo-roll {
    display: none;
  }
}
.gallery-container--thumbnails .photo-roll ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 999999px;
  height: 60px;
  list-style: none;
}
.gallery-container--thumbnails .photo-roll li {
  float: left;
}
.gallery-container--thumbnails-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  padding-bottom: 10px;
  width: 100%;
  cursor: default;
}
.gallery-container--thumbnails-holder:hover .gallery-container--thumbnails {
  transform: translateY(0);
}
.gallery-container--thumbnails .item {
  display: block;
  float: left;
  margin-right: 10px;
  background-color: #000;
  cursor: pointer;
  width: 90px;
  height: 60px;
  background-size: cover;
  opacity: 0.5;
}
.gallery-container--thumbnails .item:hover, .gallery-container--thumbnails .item.current {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .gallery-wrapper {
    padding: 0;
    /* negative numbers to counteract the bootstrap padding on the col-xs-12 */
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media all and (max-width: 700px) {
  .gallery-wrapper {
    position: relative;
  }
  .gallery-wrapper .gallery-container:not(:first-child) {
    display: none;
  }
  .gallery-wrapper .gallery-container .gallery-img {
    width: auto;
    float: none;
    min-height: 200px;
    padding-bottom: 66.6666%;
  }
  .room-collage-label {
    right: 10px;
    top: 10px;
    font-size: 13px;
    left: inherit;
    bottom: inherit;
  }
  .gallery-container:nth-of-type(1) .gallery-img {
    margin-right: 0;
  }
}
.btn-see-all-photos {
  position: absolute;
  z-index: 1;
  white-space: normal;
  color: #FFFFFF;
  background-color: #00A287;
  box-shadow: 0 1px 2px rgba(55, 57, 65, 0.48), 0 2px 4px rgba(55, 57, 65, 0.32), 0 4px 8px rgba(55, 57, 65, 0.16);
  transition: 0.4s;
  width: 120px;
  right: 15px;
  bottom: 15px;
}
.btn-see-all-photos:hover, .btn-see-all-photos:focus {
  color: #FFFFFF;
  background-color: #008B74;
}
@media screen and (min-width: 768px) {
  .btn-see-all-photos {
    right: 30px;
    bottom: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .btn-see-all-photos {
    bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .btn-see-all-photos {
    bottom: 52px;
  }
}
@media screen and (min-width: 1680px) {
  .btn-see-all-photos {
    bottom: 72px;
  }
}

.c-gallery__temporary_closed {
  display: block;
  position: absolute;
  z-index: 6;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  background: #F63641;
  top: 8px;
  left: 8px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-gallery__temporary_closed {
    top: 16px;
    left: 32px;
  }
}

.gallery-img:hover {
  filter: brightness(0.85);
  transition-duration: 300ms;
}

.gallery-img {
  transition-duration: 0s;
  transition-timing-function: ease-out;
}

.pswp .pswp__top-bar {
  flex-direction: row-reverse;
}

.pswp .pswp__counter {
  opacity: 1;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}

.pswp .pswp__button--close {
  display: none;
}

.pswp .pswp__back {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 18px;
  padding-left: 25px;
  padding-bottom: 30px;
  padding-right: 30px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__back {
    padding-left: 20px;
  }
}
.pswp .pswp__back:before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("/build/icons/24/line/arrows/chevron-left.svg");
          mask-image: url("/build/icons/24/line/arrows/chevron-left.svg");
  -webkit-mask-size: 24px;
          mask-size: 24px;
  background: #FFF;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.pswp__button.pswp__button--arrow--prev,
.pswp__button.pswp__button--arrow--next {
  width: 120px;
  margin-top: 0;
  top: 0;
  height: 100dvh;
  margin-left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pswp__button.pswp__button--arrow--prev,
  .pswp__button.pswp__button--arrow--next {
    margin-left: -40px;
  }
}
.pswp__button.pswp__button--arrow--prev:hover:before,
.pswp__button.pswp__button--arrow--next:hover:before {
  background-color: #F7F7F8;
}
@media screen and (max-width: 767px) {
  .pswp__button.pswp__button--arrow--prev:hover:before,
  .pswp__button.pswp__button--arrow--next:hover:before {
    background-color: transparent;
  }
}
.pswp__button.pswp__button--arrow--prev:before,
.pswp__button.pswp__button--arrow--next:before {
  content: "";
  display: block;
  -webkit-mask-image: url("/build/icons/24/bold/arrows/chevron-left.svg");
          mask-image: url("/build/icons/24/bold/arrows/chevron-left.svg");
  -webkit-mask-size: 40px;
          mask-size: 40px;
  background: #FFF;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .pswp__button.pswp__button--arrow--prev:before,
  .pswp__button.pswp__button--arrow--next:before {
    -webkit-mask: none;
            mask: none;
    background: url("/build/images/room-page/icon-left.png");
    background-size: 40px 40px;
  }
}

.pswp__button.pswp__button--arrow--next {
  margin-right: -20px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .pswp__button.pswp__button--arrow--next {
    margin-right: -40px;
  }
}
.pswp__button.pswp__button--arrow--next:before {
  -webkit-mask-image: url("/build/icons/24/line/arrows/chevron-right.svg");
          mask-image: url("/build/icons/24/line/arrows/chevron-right.svg");
}
@media screen and (max-width: 767px) {
  .pswp__button.pswp__button--arrow--next:before {
    -webkit-mask: none;
            mask: none;
    background: url("/build/images/room-page/icon-right.png");
    background-size: 40px 40px;
  }
}

.pswp__button,
.pswp .pswp__hide-on-close {
  opacity: 1 !important;
}

.pswp__custom-caption {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  padding: 2px 40px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}

.pswp__share {
  position: absolute;
  right: 128px;
  top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #FFF;
}
.pswp__share:before {
  content: "";
  display: block;
  -webkit-mask-image: url("/build/icons/24/line/general/share-01.svg");
          mask-image: url("/build/icons/24/line/general/share-01.svg");
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #FFF;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .pswp__share {
    right: 73px;
  }
}

.pswp__share__label {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pswp__share__label {
    display: none;
  }
}

.pswp__close-gallery {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 18px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .pswp__close-gallery {
    padding-right: 18px;
  }
}
.pswp__close-gallery:before {
  content: "";
  display: block;
  -webkit-mask-image: url("/build/icons/24/line/general/x.svg");
          mask-image: url("/build/icons/24/line/general/x.svg");
  -webkit-mask-size: 24px;
          mask-size: 24px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #FFF;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.pswp__back__label, .pswp__close__label {
  font-size: 14px;
  font-weight: 600;
  font-family: Inter, sans-serif;
  line-height: 20px;
  color: #FFF;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .pswp__back__label, .pswp__close__label {
    display: none;
  }
}

.hidden-caption-content {
  display: none;
}

.pswp.pswp--touch .pswp__button--arrow {
  visibility: visible !important;
}

.pswp .pswp__img {
  cursor: pointer;
}

.pswp .pswp__preloader {
  visibility: hidden;
}

.mosaicPopup {
  overflow-y: visible;
}

.mosaicPopup .ds-modal {
  min-height: 100vh;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.mosaicPopup__content {
  overflow: auto;
  height: calc(100vh - 56px);
  margin-top: 56px;
}

.mosaicPopup__content--wrapper {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.mosaicPopup__content--details {
  padding: 24px;
  max-width: 440px;
  margin-right: 120px;
  position: sticky;
  top: 0;
}
@media (max-width: 1280px) {
  .mosaicPopup__content--details {
    display: none;
  }
}
@media (max-width: 1680px) {
  .mosaicPopup__content--details {
    margin-right: 48px;
  }
}

.mosaicPopup__content--gallery {
  flex-grow: 1;
}
@media (min-width: 1280px) {
  .mosaicPopup__content--gallery {
    min-width: 750px;
    flex-grow: 0;
  }
}

@media (min-width: 1280px) {
  .mosaicPopup__content-roompage-gallery {
    max-width: 750px;
  }
}

.mosaicPopup__imgLink--1\/2,
.mosaicPopup__imgLink--small {
  width: calc(50% - 4px);
}

.mosaicPopup__imgLink--1\/3 {
  width: calc(30.8625336927% - 4px);
}

.mosaicPopup__imgLink--2\/3 {
  width: calc(69.1374663073% - 4px);
}

.mosaicPopup__likeButton__fullHeart {
  display: none;
}

.mosaicPopup__likeButton--liked .mosaicPopup__likeButton__heart {
  display: none;
}

.mosaicPopup__likeButton--liked .mosaicPopup__likeButton__fullHeart {
  display: flex;
}

.mosaicPopup__photos {
  max-width: 750px;
}

.mosaicPopupOverlay {
  background: #FFF;
}

.gallerySectionsSlider,
.gallerySection {
  max-width: 1230px;
  scroll-margin-top: 55px;
}

.gallerySectionsSlider__element {
  min-width: 180px;
  width: 180px;
  height: 148px;
}
@media screen and (max-width: 1279px) {
  .gallerySectionsSlider__element:first-child {
    margin-left: 16px;
  }
  .gallerySectionsSlider__element:last-child {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .gallerySectionsSlider__element {
    min-width: 150px;
    width: 150px;
    height: 134px;
  }
}

.gallerySection__sidebar {
  width: 506px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .gallerySection__sidebar {
    width: 100%;
    margin-left: 16px;
  }
}
@media screen and (max-width: 991px) {
  .gallerySection__sidebar {
    width: 100%;
    margin-left: 0;
  }
}

.gallerySection__photos {
  width: 750px;
}
@media screen and (max-width: 1279px) {
  .gallerySection__photos {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .gallerySection__photos {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .gallery-img.first {
    background-image: var(--bg-image-mobile);
  }
  .mosaicPopup__img--load {
    background-image: var(--bg-image-mobile);
  }
}
@media (min-width: 701px) {
  .gallery-img.first {
    background-image: var(--bg-image-desktop);
  }
  .gallery-img--load-desktop-only {
    background-image: var(--bg-image-desktop);
  }
  .mosaicPopup__img--load {
    background-image: var(--bg-image-desktop);
  }
}
.gallery-container--single .gallery-img {
  width: 100% !important;
}
.gallery-container--single ~ .gallery-container {
  display: none;
}

.c-venue-feature {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #373941;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-basis: 64px;
}
@media screen and (min-width: 768px) {
  .c-venue-feature {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-venue-feature {
    padding-left: 8px;
    padding-right: 8px;
    flex-basis: 104px;
  }
}

.c-venue-feature--empty {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-venue-feature--empty {
    flex-basis: 88px;
  }
}

.c-venue-feature--unavailable {
  color: #717484;
  font-weight: 400;
}

.c-venue-feature__icon {
  margin-bottom: 8px;
}
.c-venue-feature__icon svg {
  width: 40px;
  height: 40px;
}

.c-venue-feature-active {
  border-radius: 8px;
  flex-basis: 64px;
  margin-top: 8px;
  margin-bottom: 8px;
  flex-grow: 0;
  flex-shrink: 1;
}
@media screen and (min-width: 768px) {
  .c-venue-feature-active {
    flex-basis: 104px;
  }
}
.c-venue-feature-active:hover, .c-venue-feature-active:focus {
  background-color: #F1F2F3;
  text-decoration: none;
}

.c-hero-box {
  padding: 3rem 16px;
  text-align: center;
  position: relative;
}

.c-hero-box_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero-box_bg_dim {
  background: black;
  z-index: -1;
  opacity: 0.3;
}

.c-hero-box_bg--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-hero-box_bg--mobile {
    display: none;
  }
  .c-hero-box_bg--desktop {
    display: block;
  }
}
.c-hero-box_bg--img .c-hero-box_bg {
  width: 100%;
  height: 100%;
  background: none;
}

.c-hero-box__headline {
  text-shadow: 0 2px 50px rgba(0, 0, 0, 0.52);
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 1.5em 0 10px 0;
}
@media screen and (min-width: 768px) {
  .c-hero-box__headline br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-box__headline {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 65px;
  }
}

.c-hero-box__sub_headline {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-hero-box__sub_headline {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-hero-box__sub_headline {
    font-size: 32px;
    font-weight: 400;
  }
  .c-hero-box__headline {
    margin-bottom: 10px;
  }
}
.c-hero-form {
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(55, 57, 65, 0.48), 0 2px 4px rgba(55, 57, 65, 0.32), 0 4px 8px rgba(55, 57, 65, 0.16);
  padding: 15px;
  border-radius: 4px;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.c-hero-form__field {
  display: block;
  padding: 12px 10px 12px 45px;
  margin: 0 10px 1px;
  background-color: white;
  position: relative;
}
.c-hero-form__field:not(:last-of-type) {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.c-hero-form__label {
  display: block;
  margin-bottom: 0px;
  margin-left: 8px;
  color: #373941;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.c-hero-form__input {
  font-size: 19px;
  color: #373941;
  border: 0;
  width: 100%;
  padding: 8px 0px 8px 8px;
  font-weight: 500;
  background: #fff;
  outline: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.c-hero-form__input optgroup {
  font-weight: 600;
}
.c-hero-form__input::-moz-placeholder {
  font-size: 19px;
  color: #9f9f9f !important;
  font-weight: 500;
}
.c-hero-form__input::placeholder {
  font-size: 19px;
  color: #9f9f9f !important;
  font-weight: 500;
}
.c-hero-form__input:focus {
  border-color: #9f9f9f;
}
.c-hero-form__input:invalid {
  box-shadow: none;
}

select.c-hero-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  text-overflow: "";
}
select.c-hero-form__input::-ms-expand {
  display: none;
}

.c-hero-form__field__icon {
  width: 100%;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: bold;
}
.c-hero-form__field__icon:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.c-hero-form__field__icon--event-type:before {
  background-image: url("/build/icons/24/line/general/search-md.svg");
}

.c-hero-form__field__icon--date:before {
  background-image: url("/build/icons/24/line/time/calendar.svg");
}

.c-hero-form__field__icon--people:before {
  background-image: url("/build/icons/24/line/users/user-03.svg");
}

.c-hero-form__field__icon--location:before {
  background-image: url("/build/icons/24/line/maps-travel/marker-pin-01.svg");
}

.c-hero-box--simple .c-hero-box__sub_headline {
  font-size: 21px;
  font-weight: 500;
}

.c-hero-box--short.c-hero-box--no-header {
  padding: 2rem 1rem 4rem;
}
.c-hero-box--short.c-hero-box--no-header .c-hero-box__headline {
  margin-top: 3rem;
}

.c-hero-box__headline__thin {
  font-weight: 500;
}

.c-hero-box--short.c-hero-box--small .c-hero-box__headline {
  font-size: 26px;
  margin: 7rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .c-hero-box--short.c-hero-box--small .c-hero-box__headline {
    font-size: 36px;
  }
}

.c-hero-form__trustedBy {
  display: none;
}

.c-hero-box__stats {
  color: #034F42;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  padding: 0 14px;
}
@media screen and (max-width: 1000px) {
  .c-hero-box__stats {
    display: none;
  }
}
.c-hero-box__stats .c-hero-box__stats__text {
  display: flex;
  align-items: center;
  background: #E5F6F3;
  padding: 0 20px;
  border-radius: 32px;
  height: 32px;
}
.c-hero-box__stats .c-hero-box__stats__text__separator {
  padding: 0 8px;
}

.c-hero-box--homepage {
  margin-bottom: 40px;
  min-height: 720px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-hero-box--homepage {
    padding-bottom: 0;
    min-height: 0;
    margin-bottom: 0;
  }
}
.c-hero-box--homepage .p-home-container {
  text-align: left;
  padding: 0;
  width: 1180px;
}
@media screen and (max-width: 1000px) {
  .c-hero-box--homepage .p-home-container {
    width: 100%;
  }
}
.c-hero-box--homepage h1.c-hero-box__headline {
  font-size: 48px;
  line-height: 56px;
  margin-top: 24px;
  margin-bottom: 56px;
  font-weight: bold;
  text-shadow: none;
  color: #25272C;
  max-width: 600px;
  padding: 0 14px;
}
@media screen and (max-width: 1000px) {
  .c-hero-box--homepage h1.c-hero-box__headline {
    max-width: 100%;
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 32px;
    text-align: center;
  }
}
.c-hero-box--homepage .c-hero-box_bg--desktop .c-hero-box_bg {
  border-radius: 12px;
  left: 50%;
  width: 540px;
  height: 720px;
  margin-left: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .c-hero-box--homepage .c-hero-box_bg--desktop .c-hero-box_bg {
    display: none;
  }
}
.c-hero-box--homepage .c-hero-box_bg--mobile .c-hero-box_bg {
  display: none;
}

.c-hero-box.c-hero-box--venuepage {
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .c-hero-box.c-hero-box--venuepage {
    padding-inline: 0;
  }
}
.c-hero-box.c-hero-box--venuepage .c-hero-form {
  box-shadow: none;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .c-hero-box.c-hero-box--venuepage .c-hero-form {
    margin-top: 0;
  }
}
.c-hero-box.c-hero-box--venuepage .c-hero-form__trustedBy {
  display: none;
}
.c-hero-box.c-hero-box--venuepage .c-hero-box__stats {
  color: #373941;
}
@media screen and (max-width: 1000px) {
  .c-hero-box.c-hero-box--venuepage .c-hero-box__stats {
    display: block;
    padding-inline: 0;
  }
}
.c-hero-box.c-hero-box--venuepage .c-hero-box__stats .c-hero-box__stats__text {
  height: auto;
  padding: 12px 32px;
  background: #F7F7F8;
  max-width: 375px;
  margin: 0 auto;
  white-space: nowrap;
}
.c-hero-box.c-hero-box--venuepage .c-hero-box__stats .c-hero-box__stats__text .c-hero-box__stats__text__separator {
  padding: 0 4px;
}
@media screen and (max-width: 1000px) {
  .c-hero-box.c-hero-box--venuepage .c-hero-box__stats .c-hero-box__stats__text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 12px;
    max-width: 343px;
  }
}

.c-hero-form {
  max-width: 1109px;
  margin: 70px auto 120px;
  padding: 0 16px;
  border: 1px solid rgba(33, 35, 39, 0.1215686275);
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(37, 39, 44, 0.0392156863), 0 2px 4px 0 rgba(37, 39, 44, 0.0392156863), 0 4px 8px 0 rgba(37, 39, 44, 0.0392156863), 0 8px 16px 0 rgba(37, 39, 44, 0.0392156863), 0 16px 32px 0 rgba(37, 39, 44, 0.0392156863);
}
.c-hero-form .c-hero-form__field {
  padding: 16px 10px 16px 32px;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-hero-form .c-hero-form__field--eventType {
  width: 320px;
}
.c-hero-form .c-hero-form__field--date, .c-hero-form .c-hero-form__field--guests, .c-hero-form .c-hero-form__field--location {
  width: 290px;
}
.c-hero-form .c-hero-form__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #373941;
  margin-left: 12px;
}
.c-hero-form .c-hero-form__field__icon--event-type:before {
  -webkit-mask-image: url("/build/icons/24/line/general/search-md.svg");
          mask-image: url("/build/icons/24/line/general/search-md.svg");
  background: #ACAEB9;
}
.c-hero-form .c-hero-form__field__icon--date:before {
  -webkit-mask-image: url("/build/icons/24/line/time/calendar.svg");
          mask-image: url("/build/icons/24/line/time/calendar.svg");
  background: #ACAEB9;
}
.c-hero-form .c-hero-form__field__icon--people:before {
  -webkit-mask-image: url("/build/icons/24/line/users/users-03.svg");
          mask-image: url("/build/icons/24/line/users/users-03.svg");
  background: #ACAEB9;
}
.c-hero-form .c-hero-form__field__icon--location:before {
  -webkit-mask-image: url("/build/icons/24/line/maps-travel/marker-pin-01.svg");
          mask-image: url("/build/icons/24/line/maps-travel/marker-pin-01.svg");
  background: #ACAEB9;
}
.c-hero-form .c-hero-form__input {
  padding-left: 12px;
  color: #373941;
  padding-bottom: 0;
}
.c-hero-form .c-hero-form__input::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
}
.c-hero-form .c-hero-form__input, .c-hero-form .c-hero-form__input::placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
}
.c-hero-form .c-hero-form__input::-moz-placeholder {
  color: #717484;
}
.c-hero-form .c-hero-form__input::placeholder {
  color: #717484;
}
.c-hero-form .c-hero-form__input:focus {
  border-bottom-color: transparent;
}
.c-hero-form .c-button-cta--big {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin: 16px 0 16px auto;
  max-width: 176px;
}
.c-hero-form .c-hero-form__trustedBy {
  align-items: center;
  justify-content: center;
  color: #555763;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-align: center;
}
.c-hero-form .c-hero-form__trustedBy:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("/build/icons/24/bold/security/lock-03.svg");
          mask-image: url("/build/icons/24/bold/security/lock-03.svg");
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background: #ACAEB9;
  margin-right: 4px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1155px) {
  .c-hero-form .c-hero-form__field--eventType {
    width: 305px;
  }
  .c-hero-form .c-hero-form__field--location {
    width: 180px;
    flex: 1;
  }
  .c-hero-form .c-hero-form__field--guests {
    width: 255px;
  }
  .c-hero-form .c-hero-form__field--catering {
    width: 290px;
  }
}
@media screen and (max-width: 1000px) {
  .c-hero-form {
    padding: 0 0 16px;
    width: 100%;
    margin: 0;
  }
  .c-hero-form .c-hero-form__field {
    margin: 0;
    padding: 16px 16px 16px 50px;
  }
  .c-hero-form .c-hero-form__field--date, .c-hero-form .c-hero-form__field--eventType, .c-hero-form .c-hero-form__field--location, .c-hero-form .c-hero-form__field--guests {
    width: auto;
    max-width: 100%;
  }
  .c-hero-form .c-hero-form__field .c-hero-form__field__icon:before {
    left: 20px;
  }
  .c-hero-form .c-hero-form__field .c-hero-form__input {
    padding-top: 4px;
  }
  .c-hero-form .c-button-cta--big {
    max-width: calc(100% - 32px);
    margin: 0 16px;
  }
  .c-hero-form .c-hero-form__trustedBy {
    display: flex;
    padding-top: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1001px) {
  .c-hero-box--homepage .c-hero-form {
    margin: 16px 14px 0;
  }
}
.c-button-cta {
  display: flex;
  cursor: pointer;
  width: 100%;
  color: #fff !important;
  background-color: #FF5B65;
  box-shadow: 0 1px 2px rgba(55, 57, 65, 0.04), 0 2px 4px rgba(55, 57, 65, 0.04), 0 4px 8px rgba(55, 57, 65, 0.04);
  border: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  text-align: center;
}
.c-button-cta:focus {
  outline: 0;
  background-color: #F63641;
}
.c-button-cta:hover {
  background-color: #F63641;
}
.c-button-cta:active {
  background-color: #F63641;
}
.c-button-cta > span {
  display: block;
  padding: 0 10px;
}

.c-button-cta--big {
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-button-cta--small {
  font-size: 15px;
  padding: 10px 12px;
}

.c-button-cta--o {
  color: #FF5B65 !important;
  background-color: #fff !important;
}
.c-button-cta--o:focus {
  border-color: #FF5859;
  color: #FF5859 !important;
}
.c-button-cta--o:hover {
  border-color: #FF5859;
  color: #FF5859 !important;
}
.c-button-cta--o:active {
  border-color: #f92223;
  color: #f92223 !important;
}

body {
  background-color: #FFFFFF;
}

.p-hire-headline {
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-hire-headline {
    font-size: 32px;
  }
}

.p-hire-tag-description {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  margin: 15px 0 25px;
  padding: 0 10px;
  overflow: hidden;
}
.p-hire-tag-description p {
  margin: 0;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-hire-tag-description {
    margin-bottom: 0;
  }
}

.p-hire-top-box {
  display: flex;
  padding-right: 12px;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .p-hire-top-box {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    margin-bottom: 16px;
    margin-top: 32px;
  }
}

.p-hire-additional-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-hire-additional-description .p-hire-tag-description {
  padding-right: 0;
  padding-left: 0;
}

.p-hire-bottom-box-button {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-hire-bottom-box-button {
    display: block;
  }
}

.c-hire-map {
  position: relative;
  margin-right: 12px;
}
.c-hire-map.c-hire-map--topBox {
  display: none;
}
@media screen and (max-width: 991px) {
  .c-hire-map {
    margin-right: 0;
  }
  .c-hire-map.c-hire-map--sidebar {
    display: none;
  }
  .c-hire-map.c-hire-map--topBox {
    display: flex;
    margin-top: 16px;
  }
}
.c-hire-map a {
  display: block;
}
.c-hire-map .c-hire-map-canvas {
  width: 100%;
}
.c-hire-map .c-hire-map-canvas img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
  box-shadow: none;
  height: 100%;
  min-height: 264px;
  max-height: 500px;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .c-hire-map .c-hire-map-canvas img {
    position: static;
    min-height: 0;
    height: 200px;
  }
}
.c-hire-map .c-hire-map-layer {
  border-radius: 6px;
  background: #FFF;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  max-width: calc(100% - 24px);
}
@media screen and (max-width: 991px) {
  .c-hire-map .c-hire-map-layer {
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 400px) {
  .c-hire-map .c-hire-map-layer {
    width: 90%;
    justify-content: center;
    align-items: center;
  }
}
.c-hire-map .c-hire-map-layer .c-hire-map__show-map {
  position: static;
  margin: 0;
  background: rgb(0, 162, 135);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.3s;
  text-align: center;
  box-shadow: 0 1px 2px rgba(55, 57, 65, 0.04), 0 2px 4px rgba(55, 57, 65, 0.04), 0 4px 8px rgba(55, 57, 65, 0.04);
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  min-width: 75px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .c-hire-map .c-hire-map-layer .c-hire-map__show-map {
    white-space: nowrap;
    font-size: 10px;
  }
}
.c-hire-map .c-hire-map-layer .c-hire-map__show-map:hover {
  background: #00BC9C;
}
@media screen and (max-width: 991px) {
  .c-hire-map .c-hire-map-layer .c-hire-map__label,
  .c-hire-map .c-hire-map-layer .c-hire-map__show-map {
    white-space: nowrap;
  }
}
.c-hire-map .c-hire-map-layer .c-hire-map__label {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  height: 32px;
  background: rgb(247, 247, 248);
  color: rgb(37, 39, 44);
  font-weight: bold;
  border-radius: 6px;
  margin-right: 8px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 8px;
}
.c-hire-map .c-hire-map-layer .c-hire-map__label .c-hire-map__label__text {
  white-space: nowrap;
}
.c-hire-map .c-hire-map-layer .c-hire-map__label .c-hire-map__label__text:not(:last-child) {
  margin-right: 3px;
}
@media (max-width: 400px) {
  .c-hire-map .c-hire-map-layer .c-hire-map__label {
    white-space: normal;
  }
}

.c-hire-sidebar-button {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .c-hire-sidebar-button {
    display: none;
  }
}

.p-hire-show-more {
  display: block;
  text-align: center;
  padding: 10px 0 15px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  color: #373941;
}

.p-hire-dms-content [data-style*="font-weight: bold"] {
  font-weight: bold;
}
.p-hire-dms-content a {
  color: #00a287;
  text-decoration: none;
  font-weight: bold !important;
}
.p-hire-dms-content a span {
  font-weight: bold !important;
}
.p-hire-dms-content a:hover {
  color: #005647;
  text-decoration: underline;
}
.p-hire-dms-content p {
  margin: 10px 0;
}
.p-hire-dms-content ul {
  padding: 0 20px;
}
.p-hire-dms-content li {
  margin-top: 10px;
}

.p-hire-filters {
  margin: 30px auto;
  height: 50px;
  background: #FF5B65;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 60px;
  border: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  outline: none;
  position: sticky;
  bottom: 20px;
  z-index: 100;
}
@media (min-width: 600px) {
  .p-hire-filters {
    display: none;
  }
}

.p-hire-page-description {
  overflow: hidden;
}

.h-flex {
  display: flex;
}

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

.p-hire-columns__left {
  flex-grow: 1;
}

.p-hire-columns__right {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-hire-columns__right {
    margin: auto;
  }
}
.p-hire-columns__right .c-card {
  padding: 24px 16px;
  border: 1px solid #DEDFE3;
  border-radius: 6px;
  margin-bottom: 24px;
  margin-right: 12px;
  margin-left: 0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-hire-columns__right .c-card {
    margin-right: 0;
  }
}
.p-hire-columns__right .c-card:first-child {
  margin-top: 0;
}
.p-hire-columns__right .c-card h3 {
  font-size: 16px;
  margin-top: 0;
}
.p-hire-columns__right .c-card h3:not(:first-child) {
  margin-top: 24px;
}
.p-hire-columns__right .c-card ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 8px;
}
.p-hire-columns__right .c-card ul label {
  color: #373941;
  padding: 4px 0;
}
.p-hire-columns__right .c-card ul label:hover {
  text-decoration: none;
  color: #373941;
}

.c-card--no-margin {
  margin: 0;
}

@media (min-width: 768px) {
  .p-hire-columns {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .p-hire-columns__left {
    width: 55%;
  }
  .p-hire-columns__right {
    width: 45%;
  }
  .c-hire-map {
    display: block;
  }
}
@media (min-width: 1000px) {
  .p-hire-columns__left {
    width: 66.66%;
  }
  .p-hire-columns__left .c-room-box {
    width: calc(50% - 20px);
    margin: 5px 10px;
  }
  .p-hire-columns__right {
    width: 33.33%;
  }
  .p-hire-room-boxes {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1680px) {
  .p-hire-columns__left {
    width: 73%;
  }
  .p-hire-columns__left .c-room-box {
    width: calc(33% - 28px);
    margin: 10px 14px;
  }
  .p-hire-columns__right {
    width: 27%;
  }
}
@media screen and (max-width: 479px) {
  .p-hire-columns {
    padding: 0 5px;
  }
  .c-hire-pagination {
    margin-right: 5px;
    margin-left: 5px;
  }
  .c-card {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.c-hero-form {
  display: block;
}

.c-hire-banner {
  border-radius: 0;
  flex-direction: column;
  left: 0;
  right: 0;
  padding: 30px 17px;
}

.c-hire-banner-wrap + .js-hire-search-form {
  display: none;
}

.c-hero-form {
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-hero-form {
    margin-top: 8px;
    margin-bottom: 32px;
  }
}

.c-hire-banner_headings {
  height: auto;
  min-height: 200px;
  margin-top: 0;
  flex-grow: 1;
  justify-content: center;
}

.c-hero-form {
  width: 100%;
}

.c-hero-form--two-col {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.c-hire-banner, .c-hire-banner-wrap {
  min-height: min(100svh - 56px, 850px);
}
@media screen and (min-width: 768px) {
  .c-hire-banner, .c-hire-banner-wrap {
    min-height: calc(100svh - 53px);
  }
}

.c-hire-banner {
  justify-content: space-between;
}

@media (min-width: 1001px) {
  .c-hero-form {
    display: flex;
    margin-bottom: 120px;
  }
  .c-hire-banner {
    justify-content: center;
  }
  .c-hire-banner_headings {
    flex-grow: 0;
  }
}
.js-home-autocomplete {
  font-weight: 400;
}

.c-hire-banner-wrap, .c-hire-banner {
  overflow: visible;
}

.p-hire-room-boxes--new {
  justify-content: space-between;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  list-style-type: none;
}
.p-hire-room-boxes--new .c-room-card {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .p-hire-room-boxes--new .c-room-card {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .p-hire-room-boxes--new .c-room-card {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-hire-room-boxes--new {
    margin-top: 0;
  }
  .p-hire-room-boxes--new .c-room-card {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 1680px) {
  .p-hire-room-boxes--new .c-room-card {
    width: calc(33% - 16px);
  }
}
@media (min-width: 1800px) {
  .p-hire-room-boxes--new .c-room-card {
    width: calc(33.333% - 19px);
  }
}

.p-hire-room-boxes--grid {
  margin: 40px 0 24px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  list-style-type: none;
}
.p-hire-room-boxes--grid .c-room-card {
  width: auto;
}

.js-mobile-filter-results-button {
  display: none;
}

@media screen and (max-width: 767px) {
  .js-mobile-filter-results-button {
    display: block;
    margin-top: 16px;
  }
  .js-mobile-filter-results-button button .c-icon {
    margin-right: 8px;
  }
}
.fuzzy-content:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}

@media screen and (max-width: 767px) {
  .js-filters-container {
    display: none;
  }
}

.lp-show-more-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDFE3;
}
.lp-show-more-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.lp-show-more-container h3 {
  margin-bottom: 0;
}

.lp-show-more {
  display: block;
  font-weight: 600;
  cursor: pointer;
  background: none;
  border: none;
  color: #00A287;
  padding: 1px 6px;
  margin: -1px -6px;
}
.lp-show-more:hover {
  color: #034F42;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .lp-show-more {
    padding: 5px;
    margin: -5px;
  }
}
.lp-show-more--less {
  display: none;
}

.lp-show-more-container--limit-3:not(.lp-show-more-container--expanded) .lp-show-more-item:nth-child(n+4),
.lp-show-more-container--limit-4:not(.lp-show-more-container--expanded) .lp-show-more-item:nth-child(n+5),
.lp-show-more-container--limit-8:not(.lp-show-more-container--expanded) .lp-show-more-item:nth-child(n+9),
.lp-show-more-container--expanded .lp-show-more--more {
  display: none;
  padding: 0;
}

.lp-show-more-container--expanded .lp-show-more--less {
  display: block;
}

.ds-radio--large .ds-radio-indicator {
  height: 24px;
  width: 24px;
}

.ds-radio--large .ds-radio-input:checked ~ .ds-radio-indicator:after {
  width: 13px;
  height: 13px;
}

#lp-mobile-filters-modal {
  display: none;
}

body.lp-filters-modal-open {
  overflow: hidden;
}
body.lp-filters-modal-open #lp-mobile-filters-modal {
  display: block;
}

#lp-mobile-filters-modal .ds-modal-content {
  padding-bottom: 100px;
}
#lp-mobile-filters-modal .ds-modal-content h3 {
  margin-top: 0;
}
#lp-mobile-filters-modal .ds-modal-content ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 8px;
}
#lp-mobile-filters-modal .ds-modal-content ul label {
  color: #373941;
  padding: 4px 0;
}
#lp-mobile-filters-modal .ds-modal-content ul label:hover {
  text-decoration: none;
  color: #373941;
}
#lp-mobile-filters-modal .ds-modal-actions {
  padding: 8px 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #FFF;
  box-shadow: 0px -2px 4px 0px rgba(37, 39, 44, 0.04), 0px 0px 1px 1px rgba(37, 39, 44, 0.04), 0px -4px 12px 0px rgba(37, 39, 44, 0.04);
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#lp-mobile-filters-modal .ds-modal-actions button {
  flex-grow: 0;
}
#lp-mobile-filters-modal .ds-modal-actions button.lp-mobile-filters-modal--clearResults {
  padding-left: 8px;
  padding-right: 8px;
}
#lp-mobile-filters-modal #lp-mobile-filters-modal h3 {
  margin-bottom: 10px;
}
#lp-mobile-filters-modal .ds-modal__close_button {
  position: absolute;
  top: 23px;
  left: 10px;
  right: auto;
  padding: 20px;
}

.p-hire-crosslinkings {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 64px;
}

.p-hire-crosslinkings--thumbnail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 16px; /* Adjust spacing between grid items as needed */
}

.p-hire-crosslinkings-header {
  margin-top: 64px;
}

.p-hire-thumbnail-pill {
  display: flex;
  max-width: 450px;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(37, 39, 44, 0.06), 0 2px 4px 0 rgba(37, 39, 44, 0.06);
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-right: 8px;
}
.p-hire-thumbnail-pill img {
  margin-right: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.p-hire-thumbnail-pill a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #373941;
  font-weight: 600;
}
.p-hire-thumbnail-pill a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-hire-headline-24 {
  font-size: 24px;
  margin: 80px 0 24px;
}
@media screen and (max-width: 767px) {
  .p-hire-headline-24 {
    margin: 32px 0 24px;
  }
}

.p-hire-crosslinkings-show-more {
  display: none;
  margin-top: -40px;
  background: none;
  border: none;
  color: #00A287;
  font-weight: 600;
}
.p-hire-crosslinkings-show-more:hover {
  color: #034F42;
  text-decoration: underline;
}

.p-hire-pill--last-visible ~ * {
  display: none;
}

.p-hire-crosslinkings-show-more--visible-desktop {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-hire-pill--last-visible-mobile ~ * {
    display: none;
  }
  .p-hire-crosslinkings-show-more--visible-desktop {
    display: block;
  }
}
.p-hire-crosslinkings-wrap--expanded .p-hire-thumbnail-pill, .p-hire-crosslinkings-wrap--expanded .ds-link-pill {
  display: flex;
}
.p-hire-crosslinkings-wrap--expanded .js-crosslinking-show-less {
  display: block;
}
.p-hire-crosslinkings-wrap--expanded .js-crosslinking-show-more {
  display: none;
}

.p-hire-districts-combo-section .c-box-carousel-wrap ~ .p-hire-crosslinkings-wrap {
  margin-top: -52px;
}

.p-hire-additional-section .c-box-carousel-arrow {
  top: 50%;
  transform: translateY(-64px);
}

@media (min-width: 768px) {
  .p-hire-additional-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
  }
  /* Ensure headline and button share the first row */
  .p-hire-additional-sections__headline {
    order: 1;
    flex: 1; /* takes available space */
    margin: 0;
  }
  .p-hire-additional-sections__cta {
    order: 2;
  }
  /* The section wraps to the next line */
  .p-hire-additional-sections__rooms {
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-hire-additional-sections__rooms .c-box-carousel {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .p-hire-additional-sections__cta {
    width: 100%;
  }
  .p-hire-additional-sections__headline {
    margin: 48px 0 -16px;
  }
  .p-hire-additional-section .c-room-card {
    width: 270px;
    min-width: 270px;
  }
}
@media (min-width: 1001px) {
  .c-hero-box {
    padding: 3rem 1rem;
    text-align: center;
    position: relative;
  }
  .c-hero-box--simple {
    padding: 6rem 1rem 10rem;
  }
  .c-hero-box--short {
    padding: 1rem 1rem 4rem;
  }
  .c-hero-box__headline {
    font-size: 70px;
    font-weight: 600;
    text-shadow: 0 2px 50px rgba(0, 0, 0, 0.52);
    margin-top: 109px;
    margin-bottom: 25px;
  }
  .c-hero-form__field {
    border-bottom: none !important;
  }
  .c-hero-form__field:not(:last-of-type) {
    border-right: 1px solid rgba(151, 151, 151, 0.3);
  }
  .c-hero-box--simple .c-hero-box__sub_headline {
    font-size: 26px;
  }
}
/* ===================================
   Common styles
====================================*/
.p-venuepage {
  background-color: #FFFFFF;
  color: #373941;
}

.p-venuepage__heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-venuepage__heading {
    font-size: 32px;
  }
}

.p-venuepage__subheading {
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-venuepage__subheading {
    font-size: 24px;
  }
}

/* ===================================
   Top bar: Breadcrumbs + Share button
====================================*/
.p-venuepage-top-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.p-venuepage-breadcrumbs {
  font-size: 12px;
  color: #717484;
  line-height: 16px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-venuepage-breadcrumbs {
    display: flex;
  }
}
.p-venuepage-breadcrumbs span {
  margin-left: 4px;
  margin-right: 4px;
}
.p-venuepage-breadcrumbs, .p-venuepage-breadcrumbs a {
  color: #717484;
}
.p-venuepage-breadcrumbs a:hover {
  color: #717484;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .p-venuepage-top-bar button:focus {
    position: absolute;
  }
}
.p-venuepage-top-bar button.opened {
  z-index: 9;
}
.p-venuepage-top-bar button.opened .ds-header__navbar__avatar__dropdown {
  display: flex;
}
@media screen and (max-width: 991px) {
  .p-venuepage-top-bar button.opened .ds-header__navbar__avatar__dropdown {
    min-width: 140px;
    height: auto;
    bottom: auto;
  }
  .p-venuepage-top-bar button.opened .ds-header__navbar__avatar__dropdown li a {
    height: auto;
    padding: 10px 16px;
  }
}

/* ===================================
   Header
====================================*/
.p-venuepage-header__name {
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-venuepage-header__name {
    font-size: 24px;
  }
}

.p-venuepage-header__content {
  padding-top: 24px;
  padding-bottom: 44px;
}

.p-venuepage-header__details .c-room-header .stars {
  font-size: 13px;
}

.p-venuepage-header__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .p-venuepage-header__features {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1279px) {
  .p-venuepage-header__features {
    justify-content: space-around;
  }
}
@media screen and (max-width: 479px) {
  .p-venuepage-header__features {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .p-venuepage-header__features--split .c-venue-feature-active {
    flex-basis: 26%;
  }
}
@media screen and (max-width: 767px) {
  .p-venuepage-header__features--split .c-venue-feature-active {
    flex-basis: 26%;
  }
}

/* ===================================
   Rooms & event offers section v2
====================================*/
.p-venuepage-rooms-v2 {
  padding-top: 44px;
}

.p-venuepage-rooms-v2__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 44px;
  border-bottom: 1px solid #F1F2F3;
}
@media screen and (min-width: 1024px) {
  .p-venuepage-rooms-v2__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .p-venuepage-rooms-v2__content {
    display: flex;
  }
}

.p-venue-rooms__more {
  width: 100%;
  min-width: 100%;
  margin: 1em auto;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 16px;
}
.p-venue-rooms__more:hover {
  color: #034F42;
  text-decorarion: underline;
}

.p-venue-rooms__more ~ * {
  display: none;
}

/* ===================================
   Pricing & features section
====================================*/
@media only screen and (max-width: 767px) {
  .p-venuepage-pricing {
    border-bottom: 1px solid #DEDFE3;
    padding-bottom: 48px;
  }
}

.p-venuepage-details__content {
  padding-top: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #F1F2F3;
}

.p-venuepage-details__menus {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .p-venuepage-details__menus {
    justify-content: start;
    padding-left: 16px;
  }
}
.p-venuepage-details__menus .c-menu-cards {
  margin: 16px 0 0;
}
@media screen and (min-width: 480px) {
  .p-venuepage-details__menus .c-menu-cards {
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-venuepage-features .p-venuepage__heading {
    padding-top: 44px;
  }
}

.p-venuepage-features__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-venuepage-features__content::after {
  content: "";
  flex: auto;
}
.p-venuepage-features__content .c-venue-feature {
  flex-basis: auto;
  width: 20%;
}
@media screen and (max-width: 1279px) {
  .p-venuepage-features__content .c-venue-feature {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .p-venuepage-features__content .c-venue-feature {
    width: 33%;
  }
}

/* ===================================
   Map section
====================================*/
.p-venuepage-location {
  padding-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-venuepage-location .venue-map-canvas {
    margin: 0;
  }
}

.p-venuepage-location__content {
  padding-bottom: 44px;
  border-bottom: 1px solid #F1F2F3;
}

.p-venuepage-location__locations {
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-venuepage-location__locations {
    flex-direction: row;
  }
}

.p-venuepage-location__item {
  display: flex;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-venuepage-location__item .c-icon {
  margin-right: 4px;
}

/* ===================================
   Reviews section
====================================*/
.p-venuepage-reviews {
  padding-top: 44px;
}
.p-venuepage-reviews .venue-reviews-info-container {
  padding-bottom: 44px;
  border-bottom: 1px solid #F1F2F3;
}

.p-venuepage-reviews__content .c-room_reviews_header__stars {
  margin: 0 auto;
}

.p-venuepage-reviews__list-item:nth-child(2n+1) {
  clear: left;
}

/* ===================================
   About section
====================================*/
.p-venuepage-about .venuepage-about-content-container {
  padding-top: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #F1F2F3;
}

.p-venuepage-about__content {
  margin: 0 auto;
  max-width: 790px;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 16px;
}

.p-venuepage-tags {
  padding-top: 44px;
}

.p-venuepage-tags__content {
  padding-bottom: 44px;
  border-bottom: 1px solid #F1F2F3;
}

.p-venuepage-tags__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 790px;
  margin: 0 auto;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 16px;
}

.p-venuepage-tags__tag {
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .p-venuepage-tags__tag {
    width: 25%;
  }
}

/* ===================================
   Similar venues & search section
====================================*/
.p-venuepage-similar-venues {
  padding-top: 44px;
}

.p-venuepage-search {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-venuepage-search__content {
  background-color: #F1F2F3;
  border-radius: 8px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
}

.p-venuepage-search__content-v2 {
  padding-top: 16px;
  padding-bottom: 48px;
  border-bottom: 1px solid #DEDFE3;
}
.container .p-venuepage-search__content-v2, .container-regular .p-venuepage-search__content-v2 {
  width: 100%;
  margin: 0 auto;
}
.p-venuepage-search__content-v2 .p-venuepage-search__form {
  margin-inline: 0;
  max-width: 100%;
}
.p-venuepage-search__content-v2 .c-hero-form {
  max-width: 100%;
  margin-bottom: 0;
}
.p-venuepage-search__content-v2 .c-hero-form .c-button-cta--big {
  font-size: 16px;
  line-height: 1.5;
}

.p-venuepage-search__form {
  max-width: 790px;
  margin: 0 auto;
}

.venue-map-canvas {
  height: 500px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .venue-map-canvas {
    height: 300px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 767px) {
  .pac-container, .pac-item {
    width: inherit !important;
    min-width: var(--location-field-width);
  }
}
.p-venuepage-faq .venuepage-faq-content-container {
  padding-top: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #F1F2F3;
}
.p-venuepage-faq ul {
  padding-left: 24px;
}
.p-venuepage-faq .faq-items {
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-venuepage-faq .faq-items {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===================================
   Reviews box
====================================*/
.p-venuepage-reviews-info__shadow {
  box-shadow: 0px -4px 12px 0px rgba(37, 39, 44, 0.04), 0px 0px 1px 1px rgba(37, 39, 44, 0.04), 0px -2px 4px 0px rgba(37, 39, 44, 0.04);
}

.img-laurel-leaf-left {
  background-image: url("/img/icons/laurel-wreath-left.svg");
  width: 34px;
  height: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.img-laurel-leaf-right {
  background-image: url("/img/icons/laurel-wreath-right.svg");
  width: 34px;
  height: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.infowindow-venue-icon {
  background-color: #fff;
  -webkit-mask: url(/img/icons/home-02-bold.svg) no-repeat center;
  mask: url(/img/icons/home-02-bold.svg) no-repeat center;
}

.popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: #00A287;
  border-radius: 8px;
  font-family: sans-serif;
  overflow-y: auto;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
}

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #00A287;
}

.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  width: 200px;
  pointer-events: auto;
}

.p-venuepage .js-truncate-description,
.p-roompage .reviews-modal-review__content .js-truncate-description {
  position: relative;
}
.p-venuepage .toggle-collapse,
.p-roompage .reviews-modal-review__content .toggle-collapse {
  font-size: 14px;
  text-align: left;
}
.p-venuepage .toggle-collapse .collapse-more,
.p-roompage .reviews-modal-review__content .toggle-collapse .collapse-more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
  height: 115px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 90px;
}

body,
html {
  height: inherit;
}

body {
  overflow-y: scroll;
}

.event-new-promoted-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #373941;
  z-index: 10;
  font-weight: 400;
  cursor: default;
  text-align: center;
  font-size: 12px;
  padding: 5px 9px;
  border-radius: 4px;
}