.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}
@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Mohave";
  src: url("../fonts/mohave/mohave-webfont.eot");
  src: url("../fonts/mohave/mohave-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/mohave/mohave-webfont.woff2") format("woff2"), url("../fonts/mohave/mohave-webfont.woff") format("woff"), url("../fonts/mohave/mohave-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mohave-Bold";
  src: url("../fonts/mohave-bold/mohave-bold-webfont.eot");
  src: url("../fonts/mohave-bold/mohave-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/mohave-bold/mohave-bold-webfont.woff2") format("woff2"), url("../fonts/mohave-bold/mohave-bold-webfont.woff") format("woff"), url("../fonts/mohave-bold/mohave-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Conv_GESSTwoMedium-Medium";
  src: url("../fonts/ge-ss-two-medium/GESSTwoMedium-Medium.eot");
  src: local("☺"), url("../fonts/ge-ss-two-medium/GESSTwoMedium-Medium.woff") format("woff"), url("../fonts/ge-ss-two-medium/GESSTwoMedium-Medium.ttf") format("truetype"), url("../fonts/ge-ss-two-medium/GESSTwoMedium-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Conv_GE_SS_Two_Bold";
  src: url("../fonts/ge-ss-two-bold/GE-SS-Two-Bold.eot");
  src: local("☺"), url("../fonts/ge-ss-two-bold/GE-SS-Two-Bold.woff") format("woff"), url("../fonts/ge-ss-two-bold/GE-SS-Two-Bold.ttf") format("truetype"), url("../fonts/ge-ss-two-bold/GE-SS-Two-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Conv_GE SS Two Light";
  src: url("../fonts/ge-ss-two-light/GE-SS-Two-Light.eot");
  src: local("☺"), url("../fonts/ge-ss-two-light/GE-SS-Two-Light.woff") format("woff"), url("../fonts/ge-ss-two-light/GE SS Two Light.ttf") format("truetype"), url("../fonts/ge-ss-two-light/GE-SS-Two-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "GE Dinar One Light";
  src: url("../fonts/ge-dinar-one/GEDinarOne-Light.woff2") format("woff2"), url("../fonts/ge-dinar-one/GEDinarOne-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "GE Dinar One Medium";
  src: url("../fonts/ge-dinar-one/GEDinarOne-Medium.woff2") format("woff2"), url("../fonts/ge-dinar-one/GEDinarOne-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: optional;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.flatpickr-calendar {
  border: 0px none;
  box-shadow: none;
  max-width: 400px;
}
.flatpickr-calendar.inline {
  width: 100%;
}
.flatpickr-calendar .flatpickr-rContainer {
  width: 100%;
}
.flatpickr-calendar .flatpickr-days {
  width: 100%;
}
.flatpickr-calendar .dayContainer {
  width: 100%;
  max-width: 100%;
}
.flatpickr-calendar .flatpickr-day {
  max-width: 14.2857143%;
  border-radius: 0px;
  height: 52px;
  color: #486578;
  font-size: 20px;
  line-height: 52px;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.flatpickr-calendar .flatpickr-day.today {
  background-color: rgba(72, 101, 120, 0.5);
  border-color: #f0f0f0;
}
.flatpickr-calendar .flatpickr-day.prevMonthDay, .flatpickr-calendar .flatpickr-day.nextMonthDay {
  background-color: #f2f2f2;
  color: #cdd4d7;
  border-left: 0px none;
  border-bottom: 0px none;
}
.flatpickr-calendar .flatpickr-day.selected.startRange, .flatpickr-calendar .flatpickr-day.startRange.startRange, .flatpickr-calendar .flatpickr-day.endRange.startRange {
  border-radius: 0px;
}
.flatpickr-calendar .flatpickr-day.selected.endRange, .flatpickr-calendar .flatpickr-day.startRange.endRange, .flatpickr-calendar .flatpickr-day.endRange.endRange {
  border-radius: 0px;
}
.flatpickr-calendar .flatpickr-weekdays {
  background-color: #ececec;
  height: 20px;
  color: #adadac;
  font-size: 11px;
}
@media (min-width: 1200px) {
  .flatpickr-calendar .flatpickr-day {
    font-size: 16px;
  }
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #486578;
  border-color: #486578;
  color: #fff;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background: #b9c4cc;
  border-color: #b9c4cc;
  border-top: 1px solid #9cb8cd;
  border-bottom: 1px solid #9cb8cd;
}
.flatpickr-day.inRange {
  box-shadow: none;
}
.flatpickr-day.today {
  border-bottom: 0px none;
  border-left: 0px none;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  cursor: pointer;
  opacity: 0.2;
  color: #486578;
}
.flatpickr-day .rate {
  color: #d2767e;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}
.flatpickr-day .rate.hidden {
  display: none;
}
.flatpickr-day .date {
  line-height: 1;
}

.flatpickr-months {
  background-color: #f0f0f0;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  height: 60px;
  width: 40px;
  position: relative;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  display: none;
}
.flatpickr-months .flatpickr-prev-month:after,
.flatpickr-months .flatpickr-next-month:after {
  content: "";
  display: block;
  background-image: url("../img/small-grey-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.flatpickr-months .flatpickr-prev-month:after {
  transform: rotate(90deg);
}
.flatpickr-months .flatpickr-next-month:after {
  transform: rotate(-90deg);
}
.flatpickr-months .flatpickr-month {
  height: 60px;
}

.flatpickr-current-month {
  color: #3c3c3b;
  font-size: 20px;
  height: 60px;
  padding: 18.48px 0;
}

.glide__bullets {
  position: relative;
  bottom: auto;
  margin: 30px 0px;
}

.glide__bullet {
  background-color: #3c3c3b;
  opacity: 0.3;
}
.glide__bullet.glide__bullet--active {
  opacity: 1;
}
.glide__bullet:hover, .glide__bullet:focus {
  background-color: #3c3c3b;
  border: 0px none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Arial";
  font-size: 16px;
  color: #3c3c3b;
  background: #fff;
}
body.disable-scrolling {
  overflow: hidden;
}
body.menu-open .footer-popup-ctas {
  visibility: hidden;
  opacity: 0;
}

.main {
  max-width: 1920px;
  margin: 0px auto;
}

a {
  text-decoration: none;
  color: #FFF;
}

.container {
  margin: 0px auto;
}
.container:not(.np) {
  padding: 0px 20px;
}
.container.xs {
  max-width: 860px;
}
.container.xxs {
  max-width: 755px;
}
.container.xxxs {
  max-width: 640px;
}
.container.s {
  max-width: 1100px;
}
.container.m {
  max-width: 1250px;
}
.container.l {
  max-width: 1400px;
}
.container.xl {
  max-width: 1920px;
}

/* --- */
.loader {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
}

.loader:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #486578 transparent #486578 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 0px;
  left: 0px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --- */
/* .flex {
  display: flex;

  &.v-center {
    align-items: center;
  }
} */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3c3c3b;
}

h1,
.h1 {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 56px;
  line-height: 1.09;
  margin-bottom: 30px;
}

h2,
.h2 {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 44px;
  line-height: 1.09;
  margin-bottom: 30px;
}

h3,
.h3 {
  font-size: 44px;
  font-family: "Mohave-Bold", sans-serif;
  line-height: 1.09;
  margin-bottom: 30px;
}

h4,
.h4 {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 34px;
  line-height: 1.09;
  margin-bottom: 30px;
}

h5,
.h5 {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.09;
  margin-bottom: 30px;
}

h6,
.h6 {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 18px;
  line-height: 1.09;
  margin-bottom: 30px;
}

.h7 {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.09;
  margin-bottom: 30px;
}

p {
  color: #595958;
  line-height: 1.35;
  margin: 20px 0px;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
}
button.btn {
  outline: none;
  border: 0px none;
  line-height: 1;
}

img {
  max-width: 100%;
}

.btn {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 18px;
  transition: all 200ms ease;
  /* &.khaki {
    background-color: #c4b59a;
  } */
}
.btn:hover {
  opacity: 0.7;
}
.btn.blue, .btn.yellow, .btn.light-blue, .btn.light-blue-2, .btn.white, .btn.white-line, .btn.white-black-text, .btn.contessa, .btn.green, .btn.green-line, .btn.red, .btn.purple, .btn.tory-blue, .btn.metallic-orange, .btn.blue2 {
  display: inline-block;
  padding: 15px 25px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.56px;
}
.btn.blue {
  background-color: #486578;
}
.btn.blue2 {
  background-color: #00548b;
  min-width: 200px;
}
.btn.light-blue {
  background-color: #627e90;
}
.btn.light-blue-2 {
  background-color: #A4B3BB;
}
.btn.yellow {
  background-color: #ecaa02;
}
.btn.white {
  background-color: #fff;
  color: #486578;
}
.btn.contessa {
  background-color: #bd6068;
  color: #fff;
}
.btn.green {
  background-color: #bfd913;
  color: #3d3d3d;
}
.btn.white-black-text {
  background-color: #fff;
  color: #3c3c3b;
}
.btn.white-line {
  border: 2px solid #fff;
  color: #fff;
}
.btn.white-line:hover {
  background-color: #fff;
  color: #486578;
}
.btn.green-line {
  border: 2px solid #bfd913;
  color: #3c3c3b;
}
.btn.green-line:hover {
  opacity: 1;
  background-color: #bfd913;
}
.btn.white-large, .btn.transparent-large, .btn.green-line-large {
  display: block;
  border-top: 1px solid #f0f0f0;
  color: #a4b3bb;
  padding: 24px 20px;
  text-align: center;
}
.btn.white-large:hover, .btn.transparent-large:hover {
  opacity: 1;
  color: #486578;
}
.btn.white-large {
  background-color: #fff;
}
.btn.green-line-large {
  display: block;
  padding: 18px 20px;
  text-align: center;
  border: 2px solid #bfd913;
  color: #3c3c3b;
}
.btn.green-line-large:hover {
  opacity: 1;
  background-color: #bfd913;
}
.btn.red {
  background-color: #f0251e;
}
.btn.tory-blue {
  background-color: #1363ad;
}
.btn.metallic-orange {
  background-color: #E4770E;
}
.btn.purple {
  background-color: #a11e83;
}

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

.flex {
  display: flex;
}

.responsive-embed .embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-embed .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed p {
  margin-top: 5px;
  margin-bottom: 0px;
}

@media (min-width: 1024) {
  h1,
.h1 {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 90px;
  }
}
.bellow-fold {
  transition: all 300ms ease;
}
.bellow-fold.up {
  padding-top: 20px !important;
}
.bellow-fold.up-m {
  margin-top: 20px !important;
}
@media (min-width: 1366px) {
  .bellow-fold.up {
    padding-top: 30px !important;
  }
  .bellow-fold.up-m {
    margin-top: 30px !important;
  }
}

.header {
  max-width: 1920px;
  margin: 0px auto;
  background-color: #fafafa;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.header:not(.menu-open):not(.notice-open).headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.header:not(.menu-open):not(.notice-open).headroom--pinned {
  transform: translateY(0%);
}
.header:not(.menu-open):not(.notice-open).headroom--unpinned {
  transform: translateY(-100%);
}
.header .menu-actions {
  flex: 0 0 100px;
  display: flex;
  justify-content: flex-end;
}
.header .menu-trigger {
  background-image: url("../img/hamburger.svg");
  background-repeat: no-repeat;
  background-position: center right;
  width: 25px;
  display: block;
  height: 100%;
}
.header .close-menu {
  display: none;
  width: 25px;
  height: 100%;
  background-image: url("../img/red-cross.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.header .logo {
  width: 96px;
  height: 60px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
.header .see-all-locations {
  font-size: 16px;
  padding: 10px 12px;
  cursor: pointer;
}
.header .see-all-locations .desktop {
  display: none;
}
.header .left-nav {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
}
.header .right-nav {
  margin: 0px;
  flex: 0 0 100%;
  max-height: 0px;
  overflow: hidden;
  transition: all 200ms ease-out;
}
.header .right-nav a {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 24px;
  color: #486578;
  display: block;
  padding: 15px 0px;
  text-align: center;
  transition: all 300ms ease;
}
.header.menu-open {
  z-index: 9999;
  overflow: auto;
}
.header.menu-open .right-nav {
  max-height: 1200px;
  margin: 30px auto;
}
.header.menu-open .menu-trigger {
  display: none;
}
.header.menu-open .close-menu {
  display: block;
}
@media (min-width: 960px) {
  .header .logo {
    width: 150px;
    height: 82px;
  }
  .header .see-all-locations {
    font-size: 16px;
    padding: 15px 25px;
  }
  .header .see-all-locations .desktop {
    display: block;
  }
  .header .see-all-locations .mobile {
    display: none;
  }
  .header .left-nav {
    flex: 0 0 33.33%;
  }
  .header .right-nav {
    display: flex;
    max-height: none;
    flex: 0 0 33.33%;
    align-items: center;
    justify-content: flex-end;
  }
  .header .right-nav a {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
  }
  .header .right-nav a:hover {
    opacity: 0.5;
  }
  .header .right-nav a.faded {
    opacity: 0.5;
  }
  .header .right-nav a.faded:hover {
    opacity: 1;
  }
  .header .menu-actions {
    display: none;
  }
}

.header-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
}
.header.menu-open + .header-overlay {
  display: block;
}

.header-placeholder {
  height: 61px;
  transition: height 200ms ease;
}
@media (min-width: 1200px) {
  .header-placeholder {
    height: 82px;
  }
}

@media (min-width: 1200px) {
  .hero-section {
    display: flex;
  }
  .hero-section .hero-slider,
.hero-section .hero-banner {
    width: 69.6428571429%;
    flex: 1;
  }
}

.hero-slider-1 {
  position: relative;
}
.hero-slider-1 .slide {
  padding-top: 96%;
  background-color: #fafafa;
  position: relative;
  background-position: center;
  background-size: cover;
}
.hero-slider-1 .slide .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 60px 28px 30px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.hero-slider-1 .slide .overlay .caption {
  font-family: "Mohave-Bold", sans-serif;
  color: #fff;
  text-align: right;
  line-height: 1.4;
}
.hero-slider-1 .slide .overlay .caption.small {
  font-size: 16px;
}
.hero-slider-1 .slide .overlay .caption.large {
  font-size: 28px;
}
.hero-slider-1 .slide .hidden {
  display: none;
}
.hero-slider-1 .thumbs-wrapper {
  overflow: auto;
  max-width: 100%;
}
.hero-slider-1 .thumbs {
  display: flex;
  background-color: #fafafa;
}
.hero-slider-1 .thumbs button {
  flex: 0 0 14.27%;
  border: 1px solid #fff;
  border-radius: 0px;
  outline: none;
  padding: 0px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 200ms ease;
}
.hero-slider-1 .thumbs button div {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-color: #ccc;
}
.hero-slider-1 .thumbs button.glide__bullet--active {
  opacity: 1;
}
@media (min-width: 400px) {
  .hero-slider-1 .thumbs button {
    flex: 0 0 10%;
    max-width: 55px;
  }
}
@media (min-width: 1024px) {
  .hero-slider-1 .slide {
    padding-top: 48.8333333333%;
  }
}
@media (max-width: 1200px) and (min-width: 1100px) {
  .hero-slider-1 .thumbs {
    background-color: #f2f2f2;
  }
}
@media (min-width: 1200px) {
  .hero-slider-1 {
    position: relative;
  }
  .hero-slider-1 .slide {
    padding-top: 60.1025641026%;
    padding-bottom: 62px;
  }
  .hero-slider-1 .slide .overlay {
    padding-bottom: 85px;
  }
  .hero-slider-1 .thumbs-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: transparent;
    width: 100%;
  }
  .hero-slider-1 .thumbs {
    background-color: transparent;
  }
  .hero-slider-1 .thumbs button {
    border-color: transparent;
    border-width: 0px;
    margin: 2px;
    opacity: 1;
  }
  .hero-slider-1 .thumbs button.glide__bullet--active {
    border-width: 2px;
    border-color: #ecaa02;
    margin: 2px;
  }
}
@media (min-width: 1366px) {
  .hero-slider-1 .slide {
    padding-top: 60.1025641026%;
  }
}
@media (min-width: 1400px) {
  .hero-slider-1 .slide {
    padding-top: 0px;
    height: 586px;
  }
}

.hero-slider-2 {
  position: relative;
}
.hero-slider-2 .slide {
  height: 585px;
  background-color: #fafafa;
  position: relative;
  background-position: center;
  background-size: cover;
  max-height: calc(100vh - 56px - 60px);
}
.hero-slider-2 .slide .overlay {
  padding: 40px 0px 0px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.hero-slider-2 .slide .overlay .content {
  padding: 0px 30px 15px;
}
.hero-slider-2 .slide .overlay h1 {
  font-size: 44px;
  color: #fff;
  margin-bottom: 5px;
}
.hero-slider-2 .slide .overlay p, .hero-slider-2 .slide .overlay .p {
  color: #fff;
  margin: 0px;
  font-weight: normal;
  font-size: 16px;
  font-family: Arial;
}
.hero-slider-2 .slide .overlay .ctas {
  display: flex;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.hero-slider-2 .slide .overlay .ctas .btn {
  padding: 0px 25px;
  background-color: #ecaa02;
  color: #fff;
  font-size: 24px;
  font-family: "Mohave-Bold", sans-serif;
  letter-spacing: 0.75px;
  text-align: center;
  color: #ffffff;
  height: 60px;
  margin: 0px 5px;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-slider-2 .slide .overlay .ctas .play-btn {
  background-color: #ecaa02;
  height: 60px;
  width: 75px;
  margin: 0px 5px;
  font-family: "Mohave-Bold", sans-serif;
  letter-spacing: 0.75px;
  text-align: center;
  color: #ffffff;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.hero-slider-2 .slide .overlay .ctas .play-btn .icon {
  content: "";
  display: inline;
  height: 60px;
  width: 75px;
  background-image: url("../img/white-play-in-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.hero-slider-2 .slide .overlay .ctas .play-btn .caption {
  display: none;
}
.hero-slider-2 .slide .overlay .ctas .play-btn:hover {
  opacity: 0.7;
}
.hero-slider-2 .slide .overlay .ctas.single-cta {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.hero-slider-2 .slide .overlay .ctas.single-cta .btn {
  margin: 0px;
  width: 100%;
}
.hero-slider-2 .slide .overlay .ctas.single-cta .play-btn {
  width: 100%;
  margin: 0px;
  padding: 0px 25px 0px 0px;
}
.hero-slider-2 .slide .overlay .ctas.single-cta .play-btn .caption {
  display: initial;
}
.hero-slider-2 .glide__bullets {
  position: absolute;
  bottom: 70px;
}
.hero-slider-2 .glide__bullets button {
  background-color: #fff;
  width: 11px;
  height: 11px;
  transition: all 200ms ease;
  opacity: 0.5;
}
.hero-slider-2 .glide__bullets button.glide__bullet--active, .hero-slider-2 .glide__bullets button:hover {
  opacity: 1;
}
.hero-slider-2 .thumbs {
  display: none;
}
@media (min-width: 1024px) {
  .hero-slider-2 .slide {
    padding-top: 48.8333333333%;
  }
  .hero-slider-2 .slide .overlay h1 {
    font-size: 66px;
  }
  .hero-slider-2 .slide .overlay .ctas {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .hero-slider-2 {
    position: relative;
  }
  .hero-slider-2 .slide {
    padding-top: 60.1025641026%;
    padding-bottom: 62px;
  }
  .hero-slider-2 .slide .overlay .ctas {
    width: 50%;
    margin-left: 25px;
    margin-top: 20px;
  }
  .hero-slider-2 .slide .overlay .ctas .btn {
    flex: 0 0 auto;
  }
  .hero-slider-2 .slide .overlay .ctas.single-cta {
    margin-bottom: 15px;
    margin-left: 25px;
    margin-right: 10px;
  }
  .hero-slider-2 .slide .overlay .ctas.single-cta .play-btn,
.hero-slider-2 .slide .overlay .ctas.single-cta .btn {
    width: auto;
  }
  .hero-slider-2 .thumbs {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
    justify-content: flex-end;
    margin-bottom: 13px;
    margin-right: 15px;
  }
  .hero-slider-2 .thumbs button {
    flex: 0 0 60px;
    border-radius: 0px;
    outline: none;
    padding: 0px;
    border-width: 0px;
    margin: 2px;
    box-shadow: none;
  }
  .hero-slider-2 .thumbs button div {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-color: #ccc;
  }
  .hero-slider-2 .thumbs button.glide__bullet--active, .hero-slider-2 .thumbs button:hover {
    border: 3px solid #ecaa02;
    margin: 2px;
  }
  .hero-slider-2 .glide__bullets {
    display: none;
  }
}
@media (min-width: 1366px) {
  .hero-slider-2 .slide {
    padding-top: 60.1025641026%;
  }
  .hero-slider-2 .slide .overlay h1 {
    font-size: 90px;
  }
}
@media (min-width: 1400px) {
  .hero-slider-2 .slide {
    padding-top: 0px;
    height: 586px;
  }
}

.hero-banner {
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
}
.hero-banner picture {
  display: block;
  border: 0px none;
}
.hero-banner picture img {
  width: 100%;
  display: block;
}
.hero-banner .img {
  padding-top: 64.8%;
  background-position: center;
  background-size: cover;
}
.hero-banner .overlay {
  position: absolute;
  z-index: 1;
  padding: 40px 25px 30px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7));
  /* &:after {
    content: '';
    display: block;
    height: 135px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.4;
  } */
}
.hero-banner .overlay h1 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 0px;
}
.hero-banner .overlay p, .hero-banner .overlay .p {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 10px;
  font-family: Arial;
  font-size: 16px;
  line-height: 1.35;
  max-width: 650px;
  font-weight: normal;
}
.hero-banner .overlay .btn {
  margin-top: 25px;
}
.hero-banner .overlay.text-center {
  text-align: center;
}
.hero-banner .overlay.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.hero-banner .logo {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (min-width: 1024px) {
  .hero-banner .img {
    padding-top: 48.8333333333%;
  }
  .hero-banner .overlay {
    padding-left: 40px;
  }
  .hero-banner .overlay h1 {
    font-size: 66px;
  }
  .hero-banner .overlay p {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-banner .overlay {
    padding-left: 50px;
    padding-bottom: 60px;
  }
  .hero-banner .img {
    padding-top: 60.1025641026%;
  }
  .hero-banner .img.full {
    padding-top: 0px;
    height: 586px;
  }
}
@media (min-width: 1366px) {
  .hero-banner .overlay h1 {
    font-size: 90px;
  }
  .hero-banner .img {
    padding-top: 60.1025641026%;
  }
  .hero-banner .img.full {
    padding-top: 0px;
  }
}
@media (min-width: 1400px) {
  .hero-banner .img {
    padding-top: 0px;
    height: 586px;
  }
}

.amenities-section {
  padding: 32px 0px 0px;
}
.amenities-section h6 {
  text-align: center;
  margin-bottom: 40px;
}
.amenities-section .amenities-wrapper .toggle {
  margin-top: 20px;
  transition: all 100ms ease;
}
.amenities-section .amenities-wrapper .toggle .less-text {
  display: none;
}
.amenities-section .amenities-wrapper.more .toggle .more-text {
  display: none;
}
.amenities-section .amenities-wrapper.more .toggle .less-text {
  display: inline;
}
.amenities-section .amenities-wrapper.more .more {
  max-height: 1500px;
  padding-top: 30px;
  /* .text-content {
    &:first-child {
      ul {
        > li:first-child {
          margin: 15px 0px;
        }
      }
    }

    ul {
      > li {
        margin: 25px 0px 15px;
      }
    }
  } */
}
.amenities-section .amenities-wrapper > .more {
  max-height: 0px;
  transition: all 300ms ease;
  overflow: hidden;
  padding-top: 0px;
}
.amenities-section .amenities-wrapper > .more .cols .col {
  margin-bottom: 30px;
}
.amenities-section .amenities-wrapper > .more .cols .col .text-content h5 {
  margin-bottom: 10px;
}
.amenities-section .amenities-wrapper > .more .cols .col .text-content p {
  margin: 10px 0px;
}
.amenities-section .list-with-icons > div {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.amenities-section .list-with-icons > div .icon {
  background-position: left top;
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  flex: 0 0 40px;
}
.amenities-section .list-with-icons > div .text {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.13;
  color: #3c3c3b;
  flex: 1;
}
.amenities-section .amenities {
  display: flex;
  max-width: 760px;
  margin: 0px auto 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.amenities-section .amenity {
  flex: 0 0 16.66%;
  margin-bottom: 20px;
  min-width: 110px;
  max-height: 150px;
  transition: all 300ms ease;
}
.amenities-section .amenity .title {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: 0.57px;
  text-align: center;
  color: #3c3c3b;
}
.amenities-section .amenity .icon {
  width: 64px;
  height: 64px;
  margin: 0px auto;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
.amenities-section .amenity.hidden {
  margin-bottom: 0px;
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
}
.amenities-section .text-content ul li:before {
  background-color: #a1b182;
}
.amenities-section.blue .text-content ul li:before {
  background-color: #486578;
}
@media (min-width: 768px) {
  .amenities-section .amenities-wrapper > .more .cols {
    display: flex;
    margin: 0px -15px;
  }
  .amenities-section .amenities-wrapper > .more .cols .col {
    flex: 0 0 33.33%;
    padding: 0px 15px;
  }
}
@media (min-width: 1024px) {
  .amenities-section {
    padding: 60px 0px 0px;
  }
  .amenities-section h6 {
    font-size: 34px;
    margin-bottom: 60px;
  }
  .amenities-section .amenities-wrapper > .more .cols {
    margin: 0px -30px;
  }
  .amenities-section .amenities-wrapper > .more .cols .col {
    padding: 0px 30px;
  }
}
@media (min-width: 1366px) {
  .amenities-section .amenity .icon {
    width: 74px;
    height: 74px;
  }
}

.booking-widget {
  font-family: "Mohave-Bold", sans-serif;
}
.booking-widget .widget {
  height: 100%;
  background-color: #fafafa;
}
.booking-widget .form-wrapper .inner-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.booking-widget .expo-widget {
  color: #fff;
  background-color: #617f90;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.booking-widget .expo-widget h2,
.booking-widget .expo-widget p,
.booking-widget .expo-widget a {
  color: #fff;
}
.booking-widget .expo-widget h2 {
  line-height: 1.5;
  margin-bottom: 0px;
  max-width: 300px;
}
.booking-widget .expo-widget p {
  font-family: "Mohave", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}
.booking-widget .expo-widget .dummy-grow {
  flex: 1;
}
.booking-widget .action-btn {
  background-color: #bd6068;
  font-family: "Mohave-Bold", sans-serif;
  font-size: 26px;
  display: block;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  z-index: 999;
  width: 100%;
  border: 0px none;
  line-height: 1;
  transition: all 200ms ease;
}
.booking-widget .action-btn:hover {
  background-color: #cc848a;
}
.booking-widget .input-fields {
  flex: 1;
  overflow: auto;
  margin-bottom: 56px;
}
.booking-widget .input-field {
  border-bottom: 1px solid #e8e8e8;
}
.booking-widget .input-field.invalid input[type=text], .booking-widget .input-field.invalid .trigger {
  animation: red-bg-blink 300ms 3 forwards;
}
.booking-widget input[type=text] {
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  padding: 0px 20px;
  width: 100%;
  border: 0px none;
  font-family: "Mohave-Bold", sans-serif;
  color: #486578;
  letter-spacing: 1px;
  outline: none;
  background-color: transparent;
}
.booking-widget input[type=submit] {
  cursor: pointer;
}
.booking-widget input[type=submit]:focus {
  outline: 0;
}
.booking-widget .dropdown-field {
  /* &.invalid {
      .trigger {
      animation: red-bg-blink 300ms 3 forwards;
    }
  } */
}
.booking-widget .dropdown-field .trigger {
  font-size: 20px;
  letter-spacing: 1px;
  color: #486578;
  line-height: 70px;
  /* background-image: url(../img/small-grey-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px; */
  display: block;
  padding: 0px 40px 0px 20px;
  height: 70px;
  transition: all 100ms ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.booking-widget .dropdown-field .trigger:after {
  content: "";
  display: block;
  background-image: url(../img/small-grey-down-arrow.svg);
  width: 14px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0px;
  transition: all 300ms ease;
}
.booking-widget .dropdown-field .content {
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  overflow: hidden;
}
.booking-widget .dropdown-field.open .trigger {
  font-size: 15px;
  color: #a4b3bb;
}
.booking-widget .dropdown-field.open .trigger:after {
  transform: rotate(180deg);
}
.booking-widget .dropdown-field.open .content {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.booking-widget .options-list > div {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: #486578;
  padding: 14px 20px;
  cursor: pointer;
}
.booking-widget .options-list.note {
  font-size: 16px;
  opacity: 0.6;
  background-color: #f4f4f4;
}
.booking-widget .input-field.children-0 .options-list .children-0 {
  display: none;
}
.booking-widget .code-dropdown .trigger {
  padding-top: 21px;
  padding-bottom: 21px;
  height: auto;
}
.booking-widget .code-dropdown .trigger span {
  display: block;
  line-height: 1.4;
}
.booking-widget .code-dropdown .trigger span.note-wrapper {
  display: flex;
}
.booking-widget .code-dropdown .trigger span.note-wrapper .note {
  color: #ecaa02;
  font-size: 15px;
}
.booking-widget .code-dropdown .trigger span.note-wrapper .clear {
  font-size: 15px;
  padding-left: 20px;
  color: #bd6068;
}
.booking-widget .code-dropdown .content {
  padding-left: 20px;
  padding-right: 20px;
}
.booking-widget .code-dropdown .content:before {
  width: 0px;
  height: 0px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ecaa02;
  margin-left: 40px;
}
.booking-widget .code-dropdown .content .options-list {
  background-color: #ecaa02;
}
.booking-widget .code-dropdown .content .options-list > div {
  padding-top: 0px;
  padding-bottom: 0px;
}
.booking-widget .code-dropdown .content .options-list .code {
  display: flex;
  border-bottom: 1px solid #dfa000;
  padding: 20px 0px;
  align-items: flex-end;
}
.booking-widget .code-dropdown .content .options-list .code .info {
  flex: 1;
  padding-right: 30px;
}
.booking-widget .code-dropdown .content .options-list .code .info .title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}
.booking-widget .code-dropdown .content .options-list .code .info .description {
  font-family: "Arial";
  color: #3c3c3b;
  font-size: 15px;
  letter-spacing: normal;
}
.booking-widget .code-dropdown .content .options-list .code .action .btn {
  padding: 8px 12px;
  color: #3c3c3b;
  background-color: #fff;
  font-size: 15px;
  display: block;
}
.booking-widget .code-dropdown.open .content {
  padding: 20px;
  margin-top: -30px;
}
.booking-widget .date-range-field .sep {
  height: 1px;
  background-color: #aeaeae;
  display: inline-block;
  width: 20px;
  position: relative;
  top: -7px;
  margin: 0px 10px;
}
.booking-widget .date-range-field.open.check-in .trigger .check-in {
  color: #c67783;
}
.booking-widget .date-range-field.open.check-out .trigger .check-out {
  color: #c67783;
}
.booking-widget .date-range-picker-wrapper {
  background-color: #f0f0f0;
}
.booking-widget .date-range-picker-wrapper .note {
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  color: #bd6068;
  padding: 10px;
  display: block;
}
.booking-widget .date-range-picker-wrapper .note.hidden {
  display: none;
}
.booking-widget .code-field-wrapper {
  position: relative;
}
.booking-widget .code-field-wrapper .reset-code {
  display: block;
  width: 50px;
  height: 100%;
  background-image: url(../img/red-cross.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  position: absolute;
  top: 0px;
  right: 0px;
}

.footer-booking-widget {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 0vh;
  overflow: hidden;
  transition: all 200ms ease;
  z-index: 99;
}
.footer-booking-widget.open {
  height: auto;
  top: 0px;
}
.footer-booking-widget .head-wrapper {
  height: 60px;
  background-color: #fff;
  padding: 0px 0px 0px 20px;
  display: flex;
  justify-content: space-between;
}
.footer-booking-widget .head-wrapper .logo {
  width: 96px;
  height: 60px;
  background-image: url("../img/logo.svg");
  background-size: 96px 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-booking-widget .head-wrapper .close-booking-widget {
  display: block;
  width: 50px;
  height: 60px;
  background-image: url(../img/red-cross.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.footer-booking-widget .title-wrapper {
  color: #a4b3bb;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}
.footer-booking-widget .button-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
@media (min-width: 1100px) {
  .footer-booking-widget {
    height: 56px;
    overflow: initial;
  }
  .footer-booking-widget.open {
    height: 56px;
    top: auto;
  }
  .footer-booking-widget .expo-widget {
    display: none;
  }
  .footer-booking-widget .widget {
    background-color: #627e90;
  }
  .footer-booking-widget .button-wrapper {
    position: initial;
  }
  .footer-booking-widget .head-wrapper {
    display: none;
  }
  .footer-booking-widget .form-wrapper .inner-wrapper {
    display: flex;
    flex-direction: row;
    height: auto;
  }
  .footer-booking-widget .input-fields {
    display: flex;
    margin-bottom: 0px;
    overflow: initial;
  }
  .footer-booking-widget .input-field {
    border-bottom: 0px none;
    border-right: 1px solid #5c7585;
    position: relative;
    flex: 1;
    max-width: 350px;
  }
  .footer-booking-widget .input-field.no-right-border {
    border-right: 0px none;
  }
  .footer-booking-widget .dropdown-field .trigger {
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 16px;
  }
  .footer-booking-widget .dropdown-field .trigger:after {
    background-image: url(../img/small-whitish-down-arrow.svg);
  }
  .footer-booking-widget .dropdown-field .content {
    position: absolute;
    bottom: 100%;
    right: 0px;
    background-color: #fff;
    left: -1px;
    box-shadow: 0px -10px 14px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-bottom: 0px none;
  }
  .footer-booking-widget .dropdown-field.open .trigger {
    font-size: 16px;
    color: #fff;
  }
  .footer-booking-widget .code-dropdown .trigger span.note-wrapper .clear {
    color: #b5c2ca;
  }
  .footer-booking-widget .code-dropdown .content {
    padding: 0px;
    min-width: 300px;
    right: 0px;
    left: auto;
    background-color: transparent;
    border: 0px none;
  }
  .footer-booking-widget .code-dropdown .content:before {
    display: none;
  }
  .footer-booking-widget .code-dropdown .content:after {
    width: 0px;
    height: 0px;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ecaa02;
    margin-left: auto;
    margin-right: 40px;
    position: relative;
    top: -1px;
  }
  .footer-booking-widget .code-dropdown .content .options-list > div {
    border-bottom: 0px none;
  }
  .footer-booking-widget .code-dropdown.open .content {
    padding: 0px;
  }
  .footer-booking-widget .code-dropdown.applied .trigger {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer-booking-widget .options-list > div {
    padding: 20px;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
  }
  .footer-booking-widget .options-list > div.note {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 1.3;
  }
  .footer-booking-widget input[type=text] {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    background-color: #627e90;
    color: #fff;
  }
  .footer-booking-widget input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .footer-booking-widget input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .footer-booking-widget .date-range-field {
    flex-basis: 120px;
  }
  .footer-booking-widget .date-range-field .content {
    width: 375px;
  }
  .footer-booking-widget .date-range-field.open.check-in .trigger .check-in {
    color: #fff;
  }
  .footer-booking-widget .date-range-field.open.check-out .trigger .check-out {
    color: #fff;
  }
  .footer-booking-widget .hotel-dropdown {
    flex-basis: 60px;
  }
  .footer-booking-widget .code-type-dropdown,
.footer-booking-widget .code-field-wrapper {
    flex-basis: 80px;
  }
  .footer-booking-widget .button-wrapper {
    flex-basis: 10%;
  }
  .footer-booking-widget .code-field-wrapper .reset-code {
    background-image: url("../img/white-cross.svg");
  }
  .footer-booking-widget .action-btn {
    font-size: 16px;
    height: 56px;
    padding: 20px 0px;
  }
}
@media (min-width: 1200px) {
  .footer-booking-widget {
    transform: translate3d(0, 0, 0);
    transition: all 200ms ease;
  }
}
@media (min-width: 1400px) {
  .footer-booking-widget .button-wrapper {
    flex-basis: 230px;
  }
}
@media (min-width: 1500px) {
  .footer-booking-widget .button-wrapper {
    flex-basis: 300px;
  }
}

.hero-booking-widget {
  display: none;
}
.hero-booking-widget .code-dropdown.open .content {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .hero-booking-widget {
    display: initial;
    width: 30.3571428571%;
    max-width: 400px;
    /* .flatpickr-calendar {
        .flatpickr-day {
          color: #FFF;
          border-top: 1px solid #92a3ae;
          border-right: 1px solid #92a3ae;

          &.prevMonthDay,
          &.nextMonthDay {
            background-color: #92a3ae;
            color: rgba(255, 255, 255, 0.5);
            border-color: #a5b7c2;
          }
        }
      } */
  }
  .hero-booking-widget .widget {
    background-color: #627e90;
    position: relative;
  }
  .hero-booking-widget .head-wrapper {
    font-size: 20px;
    text-align: center;
    color: #b5c2ca;
    padding: 20px 0px;
    border-bottom: 1px solid #557185;
  }
  .hero-booking-widget .form-wrapper {
    height: 100%;
  }
  .hero-booking-widget .form-wrapper form {
    height: 100%;
  }
  .hero-booking-widget .form-wrapper form .inner-wrapper {
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .hero-booking-widget .input-field {
    border-bottom: 1px solid #557185;
  }
  .hero-booking-widget .input-fields {
    margin-bottom: 56px;
    flex: 1;
  }
  .hero-booking-widget input[type=text] {
    color: #fff;
  }
  .hero-booking-widget input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .hero-booking-widget input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .hero-booking-widget .code-field-wrapper .reset-code {
    background-image: url("../img/white-cross.svg");
  }
  .hero-booking-widget .dropdown-field .trigger {
    color: #fff;
    font-size: 16px;
    line-height: 56px;
    height: 56px;
  }
  .hero-booking-widget .dropdown-field .trigger:after {
    background-image: url("../img/small-whitish-down-arrow.svg");
  }
  .hero-booking-widget .dropdown-field .content {
    background-color: #fafafa;
    position: absolute;
    width: 100%;
    z-index: 9;
  }
  .hero-booking-widget .dropdown-field.open .trigger {
    font-size: 16px;
    color: #fff;
  }
  .hero-booking-widget .options-list > div {
    font-size: 16px;
  }
  .hero-booking-widget .options-list > div.note {
    font-size: 12px;
  }
  .hero-booking-widget .date-range-field.open.check-in .trigger .check-in {
    color: #fff;
  }
  .hero-booking-widget .date-range-field.open.check-out .trigger .check-out {
    color: #fff;
  }
  .hero-booking-widget .button-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
}
@media (min-width: 1300px) {
  .hero-booking-widget .head-wrapper {
    font-size: 24px;
    padding: 30px 0px;
  }
  .hero-booking-widget .dropdown-field .trigger {
    line-height: 70px;
    height: 70px;
  }
  .hero-booking-widget .code-dropdown .trigger {
    height: auto;
  }
  .hero-booking-widget .code-dropdown .trigger span.note-wrapper .clear {
    color: #b5c2ca;
  }
}

/* @media (min-width: 1100px) 
{
  .hero-booking-widget {
    display: initial;
    width: (425/1400 * 100%);
    max-width: 400px;
  }
} */
.text-content-section {
  margin: 50px 0px;
}

.text-content {
  color: #3c3c3b;
}
.text-content img {
  margin-bottom: 25px;
  max-width: 100%;
}
.text-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-content .responsive-embed {
  margin-bottom: 30px;
}
.text-content p {
  color: #3c3c3b;
  line-height: 1.5;
  font-size: 16px;
}
.text-content a {
  color: #627e90;
}
.text-content ul {
  list-style: none;
}
.text-content ul li:before {
  width: 8px;
  height: 8px;
  background-color: #3c3c3b;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  content: "";
  display: block;
  left: -20px;
}
.text-content ol li::marker {
  font-weight: bold;
}
.text-content ul,
.text-content ol {
  padding-left: 20px;
}
.text-content ul li,
.text-content ol li {
  margin: 15px 0px 25px;
  padding-left: 5px;
  position: relative;
}
.text-content ul li h4,
.text-content ul li h5,
.text-content ul li h6,
.text-content ol li h4,
.text-content ol li h5,
.text-content ol li h6 {
  margin-bottom: 10px;
}
.text-content ul li p,
.text-content ol li p {
  margin: 10px 0px;
}
.text-content h1 {
  font-size: 42px;
  margin-bottom: 30px;
}
.text-content h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
.text-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.text-content h4 {
  margin-bottom: 20px;
  font-size: 28px;
}
.text-content h5 {
  margin-bottom: 20px;
  font-size: 24px;
}
.text-content h6 {
  font-size: 18px;
  margin-bottom: 20px;
}
.text-content p + h1,
.text-content p + h2,
.text-content p + h3,
.text-content p + h4,
.text-content p + h5,
.text-content p + h6 {
  margin-top: 40px;
}
.text-content blockquote {
  padding: 60px 20px;
  position: relative;
  margin: 50px 0;
  font-size: 20px;
  background-color: #fafafa;
}
.text-content blockquote:before {
  top: 20px;
  left: 20px;
}
.text-content blockquote:before, .text-content blockquote:after {
  content: "";
  display: block;
  width: 38px;
  height: 28px;
  background-image: url(../img/quotes-icon.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
}
.text-content blockquote:after {
  transform: rotate(180deg);
  right: 40px;
  bottom: 20px;
}
.text-content .img-slider {
  margin: 0px -20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.text-content .img-slider img {
  width: 100%;
}
.text-content .img-slider .slider {
  margin: 0px 20px;
  position: relative;
}
.text-content .img-slider .slider .glide__track {
  overflow: visible;
}
.text-content .img-slider .slider img {
  margin-bottom: 0px;
}
.text-content .img-slider .slider .glide__arrows {
  display: flex;
  justify-content: center;
}
.text-content .img-slider .slider .glide__arrow {
  width: 65px;
  height: 65px;
  background-image: url("../img/small-grey-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px 0px;
  position: relative;
  border: 0px none;
  box-shadow: none;
  text-shadow: none;
  top: 0px;
  left: 0px;
  right: 0px;
}
.text-content .img-slider .slider .glide__arrow.glide__arrow--right {
  transform: rotate(-90deg);
}
.text-content .img-slider .slider .glide__arrow.glide__arrow--left {
  transform: rotate(90deg);
  top: -1px;
}
@media (min-width: 640px) {
  .text-content .img-slider {
    margin: 0px;
  }
  .text-content .img-slider .slider {
    margin: 0px;
  }
}
@media (min-width: 900px) {
  .text-content .img-slider {
    overflow: visible;
  }
  .text-content .img-slider .slider .glide__track {
    overflow: hidden;
  }
  .text-content .img-slider .slider .glide__arrow {
    position: absolute;
    top: 50%;
    margin-top: -32px;
  }
  .text-content .img-slider .slider .glide__arrow.glide__arrow--left {
    left: -76px;
    top: 50%;
  }
  .text-content .img-slider .slider .glide__arrow.glide__arrow--right {
    right: -76px;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .text-content .responsive-embed {
    margin: 40px 0px;
  }
  .text-content img {
    margin: 40px 0px;
  }
  .text-content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-contact-numbers .method,
.contact-section .method {
  padding: 30px 0px;
  text-align: center;
  border-bottom: solid 1px #eaeaea;
}
.footer-contact-numbers .method .h7,
.contact-section .method .h7 {
  margin-bottom: 0px;
  color: #a4b3bb;
  letter-spacing: 0.75px;
  margin-bottom: 16px;
}
.footer-contact-numbers .method a,
.contact-section .method a {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  color: #486578;
  display: block;
  transition: all 200ms ease;
  direction: ltr;
}
.footer-contact-numbers .method a:hover,
.contact-section .method a:hover {
  opacity: 0.7;
}
.footer-contact-numbers .method:last-child,
.contact-section .method:last-child {
  border-bottom: 0px none;
}
@media (min-width: 1024px) {
  .footer-contact-numbers .contact-methods,
.contact-section .contact-methods {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
  }
  .footer-contact-numbers .contact-methods .method,
.contact-section .contact-methods .method {
    padding: 10px 80px;
    margin: 30px 0px;
    border-right: solid 1px #eaeaea;
    border-bottom: 0px none;
    flex: 1;
  }
  .footer-contact-numbers .contact-methods .method:nth-last-child(2),
.contact-section .contact-methods .method:nth-last-child(2) {
    border-right: 0px none;
  }
  .footer-contact-numbers .contact-methods .method:last-child,
.contact-section .contact-methods .method:last-child {
    border-right: 0px none;
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .footer-contact-numbers .contact-methods .method:nth-last-child(2),
.contact-section .contact-methods .method:nth-last-child(2) {
    border-right: solid 1px #eaeaea;
  }
  .footer-contact-numbers .contact-methods .method:last-child,
.contact-section .contact-methods .method:last-child {
    border-right: 0px none;
    flex: 0 0 33.33%;
  }
}

.footer-contact-numbers .contact-methods {
  padding-bottom: 40px;
  padding-top: 20px;
}
.footer-contact-numbers .contact-methods .loader {
  display: none;
}
.footer-contact-numbers .contact-methods.loading {
  align-items: center;
  justify-content: center;
  display: flex;
}
.footer-contact-numbers .contact-methods.loading .loader {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .footer-contact-numbers .contact-methods {
    padding: 10px 0px;
  }
  .footer-contact-numbers .contact-methods.loading {
    padding: 50px 0px;
  }
  .footer-contact-numbers .contact-methods .method {
    margin: 15px 0px;
  }
}

.footer {
  padding-bottom: 60px;
  max-width: 1920px;
  margin: 0px auto;
  margin-top: 70px;
}

.newsletter-form {
  background-color: #eaeaea;
  padding: 18px 20px;
  margin: 0px -20px;
}
.newsletter-form h6 {
  text-align: center;
  margin-bottom: 15px;
}
.newsletter-form form {
  display: flex;
  max-width: 800px;
  margin: 0px auto;
}
.newsletter-form input[type=email] {
  background-color: #f5f5f5;
  border: 0px none;
  outline: none;
  font-family: "Mohave-Bold", sans-serif;
  color: #98a7b0;
  font-size: 22px;
  line-height: 48px;
  width: 100%;
  padding: 0px 15px;
}
.newsletter-form input[type=email]::-moz-placeholder {
  color: #98a7b0;
}
.newsletter-form input[type=email]::placeholder {
  color: #98a7b0;
}
.newsletter-form div.input-field {
  flex: 1 1 auto;
}
.newsletter-form button {
  flex: 0 0 170px;
}
.newsletter-form div.grc {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}
.newsletter-form div.grc p,
.newsletter-form a {
  color: #a2a2a2;
  font-size: 11px;
  line-height: 1.67;
  margin: 0;
}
.newsletter-form div.grc p.success {
  color: #697d8e;
  font-family: "Mohave-Bold", sans-serif;
  font-size: 18px;
}
.newsletter-form div.grc p.error {
  color: #bd6068;
  font-family: "Mohave-Bold", sans-serif;
  font-size: 18px;
}
@media (max-width: 370px) {
  .newsletter-form form {
    flex-direction: column;
    align-items: center;
  }
  .newsletter-form form .input-field {
    width: 100%;
  }
  .newsletter-form form input[type=email] {
    text-align: center;
    margin-bottom: 20px;
  }
  .newsletter-form form button {
    flex: 0 0 auto;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.hotel-links-section {
  padding: 0;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.hotel-links-section .link_group_column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  max-width: 270px;
  margin-right: 80px;
}
.hotel-links-section .link_group_column:last-child {
  margin-right: 0;
}
.hotel-links-section .link_group_column .h7 {
  color: #a4b3bb;
  letter-spacing: 0.5px;
}
.hotel-links-section .link_group_column .link-wrap {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}
.hotel-links-section .link_group_column .link-wrap a {
  color: #7C7C7C;
  font-size: 15px;
  line-height: 18px;
}
.hotel-links-section .link_group_column .link-wrap a:hover {
  opacity: 0.7;
}
.hotel-links-section .link_group_column.explore_other {
  max-width: 550px;
}
.hotel-links-section .link_group_column.explore_other .other_col {
  display: inline-block;
  width: 170px;
  margin-right: 60px;
}
.hotel-links-section .link_group_column.explore_other .other_col:last-child {
  width: 260px;
  margin-right: 0;
}
.hotel-links-section .link_group_column.explore_other .other_col .link-wrap.left {
  width: 170px;
  margin-right: 60px;
}
.hotel-links-section .link_group_column.explore_other .other_col .link-wrap.right {
  max-width: 260px;
}
@media (max-width: 768px) {
  .hotel-links-section {
    text-align: left;
    padding: 0 40px;
  }
  .hotel-links-section .link_group_column {
    display: inline-block;
    max-width: 50%;
    width: 40%;
    margin-right: 50px;
    margin-bottom: 60px;
  }
  .hotel-links-section .link_group_column.explore_other {
    clear: both;
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .hotel-links-section .link_group_column.explore_other .other_col {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .hotel-links-section .link_group_column {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .hotel-links-section .link_group_column.explore_other .other_col {
    width: 100%;
    margin-right: 0;
  }
  .hotel-links-section .link_group_column.explore_other .other_col:last-child {
    width: 100%;
  }
}

.address-section {
  padding: 38px 0px;
  margin-top: 30px;
}
.address-section .h7 {
  color: #a4b3bb;
  text-align: center;
}
.address-section h4 {
  text-align: center;
  margin-bottom: 10px;
}
.address-section h1.map-main-head {
  text-align: center;
  margin-bottom: 10px;
  font-size: 34px;
  font-family: Mohave-Bold, sans-serif;
  line-height: 1.09;
}
.address-section h2.map-sub-head {
  font-family: "Mohave", sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 1px;
  text-align: center;
  color: #3c3c3b;
  margin: 0 0 30px 0;
}
.address-section p {
  font-family: "Mohave", sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 1px;
  text-align: center;
  color: #3c3c3b;
  margin-top: 0px;
  margin-bottom: 30px;
}
.address-section .show-on-map {
  max-width: 400px;
  margin: 0px auto;
}
.social-links {
  display: flex;
  justify-content: center;
}
.social-links a {
  width: 55px;
  height: 55px;
  margin: 0px 5px;
  background-position: center;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
.social-links a.facebook {
  background-image: url("../img/facebook.svg");
}
.social-links a.instagram {
  background-image: url("../img/instagram.svg");
}
.social-links a.twitter {
  background-image: url("../img/twitter.svg");
}
.social-links a.tripadvisor {
  background-image: url("../img/tripadvisor.svg");
}
.social-links a.youtube {
  background-image: url("../img/youtube.svg");
}
.social-links a.linkedin {
  background-image: url("../img/linkedin.svg");
}

.copyrights {
  text-align: center;
}
.copyrights .website {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 14px;
  color: #627e90;
  padding-bottom: 5px;
  display: block;
}
.copyrights .website:hover {
  opacity: 0.7;
}
.copyrights .rights-reserved {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.67;
  color: #a2a2a2;
}

.bottom-row {
  padding: 30px 0px;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.bottom-row .footer-left-nav,
.bottom-row .footer-right-nav {
  flex: 1;
  text-align: center;
  width: 100%;
  display: none;
}
.bottom-row .footer-left-nav a,
.bottom-row .footer-right-nav a {
  color: #bbbbbb;
  font-size: 12px;
  padding: 10px;
  transition: all 200ms ease;
}
.bottom-row .footer-left-nav a:hover,
.bottom-row .footer-right-nav a:hover {
  color: #627e90;
}
.bottom-row .footer-left-nav a.active,
.bottom-row .footer-right-nav a.active {
  color: #627e90;
}
.bottom-row .footer-left-nav {
  order: 1;
  margin-bottom: 20px;
}
.bottom-row .footer-right-nav {
  order: 2;
}
.bottom-row .copyrights {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .bottom-row {
    flex-direction: row;
  }
  .bottom-row .footer-left-nav,
.bottom-row .footer-right-nav,
.bottom-row .copyrights {
    width: auto;
    margin-bottom: 0px;
  }
  .bottom-row .footer-left-nav {
    order: 0;
    text-align: left;
  }
  .bottom-row .footer-right-nav {
    text-align: right;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .bottom-row {
    display: flex;
  }
  .bottom-row .footer-left-nav,
.bottom-row .footer-right-nav {
    display: initial;
  }
}

.footer-contact-numbers {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: all 200ms ease;
  height: 0vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 99;
}
.footer-contact-numbers .overlay {
  height: 100%;
  transition: height 1000ms ease 400ms;
}
.footer-contact-numbers .contact-methods-wrapper {
  width: 100%;
  position: absolute;
  bottom: 56px;
  background-color: #fff;
}
.footer-contact-numbers.open {
  height: 100vh;
}
.footer-contact-numbers.open .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.footer-contact-numbers.open .contact-numbers {
  /* .contact-section {
    transform: translateY(0%);
  } */
}
.footer-popup-ctas {
  transition: all 200ms ease;
}
.footer-popup-ctas .book-now-trigger {
  background-color: #bd6068;
  font-family: "Mohave-Bold", sans-serif;
  font-size: 26px;
  display: block;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all 300ms ease;
  z-index: 999;
  /* span {
    &.close {
      display: none;
    }
  } */
}
.footer-popup-ctas .book-now-trigger.open {
  opacity: 0;
  visibility: hidden;
  /* span {
    &.close {
      display: initial;
    }
    &.open {
      display: none;
    }
  } */
}
@media (min-width: 1366px) {
  .footer-popup-ctas .book-now-trigger {
    display: none;
  }
}
.footer-popup-ctas .contact-numbers-trigger {
  display: block;
  width: 56px;
  height: 56px;
  background-color: #a3b48a;
  border: 3px solid #f2f2f2;
  border-radius: 50px;
  margin: 0px 0px 0px auto;
  background-image: url("../img/white-phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: all 100ms ease;
  background-size: 20px;
}
.footer-popup-ctas .contact-numbers-trigger.open {
  background-image: url("../img/blue-cross.svg");
  background-color: #eaeaea;
  background-size: 20px;
}
.footer-popup-ctas .contact-numbers-trigger:hover {
  background-size: 25px;
}
.footer-popup-ctas.no-booking-widget .footer-contact-numbers .contact-methods-wrapper {
  padding-bottom: 56px;
  bottom: 0px;
}
@media (min-width: 1100px) {
  .footer-popup-ctas .book-now-trigger {
    display: none;
  }
  .footer-popup-ctas .contact-numbers-trigger {
    bottom: 60px;
  }
  .footer-popup-ctas.no-booking-widget .contact-numbers-trigger {
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .footer-popup-ctas.duck .footer-booking-widget {
    transform: translate3d(0, 200%, 0);
  }
  .footer-popup-ctas.duck .contact-numbers-trigger {
    bottom: 10px;
  }
  .footer-popup-ctas.duck .footer-contact-numbers .contact-methods-wrapper {
    padding-bottom: 56px;
    bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .footer-popup-ctas .contact-numbers-trigger {
    bottom: 30px;
  }
}

.intro-section {
  margin: 0 auto;
  max-width: 700px;
  padding: 50px 0px;
  width: 100%;
}
.intro-section h1 {
  font-size: 44px;
}
@media (min-width: 960px) {
  .intro-section {
    transition: all 1000ms ease;
    text-align: center;
  }
  .intro-section h1 {
    font-size: 60px;
    margin: 0px auto 10px;
  }
  .intro-section p {
    margin: 20px auto;
  }
}

.amenities-section {
  background: #fafafa;
  padding-bottom: 30px;
}
.amenities-section h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.amenities-section .amenities {
  max-width: none;
}
.amenities-section .amenity {
  flex: 0 0 100px;
}
@media (min-width: 1024px) {
  .amenities-section h2 {
    font-size: 44px;
    margin-bottom: 60px;
  }
}

.our-locations-section {
  padding: 50px 0px;
  margin-bottom: 70px;
}
.our-locations-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.our-locations-section .text-content {
  margin-bottom: 50px;
}
.our-locations-section .location-tabs {
  padding: 0px 20px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-content: center;
  margin: 60px 0px;
  text-align: center;
}
.our-locations-section .location-tabs a {
  color: #486578;
  font-family: "Mohave-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.our-locations-section .location-tabs a .icon {
  display: block;
  width: 52px;
  height: 52px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.our-locations-section .location-tabs a.active {
  opacity: 1;
}
.our-locations-section .locations {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0px -20px;
}
.our-locations-section .location {
  position: relative;
}
.our-locations-section .location .inner-wrapper .media-switch {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  font-family: "Mohave-Bold", sans-serif;
  font-size: 13px;
  color: #fff;
  height: 30px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.our-locations-section .location .inner-wrapper .media-switch .view-on-map {
  background-image: url("../img/small-location-pin.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 10px 28px 10px 10px;
}
.our-locations-section .location .inner-wrapper .media-switch .show-gallery {
  display: none;
  padding: 10px;
}
.our-locations-section .location .inner-wrapper .media {
  padding-top: 75%;
  position: relative;
}
.our-locations-section .location .inner-wrapper .map,
.our-locations-section .location .inner-wrapper .img,
.our-locations-section .location .inner-wrapper .slider {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.our-locations-section .location .inner-wrapper .slider {
  /* .img {
    position: static;
    height: 100%;
  } */
}
.our-locations-section .location .inner-wrapper .slider .img-wrapper {
  padding-top: 75%;
  position: relative;
}
.our-locations-section .location .inner-wrapper .slider .glide__bullet {
  background-color: #fff;
}
.our-locations-section .location .inner-wrapper .slider .glide__bullets {
  margin: 0px;
  position: absolute;
  bottom: 20px;
}
.our-locations-section .location .inner-wrapper .info {
  padding: 25px 20px;
}
.our-locations-section .location .inner-wrapper .info .title {
  font-size: 28px;
  margin-bottom: 5px;
}
.our-locations-section .location .inner-wrapper .info .city {
  font-family: "Mohave-Bold", sans-serif;
  color: #b2bdc3;
  font-size: 15px;
}
.our-locations-section .location .inner-wrapper .info p {
  margin-top: 15px;
}
.our-locations-section .location .inner-wrapper .info .rate {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 15px;
  color: #b2bdc3;
  margin-top: 10px;
}
.our-locations-section .location .inner-wrapper .btn.contessa {
  background-color: #cc7683;
}
.our-locations-section .location .inner-wrapper.gallery .map {
  display: none;
}
.our-locations-section .location .inner-wrapper.gallery .media-switch .show-gallery {
  display: none;
}
.our-locations-section .location .inner-wrapper.gallery .media-switch .view-on-map {
  display: block;
}
.our-locations-section .location .inner-wrapper.map .img,
.our-locations-section .location .inner-wrapper.map .slider {
  display: none;
}
.our-locations-section .location .inner-wrapper.map .media-switch .show-gallery {
  display: block;
}
.our-locations-section .location .inner-wrapper.map .media-switch .view-on-map {
  display: none;
}
.our-locations-section.init .location {
  display: none;
}
.our-locations-section.init .location.active {
  display: block;
}
.our-locations-section.init .location.hide {
  display: none;
}
.our-locations-section .load-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.our-locations-section .load-more-wrapper .btn {
  width: 220px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .our-locations-section {
    padding: 70px 0px;
  }
  .our-locations-section h2 {
    font-size: 44px;
  }
  .our-locations-section .location-tabs {
    gap: 60px;
  }
  .our-locations-section .locations {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin: 0px;
  }
  .our-locations-section .location .inner-wrapper .info {
    padding: 25px 0px;
  }
  .our-locations-section .location .inner-wrapper .media-switch {
    display: none;
  }
  .our-locations-section .location .inner-wrapper:hover .media-switch {
    display: block;
  }
}

.faqs-cta-section {
  background: #A4B3BB;
  padding: 40px 20px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms ease;
}
.faqs-cta-section .inner-wrapper {
  display: flex;
  padding-right: 40px;
  background-image: url("../img/white-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0px auto;
  gap: 12px;
}
.faqs-cta-section .inner-wrapper .left {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 24px;
  text-align: right;
  color: #FFF;
  line-height: 1.3;
}
.faqs-cta-section .inner-wrapper .right {
  font-family: "Mohave-Bold", sans-serif;
  font-size: 64px;
  color: #FFF;
}
.faqs-cta-section:hover {
  background: rgba(178, 187, 192, 0.6);
}

body.rtl {
  /* flipped */
  /* flipped */
  /* flipped */
  /* .flex {
    display: flex;

    &.v-center {
      align-items: center;
    }
  } */
  /* flipped */
  /* flipped */
  /* flipped */
  /* flipped */
  /* flipped */
  /* flipped */
  /* flipped */
}
body.rtl .flatpickr-calendar {
  direction: rtl;
}
body.rtl .flatpickr-calendar .flatpickr-day {
  border-left: 1px solid #f0f0f0;
  border-right: 0px none;
}
body.rtl .flatpickr-calendar .flatpickr-day.prevMonthDay, body.rtl .flatpickr-calendar .flatpickr-day.nextMonthDay {
  border-right: 0px none;
}
body.rtl .flatpickr-day.today {
  border-right: 0px none;
}
body.rtl .flatpickr-day.flatpickr-disabled, body.rtl .flatpickr-day.flatpickr-disabled:hover {
  border-left: 1px solid #f0f0f0;
  border-right: 0px none;
}
body.rtl .flatpickr-months .flatpickr-next-month:after {
  transform: rotate(90deg);
}
body.rtl .flatpickr-months .flatpickr-prev-month:after {
  transform: rotate(-90deg);
}
body.rtl * {
  letter-spacing: 0px !important;
}
body.rtl body {
  font-family: "GE Dinar One Medium";
}
body.rtl .force-ltr {
  direction: ltr;
}
body.rtl .english {
  font-family: "Mohave-Bold", sans-serif;
}
body.rtl .english-ltr {
  font-family: "Mohave-Bold", sans-serif;
  direction: ltr;
}
body.rtl .ltr-inline-block {
  direction: ltr;
  display: inline-block;
}
body.rtl .english-ltr-inline-block {
  font-family: "Mohave-Bold", sans-serif;
  direction: ltr;
  display: inline-block;
}
body.rtl h1,
body.rtl .h1 {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl h2,
body.rtl .h2 {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl h3,
body.rtl .h3 {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl h4,
body.rtl .h4 {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl h5,
body.rtl .h5 {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl h6,
body.rtl .h6 {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .h7 {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .btn {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .header .menu-trigger {
  background-position: center left;
}
body.rtl .header .right-nav a {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .hero-slider-1 .slide .overlay .caption {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
  text-align: left;
}
@media (min-width: 1200px) {
  body.rtl .hero-slider-1 .thumbs-wrapper {
    left: auto;
    right: 0px;
  }
}
body.rtl .hero-slider-2 .slide .overlay .ctas .btn {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .hero-slider-2 .slide .overlay .ctas .play-btn {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .hero-slider-2 .slide .overlay .ctas.single-cta .play-btn {
  padding-left: 25px;
  padding-right: 0px;
}
@media (min-width: 1200px) {
  body.rtl .hero-slider-2 .slide .overlay .ctas {
    margin-left: 0px;
    margin-right: 25px;
  }
  body.rtl .hero-slider-2 .slide .overlay .ctas.single-cta {
    margin-left: 10px;
    margin-right: 25px;
  }
  body.rtl .hero-slider-2 .thumbs {
    left: 0px;
    right: auto;
    margin-right: 0px;
    margin-left: 15px;
  }
}
body.rtl .hero-banner .logo {
  right: 40px;
  left: auto;
}
@media (min-width: 1024px) {
  body.rtl .hero-banner .overlay {
    padding-left: 0px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  body.rtl .hero-banner .overlay {
    padding-left: 0px;
    padding-right: 50px;
  }
}
body.rtl .amenities-section .list-with-icons > div .icon {
  background-position: right top;
  margin-right: 0px;
  margin-left: 10px;
}
body.rtl .amenities-section .list-with-icons > div .text {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .amenities-section .amenity .title {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .booking-widget {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .booking-widget .expo-widget p {
  font-family: "Conv_GESSTwoMedium-Medium", sans-serif;
}
body.rtl .booking-widget .action-btn {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .booking-widget input[type=text] {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .booking-widget .dropdown-field .trigger {
  padding-left: 40px;
  padding-right: 20px;
}
body.rtl .booking-widget .dropdown-field .trigger:after {
  background-position: right center;
  left: 20px;
  right: auto;
}
body.rtl .booking-widget .options-list > div {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .booking-widget .code-dropdown .trigger span.note-wrapper .clear {
  padding-right: 20px;
  padding-left: 0px;
}
body.rtl .booking-widget .code-dropdown .content:before {
  margin-left: 0px;
  margin-right: 40px;
}
body.rtl .booking-widget .code-dropdown .content .options-list .code .info {
  padding-right: 0px;
  padding-left: 30px;
}
body.rtl .booking-widget .code-dropdown .content .options-list .code .info .description {
  font-family: "GE Dinar One Medium";
}
body.rtl .booking-widget .code-field-wrapper .reset-code {
  background-position: left 20px center;
  right: auto;
  left: 0px;
}
body.rtl .booking-widget .date-range-picker-wrapper .note {
  text-align: right;
}
body.rtl .footer-booking-widget .head-wrapper {
  padding-left: 0px;
  padding-right: 20px;
}
body.rtl .footer-booking-widget .head-wrapper .close-booking-widget {
  background-position: left 20px center;
}
@media (min-width: 1100px) {
  body.rtl .footer-booking-widget .input-field {
    border-left: 1px solid #5c7585;
    border-right: 0px none;
  }
  body.rtl .footer-booking-widget .dropdown-field .content {
    right: -1px;
    left: 0px;
  }
  body.rtl .footer-booking-widget .code-dropdown .content {
    left: 0px;
    right: auto;
  }
  body.rtl .footer-booking-widget .code-dropdown .content:after {
    margin-right: auto;
    margin-left: 40px;
  }
}
body.rtl .text-content ul li:before {
  left: auto;
  right: -20px;
}
body.rtl .text-content ul,
body.rtl .text-content ol {
  padding-left: 0px;
  margin-right: 20px;
}
body.rtl .text-content ul li,
body.rtl .text-content ol li {
  padding-left: 0px;
  padding-right: 5px;
}
body.rtl .text-content blockquote:before {
  right: 20px;
  left: auto;
}
body.rtl .text-content blockquote:after {
  right: auto;
  left: 40px;
}
body.rtl .text-content .img-slider .slider .glide__arrow.glide__arrow--right {
  transform: rotate(90deg);
}
body.rtl .text-content .img-slider .slider .glide__arrow.glide__arrow--left {
  transform: rotate(-90deg);
}
@media (min-width: 900px) {
  body.rtl .text-content .img-slider .slider .glide__arrow.glide__arrow--left {
    left: auto;
    right: -76px;
  }
  body.rtl .text-content .img-slider .slider .glide__arrow.glide__arrow--right {
    right: auto;
    left: -76px;
  }
}
body.rtl .footer-contact-numbers .method a,
body.rtl .contact-section .method a {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
  direction: ltr;
}
body.rtl .footer-contact-numbers .method.phone a,
body.rtl .contact-section .method.phone a {
  direction: ltr;
}
body.rtl .footer-contact-numbers .method.email a,
body.rtl .contact-section .method.email a {
  direction: ltr;
  font-family: "Mohave-Bold", sans-serif;
}
@media (min-width: 1024px) {
  body.rtl .footer-contact-numbers .contact-methods .method,
body.rtl .contact-section .contact-methods .method {
    border-left: solid 1px #eaeaea;
    border-right: 0px none;
  }
  body.rtl .footer-contact-numbers .contact-methods .method:nth-last-child(2),
body.rtl .contact-section .contact-methods .method:nth-last-child(2) {
    border-left: 0px none;
  }
  body.rtl .footer-contact-numbers .contact-methods .method:last-child,
body.rtl .contact-section .contact-methods .method:last-child {
    border-left: 0px none;
  }
}
@media (min-width: 1200px) {
  body.rtl .footer-contact-numbers .contact-methods .method:nth-last-child(2),
body.rtl .contact-section .contact-methods .method:nth-last-child(2) {
    border-left: solid 1px #eaeaea;
    border-right: 0px none;
  }
  body.rtl .footer-contact-numbers .contact-methods .method:last-child,
body.rtl .contact-section .contact-methods .method:last-child {
    border-left: 0px none;
  }
}
body.rtl .newsletter-form input[type=email] {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .newsletter-form div.grc p.error {
  font-family: "Conv_GESSTwoMedium-Medium", sans-serif;
}
body.rtl .newsletter-form div.grc p.success {
  font-family: "Conv_GESSTwoMedium-Medium", sans-serif;
}
body.rtl .newsletter-form .btn.yellow {
  font-size: 16px;
}
body.rtl .address-section p {
  font-family: "Conv_GESSTwoMedium-Medium", sans-serif;
}
body.rtl .copyrights .website {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .copyrights .rights-reserved {
  font-family: "GE Dinar One Medium";
}
@media (min-width: 1024px) {
  body.rtl .bottom-row .footer-left-nav {
    text-align: right;
  }
  body.rtl .bottom-row .footer-right-nav {
    text-align: left;
  }
}
body.rtl .footer-popup-ctas .book-now-trigger {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .footer-popup-ctas .contact-numbers-trigger {
  margin-right: auto;
  margin-left: 0px;
  left: 20px;
  right: auto;
}
body.rtl .our-locations-section .location-tabs a {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .our-locations-section .location .inner-wrapper .media-switch {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .our-locations-section .location .inner-wrapper .info .city {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .our-locations-section .location .inner-wrapper .info .rate {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .faqs-cta-section .inner-wrapper {
  flex-direction: column;
  background-position: center left;
  padding-right: 0px;
  padding-left: 40px;
  background-image: url("../img/white-arrow-left.svg");
}
body.rtl .faqs-cta-section .inner-wrapper .left {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
body.rtl .faqs-cta-section .inner-wrapper .right {
  font-family: "Conv_GE_SS_Two_Bold", sans-serif;
}
@media (min-width: 960px) {
  body.rtl .faqs-cta-section .inner-wrapper {
    flex-direction: row;
  }
}
