/* ../../shared/node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property:
    transform,
    visibility,
    opacity;
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: currentColor;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: currentColor;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: currentColor;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: currentColor;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* ../../shared/node_modules/flatpickr/dist/flatpickr.min.css */
.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, .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, .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(.23, 1, .32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .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, .9);
  fill: rgba(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 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, .9);
  fill: rgba(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 {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.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 .1s;
  transition: fill .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, .15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, .1);
}
.numInputWrapper span:active {
  background: rgba(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, .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, .6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, .5);
}
.numInputWrapper:hover {
  background: rgba(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(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, .05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\fffd;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, .9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(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 .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: baseline;
  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, .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 .5ch;
  position: relative;
  vertical-align: baseline;
  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, .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 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(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 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(0, 0, 0);
  transform: translate3d(0, 0, 0);
  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, .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, .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, .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 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);
  }
}

/* app/frontend/front/platforma-template/css/bootstrap-grid.min.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  order: 12;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}

/* app/frontend/front/platforma-template/css/main.scss */
@font-face {
  font-family: Euclid-Bold;
  src: url("/assets/EuclidFlex-Bold-OBQSLUT7-9d1efaea.woff");
}
@font-face {
  font-family: Euclid-BoldItalic;
  src: url("/assets/EuclidFlex-BoldItalic-4SANTCJC-5a7b565c.woff");
}
@font-face {
  font-family: Euclid-Light;
  src: url("/assets/EuclidFlex-Light-KBIDAP7R-542bb48b.woff");
}
@font-face {
  font-family: Euclid-LightItalic;
  src: url("/assets/EuclidFlex-LightItalic-2OVY3SAR-93371db0.woff");
}
@font-face {
  font-family: Euclid-Medium;
  src: url("/assets/EuclidFlex-Medium-WK3YVZEB-7d7897aa.woff");
}
@font-face {
  font-family: Euclid-MediumItalic;
  src: url("/assets/EuclidFlex-MediumItalic-XLOXYVZW-ec629ac6.woff");
}
@font-face {
  font-family: Euclid-Regular;
  src: url("/assets/EuclidFlex-Regular-3PSRWMS2-b5714b75.woff");
}
@font-face {
  font-family: Euclid-RegularItalic;
  src: url("/assets/EuclidFlex-RegularItalic-4SFXHBXO-42552f56.woff");
}
@font-face {
  font-family: Euclid-Ultralight;
  src: url("/assets/EuclidFlex-Ultralight-7UDWWWNU-9ef4e917.woff");
}
@font-face {
  font-family: Euclid-Ultralightitalic;
  src: url("/assets/EuclidFlex-UltralightItalic-KTKSSGWS-44a13c0e.woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/roboto-v19-latin-regular-H7HL666D-87bca522.eot");
  src:
    local("Roboto"),
    local("Roboto-Regular"),
    url("/assets/roboto-v19-latin-regular-H7HL666D-87bca522.eot?#iefix") format("embedded-opentype"),
    url("/assets/roboto-v19-latin-regular-DYWU2ORH-09c726af.woff2") format("woff2"),
    url("/assets/roboto-v19-latin-regular-PZFAIW4T-f58202b4.woff") format("woff"),
    url("/assets/roboto-v19-latin-regular-MG6VUEY3-095d2556.ttf") format("truetype"),
    url("/assets/roboto-v19-latin-regular-427NNLSG-18aaca91.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/roboto-v19-latin-700-637WQSGB-81748e18.eot");
  src:
    local("Roboto Bold"),
    local("Roboto-Bold"),
    url("/assets/roboto-v19-latin-700-637WQSGB-81748e18.eot?#iefix") format("embedded-opentype"),
    url("/assets/roboto-v19-latin-700-CKETX7AH-40b6c0b5.woff2") format("woff2"),
    url("/assets/roboto-v19-latin-700-AJRTAAYS-5f34f612.woff") format("woff"),
    url("/assets/roboto-v19-latin-700-I4VX6NAF-5da594ad.ttf") format("truetype"),
    url("/assets/roboto-v19-latin-700-MN46F3SO-4abf55f1.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/roboto-v19-latin-900-Z4F6MLM7-3bb23979.eot");
  src:
    local("Roboto Black"),
    local("Roboto-Black"),
    url("/assets/roboto-v19-latin-900-Z4F6MLM7-3bb23979.eot?#iefix") format("embedded-opentype"),
    url("/assets/roboto-v19-latin-900-FAV2O762-8bcb4741.woff2") format("woff2"),
    url("/assets/roboto-v19-latin-900-JFROQEGL-4313a6d2.woff") format("woff"),
    url("/assets/roboto-v19-latin-900-YU4MN7XO-9b1b57de.ttf") format("truetype"),
    url("/assets/roboto-v19-latin-900-IRLRYFDX-04ead268.svg#Roboto") format("svg");
}
body > .main > section {
  border-bottom: 1px solid #28c6c7;
}
a {
  color: #35404e;
  text-decoration: none;
}
a:hover {
  color: #28c6c7;
}
a:hover img {
  opacity: .8;
}
a.arrow {
  display: inline-block;
  padding-right: 20px;
}
a.arrow::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1px solid #297fca;
  border-right: 1px solid #297fca;
}
a.arrow-top::after {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
a.rounded-arrow {
  padding-right: 56px;
  display: inline-block;
}
.image {
  background: #e4f1fd;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  width: 100%;
}
.image.userpic-xl {
  background-image: url("/assets/user-157-VIHVG35Z-aca5af00.svg");
  background-size: 157px 152px;
}
.image.userpic-lg {
  background-image: url("/assets/user-112-UN4OL4OI-4014e04a.svg");
  background-size: 112px 109px;
}
.image.userpic-md {
  background-image: url("/assets/user-112-UN4OL4OI-4014e04a.svg");
  background-size: 87px 85px;
}
.image.userpic-sm {
  background-image: url("/assets/user-112-UN4OL4OI-4014e04a.svg");
  background-size: 61px 60px;
}
.image.userpic-xs {
  background-image: url("/assets/user-112-UN4OL4OI-4014e04a.svg");
  background-size: 36px 36px;
}
.image.pic-xl {
  background-image: url("/assets/pic-202-N2HZL43A-13507b9e.svg");
  background-size: 202px 140px;
}
.image.pic-lg {
  background-image: url("/assets/pic-140-UA6YQI3Y-3b9704ce.svg");
  background-size: 140px 98px;
}
.image.pic-md {
  background-image: url("/assets/pic-100-F4XKAWWK-8f78c985.svg");
  background-size: 100px 69px;
}
.image.pic-sm {
  background-image: url("/assets/pic-70-HX6XIGYG-24a4a55b.svg");
  background-size: 70px 48px;
}
.video,
.video-sm,
.video-circle {
  position: relative;
  cursor: pointer;
}
.video::after,
.video-sm::after,
.video-circle::after {
  content: "";
  position: absolute;
  -webkit-transition: .3 ease all;
  transition: .3 ease all;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.video::after {
  width: 57px;
  height: 90px;
  background-image: url("/assets/video-E7FKYDYQ-604b4faa.svg");
  background-size: 57px 90px;
}
.video-sm::after {
  width: 42px;
  height: 61px;
  background-image: url("/assets/video-sm-HLXWQZA6-f828d839.svg");
  background-size: 42px 61px;
}
.video-circle::after {
  width: 150px;
  height: 150px;
  background-image: url("/assets/video-circle-GEYX2GLR-0387fd15.svg");
  background-size: 150px 150px;
}
.video:hover::after,
.video-sm:hover::after,
.video-circle:hover::after {
  opacity: .8;
}
.card {
  border: 2px solid #8ee1e2;
  background: #fff;
  border-radius: 4px;
  min-height: 100%;
}
.panel {
  border-radius: 4px;
  background: #e4f1fd;
}
.ratio-1-1,
.ratio-2-1,
.ratio-4-3,
.ratio-sm-1-1 {
  position: relative;
  min-height: calc(100vw - 30px);
}
@media (min-width: 576px) {
  .ratio-1-1,
  .ratio-2-1,
  .ratio-4-3,
  .ratio-sm-1-1 {
    min-height: 0;
  }
  .ratio-1-1::after,
  .ratio-2-1::after,
  .ratio-4-3::after,
  .ratio-sm-1-1::after {
    content: "";
    display: block;
  }
}
.ratio-1-1 > div,
.ratio-2-1 > div,
.ratio-4-3 > div,
.ratio-sm-1-1 > div {
  min-height: calc(100vw - 30px);
}
@media (min-width: 576px) {
  .ratio-1-1 > div,
  .ratio-2-1 > div,
  .ratio-4-3 > div,
  .ratio-sm-1-1 > div {
    min-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 576px) {
  .ratio-1-1::after {
    padding-bottom: 100%;
  }
}
@media (min-width: 576px) {
  .ratio-2-1::after {
    padding-bottom: 100%;
  }
}
@media (min-width: 576px) {
  .ratio-2-1::after {
    padding-bottom: calc(50% - 15px);
  }
}
.ratio-4-3::after {
  padding-bottom: 75%;
}
@media (min-width: 992px) {
  .ratio-lg-2-1::after {
    padding-bottom: calc(50% - 15px);
  }
}
.slider {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.slider.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.slider-item {
  float: left;
  width: 100%;
}
.slider-item {
  padding-left: 15px;
  padding-right: 15px;
}
.with-overlay__content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  background: #e4f1fd;
  margin: 0;
  border-radius: 4px;
}
.with-overlay:hover .with-overlay__content {
  opacity: 1;
}
.socials,
.socials-lg {
  font-size: 0;
  margin: 0 -12px;
}
.socials img,
.socials-lg img {
  margin: 0 12px;
  vertical-align: middle;
}
.socials-lg img {
  margin: 0 12px;
}
@media (min-width: 992px) {
  .socials-lg img {
    margin: 0 24px;
  }
}
.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  width: 17px;
  height: 32px;
  background: none;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  .flickity-prev-next-button,
  .flickity-prev-next-button:hover {
    display: block;
  }
}
.flickity-prev-next-button svg,
.flickity-prev-next-button:hover svg {
  display: none;
}
.flickity-prev-next-button.previous,
.flickity-prev-next-button:hover.previous {
  background-image: url("/assets/arrow-left-ADI24USB-1390e40e.svg");
  left: -80px;
}
.flickity-prev-next-button.next,
.flickity-prev-next-button:hover.next {
  background-image: url("/assets/arrow-right-ADDKGCZ6-e22418a0.svg");
  right: -80px;
}
.slider-slim .flickity-prev-next-button.previous {
  left: -50px;
}
.slider-slim .flickity-prev-next-button.next {
  right: -50px;
}
.slider-rounded-buttons .flickity-prev-next-button {
  border: 2px solid #28c6c7;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  background-size: 6px 11px;
}
.slider-rounded-buttons .flickity-prev-next-button.previous {
  background-image: url("/assets/arrow-xs-left-SRL4K4Y7-5fde1d83.svg");
}
.slider-rounded-buttons .flickity-prev-next-button.next {
  background-image: url("/assets/arrow-xs-right-3GXSPQ76-4ed6eae2.svg");
}
.flickity-page-dots {
  line-height: 6px;
  z-index: 1;
  bottom: -33px;
  padding: 0 7px;
  text-align: inherit;
}
@media (min-width: 992px) {
  .flickity-page-dots {
    bottom: -53px;
  }
}
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #e4f1fd;
  opacity: 1;
  display: inline-block;
}
.flickity-page-dots .dot::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  margin: -12px;
}
.flickity-page-dots .dot.is-selected {
  -webkit-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
  background: #28c6c7;
}
.slider-stick-dots .flickity-page-dots {
  bottom: -33px;
}
.slider-inner-dots .dot {
  background: #9fd0fb;
}
.slider-inner-dots .flickity-page-dots {
  bottom: 33px;
}
.icon {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  vertical-align: middle;
}
.icon-resize {
  background-image: url("/assets/resize-XX5VCPFX-ccebcbaa.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.icon-plane,
.icon-plane-light {
  width: 16px;
  height: 17px;
  position: absolute;
  left: 20px;
  top: 22px;
}
.icon-plane {
  background-image: url("/assets/paperplane-ESYDPI7I-a4a3ff82.svg");
}
.icon-plane-light {
  background-image: url("/assets/paperplane-light-6M3H566Y-96fb8a70.svg");
}
.icon-facebook {
  background-image: url("/assets/facebook-white-M73OWLC6-315ac0cf.svg");
  width: 10px;
  height: 18px;
  display: inline-block;
  top: -1px;
}
.icon-twitter {
  background-image: url("/assets/twitter-white-WU5X7QDK-230f77ce.svg");
  width: 17px;
  height: 14px;
  display: inline-block;
  top: -2px;
}
.icon-pin {
  background-image: url("/assets/pin-JEVB7TJ7-5a1e7bbe.svg");
  width: 11px;
  height: 18px;
  display: inline-block;
  top: -2px;
}
.icon-pin-stroke {
  background-image: url("/assets/pin-stroke-ZECUGO5D-6eb639fc.svg");
  width: 11px;
  height: 17px;
  display: inline-block;
  top: -2px;
}
.icon-star {
  background-image: url("/assets/star-JXMNZU5C-6fa20d8c.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  top: -2px;
}
.icon-circle-arrow {
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 2px solid #28c6c7;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.icon-circle-arrow::after {
  content: "";
  background: url("/assets/arrow-xs-right-3GXSPQ76-4ed6eae2.svg") center no-repeat;
  width: 6px;
  height: 11px;
  display: inline-block;
  margin-left: 2px;
}
.icon-arrow-right {
  display: inline-block;
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  right: 20px;
  top: 16px;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1px solid #297fca;
  border-right: 1px solid #297fca;
}
.glyphicon + span,
.icon + span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  opacity: .8;
  margin: 0 0 10px 0;
}
html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #35404e;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}
h1 h2 h3 h4 h5 h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euclid-Regular !important;
}
hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #35404e;
  margin: 0;
}
img {
  display: inline-block;
  vertical-align: middle;
}
.bg-light {
  background-color: #e4f1fd;
}
.bg-accent {
  background-color: #3fa2f7;
}
.bg-white {
  background-color: #fff;
}
.text-accent {
  color: #297fca;
}
.text-light {
  color: #e4f1fd;
}
.text-white {
  color: #fff;
}
.text-capitalize {
  text-transform: capitalize;
}
.icon-20 {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  top: -2px;
}
.icon-20 img {
  display: inline-block;
  height: 100%;
}
.icon-20 + span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.b-300 {
  font-weight: 300;
}
.b-400 {
  font-weight: 400;
}
.b-500 {
  font-weight: 500;
}
.m-auto {
  margin: 0 auto;
}
.mt--60 {
  margin-top: -60px;
}
@media (min-width: 576px) {
  .mt-sm--60 {
    margin-top: -60px !important;
  }
}
@media (min-width: 768px) {
  .mt-md--60 {
    margin-top: -60px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg--60 {
    margin-top: -60px !important;
  }
}
.mb--60 {
  margin-bottom: -60px;
}
@media (min-width: 576px) {
  .mb-sm--60 {
    margin-bottom: -60px !important;
  }
}
@media (min-width: 768px) {
  .mb-md--60 {
    margin-bottom: -60px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg--60 {
    margin-bottom: -60px !important;
  }
}
.ml--60 {
  margin-left: -60px;
}
@media (min-width: 576px) {
  .ml-sm--60 {
    margin-left: -60px !important;
  }
}
@media (min-width: 768px) {
  .ml-md--60 {
    margin-left: -60px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg--60 {
    margin-left: -60px !important;
  }
}
.mr--60 {
  margin-right: -60px;
}
@media (min-width: 576px) {
  .mr-sm--60 {
    margin-right: -60px !important;
  }
}
@media (min-width: 768px) {
  .mr-md--60 {
    margin-right: -60px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg--60 {
    margin-right: -60px !important;
  }
}
.pb--60 {
  padding-bottom: -60px;
}
@media (min-width: 576px) {
  .pb-sm--60 {
    padding-bottom: -60px !important;
  }
}
@media (min-width: 768px) {
  .pb-md--60 {
    padding-bottom: -60px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg--60 {
    padding-bottom: -60px !important;
  }
}
.pt--60 {
  padding-top: -60px;
}
@media (min-width: 576px) {
  .pt-sm--60 {
    padding-top: -60px !important;
  }
}
@media (min-width: 768px) {
  .pt-md--60 {
    padding-top: -60px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg--60 {
    padding-top: -60px !important;
  }
}
.pl--60 {
  padding-left: -60px;
}
@media (min-width: 576px) {
  .pl-sm--60 {
    padding-left: -60px !important;
  }
}
@media (min-width: 768px) {
  .pl-md--60 {
    padding-left: -60px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg--60 {
    padding-left: -60px !important;
  }
}
.pr--60 {
  padding-right: -60px;
}
@media (min-width: 576px) {
  .pr-sm--60 {
    padding-right: -60px !important;
  }
}
@media (min-width: 768px) {
  .pr-md--60 {
    padding-right: -60px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg--60 {
    padding-right: -60px !important;
  }
}
.mt--50 {
  margin-top: -50px;
}
@media (min-width: 576px) {
  .mt-sm--50 {
    margin-top: -50px !important;
  }
}
@media (min-width: 768px) {
  .mt-md--50 {
    margin-top: -50px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg--50 {
    margin-top: -50px !important;
  }
}
.mb--50 {
  margin-bottom: -50px;
}
@media (min-width: 576px) {
  .mb-sm--50 {
    margin-bottom: -50px !important;
  }
}
@media (min-width: 768px) {
  .mb-md--50 {
    margin-bottom: -50px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg--50 {
    margin-bottom: -50px !important;
  }
}
.ml--50 {
  margin-left: -50px;
}
@media (min-width: 576px) {
  .ml-sm--50 {
    margin-left: -50px !important;
  }
}
@media (min-width: 768px) {
  .ml-md--50 {
    margin-left: -50px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg--50 {
    margin-left: -50px !important;
  }
}
.mr--50 {
  margin-right: -50px;
}
@media (min-width: 576px) {
  .mr-sm--50 {
    margin-right: -50px !important;
  }
}
@media (min-width: 768px) {
  .mr-md--50 {
    margin-right: -50px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg--50 {
    margin-right: -50px !important;
  }
}
.pb--50 {
  padding-bottom: -50px;
}
@media (min-width: 576px) {
  .pb-sm--50 {
    padding-bottom: -50px !important;
  }
}
@media (min-width: 768px) {
  .pb-md--50 {
    padding-bottom: -50px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg--50 {
    padding-bottom: -50px !important;
  }
}
.pt--50 {
  padding-top: -50px;
}
@media (min-width: 576px) {
  .pt-sm--50 {
    padding-top: -50px !important;
  }
}
@media (min-width: 768px) {
  .pt-md--50 {
    padding-top: -50px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg--50 {
    padding-top: -50px !important;
  }
}
.pl--50 {
  padding-left: -50px;
}
@media (min-width: 576px) {
  .pl-sm--50 {
    padding-left: -50px !important;
  }
}
@media (min-width: 768px) {
  .pl-md--50 {
    padding-left: -50px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg--50 {
    padding-left: -50px !important;
  }
}
.pr--50 {
  padding-right: -50px;
}
@media (min-width: 576px) {
  .pr-sm--50 {
    padding-right: -50px !important;
  }
}
@media (min-width: 768px) {
  .pr-md--50 {
    padding-right: -50px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg--50 {
    padding-right: -50px !important;
  }
}
.mt--40 {
  margin-top: -40px;
}
@media (min-width: 576px) {
  .mt-sm--40 {
    margin-top: -40px !important;
  }
}
@media (min-width: 768px) {
  .mt-md--40 {
    margin-top: -40px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg--40 {
    margin-top: -40px !important;
  }
}
.mb--40 {
  margin-bottom: -40px;
}
@media (min-width: 576px) {
  .mb-sm--40 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 768px) {
  .mb-md--40 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg--40 {
    margin-bottom: -40px !important;
  }
}
.ml--40 {
  margin-left: -40px;
}
@media (min-width: 576px) {
  .ml-sm--40 {
    margin-left: -40px !important;
  }
}
@media (min-width: 768px) {
  .ml-md--40 {
    margin-left: -40px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg--40 {
    margin-left: -40px !important;
  }
}
.mr--40 {
  margin-right: -40px;
}
@media (min-width: 576px) {
  .mr-sm--40 {
    margin-right: -40px !important;
  }
}
@media (min-width: 768px) {
  .mr-md--40 {
    margin-right: -40px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg--40 {
    margin-right: -40px !important;
  }
}
.pb--40 {
  padding-bottom: -40px;
}
@media (min-width: 576px) {
  .pb-sm--40 {
    padding-bottom: -40px !important;
  }
}
@media (min-width: 768px) {
  .pb-md--40 {
    padding-bottom: -40px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg--40 {
    padding-bottom: -40px !important;
  }
}
.pt--40 {
  padding-top: -40px;
}
@media (min-width: 576px) {
  .pt-sm--40 {
    padding-top: -40px !important;
  }
}
@media (min-width: 768px) {
  .pt-md--40 {
    padding-top: -40px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg--40 {
    padding-top: -40px !important;
  }
}
.pl--40 {
  padding-left: -40px;
}
@media (min-width: 576px) {
  .pl-sm--40 {
    padding-left: -40px !important;
  }
}
@media (min-width: 768px) {
  .pl-md--40 {
    padding-left: -40px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg--40 {
    padding-left: -40px !important;
  }
}
.pr--40 {
  padding-right: -40px;
}
@media (min-width: 576px) {
  .pr-sm--40 {
    padding-right: -40px !important;
  }
}
@media (min-width: 768px) {
  .pr-md--40 {
    padding-right: -40px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg--40 {
    padding-right: -40px !important;
  }
}
.mt--30 {
  margin-top: -30px;
}
@media (min-width: 576px) {
  .mt-sm--30 {
    margin-top: -30px !important;
  }
}
@media (min-width: 768px) {
  .mt-md--30 {
    margin-top: -30px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg--30 {
    margin-top: -30px !important;
  }
}
.mb--30 {
  margin-bottom: -30px;
}
@media (min-width: 576px) {
  .mb-sm--30 {
    margin-bottom: -30px !important;
  }
}
@media (min-width: 768px) {
  .mb-md--30 {
    margin-bottom: -30px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg--30 {
    margin-bottom: -30px !important;
  }
}
.ml--30 {
  margin-left: -30px;
}
@media (min-width: 576px) {
  .ml-sm--30 {
    margin-left: -30px !important;
  }
}
@media (min-width: 768px) {
  .ml-md--30 {
    margin-left: -30px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg--30 {
    margin-left: -30px !important;
  }
}
.mr--30 {
  margin-right: -30px;
}
@media (min-width: 576px) {
  .mr-sm--30 {
    margin-right: -30px !important;
  }
}
@media (min-width: 768px) {
  .mr-md--30 {
    margin-right: -30px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg--30 {
    margin-right: -30px !important;
  }
}
.pb--30 {
  padding-bottom: -30px;
}
@media (min-width: 576px) {
  .pb-sm--30 {
    padding-bottom: -30px !important;
  }
}
@media (min-width: 768px) {
  .pb-md--30 {
    padding-bottom: -30px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg--30 {
    padding-bottom: -30px !important;
  }
}
.pt--30 {
  padding-top: -30px;
}
@media (min-width: 576px) {
  .pt-sm--30 {
    padding-top: -30px !important;
  }
}
@media (min-width: 768px) {
  .pt-md--30 {
    padding-top: -30px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg--30 {
    padding-top: -30px !important;
  }
}
.pl--30 {
  padding-left: -30px;
}
@media (min-width: 576px) {
  .pl-sm--30 {
    padding-left: -30px !important;
  }
}
@media (min-width: 768px) {
  .pl-md--30 {
    padding-left: -30px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg--30 {
    padding-left: -30px !important;
  }
}
.pr--30 {
  padding-right: -30px;
}
@media (min-width: 576px) {
  .pr-sm--30 {
    padding-right: -30px !important;
  }
}
@media (min-width: 768px) {
  .pr-md--30 {
    padding-right: -30px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg--30 {
    padding-right: -30px !important;
  }
}
.mt--20 {
  margin-top: -20px;
}
@media (min-width: 576px) {
  .mt-sm--20 {
    margin-top: -20px !important;
  }
}
@media (min-width: 768px) {
  .mt-md--20 {
    margin-top: -20px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg--20 {
    margin-top: -20px !important;
  }
}
.mb--20 {
  margin-bottom: -20px;
}
@media (min-width: 576px) {
  .mb-sm--20 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 768px) {
  .mb-md--20 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg--20 {
    margin-bottom: -20px !important;
  }
}
.ml--20 {
  margin-left: -20px;
}
@media (min-width: 576px) {
  .ml-sm--20 {
    margin-left: -20px !important;
  }
}
@media (min-width: 768px) {
  .ml-md--20 {
    margin-left: -20px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg--20 {
    margin-left: -20px !important;
  }
}
.mr--20 {
  margin-right: -20px;
}
@media (min-width: 576px) {
  .mr-sm--20 {
    margin-right: -20px !important;
  }
}
@media (min-width: 768px) {
  .mr-md--20 {
    margin-right: -20px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg--20 {
    margin-right: -20px !important;
  }
}
.pb--20 {
  padding-bottom: -20px;
}
@media (min-width: 576px) {
  .pb-sm--20 {
    padding-bottom: -20px !important;
  }
}
@media (min-width: 768px) {
  .pb-md--20 {
    padding-bottom: -20px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg--20 {
    padding-bottom: -20px !important;
  }
}
.pt--20 {
  padding-top: -20px;
}
@media (min-width: 576px) {
  .pt-sm--20 {
    padding-top: -20px !important;
  }
}
@media (min-width: 768px) {
  .pt-md--20 {
    padding-top: -20px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg--20 {
    padding-top: -20px !important;
  }
}
.pl--20 {
  padding-left: -20px;
}
@media (min-width: 576px) {
  .pl-sm--20 {
    padding-left: -20px !important;
  }
}
@media (min-width: 768px) {
  .pl-md--20 {
    padding-left: -20px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg--20 {
    padding-left: -20px !important;
  }
}
.pr--20 {
  padding-right: -20px;
}
@media (min-width: 576px) {
  .pr-sm--20 {
    padding-right: -20px !important;
  }
}
@media (min-width: 768px) {
  .pr-md--20 {
    padding-right: -20px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg--20 {
    padding-right: -20px !important;
  }
}
.mt--15 {
  margin-top: -15px;
}
@media (min-width: 576px) {
  .mt-sm--15 {
    margin-top: -15px !important;
  }
}
@media (min-width: 768px) {
  .mt-md--15 {
    margin-top: -15px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg--15 {
    margin-top: -15px !important;
  }
}
.mb--15 {
  margin-bottom: -15px;
}
@media (min-width: 576px) {
  .mb-sm--15 {
    margin-bottom: -15px !important;
  }
}
@media (min-width: 768px) {
  .mb-md--15 {
    margin-bottom: -15px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg--15 {
    margin-bottom: -15px !important;
  }
}
.ml--15 {
  margin-left: -15px;
}
@media (min-width: 576px) {
  .ml-sm--15 {
    margin-left: -15px !important;
  }
}
@media (min-width: 768px) {
  .ml-md--15 {
    margin-left: -15px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg--15 {
    margin-left: -15px !important;
  }
}
.mr--15 {
  margin-right: -15px;
}
@media (min-width: 576px) {
  .mr-sm--15 {
    margin-right: -15px !important;
  }
}
@media (min-width: 768px) {
  .mr-md--15 {
    margin-right: -15px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg--15 {
    margin-right: -15px !important;
  }
}
.pb--15 {
  padding-bottom: -15px;
}
@media (min-width: 576px) {
  .pb-sm--15 {
    padding-bottom: -15px !important;
  }
}
@media (min-width: 768px) {
  .pb-md--15 {
    padding-bottom: -15px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg--15 {
    padding-bottom: -15px !important;
  }
}
.pt--15 {
  padding-top: -15px;
}
@media (min-width: 576px) {
  .pt-sm--15 {
    padding-top: -15px !important;
  }
}
@media (min-width: 768px) {
  .pt-md--15 {
    padding-top: -15px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg--15 {
    padding-top: -15px !important;
  }
}
.pl--15 {
  padding-left: -15px;
}
@media (min-width: 576px) {
  .pl-sm--15 {
    padding-left: -15px !important;
  }
}
@media (min-width: 768px) {
  .pl-md--15 {
    padding-left: -15px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg--15 {
    padding-left: -15px !important;
  }
}
.pr--15 {
  padding-right: -15px;
}
@media (min-width: 576px) {
  .pr-sm--15 {
    padding-right: -15px !important;
  }
}
@media (min-width: 768px) {
  .pr-md--15 {
    padding-right: -15px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg--15 {
    padding-right: -15px !important;
  }
}
.mt--10 {
  margin-top: -10px;
}
@media (min-width: 576px) {
  .mt-sm--10 {
    margin-top: -10px !important;
  }
}
@media (min-width: 768px) {
  .mt-md--10 {
    margin-top: -10px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg--10 {
    margin-top: -10px !important;
  }
}
.mb--10 {
  margin-bottom: -10px;
}
@media (min-width: 576px) {
  .mb-sm--10 {
    margin-bottom: -10px !important;
  }
}
@media (min-width: 768px) {
  .mb-md--10 {
    margin-bottom: -10px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg--10 {
    margin-bottom: -10px !important;
  }
}
.ml--10 {
  margin-left: -10px;
}
@media (min-width: 576px) {
  .ml-sm--10 {
    margin-left: -10px !important;
  }
}
@media (min-width: 768px) {
  .ml-md--10 {
    margin-left: -10px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg--10 {
    margin-left: -10px !important;
  }
}
.mr--10 {
  margin-right: -10px;
}
@media (min-width: 576px) {
  .mr-sm--10 {
    margin-right: -10px !important;
  }
}
@media (min-width: 768px) {
  .mr-md--10 {
    margin-right: -10px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg--10 {
    margin-right: -10px !important;
  }
}
.pb--10 {
  padding-bottom: -10px;
}
@media (min-width: 576px) {
  .pb-sm--10 {
    padding-bottom: -10px !important;
  }
}
@media (min-width: 768px) {
  .pb-md--10 {
    padding-bottom: -10px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg--10 {
    padding-bottom: -10px !important;
  }
}
.pt--10 {
  padding-top: -10px;
}
@media (min-width: 576px) {
  .pt-sm--10 {
    padding-top: -10px !important;
  }
}
@media (min-width: 768px) {
  .pt-md--10 {
    padding-top: -10px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg--10 {
    padding-top: -10px !important;
  }
}
.pl--10 {
  padding-left: -10px;
}
@media (min-width: 576px) {
  .pl-sm--10 {
    padding-left: -10px !important;
  }
}
@media (min-width: 768px) {
  .pl-md--10 {
    padding-left: -10px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg--10 {
    padding-left: -10px !important;
  }
}
.pr--10 {
  padding-right: -10px;
}
@media (min-width: 576px) {
  .pr-sm--10 {
    padding-right: -10px !important;
  }
}
@media (min-width: 768px) {
  .pr-md--10 {
    padding-right: -10px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg--10 {
    padding-right: -10px !important;
  }
}
.mt--5 {
  margin-top: -5px;
}
@media (min-width: 576px) {
  .mt-sm--5 {
    margin-top: -5px !important;
  }
}
@media (min-width: 768px) {
  .mt-md--5 {
    margin-top: -5px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg--5 {
    margin-top: -5px !important;
  }
}
.mb--5 {
  margin-bottom: -5px;
}
@media (min-width: 576px) {
  .mb-sm--5 {
    margin-bottom: -5px !important;
  }
}
@media (min-width: 768px) {
  .mb-md--5 {
    margin-bottom: -5px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg--5 {
    margin-bottom: -5px !important;
  }
}
.ml--5 {
  margin-left: -5px;
}
@media (min-width: 576px) {
  .ml-sm--5 {
    margin-left: -5px !important;
  }
}
@media (min-width: 768px) {
  .ml-md--5 {
    margin-left: -5px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg--5 {
    margin-left: -5px !important;
  }
}
.mr--5 {
  margin-right: -5px;
}
@media (min-width: 576px) {
  .mr-sm--5 {
    margin-right: -5px !important;
  }
}
@media (min-width: 768px) {
  .mr-md--5 {
    margin-right: -5px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg--5 {
    margin-right: -5px !important;
  }
}
.pb--5 {
  padding-bottom: -5px;
}
@media (min-width: 576px) {
  .pb-sm--5 {
    padding-bottom: -5px !important;
  }
}
@media (min-width: 768px) {
  .pb-md--5 {
    padding-bottom: -5px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg--5 {
    padding-bottom: -5px !important;
  }
}
.pt--5 {
  padding-top: -5px;
}
@media (min-width: 576px) {
  .pt-sm--5 {
    padding-top: -5px !important;
  }
}
@media (min-width: 768px) {
  .pt-md--5 {
    padding-top: -5px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg--5 {
    padding-top: -5px !important;
  }
}
.pl--5 {
  padding-left: -5px;
}
@media (min-width: 576px) {
  .pl-sm--5 {
    padding-left: -5px !important;
  }
}
@media (min-width: 768px) {
  .pl-md--5 {
    padding-left: -5px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg--5 {
    padding-left: -5px !important;
  }
}
.pr--5 {
  padding-right: -5px;
}
@media (min-width: 576px) {
  .pr-sm--5 {
    padding-right: -5px !important;
  }
}
@media (min-width: 768px) {
  .pr-md--5 {
    padding-right: -5px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg--5 {
    padding-right: -5px !important;
  }
}
.p-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 576px) {
  .p-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.ph-0 {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 576px) {
  .ph-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .ph-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .ph-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mt-0 {
  margin-top: 0px;
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
}
.mb-0 {
  margin-bottom: 0px;
}
@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
}
.ml-0 {
  margin-left: 0px;
}
@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0px !important;
  }
}
.mr-0 {
  margin-right: 0px;
}
@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0px !important;
  }
}
.pb-0 {
  padding-bottom: 0px;
}
@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}
.pt-0 {
  padding-top: 0px;
}
@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0px !important;
  }
}
.pl-0 {
  padding-left: 0px;
}
@media (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0px !important;
  }
}
.pr-0 {
  padding-right: 0px;
}
@media (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0px !important;
  }
}
.p-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .p-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .p-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .p-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.ph-5 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 576px) {
  .ph-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .ph-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .ph-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.mt-5 {
  margin-top: 5px;
}
@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 5px !important;
  }
}
.mb-5 {
  margin-bottom: 5px !important;
}
@media (min-width: 576px) {
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
}
.ml-5 {
  margin-left: 5px;
}
@media (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 5px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-5 {
    margin-left: 5px !important;
  }
}
.mr-5 {
  margin-right: 5px;
}
@media (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-5 {
    margin-right: 5px !important;
  }
}
.pb-5 {
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
}
.pt-5 {
  padding-top: 5px;
}
@media (min-width: 576px) {
  .pt-sm-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-5 {
    padding-top: 5px !important;
  }
}
.pl-5 {
  padding-left: 5px;
}
@media (min-width: 576px) {
  .pl-sm-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-5 {
    padding-left: 5px !important;
  }
}
.pr-5 {
  padding-right: 5px;
}
@media (min-width: 576px) {
  .pr-sm-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-5 {
    padding-right: 5px !important;
  }
}
.p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .p-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .p-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .p-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 576px) {
  .ph-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .ph-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .ph-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mt-10 {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}
@media (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
}
.ml-10 {
  margin-left: 10px;
}
@media (min-width: 576px) {
  .ml-sm-10 {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-10 {
    margin-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-10 {
    margin-left: 10px !important;
  }
}
.mr-10 {
  margin-right: 10px;
}
@media (min-width: 576px) {
  .mr-sm-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-10 {
    margin-right: 10px !important;
  }
}
.pb-10 {
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}
.pt-10 {
  padding-top: 10px;
}
@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 10px !important;
  }
}
.pl-10 {
  padding-left: 10px;
}
@media (min-width: 576px) {
  .pl-sm-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-10 {
    padding-left: 10px !important;
  }
}
.pr-10 {
  padding-right: 10px;
}
@media (min-width: 576px) {
  .pr-sm-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-10 {
    padding-right: 10px !important;
  }
}
.p-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  .p-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .p-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .p-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.ph-15 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .ph-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .ph-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .ph-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mt-15 {
  margin-top: 15px;
}
@media (min-width: 576px) {
  .mt-sm-15 {
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }
}
.mb-15 {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
}
.ml-15 {
  margin-left: 15px;
}
@media (min-width: 576px) {
  .ml-sm-15 {
    margin-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-15 {
    margin-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-15 {
    margin-left: 15px !important;
  }
}
.mr-15 {
  margin-right: 15px;
}
@media (min-width: 576px) {
  .mr-sm-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-15 {
    margin-right: 15px !important;
  }
}
.pb-15 {
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
}
.pt-15 {
  padding-top: 15px;
}
@media (min-width: 576px) {
  .pt-sm-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-15 {
    padding-top: 15px !important;
  }
}
.pl-15 {
  padding-left: 15px;
}
@media (min-width: 576px) {
  .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
.pr-15 {
  padding-right: 15px;
}
@media (min-width: 576px) {
  .pr-sm-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .p-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .p-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .p-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .ph-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .ph-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .ph-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mt-20 {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .mt-sm-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
}
.mb-20 {
  margin-bottom: 20px !important;
}
@media (min-width: 576px) {
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
}
.ml-20 {
  margin-left: 20px;
}
@media (min-width: 576px) {
  .ml-sm-20 {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-20 {
    margin-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-20 {
    margin-left: 20px !important;
  }
}
.mr-20 {
  margin-right: 20px;
}
@media (min-width: 576px) {
  .mr-sm-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-20 {
    margin-right: 20px !important;
  }
}
.pb-20 {
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}
.pt-20 {
  padding-top: 20px;
}
@media (min-width: 576px) {
  .pt-sm-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px !important;
  }
}
.pl-20 {
  padding-left: 20px;
}
@media (min-width: 576px) {
  .pl-sm-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-20 {
    padding-left: 20px !important;
  }
}
.pr-20 {
  padding-right: 20px;
}
@media (min-width: 576px) {
  .pr-sm-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-20 {
    padding-right: 20px !important;
  }
}
.p-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 576px) {
  .p-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .p-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .p-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.ph-25 {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 576px) {
  .ph-sm-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .ph-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .ph-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mt-25 {
  margin-top: 25px;
}
@media (min-width: 576px) {
  .mt-sm-25 {
    margin-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-25 {
    margin-top: 25px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-25 {
    margin-top: 25px !important;
  }
}
.mb-25 {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
}
.ml-25 {
  margin-left: 25px;
}
@media (min-width: 576px) {
  .ml-sm-25 {
    margin-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-25 {
    margin-left: 25px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-25 {
    margin-left: 25px !important;
  }
}
.mr-25 {
  margin-right: 25px;
}
@media (min-width: 576px) {
  .mr-sm-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-25 {
    margin-right: 25px !important;
  }
}
.pb-25 {
  padding-bottom: 25px;
}
@media (min-width: 576px) {
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
}
.pt-25 {
  padding-top: 25px;
}
@media (min-width: 576px) {
  .pt-sm-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-25 {
    padding-top: 25px !important;
  }
}
.pl-25 {
  padding-left: 25px;
}
@media (min-width: 576px) {
  .pl-sm-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-25 {
    padding-left: 25px !important;
  }
}
.pr-25 {
  padding-right: 25px;
}
@media (min-width: 576px) {
  .pr-sm-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-25 {
    padding-right: 25px !important;
  }
}
.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .p-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .p-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .p-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ph-30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 576px) {
  .ph-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .ph-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .ph-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mt-30 {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
}
.ml-30 {
  margin-left: 30px;
}
@media (min-width: 576px) {
  .ml-sm-30 {
    margin-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-30 {
    margin-left: 30px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-30 {
    margin-left: 30px !important;
  }
}
.mr-30 {
  margin-right: 30px;
}
@media (min-width: 576px) {
  .mr-sm-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-30 {
    margin-right: 30px !important;
  }
}
.pb-30 {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}
.pt-30 {
  padding-top: 30px;
}
@media (min-width: 576px) {
  .pt-sm-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px !important;
  }
}
.pl-30 {
  padding-left: 30px;
}
@media (min-width: 576px) {
  .pl-sm-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-30 {
    padding-left: 30px !important;
  }
}
.pr-30 {
  padding-right: 30px;
}
@media (min-width: 576px) {
  .pr-sm-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-30 {
    padding-right: 30px !important;
  }
}
.p-40 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .p-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .p-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ph-40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 576px) {
  .ph-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .ph-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .ph-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mt-40 {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}
.ml-40 {
  margin-left: 40px;
}
@media (min-width: 576px) {
  .ml-sm-40 {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-40 {
    margin-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-40 {
    margin-left: 40px !important;
  }
}
.mr-40 {
  margin-right: 40px;
}
@media (min-width: 576px) {
  .mr-sm-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-40 {
    margin-right: 40px !important;
  }
}
.pb-40 {
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}
.pt-40 {
  padding-top: 40px;
}
@media (min-width: 576px) {
  .pt-sm-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
.pl-40 {
  padding-left: 40px;
}
@media (min-width: 576px) {
  .pl-sm-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-40 {
    padding-left: 40px !important;
  }
}
.pr-40 {
  padding-right: 40px;
}
@media (min-width: 576px) {
  .pr-sm-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-40 {
    padding-right: 40px !important;
  }
}
.p-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 576px) {
  .p-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .p-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .p-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.ph-45 {
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 576px) {
  .ph-sm-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 768px) {
  .ph-md-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 992px) {
  .ph-lg-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.mt-45 {
  margin-top: 45px;
}
@media (min-width: 576px) {
  .mt-sm-45 {
    margin-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-45 {
    margin-top: 45px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-45 {
    margin-top: 45px !important;
  }
}
.mb-45 {
  margin-bottom: 45px;
}
@media (min-width: 576px) {
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
}
.ml-45 {
  margin-left: 45px;
}
@media (min-width: 576px) {
  .ml-sm-45 {
    margin-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-45 {
    margin-left: 45px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-45 {
    margin-left: 45px !important;
  }
}
.mr-45 {
  margin-right: 45px;
}
@media (min-width: 576px) {
  .mr-sm-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-45 {
    margin-right: 45px !important;
  }
}
.pb-45 {
  padding-bottom: 45px;
}
@media (min-width: 576px) {
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
}
.pt-45 {
  padding-top: 45px;
}
@media (min-width: 576px) {
  .pt-sm-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-45 {
    padding-top: 45px !important;
  }
}
.pl-45 {
  padding-left: 45px;
}
@media (min-width: 576px) {
  .pl-sm-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-45 {
    padding-left: 45px !important;
  }
}
.pr-45 {
  padding-right: 45px;
}
@media (min-width: 576px) {
  .pr-sm-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-45 {
    padding-right: 45px !important;
  }
}
.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .p-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .p-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .p-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ph-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 576px) {
  .ph-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .ph-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .ph-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.mt-50 {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .mt-sm-50 {
    margin-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
}
.mb-50 {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
}
.ml-50 {
  margin-left: 50px;
}
@media (min-width: 576px) {
  .ml-sm-50 {
    margin-left: 50px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-50 {
    margin-left: 50px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-50 {
    margin-left: 50px !important;
  }
}
.mr-50 {
  margin-right: 50px;
}
@media (min-width: 576px) {
  .mr-sm-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-50 {
    margin-right: 50px !important;
  }
}
.pb-50 {
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}
.pt-50 {
  padding-top: 50px;
}
@media (min-width: 576px) {
  .pt-sm-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}
.pl-50 {
  padding-left: 50px;
}
@media (min-width: 576px) {
  .pl-sm-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
.pr-50 {
  padding-right: 50px;
}
@media (min-width: 576px) {
  .pr-sm-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-50 {
    padding-right: 50px !important;
  }
}
.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .p-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .p-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ph-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 576px) {
  .ph-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .ph-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .ph-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.mt-60 {
  margin-top: 60px;
}
@media (min-width: 576px) {
  .mt-sm-60 {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
}
.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
}
.ml-60 {
  margin-left: 60px;
}
@media (min-width: 576px) {
  .ml-sm-60 {
    margin-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-60 {
    margin-left: 60px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-60 {
    margin-left: 60px !important;
  }
}
.mr-60 {
  margin-right: 60px;
}
@media (min-width: 576px) {
  .mr-sm-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-60 {
    margin-right: 60px !important;
  }
}
.pb-60 {
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
}
.pt-60 {
  padding-top: 60px;
}
@media (min-width: 576px) {
  .pt-sm-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-60 {
    padding-top: 60px !important;
  }
}
.pl-60 {
  padding-left: 60px;
}
@media (min-width: 576px) {
  .pl-sm-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-60 {
    padding-left: 60px !important;
  }
}
.pr-60 {
  padding-right: 60px;
}
@media (min-width: 576px) {
  .pr-sm-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-60 {
    padding-right: 60px !important;
  }
}
.p-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 576px) {
  .p-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .p-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .p-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.ph-70 {
  padding-left: 70px;
  padding-right: 70px;
}
@media (min-width: 576px) {
  .ph-sm-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 768px) {
  .ph-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .ph-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.mt-70 {
  margin-top: 70px;
}
@media (min-width: 576px) {
  .mt-sm-70 {
    margin-top: 70px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
.mb-70 {
  margin-bottom: 70px;
}
@media (min-width: 576px) {
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
}
.ml-70 {
  margin-left: 70px;
}
@media (min-width: 576px) {
  .ml-sm-70 {
    margin-left: 70px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-70 {
    margin-left: 70px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-70 {
    margin-left: 70px !important;
  }
}
.mr-70 {
  margin-right: 70px;
}
@media (min-width: 576px) {
  .mr-sm-70 {
    margin-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-70 {
    margin-right: 70px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-70 {
    margin-right: 70px !important;
  }
}
.pb-70 {
  padding-bottom: 70px;
}
@media (min-width: 576px) {
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
}
.pt-70 {
  padding-top: 70px;
}
@media (min-width: 576px) {
  .pt-sm-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-70 {
    padding-top: 70px !important;
  }
}
.pl-70 {
  padding-left: 70px;
}
@media (min-width: 576px) {
  .pl-sm-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-70 {
    padding-left: 70px !important;
  }
}
.pr-70 {
  padding-right: 70px;
}
@media (min-width: 576px) {
  .pr-sm-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-70 {
    padding-right: 70px !important;
  }
}
.p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 576px) {
  .p-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .p-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .p-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ph-80 {
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 576px) {
  .ph-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .ph-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) {
  .ph-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.mt-80 {
  margin-top: 80px;
}
@media (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 576px) {
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
}
.ml-80 {
  margin-left: 80px;
}
@media (min-width: 576px) {
  .ml-sm-80 {
    margin-left: 80px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-80 {
    margin-left: 80px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-80 {
    margin-left: 80px !important;
  }
}
.mr-80 {
  margin-right: 80px;
}
@media (min-width: 576px) {
  .mr-sm-80 {
    margin-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-80 {
    margin-right: 80px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-80 {
    margin-right: 80px !important;
  }
}
.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 576px) {
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}
.pt-80 {
  padding-top: 80px;
}
@media (min-width: 576px) {
  .pt-sm-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px !important;
  }
}
.pl-80 {
  padding-left: 80px;
}
@media (min-width: 576px) {
  .pl-sm-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-80 {
    padding-left: 80px !important;
  }
}
.pr-80 {
  padding-right: 80px;
}
@media (min-width: 576px) {
  .pr-sm-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-80 {
    padding-right: 80px !important;
  }
}
.p-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (min-width: 576px) {
  .p-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (min-width: 768px) {
  .p-md-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (min-width: 992px) {
  .p-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
.ph-85 {
  padding-left: 85px;
  padding-right: 85px;
}
@media (min-width: 576px) {
  .ph-sm-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (min-width: 768px) {
  .ph-md-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (min-width: 992px) {
  .ph-lg-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
}
.mt-85 {
  margin-top: 85px;
}
@media (min-width: 576px) {
  .mt-sm-85 {
    margin-top: 85px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-85 {
    margin-top: 85px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-85 {
    margin-top: 85px !important;
  }
}
.mb-85 {
  margin-bottom: 85px;
}
@media (min-width: 576px) {
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
}
.ml-85 {
  margin-left: 85px;
}
@media (min-width: 576px) {
  .ml-sm-85 {
    margin-left: 85px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-85 {
    margin-left: 85px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-85 {
    margin-left: 85px !important;
  }
}
.mr-85 {
  margin-right: 85px;
}
@media (min-width: 576px) {
  .mr-sm-85 {
    margin-right: 85px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-85 {
    margin-right: 85px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-85 {
    margin-right: 85px !important;
  }
}
.pb-85 {
  padding-bottom: 85px;
}
@media (min-width: 576px) {
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
}
.pt-85 {
  padding-top: 85px;
}
@media (min-width: 576px) {
  .pt-sm-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-85 {
    padding-top: 85px !important;
  }
}
.pl-85 {
  padding-left: 85px;
}
@media (min-width: 576px) {
  .pl-sm-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-85 {
    padding-left: 85px !important;
  }
}
.pr-85 {
  padding-right: 85px;
}
@media (min-width: 576px) {
  .pr-sm-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-85 {
    padding-right: 85px !important;
  }
}
.p-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 576px) {
  .p-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .p-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .p-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.ph-90 {
  padding-left: 90px;
  padding-right: 90px;
}
@media (min-width: 576px) {
  .ph-sm-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 768px) {
  .ph-md-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 992px) {
  .ph-lg-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.mt-90 {
  margin-top: 90px;
}
@media (min-width: 576px) {
  .mt-sm-90 {
    margin-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px !important;
  }
}
.mb-90 {
  margin-bottom: 90px;
}
@media (min-width: 576px) {
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
}
.ml-90 {
  margin-left: 90px;
}
@media (min-width: 576px) {
  .ml-sm-90 {
    margin-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-90 {
    margin-left: 90px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-90 {
    margin-left: 90px !important;
  }
}
.mr-90 {
  margin-right: 90px;
}
@media (min-width: 576px) {
  .mr-sm-90 {
    margin-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-90 {
    margin-right: 90px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-90 {
    margin-right: 90px !important;
  }
}
.pb-90 {
  padding-bottom: 90px;
}
@media (min-width: 576px) {
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
.pt-90 {
  padding-top: 90px;
}
@media (min-width: 576px) {
  .pt-sm-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-90 {
    padding-top: 90px !important;
  }
}
.pl-90 {
  padding-left: 90px;
}
@media (min-width: 576px) {
  .pl-sm-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-90 {
    padding-left: 90px !important;
  }
}
.pr-90 {
  padding-right: 90px;
}
@media (min-width: 576px) {
  .pr-sm-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-90 {
    padding-right: 90px !important;
  }
}
.p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 576px) {
  .p-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .p-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .p-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.ph-100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 576px) {
  .ph-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) {
  .ph-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .ph-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.mt-100 {
  margin-top: 100px;
}
@media (min-width: 576px) {
  .mt-sm-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }
}
.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 576px) {
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
}
.ml-100 {
  margin-left: 100px;
}
@media (min-width: 576px) {
  .ml-sm-100 {
    margin-left: 100px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-100 {
    margin-left: 100px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-100 {
    margin-left: 100px !important;
  }
}
.mr-100 {
  margin-right: 100px;
}
@media (min-width: 576px) {
  .mr-sm-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-100 {
    margin-right: 100px !important;
  }
}
.pb-100 {
  padding-bottom: 100px;
}
@media (min-width: 576px) {
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
}
.pt-100 {
  padding-top: 100px;
}
@media (min-width: 576px) {
  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-100 {
    padding-top: 100px !important;
  }
}
.pl-100 {
  padding-left: 100px;
}
@media (min-width: 576px) {
  .pl-sm-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-100 {
    padding-left: 100px !important;
  }
}
.pr-100 {
  padding-right: 100px;
}
@media (min-width: 576px) {
  .pr-sm-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-100 {
    padding-right: 100px !important;
  }
}
.p-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (min-width: 576px) {
  .p-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .p-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .p-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.ph-110 {
  padding-left: 110px;
  padding-right: 110px;
}
@media (min-width: 576px) {
  .ph-sm-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 768px) {
  .ph-md-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 992px) {
  .ph-lg-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
}
.mt-110 {
  margin-top: 110px;
}
@media (min-width: 576px) {
  .mt-sm-110 {
    margin-top: 110px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-110 {
    margin-top: 110px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-110 {
    margin-top: 110px !important;
  }
}
.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 576px) {
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
}
.ml-110 {
  margin-left: 110px;
}
@media (min-width: 576px) {
  .ml-sm-110 {
    margin-left: 110px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-110 {
    margin-left: 110px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-110 {
    margin-left: 110px !important;
  }
}
.mr-110 {
  margin-right: 110px;
}
@media (min-width: 576px) {
  .mr-sm-110 {
    margin-right: 110px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-110 {
    margin-right: 110px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-110 {
    margin-right: 110px !important;
  }
}
.pb-110 {
  padding-bottom: 110px;
}
@media (min-width: 576px) {
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
}
.pt-110 {
  padding-top: 110px;
}
@media (min-width: 576px) {
  .pt-sm-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-110 {
    padding-top: 110px !important;
  }
}
.pl-110 {
  padding-left: 110px;
}
@media (min-width: 576px) {
  .pl-sm-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-110 {
    padding-left: 110px !important;
  }
}
.pr-110 {
  padding-right: 110px;
}
@media (min-width: 576px) {
  .pr-sm-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-110 {
    padding-right: 110px !important;
  }
}
.p-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 576px) {
  .p-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .p-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .p-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.ph-120 {
  padding-left: 120px;
  padding-right: 120px;
}
@media (min-width: 576px) {
  .ph-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 768px) {
  .ph-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 992px) {
  .ph-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.mt-120 {
  margin-top: 120px;
}
@media (min-width: 576px) {
  .mt-sm-120 {
    margin-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-120 {
    margin-top: 120px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px !important;
  }
}
.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 576px) {
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
}
.ml-120 {
  margin-left: 120px;
}
@media (min-width: 576px) {
  .ml-sm-120 {
    margin-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-120 {
    margin-left: 120px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-120 {
    margin-left: 120px !important;
  }
}
.mr-120 {
  margin-right: 120px;
}
@media (min-width: 576px) {
  .mr-sm-120 {
    margin-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-120 {
    margin-right: 120px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-120 {
    margin-right: 120px !important;
  }
}
.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 576px) {
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
}
.pt-120 {
  padding-top: 120px;
}
@media (min-width: 576px) {
  .pt-sm-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-120 {
    padding-top: 120px !important;
  }
}
.pl-120 {
  padding-left: 120px;
}
@media (min-width: 576px) {
  .pl-sm-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-120 {
    padding-left: 120px !important;
  }
}
.pr-120 {
  padding-right: 120px;
}
@media (min-width: 576px) {
  .pr-sm-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-120 {
    padding-right: 120px !important;
  }
}
.p-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (min-width: 576px) {
  .p-sm-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) {
  .p-md-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .p-lg-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.ph-130 {
  padding-left: 130px;
  padding-right: 130px;
}
@media (min-width: 576px) {
  .ph-sm-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media (min-width: 768px) {
  .ph-md-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media (min-width: 992px) {
  .ph-lg-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.mt-130 {
  margin-top: 130px;
}
@media (min-width: 576px) {
  .mt-sm-130 {
    margin-top: 130px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-130 {
    margin-top: 130px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-130 {
    margin-top: 130px !important;
  }
}
.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 576px) {
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
}
.ml-130 {
  margin-left: 130px;
}
@media (min-width: 576px) {
  .ml-sm-130 {
    margin-left: 130px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-130 {
    margin-left: 130px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-130 {
    margin-left: 130px !important;
  }
}
.mr-130 {
  margin-right: 130px;
}
@media (min-width: 576px) {
  .mr-sm-130 {
    margin-right: 130px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-130 {
    margin-right: 130px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-130 {
    margin-right: 130px !important;
  }
}
.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 576px) {
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
}
.pt-130 {
  padding-top: 130px;
}
@media (min-width: 576px) {
  .pt-sm-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-130 {
    padding-top: 130px !important;
  }
}
.pl-130 {
  padding-left: 130px;
}
@media (min-width: 576px) {
  .pl-sm-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-130 {
    padding-left: 130px !important;
  }
}
.pr-130 {
  padding-right: 130px;
}
@media (min-width: 576px) {
  .pr-sm-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-130 {
    padding-right: 130px !important;
  }
}
.p-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (min-width: 576px) {
  .p-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) {
  .p-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .p-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.ph-140 {
  padding-left: 140px;
  padding-right: 140px;
}
@media (min-width: 576px) {
  .ph-sm-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media (min-width: 768px) {
  .ph-md-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media (min-width: 992px) {
  .ph-lg-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.mt-140 {
  margin-top: 140px;
}
@media (min-width: 576px) {
  .mt-sm-140 {
    margin-top: 140px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-140 {
    margin-top: 140px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-140 {
    margin-top: 140px !important;
  }
}
.mb-140 {
  margin-bottom: 140px;
}
@media (min-width: 576px) {
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
}
.ml-140 {
  margin-left: 140px;
}
@media (min-width: 576px) {
  .ml-sm-140 {
    margin-left: 140px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-140 {
    margin-left: 140px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-140 {
    margin-left: 140px !important;
  }
}
.mr-140 {
  margin-right: 140px;
}
@media (min-width: 576px) {
  .mr-sm-140 {
    margin-right: 140px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-140 {
    margin-right: 140px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-140 {
    margin-right: 140px !important;
  }
}
.pb-140 {
  padding-bottom: 140px;
}
@media (min-width: 576px) {
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
}
.pt-140 {
  padding-top: 140px;
}
@media (min-width: 576px) {
  .pt-sm-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-140 {
    padding-top: 140px !important;
  }
}
.pl-140 {
  padding-left: 140px;
}
@media (min-width: 576px) {
  .pl-sm-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-140 {
    padding-left: 140px !important;
  }
}
.pr-140 {
  padding-right: 140px;
}
@media (min-width: 576px) {
  .pr-sm-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-140 {
    padding-right: 140px !important;
  }
}
.p-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (min-width: 576px) {
  .p-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .p-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .p-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.ph-150 {
  padding-left: 150px;
  padding-right: 150px;
}
@media (min-width: 576px) {
  .ph-sm-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 768px) {
  .ph-md-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 992px) {
  .ph-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.mt-150 {
  margin-top: 150px;
}
@media (min-width: 576px) {
  .mt-sm-150 {
    margin-top: 150px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-150 {
    margin-top: 150px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px !important;
  }
}
.mb-150 {
  margin-bottom: 150px;
}
@media (min-width: 576px) {
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
}
.ml-150 {
  margin-left: 150px;
}
@media (min-width: 576px) {
  .ml-sm-150 {
    margin-left: 150px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-150 {
    margin-left: 150px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-150 {
    margin-left: 150px !important;
  }
}
.mr-150 {
  margin-right: 150px;
}
@media (min-width: 576px) {
  .mr-sm-150 {
    margin-right: 150px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-150 {
    margin-right: 150px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-150 {
    margin-right: 150px !important;
  }
}
.pb-150 {
  padding-bottom: 150px;
}
@media (min-width: 576px) {
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
}
.pt-150 {
  padding-top: 150px;
}
@media (min-width: 576px) {
  .pt-sm-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-150 {
    padding-top: 150px !important;
  }
}
.pl-150 {
  padding-left: 150px;
}
@media (min-width: 576px) {
  .pl-sm-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-150 {
    padding-left: 150px !important;
  }
}
.pr-150 {
  padding-right: 150px;
}
@media (min-width: 576px) {
  .pr-sm-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-150 {
    padding-right: 150px !important;
  }
}
.p-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (min-width: 576px) {
  .p-sm-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .p-md-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .p-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.ph-160 {
  padding-left: 160px;
  padding-right: 160px;
}
@media (min-width: 576px) {
  .ph-sm-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (min-width: 768px) {
  .ph-md-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (min-width: 992px) {
  .ph-lg-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
}
.mt-160 {
  margin-top: 160px;
}
@media (min-width: 576px) {
  .mt-sm-160 {
    margin-top: 160px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px !important;
  }
}
.mb-160 {
  margin-bottom: 160px;
}
@media (min-width: 576px) {
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
}
.ml-160 {
  margin-left: 160px;
}
@media (min-width: 576px) {
  .ml-sm-160 {
    margin-left: 160px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-160 {
    margin-left: 160px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-160 {
    margin-left: 160px !important;
  }
}
.mr-160 {
  margin-right: 160px;
}
@media (min-width: 576px) {
  .mr-sm-160 {
    margin-right: 160px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-160 {
    margin-right: 160px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-160 {
    margin-right: 160px !important;
  }
}
.pb-160 {
  padding-bottom: 160px;
}
@media (min-width: 576px) {
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
}
.pt-160 {
  padding-top: 160px;
}
@media (min-width: 576px) {
  .pt-sm-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-160 {
    padding-top: 160px !important;
  }
}
.pl-160 {
  padding-left: 160px;
}
@media (min-width: 576px) {
  .pl-sm-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-160 {
    padding-left: 160px !important;
  }
}
.pr-160 {
  padding-right: 160px;
}
@media (min-width: 576px) {
  .pr-sm-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-160 {
    padding-right: 160px !important;
  }
}
.p-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
@media (min-width: 576px) {
  .p-sm-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
@media (min-width: 768px) {
  .p-md-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
@media (min-width: 992px) {
  .p-lg-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
.ph-170 {
  padding-left: 170px;
  padding-right: 170px;
}
@media (min-width: 576px) {
  .ph-sm-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media (min-width: 768px) {
  .ph-md-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media (min-width: 992px) {
  .ph-lg-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
}
.mt-170 {
  margin-top: 170px;
}
@media (min-width: 576px) {
  .mt-sm-170 {
    margin-top: 170px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-170 {
    margin-top: 170px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-170 {
    margin-top: 170px !important;
  }
}
.mb-170 {
  margin-bottom: 170px;
}
@media (min-width: 576px) {
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
}
.ml-170 {
  margin-left: 170px;
}
@media (min-width: 576px) {
  .ml-sm-170 {
    margin-left: 170px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-170 {
    margin-left: 170px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-170 {
    margin-left: 170px !important;
  }
}
.mr-170 {
  margin-right: 170px;
}
@media (min-width: 576px) {
  .mr-sm-170 {
    margin-right: 170px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-170 {
    margin-right: 170px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-170 {
    margin-right: 170px !important;
  }
}
.pb-170 {
  padding-bottom: 170px;
}
@media (min-width: 576px) {
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
}
.pt-170 {
  padding-top: 170px;
}
@media (min-width: 576px) {
  .pt-sm-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-170 {
    padding-top: 170px !important;
  }
}
.pl-170 {
  padding-left: 170px;
}
@media (min-width: 576px) {
  .pl-sm-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-170 {
    padding-left: 170px !important;
  }
}
.pr-170 {
  padding-right: 170px;
}
@media (min-width: 576px) {
  .pr-sm-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-170 {
    padding-right: 170px !important;
  }
}
.p-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (min-width: 576px) {
  .p-sm-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (min-width: 768px) {
  .p-md-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (min-width: 992px) {
  .p-lg-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.ph-180 {
  padding-left: 180px;
  padding-right: 180px;
}
@media (min-width: 576px) {
  .ph-sm-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 768px) {
  .ph-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 992px) {
  .ph-lg-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}
.mt-180 {
  margin-top: 180px;
}
@media (min-width: 576px) {
  .mt-sm-180 {
    margin-top: 180px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-180 {
    margin-top: 180px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-180 {
    margin-top: 180px !important;
  }
}
.mb-180 {
  margin-bottom: 180px;
}
@media (min-width: 576px) {
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
}
.ml-180 {
  margin-left: 180px;
}
@media (min-width: 576px) {
  .ml-sm-180 {
    margin-left: 180px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-180 {
    margin-left: 180px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-180 {
    margin-left: 180px !important;
  }
}
.mr-180 {
  margin-right: 180px;
}
@media (min-width: 576px) {
  .mr-sm-180 {
    margin-right: 180px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-180 {
    margin-right: 180px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-180 {
    margin-right: 180px !important;
  }
}
.pb-180 {
  padding-bottom: 180px;
}
@media (min-width: 576px) {
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
}
.pt-180 {
  padding-top: 180px;
}
@media (min-width: 576px) {
  .pt-sm-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-180 {
    padding-top: 180px !important;
  }
}
.pl-180 {
  padding-left: 180px;
}
@media (min-width: 576px) {
  .pl-sm-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-180 {
    padding-left: 180px !important;
  }
}
.pr-180 {
  padding-right: 180px;
}
@media (min-width: 576px) {
  .pr-sm-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-180 {
    padding-right: 180px !important;
  }
}
.p-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media (min-width: 576px) {
  .p-sm-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media (min-width: 768px) {
  .p-md-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media (min-width: 992px) {
  .p-lg-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
.ph-190 {
  padding-left: 190px;
  padding-right: 190px;
}
@media (min-width: 576px) {
  .ph-sm-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
}
@media (min-width: 768px) {
  .ph-md-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
}
@media (min-width: 992px) {
  .ph-lg-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
}
.mt-190 {
  margin-top: 190px;
}
@media (min-width: 576px) {
  .mt-sm-190 {
    margin-top: 190px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-190 {
    margin-top: 190px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-190 {
    margin-top: 190px !important;
  }
}
.mb-190 {
  margin-bottom: 190px;
}
@media (min-width: 576px) {
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
}
.ml-190 {
  margin-left: 190px;
}
@media (min-width: 576px) {
  .ml-sm-190 {
    margin-left: 190px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-190 {
    margin-left: 190px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-190 {
    margin-left: 190px !important;
  }
}
.mr-190 {
  margin-right: 190px;
}
@media (min-width: 576px) {
  .mr-sm-190 {
    margin-right: 190px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-190 {
    margin-right: 190px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-190 {
    margin-right: 190px !important;
  }
}
.pb-190 {
  padding-bottom: 190px;
}
@media (min-width: 576px) {
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
}
.pt-190 {
  padding-top: 190px;
}
@media (min-width: 576px) {
  .pt-sm-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-190 {
    padding-top: 190px !important;
  }
}
.pl-190 {
  padding-left: 190px;
}
@media (min-width: 576px) {
  .pl-sm-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-190 {
    padding-left: 190px !important;
  }
}
.pr-190 {
  padding-right: 190px;
}
@media (min-width: 576px) {
  .pr-sm-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-190 {
    padding-right: 190px !important;
  }
}
.p-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (min-width: 576px) {
  .p-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .p-md-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .p-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.ph-200 {
  padding-left: 200px;
  padding-right: 200px;
}
@media (min-width: 576px) {
  .ph-sm-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 768px) {
  .ph-md-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 992px) {
  .ph-lg-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.mt-200 {
  margin-top: 200px;
}
@media (min-width: 576px) {
  .mt-sm-200 {
    margin-top: 200px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px !important;
  }
}
.mb-200 {
  margin-bottom: 200px;
}
@media (min-width: 576px) {
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
}
.ml-200 {
  margin-left: 200px;
}
@media (min-width: 576px) {
  .ml-sm-200 {
    margin-left: 200px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-200 {
    margin-left: 200px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-200 {
    margin-left: 200px !important;
  }
}
.mr-200 {
  margin-right: 200px;
}
@media (min-width: 576px) {
  .mr-sm-200 {
    margin-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-200 {
    margin-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-200 {
    margin-right: 200px !important;
  }
}
.pb-200 {
  padding-bottom: 200px;
}
@media (min-width: 576px) {
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
}
.pt-200 {
  padding-top: 200px;
}
@media (min-width: 576px) {
  .pt-sm-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-200 {
    padding-top: 200px !important;
  }
}
.pl-200 {
  padding-left: 200px;
}
@media (min-width: 576px) {
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-200 {
    padding-left: 200px !important;
  }
}
.pr-200 {
  padding-right: 200px;
}
@media (min-width: 576px) {
  .pr-sm-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-200 {
    padding-right: 200px !important;
  }
}
.p-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}
@media (min-width: 576px) {
  .p-sm-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (min-width: 768px) {
  .p-md-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (min-width: 992px) {
  .p-lg-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
.ph-220 {
  padding-left: 220px;
  padding-right: 220px;
}
@media (min-width: 576px) {
  .ph-sm-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
}
@media (min-width: 768px) {
  .ph-md-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
}
@media (min-width: 992px) {
  .ph-lg-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
}
.mt-220 {
  margin-top: 220px;
}
@media (min-width: 576px) {
  .mt-sm-220 {
    margin-top: 220px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-220 {
    margin-top: 220px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-220 {
    margin-top: 220px !important;
  }
}
.mb-220 {
  margin-bottom: 220px;
}
@media (min-width: 576px) {
  .mb-sm-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-220 {
    margin-bottom: 220px !important;
  }
}
.ml-220 {
  margin-left: 220px;
}
@media (min-width: 576px) {
  .ml-sm-220 {
    margin-left: 220px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-220 {
    margin-left: 220px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-220 {
    margin-left: 220px !important;
  }
}
.mr-220 {
  margin-right: 220px;
}
@media (min-width: 576px) {
  .mr-sm-220 {
    margin-right: 220px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-220 {
    margin-right: 220px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-220 {
    margin-right: 220px !important;
  }
}
.pb-220 {
  padding-bottom: 220px;
}
@media (min-width: 576px) {
  .pb-sm-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-220 {
    padding-bottom: 220px !important;
  }
}
.pt-220 {
  padding-top: 220px;
}
@media (min-width: 576px) {
  .pt-sm-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-220 {
    padding-top: 220px !important;
  }
}
.pl-220 {
  padding-left: 220px;
}
@media (min-width: 576px) {
  .pl-sm-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-220 {
    padding-left: 220px !important;
  }
}
.pr-220 {
  padding-right: 220px;
}
@media (min-width: 576px) {
  .pr-sm-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-220 {
    padding-right: 220px !important;
  }
}
.p-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}
@media (min-width: 576px) {
  .p-sm-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
@media (min-width: 768px) {
  .p-md-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
@media (min-width: 992px) {
  .p-lg-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
.ph-240 {
  padding-left: 240px;
  padding-right: 240px;
}
@media (min-width: 576px) {
  .ph-sm-240 {
    padding-left: 240px;
    padding-right: 240px;
  }
}
@media (min-width: 768px) {
  .ph-md-240 {
    padding-left: 240px;
    padding-right: 240px;
  }
}
@media (min-width: 992px) {
  .ph-lg-240 {
    padding-left: 240px;
    padding-right: 240px;
  }
}
.mt-240 {
  margin-top: 240px;
}
@media (min-width: 576px) {
  .mt-sm-240 {
    margin-top: 240px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-240 {
    margin-top: 240px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-240 {
    margin-top: 240px !important;
  }
}
.mb-240 {
  margin-bottom: 240px;
}
@media (min-width: 576px) {
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
}
.ml-240 {
  margin-left: 240px;
}
@media (min-width: 576px) {
  .ml-sm-240 {
    margin-left: 240px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-240 {
    margin-left: 240px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-240 {
    margin-left: 240px !important;
  }
}
.mr-240 {
  margin-right: 240px;
}
@media (min-width: 576px) {
  .mr-sm-240 {
    margin-right: 240px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-240 {
    margin-right: 240px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-240 {
    margin-right: 240px !important;
  }
}
.pb-240 {
  padding-bottom: 240px;
}
@media (min-width: 576px) {
  .pb-sm-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-240 {
    padding-bottom: 240px !important;
  }
}
.pt-240 {
  padding-top: 240px;
}
@media (min-width: 576px) {
  .pt-sm-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-240 {
    padding-top: 240px !important;
  }
}
.pl-240 {
  padding-left: 240px;
}
@media (min-width: 576px) {
  .pl-sm-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-240 {
    padding-left: 240px !important;
  }
}
.pr-240 {
  padding-right: 240px;
}
@media (min-width: 576px) {
  .pr-sm-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-240 {
    padding-right: 240px !important;
  }
}
.p-260 {
  padding-top: 260px;
  padding-bottom: 260px;
}
@media (min-width: 576px) {
  .p-sm-260 {
    padding-top: 260px;
    padding-bottom: 260px;
  }
}
@media (min-width: 768px) {
  .p-md-260 {
    padding-top: 260px;
    padding-bottom: 260px;
  }
}
@media (min-width: 992px) {
  .p-lg-260 {
    padding-top: 260px;
    padding-bottom: 260px;
  }
}
.ph-260 {
  padding-left: 260px;
  padding-right: 260px;
}
@media (min-width: 576px) {
  .ph-sm-260 {
    padding-left: 260px;
    padding-right: 260px;
  }
}
@media (min-width: 768px) {
  .ph-md-260 {
    padding-left: 260px;
    padding-right: 260px;
  }
}
@media (min-width: 992px) {
  .ph-lg-260 {
    padding-left: 260px;
    padding-right: 260px;
  }
}
.mt-260 {
  margin-top: 260px;
}
@media (min-width: 576px) {
  .mt-sm-260 {
    margin-top: 260px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-260 {
    margin-top: 260px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-260 {
    margin-top: 260px !important;
  }
}
.mb-260 {
  margin-bottom: 260px;
}
@media (min-width: 576px) {
  .mb-sm-260 {
    margin-bottom: 260px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-260 {
    margin-bottom: 260px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-260 {
    margin-bottom: 260px !important;
  }
}
.ml-260 {
  margin-left: 260px;
}
@media (min-width: 576px) {
  .ml-sm-260 {
    margin-left: 260px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-260 {
    margin-left: 260px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-260 {
    margin-left: 260px !important;
  }
}
.mr-260 {
  margin-right: 260px;
}
@media (min-width: 576px) {
  .mr-sm-260 {
    margin-right: 260px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-260 {
    margin-right: 260px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-260 {
    margin-right: 260px !important;
  }
}
.pb-260 {
  padding-bottom: 260px;
}
@media (min-width: 576px) {
  .pb-sm-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-260 {
    padding-bottom: 260px !important;
  }
}
.pt-260 {
  padding-top: 260px;
}
@media (min-width: 576px) {
  .pt-sm-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-260 {
    padding-top: 260px !important;
  }
}
.pl-260 {
  padding-left: 260px;
}
@media (min-width: 576px) {
  .pl-sm-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-260 {
    padding-left: 260px !important;
  }
}
.pr-260 {
  padding-right: 260px;
}
@media (min-width: 576px) {
  .pr-sm-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-260 {
    padding-right: 260px !important;
  }
}
.h-40 {
  height: 40px;
}
@media (min-width: 576px) {
  .h-sm-40 {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .h-md-40 {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .h-lg-40 {
    height: 40px;
  }
}
.w-40 {
  width: 40px;
}
@media (min-width: 576px) {
  .w-sm-40 {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .w-md-40 {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .w-lg-40 {
    width: 40px;
  }
}
.h-42 {
  height: 42px;
}
@media (min-width: 576px) {
  .h-sm-42 {
    height: 42px;
  }
}
@media (min-width: 768px) {
  .h-md-42 {
    height: 42px;
  }
}
@media (min-width: 992px) {
  .h-lg-42 {
    height: 42px;
  }
}
.w-42 {
  width: 42px;
}
@media (min-width: 576px) {
  .w-sm-42 {
    width: 42px;
  }
}
@media (min-width: 768px) {
  .w-md-42 {
    width: 42px;
  }
}
@media (min-width: 992px) {
  .w-lg-42 {
    width: 42px;
  }
}
.h-50 {
  height: 50px;
}
@media (min-width: 576px) {
  .h-sm-50 {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .h-md-50 {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .h-lg-50 {
    height: 50px;
  }
}
.w-50 {
  width: 50px;
}
@media (min-width: 576px) {
  .w-sm-50 {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50px;
  }
}
.h-70 {
  height: 70px;
}
@media (min-width: 576px) {
  .h-sm-70 {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .h-md-70 {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .h-lg-70 {
    height: 70px;
  }
}
.w-70 {
  width: 70px;
}
@media (min-width: 576px) {
  .w-sm-70 {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .w-md-70 {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .w-lg-70 {
    width: 70px;
  }
}
.h-80 {
  height: 80px;
}
@media (min-width: 576px) {
  .h-sm-80 {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .h-md-80 {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .h-lg-80 {
    height: 80px;
  }
}
.w-80 {
  width: 80px;
}
@media (min-width: 576px) {
  .w-sm-80 {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .w-md-80 {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .w-lg-80 {
    width: 80px;
  }
}
.h-90 {
  height: 90px;
}
@media (min-width: 576px) {
  .h-sm-90 {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .h-md-90 {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .h-lg-90 {
    height: 90px;
  }
}
.w-90 {
  width: 90px;
}
@media (min-width: 576px) {
  .w-sm-90 {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .w-md-90 {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .w-lg-90 {
    width: 90px;
  }
}
.h-100 {
  height: 100px;
}
@media (min-width: 576px) {
  .h-sm-100 {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .h-md-100 {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .h-lg-100 {
    height: 100px;
  }
}
.w-100 {
  width: 100px;
}
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100px;
  }
}
.h-240 {
  height: 240px;
}
@media (min-width: 576px) {
  .h-sm-240 {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .h-md-240 {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .h-lg-240 {
    height: 240px;
  }
}
.w-240 {
  width: 240px;
}
@media (min-width: 576px) {
  .w-sm-240 {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .w-md-240 {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .w-lg-240 {
    width: 240px;
  }
}
.h-260 {
  height: 260px;
}
@media (min-width: 576px) {
  .h-sm-260 {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .h-md-260 {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .h-lg-260 {
    height: 260px;
  }
}
.w-260 {
  width: 260px;
}
@media (min-width: 576px) {
  .w-sm-260 {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .w-md-260 {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .w-lg-260 {
    width: 260px;
  }
}
.h-300 {
  height: 300px;
}
@media (min-width: 576px) {
  .h-sm-300 {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .h-md-300 {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .h-lg-300 {
    height: 300px;
  }
}
.w-300 {
  width: 300px;
}
@media (min-width: 576px) {
  .w-sm-300 {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .w-md-300 {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .w-lg-300 {
    width: 300px;
  }
}
.h-310 {
  height: 310px;
}
@media (min-width: 576px) {
  .h-sm-310 {
    height: 310px;
  }
}
@media (min-width: 768px) {
  .h-md-310 {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .h-lg-310 {
    height: 310px;
  }
}
.w-310 {
  width: 310px;
}
@media (min-width: 576px) {
  .w-sm-310 {
    width: 310px;
  }
}
@media (min-width: 768px) {
  .w-md-310 {
    width: 310px;
  }
}
@media (min-width: 992px) {
  .w-lg-310 {
    width: 310px;
  }
}
.h-340 {
  height: 340px;
}
@media (min-width: 576px) {
  .h-sm-340 {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .h-md-340 {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .h-lg-340 {
    height: 340px;
  }
}
.w-340 {
  width: 340px;
}
@media (min-width: 576px) {
  .w-sm-340 {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .w-md-340 {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .w-lg-340 {
    width: 340px;
  }
}
.h-360 {
  height: 360px;
}
@media (min-width: 576px) {
  .h-sm-360 {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .h-md-360 {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .h-lg-360 {
    height: 360px;
  }
}
.w-360 {
  width: 360px;
}
@media (min-width: 576px) {
  .w-sm-360 {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .w-md-360 {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .w-lg-360 {
    width: 360px;
  }
}
.h-400 {
  height: 400px;
}
@media (min-width: 576px) {
  .h-sm-400 {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .h-md-400 {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .h-lg-400 {
    height: 400px;
  }
}
.w-400 {
  width: 400px;
}
@media (min-width: 576px) {
  .w-sm-400 {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .w-md-400 {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .w-lg-400 {
    width: 400px;
  }
}
.h-450 {
  height: 450px;
}
@media (min-width: 576px) {
  .h-sm-450 {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .h-md-450 {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .h-lg-450 {
    height: 450px;
  }
}
.w-450 {
  width: 450px;
}
@media (min-width: 576px) {
  .w-sm-450 {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .w-md-450 {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .w-lg-450 {
    width: 450px;
  }
}
.h-540 {
  height: 540px;
}
@media (min-width: 576px) {
  .h-sm-540 {
    height: 540px;
  }
}
@media (min-width: 768px) {
  .h-md-540 {
    height: 540px;
  }
}
@media (min-width: 992px) {
  .h-lg-540 {
    height: 540px;
  }
}
.w-540 {
  width: 540px;
}
@media (min-width: 576px) {
  .w-sm-540 {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .w-md-540 {
    width: 540px;
  }
}
@media (min-width: 992px) {
  .w-lg-540 {
    width: 540px;
  }
}
.h-555 {
  height: 555px;
}
@media (min-width: 576px) {
  .h-sm-555 {
    height: 555px;
  }
}
@media (min-width: 768px) {
  .h-md-555 {
    height: 555px;
  }
}
@media (min-width: 992px) {
  .h-lg-555 {
    height: 555px;
  }
}
.w-555 {
  width: 555px;
}
@media (min-width: 576px) {
  .w-sm-555 {
    width: 555px;
  }
}
@media (min-width: 768px) {
  .w-md-555 {
    width: 555px;
  }
}
@media (min-width: 992px) {
  .w-lg-555 {
    width: 555px;
  }
}
.h-600 {
  height: 600px;
}
@media (min-width: 576px) {
  .h-sm-600 {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .h-md-600 {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .h-lg-600 {
    height: 600px;
  }
}
.w-600 {
  width: 600px;
}
@media (min-width: 576px) {
  .w-sm-600 {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .w-md-600 {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .w-lg-600 {
    width: 600px;
  }
}
.h-700 {
  height: 700px;
}
@media (min-width: 576px) {
  .h-sm-700 {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .h-md-700 {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .h-lg-700 {
    height: 700px;
  }
}
.w-700 {
  width: 700px;
}
@media (min-width: 576px) {
  .w-sm-700 {
    width: 700px;
  }
}
@media (min-width: 768px) {
  .w-md-700 {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .w-lg-700 {
    width: 700px;
  }
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-mid {
  width: 50%;
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}
@media (min-width: 576px) {
  .w-sm-full {
    width: 100%;
  }
}
.h-50v {
  min-height: 100vw;
}
@media (min-width: 576px) {
  .h-50v {
    min-height: 50vw;
  }
}
.bt {
  border-top: 1px solid #e4f1fd;
}
.br {
  border-right: 1px solid #e4f1fd;
}
.bb {
  border-bottom: 1px solid #e4f1fd;
}
.bb-light {
  border-bottom: 1px solid #9dd0fb;
}
h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euclid-Regular;
}
h1.platforma {
  font-size: 36px !important;
}
@media (min-width: 992px) {
  h1 {
    font-size: 41px;
    line-height: 58px;
    font-family: Euclid-Regular;
  }
  h1.platforma {
    font-size: 41px !important;
  }
}
h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euclid-Regular;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Euclid-Regular;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  opacity: .8;
  margin-top: 0;
  margin-bottom: 0;
}
h5 {
  font-size: 16px;
  line-height: 1.19em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .headers.bg-iphone-left,
  .headers.bg-iphone-right {
    background-image: url("/assets/iphone-lg-KFQGQTLE-f4a2fc84.svg");
    background-repeat: no-repeat;
    background-size: 412px auto;
  }
}
.headers.bg-iphone-left {
  background-position: 25% 154px;
}
.headers.bg-iphone-right {
  background-position: 75% 154px;
}
@media (min-width: 992px) {
  .headers .bg-iphone-left-small {
    background-image: url("/assets/iphone-330-VHF54WYX-6627c997.svg");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: center;
  }
}
@media (min-width: 992px) {
  .headers.bg-macbook-left {
    background-image: url("/assets/macbook-full-7GQFMUN6-c1a50b66.svg");
    background-repeat: no-repeat;
    background-position: -5vw 18vh;
    background-size: 50vw auto;
  }
}
@media (min-width: 992px) {
  .headers.bg-devices {
    background-image: url("/assets/ipad-iphone22-6OAIMP4V-276991af.svg");
    background-repeat: no-repeat;
    background-position: right 106px;
    background-size: 50% auto;
    overflow: hidden;
  }
}
.headers .bg-browser {
  background-image: url("/assets/browserframe-4KVHI5RK-1b4a89eb.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.headers .bg-browser::after {
  content: "";
  display: block;
  padding-top: 30%;
}
.headers .bg-ipad {
  background-image: url("/assets/ipad-XJ3OI4OI-7f791411.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.headers .bg-ipad::after {
  content: "";
  display: block;
  padding-top: 35%;
}
.headers .striked-header span {
  background: #e4f1fd;
  padding: 0 25px;
}
.headers .striked-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  border-bottom: 1px solid #9dd0fb;
}
.contents .divided-item:first-child {
  border-bottom: 1px solid #e4f1fd;
}
@media (min-width: 992px) {
  .contents .divided-item:first-child {
    border-bottom: none;
    border-right: 1px solid #e4f1fd;
  }
}
.contents.bg-iphone-left,
.contents.bg-iphone-right {
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .contents.bg-iphone-left,
  .contents.bg-iphone-right {
    background-image: url("/assets/iphone-lg-KFQGQTLE-f4a2fc84.svg");
    background-size: 420px 853px;
  }
}
@media (min-width: 992px) {
  .contents.bg-iphone-left {
    background-position: calc(50% - 290px) 100px;
  }
}
@media (min-width: 992px) {
  .contents.bg-iphone-right {
    background-position: calc(50% + 290px) 100px;
  }
}
.contents.bg-devices {
  background-image: url("/assets/ipads-TUSWZT6D-6a0cfe34.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contents.bg-macbook {
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 576px) {
  .contents.bg-macbook {
    background-image: url("/assets/macbook-7N6A3QMV-b73147da.svg");
    background-size: 473px 280px;
    background-position-x: calc(50% + 55px);
  }
}
@media (min-width: 992px) {
  .contents.bg-macbook {
    background-size: 723px 429px;
    background-position-x: calc(50% + 220px);
  }
}
@media (min-width: 992px) {
  .sliders.bg-macbook {
    background: url("/assets/macbook-full-7GQFMUN6-c1a50b66.svg") no-repeat;
    background-size: 760px 439px;
    background-position: calc(50% - 500px) center;
  }
}
.sliders .bg-iphone {
  padding: 53px 0 62px;
  background: #fff url("/assets/iphone-330-noscreen-ZYTDKONE-a3ff1aa0.svg") no-repeat;
  background-position: center top;
  background-size: auto 462px;
}
@media (min-width: 576px) {
  .sliders .bg-iphone {
    padding: 78px 0 90px;
    background-size: auto 670px;
  }
}
.sliders .iphone-screen {
  height: 346px;
  width: 200px;
  margin: 0 auto;
  -webkit-transition: .5s ease background, .5s ease border;
  transition: .5s ease background, .5s ease border;
  border: 2px solid transparent;
}
@media (min-width: 576px) {
  .sliders .iphone-screen {
    height: 502px;
    width: 290px;
  }
}
.sliders .is-selected .iphone-screen {
  background-color: #fff;
  border: 1px solid #3fa2f7;
}
@media (min-width: 576px) {
  .sliders .is-selected .iphone-screen {
    border: 2px solid #3fa2f7;
  }
}
.sliders .slider-fluid .slider-item {
  max-width: calc(100% - 30px);
  opacity: .3;
  -webkit-transition: .5s ease opacity;
  transition: .5s ease opacity;
}
@media (min-width: 576px) {
  .sliders .slider-fluid .slider-item {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .sliders .slider-fluid .slider-item {
    max-width: 950px;
  }
}
.sliders .slider-fluid .slider-item.is-selected {
  opacity: 1;
}
.features.bg-iphone-left,
.features.bg-iphone-center,
.features.bg-iphone-right,
.features.bg-iphone-right-top,
.features.bg-macbook-left {
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .features.bg-iphone-left,
  .features.bg-iphone-center,
  .features.bg-iphone-right,
  .features.bg-iphone-right-top,
  .features.bg-macbook-left {
    background-image: url("/assets/iphone-lg-KFQGQTLE-f4a2fc84.svg");
    background-size: 280px 568px;
  }
}
@media (min-width: 992px) {
  .features.bg-iphone-left,
  .features.bg-iphone-center,
  .features.bg-iphone-right,
  .features.bg-iphone-right-top,
  .features.bg-macbook-left {
    background-size: 420px 853px;
  }
}
@media (min-width: 576px) {
  .features.bg-iphone-left {
    background-position: calc(33% - 140px) 50%;
  }
}
@media (min-width: 992px) {
  .features.bg-iphone-left {
    background-position: calc(50% - 290px) 100px;
  }
}
@media (min-width: 576px) {
  .features.bg-iphone-center {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .features.bg-iphone-center {
    background-image: url("/assets/iphone-lg-KFQGQTLE-f4a2fc84.svg");
    background-position: 50% 260px;
  }
}
@media (min-width: 576px) {
  .features.bg-iphone-right {
    background-position: calc(50% + 170px) 140px;
  }
}
@media (min-width: 992px) {
  .features.bg-iphone-right {
    background-position: calc(50% + 290px) 220px;
  }
}
@media (min-width: 576px) {
  .features.bg-iphone-right-top {
    background-position: calc(50% + 170px) 60px;
  }
}
@media (min-width: 992px) {
  .features.bg-iphone-right-top {
    background-position: calc(50% + 290px) 100px;
  }
}
@media (min-width: 576px) {
  .features.bg-macbook-left {
    background-image: url("/assets/macbook-full-7GQFMUN6-c1a50b66.svg");
    background-size: 594px 342px;
    background-position: calc(50% - 372px) center;
  }
}
@media (min-width: 992px) {
  .features.bg-macbook-left {
    background-image: url("/assets/macbook-full-7GQFMUN6-c1a50b66.svg");
    background-size: 890px 514px;
    background-position: calc(50% - 475px) 268px;
  }
}
.features .bg-macbook-center {
  background-size: 121% auto;
  background-position: center top;
  background-image: url("/assets/macbook-full-7GQFMUN6-c1a50b66.svg");
}
.features .bg-macbook-center::after {
  content: "";
  display: block;
  padding-top: 40%;
}
.features .feature-tooltips {
  display: inline-block;
  position: relative;
}
.features .icon-feature {
  border: 2px solid #e4f1fd;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  -webkit-transition: .3s ease border;
  transition: .3s ease border;
  cursor: pointer;
  margin: -16px 0 0 -16px;
  background: url("/assets/plus-6Z5K7YAR-3576494f.svg") center no-repeat #fff;
}
.features .icon-feature:hover {
  border-color: #3fa2f7;
}
.features .feature-tooltip {
  width: 100%;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: -16px;
}
@media (min-width: 992px) {
  .features .feature-tooltip {
    width: 0;
    height: 32px;
  }
  .features .feature-tooltip.tooltip-1 {
    left: 10%;
    top: 16%;
  }
  .features .feature-tooltip.tooltip-2 {
    left: 91%;
    top: 32%;
  }
  .features .feature-tooltip.tooltip-3 {
    left: 19%;
    top: 75%;
  }
  .features .feature-tooltip.tooltip-4 {
    left: 76%;
    top: 93%;
  }
}
.features .feature-tooltip-overlay {
  position: absolute;
  height: 300px;
  top: -134px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: .5s ease opacity;
  transition: .5s ease opacity;
}
@media (min-width: 576px) {
  .features .feature-tooltip-overlay {
    width: 315px;
    left: 50%;
    margin-left: -162px;
  }
}
@media (min-width: 992px) {
  .features .feature-tooltip-overlay {
    left: 50px;
    margin-left: 0;
  }
}
.features .icon-feature:hover + .feature-tooltip {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.features .feature-tooltip-overlay {
  pointer-events: none;
}
.features .feature-tooltip-overlay .inner {
  border: 2px solid #e4f1fd;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  padding: 30px;
}
@media (min-width: 992px) {
  .features .feature-tooltip-overlay .inner::after,
  .features .feature-tooltip-overlay .inner::before {
    content: "";
    border: 10px solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent;
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -10px;
  }
  .features .feature-tooltip-overlay .inner::before {
    border-right-color: #e4f1fd;
  }
  .features .feature-tooltip-overlay .inner::after {
    border-right-color: #fff;
    margin-left: 3px;
  }
}
.features .percentage {
  width: 230px;
  height: 230px;
}
.features .percentage__circle {
  position: absolute;
}
.features .percentage__content {
  height: 230px;
}
.features .striked-vertical::before {
  content: "";
  position: absolute;
  border-left: 2px solid #e4f1fd;
  left: 31px;
  top: 15px;
  bottom: 0;
}
@media (min-width: 992px) {
  .features .feature-callout::before,
  .features .feature-callout::after {
    content: "";
    position: absolute;
  }
}
.features .feature-callout::before {
  width: 10px;
  height: 10px;
  background: #3fa2f7;
  border-radius: 5px;
  top: 22px;
}
.features .feature-callout::after {
  border-top: 2px solid #3fa2f7;
  top: 26px;
  right: 100%;
}
.features .feature-callout:nth-child(1)::after,
.features .feature-callout:nth-child(1)::before {
  left: -75%;
}
.features .feature-callout:nth-child(2)::after,
.features .feature-callout:nth-child(2)::before {
  left: -65%;
}
.features .feature-callout:nth-child(3)::after,
.features .feature-callout:nth-child(3)::before {
  left: -103%;
}
.features .plain-tabs::before,
.features .plain-tab::before {
  content: "";
  position: absolute;
  border-left: 4px solid #e4f1fd;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 576px) {
  .features .plain-tabs::before,
  .features .plain-tab::before {
    bottom: auto;
    right: 15px;
    left: 15px;
    border-left: none;
    border-top: 4px solid #e4f1fd;
  }
}
.features .plain-tab {
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  .features .plain-tab {
    padding: 30px 15px 0;
  }
}
.features .plain-tab.active::before {
  border-left: 4px solid #3fa2f7;
}
@media (min-width: 576px) {
  .features .plain-tab.active::before {
    border-left: none;
    border-top: 4px solid #3fa2f7;
  }
}
@media (min-width: 576px) {
  .features .feature-dots::before {
    top: 61px;
    content: "";
    position: absolute;
    border-bottom: 1px solid #e4f1fd;
    left: 0;
    right: 0;
  }
}
.features .feature-dot {
  width: 10px;
  height: 10px;
  background: #e4f1fd;
  border-radius: 5px;
  margin: 0 auto 20px;
}
.features .active .feature-dot {
  background: #3fa2f7;
}
@media (min-width: 576px) {
  .features .features-striked-horizontal::before {
    top: 165px;
    content: "";
    position: absolute;
    border-bottom: 2px solid #e4f1fd;
    left: 0;
    right: 0;
  }
}
.features .feature-tablet {
  max-width: 100%;
}
.ecommerces .colors span {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: inline-block;
  margin: 0 7px;
}
.ecommerces .colors span.bg-accent-dark {
  background: #297fca;
}
.ecommerces .colors span.bg-accent {
  background: #3fa2f7;
}
.ecommerces .colors span.bg-white {
  background: #e4f1fd;
}
.ecommerces .colors span.bg-white {
  background: #fff;
}
.ecommerces .additional-row {
  border-top: 1px solid #e4f1fd;
  border-bottom: 1px solid #e4f1fd;
  line-height: 40px;
  margin-bottom: -1px;
}
.ecommerces .rating-stars {
  margin-left: -2px;
  margin-right: -2px;
}
.ecommerces .rating-stars .glyphicon {
  margin: 0 2px;
}
.ecommerces .more,
.ecommerces .less {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  width: 33px;
  height: 30px;
  border-radius: 0 6px 0 0;
  background: #e4f1fd;
}
.ecommerces .more:focus,
.ecommerces .less:focus {
  outline: none;
}
.ecommerces .more::before,
.ecommerces .less::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -10px;
  width: 10px;
  height: 56px;
  background: #fff;
}
.ecommerces .more::after,
.ecommerces .less::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 2px solid #3fa2f7;
  border-right: 2px solid #3fa2f7;
}
.ecommerces .more.less,
.ecommerces .less.less {
  top: 30px;
  border-radius: 0 0 6px 0;
  border-top: 1px solid rgba(63, 162, 247, .25);
}
.ecommerces .more.less::before,
.ecommerces .less.less::before {
  content: none;
}
.ecommerces .more.less::after,
.ecommerces .less.less::after {
  top: 9px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #3fa2f7;
  border-left: 2px solid #3fa2f7;
}
.blogs .post-footer {
  border-top: 1px solid #e4f1fd;
  color: #3fa2f7;
}
.blogs .post-footer a {
  color: #3fa2f7;
}
.blogs .features {
  border-top: 1px solid #e4f1fd;
  border-bottom: 1px solid #e4f1fd;
}
.blogs .comments > div {
  border-bottom: 1px solid #e4f1fd;
}
.blogs .comments > div:last-child {
  border: none;
}
@media (min-width: 576px) {
  .blogs .splited-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 576px) {
  .prices .card-group > div:first-child .card {
    border-right: none;
    border-radius: 4px 0 0 4px;
  }
  .prices .card-group > div:last-child .card {
    border-left: none;
    border-radius: 0 4px 4px 0;
  }
  .prices .card-group.card-group-line .card {
    border-radius: 0;
  }
}
.prices .faded-items div {
  border-bottom: 1px solid #e4f1fd;
  line-height: 42px;
}
.prices .faded-items div:nth-child(1) {
  opacity: 1;
}
.prices .faded-items div:nth-child(2) {
  opacity: .9;
}
.prices .faded-items div:nth-child(3) {
  opacity: .8;
}
.prices .faded-items div:nth-child(4) {
  opacity: .7;
}
.prices .faded-items div:nth-child(5) {
  opacity: .6;
}
.prices .value-bar {
  display: inline-block;
  width: auto;
  height: 8px;
  background: #3fa2f7;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 4;
}
.prices input[type=range] {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  z-index: 2;
}
.prices input[type=range]:focus {
  outline: none;
}
.prices input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  position: relative;
  top: -6px;
  background: #3fa2f7;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.prices input[type=range]::-webkit-slider-thumb:focus {
  outline: none;
}
.prices input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e4f1fd;
}
.prices input[type=range]::-webkit-slider-runnable-track:focus {
  outline: none;
}
.prices input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
@media (min-width: 576px) {
  .footers .country {
    padding-right: 18px;
    border-right: 2px solid #e4f1fd;
  }
}
@media (min-width: 576px) {
  .footers .splited-columns .col-12 {
    border-right: 1px solid #e4f1fd;
  }
  .footers .splited-columns .col-12:last-child {
    border-right: none;
  }
}
.call-to-actions.bg-iphone {
  background: url("/assets/iphone-U6ENLLZP-ecbc67b6.svg") center bottom -95px no-repeat;
  padding-bottom: 350px;
  background-size: 224px auto;
}
@media (min-width: 576px) {
  .call-to-actions.bg-iphone {
    background-position: center bottom -145px;
    background-size: 324px auto;
    padding-bottom: 475px;
  }
}
@media (min-width: 992px) {
  .call-to-actions.bg-iphone {
    background-position: center bottom -170px;
  }
}
.teams .team-userpics {
  margin-left: -10px;
  margin-right: -10px;
}
.teams .team-userpics img {
  margin: 0 10px 10px;
}
.teams .slider-full-three .slider-item {
  max-width: 380px;
}
@media (min-width: 992px) {
  .teams .slider-full-three .slider-item {
    opacity: .3;
  }
}
.teams .slider-full-three .slider-item.is-selected {
  opacity: 1;
}
.teams .slider-nav {
  background: #e4f1fd;
}
.teams .slider-nav .flickity-viewport {
  padding-top: 8px;
  top: -8px;
}
.teams .slider-nav .slider-item {
  line-height: 140px;
}
.teams .slider-nav .is-selected::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #e4f1fd transparent;
}
.forms.bg-macbook {
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 576px) {
  .forms.bg-macbook {
    background-image: url("/assets/macbook-full-7GQFMUN6-c1a50b66.svg");
    background-size: 600px auto;
    background-position-x: calc(80% + 315px);
  }
}
@media (min-width: 992px) {
  .forms.bg-macbook {
    background-size: 890px auto;
    background-position-x: calc(50% + 460px);
  }
}
.forms.bg-devices {
  background-image: url("/assets/ipads-TUSWZT6D-6a0cfe34.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.forms .checkbox {
  display: inline-block;
}
.forms .checkbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.forms .checkbox input:checked ~ .check-pointer {
  background: url("/assets/verification-mark-KYL537AU-224a9206.svg") center no-repeat;
  background-size: 80%;
}
.forms .checkbox .check-pointer {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: solid 2px #e4f1fd;
  position: absolute;
}
.forms .checkbox .checkbox-label {
  opacity: .8;
  padding-left: 35px;
  text-align: left;
}
.forms .mail-link {
  font-size: 20px;
  border-bottom: 1px solid;
}
.contacts .pin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -10px;
  width: 21px;
  height: 34px;
}
.contacts .baloon {
  text-align: left;
  width: 300px;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -85px;
}
@media (min-width: 576px) {
  .contacts .baloon {
    width: 360px;
    margin-left: -180px;
  }
}
.contacts .baloon::after {
  content: "";
  left: 50%;
  margin-left: -10px;
  top: 100%;
  border: 10px solid transparent;
  border-width: 10px 10px 0 10px;
  border-top-color: #fff;
  position: absolute;
}
@media (min-width: 992px) {
  .contacts .baloon.left-tail {
    margin-left: 15px;
  }
  .contacts .baloon.left-tail::after {
    left: 40px;
    margin-left: 0;
  }
}
.contacts .baloon.baloon-on-map {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: -190px auto 0 auto;
  top: 50%;
  opacity: 0;
  display: none;
}
@media (min-width: 576px) {
  .contacts .baloon.baloon-on-map {
    margin: -100px auto 0 auto;
  }
}
.contacts .baloon.baloon-on-map::after {
  display: none;
}
@media (min-width: 992px) {
  .contacts .baloon.baloon-on-map {
    margin: 20px 0 0 -45px;
    -webkit-transition: .3s ease opacity;
    transition: .3s ease opacity;
  }
  .contacts .baloon.baloon-on-map.baloon-1 {
    left: 26%;
    top: 33%;
  }
  .contacts .baloon.baloon-on-map.baloon-2 {
    left: 57.5%;
    top: 28%;
  }
  .contacts .baloon.baloon-on-map.baloon-3 {
    left: 85.5%;
    top: 43%;
  }
  .contacts .baloon.baloon-on-map.baloon-4 {
    left: 21.5%;
    top: 55.5%;
  }
  .contacts .baloon.baloon-on-map.baloon-5 {
    left: 55%;
    top: 52.5%;
  }
  .contacts .baloon.baloon-on-map::after {
    display: block;
    left: 35px;
    margin-left: 0;
    top: -10px;
    border-width: 0 10px 10px 10px;
    border-top-color: transparent;
    border-bottom-color: #fff;
  }
}
.contacts .map-pin {
  position: absolute;
}
.contacts .map-pin:hover + .baloon.baloon-on-map {
  display: block;
  opacity: 1;
  z-index: 3;
}
.contacts .baloon-content img {
  float: left;
  margin-right: 15px;
}
.contacts .baloon-content-text {
  overflow: hidden;
}
.form-control {
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  font-weight: 400;
  min-height: 60px;
  color: #3fa2f7;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100px;
  display: block;
  width: 100%;
  outline: none;
  resize: none;
}
.form-control-light {
  background: #e4f1fd;
}
.form-control-white {
  background: #fff;
  border: 2px solid #e4f1fd;
  padding: 18px;
}
.form-control-small {
  height: 42px;
  min-height: 42px;
  padding: 11px 20px;
}
.form-control::-webkit-input-placeholder {
  color: #5499d5;
}
.form-control::-moz-placeholder {
  color: #5499d5;
}
.form-control:-moz-placeholder {
  color: #5499d5;
}
.form-control:-ms-input-placeholder {
  color: #5499d5;
}
.form-control.icon-left {
  padding-left: 52px;
}
.form-control.icon-right {
  padding-right: 52px;
}
.btn {
  background: #28c6c7;
  font-family: inherit;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 50px;
  font-weight: 500;
  height: 60px;
  border: none;
  border-radius: 100px;
  text-align: center;
}
.btn.btn-small {
  padding: 13px 30px;
  line-height: 1;
  height: auto;
}
.btn:hover {
  background: #8ee1e2;
  color: #fff;
}
.btn.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.form-group .form-control {
  border-radius: 5000px 0 0 5000px;
}
.form-group .btn {
  border-radius: 0 5000px 5000px 0;
  padding-left: 0;
  padding-right: 0;
}
.form-control-feedback {
  position: absolute;
  top: 15px;
  right: 9px;
  opacity: .4;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.nav-tabs {
  border: none;
  font-weight: 500;
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
}
@media (min-width: 576px) {
  .nav-tabs {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.nav-tabs > li,
.nav-tabs > li.active {
  float: none;
  background: transparent;
  display: inline-block;
  margin: 0 2px 10px;
}
@media (min-width: 576px) {
  .nav-tabs > li,
  .nav-tabs > li.active {
    margin: 0 7px 10px;
  }
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  display: inline-block;
  padding: 0 25px;
  height: 42px;
  line-height: 38px;
  border-radius: 32px;
  border: 2px solid #e4f1fd;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-radius: 32px;
  border: 2px solid #28c6c7;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  color: #297fca;
}
.nav-tabs > li .badge-light {
  margin: 0 12px 0 -12px;
}
.tabs-content > .tab-panel {
  display: none;
}
.tabs-content > .tab-panel.active {
  display: block;
}
.top-nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}
.navbar {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  font-family: Euclid-Regular;
}
.navbar > a,
.navbar > .dropdown {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}
.badge-round {
  width: 32px;
  height: 32px;
  border: 2px solid #e4f1fd;
  background: #fff;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  display: inline-block;
}
.badge-light,
.badge-dark {
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: #e4f1fd;
  color: #3fa2f7;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  vertical-align: baseline;
}
.badge-dark {
  color: #fff;
  background: #3fa2f7;
}
.dropdown {
  display: inline-block;
}
.dropdown > a {
  display: inline-block;
  padding-right: 14px;
}
.dropdown > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 11px;
  background: url("/assets/arrow-xs-right-3GXSPQ76-4ed6eae2.svg") no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown-menu {
  z-index: 3;
  position: absolute;
  border: 1px solid #e4f1fd;
  background: #fff;
  white-space: nowrap;
  min-width: 100%;
  border-radius: 4px;
  top: 100%;
  margin-top: 10px;
  overflow: hidden;
  padding: 3px 0;
  left: 0;
  right: auto;
  display: none;
}
.dropdown-menu .dropdown-divider {
  margin: 3px 0;
  border-top: 1px solid #e4f1fd;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
}
.dropdown-menu a:hover {
  background: #e4f1fd;
}
.dropdown-right .dropdown-menu {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
ol[type="1"] {
  padding-left: 18px;
  padding-right: 20px;
}
ol[type="1"] li {
  margin-bottom: 15px;
  margin-left: 0;
  opacity: .9;
}
ol li {
  opacity: .9;
}
img {
  max-width: 100%;
}

/* app/frontend/front/platforma-template/css/styles.scss */
.front.practitioners_terms h2,
.front.practitioners_terms h3 {
  text-transform: uppercase;
}
.price-link {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.terms-version {
  font-size: 14px;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}
.hb-footer {
  background-color: #35404e;
  color: white;
  grid-row-start: 2;
  grid-row-end: 3;
}
.footer-title {
  font-weight: bolder;
}
.footer-link a {
  color: white;
}
.footer-blurb {
  margin-right: 60px;
}
.front-inner {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .navbar {
    margin-left: 5px;
    margin-right: 5px;
  }
  .navbar > a {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .hidden-mobile {
    display: none !important;
  }
  .front-inner {
    margin-top: 130px;
  }
}
.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: center;
}
@media (max-width: 1000px) {
  .testimonials {
    grid-template-columns: 1fr;
  }
}
.testimonials .testimonial .inner {
  max-width: 600px;
  border: 2px solid #8ee1e2;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
  height: 100%;
}
.testimonials .testimonial .inner img {
  max-height: 120px;
  margin-bottom: 40px;
}
.testimonials .testimonial .inner .title {
  margin-bottom: 20px;
}
.testimonials .testimonial .inner h5 {
  margin-bottom: 5px;
}
.hb-button {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.hb-button.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.white {
  background: #fff;
  border: #fff 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.white:hover {
  background: rgb(229.5, 229.5, 229.5);
  border: rgb(229.5, 229.5, 229.5) 1px solid;
  color: #fff;
}
.hb-button.white.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.white.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.white:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.white {
  color: #35404e;
}
.hb-button.white.outline {
  background: transparent;
  color: #fff;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.white.outline:hover {
  background: #fff;
  color: #fff;
}
@media (hover: none) {
  .hb-button.white.outline:hover {
    background: transparent;
    color: #fff;
  }
}
.hb-button.white.outline.has-chevron:after {
  background-color: #fff;
}
.hb-button.white.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.white.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.white.outline.has-chevron.is-open {
  background: #fff;
  color: #fff;
}
.hb-button.black {
  background: #000;
  border: #000 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.black:hover {
  background: black;
  border: black 1px solid;
  color: #fff;
}
.hb-button.black.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.black.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.black:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.black.outline {
  background: transparent;
  color: #000;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.black.outline:hover {
  background: #000;
  color: #fff;
}
@media (hover: none) {
  .hb-button.black.outline:hover {
    background: transparent;
    color: #000;
  }
}
.hb-button.black.outline.has-chevron:after {
  background-color: #000;
}
.hb-button.black.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.black.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.black.outline.has-chevron.is-open {
  background: #000;
  color: #fff;
}
.hb-button.primary {
  background: #35404e;
  border: #35404e 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.primary:hover {
  background: rgb(32.3664122137, 39.0839694656, 47.6335877863);
  border: rgb(32.3664122137, 39.0839694656, 47.6335877863) 1px solid;
  color: #fff;
}
.hb-button.primary.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.primary.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.primary:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.primary.outline {
  background: transparent;
  color: #35404e;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.primary.outline:hover {
  background: #35404e;
  color: #fff;
}
@media (hover: none) {
  .hb-button.primary.outline:hover {
    background: transparent;
    color: #35404e;
  }
}
.hb-button.primary.outline.has-chevron:after {
  background-color: #35404e;
}
.hb-button.primary.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.primary.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.primary.outline.has-chevron.is-open {
  background: #35404e;
  color: #fff;
}
.hb-button.secondary {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.secondary:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.hb-button.secondary.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.secondary.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.secondary:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.secondary.outline {
  background: transparent;
  color: #28c6c7;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.secondary.outline:hover {
  background: #28c6c7;
  color: #fff;
}
@media (hover: none) {
  .hb-button.secondary.outline:hover {
    background: transparent;
    color: #28c6c7;
  }
}
.hb-button.secondary.outline.has-chevron:after {
  background-color: #28c6c7;
}
.hb-button.secondary.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.secondary.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.secondary.outline.has-chevron.is-open {
  background: #28c6c7;
  color: #fff;
}
.hb-button.tertiary {
  background: #ff4a45;
  border: #ff4a45 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.tertiary:hover {
  background: rgb(255, 24.3709677419, 18);
  border: rgb(255, 24.3709677419, 18) 1px solid;
  color: #fff;
}
.hb-button.tertiary.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.tertiary.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.tertiary:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.tertiary.outline {
  background: transparent;
  color: #ff4a45;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.tertiary.outline:hover {
  background: #ff4a45;
  color: #fff;
}
@media (hover: none) {
  .hb-button.tertiary.outline:hover {
    background: transparent;
    color: #ff4a45;
  }
}
.hb-button.tertiary.outline.has-chevron:after {
  background-color: #ff4a45;
}
.hb-button.tertiary.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.tertiary.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.tertiary.outline.has-chevron.is-open {
  background: #ff4a45;
  color: #fff;
}
.hb-button.highlight {
  background: #542537;
  border: #542537 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.highlight:hover {
  background: rgb(48.5950413223, 21.4049586777, 31.8181818182);
  border: rgb(48.5950413223, 21.4049586777, 31.8181818182) 1px solid;
  color: #fff;
}
.hb-button.highlight.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.highlight.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.highlight:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.highlight.outline {
  background: transparent;
  color: #542537;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.highlight.outline:hover {
  background: #542537;
  color: #fff;
}
@media (hover: none) {
  .hb-button.highlight.outline:hover {
    background: transparent;
    color: #542537;
  }
}
.hb-button.highlight.outline.has-chevron:after {
  background-color: #542537;
}
.hb-button.highlight.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.highlight.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.highlight.outline.has-chevron.is-open {
  background: #542537;
  color: #fff;
}
.hb-button.has-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hb-button.has-icon .icon {
  margin-right: .5rem;
}
.hb-button.has-icon .icon:before {
  height: 18px;
  width: 18px;
}
.hb-button.has-icon.outline:hover .icon.dark:before {
  background-color: #fff;
}
.hb-button.has-icon.medium .icon:before {
  width: 16px;
  height: 16px;
}
.hb-button.has-chevron {
  padding-right: 12px;
  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;
}
.hb-button.has-chevron:after {
  -webkit-mask: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg") no-repeat center;
  mask: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  background-image: none;
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-size: cover;
  margin-left: 10px;
  -webkit-transition:
    background .2s ease-in-out,
    color .2s ease-in-out,
    -webkit-transform .3s;
  transition:
    background .2s ease-in-out,
    color .2s ease-in-out,
    -webkit-transform .3s;
  transition:
    transform .3s,
    background .2s ease-in-out,
    color .2s ease-in-out;
  transition:
    transform .3s,
    background .2s ease-in-out,
    color .2s ease-in-out,
    -webkit-transform .3s;
}
.hb-button.has-chevron.is-open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.button-spinner {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-spinner:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.button-spinner.small {
  font-size: 13px;
  padding: 2px 10px;
}
.button-spinner.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.button-spinner:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.button-spinner {
  position: relative;
}
.button-spinner:disabled {
  cursor: not-allowed;
}
.button-spinner:disabled::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, .1);
  border-top-color: #333;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
a.hb-button {
  line-height: 1.15;
  display: inline-block;
}
.plus-minus {
  display: inline-block;
  border: none;
  outline: none;
  background: none;
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.plus-minus:before,
.plus-minus:after {
  content: "";
  position: absolute;
  background-color: #28c6c7;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}
.plus-minus {
}
.plus-minus:before {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.plus-minus {
}
.plus-minus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}
.plus-minus.is-active {
  cursor: pointer;
}
.plus-minus.is-active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plus-minus.is-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrap {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.wrap.narrow-wrap {
  max-width: 940px;
}
header.header-front {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: rgba(33, 38, 44, 0) 0px 2px 4px 0px;
  box-shadow: rgba(33, 38, 44, 0) 0px 2px 4px 0px;
  z-index: 3;
  -webkit-transition: -webkit-box-shadow 300ms ease;
  transition: -webkit-box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
}
header.header-front a.btn {
  text-decoration: none;
}
header.header-front ol,
header.header-front ul {
  list-style: none;
}
header.header-front .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}
header.header-front .wrap .brand {
  display: block;
  width: 150px;
  height: 38px;
  padding-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/icon-hb-logo-WDAQR7AD-f08646c3.svg");
}
@media (max-width: 899px) {
  header.header-front .wrap .brand {
    width: 150px;
    height: 35px;
  }
}
@media (max-width: 339px) {
  header.header-front .wrap .brand {
    width: 135px;
  }
}
header.header-front .wrap .brand:hover img {
  opacity: .8;
}
header.header-front .wrap .brand svg {
  height: 100%;
  width: 100%;
}
header.header-front .wrap .header-nav {
  position: static;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 899px) {
  header.header-front .wrap .header-nav .front-menu-primary-navigation {
    display: none;
  }
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li {
  margin-right: 30px;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li:last-child {
  margin-right: 0;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li a {
  font-family: Euclid-Regular, sans-serif;
  color: #35404e;
  font-size: 16px;
  text-decoration: none;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li a:hover {
  color: #28c6c7;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li.nav-button a {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li.nav-button a:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li.nav-button a.small {
  font-size: 13px;
  padding: 2px 10px;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li.nav-button a.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li.nav-button a:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li.nav-button a.header-talk-btn {
  background: #fff;
  color: #35404e;
  border-color: #35404e;
  padding: 8px 10px;
  font-size: 14px;
  -webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
  transition: color .2s ease-in-out, background .2s ease-in-out;
}
header.header-front .wrap .header-nav .front-menu-primary-navigation li.nav-button a.header-talk-btn:hover {
  color: #fff;
  background: #35404e;
}
@-webkit-keyframes toggle_top_line {
  25% {
    top: 7px;
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes toggle_top_line {
  25% {
    top: 7px;
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes toggle_bottom_line {
  25% {
    top: 7px;
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes toggle_bottom_line {
  25% {
    top: 7px;
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.menu-mobile-nav {
  display: none;
}
@media (max-width: 899px) {
  .menu-mobile-nav {
    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;
    position: static;
  }
}
.menu-mobile-nav .menu-mobile-cta {
  margin-right: .875rem;
  padding: 8px 20px;
  font-size: .875rem;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .menu-mobile-nav .menu-mobile-cta {
    padding: 8px;
  }
}
@media (max-width: 339px) {
  .menu-mobile-nav .menu-mobile-cta {
    padding: 6px;
    font-size: 12px;
    margin-right: .5rem;
  }
}
.menu-mobile-ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  margin-top: 1rem;
}
.menu-mobile-cta-left,
.menu-mobile-cta-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 1rem;
  padding: 12px 0;
}
@media (max-width: 599px) {
  .menu-mobile-cta-left,
  .menu-mobile-cta-right {
    padding: 10px 0;
  }
}
.menu-mobile-cta-right {
  margin-left: 10px;
}
button.menu-toggle {
  position: relative;
  z-index: 999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent calc(50% - 1px),
      #35404e calc(50% - 1px),
      #35404e calc(50% + 1px),
      transparent calc(50% + 1px),
      transparent 100%);
  border: none;
  width: 22px;
  height: 16px;
  font-size: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}
@media (max-width: 339px) {
  button.menu-toggle {
    width: 16px;
    height: 12px;
  }
}
button.menu-toggle:focus {
  outline: none;
}
button.menu-toggle:before,
button.menu-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background: #35404e;
}
@media (max-width: 339px) {
  button.menu-toggle:before,
  button.menu-toggle:after {
    width: 16px;
  }
}
button.menu-toggle:after {
  top: auto;
  bottom: 0;
}
button.menu-toggle.toggled {
  height: 16px;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent calc(50% - 1px),
      transparent calc(50% - 1px),
      transparent calc(50% + 1px),
      transparent calc(50% + 1px),
      transparent 100%);
  -webkit-animation: menu-toggle-animation .4s ease;
  animation: menu-toggle-animation .4s ease;
}
button.menu-toggle.toggled:before,
button.menu-toggle.toggled:after {
  background: #35404e;
}
button.menu-toggle.toggled:before {
  -webkit-animation: toggle_top_line .4s ease;
  animation: toggle_top_line .4s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
button.menu-toggle.toggled:after {
  -webkit-animation: toggle_bottom_line .4s ease;
  animation: toggle_bottom_line .4s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (min-width: 900px) {
  button.menu-toggle {
    display: none;
  }
}
.menu-mobile-menu {
  display: none;
}
@media (max-width: 899px) {
  .menu-mobile-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 65%;
    left: 0;
    width: 100vw;
    height: calc(100vh - 55px);
    padding-bottom: 100px;
    background: #fff;
    padding: 0 20px;
    overflow-y: scroll;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .menu-mobile-menu.toggled {
    opacity: 1;
    visibility: visible;
    top: 100%;
    display: block;
    border-top: 1px solid #eaedf0;
  }
}
.menu-mobile-item {
  border-bottom: 1px solid #eaedf0;
  padding: 0 .5rem;
  cursor: pointer;
}
.menu-mobile-item-title {
  display: block;
  font-family: Euclid-Regular, sans-serif;
  font-weight: bold;
  opacity: 1;
  font-size: 20px;
  padding: 12px 0;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}
@media (max-width: 599px) {
  .menu-mobile-item-title {
    font-size: 18px;
  }
}
.menu-mobile-item-title .icon-chevron-down {
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}
.menu-mobile-item-title .icon-chevron-down:before {
  width: 15px;
  height: 15px;
}
@media (max-width: 399px) {
  .menu-mobile-item-title .icon-chevron-down:before {
    width: 12px;
    height: 12px;
  }
}
.menu-mobile-item-title.has-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-mobile-item-title.is-expanded {
  color: #28c6c7;
  padding-bottom: 0;
}
.menu-mobile-item-title.is-expanded + .menu-mobile-subitems {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  padding: 6px 0 20px;
}
.menu-mobile-item-title.is-expanded .icon-chevron-down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.menu-mobile-subitems {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition:
    max-height .1s ease-out,
    opacity .2s ease-out,
    visibility .2s ease-out;
  transition:
    max-height .1s ease-out,
    opacity .2s ease-out,
    visibility .2s ease-out;
}
.menu-mobile-subitems a {
  display: block;
}
.pagination {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  padding: 0;
  margin: 50px 0;
}
.pagination li {
  margin: 0px 2px;
}
.pagination .circle {
  display: block;
  width: 25px;
  height: 27px;
}
.pagination .circle.next,
.pagination .circle.prev {
  opacity: 1;
  border: 1px solid #36414f;
  font-size: 30px;
  border-radius: 1px;
  margin: 0 5px;
}
.pagination .circle.next:hover,
.pagination .circle.prev:hover {
  border-color: #28c6c7;
}
.pagination .circle.next:hover path,
.pagination .circle.prev:hover path {
  stroke: #28c6c7;
}
.pagination a {
  text-align: center;
  text-decoration: none;
  opacity: .5;
  margin-top: 1px;
  color: #545454;
  font-weight: 400;
}
.pagination a:hover {
  color: #28c6c7;
  opacity: 1;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination .current {
  color: #333;
  opacity: 1;
  font-weight: 700;
}
.pagination .current:hover {
  color: #333;
}

/* app/frontend/front/css/index.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}
button {
  background: transparent;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
}
*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #d7d7d7;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
  height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}
button,
[role=button] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.list-reset {
  list-style: none;
  padding: 0;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  background-color: #35404e;
}
.bg-grey-darkest {
  background-color: #292828;
}
.bg-grey-darker {
  background-color: #494949;
}
.bg-grey-dark {
  background-color: #616060;
}
.bg-grey {
  background-color: #797979;
}
.bg-grey-light {
  background-color: #d7d7d7;
}
.bg-grey-lighter {
  background-color: #f5f1ea;
}
.bg-grey-lightest {
  background-color: #f2f2f2;
}
.bg-white {
  background-color: #fff;
}
.bg-red-darkest {
  background-color: #3b0d0c;
}
.bg-red-darker {
  background-color: #621b18;
}
.bg-red-dark {
  background-color: #cc1f1a;
}
.bg-red {
  background-color: #e3342f;
}
.bg-red-heart {
  background-color: #fe5267;
}
.bg-red-light {
  background-color: #ef5753;
}
.bg-red-lighter {
  background-color: #f9acaa;
}
.bg-red-lightest {
  background-color: #fcebea;
}
.bg-green-darkest {
  background-color: #092b2b;
}
.bg-green-darker {
  background-color: #115556;
}
.bg-green-dark {
  background-color: #1d8e8e;
}
.bg-green {
  background-color: #28c6c7;
}
.bg-green-light {
  background-color: #4bcccd;
}
.bg-green-lighter {
  background-color: #63d2d3;
}
.bg-green-lightest {
  background-color: #d5f6f7;
}
.bg-teal-darkest {
  background-color: #0d3331;
}
.bg-teal-darker {
  background-color: #20504f;
}
.bg-teal-dark {
  background-color: #38a89d;
}
.bg-teal {
  background-color: #4dc0b5;
}
.bg-teal-light {
  background-color: #64d5ca;
}
.bg-teal-lighter {
  background-color: #a0f0ed;
}
.bg-teal-lightest {
  background-color: #e8fffe;
}
.bg-blue-darkest {
  background-color: #12283a;
}
.bg-blue-darker {
  background-color: #1c3d5a;
}
.bg-blue-dark {
  background-color: #2779bd;
}
.bg-blue {
  background-color: #35404e;
}
.bg-blue-light {
  background-color: #6cb2eb;
}
.bg-blue-lighter {
  background-color: #bcdefa;
}
.bg-blue-lightest {
  background-color: #eff8ff;
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-black:hover {
  background-color: #35404e;
}
.hover\:bg-grey-darkest:hover {
  background-color: #292828;
}
.hover\:bg-grey-darker:hover {
  background-color: #494949;
}
.hover\:bg-grey-dark:hover {
  background-color: #616060;
}
.hover\:bg-grey:hover {
  background-color: #797979;
}
.hover\:bg-grey-light:hover {
  background-color: #d7d7d7;
}
.hover\:bg-grey-lighter:hover {
  background-color: #f5f1ea;
}
.hover\:bg-grey-lightest:hover {
  background-color: #f2f2f2;
}
.hover\:bg-white:hover {
  background-color: #fff;
}
.hover\:bg-red-darkest:hover {
  background-color: #3b0d0c;
}
.hover\:bg-red-darker:hover {
  background-color: #621b18;
}
.hover\:bg-red-dark:hover {
  background-color: #cc1f1a;
}
.hover\:bg-red:hover {
  background-color: #e3342f;
}
.hover\:bg-red-heart:hover {
  background-color: #fe5267;
}
.hover\:bg-red-light:hover {
  background-color: #ef5753;
}
.hover\:bg-red-lighter:hover {
  background-color: #f9acaa;
}
.hover\:bg-red-lightest:hover {
  background-color: #fcebea;
}
.hover\:bg-green-darkest:hover {
  background-color: #092b2b;
}
.hover\:bg-green-darker:hover {
  background-color: #115556;
}
.hover\:bg-green-dark:hover {
  background-color: #1d8e8e;
}
.hover\:bg-green:hover {
  background-color: #28c6c7;
}
.hover\:bg-green-light:hover {
  background-color: #4bcccd;
}
.hover\:bg-green-lighter:hover {
  background-color: #63d2d3;
}
.hover\:bg-green-lightest:hover {
  background-color: #d5f6f7;
}
.hover\:bg-teal-darkest:hover {
  background-color: #0d3331;
}
.hover\:bg-teal-darker:hover {
  background-color: #20504f;
}
.hover\:bg-teal-dark:hover {
  background-color: #38a89d;
}
.hover\:bg-teal:hover {
  background-color: #4dc0b5;
}
.hover\:bg-teal-light:hover {
  background-color: #64d5ca;
}
.hover\:bg-teal-lighter:hover {
  background-color: #a0f0ed;
}
.hover\:bg-teal-lightest:hover {
  background-color: #e8fffe;
}
.hover\:bg-blue-darkest:hover {
  background-color: #12283a;
}
.hover\:bg-blue-darker:hover {
  background-color: #1c3d5a;
}
.hover\:bg-blue-dark:hover {
  background-color: #2779bd;
}
.hover\:bg-blue:hover {
  background-color: #35404e;
}
.hover\:bg-blue-light:hover {
  background-color: #6cb2eb;
}
.hover\:bg-blue-lighter:hover {
  background-color: #bcdefa;
}
.hover\:bg-blue-lightest:hover {
  background-color: #eff8ff;
}
.focus\:bg-transparent:focus {
  background-color: transparent;
}
.focus\:bg-black:focus {
  background-color: #35404e;
}
.focus\:bg-grey-darkest:focus {
  background-color: #292828;
}
.focus\:bg-grey-darker:focus {
  background-color: #494949;
}
.focus\:bg-grey-dark:focus {
  background-color: #616060;
}
.focus\:bg-grey:focus {
  background-color: #797979;
}
.focus\:bg-grey-light:focus {
  background-color: #d7d7d7;
}
.focus\:bg-grey-lighter:focus {
  background-color: #f5f1ea;
}
.focus\:bg-grey-lightest:focus {
  background-color: #f2f2f2;
}
.focus\:bg-white:focus {
  background-color: #fff;
}
.focus\:bg-red-darkest:focus {
  background-color: #3b0d0c;
}
.focus\:bg-red-darker:focus {
  background-color: #621b18;
}
.focus\:bg-red-dark:focus {
  background-color: #cc1f1a;
}
.focus\:bg-red:focus {
  background-color: #e3342f;
}
.focus\:bg-red-heart:focus {
  background-color: #fe5267;
}
.focus\:bg-red-light:focus {
  background-color: #ef5753;
}
.focus\:bg-red-lighter:focus {
  background-color: #f9acaa;
}
.focus\:bg-red-lightest:focus {
  background-color: #fcebea;
}
.focus\:bg-green-darkest:focus {
  background-color: #092b2b;
}
.focus\:bg-green-darker:focus {
  background-color: #115556;
}
.focus\:bg-green-dark:focus {
  background-color: #1d8e8e;
}
.focus\:bg-green:focus {
  background-color: #28c6c7;
}
.focus\:bg-green-light:focus {
  background-color: #4bcccd;
}
.focus\:bg-green-lighter:focus {
  background-color: #63d2d3;
}
.focus\:bg-green-lightest:focus {
  background-color: #d5f6f7;
}
.focus\:bg-teal-darkest:focus {
  background-color: #0d3331;
}
.focus\:bg-teal-darker:focus {
  background-color: #20504f;
}
.focus\:bg-teal-dark:focus {
  background-color: #38a89d;
}
.focus\:bg-teal:focus {
  background-color: #4dc0b5;
}
.focus\:bg-teal-light:focus {
  background-color: #64d5ca;
}
.focus\:bg-teal-lighter:focus {
  background-color: #a0f0ed;
}
.focus\:bg-teal-lightest:focus {
  background-color: #e8fffe;
}
.focus\:bg-blue-darkest:focus {
  background-color: #12283a;
}
.focus\:bg-blue-darker:focus {
  background-color: #1c3d5a;
}
.focus\:bg-blue-dark:focus {
  background-color: #2779bd;
}
.focus\:bg-blue:focus {
  background-color: #35404e;
}
.focus\:bg-blue-light:focus {
  background-color: #6cb2eb;
}
.focus\:bg-blue-lighter:focus {
  background-color: #bcdefa;
}
.focus\:bg-blue-lightest:focus {
  background-color: #eff8ff;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-auto {
  background-size: auto;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.border-collapse {
  border-collapse: collapse;
}
.border-separate {
  border-collapse: separate;
}
.border-transparent {
  border-color: transparent;
}
.border-black {
  border-color: #35404e;
}
.border-grey-darkest {
  border-color: #292828;
}
.border-grey-darker {
  border-color: #494949;
}
.border-grey-dark {
  border-color: #616060;
}
.border-grey {
  border-color: #797979;
}
.border-grey-light {
  border-color: #d7d7d7;
}
.border-grey-lighter {
  border-color: #f5f1ea;
}
.border-grey-lightest {
  border-color: #f2f2f2;
}
.border-white {
  border-color: #fff;
}
.border-red-darkest {
  border-color: #3b0d0c;
}
.border-red-darker {
  border-color: #621b18;
}
.border-red-dark {
  border-color: #cc1f1a;
}
.border-red {
  border-color: #e3342f;
}
.border-red-heart {
  border-color: #fe5267;
}
.border-red-light {
  border-color: #ef5753;
}
.border-red-lighter {
  border-color: #f9acaa;
}
.border-red-lightest {
  border-color: #fcebea;
}
.border-green-darkest {
  border-color: #092b2b;
}
.border-green-darker {
  border-color: #115556;
}
.border-green-dark {
  border-color: #1d8e8e;
}
.border-green {
  border-color: #28c6c7;
}
.border-green-light {
  border-color: #4bcccd;
}
.border-green-lighter {
  border-color: #63d2d3;
}
.border-green-lightest {
  border-color: #d5f6f7;
}
.border-teal-darkest {
  border-color: #0d3331;
}
.border-teal-darker {
  border-color: #20504f;
}
.border-teal-dark {
  border-color: #38a89d;
}
.border-teal {
  border-color: #4dc0b5;
}
.border-teal-light {
  border-color: #64d5ca;
}
.border-teal-lighter {
  border-color: #a0f0ed;
}
.border-teal-lightest {
  border-color: #e8fffe;
}
.border-blue-darkest {
  border-color: #12283a;
}
.border-blue-darker {
  border-color: #1c3d5a;
}
.border-blue-dark {
  border-color: #2779bd;
}
.border-blue {
  border-color: #35404e;
}
.border-blue-light {
  border-color: #6cb2eb;
}
.border-blue-lighter {
  border-color: #bcdefa;
}
.border-blue-lightest {
  border-color: #eff8ff;
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-black:hover {
  border-color: #35404e;
}
.hover\:border-grey-darkest:hover {
  border-color: #292828;
}
.hover\:border-grey-darker:hover {
  border-color: #494949;
}
.hover\:border-grey-dark:hover {
  border-color: #616060;
}
.hover\:border-grey:hover {
  border-color: #797979;
}
.hover\:border-grey-light:hover {
  border-color: #d7d7d7;
}
.hover\:border-grey-lighter:hover {
  border-color: #f5f1ea;
}
.hover\:border-grey-lightest:hover {
  border-color: #f2f2f2;
}
.hover\:border-white:hover {
  border-color: #fff;
}
.hover\:border-red-darkest:hover {
  border-color: #3b0d0c;
}
.hover\:border-red-darker:hover {
  border-color: #621b18;
}
.hover\:border-red-dark:hover {
  border-color: #cc1f1a;
}
.hover\:border-red:hover {
  border-color: #e3342f;
}
.hover\:border-red-heart:hover {
  border-color: #fe5267;
}
.hover\:border-red-light:hover {
  border-color: #ef5753;
}
.hover\:border-red-lighter:hover {
  border-color: #f9acaa;
}
.hover\:border-red-lightest:hover {
  border-color: #fcebea;
}
.hover\:border-green-darkest:hover {
  border-color: #092b2b;
}
.hover\:border-green-darker:hover {
  border-color: #115556;
}
.hover\:border-green-dark:hover {
  border-color: #1d8e8e;
}
.hover\:border-green:hover {
  border-color: #28c6c7;
}
.hover\:border-green-light:hover {
  border-color: #4bcccd;
}
.hover\:border-green-lighter:hover {
  border-color: #63d2d3;
}
.hover\:border-green-lightest:hover {
  border-color: #d5f6f7;
}
.hover\:border-teal-darkest:hover {
  border-color: #0d3331;
}
.hover\:border-teal-darker:hover {
  border-color: #20504f;
}
.hover\:border-teal-dark:hover {
  border-color: #38a89d;
}
.hover\:border-teal:hover {
  border-color: #4dc0b5;
}
.hover\:border-teal-light:hover {
  border-color: #64d5ca;
}
.hover\:border-teal-lighter:hover {
  border-color: #a0f0ed;
}
.hover\:border-teal-lightest:hover {
  border-color: #e8fffe;
}
.hover\:border-blue-darkest:hover {
  border-color: #12283a;
}
.hover\:border-blue-darker:hover {
  border-color: #1c3d5a;
}
.hover\:border-blue-dark:hover {
  border-color: #2779bd;
}
.hover\:border-blue:hover {
  border-color: #35404e;
}
.hover\:border-blue-light:hover {
  border-color: #6cb2eb;
}
.hover\:border-blue-lighter:hover {
  border-color: #bcdefa;
}
.hover\:border-blue-lightest:hover {
  border-color: #eff8ff;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-black:focus {
  border-color: #35404e;
}
.focus\:border-grey-darkest:focus {
  border-color: #292828;
}
.focus\:border-grey-darker:focus {
  border-color: #494949;
}
.focus\:border-grey-dark:focus {
  border-color: #616060;
}
.focus\:border-grey:focus {
  border-color: #797979;
}
.focus\:border-grey-light:focus {
  border-color: #d7d7d7;
}
.focus\:border-grey-lighter:focus {
  border-color: #f5f1ea;
}
.focus\:border-grey-lightest:focus {
  border-color: #f2f2f2;
}
.focus\:border-white:focus {
  border-color: #fff;
}
.focus\:border-red-darkest:focus {
  border-color: #3b0d0c;
}
.focus\:border-red-darker:focus {
  border-color: #621b18;
}
.focus\:border-red-dark:focus {
  border-color: #cc1f1a;
}
.focus\:border-red:focus {
  border-color: #e3342f;
}
.focus\:border-red-heart:focus {
  border-color: #fe5267;
}
.focus\:border-red-light:focus {
  border-color: #ef5753;
}
.focus\:border-red-lighter:focus {
  border-color: #f9acaa;
}
.focus\:border-red-lightest:focus {
  border-color: #fcebea;
}
.focus\:border-green-darkest:focus {
  border-color: #092b2b;
}
.focus\:border-green-darker:focus {
  border-color: #115556;
}
.focus\:border-green-dark:focus {
  border-color: #1d8e8e;
}
.focus\:border-green:focus {
  border-color: #28c6c7;
}
.focus\:border-green-light:focus {
  border-color: #4bcccd;
}
.focus\:border-green-lighter:focus {
  border-color: #63d2d3;
}
.focus\:border-green-lightest:focus {
  border-color: #d5f6f7;
}
.focus\:border-teal-darkest:focus {
  border-color: #0d3331;
}
.focus\:border-teal-darker:focus {
  border-color: #20504f;
}
.focus\:border-teal-dark:focus {
  border-color: #38a89d;
}
.focus\:border-teal:focus {
  border-color: #4dc0b5;
}
.focus\:border-teal-light:focus {
  border-color: #64d5ca;
}
.focus\:border-teal-lighter:focus {
  border-color: #a0f0ed;
}
.focus\:border-teal-lightest:focus {
  border-color: #e8fffe;
}
.focus\:border-blue-darkest:focus {
  border-color: #12283a;
}
.focus\:border-blue-darker:focus {
  border-color: #1c3d5a;
}
.focus\:border-blue-dark:focus {
  border-color: #2779bd;
}
.focus\:border-blue:focus {
  border-color: #35404e;
}
.focus\:border-blue-light:focus {
  border-color: #6cb2eb;
}
.focus\:border-blue-lighter:focus {
  border-color: #bcdefa;
}
.focus\:border-blue-lightest:focus {
  border-color: #eff8ff;
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: .125rem;
}
.rounded {
  border-radius: .25rem;
}
.rounded-lg {
  border-radius: .75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}
.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}
.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}
.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}
.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.rounded-t-lg {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}
.rounded-r-lg {
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
}
.rounded-l-lg {
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.rounded-br-none {
  border-bottom-right-radius: 0;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.rounded-tl-sm {
  border-top-left-radius: .125rem;
}
.rounded-tr-sm {
  border-top-right-radius: .125rem;
}
.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}
.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}
.rounded-tl {
  border-top-left-radius: .25rem;
}
.rounded-tr {
  border-top-right-radius: .25rem;
}
.rounded-br {
  border-bottom-right-radius: .25rem;
}
.rounded-bl {
  border-bottom-left-radius: .25rem;
}
.rounded-tl-lg {
  border-top-left-radius: .75rem;
}
.rounded-tr-lg {
  border-top-right-radius: .75rem;
}
.rounded-br-lg {
  border-bottom-right-radius: .75rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: .75rem;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.hover\:rounded-none:hover {
  border-radius: 0;
}
.hover\:rounded-sm:hover {
  border-radius: .125rem;
}
.hover\:rounded:hover {
  border-radius: .25rem;
}
.hover\:rounded-lg:hover {
  border-radius: .75rem;
}
.hover\:rounded-full:hover {
  border-radius: 9999px;
}
.hover\:rounded-t-none:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hover\:rounded-r-none:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hover\:rounded-b-none:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hover\:rounded-l-none:hover {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hover\:rounded-t-sm:hover {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}
.hover\:rounded-r-sm:hover {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}
.hover\:rounded-b-sm:hover {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}
.hover\:rounded-l-sm:hover {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}
.hover\:rounded-t:hover {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.hover\:rounded-r:hover {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.hover\:rounded-b:hover {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.hover\:rounded-l:hover {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.hover\:rounded-t-lg:hover {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}
.hover\:rounded-r-lg:hover {
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
}
.hover\:rounded-b-lg:hover {
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
}
.hover\:rounded-l-lg:hover {
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem;
}
.hover\:rounded-t-full:hover {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.hover\:rounded-r-full:hover {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.hover\:rounded-b-full:hover {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.hover\:rounded-l-full:hover {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.hover\:rounded-tl-none:hover {
  border-top-left-radius: 0;
}
.hover\:rounded-tr-none:hover {
  border-top-right-radius: 0;
}
.hover\:rounded-br-none:hover {
  border-bottom-right-radius: 0;
}
.hover\:rounded-bl-none:hover {
  border-bottom-left-radius: 0;
}
.hover\:rounded-tl-sm:hover {
  border-top-left-radius: .125rem;
}
.hover\:rounded-tr-sm:hover {
  border-top-right-radius: .125rem;
}
.hover\:rounded-br-sm:hover {
  border-bottom-right-radius: .125rem;
}
.hover\:rounded-bl-sm:hover {
  border-bottom-left-radius: .125rem;
}
.hover\:rounded-tl:hover {
  border-top-left-radius: .25rem;
}
.hover\:rounded-tr:hover {
  border-top-right-radius: .25rem;
}
.hover\:rounded-br:hover {
  border-bottom-right-radius: .25rem;
}
.hover\:rounded-bl:hover {
  border-bottom-left-radius: .25rem;
}
.hover\:rounded-tl-lg:hover {
  border-top-left-radius: .75rem;
}
.hover\:rounded-tr-lg:hover {
  border-top-right-radius: .75rem;
}
.hover\:rounded-br-lg:hover {
  border-bottom-right-radius: .75rem;
}
.hover\:rounded-bl-lg:hover {
  border-bottom-left-radius: .75rem;
}
.hover\:rounded-tl-full:hover {
  border-top-left-radius: 9999px;
}
.hover\:rounded-tr-full:hover {
  border-top-right-radius: 9999px;
}
.hover\:rounded-br-full:hover {
  border-bottom-right-radius: 9999px;
}
.hover\:rounded-bl-full:hover {
  border-bottom-left-radius: 9999px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-none {
  border-style: none;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border {
  border-width: 1px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-r-0 {
  border-right-width: 0;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-l-0 {
  border-left-width: 0;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.last-child\:border-0:last-child {
  border-width: 0;
}
.last-child\:border-2:last-child {
  border-width: 2px;
}
.last-child\:border-4:last-child {
  border-width: 4px;
}
.last-child\:border-8:last-child {
  border-width: 8px;
}
.last-child\:border:last-child {
  border-width: 1px;
}
.last-child\:border-t-0:last-child {
  border-top-width: 0;
}
.last-child\:border-r-0:last-child {
  border-right-width: 0;
}
.last-child\:border-b-0:last-child {
  border-bottom-width: 0;
}
.last-child\:border-l-0:last-child {
  border-left-width: 0;
}
.last-child\:border-t-2:last-child {
  border-top-width: 2px;
}
.last-child\:border-r-2:last-child {
  border-right-width: 2px;
}
.last-child\:border-b-2:last-child {
  border-bottom-width: 2px;
}
.last-child\:border-l-2:last-child {
  border-left-width: 2px;
}
.last-child\:border-t-4:last-child {
  border-top-width: 4px;
}
.last-child\:border-r-4:last-child {
  border-right-width: 4px;
}
.last-child\:border-b-4:last-child {
  border-bottom-width: 4px;
}
.last-child\:border-l-4:last-child {
  border-left-width: 4px;
}
.last-child\:border-t-8:last-child {
  border-top-width: 8px;
}
.last-child\:border-r-8:last-child {
  border-right-width: 8px;
}
.last-child\:border-b-8:last-child {
  border-bottom-width: 8px;
}
.last-child\:border-l-8:last-child {
  border-left-width: 8px;
}
.last-child\:border-t:last-child {
  border-top-width: 1px;
}
.last-child\:border-r:last-child {
  border-right-width: 1px;
}
.last-child\:border-b:last-child {
  border-bottom-width: 1px;
}
.last-child\:border-l:last-child {
  border-left-width: 1px;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.hidden {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.self-auto {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-initial {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.flex-no-grow {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-no-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.font-sans {
  font-family:
    Roboto,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
}
.font-serif {
  font-family:
    Constantia,
    Lucida Bright,
    Lucidabright,
    Lucida Serif,
    Lucida,
    DejaVu Serif,
    Bitstream Vera Serif,
    Liberation Serif,
    Georgia,
    serif;
}
.font-mono {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
}
.font-display {
  font-family: Euclid-Bold;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.hover\:font-light:hover {
  font-weight: 300;
}
.hover\:font-normal:hover {
  font-weight: 400;
}
.hover\:font-medium:hover {
  font-weight: 500;
}
.hover\:font-semibold:hover {
  font-weight: 600;
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.focus\:font-light:focus {
  font-weight: 300;
}
.focus\:font-normal:focus {
  font-weight: 400;
}
.focus\:font-medium:focus {
  font-weight: 500;
}
.focus\:font-semibold:focus {
  font-weight: 600;
}
.focus\:font-bold:focus {
  font-weight: 700;
}
.h-1 {
  height: .25rem;
}
.h-2 {
  height: .5rem;
}
.h-3 {
  height: .75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-48 {
  height: 12rem;
}
.h-64 {
  height: 16rem;
}
.h-auto {
  height: auto;
}
.h-px {
  height: 1px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-loose {
  line-height: 2;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: .25rem;
}
.m-2 {
  margin: .5rem;
}
.m-3 {
  margin: .75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-8 {
  margin: 2rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-12 {
  margin: 3rem;
}
.m-16 {
  margin: 4rem;
}
.m-20 {
  margin: 5rem;
}
.m-24 {
  margin: 6rem;
}
.m-32 {
  margin: 8rem;
}
.m-auto {
  margin: auto;
}
.m-px {
  margin: 1px;
}
.m-1-1\/2 {
  margin: .375rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}
.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}
.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}
.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}
.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.my-1-1\/2 {
  margin-top: .375rem;
  margin-bottom: .375rem;
}
.mx-1-1\/2 {
  margin-left: .375rem;
  margin-right: .375rem;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-1 {
  margin-top: .25rem;
}
.mr-1 {
  margin-right: .25rem;
}
.mb-1 {
  margin-bottom: .25rem;
}
.ml-1 {
  margin-left: .25rem;
}
.mt-2 {
  margin-top: .5rem;
}
.mr-2 {
  margin-right: .5rem;
}
.mb-2 {
  margin-bottom: .5rem;
}
.ml-2 {
  margin-left: .5rem;
}
.mt-3 {
  margin-top: .75rem;
}
.mr-3 {
  margin-right: .75rem;
}
.mb-3 {
  margin-bottom: .75rem;
}
.ml-3 {
  margin-left: .75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.ml-12 {
  margin-left: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.ml-16 {
  margin-left: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.ml-24 {
  margin-left: 6rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mr-32 {
  margin-right: 8rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.ml-32 {
  margin-left: 8rem;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mt-px {
  margin-top: 1px;
}
.mr-px {
  margin-right: 1px;
}
.mb-px {
  margin-bottom: 1px;
}
.ml-px {
  margin-left: 1px;
}
.mt-1-1\/2 {
  margin-top: .375rem;
}
.mr-1-1\/2 {
  margin-right: .375rem;
}
.mb-1-1\/2 {
  margin-bottom: .375rem;
}
.ml-1-1\/2 {
  margin-left: .375rem;
}
.max-h-128 {
  max-height: 32rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-sm {
  max-width: 30rem;
}
.max-w-md {
  max-width: 40rem;
}
.max-w-lg {
  max-width: 50rem;
}
.max-w-xl {
  max-width: 60rem;
}
.max-w-2xl {
  max-width: 70rem;
}
.max-w-3xl {
  max-width: 80rem;
}
.max-w-4xl {
  max-width: 90rem;
}
.max-w-5xl {
  max-width: 100rem;
}
.max-w-full {
  max-width: 100%;
}
.min-h-0 {
  min-height: 0;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-24 {
  min-height: 8rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-w-0 {
  min-width: 0;
}
.min-w-full {
  min-width: 100%;
}
.-m-0 {
  margin: 0;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-3 {
  margin: -0.75rem;
}
.-m-4 {
  margin: -1rem;
}
.-m-5 {
  margin: -1.25rem;
}
.-m-6 {
  margin: -1.5rem;
}
.-m-8 {
  margin: -2rem;
}
.-m-10 {
  margin: -2.5rem;
}
.-m-12 {
  margin: -3rem;
}
.-m-16 {
  margin: -4rem;
}
.-m-20 {
  margin: -5rem;
}
.-m-24 {
  margin: -6rem;
}
.-m-32 {
  margin: -8rem;
}
.-m-px {
  margin: -1px;
}
.-m-1-1\/2 {
  margin: -0.375rem;
}
.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}
.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}
.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}
.-my-1-1\/2 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-mx-1-1\/2 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mt-0 {
  margin-top: 0;
}
.-mr-0 {
  margin-right: 0;
}
.-mb-0 {
  margin-bottom: 0;
}
.-ml-0 {
  margin-left: 0;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mr-3 {
  margin-right: -0.75rem;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mr-16 {
  margin-right: -4rem;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.-ml-16 {
  margin-left: -4rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mr-20 {
  margin-right: -5rem;
}
.-mb-20 {
  margin-bottom: -5rem;
}
.-ml-20 {
  margin-left: -5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mr-24 {
  margin-right: -6rem;
}
.-mb-24 {
  margin-bottom: -6rem;
}
.-ml-24 {
  margin-left: -6rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.-mr-32 {
  margin-right: -8rem;
}
.-mb-32 {
  margin-bottom: -8rem;
}
.-ml-32 {
  margin-left: -8rem;
}
.-mt-px {
  margin-top: -1px;
}
.-mr-px {
  margin-right: -1px;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-px {
  margin-left: -1px;
}
.-mt-1-1\/2 {
  margin-top: -0.375rem;
}
.-mr-1-1\/2 {
  margin-right: -0.375rem;
}
.-mb-1-1\/2 {
  margin-bottom: -0.375rem;
}
.-ml-1-1\/2 {
  margin-left: -0.375rem;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: .25;
}
.opacity-50 {
  opacity: .5;
}
.opacity-75 {
  opacity: .75;
}
.opacity-100 {
  opacity: 1;
}
.outline-none {
  outline: 0;
}
.focus\:outline-none:focus {
  outline: 0;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}
.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: .25rem;
}
.p-2 {
  padding: .5rem;
}
.p-3 {
  padding: .75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-16 {
  padding: 4rem;
}
.p-20 {
  padding: 5rem;
}
.p-24 {
  padding: 6rem;
}
.p-32 {
  padding: 8rem;
}
.p-px {
  padding: 1px;
}
.p-1-1\/2 {
  padding: .375rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}
.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}
.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.py-1-1\/2 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}
.px-1-1\/2 {
  padding-left: .375rem;
  padding-right: .375rem;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-1 {
  padding-top: .25rem;
}
.pr-1 {
  padding-right: .25rem;
}
.pb-1 {
  padding-bottom: .25rem;
}
.pl-1 {
  padding-left: .25rem;
}
.pt-2 {
  padding-top: .5rem;
}
.pr-2 {
  padding-right: .5rem;
}
.pb-2 {
  padding-bottom: .5rem;
}
.pl-2 {
  padding-left: .5rem;
}
.pt-3 {
  padding-top: .75rem;
}
.pr-3 {
  padding-right: .75rem;
}
.pb-3 {
  padding-bottom: .75rem;
}
.pl-3 {
  padding-left: .75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pr-32 {
  padding-right: 8rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pl-32 {
  padding-left: 8rem;
}
.pt-px {
  padding-top: 1px;
}
.pr-px {
  padding-right: 1px;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-px {
  padding-left: 1px;
}
.pt-1-1\/2 {
  padding-top: .375rem;
}
.pr-1-1\/2 {
  padding-right: .375rem;
}
.pb-1-1\/2 {
  padding-bottom: .375rem;
}
.pl-1-1\/2 {
  padding-left: .375rem;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pin-y {
  top: 0;
  bottom: 0;
}
.pin-x {
  right: 0;
  left: 0;
}
.pin-t {
  top: 0;
}
.pin-r {
  right: 0;
}
.pin-b {
  bottom: 0;
}
.pin-l {
  left: 0;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize-x {
  resize: horizontal;
}
.resize {
  resize: both;
}
.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.shadow-md {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.shadow-lg {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}
.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}
.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hover\:shadow:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.hover\:shadow-md:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.hover\:shadow-lg:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
.hover\:shadow-inner:hover {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}
.hover\:shadow-outline:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}
.hover\:shadow-none:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.focus\:shadow:focus {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.focus\:shadow-md:focus {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.focus\:shadow-lg:focus {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
.focus\:shadow-inner:focus {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}
.focus\:shadow-outline:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}
.focus\:shadow-none:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-transparent {
  color: transparent;
}
.text-black {
  color: #35404e;
}
.text-grey-darkest {
  color: #292828;
}
.text-grey-darker {
  color: #494949;
}
.text-grey-dark {
  color: #616060;
}
.text-grey {
  color: #797979;
}
.text-grey-light {
  color: #d7d7d7;
}
.text-grey-lighter {
  color: #f5f1ea;
}
.text-grey-lightest {
  color: #f2f2f2;
}
.text-white {
  color: #fff;
}
.text-red-darkest {
  color: #3b0d0c;
}
.text-red-darker {
  color: #621b18;
}
.text-red-dark {
  color: #cc1f1a;
}
.text-red {
  color: #e3342f;
}
.text-red-heart {
  color: #fe5267;
}
.text-red-light {
  color: #ef5753;
}
.text-red-lighter {
  color: #f9acaa;
}
.text-red-lightest {
  color: #fcebea;
}
.text-green-darkest {
  color: #092b2b;
}
.text-green-darker {
  color: #115556;
}
.text-green-dark {
  color: #1d8e8e;
}
.text-green {
  color: #28c6c7;
}
.text-green-light {
  color: #4bcccd;
}
.text-green-lighter {
  color: #63d2d3;
}
.text-green-lightest {
  color: #d5f6f7;
}
.text-teal-darkest {
  color: #0d3331;
}
.text-teal-darker {
  color: #20504f;
}
.text-teal-dark {
  color: #38a89d;
}
.text-teal {
  color: #4dc0b5;
}
.text-teal-light {
  color: #64d5ca;
}
.text-teal-lighter {
  color: #a0f0ed;
}
.text-teal-lightest {
  color: #e8fffe;
}
.text-blue-darkest {
  color: #12283a;
}
.text-blue-darker {
  color: #1c3d5a;
}
.text-blue-dark {
  color: #2779bd;
}
.text-blue {
  color: #35404e;
}
.text-blue-light {
  color: #6cb2eb;
}
.text-blue-lighter {
  color: #bcdefa;
}
.text-blue-lightest {
  color: #eff8ff;
}
.hover\:text-transparent:hover {
  color: transparent;
}
.hover\:text-black:hover {
  color: #35404e;
}
.hover\:text-grey-darkest:hover {
  color: #292828;
}
.hover\:text-grey-darker:hover {
  color: #494949;
}
.hover\:text-grey-dark:hover {
  color: #616060;
}
.hover\:text-grey:hover {
  color: #797979;
}
.hover\:text-grey-light:hover {
  color: #d7d7d7;
}
.hover\:text-grey-lighter:hover {
  color: #f5f1ea;
}
.hover\:text-grey-lightest:hover {
  color: #f2f2f2;
}
.hover\:text-white:hover {
  color: #fff;
}
.hover\:text-red-darkest:hover {
  color: #3b0d0c;
}
.hover\:text-red-darker:hover {
  color: #621b18;
}
.hover\:text-red-dark:hover {
  color: #cc1f1a;
}
.hover\:text-red:hover {
  color: #e3342f;
}
.hover\:text-red-heart:hover {
  color: #fe5267;
}
.hover\:text-red-light:hover {
  color: #ef5753;
}
.hover\:text-red-lighter:hover {
  color: #f9acaa;
}
.hover\:text-red-lightest:hover {
  color: #fcebea;
}
.hover\:text-green-darkest:hover {
  color: #092b2b;
}
.hover\:text-green-darker:hover {
  color: #115556;
}
.hover\:text-green-dark:hover {
  color: #1d8e8e;
}
.hover\:text-green:hover {
  color: #28c6c7;
}
.hover\:text-green-light:hover {
  color: #4bcccd;
}
.hover\:text-green-lighter:hover {
  color: #63d2d3;
}
.hover\:text-green-lightest:hover {
  color: #d5f6f7;
}
.hover\:text-teal-darkest:hover {
  color: #0d3331;
}
.hover\:text-teal-darker:hover {
  color: #20504f;
}
.hover\:text-teal-dark:hover {
  color: #38a89d;
}
.hover\:text-teal:hover {
  color: #4dc0b5;
}
.hover\:text-teal-light:hover {
  color: #64d5ca;
}
.hover\:text-teal-lighter:hover {
  color: #a0f0ed;
}
.hover\:text-teal-lightest:hover {
  color: #e8fffe;
}
.hover\:text-blue-darkest:hover {
  color: #12283a;
}
.hover\:text-blue-darker:hover {
  color: #1c3d5a;
}
.hover\:text-blue-dark:hover {
  color: #2779bd;
}
.hover\:text-blue:hover {
  color: #35404e;
}
.hover\:text-blue-light:hover {
  color: #6cb2eb;
}
.hover\:text-blue-lighter:hover {
  color: #bcdefa;
}
.hover\:text-blue-lightest:hover {
  color: #eff8ff;
}
.focus\:text-transparent:focus {
  color: transparent;
}
.focus\:text-black:focus {
  color: #35404e;
}
.focus\:text-grey-darkest:focus {
  color: #292828;
}
.focus\:text-grey-darker:focus {
  color: #494949;
}
.focus\:text-grey-dark:focus {
  color: #616060;
}
.focus\:text-grey:focus {
  color: #797979;
}
.focus\:text-grey-light:focus {
  color: #d7d7d7;
}
.focus\:text-grey-lighter:focus {
  color: #f5f1ea;
}
.focus\:text-grey-lightest:focus {
  color: #f2f2f2;
}
.focus\:text-white:focus {
  color: #fff;
}
.focus\:text-red-darkest:focus {
  color: #3b0d0c;
}
.focus\:text-red-darker:focus {
  color: #621b18;
}
.focus\:text-red-dark:focus {
  color: #cc1f1a;
}
.focus\:text-red:focus {
  color: #e3342f;
}
.focus\:text-red-heart:focus {
  color: #fe5267;
}
.focus\:text-red-light:focus {
  color: #ef5753;
}
.focus\:text-red-lighter:focus {
  color: #f9acaa;
}
.focus\:text-red-lightest:focus {
  color: #fcebea;
}
.focus\:text-green-darkest:focus {
  color: #092b2b;
}
.focus\:text-green-darker:focus {
  color: #115556;
}
.focus\:text-green-dark:focus {
  color: #1d8e8e;
}
.focus\:text-green:focus {
  color: #28c6c7;
}
.focus\:text-green-light:focus {
  color: #4bcccd;
}
.focus\:text-green-lighter:focus {
  color: #63d2d3;
}
.focus\:text-green-lightest:focus {
  color: #d5f6f7;
}
.focus\:text-teal-darkest:focus {
  color: #0d3331;
}
.focus\:text-teal-darker:focus {
  color: #20504f;
}
.focus\:text-teal-dark:focus {
  color: #38a89d;
}
.focus\:text-teal:focus {
  color: #4dc0b5;
}
.focus\:text-teal-light:focus {
  color: #64d5ca;
}
.focus\:text-teal-lighter:focus {
  color: #a0f0ed;
}
.focus\:text-teal-lightest:focus {
  color: #e8fffe;
}
.focus\:text-blue-darkest:focus {
  color: #12283a;
}
.focus\:text-blue-darker:focus {
  color: #1c3d5a;
}
.focus\:text-blue-dark:focus {
  color: #2779bd;
}
.focus\:text-blue:focus {
  color: #35404e;
}
.focus\:text-blue-light:focus {
  color: #6cb2eb;
}
.focus\:text-blue-lighter:focus {
  color: #bcdefa;
}
.focus\:text-blue-lightest:focus {
  color: #eff8ff;
}
.active\:text-transparent:active {
  color: transparent;
}
.active\:text-black:active {
  color: #35404e;
}
.active\:text-grey-darkest:active {
  color: #292828;
}
.active\:text-grey-darker:active {
  color: #494949;
}
.active\:text-grey-dark:active {
  color: #616060;
}
.active\:text-grey:active {
  color: #797979;
}
.active\:text-grey-light:active {
  color: #d7d7d7;
}
.active\:text-grey-lighter:active {
  color: #f5f1ea;
}
.active\:text-grey-lightest:active {
  color: #f2f2f2;
}
.active\:text-white:active {
  color: #fff;
}
.active\:text-red-darkest:active {
  color: #3b0d0c;
}
.active\:text-red-darker:active {
  color: #621b18;
}
.active\:text-red-dark:active {
  color: #cc1f1a;
}
.active\:text-red:active {
  color: #e3342f;
}
.active\:text-red-heart:active {
  color: #fe5267;
}
.active\:text-red-light:active {
  color: #ef5753;
}
.active\:text-red-lighter:active {
  color: #f9acaa;
}
.active\:text-red-lightest:active {
  color: #fcebea;
}
.active\:text-green-darkest:active {
  color: #092b2b;
}
.active\:text-green-darker:active {
  color: #115556;
}
.active\:text-green-dark:active {
  color: #1d8e8e;
}
.active\:text-green:active {
  color: #28c6c7;
}
.active\:text-green-light:active {
  color: #4bcccd;
}
.active\:text-green-lighter:active {
  color: #63d2d3;
}
.active\:text-green-lightest:active {
  color: #d5f6f7;
}
.active\:text-teal-darkest:active {
  color: #0d3331;
}
.active\:text-teal-darker:active {
  color: #20504f;
}
.active\:text-teal-dark:active {
  color: #38a89d;
}
.active\:text-teal:active {
  color: #4dc0b5;
}
.active\:text-teal-light:active {
  color: #64d5ca;
}
.active\:text-teal-lighter:active {
  color: #a0f0ed;
}
.active\:text-teal-lightest:active {
  color: #e8fffe;
}
.active\:text-blue-darkest:active {
  color: #12283a;
}
.active\:text-blue-darker:active {
  color: #1c3d5a;
}
.active\:text-blue-dark:active {
  color: #2779bd;
}
.active\:text-blue:active {
  color: #35404e;
}
.active\:text-blue-light:active {
  color: #6cb2eb;
}
.active\:text-blue-lighter:active {
  color: #bcdefa;
}
.active\:text-blue-lightest:active {
  color: #eff8ff;
}
.text-xxs {
  font-size: .635rem;
}
.text-xs {
  font-size: .75rem;
}
.text-sm {
  font-size: .875rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
}
.italic {
  font-style: italic;
}
.roman {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.no-underline {
  text-decoration: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.hover\:italic:hover {
  font-style: italic;
}
.hover\:roman:hover {
  font-style: normal;
}
.hover\:uppercase:hover {
  text-transform: uppercase;
}
.hover\:lowercase:hover {
  text-transform: lowercase;
}
.hover\:capitalize:hover {
  text-transform: capitalize;
}
.hover\:normal-case:hover {
  text-transform: none;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.hover\:line-through:hover {
  text-decoration: line-through;
}
.hover\:no-underline:hover {
  text-decoration: none;
}
.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.focus\:italic:focus {
  font-style: italic;
}
.focus\:roman:focus {
  font-style: normal;
}
.focus\:uppercase:focus {
  text-transform: uppercase;
}
.focus\:lowercase:focus {
  text-transform: lowercase;
}
.focus\:capitalize:focus {
  text-transform: capitalize;
}
.focus\:normal-case:focus {
  text-transform: none;
}
.focus\:underline:focus {
  text-decoration: underline;
}
.focus\:line-through:focus {
  text-decoration: line-through;
}
.focus\:no-underline:focus {
  text-decoration: none;
}
.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.tracking-tight {
  letter-spacing: -0.05em;
}
.tracking-normal {
  letter-spacing: 0;
}
.tracking-wide {
  letter-spacing: .05em;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  word-wrap: break-word;
}
.break-normal {
  word-wrap: normal;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-1 {
  width: .25rem;
}
.w-2 {
  width: .5rem;
}
.w-3 {
  width: .75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-48 {
  width: 12rem;
}
.w-64 {
  width: 16rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-px {
  width: 1px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.33333%;
}
.w-2\/3 {
  width: 66.66667%;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/5 {
  width: 20%;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/5 {
  width: 60%;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/6 {
  width: 16.66667%;
}
.w-5\/6 {
  width: 83.33333%;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-auto {
  z-index: auto;
}
.icon:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("/assets/icon-cog-I7BQ3FDY-31e7d01c.svg") no-repeat center;
  background-size: cover;
}
.icon.inline {
  vertical-align: text-top;
}
.icon.inline:before {
  display: inline-block;
  margin: 0 .375rem;
}
.icon.is-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon.is-container:before {
  margin: 0 .375rem;
}
.icon-appointment:before {
  background-image: url("/assets/icon-appointment-SCVYZFKF-cad1e122.svg");
}
.icon-appointment.active:before {
  background-image: url("/assets/icon-appointment-active-OZFZXHZO-39ae6ed5.svg");
}
.icon-appointment.dark:before {
  background-image: url("/assets/icon-appointment-dark-P4P35BVO-24b3f228.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-appointment:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-appointment-SCVYZFKF-cad1e122.svg") no-repeat center;
    mask: url("/assets/icon-appointment-SCVYZFKF-cad1e122.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-appointment:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-appointment:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-appointment:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-arrow-filled:before {
  background-image: url("/assets/icon-arrow-filled-O7KRENQL-6fb1e83c.svg");
}
.icon-arrow-filled.active:before {
  background-image: url("/assets/icon-arrow-filled-active-3SCPZ5HI-cad6ccf5.svg");
}
.icon-arrow-filled.dark:before {
  background-image: url("/assets/icon-arrow-filled-dark-QHITCPCK-0050b67f.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-arrow-filled:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-arrow-filled-O7KRENQL-6fb1e83c.svg") no-repeat center;
    mask: url("/assets/icon-arrow-filled-O7KRENQL-6fb1e83c.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-arrow-filled:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-arrow-filled:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-arrow-filled:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-arrow-left:before {
  background-image: url("/assets/icon-arrow-left-C3QOXKQN-7f6e3d15.svg");
}
.icon-arrow-left.active:before {
  background-image: url("/assets/icon-arrow-left-active-JUZZHAI3-762e96ce.svg");
}
.icon-arrow-left.dark:before {
  background-image: url("/assets/icon-arrow-left-dark-V76GWF5A-6c867625.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-arrow-left:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-arrow-left-C3QOXKQN-7f6e3d15.svg") no-repeat center;
    mask: url("/assets/icon-arrow-left-C3QOXKQN-7f6e3d15.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-arrow-left:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-arrow-left:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-arrow-left:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-attachments:before {
  background-image: url("/assets/icon-attachments-JINRRWOF-3f2ec1d0.svg");
}
.icon-attachments.active:before {
  background-image: url("/assets/icon-attachments-active-ZGIV7YIB-e2de3ec9.svg");
}
.icon-attachments.dark:before {
  background-image: url("/assets/icon-attachments-dark-RRIJXWLO-a535b475.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-attachments:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-attachments-JINRRWOF-3f2ec1d0.svg") no-repeat center;
    mask: url("/assets/icon-attachments-JINRRWOF-3f2ec1d0.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-attachments:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-attachments:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-attachments:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-bell:before {
  background-image: url("/assets/icon-bell-2UT7TTX2-3033a6df.svg");
}
.icon-bell.active:before {
  background-image: url("/assets/icon-bell-active-OCAXP47V-72f07563.svg");
}
.icon-bell.dark:before {
  background-image: url("/assets/icon-bell-dark-TEJQHUF6-7107d947.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-bell:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-bell-2UT7TTX2-3033a6df.svg") no-repeat center;
    mask: url("/assets/icon-bell-2UT7TTX2-3033a6df.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-bell:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-bell:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-bell:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-booking-request:before {
  background-image: url("/assets/icon-booking-request-WHL6VHZK-e2c1a819.svg");
}
.icon-booking-request.active:before {
  background-image: url("/assets/icon-booking-request-active-72USTOKZ-4372c8c0.svg");
}
.icon-booking-request.dark:before {
  background-image: url("/assets/icon-booking-request-dark-555FRMMX-0b409a54.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-booking-request:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-booking-request-WHL6VHZK-e2c1a819.svg") no-repeat center;
    mask: url("/assets/icon-booking-request-WHL6VHZK-e2c1a819.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-booking-request:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-booking-request:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-booking-request:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-book-stack:before {
  background-image: url("/assets/icon-book-stack-VBBS2WAH-5932e315.svg");
}
.icon-book-stack.active:before {
  background-image: url("/assets/icon-book-stack-active-67PGDVJV-56cc5797.svg");
}
.icon-book-stack.dark:before {
  background-image: url("/assets/icon-book-stack-dark-M4VLBHQE-de80ff3b.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-book-stack:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-book-stack-VBBS2WAH-5932e315.svg") no-repeat center;
    mask: url("/assets/icon-book-stack-VBBS2WAH-5932e315.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-book-stack:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-book-stack:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-book-stack:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-box:before {
  background-image: url("/assets/icon-box-6TT72WCM-2701e36c.svg");
}
.icon-box.active:before {
  background-image: url("/assets/icon-box-active-6CYFXFJ7-e80f0651.svg");
}
.icon-box.dark:before {
  background-image: url("/assets/icon-box-dark-AVBLVMH5-3d32dd95.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-box:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-box-6TT72WCM-2701e36c.svg") no-repeat center;
    mask: url("/assets/icon-box-6TT72WCM-2701e36c.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-box:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-box:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-box:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-box-empty:before {
  background-image: url("/assets/icon-box-empty-QQY5SID4-4a1f2d62.svg");
}
.icon-box-empty.active:before {
  background-image: url("/assets/icon-box-empty-active-VCBZDN43-be24f7e6.svg");
}
.icon-box-empty.dark:before {
  background-image: url("/assets/icon-box-empty-dark-XDDUZ6X2-a7597015.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-box-empty:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-box-empty-QQY5SID4-4a1f2d62.svg") no-repeat center;
    mask: url("/assets/icon-box-empty-QQY5SID4-4a1f2d62.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-box-empty:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-box-empty:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-box-empty:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-building:before {
  background-image: url("/assets/icon-building-IBVQ3NMY-02d97000.svg");
}
.icon-building.active:before {
  background-image: url("/assets/icon-building-active-3KEKEIEA-2d7cd41b.svg");
}
.icon-building.dark:before {
  background-image: url("/assets/icon-building-dark-JSUYNA52-096466d0.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-building:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-building-IBVQ3NMY-02d97000.svg") no-repeat center;
    mask: url("/assets/icon-building-IBVQ3NMY-02d97000.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-building:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-building:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-building:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-buoy:before {
  background-image: url("/assets/icon-buoy-D3WOM5NQ-3365680a.svg");
}
.icon-buoy.active:before {
  background-image: url("/assets/icon-buoy-active-CCUOBBH2-eee22889.svg");
}
.icon-buoy.dark:before {
  background-image: url("/assets/icon-buoy-dark-AGQRV2DM-cb1e917c.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-buoy:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-buoy-D3WOM5NQ-3365680a.svg") no-repeat center;
    mask: url("/assets/icon-buoy-D3WOM5NQ-3365680a.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-buoy:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-buoy:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-buoy:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-calendar:before {
  background-image: url("/assets/icon-calendar-KOC46WZM-5afbb1dd.svg");
}
.icon-calendar.active:before {
  background-image: url("/assets/icon-calendar-active-OJFPVZG4-f95ca94d.svg");
}
.icon-calendar.dark:before {
  background-image: url("/assets/icon-calendar-dark-QLRFFHIA-6c2a1aba.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-calendar:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-calendar-KOC46WZM-5afbb1dd.svg") no-repeat center;
    mask: url("/assets/icon-calendar-KOC46WZM-5afbb1dd.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-calendar:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-calendar:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-calendar:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-chat:before {
  background-image: url("/assets/icon-chat-UMAVHHLB-6d213086.svg");
}
.icon-chat.active:before {
  background-image: url("/assets/icon-chat-active-3QPTGMAV-cd5affa9.svg");
}
.icon-chat.dark:before {
  background-image: url("/assets/icon-chat-dark-PZZDDSUW-c63d97af.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-chat:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-chat-UMAVHHLB-6d213086.svg") no-repeat center;
    mask: url("/assets/icon-chat-UMAVHHLB-6d213086.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-chat:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-chat:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-chat:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-checkmark:before {
  background-image: url("/assets/icon-checkmark-NT4HTUHY-d6bb8341.svg");
}
.icon-checkmark.active:before {
  background-image: url("/assets/icon-checkmark-active-BVCQTRLA-436172e5.svg");
}
.icon-checkmark.dark:before {
  background-image: url("/assets/icon-checkmark-dark-ZDRGDYDK-27c3700e.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-checkmark:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-checkmark-NT4HTUHY-d6bb8341.svg") no-repeat center;
    mask: url("/assets/icon-checkmark-NT4HTUHY-d6bb8341.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-checkmark:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-checkmark:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-checkmark:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-chevron-down:before {
  background-image: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg");
}
.icon-chevron-down.active:before {
  background-image: url("/assets/icon-chevron-down-active-QCC6DRT6-9c4cbc48.svg");
}
.icon-chevron-down.dark:before {
  background-image: url("/assets/icon-chevron-down-dark-CBW7AWIF-d07c95dc.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-chevron-down:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg") no-repeat center;
    mask: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-chevron-down:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-chevron-down:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-chevron-down:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-choice:before {
  background-image: url("/assets/icon-choice-XHETVCIG-7e12b4b5.svg");
}
.icon-choice.active:before {
  background-image: url("/assets/icon-choice-active-4IBYNWE4-8c546410.svg");
}
.icon-choice.dark:before {
  background-image: url("/assets/icon-choice-dark-PB5DB5DF-b3f5f3c4.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-choice:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-choice-XHETVCIG-7e12b4b5.svg") no-repeat center;
    mask: url("/assets/icon-choice-XHETVCIG-7e12b4b5.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-choice:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-choice:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-choice:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-clinic:before {
  background-image: url("/assets/icon-clinic-3VM5PNLJ-c042c86a.svg");
}
.icon-clinic.active:before {
  background-image: url("/assets/icon-clinic-active-SA3OORSX-447f4ddc.svg");
}
.icon-clinic.dark:before {
  background-image: url("/assets/icon-clinic-dark-WKMX6652-130f26ac.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-clinic:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-clinic-3VM5PNLJ-c042c86a.svg") no-repeat center;
    mask: url("/assets/icon-clinic-3VM5PNLJ-c042c86a.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-clinic:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-clinic:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-clinic:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-clock:before {
  background-image: url("/assets/icon-clock-UB3WMDOO-dd5b080c.svg");
}
.icon-clock.active:before {
  background-image: url("/assets/icon-clock-active-DGI4XHOI-383e840f.svg");
}
.icon-clock.dark:before {
  background-image: url("/assets/icon-clock-dark-HY3A7MVM-ff6dad4f.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-clock:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-clock-UB3WMDOO-dd5b080c.svg") no-repeat center;
    mask: url("/assets/icon-clock-UB3WMDOO-dd5b080c.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-clock:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-clock:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-clock:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-close:before {
  background-image: url("/assets/icon-close-A3X673IA-c26b5bff.svg");
}
.icon-close.active:before {
  background-image: url("/assets/icon-close-active-HH6CJI3N-15dca50a.svg");
}
.icon-close.dark:before {
  background-image: url("/assets/icon-close-dark-PMZPGISO-a19a6cd6.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-close:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-close-A3X673IA-c26b5bff.svg") no-repeat center;
    mask: url("/assets/icon-close-A3X673IA-c26b5bff.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-close:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-close:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-close:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-cog:before {
  background-image: url("/assets/icon-cog-I7BQ3FDY-31e7d01c.svg");
}
.icon-cog.active:before {
  background-image: url("/assets/icon-cog-active-73CES43C-e73e330f.svg");
}
.icon-cog.dark:before {
  background-image: url("/assets/icon-cog-dark-HFHQQRT4-c9fb70ff.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-cog:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-cog-I7BQ3FDY-31e7d01c.svg") no-repeat center;
    mask: url("/assets/icon-cog-I7BQ3FDY-31e7d01c.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-cog:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-cog:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-cog:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-copy:before {
  background-image: url("/assets/icon-copy-WAA4CU2U-b4ee528f.svg");
}
.icon-copy.active:before {
  background-image: url("/assets/icon-copy-active-Q3WNWDGF-e28beea4.svg");
}
.icon-copy.dark:before {
  background-image: url("/assets/icon-copy-dark-GJ55SMMW-f3b8d918.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-copy:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-copy-WAA4CU2U-b4ee528f.svg") no-repeat center;
    mask: url("/assets/icon-copy-WAA4CU2U-b4ee528f.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-copy:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-copy:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-copy:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-cross:before {
  background-image: url("/assets/icon-cross-V4NDKWJB-5f6285ca.svg");
}
.icon-cross.active:before {
  background-image: url("/assets/icon-cross-active-YNCMR4N2-881be841.svg");
}
.icon-cross.dark:before {
  background-image: url("/assets/icon-cross-dark-H6HEA24G-de45fab0.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-cross:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-cross-V4NDKWJB-5f6285ca.svg") no-repeat center;
    mask: url("/assets/icon-cross-V4NDKWJB-5f6285ca.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-cross:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-cross:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-cross:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-doc:before {
  background-image: url("/assets/icon-doc-SMQDYR7F-52eac571.svg");
}
.icon-doc.active:before {
  background-image: url("/assets/icon-doc-active-CNOQ42YW-c64ef727.svg");
}
.icon-doc.dark:before {
  background-image: url("/assets/icon-doc-dark-BAGOR775-3f4fbe2f.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-doc:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-doc-SMQDYR7F-52eac571.svg") no-repeat center;
    mask: url("/assets/icon-doc-SMQDYR7F-52eac571.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-doc:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-doc:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-doc:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-document:before {
  background-image: url("/assets/icon-document-ZRLVJS2T-3bf138ec.svg");
}
.icon-document.active:before {
  background-image: url("/assets/icon-document-active-AQFAYL3R-7b813549.svg");
}
.icon-document.dark:before {
  background-image: url("/assets/icon-document-dark-N4P3T44Q-2bb1db9e.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-document:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-document-ZRLVJS2T-3bf138ec.svg") no-repeat center;
    mask: url("/assets/icon-document-ZRLVJS2T-3bf138ec.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-document:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-document:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-document:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-dollar:before {
  background-image: url("/assets/icon-dollar-S5DVZOZX-cd1b923d.svg");
}
.icon-dollar.active:before {
  background-image: url("/assets/icon-dollar-active-67PWZAMP-c187b1da.svg");
}
.icon-dollar.dark:before {
  background-image: url("/assets/icon-dollar-dark-3T3BXY5F-9515cea2.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-dollar:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-dollar-S5DVZOZX-cd1b923d.svg") no-repeat center;
    mask: url("/assets/icon-dollar-S5DVZOZX-cd1b923d.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-dollar:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-dollar:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-dollar:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-edit:before {
  background-image: url("/assets/icon-edit-ZXW2JQLN-a09aade1.svg");
}
.icon-edit.active:before {
  background-image: url("/assets/icon-edit-active-PGLFJCL2-49bc3e67.svg");
}
.icon-edit.dark:before {
  background-image: url("/assets/icon-edit-dark-XOIXMRAE-b416efbb.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-edit:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-edit-ZXW2JQLN-a09aade1.svg") no-repeat center;
    mask: url("/assets/icon-edit-ZXW2JQLN-a09aade1.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-edit:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-edit:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-edit:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-ellipsis:before {
  background-image: url("/assets/icon-ellipsis-Z7H6M2EN-028a3529.svg");
}
.icon-ellipsis.active:before {
  background-image: url("/assets/icon-ellipsis-active-YYLZ4DTM-a4b6a5c4.svg");
}
.icon-ellipsis.dark:before {
  background-image: url("/assets/icon-ellipsis-dark-HZBDWD26-bd9b2658.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-ellipsis:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-ellipsis-Z7H6M2EN-028a3529.svg") no-repeat center;
    mask: url("/assets/icon-ellipsis-Z7H6M2EN-028a3529.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-ellipsis:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-ellipsis:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-ellipsis:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-email:before {
  background-image: url("/assets/icon-email-KUXRJHGQ-8032e61d.svg");
}
.icon-email.active:before {
  background-image: url("/assets/icon-email-active-MEF7HBBP-b8dfea5a.svg");
}
.icon-email.dark:before {
  background-image: url("/assets/icon-email-dark-TMRAU5AN-fc0e1b94.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-email:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-email-KUXRJHGQ-8032e61d.svg") no-repeat center;
    mask: url("/assets/icon-email-KUXRJHGQ-8032e61d.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-email:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-email:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-email:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-exclamation:before {
  background-image: url("/assets/icon-exclamation-2MNY2WZW-2709ea20.svg");
}
.icon-exclamation.active:before {
  background-image: url("/assets/icon-exclamation-active-OIBJ7KZN-a4379159.svg");
}
.icon-exclamation.dark:before {
  background-image: url("/assets/icon-exclamation-dark-WC3PZS56-c344f4f9.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-exclamation:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-exclamation-2MNY2WZW-2709ea20.svg") no-repeat center;
    mask: url("/assets/icon-exclamation-2MNY2WZW-2709ea20.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-exclamation:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-exclamation:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-exclamation:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-expand:before {
  background-image: url("/assets/icon-expand-AR4WODLV-38484270.svg");
}
.icon-expand.active:before {
  background-image: url("/assets/icon-expand-active-5LABA3EE-b2afc33f.svg");
}
.icon-expand.dark:before {
  background-image: url("/assets/icon-expand-dark-3MUJHZU7-1965c8c4.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-expand:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-expand-AR4WODLV-38484270.svg") no-repeat center;
    mask: url("/assets/icon-expand-AR4WODLV-38484270.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-expand:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-expand:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-expand:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-export:before {
  background-image: url("/assets/icon-export-H2GCDJYZ-f2f453f7.svg");
}
.icon-export.active:before {
  background-image: url("/assets/icon-export-active-J36CTQYL-9de77ec6.svg");
}
.icon-export.dark:before {
  background-image: url("/assets/icon-export-dark-BJG24JTV-a1347b5f.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-export:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-export-H2GCDJYZ-f2f453f7.svg") no-repeat center;
    mask: url("/assets/icon-export-H2GCDJYZ-f2f453f7.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-export:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-export:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-export:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-file:before {
  background-image: url("/assets/icon-file-QC7NSXGX-8ad41fb3.svg");
}
.icon-file.active:before {
  background-image: url("/assets/icon-file-active-CX22HT7O-02b26d63.svg");
}
.icon-file.dark:before {
  background-image: url("/assets/icon-file-dark-CVG4TNJF-4f29fa4b.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-file:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-file-QC7NSXGX-8ad41fb3.svg") no-repeat center;
    mask: url("/assets/icon-file-QC7NSXGX-8ad41fb3.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-file:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-file:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-file:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-fitbit:before {
  background-image: url("/assets/icon-fitbit-NFOW7RQE-c717fdaf.svg");
}
.icon-fitbit.active:before {
  background-image: url("/assets/icon-fitbit-active-LH3QRQ43-6ee3f401.svg");
}
.icon-fitbit.dark:before {
  background-image: url("/assets/icon-fitbit-dark-G3C67HQJ-f6296fbd.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-fitbit:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-fitbit-NFOW7RQE-c717fdaf.svg") no-repeat center;
    mask: url("/assets/icon-fitbit-NFOW7RQE-c717fdaf.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-fitbit:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-fitbit:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-fitbit:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-gender-female:before {
  background-image: url("/assets/icon-gender-female-HKAREIFA-8bc704ba.svg");
}
.icon-gender-female.active:before {
  background-image: url("/assets/icon-gender-female-active-N4QLO2UW-ce061148.svg");
}
.icon-gender-female.dark:before {
  background-image: url("/assets/icon-gender-female-dark-U7CRB3CK-3dd1a6aa.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-gender-female:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-gender-female-HKAREIFA-8bc704ba.svg") no-repeat center;
    mask: url("/assets/icon-gender-female-HKAREIFA-8bc704ba.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-gender-female:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-gender-female:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-gender-female:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-gender-male:before {
  background-image: url("/assets/icon-gender-male-FCHVZIH6-6430d044.svg");
}
.icon-gender-male.active:before {
  background-image: url("/assets/icon-gender-male-active-Q3CILFXN-0eccb7af.svg");
}
.icon-gender-male.dark:before {
  background-image: url("/assets/icon-gender-male-dark-R5MVIDFX-4a0eca4b.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-gender-male:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-gender-male-FCHVZIH6-6430d044.svg") no-repeat center;
    mask: url("/assets/icon-gender-male-FCHVZIH6-6430d044.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-gender-male:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-gender-male:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-gender-male:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-gender-other:before {
  background-image: url("/assets/icon-gender-other-D74AINPA-289a7fc3.svg");
}
.icon-gender-other.active:before {
  background-image: url("/assets/icon-gender-other-active-RYS37HCY-a9e13249.svg");
}
.icon-gender-other.dark:before {
  background-image: url("/assets/icon-gender-other-dark-Y3HMR345-83452258.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-gender-other:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-gender-other-D74AINPA-289a7fc3.svg") no-repeat center;
    mask: url("/assets/icon-gender-other-D74AINPA-289a7fc3.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-gender-other:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-gender-other:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-gender-other:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-file-filled:before {
  background-image: url("/assets/icon-file-filled-ISBZQO5R-0a42cf82.svg");
}
.icon-file-filled.active:before {
  background-image: url("/assets/icon-file-filled-active-CXX5U4VI-54759998.svg");
}
.icon-file-filled.dark:before {
  background-image: url("/assets/icon-file-filled-dark-52TUZH27-369f1d8d.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-file-filled:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-file-filled-ISBZQO5R-0a42cf82.svg") no-repeat center;
    mask: url("/assets/icon-file-filled-ISBZQO5R-0a42cf82.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-file-filled:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-file-filled:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-file-filled:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-intake:before {
  background-image: url("/assets/icon-intake-HP5QMLWO-b2e6874f.svg");
}
.icon-intake.active:before {
  background-image: url("/assets/icon-intake-active-LMTRN4JH-74c67a9a.svg");
}
.icon-intake.dark:before {
  background-image: url("/assets/icon-intake-dark-X5DCLISP-d10c0048.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-intake:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-intake-HP5QMLWO-b2e6874f.svg") no-repeat center;
    mask: url("/assets/icon-intake-HP5QMLWO-b2e6874f.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-intake:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-intake:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-intake:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-heart-filled:before {
  background-image: url("/assets/icon-heart-filled-TJXVN3ES-045f7bb4.svg");
}
.icon-heart-filled.active:before {
  background-image: url("/assets/icon-heart-filled-active-3QMLBFTE-d6baa615.svg");
}
.icon-heart-filled.dark:before {
  background-image: url("/assets/icon-heart-filled-dark-ZQNYMB2S-7091a97a.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-heart-filled:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-heart-filled-TJXVN3ES-045f7bb4.svg") no-repeat center;
    mask: url("/assets/icon-heart-filled-TJXVN3ES-045f7bb4.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-heart-filled:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-heart-filled:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-heart-filled:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-heart-rate:before {
  background-image: url("/assets/icon-heart-rate-4KFEXXK7-0e80002a.svg");
}
.icon-heart-rate.active:before {
  background-image: url("/assets/icon-heart-rate-active-JCI6RQR6-cb5e707a.svg");
}
.icon-heart-rate.dark:before {
  background-image: url("/assets/icon-heart-rate-dark-UZNQ6LPH-ca6b7bf9.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-heart-rate:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-heart-rate-4KFEXXK7-0e80002a.svg") no-repeat center;
    mask: url("/assets/icon-heart-rate-4KFEXXK7-0e80002a.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-heart-rate:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-heart-rate:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-heart-rate:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-heart:before {
  background-image: url("/assets/icon-heart-XMSAEQH4-8af61826.svg");
}
.icon-heart.active:before {
  background-image: url("/assets/icon-heart-active-KN5D7JKO-e695cd77.svg");
}
.icon-heart.dark:before {
  background-image: url("/assets/icon-heart-dark-HHI5RHCB-70b75ce5.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-heart:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-heart-XMSAEQH4-8af61826.svg") no-repeat center;
    mask: url("/assets/icon-heart-XMSAEQH4-8af61826.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-heart:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-heart:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-heart:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-help:before {
  background-image: url("/assets/icon-help-BA2KQ36G-d3867a0e.svg");
}
.icon-help.active:before {
  background-image: url("/assets/icon-help-active-LH3XKHPX-ac0f3301.svg");
}
.icon-help.dark:before {
  background-image: url("/assets/icon-help-dark-WERJAZJS-e7dfbfcd.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-help:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-help-BA2KQ36G-d3867a0e.svg") no-repeat center;
    mask: url("/assets/icon-help-BA2KQ36G-d3867a0e.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-help:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-help:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-help:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-home:before {
  background-image: url("/assets/icon-home-6RF3GFMO-25d0cc22.svg");
}
.icon-home.active:before {
  background-image: url("/assets/icon-home-active-U6OHT5YT-44d09528.svg");
}
.icon-home.dark:before {
  background-image: url("/assets/icon-home-dark-5JMEE34H-c0841873.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-home:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-home-6RF3GFMO-25d0cc22.svg") no-repeat center;
    mask: url("/assets/icon-home-6RF3GFMO-25d0cc22.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-home:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-home:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-home:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-import:before {
  background-image: url("/assets/icon-import-YYVSBG25-25d4196e.svg");
}
.icon-import.active:before {
  background-image: url("/assets/icon-import-active-BRX6XY4F-c9df1570.svg");
}
.icon-import.dark:before {
  background-image: url("/assets/icon-import-dark-KMJ4W4JY-ab389669.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-import:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-import-YYVSBG25-25d4196e.svg") no-repeat center;
    mask: url("/assets/icon-import-YYVSBG25-25d4196e.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-import:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-import:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-import:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-info:before {
  background-image: url("/assets/icon-info-LQYUXQOO-5fb30732.svg");
}
.icon-info.active:before {
  background-image: url("/assets/icon-info-active-BBDBYVQA-c295b8d4.svg");
}
.icon-info.dark:before {
  background-image: url("/assets/icon-info-dark-IW6EJMAP-b32d8446.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-info:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-info-LQYUXQOO-5fb30732.svg") no-repeat center;
    mask: url("/assets/icon-info-LQYUXQOO-5fb30732.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-info:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-info:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-info:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-invite:before {
  background-image: url("/assets/icon-invite-NZRVIF35-a0094b68.svg");
}
.icon-invite.active:before {
  background-image: url("/assets/icon-invite-active-MFJ5UIVF-f2416636.svg");
}
.icon-invite.dark:before {
  background-image: url("/assets/icon-invite-dark-437SOUZD-ae84fed5.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-invite:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-invite-NZRVIF35-a0094b68.svg") no-repeat center;
    mask: url("/assets/icon-invite-NZRVIF35-a0094b68.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-invite:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-invite:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-invite:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-invoice:before {
  background-image: url("/assets/icon-invoice-526NY2XK-45c4c4bc.svg");
}
.icon-invoice.active:before {
  background-image: url("/assets/icon-invoice-active-ZAP5ZYML-2b94989e.svg");
}
.icon-invoice.dark:before {
  background-image: url("/assets/icon-invoice-dark-VQITSYRF-f74378b1.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-invoice:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-invoice-526NY2XK-45c4c4bc.svg") no-repeat center;
    mask: url("/assets/icon-invoice-526NY2XK-45c4c4bc.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-invoice:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-invoice:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-invoice:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-jpg:before {
  background-image: url("/assets/icon-jpg-WTPS7Q2P-9f14ca32.svg");
}
.icon-jpg.active:before {
  background-image: url("/assets/icon-jpg-active-7ZEEEIWI-2c4590e7.svg");
}
.icon-jpg.dark:before {
  background-image: url("/assets/icon-jpg-dark-VSRABG22-d735b0dd.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-jpg:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-jpg-WTPS7Q2P-9f14ca32.svg") no-repeat center;
    mask: url("/assets/icon-jpg-WTPS7Q2P-9f14ca32.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-jpg:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-jpg:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-jpg:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-location:before {
  background-image: url("/assets/icon-location-TOFNPBVZ-9a852f36.svg");
}
.icon-location.active:before {
  background-image: url("/assets/icon-location-active-IQ6HMYN6-ae694129.svg");
}
.icon-location.dark:before {
  background-image: url("/assets/icon-location-dark-E34FEP4S-bf09d4b3.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-location:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-location-TOFNPBVZ-9a852f36.svg") no-repeat center;
    mask: url("/assets/icon-location-TOFNPBVZ-9a852f36.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-location:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-location:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-location:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-lock:before {
  background-image: url("/assets/icon-lock-YTHGFI3L-9f93ded8.svg");
}
.icon-lock.active:before {
  background-image: url("/assets/icon-lock-active-VG5I2657-d42afbec.svg");
}
.icon-lock.dark:before {
  background-image: url("/assets/icon-lock-dark-45ALLACY-169d740b.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-lock:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-lock-YTHGFI3L-9f93ded8.svg") no-repeat center;
    mask: url("/assets/icon-lock-YTHGFI3L-9f93ded8.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-lock:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-lock:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-lock:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-logout:before {
  background-image: url("/assets/icon-logout-4RUEIBGE-8cb3b266.svg");
}
.icon-logout.active:before {
  background-image: url("/assets/icon-logout-active-6KZFM5ZM-acf955fd.svg");
}
.icon-logout.dark:before {
  background-image: url("/assets/icon-logout-dark-3EFIBKNT-17f41711.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-logout:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-logout-4RUEIBGE-8cb3b266.svg") no-repeat center;
    mask: url("/assets/icon-logout-4RUEIBGE-8cb3b266.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-logout:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-logout:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-logout:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-marker:before {
  background-image: url("/assets/icon-marker-WJAPFZX4-6a689a0b.svg");
}
.icon-marker.active:before {
  background-image: url("/assets/icon-marker-active-T5FVF27Z-1a096107.svg");
}
.icon-marker.dark:before {
  background-image: url("/assets/icon-marker-dark-GJVNUYOK-fecb8792.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-marker:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-marker-WJAPFZX4-6a689a0b.svg") no-repeat center;
    mask: url("/assets/icon-marker-WJAPFZX4-6a689a0b.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-marker:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-marker:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-marker:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-menu:before {
  background-image: url("/assets/icon-menu-CS7RLJ4E-9f535f3c.svg");
}
.icon-menu.active:before {
  background-image: url("/assets/icon-menu-active-SJDIUAJI-e589974d.svg");
}
.icon-menu.dark:before {
  background-image: url("/assets/icon-menu-dark-FDIVYGUR-48810ac2.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-menu:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-menu-CS7RLJ4E-9f535f3c.svg") no-repeat center;
    mask: url("/assets/icon-menu-CS7RLJ4E-9f535f3c.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-menu:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-menu:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-menu:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-microphone:before {
  background-image: url("/assets/icon-microphone-QZQMPCTW-fabd7ebc.svg");
}
.icon-microphone.active:before {
  background-image: url("/assets/icon-microphone-active-4RPJAQR5-39526fcc.svg");
}
.icon-microphone.dark:before {
  background-image: url("/assets/icon-microphone-dark-QNOQAYAX-da5b7575.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-microphone:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-microphone-QZQMPCTW-fabd7ebc.svg") no-repeat center;
    mask: url("/assets/icon-microphone-QZQMPCTW-fabd7ebc.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-microphone:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-microphone:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-microphone:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-microphone-disabled:before {
  background-image: url("/assets/icon-microphone-disabled-U43IA73M-2d1cd220.svg");
}
.icon-microphone-disabled.active:before {
  background-image: url("/assets/icon-microphone-disabled-active-BLQSXZMN-dd6d30f4.svg");
}
.icon-microphone-disabled.dark:before {
  background-image: url("/assets/icon-microphone-disabled-dark-2E7VBXJ3-7388f9a1.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-microphone-disabled:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-microphone-disabled-U43IA73M-2d1cd220.svg") no-repeat center;
    mask: url("/assets/icon-microphone-disabled-U43IA73M-2d1cd220.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-microphone-disabled:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-microphone-disabled:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-microphone-disabled:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-minus:before {
  background-image: url("/assets/icon-minus-GFC765TM-c7845da6.svg");
}
.icon-minus.active:before {
  background-image: url("/assets/icon-minus-active-ZAYKOR6G-d63186b8.svg");
}
.icon-minus.dark:before {
  background-image: url("/assets/icon-minus-dark-F3YEVTYY-9580ce7e.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-minus:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-minus-GFC765TM-c7845da6.svg") no-repeat center;
    mask: url("/assets/icon-minus-GFC765TM-c7845da6.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-minus:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-minus:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-minus:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-notes:before {
  background-image: url("/assets/icon-notes-PLEY2YIU-27799905.svg");
}
.icon-notes.active:before {
  background-image: url("/assets/icon-notes-active-OKINQOJA-c9d4e81c.svg");
}
.icon-notes.dark:before {
  background-image: url("/assets/icon-notes-dark-PTYSC26L-c56ca361.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-notes:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-notes-PLEY2YIU-27799905.svg") no-repeat center;
    mask: url("/assets/icon-notes-PLEY2YIU-27799905.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-notes:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-notes:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-notes:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-online:before {
  background-image: url("/assets/icon-online-TSI3MJH5-4a4b78b4.svg");
}
.icon-online.active:before {
  background-image: url("/assets/icon-online-active-NM2FQ44C-00402c69.svg");
}
.icon-online.dark:before {
  background-image: url("/assets/icon-online-dark-AYJBFGBK-345f4d1a.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-online:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-online-TSI3MJH5-4a4b78b4.svg") no-repeat center;
    mask: url("/assets/icon-online-TSI3MJH5-4a4b78b4.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-online:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-online:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-online:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-pdf:before {
  background-image: url("/assets/icon-pdf-2F2FMAIS-e562c239.svg");
}
.icon-pdf.active:before {
  background-image: url("/assets/icon-pdf-active-ORUW2EEM-ade4d261.svg");
}
.icon-pdf.dark:before {
  background-image: url("/assets/icon-pdf-dark-7LDK3PQI-fb309e26.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-pdf:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-pdf-2F2FMAIS-e562c239.svg") no-repeat center;
    mask: url("/assets/icon-pdf-2F2FMAIS-e562c239.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-pdf:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-pdf:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-pdf:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-phone:before {
  background-image: url("/assets/icon-phone-3JSRL2WL-f59a0ad9.svg");
}
.icon-phone.active:before {
  background-image: url("/assets/icon-phone-active-YMBTRDDZ-887c6663.svg");
}
.icon-phone.dark:before {
  background-image: url("/assets/icon-phone-dark-N2Z6TDN7-1a313c44.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-phone:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-phone-3JSRL2WL-f59a0ad9.svg") no-repeat center;
    mask: url("/assets/icon-phone-3JSRL2WL-f59a0ad9.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-phone:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-phone:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-phone:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-pic-in-pic:before {
  background-image: url("/assets/icon-pic-in-pic-4VJY75MU-a383d759.svg");
}
.icon-pic-in-pic.active:before {
  background-image: url("/assets/icon-pic-in-pic-active-K56DO7SY-b52ec5c0.svg");
}
.icon-pic-in-pic.dark:before {
  background-image: url("/assets/icon-pic-in-pic-dark-OY74FLUS-c9522df9.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-pic-in-pic:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-pic-in-pic-4VJY75MU-a383d759.svg") no-repeat center;
    mask: url("/assets/icon-pic-in-pic-4VJY75MU-a383d759.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-pic-in-pic:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-pic-in-pic:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-pic-in-pic:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-pills:before {
  background-image: url("/assets/icon-pills-OQB6IEIM-88ecba07.svg");
}
.icon-pills.active:before {
  background-image: url("/assets/icon-pills-active-KP6VMIFL-761402af.svg");
}
.icon-pills.dark:before {
  background-image: url("/assets/icon-pills-dark-MSYGXI57-452701e0.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-pills:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-pills-OQB6IEIM-88ecba07.svg") no-repeat center;
    mask: url("/assets/icon-pills-OQB6IEIM-88ecba07.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-pills:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-pills:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-pills:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-plus:before {
  background-image: url("/assets/icon-plus-Y3A6OX5U-d261eadb.svg");
}
.icon-plus.active:before {
  background-image: url("/assets/icon-plus-active-2I3K2C3A-d67b379a.svg");
}
.icon-plus.dark:before {
  background-image: url("/assets/icon-plus-dark-BTFEYYAB-6117fe58.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-plus:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-plus-Y3A6OX5U-d261eadb.svg") no-repeat center;
    mask: url("/assets/icon-plus-Y3A6OX5U-d261eadb.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-plus:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-plus:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-plus:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-plus-thin:before {
  background-image: url("/assets/icon-plus-thin-PXO6BSLH-ada153a7.svg");
}
.icon-plus-thin.active:before {
  background-image: url("/assets/icon-plus-thin-active-E2FYK57R-357564c7.svg");
}
.icon-plus-thin.dark:before {
  background-image: url("/assets/icon-plus-thin-dark-42NPEHWE-b56a2b19.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-plus-thin:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-plus-thin-PXO6BSLH-ada153a7.svg") no-repeat center;
    mask: url("/assets/icon-plus-thin-PXO6BSLH-ada153a7.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-plus-thin:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-plus-thin:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-plus-thin:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-png:before {
  background-image: url("/assets/icon-png-5VBPELV7-613899de.svg");
}
.icon-png.active:before {
  background-image: url("/assets/icon-png-active-ZYTXT5AH-d30ec45b.svg");
}
.icon-png.dark:before {
  background-image: url("/assets/icon-png-dark-W3USONH5-f534b4d7.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-png:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-png-5VBPELV7-613899de.svg") no-repeat center;
    mask: url("/assets/icon-png-5VBPELV7-613899de.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-png:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-png:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-png:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-price:before {
  background-image: url("/assets/icon-price-JROUVB3Z-fdb8e5a4.svg");
}
.icon-price.active:before {
  background-image: url("/assets/icon-price-active-72JA75HP-a2576c57.svg");
}
.icon-price.dark:before {
  background-image: url("/assets/icon-price-dark-2PVRFEXS-ef9e9a47.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-price:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-price-JROUVB3Z-fdb8e5a4.svg") no-repeat center;
    mask: url("/assets/icon-price-JROUVB3Z-fdb8e5a4.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-price:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-price:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-price:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-price-tag:before {
  background-image: url("/assets/icon-price-tag-GJECG6TZ-f4640250.svg");
}
.icon-price-tag.active:before {
  background-image: url("/assets/icon-price-tag-active-IICFCA2B-ae8db88a.svg");
}
.icon-price-tag.dark:before {
  background-image: url("/assets/icon-price-tag-dark-OUJFK7KO-544d470c.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-price-tag:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-price-tag-GJECG6TZ-f4640250.svg") no-repeat center;
    mask: url("/assets/icon-price-tag-GJECG6TZ-f4640250.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-price-tag:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-price-tag:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-price-tag:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-profession:before {
  background-image: url("/assets/icon-profession-LXDH775B-4f27b086.svg");
}
.icon-profession.active:before {
  background-image: url("/assets/icon-profession-active-PKZNBTSY-e748a12d.svg");
}
.icon-profession.dark:before {
  background-image: url("/assets/icon-profession-dark-67PVAN46-5e9c5a89.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-profession:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-profession-LXDH775B-4f27b086.svg") no-repeat center;
    mask: url("/assets/icon-profession-LXDH775B-4f27b086.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-profession:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-profession:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-profession:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-reorder:before {
  background-image: url("/assets/icon-reorder-BEH6DOSK-648969ad.svg");
}
.icon-reorder.active:before {
  background-image: url("/assets/icon-reorder-active-XRNNDROY-41e04321.svg");
}
.icon-reorder.dark:before {
  background-image: url("/assets/icon-reorder-dark-OSNCVOWT-ced66176.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-reorder:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-reorder-BEH6DOSK-648969ad.svg") no-repeat center;
    mask: url("/assets/icon-reorder-BEH6DOSK-648969ad.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-reorder:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-reorder:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-reorder:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-resume:before {
  background-image: url("/assets/icon-resume-25UEBIZX-689c855d.svg");
}
.icon-resume.active:before {
  background-image: url("/assets/icon-resume-active-ZW2R4GPK-b9649e06.svg");
}
.icon-resume.dark:before {
  background-image: url("/assets/icon-resume-dark-YVSPGIOP-8c3759b9.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-resume:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-resume-25UEBIZX-689c855d.svg") no-repeat center;
    mask: url("/assets/icon-resume-25UEBIZX-689c855d.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-resume:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-resume:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-resume:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-scale:before {
  background-image: url("/assets/icon-scale-AYHJRINP-6a4f5e07.svg");
}
.icon-scale.active:before {
  background-image: url("/assets/icon-scale-active-YK4TVAYF-08f5043e.svg");
}
.icon-scale.dark:before {
  background-image: url("/assets/icon-scale-dark-M5B57XJW-73790989.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-scale:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-scale-AYHJRINP-6a4f5e07.svg") no-repeat center;
    mask: url("/assets/icon-scale-AYHJRINP-6a4f5e07.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-scale:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-scale:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-scale:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-search:before {
  background-image: url("/assets/icon-search-ZGEMWN5M-2b8d76bd.svg");
}
.icon-search.active:before {
  background-image: url("/assets/icon-search-active-LLOFEESQ-4ffe7930.svg");
}
.icon-search.dark:before {
  background-image: url("/assets/icon-search-dark-PVVI5AT6-c2af976a.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-search:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-search-ZGEMWN5M-2b8d76bd.svg") no-repeat center;
    mask: url("/assets/icon-search-ZGEMWN5M-2b8d76bd.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-search:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-search:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-search:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-search-thick:before {
  background-image: url("/assets/icon-search-thick-6LK6HZAP-96d96a0c.svg");
}
.icon-search-thick.active:before {
  background-image: url("/assets/icon-search-thick-active-3QFS3IP5-e8d0bb42.svg");
}
.icon-search-thick.dark:before {
  background-image: url("/assets/icon-search-thick-dark-46VGXSXO-50b2331d.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-search-thick:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-search-thick-6LK6HZAP-96d96a0c.svg") no-repeat center;
    mask: url("/assets/icon-search-thick-6LK6HZAP-96d96a0c.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-search-thick:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-search-thick:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-search-thick:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-send:before {
  background-image: url("/assets/icon-send-TRADMWYC-6c75ab8e.svg");
}
.icon-send.active:before {
  background-image: url("/assets/icon-send-active-ZOMWQAFF-573864fd.svg");
}
.icon-send.dark:before {
  background-image: url("/assets/icon-send-dark-ZSKSKMZQ-82b8aa91.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-send:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-send-TRADMWYC-6c75ab8e.svg") no-repeat center;
    mask: url("/assets/icon-send-TRADMWYC-6c75ab8e.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-send:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-send:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-send:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-settings:before {
  background-image: url("/assets/icon-settings-J5TIAQQT-c50fa47c.svg");
}
.icon-settings.active:before {
  background-image: url("/assets/icon-settings-active-PWHWABIZ-5664227b.svg");
}
.icon-settings.dark:before {
  background-image: url("/assets/icon-settings-dark-6XAL56PD-df09154b.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-settings:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-settings-J5TIAQQT-c50fa47c.svg") no-repeat center;
    mask: url("/assets/icon-settings-J5TIAQQT-c50fa47c.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-settings:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-settings:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-settings:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-share:before {
  background-image: url("/assets/icon-share-LRSI35Q7-dd4d80e7.svg");
}
.icon-share.active:before {
  background-image: url("/assets/icon-share-active-FUQCWAQF-ba185e71.svg");
}
.icon-share.dark:before {
  background-image: url("/assets/icon-share-dark-QBPS2G2H-98e963b8.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-share:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-share-LRSI35Q7-dd4d80e7.svg") no-repeat center;
    mask: url("/assets/icon-share-LRSI35Q7-dd4d80e7.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-share:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-share:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-share:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-share-screen:before {
  background-image: url("/assets/icon-share-screen-4G7JUPHE-a91744ba.svg");
}
.icon-share-screen.active:before {
  background-image: url("/assets/icon-share-screen-active-PCGBZ5UF-3737f52d.svg");
}
.icon-share-screen.dark:before {
  background-image: url("/assets/icon-share-screen-dark-CLJFSSRT-09417565.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-share-screen:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-share-screen-4G7JUPHE-a91744ba.svg") no-repeat center;
    mask: url("/assets/icon-share-screen-4G7JUPHE-a91744ba.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-share-screen:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-share-screen:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-share-screen:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-share-screen-disabled:before {
  background-image: url("/assets/icon-share-screen-disabled-E4OXY4ST-db78e30b.svg");
}
.icon-share-screen-disabled.active:before {
  background-image: url("/assets/icon-share-screen-disabled-active-UXY4GMX6-55f7b2c3.svg");
}
.icon-share-screen-disabled.dark:before {
  background-image: url("/assets/icon-share-screen-disabled-dark-SETKMJF7-f587e0f6.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-share-screen-disabled:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-share-screen-disabled-E4OXY4ST-db78e30b.svg") no-repeat center;
    mask: url("/assets/icon-share-screen-disabled-E4OXY4ST-db78e30b.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-share-screen-disabled:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-share-screen-disabled:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-share-screen-disabled:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-shrink:before {
  background-image: url("/assets/icon-shrink-ZXTRE577-4defc654.svg");
}
.icon-shrink.active:before {
  background-image: url("/assets/icon-shrink-active-HEQTTCLM-e79e08af.svg");
}
.icon-shrink.dark:before {
  background-image: url("/assets/icon-shrink-dark-D6NRAT3J-440d9e3e.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-shrink:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-shrink-ZXTRE577-4defc654.svg") no-repeat center;
    mask: url("/assets/icon-shrink-ZXTRE577-4defc654.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-shrink:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-shrink:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-shrink:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-speech:before {
  background-image: url("/assets/icon-speech-RBRW5WUO-d39f2d53.svg");
}
.icon-speech.active:before {
  background-image: url("/assets/icon-speech-active-UW7QRG2H-20301b94.svg");
}
.icon-speech.dark:before {
  background-image: url("/assets/icon-speech-dark-FZ36TMYQ-43f00d76.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-speech:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-speech-RBRW5WUO-d39f2d53.svg") no-repeat center;
    mask: url("/assets/icon-speech-RBRW5WUO-d39f2d53.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-speech:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-speech:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-speech:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-swap:before {
  background-image: url("/assets/icon-swap-UN2NN7NU-e86cd854.svg");
}
.icon-swap.active:before {
  background-image: url("/assets/icon-swap-active-AP6KSCMY-4476760f.svg");
}
.icon-swap.dark:before {
  background-image: url("/assets/icon-swap-dark-DJ3BIWW2-d7e46d4e.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-swap:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-swap-UN2NN7NU-e86cd854.svg") no-repeat center;
    mask: url("/assets/icon-swap-UN2NN7NU-e86cd854.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-swap:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-swap:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-swap:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-task:before {
  background-image: url("/assets/icon-task-JECXEGRA-16e78229.svg");
}
.icon-task.active:before {
  background-image: url("/assets/icon-task-active-23IJLUJM-6c188d2c.svg");
}
.icon-task.dark:before {
  background-image: url("/assets/icon-task-dark-U7NXI3OQ-0fa744ac.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-task:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-task-JECXEGRA-16e78229.svg") no-repeat center;
    mask: url("/assets/icon-task-JECXEGRA-16e78229.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-task:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-task:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-task:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-transaction:before {
  background-image: url("/assets/icon-transaction-B7HTMG24-4b7c9d70.svg");
}
.icon-transaction.active:before {
  background-image: url("/assets/icon-transaction-active-DSO2TYGJ-2099bf87.svg");
}
.icon-transaction.dark:before {
  background-image: url("/assets/icon-transaction-dark-QBHXO63E-acf6faa1.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-transaction:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-transaction-B7HTMG24-4b7c9d70.svg") no-repeat center;
    mask: url("/assets/icon-transaction-B7HTMG24-4b7c9d70.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-transaction:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-transaction:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-transaction:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-trash:before {
  background-image: url("/assets/icon-trash-Y53U377J-07b14630.svg");
}
.icon-trash.active:before {
  background-image: url("/assets/icon-trash-active-YYTT5PRD-ae269bc9.svg");
}
.icon-trash.dark:before {
  background-image: url("/assets/icon-trash-dark-KIAVETKA-1ac6fa98.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-trash:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-trash-Y53U377J-07b14630.svg") no-repeat center;
    mask: url("/assets/icon-trash-Y53U377J-07b14630.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-trash:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-trash:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-trash:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-txt:before {
  background-image: url("/assets/icon-txt-VPWMEIHR-47fc848c.svg");
}
.icon-txt.active:before {
  background-image: url("/assets/icon-txt-active-7E2ZLVTY-d895efd4.svg");
}
.icon-txt.dark:before {
  background-image: url("/assets/icon-txt-dark-AHZZBQGW-8014d7d1.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-txt:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-txt-VPWMEIHR-47fc848c.svg") no-repeat center;
    mask: url("/assets/icon-txt-VPWMEIHR-47fc848c.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-txt:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-txt:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-txt:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-question:before {
  background-image: url("/assets/icon-question-ZTKHKFT2-f11be442.svg");
}
.icon-question.active:before {
  background-image: url("/assets/icon-question-active-5DYA6CUO-5c615a77.svg");
}
.icon-question.dark:before {
  background-image: url("/assets/icon-question-dark-CKYN3H7L-45531a52.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-question:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-question-ZTKHKFT2-f11be442.svg") no-repeat center;
    mask: url("/assets/icon-question-ZTKHKFT2-f11be442.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-question:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-question:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-question:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-user:before {
  background-image: url("/assets/icon-user-T5VSSYX4-62364e86.svg");
}
.icon-user.active:before {
  background-image: url("/assets/icon-user-active-L5WNBMMU-b2bad4ab.svg");
}
.icon-user.dark:before {
  background-image: url("/assets/icon-user-dark-UG2FFEDF-b03ab660.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-user:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-user-T5VSSYX4-62364e86.svg") no-repeat center;
    mask: url("/assets/icon-user-T5VSSYX4-62364e86.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-user:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-user:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-user:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-users:before {
  background-image: url("/assets/icon-users-HN7H6FD3-35372d79.svg");
}
.icon-users.active:before {
  background-image: url("/assets/icon-users-active-WMPJQJ36-bbaf9d15.svg");
}
.icon-users.dark:before {
  background-image: url("/assets/icon-users-dark-T6ILI5T2-6695ce55.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-users:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-users-HN7H6FD3-35372d79.svg") no-repeat center;
    mask: url("/assets/icon-users-HN7H6FD3-35372d79.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-users:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-users:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-users:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-video:before {
  background-image: url("/assets/icon-video-DZ7UETH7-a3166828.svg");
}
.icon-video.active:before {
  background-image: url("/assets/icon-video-active-32PA2QHN-58bfea00.svg");
}
.icon-video.dark:before {
  background-image: url("/assets/icon-video-dark-2NBNR63O-37371e1b.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-video:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-video-DZ7UETH7-a3166828.svg") no-repeat center;
    mask: url("/assets/icon-video-DZ7UETH7-a3166828.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-video:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-video:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-video:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-video-disabled:before {
  background-image: url("/assets/icon-video-disabled-YTEX6RKY-1b33c632.svg");
}
.icon-video-disabled.active:before {
  background-image: url("/assets/icon-video-disabled-active-WT6BV3HE-52bce840.svg");
}
.icon-video-disabled.dark:before {
  background-image: url("/assets/icon-video-disabled-dark-5DT3EHX5-a6047a2c.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-video-disabled:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-video-disabled-YTEX6RKY-1b33c632.svg") no-repeat center;
    mask: url("/assets/icon-video-disabled-YTEX6RKY-1b33c632.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-video-disabled:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-video-disabled:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-video-disabled:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-view-file:before {
  background-image: url("/assets/icon-view-file-DLBHK4FL-26bb36d5.svg");
}
.icon-view-file.active:before {
  background-image: url("/assets/icon-view-file-active-M4DROOBO-31124879.svg");
}
.icon-view-file.dark:before {
  background-image: url("/assets/icon-view-file-dark-7K6TIL72-e07ee694.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-view-file:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-view-file-DLBHK4FL-26bb36d5.svg") no-repeat center;
    mask: url("/assets/icon-view-file-DLBHK4FL-26bb36d5.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-view-file:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-view-file:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-view-file:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-xls:before {
  background-image: url("/assets/icon-xls-AUBVZPQA-c6e80b38.svg");
}
.icon-xls.active:before {
  background-image: url("/assets/icon-xls-active-GJJ2IYS6-5e8797fd.svg");
}
.icon-xls.dark:before {
  background-image: url("/assets/icon-xls-dark-2QBDU4EJ-0e0d252a.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-xls:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-xls-AUBVZPQA-c6e80b38.svg") no-repeat center;
    mask: url("/assets/icon-xls-AUBVZPQA-c6e80b38.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-xls:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-xls:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-xls:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-zip:before {
  background-image: url("/assets/icon-zip-PDHBNPJ3-7082b817.svg");
}
.icon-zip.active:before {
  background-image: url("/assets/icon-zip-active-XTMSMBQS-3ca2dc3e.svg");
}
.icon-zip.dark:before {
  background-image: url("/assets/icon-zip-dark-HANDT3TV-a4067dfe.svg");
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  .icon-zip:not(.disable-mask):before {
    -webkit-mask: url("/assets/icon-zip-PDHBNPJ3-7082b817.svg") no-repeat center;
    mask: url("/assets/icon-zip-PDHBNPJ3-7082b817.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-image: none;
  }
  .icon-zip:not(.disable-mask).active:before {
    background-color: #28c6c7;
  }
  .icon-zip:not(.disable-mask).dark:before {
    background-color: #35404e;
  }
  .icon-zip:not(.disable-mask).error:before {
    background-color: #ff4a45;
  }
}
.icon-question:before {
  cursor: pointer;
}
.icon-ellipsis:before {
  width: 22px;
  height: 22px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.icon-ellipsis.dark {
}
@supports ((-webkit-mask: url()) or (mask: url())) {
  @media (hover: hover) and (pointer: fine) {
    .icon-ellipsis.dark:hover:before {
      background-color: #28c6c7;
    }
  }
  .icon-ellipsis.dark.is-active:before {
    background-color: #28c6c7;
  }
}
.icon-price-filled {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: block;
  background: url("/assets/price-filled-green-IICFCA2B-ae8db88a.svg") no-repeat center;
}
.icon-price-filled.dark {
  background: url("/assets/price-filled-black-OUJFK7KO-544d470c.svg") no-repeat center;
}
.icon-bulk-bill {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: block;
  background: url("/assets/bulk-bill-W4E3Q72Y-b972e01f.svg") no-repeat center;
}
.icon-medicare {
  display: inline-block;
  width: 70px;
  height: 18px;
  background: url("/assets/medicare-brand-P7IPVMUB-5447cf99.svg") no-repeat center;
  background-size: contain;
}
.icon-medicare.small {
  width: 60px;
  height: 15px;
}
.icon-medicare-dark {
  display: inline-block;
  width: 70px;
  height: 18px;
  background: url("/assets/medicare-brand-dark-NS4E5F4P-4f69e06c.svg") no-repeat center;
  background-size: contain;
}
.icon-medicare-dark.small {
  width: 60px;
  height: 15px;
}
.icon-delete-form {
  display: inline-block;
  width: 50px;
  height: 18px;
  background: url("/assets/icon-delete-form-BAPUDN64-97242ec8.svg") no-repeat center;
  background-size: contain;
}
.icon-delete-form.small {
  width: 60px;
  height: 15px;
}
.icon-hb-logo {
  display: inline-block;
  width: 50px;
  height: 18px;
  background: url("/assets/icon-hb-logo-form-BZUXAY4Z-2efff071.svg") no-repeat center;
  background-size: contain;
}
.icon-hb-logo.small {
  width: 60px;
  height: 15px;
}
.icon-duplicate-form {
  display: inline-block;
  width: 50px;
  height: 18px;
  background: url("/assets/icon-duplicate-form-ZR5TWLGY-fbc4d22c.svg") no-repeat center;
  background-size: contain;
}
.icon-duplicate-form.small {
  width: 60px;
  height: 15px;
}
.icon-medipass-logo:before {
  content: "";
  display: block;
  width: 95px;
  height: 20px;
  background-image: url("/assets/tyro-health-INEUPTZ3-38eae1c5.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-dva-logo {
  display: inline-block;
  width: 170px;
  height: 37px;
  background: url("/assets/dva-logo-QODPR2OL-68fdbf47.svg") no-repeat center;
  background-size: contain;
}
.icon-visa {
  content: "";
  display: inline-block;
  width: 44px;
  height: 15px;
  background: url("/assets/visa-logo-I74KMG5X-9a0f2e18.svg") no-repeat;
  background-size: contain;
  margin-right: .375rem;
}
.icon-master {
  content: "";
  display: inline-block;
  width: 36px;
  height: 26px;
  background: url("/assets/mastercard-logo-73QUTH5Q-ccec835f.svg") no-repeat;
  background-size: contain;
  margin-right: .375rem;
}
.icon-mastercard {
  content: "";
  display: inline-block;
  width: 36px;
  height: 26px;
  background: url("/assets/mastercard-logo-73QUTH5Q-ccec835f.svg") no-repeat;
  background-size: contain;
  margin-right: .375rem;
}
.icon-american-express {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url("/assets/american-express-logo-6L5JDRPY-e6d70f21.svg") no-repeat;
  background-size: contain;
  margin-right: .375rem;
}
.icon-app-store {
  content: "";
  display: inline-block;
  width: 101px;
  height: 41px;
  background: url("/assets/app-store-badge-ULTWHOBG-934fe08f.svg") no-repeat;
  background-size: contain;
  margin-right: .375rem;
}
.app-link-qr-code {
  content: "";
  display: inline-block;
  width: 112px;
  height: 120px;
  background: url("/assets/app-link-qr-code-WIXIT7SA-c5631a37.png") no-repeat;
  background-size: contain;
  margin-right: .375rem;
}
.icon-app-icon {
  content: "";
  display: inline-block;
  width: 60px;
  height: 120px;
  background: url("/assets/app-icon-RSOFJMB2-03aa428f.png") no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-right: .375rem;
}
.icon-google-play {
  content: "";
  display: inline-block;
  width: 112px;
  height: 41px;
  background: url("/assets/google-play-badge-KSDDSRE7-516d6117.svg") no-repeat;
  background-size: contain;
  margin-right: .375rem;
}
.icon-reorder:before {
  width: 24px;
  height: 24px;
}
.hb-button {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.hb-button.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.white {
  background: #fff;
  border: #fff 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.white:hover {
  background: rgb(229.5, 229.5, 229.5);
  border: rgb(229.5, 229.5, 229.5) 1px solid;
  color: #fff;
}
.hb-button.white.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.white.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.white:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.white {
  color: #35404e;
}
.hb-button.white.outline {
  background: transparent;
  color: #fff;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.white.outline:hover {
  background: #fff;
  color: #fff;
}
@media (hover: none) {
  .hb-button.white.outline:hover {
    background: transparent;
    color: #fff;
  }
}
.hb-button.white.outline.has-chevron:after {
  background-color: #fff;
}
.hb-button.white.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.white.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.white.outline.has-chevron.is-open {
  background: #fff;
  color: #fff;
}
.hb-button.black {
  background: #000;
  border: #000 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.black:hover {
  background: black;
  border: black 1px solid;
  color: #fff;
}
.hb-button.black.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.black.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.black:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.black.outline {
  background: transparent;
  color: #000;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.black.outline:hover {
  background: #000;
  color: #fff;
}
@media (hover: none) {
  .hb-button.black.outline:hover {
    background: transparent;
    color: #000;
  }
}
.hb-button.black.outline.has-chevron:after {
  background-color: #000;
}
.hb-button.black.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.black.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.black.outline.has-chevron.is-open {
  background: #000;
  color: #fff;
}
.hb-button.primary {
  background: #35404e;
  border: #35404e 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.primary:hover {
  background: rgb(32.3664122137, 39.0839694656, 47.6335877863);
  border: rgb(32.3664122137, 39.0839694656, 47.6335877863) 1px solid;
  color: #fff;
}
.hb-button.primary.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.primary.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.primary:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.primary.outline {
  background: transparent;
  color: #35404e;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.primary.outline:hover {
  background: #35404e;
  color: #fff;
}
@media (hover: none) {
  .hb-button.primary.outline:hover {
    background: transparent;
    color: #35404e;
  }
}
.hb-button.primary.outline.has-chevron:after {
  background-color: #35404e;
}
.hb-button.primary.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.primary.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.primary.outline.has-chevron.is-open {
  background: #35404e;
  color: #fff;
}
.hb-button.secondary {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.secondary:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.hb-button.secondary.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.secondary.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.secondary:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.secondary.outline {
  background: transparent;
  color: #28c6c7;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.secondary.outline:hover {
  background: #28c6c7;
  color: #fff;
}
@media (hover: none) {
  .hb-button.secondary.outline:hover {
    background: transparent;
    color: #28c6c7;
  }
}
.hb-button.secondary.outline.has-chevron:after {
  background-color: #28c6c7;
}
.hb-button.secondary.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.secondary.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.secondary.outline.has-chevron.is-open {
  background: #28c6c7;
  color: #fff;
}
.hb-button.tertiary {
  background: #ff4a45;
  border: #ff4a45 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.tertiary:hover {
  background: rgb(255, 24.3709677419, 18);
  border: rgb(255, 24.3709677419, 18) 1px solid;
  color: #fff;
}
.hb-button.tertiary.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.tertiary.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.tertiary:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.tertiary.outline {
  background: transparent;
  color: #ff4a45;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.tertiary.outline:hover {
  background: #ff4a45;
  color: #fff;
}
@media (hover: none) {
  .hb-button.tertiary.outline:hover {
    background: transparent;
    color: #ff4a45;
  }
}
.hb-button.tertiary.outline.has-chevron:after {
  background-color: #ff4a45;
}
.hb-button.tertiary.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.tertiary.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.tertiary.outline.has-chevron.is-open {
  background: #ff4a45;
  color: #fff;
}
.hb-button.highlight {
  background: #542537;
  border: #542537 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.highlight:hover {
  background: rgb(48.5950413223, 21.4049586777, 31.8181818182);
  border: rgb(48.5950413223, 21.4049586777, 31.8181818182) 1px solid;
  color: #fff;
}
.hb-button.highlight.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.highlight.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.highlight:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.highlight.outline {
  background: transparent;
  color: #542537;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.highlight.outline:hover {
  background: #542537;
  color: #fff;
}
@media (hover: none) {
  .hb-button.highlight.outline:hover {
    background: transparent;
    color: #542537;
  }
}
.hb-button.highlight.outline.has-chevron:after {
  background-color: #542537;
}
.hb-button.highlight.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.highlight.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.highlight.outline.has-chevron.is-open {
  background: #542537;
  color: #fff;
}
.hb-button.has-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hb-button.has-icon .icon {
  margin-right: .5rem;
}
.hb-button.has-icon .icon:before {
  height: 18px;
  width: 18px;
}
.hb-button.has-icon.outline:hover .icon.dark:before {
  background-color: #fff;
}
.hb-button.has-icon.medium .icon:before {
  width: 16px;
  height: 16px;
}
.hb-button.has-chevron {
  padding-right: 12px;
  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;
}
.hb-button.has-chevron:after {
  -webkit-mask: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg") no-repeat center;
  mask: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  background-image: none;
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-size: cover;
  margin-left: 10px;
  -webkit-transition:
    background .2s ease-in-out,
    color .2s ease-in-out,
    -webkit-transform .3s;
  transition:
    background .2s ease-in-out,
    color .2s ease-in-out,
    -webkit-transform .3s;
  transition:
    transform .3s,
    background .2s ease-in-out,
    color .2s ease-in-out;
  transition:
    transform .3s,
    background .2s ease-in-out,
    color .2s ease-in-out,
    -webkit-transform .3s;
}
.hb-button.has-chevron.is-open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.button-spinner {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-spinner:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.button-spinner.small {
  font-size: 13px;
  padding: 2px 10px;
}
.button-spinner.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.button-spinner:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.button-spinner {
  position: relative;
}
.button-spinner:disabled {
  cursor: not-allowed;
}
.button-spinner:disabled::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, .1);
  border-top-color: #333;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
a.hb-button {
  line-height: 1.15;
  display: inline-block;
}
.plus-minus {
  display: inline-block;
  border: none;
  outline: none;
  background: none;
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.plus-minus:before,
.plus-minus:after {
  content: "";
  position: absolute;
  background-color: #28c6c7;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}
.plus-minus {
}
.plus-minus:before {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.plus-minus {
}
.plus-minus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}
.plus-minus.is-active {
  cursor: pointer;
}
.plus-minus.is-active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plus-minus.is-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tag {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.tag.white {
  background: #fff;
  border: #fff 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #35404e;
}
.tag.white.outline {
  background: transparent;
  color: #fff;
}
.tag.white.outline:hover {
  background: transparent;
}
.tag.black {
  background: #000;
  border: #000 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.tag.black.outline {
  background: transparent;
  color: #000;
}
.tag.black.outline:hover {
  background: transparent;
}
.tag.primary {
  background: #35404e;
  border: #35404e 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.tag.primary.outline {
  background: transparent;
  color: #35404e;
}
.tag.primary.outline:hover {
  background: transparent;
}
.tag.secondary {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.tag.secondary.outline {
  background: transparent;
  color: #28c6c7;
}
.tag.secondary.outline:hover {
  background: transparent;
}
.tag.tertiary {
  background: #ff4a45;
  border: #ff4a45 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.tag.tertiary.outline {
  background: transparent;
  color: #ff4a45;
}
.tag.tertiary.outline:hover {
  background: transparent;
}
.tag.highlight {
  background: #542537;
  border: #542537 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.tag.highlight.outline {
  background: transparent;
  color: #542537;
}
.tag.highlight.outline:hover {
  background: transparent;
}
.tag.amber {
  background: #e5aa17;
  border: #e5aa17 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.tag.amber.outline {
  background: transparent;
  color: #e5aa17;
}
.tag.amber.outline:hover {
  background: transparent;
}
.flatpickr-calendar {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px !important;
  width: 310px;
  margin: 5px;
  border: 1px solid #d7d7d7;
}
.flatpickr-calendar.inline {
  border: none;
}
.flatpickr-calendar.inline .flatpickr-months {
  margin-top: 0;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #d7d7d7;
}
.flatpickr-calendar.noCalendar {
  width: 165px;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border-top: none;
}
.flatpickr-calendar .flatpickr-weekday {
  text-transform: uppercase;
  color: #35404e;
}
.flatpickr-calendar .flatpickr-months {
  position: relative;
  margin-top: .5rem;
}
@media (max-width: 1079px) {
  .flatpickr-calendar .flatpickr-months {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 1080px) {
  .flatpickr-calendar .flatpickr-months .flatpickr-month {
    color: #35404e;
  }
}
.flatpickr-calendar .flatpickr-current-month {
  padding: 3px 0;
  font-size: 16px;
  height: 30px;
}
.flatpickr-calendar .flatpickr-current-month input.cur-year {
  color: #35404e !important;
  font-weight: bold;
  width: 50px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  fill: #bac2c7;
  color: #fff;
  padding: 3px 5px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #28c6c7;
  color: #28c6c7;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  width: auto;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month:hover,
.flatpickr-calendar .numInputWrapper:hover {
  background: none;
}
.flatpickr-calendar .flatpickr-days {
  width: 100%;
}
.flatpickr-calendar .dayContainer {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.flatpickr-calendar .flatpickr-day {
  height: 42px;
  max-width: 42px;
  line-height: 42px;
  font-weight: bold;
}
@media (max-width: 799px) {
  .flatpickr-calendar .flatpickr-day {
    height: 30px;
    line-height: 30px;
  }
}
.flatpickr-calendar .flatpickr-day.today {
  border: none;
}
.flatpickr-calendar .flatpickr-day.inRange {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 2px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 2px 0 0 #e6e6e6;
}
.flatpickr-calendar .flatpickr-day:not(.flatpickr-disabled):not(.inRange).prevMonthDay,
.flatpickr-calendar .flatpickr-day:not(.flatpickr-disabled):not(.inRange).nextMonthDay {
  background: rgb(241, 245, 247);
  color: #bac2c7;
  border-radius: 2px;
}
.flatpickr-calendar .flatpickr-day:not(.flatpickr-disabled):not(.inRange):hover,
.flatpickr-calendar .flatpickr-day:not(.flatpickr-disabled):not(.inRange):focus,
.flatpickr-calendar .flatpickr-day:not(.flatpickr-disabled):not(.inRange).selected,
.flatpickr-calendar .flatpickr-day:not(.flatpickr-disabled):not(.inRange).startRange,
.flatpickr-calendar .flatpickr-day:not(.flatpickr-disabled):not(.inRange).endRange {
  background: #28c6c7;
  border-color: #28c6c7;
  color: #fff;
  border: 0px solid #fff;
  border-radius: 2px;
}
.flatpickr-calendar.hasTime {
  border-color: #28c6c7;
}
.flatpickr-calendar.hasTime:before {
  border-bottom-color: #28c6c7;
}
.flatpickr-chevron {
  position: absolute;
  right: 20px;
}
.flatpickr-chevron:before {
  width: 10px;
  height: 6px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.flatpickr-chevron.active:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.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 #28c6c7;
  box-shadow: -10px 0 0 #28c6c7;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: normal;
}
.flatpickr-time input::-moz-selection {
  background: transparent;
}
.flatpickr-time input::selection {
  background: transparent;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: transparent;
  font-weight: bold;
}
.flatpickr-time .flatpickr-am-pm {
  width: 24%;
}
.flatpickr-time .numInputWrapper {
  width: 38%;
}
.shortlist-link i {
  font-size: 20px;
  -webkit-text-stroke: 1px #fff;
}
.listings .shortlist-link i {
  color: #fff;
  -webkit-text-stroke: 1px #28c6c7;
  margin-top: 3px;
}
.listings .shortlist-link i.text-red-heart {
  color: #fe5267;
}
.round-profile-photo {
  width: 125px;
  height: 125px;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.round-profile-photo.small {
  width: 100px;
  height: 100px;
}
.round-profile-photo.tiny {
  width: 43px;
  height: 43px;
}
.round-profile-initials {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
  color: #28c6c7;
  background-color: #fff;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 30px;
  letter-spacing: 0;
}
.round-profile-initials.small {
  width: 100px;
  height: 100px;
}
.round-profile-initials.large {
  width: 100%;
  height: 100%;
  font-size: 82px;
}
.round-profile-initials.middle {
  margin-left: auto;
  margin-right: auto;
}
.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: center;
}
@media (min-width: 992px) {
  .equal-height-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.offer {
  background-color: #ff4a45;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
}
.notification-alert {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 25px;
  left: 50%;
  margin-left: -150px;
  min-width: 300px;
  max-width: 600px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 20;
  margin: 30px;
  margin-left: -150px;
  padding: 15px;
  background: #eee;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition:
    visibility .1s,
    opacity .3s,
    -webkit-transform .5s;
  transition:
    visibility .1s,
    opacity .3s,
    -webkit-transform .5s;
  transition:
    visibility .1s,
    opacity .3s,
    transform .5s;
  transition:
    visibility .1s,
    opacity .3s,
    transform .5s,
    -webkit-transform .5s;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  text-align: center;
}
.notification-alert.success p {
  font-weight: 700;
  opacity: 1;
  line-height: 1em;
  margin: 0;
}
.notification-alert.visible {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition:
    visibility .1s,
    opacity .3s,
    -webkit-transform .5s;
  transition:
    visibility .1s,
    opacity .3s,
    -webkit-transform .5s;
  transition:
    visibility .1s,
    opacity .3s,
    transform .5s;
  transition:
    visibility .1s,
    opacity .3s,
    transform .5s,
    -webkit-transform .5s;
}
.notification-alert p {
  opacity: 1;
  line-height: 2em;
}
.notification-alert p a.btn {
  padding: 6px 8px;
  border-radius: 5px;
  font-size: inherit;
  font-weight: bold;
}
.notification-alert p a {
  font-weight: bold;
}
.row.bulk-billing-header {
  background-color: #fafafa;
  margin-left: 0;
  margin-left: initial;
  margin-right: 0;
  margin-right: initial;
}
.row.bulk-billing-header label {
  width: 50px;
}
.row.bulk-billing-header .tip .icon {
  padding: 0;
}
@supports (-moz-appearance: none) {
  .firefox-hidden.firefox-hidden {
    display: none;
  }
}
.label-tag {
  display: inline-block;
  background: #35404e;
  color: #fff;
  padding: 6px 8px;
  margin: 3px 1px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
}
.label-tag.error {
  background: #ff4a45;
}
body.dragging * {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.intercom-launcher {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #28c6c7;
  border-radius: 50%;
  bottom: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
  cursor: pointer;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  height: 0;
  opacity: 0;
  outline: 0;
  position: fixed;
  right: 15px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, transform .25s ease;
  transition:
    opacity .25s ease,
    transform .25s ease,
    -webkit-transform .25s ease;
  width: 0;
  z-index: 2147483000;
}
.intercom-launcher:focus {
  outline: 0;
}
.intercom-launcher.intercom-booted {
  height: 50px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 50px;
}
.intercom-launcher * {
  cursor: pointer;
}
.intercom-unread-count {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fc576b;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  opacity: 0;
  padding: 0 4px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -2px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
  transition: opacity .15s ease, -webkit-transform .15s ease;
  transition: opacity .15s ease, transform .15s ease;
  transition:
    opacity .15s ease,
    transform .15s ease,
    -webkit-transform .15s ease;
}
.intercom-unread-count.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.intercom-icon-open,
.intercom-icon-close {
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  bottom: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .08s linear, -webkit-transform .16s linear;
  transition: opacity .08s linear, -webkit-transform .16s linear;
  transition: transform .16s linear, opacity .08s linear;
  transition:
    transform .16s linear,
    opacity .08s linear,
    -webkit-transform .16s linear;
  width: 100%;
}
.intercom-icon-open {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABICAYAAABGOvOzAAAAAXNSR0IArs4c6QAABrRJREFUeAHtW0tMJFUUlQZ7YGgQmYHGQQYcQV2YIAmJG9igCQlxRiJRAmYwcSERNkQSdhMJCyGRjRsTosQPK0N0gREEMokaMiREERZoEJ2F/P+B8P+155R929fVTVXTfKQrdZPLq3rv1n33nHffq08/oh45XqKOb4rIFk+wqIOBVOvkWMpgPi5znYCWkrGqxwGxEyjVAY0eHR1N3d3dbTo6Ohr2eDxr0EiRNcT8C2JvHB4eTiEWLybBh9NAkUYN/ObmZinQrkYKYoM4V9bX1+8AriEJKvgYXPAqHB4aOI20pgNgegUkxEA5wIJXO8G5Jlplb29vssvl+hw1NLSKRAPTF93d3Y8DkA+8gJMKpsijSP3GSBveUOMFtnvECCVWDbeMspDgcDqdTBVLCrBxLTCcAo7o6OhsS6IHKGDLUQjQYOozIArymFUJ8GKTbGcZsNAJIVblIACzClhjxMrIFWw+rCoBbPc1KMZWO/TDqCfAamBN8dgEmFJkcQM7Ayw+wKbw7AwwpcjiBnYGWHyATeHZGWBKkcUN7Ayw+ACbwrMzwJQiixvYGWDxATaFZ2eAKUUWN7AzwOIDbArPzgBTiixuYGeAxQfYFJ6dAaYUWdzAzoCTDvDe3t4ENhx9d3h4uHzSa8/R/gjbX35EbH+F0wd/LeWemSvQBKP9Nth3N5acnJwBuxvl5eXPbGxsfG9kfxFtBN3X18etL+mMDTH+ZtQvMUKJVfYJaT+Jh0TA4uJiGy50Q1O96h4fH689ODiYM+r0PNqwEXJzdnb2w6KiokxvTIwrbXl5+ROj/mATPgHb29s/wcF1aDKUW85YppSUlGROTk6+DyKmjTo/izZMvXUMxMeNjY3Ps2/oNW8cjOU6Yhww6gc24RNAx1tbW1+3tLTc9DpKRJkE1YjIyMi4ge21VVgjvsUIbRgFcsK2A/Q7MDEx8V5ZWdkt9CfA2Tf3NCW2trZmwuYbM7+wPR0B7ADgZubn5+/CWTzUxQCgQgQzJLWgoODm0NDQG3Nzcx8hsB+QHYtmwUk703tnZ+dXpPNnY2Nj79TX1z8Hn0xxFTj7ZN+uhYWFt3FNSNMQ9n4EcAGk8nbIbaROBLGOMiQBqAczMzONmZmZD3CB6ov+qOJba6uqqkosLS19Mi0t7Rp2bibFxMQ4HQ5HNNIaa9fuFlJ7CRk029DQMIdruatb9Mh7zFLUMz09/ZLb7b6H7W/5qA9JsFOMxO1BD6D0FfoiKCOkL/f39weXlpbuVlZWcl1gVpBldsT0ZGbIesH5ygyhcjT1ynrayLzmdVqKo6RPF+Z+6srKyrsgbUQfRyjnXj/h3QXMOkAaLiN1P0Xa36mtrSUImSIMXiWFoIQcmcdSR+KoGmCUrra2tieQHW8iS75CDKdaW7x+fQSoaXviKQBnRrKDKTKE7PgZa8AIAPyJjdgP6+rqNpSL2L+IJyUlJaq9vT0lNzf3VkJCwrNxcXEvYHtrPqZJLow4pU4t+ikQjIA19KIGdupOdQ62MIrL0G3U70K1ZxAElgBl1vD83ERPAEfdTxDYijcQv/ozPLkK/9QzdBm+K31aefBo+Xv47iLvSpUA7ZazurraFXkwwo84gIDq6uovcYv5O3yXkXWlEMDRp3i6urq2BwcH38JasPlvlbX/CgFEKU9Yh4WFhSP9/f0luIX9YW34/z2+EieXZd6CqPy/mpisrKwrPT09t9PT04txP34KKzcfTi5s+UZ/eARwJFJx7ETfpxb48XsUFjAsRZkVvD1ShRDWSbbINai6ENH6u3//fn5eXl5FUlLSbYDgS1BYYkQAHaok6MGTgP8FvBoXXofjm5ubb+PVuyI2NvZFBn0SOY4A+hBwKgk8ltFX20/S52ltJR41Fi2mjo6Op4uLiyvxKex1vBHyK5WpGBHAiwWkHKud69tMOztDA4lDBoMlM1Q7z87OdnZ2dr6ck5NTER8fX4T6gCdciUVPgNSrpXQmpXQqU+KiS1mPuDBzIYyFXoXqP8Tw1drd1NSUOzU19QGeaB/iVh4gsOFC7nsbxPGxIgRchlIdBBJCMggiDkoyCIqv0/x+wBcqTgf3wMDAa/g814nX9G1hAvUkLiQCYHcpRD8AKhmSFUIGvz/wNuf3ea6mpiYbX48a8FwzijbaMJOYyZfklQyRhCgkQxU9OTwXgtSS9XzaPYTyU5h8DjvSO0RbRIg+bjlnSSV4tZR239Mu2nnskQYcR6zoMfA8mBIgs0AD7i39bns0iHRRyZBjKQWb78WPFfpGMYr0Mhgu1gl4H75ghr5Gixwch1Ej4x/FzutRzMchPgAAAABJRU5ErkJggg==);
  background-position: 50% 60%;
  background-size: 54% 60%;
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.intercom-open .intercom-icon-open {
  opacity: 0;
  -webkit-transform: rotate(30deg) scale(0);
  transform: rotate(30deg) scale(0);
}
.intercom-icon-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEUAAAD///////////////////////////////////8AAADPn83rAAAACXRSTlMACq47u/I8r7wWzHxoAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAJJJREFUGNNdzzEKhDAQBdAvwtYWW9hbbSdCDrBnWBDS2Sx7A8HSKwgic1tNxj/jmirDC5P/UTSw01V4ri2nMr7xkg/HIAu+Qi6j9HhEcpB1gHFGGCuSTyQTlQ2Vg3ic4x49TVpzwcQXvI+3x/+r0p9eLAfyYhrIWNOSmfZkVlH2Kpm9Z+bJeh68oSYmnlGMnv1X7RZ2SET5id+LAAAAAElFTkSuQmCC);
  background-size: 25%;
  opacity: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.intercom-open .intercom-icon-close {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#intercom-container .intercom-messenger-frame {
  bottom: 85px !important;
}
.intercom-link-container {
  display: none !important;
}
.hb-button {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.hb-button.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.white {
  background: #fff;
  border: #fff 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.white:hover {
  background: rgb(229.5, 229.5, 229.5);
  border: rgb(229.5, 229.5, 229.5) 1px solid;
  color: #fff;
}
.hb-button.white.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.white.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.white:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.white {
  color: #35404e;
}
.hb-button.white.outline {
  background: transparent;
  color: #fff;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.white.outline:hover {
  background: #fff;
  color: #fff;
}
@media (hover: none) {
  .hb-button.white.outline:hover {
    background: transparent;
    color: #fff;
  }
}
.hb-button.white.outline.has-chevron:after {
  background-color: #fff;
}
.hb-button.white.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.white.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.white.outline.has-chevron.is-open {
  background: #fff;
  color: #fff;
}
.hb-button.black {
  background: #000;
  border: #000 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.black:hover {
  background: black;
  border: black 1px solid;
  color: #fff;
}
.hb-button.black.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.black.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.black:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.black.outline {
  background: transparent;
  color: #000;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.black.outline:hover {
  background: #000;
  color: #fff;
}
@media (hover: none) {
  .hb-button.black.outline:hover {
    background: transparent;
    color: #000;
  }
}
.hb-button.black.outline.has-chevron:after {
  background-color: #000;
}
.hb-button.black.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.black.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.black.outline.has-chevron.is-open {
  background: #000;
  color: #fff;
}
.hb-button.primary {
  background: #35404e;
  border: #35404e 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.primary:hover {
  background: rgb(32.3664122137, 39.0839694656, 47.6335877863);
  border: rgb(32.3664122137, 39.0839694656, 47.6335877863) 1px solid;
  color: #fff;
}
.hb-button.primary.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.primary.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.primary:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.primary.outline {
  background: transparent;
  color: #35404e;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.primary.outline:hover {
  background: #35404e;
  color: #fff;
}
@media (hover: none) {
  .hb-button.primary.outline:hover {
    background: transparent;
    color: #35404e;
  }
}
.hb-button.primary.outline.has-chevron:after {
  background-color: #35404e;
}
.hb-button.primary.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.primary.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.primary.outline.has-chevron.is-open {
  background: #35404e;
  color: #fff;
}
.hb-button.secondary {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.secondary:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.hb-button.secondary.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.secondary.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.secondary:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.secondary.outline {
  background: transparent;
  color: #28c6c7;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.secondary.outline:hover {
  background: #28c6c7;
  color: #fff;
}
@media (hover: none) {
  .hb-button.secondary.outline:hover {
    background: transparent;
    color: #28c6c7;
  }
}
.hb-button.secondary.outline.has-chevron:after {
  background-color: #28c6c7;
}
.hb-button.secondary.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.secondary.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.secondary.outline.has-chevron.is-open {
  background: #28c6c7;
  color: #fff;
}
.hb-button.tertiary {
  background: #ff4a45;
  border: #ff4a45 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.tertiary:hover {
  background: rgb(255, 24.3709677419, 18);
  border: rgb(255, 24.3709677419, 18) 1px solid;
  color: #fff;
}
.hb-button.tertiary.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.tertiary.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.tertiary:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.tertiary.outline {
  background: transparent;
  color: #ff4a45;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.tertiary.outline:hover {
  background: #ff4a45;
  color: #fff;
}
@media (hover: none) {
  .hb-button.tertiary.outline:hover {
    background: transparent;
    color: #ff4a45;
  }
}
.hb-button.tertiary.outline.has-chevron:after {
  background-color: #ff4a45;
}
.hb-button.tertiary.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.tertiary.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.tertiary.outline.has-chevron.is-open {
  background: #ff4a45;
  color: #fff;
}
.hb-button.highlight {
  background: #542537;
  border: #542537 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hb-button.highlight:hover {
  background: rgb(48.5950413223, 21.4049586777, 31.8181818182);
  border: rgb(48.5950413223, 21.4049586777, 31.8181818182) 1px solid;
  color: #fff;
}
.hb-button.highlight.small {
  font-size: 13px;
  padding: 2px 10px;
}
.hb-button.highlight.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.hb-button.highlight:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.hb-button.highlight.outline {
  background: transparent;
  color: #542537;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.hb-button.highlight.outline:hover {
  background: #542537;
  color: #fff;
}
@media (hover: none) {
  .hb-button.highlight.outline:hover {
    background: transparent;
    color: #542537;
  }
}
.hb-button.highlight.outline.has-chevron:after {
  background-color: #542537;
}
.hb-button.highlight.outline.has-chevron:hover:after {
  background-color: #fff;
}
.hb-button.highlight.outline.has-chevron.is-open:after {
  background-color: #fff;
}
.hb-button.highlight.outline.has-chevron.is-open {
  background: #542537;
  color: #fff;
}
.hb-button.has-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hb-button.has-icon .icon {
  margin-right: .5rem;
}
.hb-button.has-icon .icon:before {
  height: 18px;
  width: 18px;
}
.hb-button.has-icon.outline:hover .icon.dark:before {
  background-color: #fff;
}
.hb-button.has-icon.medium .icon:before {
  width: 16px;
  height: 16px;
}
.hb-button.has-chevron {
  padding-right: 12px;
  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;
}
.hb-button.has-chevron:after {
  -webkit-mask: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg") no-repeat center;
  mask: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  background-image: none;
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-size: cover;
  margin-left: 10px;
  -webkit-transition:
    background .2s ease-in-out,
    color .2s ease-in-out,
    -webkit-transform .3s;
  transition:
    background .2s ease-in-out,
    color .2s ease-in-out,
    -webkit-transform .3s;
  transition:
    transform .3s,
    background .2s ease-in-out,
    color .2s ease-in-out;
  transition:
    transform .3s,
    background .2s ease-in-out,
    color .2s ease-in-out,
    -webkit-transform .3s;
}
.hb-button.has-chevron.is-open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.button-spinner {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-spinner:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.button-spinner.small {
  font-size: 13px;
  padding: 2px 10px;
}
.button-spinner.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.button-spinner:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.button-spinner {
  position: relative;
}
.button-spinner:disabled {
  cursor: not-allowed;
}
.button-spinner:disabled::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, .1);
  border-top-color: #333;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
a.hb-button {
  line-height: 1.15;
  display: inline-block;
}
.plus-minus {
  display: inline-block;
  border: none;
  outline: none;
  background: none;
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.plus-minus:before,
.plus-minus:after {
  content: "";
  position: absolute;
  background-color: #28c6c7;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}
.plus-minus {
}
.plus-minus:before {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.plus-minus {
}
.plus-minus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}
.plus-minus.is-active {
  cursor: pointer;
}
.plus-minus.is-active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plus-minus.is-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1079px) {
  .listings #intercom-container,
  .listings #intercom-launcher-holder {
    display: none !important;
  }
}
body.booking-ui-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body.booking-ui-open .profile-page {
  z-index: 9;
}
.profile-page {
  position: relative;
}
.profile-page .wrap {
  position: relative;
  z-index: 1;
}
.shortlist-link {
  display: block;
}
.shortlist-link .icon-heart-filled:before {
  background-color: #ff4a45;
  width: 25px;
  height: 25px;
}
.shortlist-link .icon-heart:before {
  width: 25px;
  height: 25px;
}
.profile-header-overview .shortlist-link .icon-heart:before {
  background-color: #fff;
}
@media (max-width: 799px) {
  .profile-header-overview .shortlist-link .icon-heart:before {
    background-color: #35404e;
  }
}
.front .profile-page {
  background: #fafafa;
  margin-top: 64px;
}
@media (max-width: 799px) {
  .front .profile-page {
    margin-top: 43px;
  }
}
.front .profile-page .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}
@media (max-width: 599px) {
  .front .profile-page .wrap {
    padding: 0 20px;
  }
}
.front .profile-page .left {
  width: 100%;
  padding-right: 50px;
}
@media (max-width: 1249px) {
  .front .profile-page .left {
    padding-right: 30px;
  }
}
@media (max-width: 1079px) {
  .front .profile-page .left {
    padding-right: 0;
  }
}
.front .profile-page .right {
  padding-top: 40px;
  height: 100%;
  width: 400px;
  min-width: 400px;
}
@media (max-width: 1249px) {
  .front .profile-page .right {
    width: 375px;
    min-width: 375px;
  }
}
@media (max-width: 1079px) {
  .front .profile-page .right {
    position: fixed;
    left: 0;
    top: calc(100vh - 94px);
    z-index: 10;
    width: 100%;
    min-width: 100%;
    height: 100%;
    -webkit-transition: top .3s;
    transition: top .3s;
  }
  .front .profile-page .right.open {
    padding-top: 0;
    top: 0;
  }
  .front .profile-page .right.open .book-appointment-title:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/assets/chevron-down-white-65XHBKUG-ba97fb7d.svg") no-repeat center;
    background-size: contain;
  }
}
.label {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.label.dark {
  background: #35404e;
  border: #35404e 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.checkbox-group input {
  display: none;
}
.checkbox-group input:checked + label:before {
  border-color: #28c6c7;
  background: #28c6c7 url("/assets/check-Q4SQT252-9460b020.svg") no-repeat center;
}
.checkbox-group label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.checkbox-group label:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border: rgb(224.5, 224.5, 224.5) 1px solid;
  border-radius: 2px;
  margin: 4px 10px 0 0;
}
.tag-checkbox-group,
.icon-checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 10px;
}
.tag-checkbox-group-label {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 6px;
}
.tag-checkbox-group-label .calendar-link {
  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;
  line-height: 1em;
  text-decoration: underline;
}
.tag-checkbox-group-label .calendar-link:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/assets/calendar-SI6M7UUG-37f62022.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 0 0 8px;
}
.tag-checkbox-group-label .calendar-link:hover {
  cursor: pointer;
}
.tag-checkbox input,
.icon-checkbox input {
  display: none;
}
.tag-checkbox input:checked + label,
.icon-checkbox input:checked + label {
  background: #fff;
  border-color: #35404e;
}
.tag-checkbox input:checked + label:after,
.icon-checkbox input:checked + label:after {
  border-color: #28c6c7;
  background: #28c6c7 url("/assets/check-Q4SQT252-9460b020.svg") no-repeat center;
  opacity: 1;
  top: -3px;
}
.tag-checkbox label,
.icon-checkbox label {
  cursor: pointer;
  position: relative;
  background: #fafafa;
  border: rgb(224.5, 224.5, 224.5) 1px solid;
  border-radius: 4px;
  padding: 3px 15px;
  display: inline-block;
  margin: 4px 5px 4px 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.tag-checkbox label:after,
.icon-checkbox label:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -3px;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition:
    top .3s,
    opacity .3s,
    border-color .3s;
  transition:
    top .3s,
    opacity .3s,
    border-color .3s;
}
.tag-checkbox label:hover,
.icon-checkbox label:hover {
  background: #fff;
  border-color: #35404e;
}
.icon-checkbox {
  width: 100px;
  margin-right: 5px;
  position: relative;
}
.icon-checkbox label {
  color: #35404e;
  text-transform: none;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}
.icon-checkbox label:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/assets/video-conference-AYJBFGBK-345f4d1a.svg") no-repeat center;
  background-size: contain;
  display: block;
  margin: 8px auto 4px;
}
.icon-checkbox label.video-conference-icon:before {
  content: "";
  width: 29px;
  height: 25px;
  background: url("/assets/video-conference-AYJBFGBK-345f4d1a.svg") no-repeat center;
  background-size: contain;
}
.icon-checkbox label.phone-icon:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/assets/phone-N2Z6TDN7-1a313c44.svg") no-repeat center;
  background-size: contain;
}
.icon-checkbox label.clinic-icon:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/assets/clinic-XEXJS4QZ-6b9bc484.svg") no-repeat center;
  background-size: contain;
}
.icon-checkbox label.clock-icon:before {
  content: "";
  width: 29px;
  height: 25px;
  background: url("/assets/icon-clock-dark-HY3A7MVM-ff6dad4f.svg") no-repeat center;
  background-size: contain;
}
.icon-checkbox label.lightning-icon:before {
  content: "";
  width: 29px;
  height: 25px;
  background: url("/assets/icon-lightning-dark-XTWQEYIS-e65f4e7c.svg") no-repeat center;
  background-size: contain;
}
.icon-checkbox label.disabled {
  color: gray;
  cursor: not-allowed;
}
.icon-checkbox label.disabled:before {
  opacity: .5;
}
.icon-checkbox .tooltip-text {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 12px;
}
.icon-checkbox:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.icon-checkbox label:not(.disabled):hover {
  background: #fff;
  border-color: #35404e;
}
.profile-photo-form-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}
.profile-photo-form {
  position: relative;
  display: inline-block;
  height: 210px;
}
.profile-banner {
  background: #28c6c7;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 799px) {
  .profile-banner {
    height: 145px !important;
  }
}
.profile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #35404e;
  padding: 30px 0 40px;
}
@media (max-width: 1249px) {
  .profile-header {
    padding: 25px 0 40px;
  }
}
@media (max-width: 799px) {
  .profile-header {
    text-align: center;
    padding-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.profile-header-avatar {
  position: relative;
  width: 220px;
  min-width: 220px;
  height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 1px 0px 8px 0;
  box-shadow: rgba(0, 0, 0, .1) 1px 0px 8px 0;
  margin-bottom: -80px;
  font-size: 18px;
  font-family: "Euclid-Bold";
  font-weight: 700;
}
@media (min-width: 1080px) and (max-width: 1249px) {
  .profile-header-avatar {
    width: 200px;
    min-width: 200px;
    height: 200px;
  }
}
@media (max-width: 799px) {
  .profile-header-avatar {
    margin: 0 auto;
  }
}
.profile-header-avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.profile-header-avatar .spinner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .2);
  height: 100%;
  width: 100%;
}
.profile-header-avatar .avatar-empty-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.profile-header-avatar .avatar-empty-wrapper:hover {
  cursor: pointer;
}
.avatar-upload {
  left: 207px;
  top: 67px;
  padding: 10px 8px;
}
.avatar-upload:before {
  display: block;
  content: "";
  width: 50px;
  height: 40px;
  background: url("/assets/camera-Z3OAY3BM-b0a5495e.svg") no-repeat center;
  background-size: contain;
}
.avatar-delete {
  left: 177px;
  top: 29px;
  padding: 11px;
}
.avatar-upload.small-icon,
.avatar-delete.small-icon {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  z-index: 2;
}
.avatar-upload.small-icon:before,
.avatar-delete.small-icon:before {
  content: "";
  width: 23px;
  height: 18.4px;
  background: url("/assets/camera-Z3OAY3BM-b0a5495e.svg") no-repeat center;
  background-size: contain;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}
.avatar-upload.small-icon:hover,
.avatar-delete.small-icon:hover {
  cursor: pointer;
}
.profile-header-overview {
  padding-left: 30px;
  max-width: 500px;
}
@media (max-width: 799px) {
  .profile-header-overview {
    min-width: 100%;
    padding: 30px 100px 0;
  }
}
@media (max-width: 599px) {
  .profile-header-overview {
    padding: 20px 0 0;
  }
}
.profile-header-overview h1 {
  font-family: "Euclid-Bold";
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0;
}
@media (max-width: 799px) {
  .profile-header-overview h1 {
    color: #28c6c7;
  }
}
.profile-header-overview p {
  font-size: 16px;
  color: #35404e;
}
@media (max-width: 799px) {
  .profile-header-overview p {
    margin-bottom: 20px;
  }
}
.profile-header-overview .profile-header-title {
  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;
}
@media (max-width: 799px) {
  .profile-header-overview .profile-header-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.profile-header-specialities {
  padding: 5px 0 0;
}
.profile-header-professions .label {
  white-space: nowrap;
}
.profile-header-country {
  font-size: 16px;
  color: #35404e;
  font-weight: bolder;
}
.profile-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 55px 0 40px;
  border-bottom: rgb(224.5, 224.5, 224.5) 1px solid;
}
@media (min-width: 1080px) and (max-width: 1249px) {
  .profile-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 959px) {
  .profile-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 5px;
  }
}
@media (max-width: 599px) {
  .profile-intro {
    padding-top: 40px;
  }
}
.profile-meta,
.profile-map {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
@media (min-width: 1080px) and (max-width: 1249px) {
  .profile-meta,
  .profile-map {
    min-width: 100%;
  }
}
@media (max-width: 959px) {
  .profile-meta,
  .profile-map {
    min-width: 100%;
  }
}
.profile-meta {
  padding: 20px 0;
}
.profile-meta h2,
.profile-meta h3,
.profile-meta h4 {
  font-family: "Euclid-Bold";
  font-weight: 700;
  font-size: 18px;
}
.profile-meta ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 20px;
}
.profile-map {
  min-height: 310px;
  border: #fff 1px solid;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 799px) {
  .profile-map {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .profile-map {
    min-height: 240px;
  }
}
@media (max-width: 399px) {
  .profile-map {
    min-height: 220px;
  }
}
.profile-map .gm-style a {
  position: absolute;
}
.profile-map .gm-style .gm-style-cc a {
  display: none !important;
}
.profile-overview {
  max-width: 780px;
  padding: 40px 0 60px;
}
.profile-overview h2,
.profile-overview h3,
.profile-overview h4 {
  font-family: "Euclid-Bold";
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 10px;
}
.profile-overview h3 {
  font-size: 20px;
}
.profile-overview h4 {
  font-size: 18px;
}
.profile-specialities {
  padding-top: 20px;
}
.profile-specialities .button {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.profile-specialities .button:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.profile-specialities .button.small {
  font-size: 13px;
  padding: 2px 10px;
}
.profile-specialities .button.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.profile-specialities .button:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.profile-specialities .button {
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 3px 3px 3px 0;
  height: 33px;
}
.profile-specialities .button:focus {
  outline: none;
}
.profile-specialities .button:hover {
  cursor: pointer;
}
.profile-specialities .button:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/assets/chevron-down-white-65XHBKUG-ba97fb7d.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profile-specialities .button.hidden {
  display: none;
}
.profile-specialities.collapsed .button:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.profile-specialities.collapsed .profile-specialities-items {
  max-height: 78px;
}
.profile-specialities .profile-specialities-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  max-height: auto;
  overflow: hidden;
}
.profile-specialities .profile-specialities-item {
  background: #fff;
  border: rgb(224.5, 224.5, 224.5) 1px solid;
  color: #35404e;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 3px 3px 3px 0;
  line-height: 25px;
}
.book-appointment {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
  padding-bottom: 10px;
}
@media (min-width: 1080px) {
  .book-appointment .flatpickr-calendar.inline {
    display: none;
    position: absolute;
    z-index: 2;
    top: 27px;
    right: 0px;
  }
}
@media (max-width: 1079px) {
  .book-appointment .flatpickr-calendar.inline {
    background: #fafafa;
    border: rgb(237.25, 237.25, 237.25) 1px solid;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
  }
}
.book-appointment .flatpickr-calendar.inline.open {
  display: block;
}
@media (max-width: 1079px) {
  .book-appointment .flatpickr-calendar.inline.open {
    margin-bottom: 20px;
    padding-top: 15px;
    height: 100%;
    max-height: 500px;
    overflow: visible;
    visibility: visible;
  }
}
@media (max-width: 1079px) {
  .book-appointment .flatpickr-calendar.inline .flatpickr-rContainer {
    margin: 0 auto 20px;
    background: #fff;
    border: rgb(237.25, 237.25, 237.25) 1px solid;
  }
}
@media (max-width: 1079px) {
  .book-appointment .flatpickr-calendar.inline .flatpickr-days {
    width: 307.875px;
  }
}
@media (max-width: 1079px) {
  .book-appointment {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    -webkit-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, .15);
    height: 100%;
  }
}
.book-appointment-title {
  font-family: "Euclid-Bold";
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 15px;
  margin: 0 0 10px;
  background: #35404e;
  color: #fff;
  opacity: 1;
}
@media (max-width: 1079px) {
  .book-appointment-title {
    padding: 12px 15px;
  }
}
.book-appointment-title:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/assets/calendar-light-K4S3F66R-f848abaa.svg") no-repeat center;
  background-size: contain;
}
.book-appointment-block {
  padding: 10px 15px 5px;
  font-size: 14px;
}
.book-appointment-block.p-0 {
  padding: 0;
}
.book-appointment-block .form-label {
  display: block;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 400;
}
.book-appointment-block-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px;
}
.book-appointment-service {
  width: 100%;
}
.book-appointment-service > label {
  width: 100%;
}
.book-appointment-service .book-appointment-service-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.book-appointment-service .book-appointment-service-details .book-appointment-service-title {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
}
.book-appointment-service .book-appointment-service-details .book-appointment-service-time,
.book-appointment-service .book-appointment-service-details .book-appointment-service-price {
  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;
  line-height: 1em;
  margin: 3px 12px 6px 0;
}
.book-appointment-service .book-appointment-service-details .book-appointment-service-time:before,
.book-appointment-service .book-appointment-service-details .book-appointment-service-price:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("/assets/time-MT4DUUFT-535e2f7f.svg") no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
.book-appointment-service .book-appointment-service-details .book-appointment-service-price:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("/assets/price-U63MVOPS-9951c0ed.svg") no-repeat center;
  background-size: contain;
}
.book-appointment-service .book-appointment-service-details .book-appointment-bulk-billing {
  margin-left: auto;
}
.book-appointment-button {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.book-appointment-button:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.book-appointment-button.small {
  font-size: 13px;
  padding: 2px 10px;
}
.book-appointment-button.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.book-appointment-button:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.book-appointment-button {
  display: block;
  margin: 15px 15px;
}
.icon-checkbox.disabled {
  opacity: .4;
  pointer-events: none;
}
.icon-checkbox.disabled input[type=radio] {
  cursor: not-allowed;
}
.icon-checkbox.disabled label {
  color: #d7d7d7;
}
.profile-page .flatpickr-calendar {
  font-size: 13px !important;
}
@media (max-width: 1079px) {
  .profile-page .flatpickr-calendar .flatpickr-months {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 1080px) {
  .profile-page .flatpickr-calendar .flatpickr-months .flatpickr-month {
    background: #35404e;
    color: #fff;
  }
}
.profile-page .flatpickr-calendar .flatpickr-current-month {
  padding: 7px 0;
  font-size: 16px;
  height: 30px;
}
@media (min-width: 1080px) {
  .profile-page .flatpickr-calendar .flatpickr-current-month input.cur-year {
    color: #fff !important;
  }
}
.profile-page .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.profile-page .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  fill: #fff;
  color: #fff;
  padding: 7px 10px;
}
@media (max-width: 1079px) {
  .profile-page .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
  .profile-page .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    fill: #35404e;
    color: #35404e;
  }
}
.profile-page .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.profile-page .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #28c6c7;
  color: #28c6c7;
}
.profile-page .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  width: auto;
}
.profile-page .flatpickr-calendar .flatpickr-current-month span.cur-month:hover,
.profile-page .flatpickr-calendar .numInputWrapper:hover {
  background: none;
}
.profile-page .flatpickr-calendar .numInputWrapper span.arrowUp,
.profile-page .flatpickr-calendar .numInputWrapper span.arrowDown {
  display: none;
}
.profile-page .flatpickr-calendar .flatpickr-day {
  height: 30px;
  line-height: 30px;
}
.profile-page .flatpickr-calendar .flatpickr-day.selected {
  background: #28c6c7;
  border-color: #28c6c7;
  border-radius: 0;
}
.m-listings {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: center;
}
@media (max-width: 1000px) {
  .m-listings {
    grid-template-columns: 1fr;
  }
}
.m-listing-preview .info {
  margin-bottom: 15px;
}
.m-listing-preview .intro {
  margin-bottom: 15px;
}
.m-listing-preview .preview {
  border: 0px;
  border-radius: 0;
}
.promotion-block .accordion-content {
  position: absolute;
  margin-top: 14px;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: max-height .3s;
  transition: max-height .3s;
}
.promotion-block .accordion-content .chevron-icon {
  -webkit-transition: .3s all;
  transition: .3s all;
}
.promotion-block .accordion.open .accordion-content {
  position: relative;
  height: 100%;
  max-height: 100vh;
  visibility: visible;
}
.promotion-block .accordion.open .accordion-header:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.promotion-block .accordion.open .chevron-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.promotion-block .accordion-header {
  font-size: 16px;
}
.promotion-block .accordion-header:hover {
  cursor: pointer;
}
.promotion-block .accordion-header:after {
  content: "";
  background: url("/assets/chevron-down-black-QJQT6PUM-d1cd51fe.svg");
  float: right;
  position: relative;
  top: 10px;
  height: 7px;
  width: 13px;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.promotion-block .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 6px;
}
.promotion-block .input-group .button {
  background: #28c6c7;
  border: #28c6c7 1px solid;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.promotion-block .input-group .button:hover {
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  border: rgb(31.4644351464, 155.7489539749, 156.5355648536) 1px solid;
  color: #fff;
}
.promotion-block .input-group .button.small {
  font-size: 13px;
  padding: 2px 10px;
}
.promotion-block .input-group .button.medium {
  font-size: .875rem;
  padding: 8px 14px;
}
.promotion-block .input-group .button:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.promotion-block .input-group .button {
  padding: 6px 14px;
  font-weight: 900;
  font-size: 14px;
}
.promotion-block .input-group .button:focus {
  outline: none;
}
.promotion-block .input-group input {
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 4px;
  padding-left: 8px;
  text-transform: uppercase;
  line-height: 28px;
}
.promotion-block .input-group input:focus {
  outline: none;
}
.promotion-block .input-group input::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  text-transform: initial;
}
.promotion-block .input-group input::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  text-transform: initial;
}
.promotion-block .input-group input:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  text-transform: initial;
}
.promotion-block .input-group input::-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  text-transform: initial;
}
.promotion-block .input-group input::placeholder {
  color: #b3b3b3;
  opacity: 1;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  text-transform: initial;
}
.promotion-block.error span {
  color: #ff4a45;
}
.promotion-block.error .input-group {
  border-color: #ff4a45;
}
.promotion-block.success span {
  color: #09b66d;
}
@media (min-width: 1080px) {
  .filter-content .icon-checkbox-group {
    padding-bottom: 0;
  }
}
.filter-content .icon-checkbox-group .icon-checkbox {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter-content .icon-checkbox-group .icon-checkbox:last-child {
  margin-right: 0;
}
.filter-content .icon-checkbox-group .icon-checkbox:last-child label {
  margin-right: 0;
}
.listings-filter-container .show-options {
  display: none;
  padding: 5px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  max-width: 725px;
  margin: 10px 0;
}
.listings-filter-container .show-options:hover {
  cursor: pointer;
}
.listings-filter-container .show-options span {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.listings-filter-container .show-options img {
  width: 18px;
  height: 18px;
  padding: 4px;
  border-radius: 2px;
  background: #35404e;
  margin: 0;
  position: relative;
  top: 0px;
}
@media (max-width: 799px) {
  .listings-filter-container .show-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.listings-filter-container .calendar-filter {
  position: static;
}
.listings-filter-container .listings-filter-options {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content 1fr 1fr;
  grid-template-columns: 1fr max-content 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 14px;
  max-width: 725px;
  margin: 30px 0;
}
@media (max-width: 799px) {
  .listings-filter-container .listings-filter-options {
    grid-template-columns: 1fr;
    display: none;
    margin: 10px 0 30px 0;
  }
}
.listings-filter-container .listings-filter-options .filter {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
  border: 1px solid #fff;
  border-radius: 2px;
  background: #fff;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: bold;
  color: #35404e;
}
.listings-filter-container .listings-filter-options .filter.promotions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.listings-filter-container .listings-filter-options .filter:hover {
  cursor: pointer;
}
.listings-filter-container .listings-filter-options .filter.highlight {
  border: 1px solid #28c6c7;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
.listings-filter-container .filter-tags-container {
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
  grid-column: 1/span 4;
  grid-row: 2/span 1;
}
@media (max-width: 799px) {
  .listings-filter-container .filter-tags-container {
    grid-column: 1;
    grid-row: 3;
  }
}
.listings-filter-container .filter-tags-container ul.filter-tags {
  list-style: none;
  padding: 0;
  pointer-events: none;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.listings-filter-container .filter-tags-container ul.filter-tags li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2px;
  padding: 6px 10px;
  text-transform: uppercase;
  background: #35404e;
  border-radius: 8px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0;
  pointer-events: auto;
  display: inline-block;
}
.listings-filter-container .filter-tags-container ul.filter-tags li:hover {
  cursor: pointer;
}
.listings-filter-container .filter-tags-container ul.filter-tags li:after {
  content: url("/assets/remove-light-Q4KRTBNH-80a05e2f.svg");
  padding-left: 10px;
  position: relative;
  top: 1px;
}
@media (max-width: 799px) {
  .listings-filter-container.open .listings-filter-options {
    display: grid;
  }
}
.listings-filter-container.open .chevron-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.calendar-icon {
  float: right;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.chevron-icon {
  float: right;
  position: relative;
  top: 9px;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.chevron-icon.open {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.tippy-tooltip .calendar-extras {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-rows: 40px -webkit-max-content;
  grid-template-rows: 40px max-content;
  grid-column-gap: 4px;
  grid-row-gap: 10px;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tippy-tooltip .calendar-extras .time-input {
  grid-column: 2;
  grid-row: 1;
  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;
}
.tippy-tooltip .calendar-extras .time-input label {
  margin-right: 5px;
}
.tippy-tooltip .calendar-extras .time-input input[type=time] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
  padding: 7px;
  font-weight: bold;
  font-size: 16px;
  color: #35404e;
}
.tippy-tooltip .calendar-extras .time-input input[type=time]:focus {
  outline: none;
}
.tippy-tooltip .calendar-extras .time-input input[type=time]::-webkit-clear-button {
  display: none;
}
.tippy-tooltip .calendar-extras .toggle-time {
  grid-column: 1;
  grid-row: 1;
  font-weight: bold;
  text-align: left;
  padding-left: 2px;
  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;
}
.tippy-tooltip .calendar-extras .time-input-mask {
  grid-column: 2;
  grid-row: 1;
  z-index: 20;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: .8;
}
.tippy-tooltip .calendar-extras .button {
  border-radius: 4px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
  height: 2.3em;
}
.tippy-tooltip .calendar-extras .button:hover {
  cursor: pointer;
}
.tippy-tooltip .calendar-extras .button:focus {
  outline: none;
}
.tippy-tooltip .icon-checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
}
.tippy-tooltip .icon-checkbox input {
  display: none;
}
.tippy-tooltip .icon-checkbox input:checked + label {
  background: #fff;
  border-color: #35404e;
}
.tippy-tooltip .icon-checkbox input:checked + label:after {
  border-color: #28c6c7;
  background: #28c6c7 url("/assets/check-Q4SQT252-9460b020.svg") no-repeat center;
  opacity: 1;
  top: -3px;
}
.tippy-tooltip .icon-checkbox label {
  cursor: pointer;
  position: relative;
  background: #fafafa;
  border: rgb(224.5, 224.5, 224.5) 1px solid;
  border-radius: 8px;
  padding: 3px 8px;
  display: inline-block;
  margin: 4px 5px 4px 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.tippy-tooltip .icon-checkbox label:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -3px;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition:
    top .3s,
    opacity .3s,
    border-color .3s;
  transition:
    top .3s,
    opacity .3s,
    border-color .3s;
}
.tippy-tooltip .icon-checkbox label:hover {
  background: #fff;
  border-color: #35404e;
}
.tippy-tooltip .icon-checkbox {
  width: 75px;
  margin: 0 5px;
}
.tippy-tooltip .icon-checkbox label {
  color: #35404e;
  text-transform: none;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}
.tippy-tooltip .icon-checkbox label:before {
  display: block;
  margin: 8px auto 4px;
}
.tippy-tooltip .icon-checkbox label.video-conference-icon:before {
  content: "";
  width: 29px;
  height: 25px;
  background: url("/assets/video-conference-AYJBFGBK-345f4d1a.svg") no-repeat center;
  background-size: contain;
}
.tippy-tooltip .icon-checkbox label.promotion-icon:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/icon-price-tag-dark-OUJFK7KO-544d470c.svg") no-repeat center;
  background-size: contain;
}
.tippy-tooltip .icon-checkbox label.man-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/assets/icon-man-SW6NA4FX-aa4163ff.svg") no-repeat center;
  background-size: contain;
}
.tippy-tooltip .icon-checkbox label.woman-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/assets/icon-woman-YPNEY2CD-0072faf0.svg") no-repeat center;
  background-size: contain;
}
.tippy-tooltip .icon-checkbox label.medicare-icon:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/assets/medicare-brand-dark-NS4E5F4P-4f69e06c.svg") no-repeat center;
  background-size: contain;
  width: 55px;
}
.tippy-tooltip .icon-checkbox label.phone-icon:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/assets/phone-N2Z6TDN7-1a313c44.svg") no-repeat center;
  background-size: contain;
}
.tippy-tooltip .icon-checkbox label.clinic-icon:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/assets/clinic-XEXJS4QZ-6b9bc484.svg") no-repeat center;
  background-size: contain;
}
.tippy-tooltip .other-filter-content .icon-checkbox-group {
  padding: 0;
}
.tippy-tooltip .other-filter-content .icon-checkbox {
  width: 190px;
}
.tippy-tooltip .other-filter-content .icon-checkbox .other-filter-label {
  padding: 10px 14px;
}
.tippy-tooltip .other-filter-content label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
}
.tippy-tooltip .other-filter-content label:before {
  margin: 0;
}
.tippy-box[data-theme~=light-border] {
  font-size: 14px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1) !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1) !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 7px;
  padding: 8px;
}
.tippy-box[data-theme~=light-border][x-placement^=bottom] .tippy-arrow:before {
  border-bottom: 7px solid #e2e2e2 !important;
}
.tippy-box[data-theme~=light-border][x-placement^=top] .tippy-arrow:before {
  border-top: 7px solid #e2e2e2 !important;
}
.tippy-box[data-theme~=light-border][x-placement^=left] .tippy-arrow:before {
  border-left: 7px solid #e2e2e2 !important;
}
.tippy-box[data-theme~=light-border][x-placement^=right] .tippy-arrow:before {
  border-right: 7px solid #e2e2e2 !important;
}
.listings-page {
  background-color: #fafafa;
}
.listings-page .profile-banner {
  height: 200px;
}
.listings-header {
  margin-top: 100px;
}
.listings-header h1 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 58px;
}
@media (max-width: 799px) {
  .listings-header {
    margin-top: 60px;
  }
  .listings-header h1 {
    line-height: 42px;
  }
}
.products-search-container {
  position: relative;
  background: #fff;
}
.listings-search-container {
  position: relative;
  height: 48px;
}
.listings-search-container {
  margin-bottom: 20px;
}
.listings-search {
  border-radius: 4px;
}
.products-search,
.listings-search {
  font-size: 14px;
  width: 100%;
  z-index: 2;
  background: #fff;
  max-width: 725px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-search.highlight,
.listings-search.highlight {
  border: 1px solid #28c6c7;
}
.products-search .searchbar-top,
.listings-search .searchbar-top {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
}
.products-search .search-flex-wrapper,
.listings-search .search-flex-wrapper {
  padding: 9px 0px;
  grid-column: 2/span 1;
  grid-row: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1em;
  overflow-x: hidden;
}
.products-search img.icon,
.listings-search img.icon {
  width: 20px;
  height: 20px;
}
.products-search img.icon.icon-small,
.listings-search img.icon.icon-small {
  width: 17px;
  height: 17px;
}
.products-search img.icon.search-icon,
.listings-search img.icon.search-icon {
  grid-column: 1/span 1;
  grid-row: 1;
  margin: 12px 14px;
  justify-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.products-search input,
.listings-search input {
  line-height: 1em;
  margin: 0;
  padding: 6px 4px;
  font-size: 16px;
  font-weight: 700;
  color: #36414f;
  background: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.products-search input:focus,
.listings-search input:focus {
  outline: 0;
}
.products-search input::-webkit-input-placeholder,
.listings-search input::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.products-search input::-moz-placeholder,
.listings-search input::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.products-search input:-ms-input-placeholder,
.listings-search input:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.products-search input::-ms-input-placeholder,
.listings-search input::-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.products-search input::placeholder,
.listings-search input::placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.products-search .search-button-container,
.listings-search .search-button-container {
  grid-column: 3;
  grid-row: 1;
}
.products-search .search-button-container .button,
.listings-search .search-button-container .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 7px;
  padding: 9px 10px;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0;
  pointer-events: auto;
}
.products-search .search-button-container .button:hover,
.listings-search .search-button-container .button:hover {
  cursor: pointer;
}
.products-search .search-button-container .button:focus,
.listings-search .search-button-container .button:focus {
  outline: none;
}
@media (max-width: 500px) {
  .products-search .search-button-container,
  .listings-search .search-button-container {
    grid-column: 1/3;
    grid-row: 2;
    margin: 0 auto;
  }
  .products-search .search-button-container .button,
  .listings-search .search-button-container .button {
    padding: 9px 40px;
  }
}
.products-search .search-results,
.listings-search .search-results {
  background: #fff;
  width: 100%;
  border-radius: 4px;
  overflow-x: hidden;
}
.products-search .search-header,
.listings-search .search-header {
  background: #fbfbfb;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 4px 0;
  font-weight: 700;
  font-size: 14px;
  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;
}
.products-search .search-header img.icon,
.listings-search .search-header img.icon {
  margin: 0px 16px;
}
.products-search .search-text-content:hover,
.listings-search .search-text-content:hover {
  cursor: pointer;
}
.products-search .matched-professions,
.products-search .matched-specialties,
.products-search .search-text-content,
.listings-search .matched-professions,
.listings-search .matched-specialties,
.listings-search .search-text-content {
  padding: 8px 50px;
}
.products-search .matched-professions,
.products-search .matched-specialties,
.listings-search .matched-professions,
.listings-search .matched-specialties {
  padding: 8px 40px;
  max-height: 138px;
  overflow-y: auto;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.products-search .matched-professions::-webkit-scrollbar,
.products-search .matched-specialties::-webkit-scrollbar,
.listings-search .matched-professions::-webkit-scrollbar,
.listings-search .matched-specialties::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.products-search ul,
.listings-search ul {
  list-style: none;
  padding: 0;
  pointer-events: none;
}
.products-search ul li,
.listings-search ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 7px 0;
  padding: 6px 10px;
  text-transform: uppercase;
  background: #edf2f5;
  border-radius: 8px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 12px;
  color: #36414f;
  line-height: 1em;
  letter-spacing: 0;
  pointer-events: auto;
}
.products-search ul li:hover,
.listings-search ul li:hover {
  cursor: pointer;
}
.products-search ul li:after,
.listings-search ul li:after {
  content: url("/assets/add-PQFU2SJ5-2e01a88f.svg");
  padding-left: 10px;
  position: relative;
  top: 1px;
}
.products-search ul.selected-tags,
.listings-search ul.selected-tags {
  padding-left: 0px;
  font-size: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.products-search ul.selected-tags li,
.listings-search ul.selected-tags li {
  display: inline-block;
  margin: 2px;
}
.products-search ul.selected-tags li:after,
.listings-search ul.selected-tags li:after {
  content: url("/assets/remove-RS6KC2E7-144009c2.svg");
  position: relative;
  top: 1px;
}
.listings-search {
  position: absolute;
  left: 0px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.listings-search input {
  font-size: 16px;
}
.products-search {
  border: 1px solid #d7d7d7;
  max-width: none;
  background: #efefef;
}
.products-search.ready {
  background: none;
}
.products-search .search-results {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 1;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}
.products-search .search-brands {
  border: 1px solid #28c6c7;
}
.products-search .search-product-types,
.products-search .search-dietary-needs {
  border: 1px solid #28c6c7;
  border-top: none;
}
.products-search .search-text {
  border: 1px solid #28c6c7;
}
.products-search input {
  font-size: inherit;
  font-family: "Roboto";
  font-weight: bold;
}
.products-search img.icon {
  width: 17px;
  height: 17px;
}
.products-search img.icon.search-icon {
  margin: 12px 8px 12px 15px;
}
.products-search .search-flex-wrapper {
  padding: 7px 0;
}
.products-search .matched-brands,
.products-search .matched-product-types,
.products-search .matched-dietary-needs {
  padding: 8px 40px;
  max-height: 138px;
  overflow-y: auto;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.products-search .matched-brands::-webkit-scrollbar,
.products-search .matched-product-types::-webkit-scrollbar,
.products-search .matched-dietary-needs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.products-search .search-header img.icon {
  margin: 0 12px;
}
.no-search-results {
  padding: 30px;
  text-align: center;
}
.no-search-results p {
  font-family: Euclid-Bold;
  font-size: 20px;
  margin: 30px 0;
}
.m-listing-card {
  justify-self: stretch;
  margin-top: 50px;
}
.m-listing-card .inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 20px;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
  justify-self: center;
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition:
    transform .3s,
    box-shadow .3s,
    -webkit-transform .3s,
    -webkit-box-shadow .3s;
}
@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .m-listing-card .inner {
    padding: .875rem;
  }
}
.m-listing-card .inner:hover:not(.no-hover) {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
  cursor: pointer;
}
.m-listing-card .inner .profile-picture {
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition:
    transform .3s,
    box-shadow .3s,
    -webkit-transform .3s,
    -webkit-box-shadow .3s;
  border-radius: 50%;
  height: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.m-listing-card .inner .profile-picture .round-profile-photo,
.m-listing-card .inner .profile-picture .round-profile-initials {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
  margin: 0;
}
@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .m-listing-card .inner .profile-picture .round-profile-photo,
  .m-listing-card .inner .profile-picture .round-profile-initials {
    height: 90px;
    width: 90px;
  }
}
.m-listing-card .inner .m-listing-card-promo-icon {
  z-index: 3;
}
@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .m-listing-card .inner .m-listing-card-promo-icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
  }
}
.m-listing-card .inner .m-listing-card-medicare-icon {
  z-index: 3;
}
@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .m-listing-card .inner .m-listing-card-medicare-icon {
    width: 60px;
    height: 15px;
  }
}
.m-listing-card .practitioner-name {
  text-align: center;
  color: #36414f;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1em;
  margin-top: .875rem;
}
.m-listing-card .practitioner-name a {
  text-decoration: none;
}
.m-listing-card .practitioner-name a:hover {
  color: #28c6c7;
}
.m-listing-card .profession-tag {
  display: inline-block;
  font-size: 12px;
  border-radius: 8px;
  line-height: 1em;
  padding: 6px 8px;
  margin: 3px 1px;
  letter-spacing: 0;
}
.m-listing-card .bio {
  font-size: 14px;
  line-height: 1.7em;
  min-height: 3.4em;
  margin-bottom: 20px;
  color: #6b6b6b;
  overflow: hidden;
}
.m-listing-card .bio p {
  margin: 0;
}
.m-listing-card .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.4em;
}
.m-listing-card .consultations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.m-listing-card .consultations .location {
  grid-column: 1;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-listing-card .consultations .location .location-icon {
  display: inline-block;
}
.m-listing-card .consultations .location .location-icon:before {
  content: "";
  width: 22px;
  height: 20px;
  background: url("/assets/location-TJVRYQKT-08179f1f.svg") no-repeat center;
  background-size: 60%;
  display: block;
  border: 1px solid #35404e;
  border-radius: 6px;
  margin: 0 2px;
  background-size: contain;
  border: 0px;
}
.m-listing-card .consultations .location span {
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  display: inline-block;
}
.m-listing-card .consultations .consultation-types {
  grid-column: 2;
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-listing-card .consultations .consultation-types div {
  margin-left: 4px;
}
.m-listing-card .buttons {
  text-align: center;
}
.m-listing-card .appointment-icon {
  background-color: #fff;
}
.m-listing-card .video-conference-icon {
  display: inline-block;
}
.m-listing-card .video-conference-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/assets/video-conference-AYJBFGBK-345f4d1a.svg") no-repeat center;
  background-size: 60%;
  display: block;
  border: 1px solid #35404e;
  border-radius: 6px;
  margin: 0 2px;
  background-size: 72%;
}
.m-listing-card .phone-icon {
  display: inline-block;
}
.m-listing-card .phone-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/assets/phone-N2Z6TDN7-1a313c44.svg") no-repeat center;
  background-size: 60%;
  display: block;
  border: 1px solid #35404e;
  border-radius: 6px;
  margin: 0 2px;
}
.m-listing-card .clinic-icon {
  display: inline-block;
}
.m-listing-card .clinic-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/assets/clinic-XEXJS4QZ-6b9bc484.svg") no-repeat center;
  background-size: 60%;
  display: block;
  border: 1px solid #35404e;
  border-radius: 6px;
  margin: 0 2px;
}
.m-listing-card-icons {
  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;
}
.m-listing-card-icons .shortlist-link {
  z-index: 3;
}
@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .m-listing-card-icons .shortlist-link .icon-heart:before {
    width: 22px;
    height: 22px;
  }
}
.m-listing-card-icons-right {
  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;
  margin-left: auto;
}
.tippy-box[data-theme~=grey] {
  background-color: #36414f;
  opacity: .9;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.tippy-box[data-theme~=grey][data-animatefill] {
  background-color: transparent;
}
.tippy-box[data-theme~=grey] .tippy-backdrop {
  background-color: #36414f;
  opacity: .9;
  font-size: 10px;
}
.tippy-box[data-theme~=grey][x-placement^=bottom] .tippy-arrow:before {
  border-bottom-color: #36414f;
}
.tippy-box[data-theme~=grey][x-placement^=right] .tippy-arrow:before {
  border-right-color: #36414f;
}
.tippy-box[data-theme~=grey][x-placement^=left] .tippy-arrow:before {
  border-left-color: #36414f;
}
.action-talk_to_us .profile-banner {
  height: 300px !important;
}
.talk-to-us {
  margin: 6rem 1rem 3rem;
}
@media (max-width: 899px) {
  .talk-to-us {
    margin-top: 4rem;
  }
}
.talk-to-us-titles {
  text-align: center;
  max-width: 610px;
  margin: 0 auto 1rem;
  color: #fff;
}
@media (max-width: 599px) {
  .talk-to-us-titles {
    margin-bottom: 1.5rem;
    padding: 0 20px;
    max-width: 485px;
  }
}
.talk-to-us-title {
  font-family: "Euclid-Bold";
  font-weight: 700;
  margin-bottom: .75rem;
}
.talk-to-us-subtitle {
  margin-bottom: .5rem;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
  margin-right: .25rem;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch input:checked + .slider {
  background-color: #28c6c7;
}
.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
.toggle-switch input:focus + .slider {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #35404e;
  -webkit-transition: .2s;
  transition: .2s;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
.toggle-switch .slider.round {
  border-radius: 10px;
  width: 100%;
  margin: 0;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}
.toggle-group {
  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;
  margin-bottom: .5rem;
}
.toggle-group.toggle-group-compact {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }
  .sm\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sm\:bg-fixed {
    background-attachment: fixed;
  }
  .sm\:bg-local {
    background-attachment: local;
  }
  .sm\:bg-scroll {
    background-attachment: scroll;
  }
  .sm\:bg-transparent {
    background-color: transparent;
  }
  .sm\:bg-black {
    background-color: #35404e;
  }
  .sm\:bg-grey-darkest {
    background-color: #292828;
  }
  .sm\:bg-grey-darker {
    background-color: #494949;
  }
  .sm\:bg-grey-dark {
    background-color: #616060;
  }
  .sm\:bg-grey {
    background-color: #797979;
  }
  .sm\:bg-grey-light {
    background-color: #d7d7d7;
  }
  .sm\:bg-grey-lighter {
    background-color: #f5f1ea;
  }
  .sm\:bg-grey-lightest {
    background-color: #f2f2f2;
  }
  .sm\:bg-white {
    background-color: #fff;
  }
  .sm\:bg-red-darkest {
    background-color: #3b0d0c;
  }
  .sm\:bg-red-darker {
    background-color: #621b18;
  }
  .sm\:bg-red-dark {
    background-color: #cc1f1a;
  }
  .sm\:bg-red {
    background-color: #e3342f;
  }
  .sm\:bg-red-heart {
    background-color: #fe5267;
  }
  .sm\:bg-red-light {
    background-color: #ef5753;
  }
  .sm\:bg-red-lighter {
    background-color: #f9acaa;
  }
  .sm\:bg-red-lightest {
    background-color: #fcebea;
  }
  .sm\:bg-green-darkest {
    background-color: #092b2b;
  }
  .sm\:bg-green-darker {
    background-color: #115556;
  }
  .sm\:bg-green-dark {
    background-color: #1d8e8e;
  }
  .sm\:bg-green {
    background-color: #28c6c7;
  }
  .sm\:bg-green-light {
    background-color: #4bcccd;
  }
  .sm\:bg-green-lighter {
    background-color: #63d2d3;
  }
  .sm\:bg-green-lightest {
    background-color: #d5f6f7;
  }
  .sm\:bg-teal-darkest {
    background-color: #0d3331;
  }
  .sm\:bg-teal-darker {
    background-color: #20504f;
  }
  .sm\:bg-teal-dark {
    background-color: #38a89d;
  }
  .sm\:bg-teal {
    background-color: #4dc0b5;
  }
  .sm\:bg-teal-light {
    background-color: #64d5ca;
  }
  .sm\:bg-teal-lighter {
    background-color: #a0f0ed;
  }
  .sm\:bg-teal-lightest {
    background-color: #e8fffe;
  }
  .sm\:bg-blue-darkest {
    background-color: #12283a;
  }
  .sm\:bg-blue-darker {
    background-color: #1c3d5a;
  }
  .sm\:bg-blue-dark {
    background-color: #2779bd;
  }
  .sm\:bg-blue {
    background-color: #35404e;
  }
  .sm\:bg-blue-light {
    background-color: #6cb2eb;
  }
  .sm\:bg-blue-lighter {
    background-color: #bcdefa;
  }
  .sm\:bg-blue-lightest {
    background-color: #eff8ff;
  }
  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .sm\:hover\:bg-black:hover {
    background-color: #35404e;
  }
  .sm\:hover\:bg-grey-darkest:hover {
    background-color: #292828;
  }
  .sm\:hover\:bg-grey-darker:hover {
    background-color: #494949;
  }
  .sm\:hover\:bg-grey-dark:hover {
    background-color: #616060;
  }
  .sm\:hover\:bg-grey:hover {
    background-color: #797979;
  }
  .sm\:hover\:bg-grey-light:hover {
    background-color: #d7d7d7;
  }
  .sm\:hover\:bg-grey-lighter:hover {
    background-color: #f5f1ea;
  }
  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #f2f2f2;
  }
  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }
  .sm\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }
  .sm\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }
  .sm\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }
  .sm\:hover\:bg-red:hover {
    background-color: #e3342f;
  }
  .sm\:hover\:bg-red-heart:hover {
    background-color: #fe5267;
  }
  .sm\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }
  .sm\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }
  .sm\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }
  .sm\:hover\:bg-green-darkest:hover {
    background-color: #092b2b;
  }
  .sm\:hover\:bg-green-darker:hover {
    background-color: #115556;
  }
  .sm\:hover\:bg-green-dark:hover {
    background-color: #1d8e8e;
  }
  .sm\:hover\:bg-green:hover {
    background-color: #28c6c7;
  }
  .sm\:hover\:bg-green-light:hover {
    background-color: #4bcccd;
  }
  .sm\:hover\:bg-green-lighter:hover {
    background-color: #63d2d3;
  }
  .sm\:hover\:bg-green-lightest:hover {
    background-color: #d5f6f7;
  }
  .sm\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }
  .sm\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }
  .sm\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }
  .sm\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }
  .sm\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }
  .sm\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }
  .sm\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }
  .sm\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }
  .sm\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }
  .sm\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }
  .sm\:hover\:bg-blue:hover {
    background-color: #35404e;
  }
  .sm\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }
  .sm\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }
  .sm\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }
  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
  .sm\:focus\:bg-black:focus {
    background-color: #35404e;
  }
  .sm\:focus\:bg-grey-darkest:focus {
    background-color: #292828;
  }
  .sm\:focus\:bg-grey-darker:focus {
    background-color: #494949;
  }
  .sm\:focus\:bg-grey-dark:focus {
    background-color: #616060;
  }
  .sm\:focus\:bg-grey:focus {
    background-color: #797979;
  }
  .sm\:focus\:bg-grey-light:focus {
    background-color: #d7d7d7;
  }
  .sm\:focus\:bg-grey-lighter:focus {
    background-color: #f5f1ea;
  }
  .sm\:focus\:bg-grey-lightest:focus {
    background-color: #f2f2f2;
  }
  .sm\:focus\:bg-white:focus {
    background-color: #fff;
  }
  .sm\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }
  .sm\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }
  .sm\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }
  .sm\:focus\:bg-red:focus {
    background-color: #e3342f;
  }
  .sm\:focus\:bg-red-heart:focus {
    background-color: #fe5267;
  }
  .sm\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }
  .sm\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }
  .sm\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }
  .sm\:focus\:bg-green-darkest:focus {
    background-color: #092b2b;
  }
  .sm\:focus\:bg-green-darker:focus {
    background-color: #115556;
  }
  .sm\:focus\:bg-green-dark:focus {
    background-color: #1d8e8e;
  }
  .sm\:focus\:bg-green:focus {
    background-color: #28c6c7;
  }
  .sm\:focus\:bg-green-light:focus {
    background-color: #4bcccd;
  }
  .sm\:focus\:bg-green-lighter:focus {
    background-color: #63d2d3;
  }
  .sm\:focus\:bg-green-lightest:focus {
    background-color: #d5f6f7;
  }
  .sm\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }
  .sm\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }
  .sm\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }
  .sm\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }
  .sm\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }
  .sm\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }
  .sm\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }
  .sm\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }
  .sm\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }
  .sm\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }
  .sm\:focus\:bg-blue:focus {
    background-color: #35404e;
  }
  .sm\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }
  .sm\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }
  .sm\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }
  .sm\:bg-bottom {
    background-position: bottom;
  }
  .sm\:bg-center {
    background-position: center;
  }
  .sm\:bg-left {
    background-position: left;
  }
  .sm\:bg-left-bottom {
    background-position: left bottom;
  }
  .sm\:bg-left-top {
    background-position: left top;
  }
  .sm\:bg-right {
    background-position: right;
  }
  .sm\:bg-right-bottom {
    background-position: right bottom;
  }
  .sm\:bg-right-top {
    background-position: right top;
  }
  .sm\:bg-top {
    background-position: top;
  }
  .sm\:bg-repeat {
    background-repeat: repeat;
  }
  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }
  .sm\:bg-auto {
    background-size: auto;
  }
  .sm\:bg-cover {
    background-size: cover;
  }
  .sm\:bg-contain {
    background-size: contain;
  }
  .sm\:border-transparent {
    border-color: transparent;
  }
  .sm\:border-black {
    border-color: #35404e;
  }
  .sm\:border-grey-darkest {
    border-color: #292828;
  }
  .sm\:border-grey-darker {
    border-color: #494949;
  }
  .sm\:border-grey-dark {
    border-color: #616060;
  }
  .sm\:border-grey {
    border-color: #797979;
  }
  .sm\:border-grey-light {
    border-color: #d7d7d7;
  }
  .sm\:border-grey-lighter {
    border-color: #f5f1ea;
  }
  .sm\:border-grey-lightest {
    border-color: #f2f2f2;
  }
  .sm\:border-white {
    border-color: #fff;
  }
  .sm\:border-red-darkest {
    border-color: #3b0d0c;
  }
  .sm\:border-red-darker {
    border-color: #621b18;
  }
  .sm\:border-red-dark {
    border-color: #cc1f1a;
  }
  .sm\:border-red {
    border-color: #e3342f;
  }
  .sm\:border-red-heart {
    border-color: #fe5267;
  }
  .sm\:border-red-light {
    border-color: #ef5753;
  }
  .sm\:border-red-lighter {
    border-color: #f9acaa;
  }
  .sm\:border-red-lightest {
    border-color: #fcebea;
  }
  .sm\:border-green-darkest {
    border-color: #092b2b;
  }
  .sm\:border-green-darker {
    border-color: #115556;
  }
  .sm\:border-green-dark {
    border-color: #1d8e8e;
  }
  .sm\:border-green {
    border-color: #28c6c7;
  }
  .sm\:border-green-light {
    border-color: #4bcccd;
  }
  .sm\:border-green-lighter {
    border-color: #63d2d3;
  }
  .sm\:border-green-lightest {
    border-color: #d5f6f7;
  }
  .sm\:border-teal-darkest {
    border-color: #0d3331;
  }
  .sm\:border-teal-darker {
    border-color: #20504f;
  }
  .sm\:border-teal-dark {
    border-color: #38a89d;
  }
  .sm\:border-teal {
    border-color: #4dc0b5;
  }
  .sm\:border-teal-light {
    border-color: #64d5ca;
  }
  .sm\:border-teal-lighter {
    border-color: #a0f0ed;
  }
  .sm\:border-teal-lightest {
    border-color: #e8fffe;
  }
  .sm\:border-blue-darkest {
    border-color: #12283a;
  }
  .sm\:border-blue-darker {
    border-color: #1c3d5a;
  }
  .sm\:border-blue-dark {
    border-color: #2779bd;
  }
  .sm\:border-blue {
    border-color: #35404e;
  }
  .sm\:border-blue-light {
    border-color: #6cb2eb;
  }
  .sm\:border-blue-lighter {
    border-color: #bcdefa;
  }
  .sm\:border-blue-lightest {
    border-color: #eff8ff;
  }
  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .sm\:hover\:border-black:hover {
    border-color: #35404e;
  }
  .sm\:hover\:border-grey-darkest:hover {
    border-color: #292828;
  }
  .sm\:hover\:border-grey-darker:hover {
    border-color: #494949;
  }
  .sm\:hover\:border-grey-dark:hover {
    border-color: #616060;
  }
  .sm\:hover\:border-grey:hover {
    border-color: #797979;
  }
  .sm\:hover\:border-grey-light:hover {
    border-color: #d7d7d7;
  }
  .sm\:hover\:border-grey-lighter:hover {
    border-color: #f5f1ea;
  }
  .sm\:hover\:border-grey-lightest:hover {
    border-color: #f2f2f2;
  }
  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }
  .sm\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }
  .sm\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }
  .sm\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }
  .sm\:hover\:border-red:hover {
    border-color: #e3342f;
  }
  .sm\:hover\:border-red-heart:hover {
    border-color: #fe5267;
  }
  .sm\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }
  .sm\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }
  .sm\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }
  .sm\:hover\:border-green-darkest:hover {
    border-color: #092b2b;
  }
  .sm\:hover\:border-green-darker:hover {
    border-color: #115556;
  }
  .sm\:hover\:border-green-dark:hover {
    border-color: #1d8e8e;
  }
  .sm\:hover\:border-green:hover {
    border-color: #28c6c7;
  }
  .sm\:hover\:border-green-light:hover {
    border-color: #4bcccd;
  }
  .sm\:hover\:border-green-lighter:hover {
    border-color: #63d2d3;
  }
  .sm\:hover\:border-green-lightest:hover {
    border-color: #d5f6f7;
  }
  .sm\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }
  .sm\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }
  .sm\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }
  .sm\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }
  .sm\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }
  .sm\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }
  .sm\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }
  .sm\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }
  .sm\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }
  .sm\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }
  .sm\:hover\:border-blue:hover {
    border-color: #35404e;
  }
  .sm\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }
  .sm\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }
  .sm\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }
  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }
  .sm\:focus\:border-black:focus {
    border-color: #35404e;
  }
  .sm\:focus\:border-grey-darkest:focus {
    border-color: #292828;
  }
  .sm\:focus\:border-grey-darker:focus {
    border-color: #494949;
  }
  .sm\:focus\:border-grey-dark:focus {
    border-color: #616060;
  }
  .sm\:focus\:border-grey:focus {
    border-color: #797979;
  }
  .sm\:focus\:border-grey-light:focus {
    border-color: #d7d7d7;
  }
  .sm\:focus\:border-grey-lighter:focus {
    border-color: #f5f1ea;
  }
  .sm\:focus\:border-grey-lightest:focus {
    border-color: #f2f2f2;
  }
  .sm\:focus\:border-white:focus {
    border-color: #fff;
  }
  .sm\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }
  .sm\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }
  .sm\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }
  .sm\:focus\:border-red:focus {
    border-color: #e3342f;
  }
  .sm\:focus\:border-red-heart:focus {
    border-color: #fe5267;
  }
  .sm\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }
  .sm\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }
  .sm\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }
  .sm\:focus\:border-green-darkest:focus {
    border-color: #092b2b;
  }
  .sm\:focus\:border-green-darker:focus {
    border-color: #115556;
  }
  .sm\:focus\:border-green-dark:focus {
    border-color: #1d8e8e;
  }
  .sm\:focus\:border-green:focus {
    border-color: #28c6c7;
  }
  .sm\:focus\:border-green-light:focus {
    border-color: #4bcccd;
  }
  .sm\:focus\:border-green-lighter:focus {
    border-color: #63d2d3;
  }
  .sm\:focus\:border-green-lightest:focus {
    border-color: #d5f6f7;
  }
  .sm\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }
  .sm\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }
  .sm\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }
  .sm\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }
  .sm\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }
  .sm\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }
  .sm\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }
  .sm\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }
  .sm\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }
  .sm\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }
  .sm\:focus\:border-blue:focus {
    border-color: #35404e;
  }
  .sm\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }
  .sm\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }
  .sm\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }
  .sm\:rounded-none {
    border-radius: 0;
  }
  .sm\:rounded-sm {
    border-radius: .125rem;
  }
  .sm\:rounded {
    border-radius: .25rem;
  }
  .sm\:rounded-lg {
    border-radius: .75rem;
  }
  .sm\:rounded-full {
    border-radius: 9999px;
  }
  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }
  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }
  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .sm\:rounded-t-lg {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }
  .sm\:rounded-r-lg {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }
  .sm\:rounded-b-lg {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .sm\:rounded-l-lg {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }
  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }
  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }
  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }
  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }
  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }
  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }
  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }
  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }
  .sm\:rounded-tl-lg {
    border-top-left-radius: .75rem;
  }
  .sm\:rounded-tr-lg {
    border-top-right-radius: .75rem;
  }
  .sm\:rounded-br-lg {
    border-bottom-right-radius: .75rem;
  }
  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .75rem;
  }
  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
  .sm\:hover\:rounded-none:hover {
    border-radius: 0;
  }
  .sm\:hover\:rounded-sm:hover {
    border-radius: .125rem;
  }
  .sm\:hover\:rounded:hover {
    border-radius: .25rem;
  }
  .sm\:hover\:rounded-lg:hover {
    border-radius: .75rem;
  }
  .sm\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }
  .sm\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .sm\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sm\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sm\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sm\:hover\:rounded-t-sm:hover {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }
  .sm\:hover\:rounded-r-sm:hover {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }
  .sm\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .sm\:hover\:rounded-l-sm:hover {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .sm\:hover\:rounded-t:hover {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .sm\:hover\:rounded-r:hover {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .sm\:hover\:rounded-b:hover {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .sm\:hover\:rounded-l:hover {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .sm\:hover\:rounded-t-lg:hover {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }
  .sm\:hover\:rounded-r-lg:hover {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }
  .sm\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .sm\:hover\:rounded-l-lg:hover {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .sm\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .sm\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .sm\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .sm\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .sm\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }
  .sm\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }
  .sm\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }
  .sm\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }
  .sm\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: .125rem;
  }
  .sm\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: .125rem;
  }
  .sm\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: .125rem;
  }
  .sm\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem;
  }
  .sm\:hover\:rounded-tl:hover {
    border-top-left-radius: .25rem;
  }
  .sm\:hover\:rounded-tr:hover {
    border-top-right-radius: .25rem;
  }
  .sm\:hover\:rounded-br:hover {
    border-bottom-right-radius: .25rem;
  }
  .sm\:hover\:rounded-bl:hover {
    border-bottom-left-radius: .25rem;
  }
  .sm\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: .75rem;
  }
  .sm\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: .75rem;
  }
  .sm\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: .75rem;
  }
  .sm\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: .75rem;
  }
  .sm\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }
  .sm\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }
  .sm\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }
  .sm\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }
  .sm\:border-solid {
    border-style: solid;
  }
  .sm\:border-dashed {
    border-style: dashed;
  }
  .sm\:border-dotted {
    border-style: dotted;
  }
  .sm\:border-none {
    border-style: none;
  }
  .sm\:border-0 {
    border-width: 0;
  }
  .sm\:border-2 {
    border-width: 2px;
  }
  .sm\:border-4 {
    border-width: 4px;
  }
  .sm\:border-8 {
    border-width: 8px;
  }
  .sm\:border {
    border-width: 1px;
  }
  .sm\:border-t-0 {
    border-top-width: 0;
  }
  .sm\:border-r-0 {
    border-right-width: 0;
  }
  .sm\:border-b-0 {
    border-bottom-width: 0;
  }
  .sm\:border-l-0 {
    border-left-width: 0;
  }
  .sm\:border-t-2 {
    border-top-width: 2px;
  }
  .sm\:border-r-2 {
    border-right-width: 2px;
  }
  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }
  .sm\:border-l-2 {
    border-left-width: 2px;
  }
  .sm\:border-t-4 {
    border-top-width: 4px;
  }
  .sm\:border-r-4 {
    border-right-width: 4px;
  }
  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }
  .sm\:border-l-4 {
    border-left-width: 4px;
  }
  .sm\:border-t-8 {
    border-top-width: 8px;
  }
  .sm\:border-r-8 {
    border-right-width: 8px;
  }
  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }
  .sm\:border-l-8 {
    border-left-width: 8px;
  }
  .sm\:border-t {
    border-top-width: 1px;
  }
  .sm\:border-r {
    border-right-width: 1px;
  }
  .sm\:border-b {
    border-bottom-width: 1px;
  }
  .sm\:border-l {
    border-left-width: 1px;
  }
  .sm\:last-child\:border-0:last-child {
    border-width: 0;
  }
  .sm\:last-child\:border-2:last-child {
    border-width: 2px;
  }
  .sm\:last-child\:border-4:last-child {
    border-width: 4px;
  }
  .sm\:last-child\:border-8:last-child {
    border-width: 8px;
  }
  .sm\:last-child\:border:last-child {
    border-width: 1px;
  }
  .sm\:last-child\:border-t-0:last-child {
    border-top-width: 0;
  }
  .sm\:last-child\:border-r-0:last-child {
    border-right-width: 0;
  }
  .sm\:last-child\:border-b-0:last-child {
    border-bottom-width: 0;
  }
  .sm\:last-child\:border-l-0:last-child {
    border-left-width: 0;
  }
  .sm\:last-child\:border-t-2:last-child {
    border-top-width: 2px;
  }
  .sm\:last-child\:border-r-2:last-child {
    border-right-width: 2px;
  }
  .sm\:last-child\:border-b-2:last-child {
    border-bottom-width: 2px;
  }
  .sm\:last-child\:border-l-2:last-child {
    border-left-width: 2px;
  }
  .sm\:last-child\:border-t-4:last-child {
    border-top-width: 4px;
  }
  .sm\:last-child\:border-r-4:last-child {
    border-right-width: 4px;
  }
  .sm\:last-child\:border-b-4:last-child {
    border-bottom-width: 4px;
  }
  .sm\:last-child\:border-l-4:last-child {
    border-left-width: 4px;
  }
  .sm\:last-child\:border-t-8:last-child {
    border-top-width: 8px;
  }
  .sm\:last-child\:border-r-8:last-child {
    border-right-width: 8px;
  }
  .sm\:last-child\:border-b-8:last-child {
    border-bottom-width: 8px;
  }
  .sm\:last-child\:border-l-8:last-child {
    border-left-width: 8px;
  }
  .sm\:last-child\:border-t:last-child {
    border-top-width: 1px;
  }
  .sm\:last-child\:border-r:last-child {
    border-right-width: 1px;
  }
  .sm\:last-child\:border-b:last-child {
    border-bottom-width: 1px;
  }
  .sm\:last-child\:border-l:last-child {
    border-left-width: 1px;
  }
  .sm\:cursor-auto {
    cursor: auto;
  }
  .sm\:cursor-default {
    cursor: default;
  }
  .sm\:cursor-pointer {
    cursor: pointer;
  }
  .sm\:cursor-wait {
    cursor: wait;
  }
  .sm\:cursor-move {
    cursor: move;
  }
  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:table {
    display: table;
  }
  .sm\:table-row {
    display: table-row;
  }
  .sm\:table-cell {
    display: table-cell;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sm\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .sm\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sm\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sm\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sm\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sm\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .sm\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sm\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .sm\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .sm\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .sm\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .sm\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .sm\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sm\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sm\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sm\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sm\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .sm\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .sm\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .sm\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .sm\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .sm\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .sm\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .sm\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .sm\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .sm\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .sm\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sm\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .sm\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .sm\:float-right {
    float: right;
  }
  .sm\:float-left {
    float: left;
  }
  .sm\:float-none {
    float: none;
  }
  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm\:font-sans {
    font-family:
      Roboto,
      system-ui,
      BlinkMacSystemFont,
      -apple-system,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
  }
  .sm\:font-serif {
    font-family:
      Constantia,
      Lucida Bright,
      Lucidabright,
      Lucida Serif,
      Lucida,
      DejaVu Serif,
      Bitstream Vera Serif,
      Liberation Serif,
      Georgia,
      serif;
  }
  .sm\:font-mono {
    font-family:
      Menlo,
      Monaco,
      Consolas,
      Liberation Mono,
      Courier New,
      monospace;
  }
  .sm\:font-display {
    font-family: Euclid-Bold;
  }
  .sm\:font-light {
    font-weight: 300;
  }
  .sm\:font-normal {
    font-weight: 400;
  }
  .sm\:font-medium {
    font-weight: 500;
  }
  .sm\:font-semibold {
    font-weight: 600;
  }
  .sm\:font-bold {
    font-weight: 700;
  }
  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }
  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }
  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }
  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }
  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }
  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }
  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }
  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }
  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }
  .sm\:h-1 {
    height: .25rem;
  }
  .sm\:h-2 {
    height: .5rem;
  }
  .sm\:h-3 {
    height: .75rem;
  }
  .sm\:h-4 {
    height: 1rem;
  }
  .sm\:h-5 {
    height: 1.25rem;
  }
  .sm\:h-6 {
    height: 1.5rem;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:h-9 {
    height: 2.25rem;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:h-12 {
    height: 3rem;
  }
  .sm\:h-16 {
    height: 4rem;
  }
  .sm\:h-24 {
    height: 6rem;
  }
  .sm\:h-32 {
    height: 8rem;
  }
  .sm\:h-48 {
    height: 12rem;
  }
  .sm\:h-64 {
    height: 16rem;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-px {
    height: 1px;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:h-screen {
    height: 100vh;
  }
  .sm\:leading-none {
    line-height: 1;
  }
  .sm\:leading-tight {
    line-height: 1.25;
  }
  .sm\:leading-normal {
    line-height: 1.5;
  }
  .sm\:leading-loose {
    line-height: 2;
  }
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:m-1 {
    margin: .25rem;
  }
  .sm\:m-2 {
    margin: .5rem;
  }
  .sm\:m-3 {
    margin: .75rem;
  }
  .sm\:m-4 {
    margin: 1rem;
  }
  .sm\:m-5 {
    margin: 1.25rem;
  }
  .sm\:m-6 {
    margin: 1.5rem;
  }
  .sm\:m-8 {
    margin: 2rem;
  }
  .sm\:m-10 {
    margin: 2.5rem;
  }
  .sm\:m-12 {
    margin: 3rem;
  }
  .sm\:m-16 {
    margin: 4rem;
  }
  .sm\:m-20 {
    margin: 5rem;
  }
  .sm\:m-24 {
    margin: 6rem;
  }
  .sm\:m-32 {
    margin: 8rem;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:m-px {
    margin: 1px;
  }
  .sm\:m-1-1\/2 {
    margin: .375rem;
  }
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }
  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }
  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .sm\:my-1-1\/2 {
    margin-top: .375rem;
    margin-bottom: .375rem;
  }
  .sm\:mx-1-1\/2 {
    margin-left: .375rem;
    margin-right: .375rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:mt-1 {
    margin-top: .25rem;
  }
  .sm\:mr-1 {
    margin-right: .25rem;
  }
  .sm\:mb-1 {
    margin-bottom: .25rem;
  }
  .sm\:ml-1 {
    margin-left: .25rem;
  }
  .sm\:mt-2 {
    margin-top: .5rem;
  }
  .sm\:mr-2 {
    margin-right: .5rem;
  }
  .sm\:mb-2 {
    margin-bottom: .5rem;
  }
  .sm\:ml-2 {
    margin-left: .5rem;
  }
  .sm\:mt-3 {
    margin-top: .75rem;
  }
  .sm\:mr-3 {
    margin-right: .75rem;
  }
  .sm\:mb-3 {
    margin-bottom: .75rem;
  }
  .sm\:ml-3 {
    margin-left: .75rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mr-4 {
    margin-right: 1rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:ml-4 {
    margin-left: 1rem;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:mr-8 {
    margin-right: 2rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:ml-8 {
    margin-left: 2rem;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:ml-10 {
    margin-left: 2.5rem;
  }
  .sm\:mt-12 {
    margin-top: 3rem;
  }
  .sm\:mr-12 {
    margin-right: 3rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:ml-12 {
    margin-left: 3rem;
  }
  .sm\:mt-16 {
    margin-top: 4rem;
  }
  .sm\:mr-16 {
    margin-right: 4rem;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem;
  }
  .sm\:ml-16 {
    margin-left: 4rem;
  }
  .sm\:mt-20 {
    margin-top: 5rem;
  }
  .sm\:mr-20 {
    margin-right: 5rem;
  }
  .sm\:mb-20 {
    margin-bottom: 5rem;
  }
  .sm\:ml-20 {
    margin-left: 5rem;
  }
  .sm\:mt-24 {
    margin-top: 6rem;
  }
  .sm\:mr-24 {
    margin-right: 6rem;
  }
  .sm\:mb-24 {
    margin-bottom: 6rem;
  }
  .sm\:ml-24 {
    margin-left: 6rem;
  }
  .sm\:mt-32 {
    margin-top: 8rem;
  }
  .sm\:mr-32 {
    margin-right: 8rem;
  }
  .sm\:mb-32 {
    margin-bottom: 8rem;
  }
  .sm\:ml-32 {
    margin-left: 8rem;
  }
  .sm\:mt-auto {
    margin-top: auto;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mb-auto {
    margin-bottom: auto;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mt-px {
    margin-top: 1px;
  }
  .sm\:mr-px {
    margin-right: 1px;
  }
  .sm\:mb-px {
    margin-bottom: 1px;
  }
  .sm\:ml-px {
    margin-left: 1px;
  }
  .sm\:mt-1-1\/2 {
    margin-top: .375rem;
  }
  .sm\:mr-1-1\/2 {
    margin-right: .375rem;
  }
  .sm\:mb-1-1\/2 {
    margin-bottom: .375rem;
  }
  .sm\:ml-1-1\/2 {
    margin-left: .375rem;
  }
  .sm\:max-h-128 {
    max-height: 32rem;
  }
  .sm\:max-h-full {
    max-height: 100%;
  }
  .sm\:max-h-screen {
    max-height: 100vh;
  }
  .sm\:max-w-xs {
    max-width: 20rem;
  }
  .sm\:max-w-sm {
    max-width: 30rem;
  }
  .sm\:max-w-md {
    max-width: 40rem;
  }
  .sm\:max-w-lg {
    max-width: 50rem;
  }
  .sm\:max-w-xl {
    max-width: 60rem;
  }
  .sm\:max-w-2xl {
    max-width: 70rem;
  }
  .sm\:max-w-3xl {
    max-width: 80rem;
  }
  .sm\:max-w-4xl {
    max-width: 90rem;
  }
  .sm\:max-w-5xl {
    max-width: 100rem;
  }
  .sm\:max-w-full {
    max-width: 100%;
  }
  .sm\:min-h-0 {
    min-height: 0;
  }
  .sm\:min-h-16 {
    min-height: 4rem;
  }
  .sm\:min-h-24 {
    min-height: 8rem;
  }
  .sm\:min-h-32 {
    min-height: 8rem;
  }
  .sm\:min-h-64 {
    min-height: 16rem;
  }
  .sm\:min-h-96 {
    min-height: 24rem;
  }
  .sm\:min-h-full {
    min-height: 100%;
  }
  .sm\:min-h-screen {
    min-height: 100vh;
  }
  .sm\:min-w-0 {
    min-width: 0;
  }
  .sm\:min-w-full {
    min-width: 100%;
  }
  .sm\:-m-0 {
    margin: 0;
  }
  .sm\:-m-1 {
    margin: -0.25rem;
  }
  .sm\:-m-2 {
    margin: -0.5rem;
  }
  .sm\:-m-3 {
    margin: -0.75rem;
  }
  .sm\:-m-4 {
    margin: -1rem;
  }
  .sm\:-m-5 {
    margin: -1.25rem;
  }
  .sm\:-m-6 {
    margin: -1.5rem;
  }
  .sm\:-m-8 {
    margin: -2rem;
  }
  .sm\:-m-10 {
    margin: -2.5rem;
  }
  .sm\:-m-12 {
    margin: -3rem;
  }
  .sm\:-m-16 {
    margin: -4rem;
  }
  .sm\:-m-20 {
    margin: -5rem;
  }
  .sm\:-m-24 {
    margin: -6rem;
  }
  .sm\:-m-32 {
    margin: -8rem;
  }
  .sm\:-m-px {
    margin: -1px;
  }
  .sm\:-m-1-1\/2 {
    margin: -0.375rem;
  }
  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .sm\:-my-1-1\/2 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .sm\:-mx-1-1\/2 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .sm\:-mt-0 {
    margin-top: 0;
  }
  .sm\:-mr-0 {
    margin-right: 0;
  }
  .sm\:-mb-0 {
    margin-bottom: 0;
  }
  .sm\:-ml-0 {
    margin-left: 0;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }
  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }
  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }
  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }
  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }
  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }
  .sm\:-mt-4 {
    margin-top: -1rem;
  }
  .sm\:-mr-4 {
    margin-right: -1rem;
  }
  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }
  .sm\:-ml-4 {
    margin-left: -1rem;
  }
  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }
  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }
  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }
  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }
  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }
  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }
  .sm\:-mt-8 {
    margin-top: -2rem;
  }
  .sm\:-mr-8 {
    margin-right: -2rem;
  }
  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }
  .sm\:-ml-8 {
    margin-left: -2rem;
  }
  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }
  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }
  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }
  .sm\:-mt-12 {
    margin-top: -3rem;
  }
  .sm\:-mr-12 {
    margin-right: -3rem;
  }
  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }
  .sm\:-ml-12 {
    margin-left: -3rem;
  }
  .sm\:-mt-16 {
    margin-top: -4rem;
  }
  .sm\:-mr-16 {
    margin-right: -4rem;
  }
  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }
  .sm\:-ml-16 {
    margin-left: -4rem;
  }
  .sm\:-mt-20 {
    margin-top: -5rem;
  }
  .sm\:-mr-20 {
    margin-right: -5rem;
  }
  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }
  .sm\:-ml-20 {
    margin-left: -5rem;
  }
  .sm\:-mt-24 {
    margin-top: -6rem;
  }
  .sm\:-mr-24 {
    margin-right: -6rem;
  }
  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }
  .sm\:-ml-24 {
    margin-left: -6rem;
  }
  .sm\:-mt-32 {
    margin-top: -8rem;
  }
  .sm\:-mr-32 {
    margin-right: -8rem;
  }
  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }
  .sm\:-ml-32 {
    margin-left: -8rem;
  }
  .sm\:-mt-px {
    margin-top: -1px;
  }
  .sm\:-mr-px {
    margin-right: -1px;
  }
  .sm\:-mb-px {
    margin-bottom: -1px;
  }
  .sm\:-ml-px {
    margin-left: -1px;
  }
  .sm\:-mt-1-1\/2 {
    margin-top: -0.375rem;
  }
  .sm\:-mr-1-1\/2 {
    margin-right: -0.375rem;
  }
  .sm\:-mb-1-1\/2 {
    margin-bottom: -0.375rem;
  }
  .sm\:-ml-1-1\/2 {
    margin-left: -0.375rem;
  }
  .sm\:opacity-0 {
    opacity: 0;
  }
  .sm\:opacity-25 {
    opacity: .25;
  }
  .sm\:opacity-50 {
    opacity: .5;
  }
  .sm\:opacity-75 {
    opacity: .75;
  }
  .sm\:opacity-100 {
    opacity: 1;
  }
  .sm\:overflow-auto {
    overflow: auto;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:overflow-visible {
    overflow: visible;
  }
  .sm\:overflow-scroll {
    overflow: scroll;
  }
  .sm\:overflow-x-auto {
    overflow-x: auto;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:p-1 {
    padding: .25rem;
  }
  .sm\:p-2 {
    padding: .5rem;
  }
  .sm\:p-3 {
    padding: .75rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-5 {
    padding: 1.25rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:p-10 {
    padding: 2.5rem;
  }
  .sm\:p-12 {
    padding: 3rem;
  }
  .sm\:p-16 {
    padding: 4rem;
  }
  .sm\:p-20 {
    padding: 5rem;
  }
  .sm\:p-24 {
    padding: 6rem;
  }
  .sm\:p-32 {
    padding: 8rem;
  }
  .sm\:p-px {
    padding: 1px;
  }
  .sm\:p-1-1\/2 {
    padding: .375rem;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .sm\:py-1-1\/2 {
    padding-top: .375rem;
    padding-bottom: .375rem;
  }
  .sm\:px-1-1\/2 {
    padding-left: .375rem;
    padding-right: .375rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pr-0 {
    padding-right: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pl-0 {
    padding-left: 0;
  }
  .sm\:pt-1 {
    padding-top: .25rem;
  }
  .sm\:pr-1 {
    padding-right: .25rem;
  }
  .sm\:pb-1 {
    padding-bottom: .25rem;
  }
  .sm\:pl-1 {
    padding-left: .25rem;
  }
  .sm\:pt-2 {
    padding-top: .5rem;
  }
  .sm\:pr-2 {
    padding-right: .5rem;
  }
  .sm\:pb-2 {
    padding-bottom: .5rem;
  }
  .sm\:pl-2 {
    padding-left: .5rem;
  }
  .sm\:pt-3 {
    padding-top: .75rem;
  }
  .sm\:pr-3 {
    padding-right: .75rem;
  }
  .sm\:pb-3 {
    padding-bottom: .75rem;
  }
  .sm\:pl-3 {
    padding-left: .75rem;
  }
  .sm\:pt-4 {
    padding-top: 1rem;
  }
  .sm\:pr-4 {
    padding-right: 1rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pl-4 {
    padding-left: 1rem;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem;
  }
  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem;
  }
  .sm\:pt-8 {
    padding-top: 2rem;
  }
  .sm\:pr-8 {
    padding-right: 2rem;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm\:pl-8 {
    padding-left: 2rem;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .sm\:pl-10 {
    padding-left: 2.5rem;
  }
  .sm\:pt-12 {
    padding-top: 3rem;
  }
  .sm\:pr-12 {
    padding-right: 3rem;
  }
  .sm\:pb-12 {
    padding-bottom: 3rem;
  }
  .sm\:pl-12 {
    padding-left: 3rem;
  }
  .sm\:pt-16 {
    padding-top: 4rem;
  }
  .sm\:pr-16 {
    padding-right: 4rem;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem;
  }
  .sm\:pl-16 {
    padding-left: 4rem;
  }
  .sm\:pt-20 {
    padding-top: 5rem;
  }
  .sm\:pr-20 {
    padding-right: 5rem;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem;
  }
  .sm\:pl-20 {
    padding-left: 5rem;
  }
  .sm\:pt-24 {
    padding-top: 6rem;
  }
  .sm\:pr-24 {
    padding-right: 6rem;
  }
  .sm\:pb-24 {
    padding-bottom: 6rem;
  }
  .sm\:pl-24 {
    padding-left: 6rem;
  }
  .sm\:pt-32 {
    padding-top: 8rem;
  }
  .sm\:pr-32 {
    padding-right: 8rem;
  }
  .sm\:pb-32 {
    padding-bottom: 8rem;
  }
  .sm\:pl-32 {
    padding-left: 8rem;
  }
  .sm\:pt-px {
    padding-top: 1px;
  }
  .sm\:pr-px {
    padding-right: 1px;
  }
  .sm\:pb-px {
    padding-bottom: 1px;
  }
  .sm\:pl-px {
    padding-left: 1px;
  }
  .sm\:pt-1-1\/2 {
    padding-top: .375rem;
  }
  .sm\:pr-1-1\/2 {
    padding-right: .375rem;
  }
  .sm\:pb-1-1\/2 {
    padding-bottom: .375rem;
  }
  .sm\:pl-1-1\/2 {
    padding-left: .375rem;
  }
  .sm\:pointer-events-none {
    pointer-events: none;
  }
  .sm\:pointer-events-auto {
    pointer-events: auto;
  }
  .sm\:static {
    position: static;
  }
  .sm\:fixed {
    position: fixed;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:relative {
    position: relative;
  }
  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }
  .sm\:pin-x {
    right: 0;
    left: 0;
  }
  .sm\:pin-t {
    top: 0;
  }
  .sm\:pin-r {
    right: 0;
  }
  .sm\:pin-b {
    bottom: 0;
  }
  .sm\:pin-l {
    left: 0;
  }
  .sm\:resize-none {
    resize: none;
  }
  .sm\:resize-y {
    resize: vertical;
  }
  .sm\:resize-x {
    resize: horizontal;
  }
  .sm\:resize {
    resize: both;
  }
  .sm\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .sm\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .sm\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .sm\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .sm\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .sm\:shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sm\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .sm\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .sm\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .sm\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .sm\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .sm\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sm\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .sm\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .sm\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .sm\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .sm\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .sm\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sm\:table-auto {
    table-layout: auto;
  }
  .sm\:table-fixed {
    table-layout: fixed;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-justify {
    text-align: justify;
  }
  .sm\:text-transparent {
    color: transparent;
  }
  .sm\:text-black {
    color: #35404e;
  }
  .sm\:text-grey-darkest {
    color: #292828;
  }
  .sm\:text-grey-darker {
    color: #494949;
  }
  .sm\:text-grey-dark {
    color: #616060;
  }
  .sm\:text-grey {
    color: #797979;
  }
  .sm\:text-grey-light {
    color: #d7d7d7;
  }
  .sm\:text-grey-lighter {
    color: #f5f1ea;
  }
  .sm\:text-grey-lightest {
    color: #f2f2f2;
  }
  .sm\:text-white {
    color: #fff;
  }
  .sm\:text-red-darkest {
    color: #3b0d0c;
  }
  .sm\:text-red-darker {
    color: #621b18;
  }
  .sm\:text-red-dark {
    color: #cc1f1a;
  }
  .sm\:text-red {
    color: #e3342f;
  }
  .sm\:text-red-heart {
    color: #fe5267;
  }
  .sm\:text-red-light {
    color: #ef5753;
  }
  .sm\:text-red-lighter {
    color: #f9acaa;
  }
  .sm\:text-red-lightest {
    color: #fcebea;
  }
  .sm\:text-green-darkest {
    color: #092b2b;
  }
  .sm\:text-green-darker {
    color: #115556;
  }
  .sm\:text-green-dark {
    color: #1d8e8e;
  }
  .sm\:text-green {
    color: #28c6c7;
  }
  .sm\:text-green-light {
    color: #4bcccd;
  }
  .sm\:text-green-lighter {
    color: #63d2d3;
  }
  .sm\:text-green-lightest {
    color: #d5f6f7;
  }
  .sm\:text-teal-darkest {
    color: #0d3331;
  }
  .sm\:text-teal-darker {
    color: #20504f;
  }
  .sm\:text-teal-dark {
    color: #38a89d;
  }
  .sm\:text-teal {
    color: #4dc0b5;
  }
  .sm\:text-teal-light {
    color: #64d5ca;
  }
  .sm\:text-teal-lighter {
    color: #a0f0ed;
  }
  .sm\:text-teal-lightest {
    color: #e8fffe;
  }
  .sm\:text-blue-darkest {
    color: #12283a;
  }
  .sm\:text-blue-darker {
    color: #1c3d5a;
  }
  .sm\:text-blue-dark {
    color: #2779bd;
  }
  .sm\:text-blue {
    color: #35404e;
  }
  .sm\:text-blue-light {
    color: #6cb2eb;
  }
  .sm\:text-blue-lighter {
    color: #bcdefa;
  }
  .sm\:text-blue-lightest {
    color: #eff8ff;
  }
  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }
  .sm\:hover\:text-black:hover {
    color: #35404e;
  }
  .sm\:hover\:text-grey-darkest:hover {
    color: #292828;
  }
  .sm\:hover\:text-grey-darker:hover {
    color: #494949;
  }
  .sm\:hover\:text-grey-dark:hover {
    color: #616060;
  }
  .sm\:hover\:text-grey:hover {
    color: #797979;
  }
  .sm\:hover\:text-grey-light:hover {
    color: #d7d7d7;
  }
  .sm\:hover\:text-grey-lighter:hover {
    color: #f5f1ea;
  }
  .sm\:hover\:text-grey-lightest:hover {
    color: #f2f2f2;
  }
  .sm\:hover\:text-white:hover {
    color: #fff;
  }
  .sm\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }
  .sm\:hover\:text-red-darker:hover {
    color: #621b18;
  }
  .sm\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }
  .sm\:hover\:text-red:hover {
    color: #e3342f;
  }
  .sm\:hover\:text-red-heart:hover {
    color: #fe5267;
  }
  .sm\:hover\:text-red-light:hover {
    color: #ef5753;
  }
  .sm\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }
  .sm\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }
  .sm\:hover\:text-green-darkest:hover {
    color: #092b2b;
  }
  .sm\:hover\:text-green-darker:hover {
    color: #115556;
  }
  .sm\:hover\:text-green-dark:hover {
    color: #1d8e8e;
  }
  .sm\:hover\:text-green:hover {
    color: #28c6c7;
  }
  .sm\:hover\:text-green-light:hover {
    color: #4bcccd;
  }
  .sm\:hover\:text-green-lighter:hover {
    color: #63d2d3;
  }
  .sm\:hover\:text-green-lightest:hover {
    color: #d5f6f7;
  }
  .sm\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }
  .sm\:hover\:text-teal-darker:hover {
    color: #20504f;
  }
  .sm\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }
  .sm\:hover\:text-teal:hover {
    color: #4dc0b5;
  }
  .sm\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }
  .sm\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }
  .sm\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }
  .sm\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }
  .sm\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }
  .sm\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }
  .sm\:hover\:text-blue:hover {
    color: #35404e;
  }
  .sm\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }
  .sm\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }
  .sm\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }
  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }
  .sm\:focus\:text-black:focus {
    color: #35404e;
  }
  .sm\:focus\:text-grey-darkest:focus {
    color: #292828;
  }
  .sm\:focus\:text-grey-darker:focus {
    color: #494949;
  }
  .sm\:focus\:text-grey-dark:focus {
    color: #616060;
  }
  .sm\:focus\:text-grey:focus {
    color: #797979;
  }
  .sm\:focus\:text-grey-light:focus {
    color: #d7d7d7;
  }
  .sm\:focus\:text-grey-lighter:focus {
    color: #f5f1ea;
  }
  .sm\:focus\:text-grey-lightest:focus {
    color: #f2f2f2;
  }
  .sm\:focus\:text-white:focus {
    color: #fff;
  }
  .sm\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }
  .sm\:focus\:text-red-darker:focus {
    color: #621b18;
  }
  .sm\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }
  .sm\:focus\:text-red:focus {
    color: #e3342f;
  }
  .sm\:focus\:text-red-heart:focus {
    color: #fe5267;
  }
  .sm\:focus\:text-red-light:focus {
    color: #ef5753;
  }
  .sm\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }
  .sm\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }
  .sm\:focus\:text-green-darkest:focus {
    color: #092b2b;
  }
  .sm\:focus\:text-green-darker:focus {
    color: #115556;
  }
  .sm\:focus\:text-green-dark:focus {
    color: #1d8e8e;
  }
  .sm\:focus\:text-green:focus {
    color: #28c6c7;
  }
  .sm\:focus\:text-green-light:focus {
    color: #4bcccd;
  }
  .sm\:focus\:text-green-lighter:focus {
    color: #63d2d3;
  }
  .sm\:focus\:text-green-lightest:focus {
    color: #d5f6f7;
  }
  .sm\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }
  .sm\:focus\:text-teal-darker:focus {
    color: #20504f;
  }
  .sm\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }
  .sm\:focus\:text-teal:focus {
    color: #4dc0b5;
  }
  .sm\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }
  .sm\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }
  .sm\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }
  .sm\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }
  .sm\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }
  .sm\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }
  .sm\:focus\:text-blue:focus {
    color: #35404e;
  }
  .sm\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }
  .sm\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }
  .sm\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }
  .sm\:active\:text-transparent:active {
    color: transparent;
  }
  .sm\:active\:text-black:active {
    color: #35404e;
  }
  .sm\:active\:text-grey-darkest:active {
    color: #292828;
  }
  .sm\:active\:text-grey-darker:active {
    color: #494949;
  }
  .sm\:active\:text-grey-dark:active {
    color: #616060;
  }
  .sm\:active\:text-grey:active {
    color: #797979;
  }
  .sm\:active\:text-grey-light:active {
    color: #d7d7d7;
  }
  .sm\:active\:text-grey-lighter:active {
    color: #f5f1ea;
  }
  .sm\:active\:text-grey-lightest:active {
    color: #f2f2f2;
  }
  .sm\:active\:text-white:active {
    color: #fff;
  }
  .sm\:active\:text-red-darkest:active {
    color: #3b0d0c;
  }
  .sm\:active\:text-red-darker:active {
    color: #621b18;
  }
  .sm\:active\:text-red-dark:active {
    color: #cc1f1a;
  }
  .sm\:active\:text-red:active {
    color: #e3342f;
  }
  .sm\:active\:text-red-heart:active {
    color: #fe5267;
  }
  .sm\:active\:text-red-light:active {
    color: #ef5753;
  }
  .sm\:active\:text-red-lighter:active {
    color: #f9acaa;
  }
  .sm\:active\:text-red-lightest:active {
    color: #fcebea;
  }
  .sm\:active\:text-green-darkest:active {
    color: #092b2b;
  }
  .sm\:active\:text-green-darker:active {
    color: #115556;
  }
  .sm\:active\:text-green-dark:active {
    color: #1d8e8e;
  }
  .sm\:active\:text-green:active {
    color: #28c6c7;
  }
  .sm\:active\:text-green-light:active {
    color: #4bcccd;
  }
  .sm\:active\:text-green-lighter:active {
    color: #63d2d3;
  }
  .sm\:active\:text-green-lightest:active {
    color: #d5f6f7;
  }
  .sm\:active\:text-teal-darkest:active {
    color: #0d3331;
  }
  .sm\:active\:text-teal-darker:active {
    color: #20504f;
  }
  .sm\:active\:text-teal-dark:active {
    color: #38a89d;
  }
  .sm\:active\:text-teal:active {
    color: #4dc0b5;
  }
  .sm\:active\:text-teal-light:active {
    color: #64d5ca;
  }
  .sm\:active\:text-teal-lighter:active {
    color: #a0f0ed;
  }
  .sm\:active\:text-teal-lightest:active {
    color: #e8fffe;
  }
  .sm\:active\:text-blue-darkest:active {
    color: #12283a;
  }
  .sm\:active\:text-blue-darker:active {
    color: #1c3d5a;
  }
  .sm\:active\:text-blue-dark:active {
    color: #2779bd;
  }
  .sm\:active\:text-blue:active {
    color: #35404e;
  }
  .sm\:active\:text-blue-light:active {
    color: #6cb2eb;
  }
  .sm\:active\:text-blue-lighter:active {
    color: #bcdefa;
  }
  .sm\:active\:text-blue-lightest:active {
    color: #eff8ff;
  }
  .sm\:text-xxs {
    font-size: .635rem;
  }
  .sm\:text-xs {
    font-size: .75rem;
  }
  .sm\:text-sm {
    font-size: .875rem;
  }
  .sm\:text-base {
    font-size: 1rem;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
  }
  .sm\:italic {
    font-style: italic;
  }
  .sm\:roman {
    font-style: normal;
  }
  .sm\:uppercase {
    text-transform: uppercase;
  }
  .sm\:lowercase {
    text-transform: lowercase;
  }
  .sm\:capitalize {
    text-transform: capitalize;
  }
  .sm\:normal-case {
    text-transform: none;
  }
  .sm\:underline {
    text-decoration: underline;
  }
  .sm\:line-through {
    text-decoration: line-through;
  }
  .sm\:no-underline {
    text-decoration: none;
  }
  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .sm\:hover\:italic:hover {
    font-style: italic;
  }
  .sm\:hover\:roman:hover {
    font-style: normal;
  }
  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }
  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }
  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }
  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }
  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }
  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }
  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }
  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .sm\:focus\:italic:focus {
    font-style: italic;
  }
  .sm\:focus\:roman:focus {
    font-style: normal;
  }
  .sm\:focus\:uppercase:focus {
    text-transform: uppercase;
  }
  .sm\:focus\:lowercase:focus {
    text-transform: lowercase;
  }
  .sm\:focus\:capitalize:focus {
    text-transform: capitalize;
  }
  .sm\:focus\:normal-case:focus {
    text-transform: none;
  }
  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }
  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }
  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }
  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }
  .sm\:tracking-normal {
    letter-spacing: 0;
  }
  .sm\:tracking-wide {
    letter-spacing: .05em;
  }
  .sm\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .sm\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .sm\:align-baseline {
    vertical-align: baseline;
  }
  .sm\:align-top {
    vertical-align: top;
  }
  .sm\:align-middle {
    vertical-align: middle;
  }
  .sm\:align-bottom {
    vertical-align: bottom;
  }
  .sm\:align-text-top {
    vertical-align: text-top;
  }
  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .sm\:visible {
    visibility: visible;
  }
  .sm\:invisible {
    visibility: hidden;
  }
  .sm\:whitespace-normal {
    white-space: normal;
  }
  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }
  .sm\:whitespace-pre {
    white-space: pre;
  }
  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }
  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .sm\:break-words {
    word-wrap: break-word;
  }
  .sm\:break-normal {
    word-wrap: normal;
  }
  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sm\:w-1 {
    width: .25rem;
  }
  .sm\:w-2 {
    width: .5rem;
  }
  .sm\:w-3 {
    width: .75rem;
  }
  .sm\:w-4 {
    width: 1rem;
  }
  .sm\:w-5 {
    width: 1.25rem;
  }
  .sm\:w-6 {
    width: 1.5rem;
  }
  .sm\:w-8 {
    width: 2rem;
  }
  .sm\:w-10 {
    width: 2.5rem;
  }
  .sm\:w-12 {
    width: 3rem;
  }
  .sm\:w-16 {
    width: 4rem;
  }
  .sm\:w-24 {
    width: 6rem;
  }
  .sm\:w-32 {
    width: 8rem;
  }
  .sm\:w-48 {
    width: 12rem;
  }
  .sm\:w-64 {
    width: 16rem;
  }
  .sm\:w-80 {
    width: 20rem;
  }
  .sm\:w-96 {
    width: 24rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-px {
    width: 1px;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-1\/3 {
    width: 33.33333%;
  }
  .sm\:w-2\/3 {
    width: 66.66667%;
  }
  .sm\:w-1\/4 {
    width: 25%;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-1\/5 {
    width: 20%;
  }
  .sm\:w-2\/5 {
    width: 40%;
  }
  .sm\:w-3\/5 {
    width: 60%;
  }
  .sm\:w-4\/5 {
    width: 80%;
  }
  .sm\:w-1\/6 {
    width: 16.66667%;
  }
  .sm\:w-5\/6 {
    width: 83.33333%;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:w-screen {
    width: 100vw;
  }
  .sm\:z-0 {
    z-index: 0;
  }
  .sm\:z-10 {
    z-index: 10;
  }
  .sm\:z-20 {
    z-index: 20;
  }
  .sm\:z-30 {
    z-index: 30;
  }
  .sm\:z-40 {
    z-index: 40;
  }
  .sm\:z-50 {
    z-index: 50;
  }
  .sm\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }
  .md\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .md\:bg-fixed {
    background-attachment: fixed;
  }
  .md\:bg-local {
    background-attachment: local;
  }
  .md\:bg-scroll {
    background-attachment: scroll;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-black {
    background-color: #35404e;
  }
  .md\:bg-grey-darkest {
    background-color: #292828;
  }
  .md\:bg-grey-darker {
    background-color: #494949;
  }
  .md\:bg-grey-dark {
    background-color: #616060;
  }
  .md\:bg-grey {
    background-color: #797979;
  }
  .md\:bg-grey-light {
    background-color: #d7d7d7;
  }
  .md\:bg-grey-lighter {
    background-color: #f5f1ea;
  }
  .md\:bg-grey-lightest {
    background-color: #f2f2f2;
  }
  .md\:bg-white {
    background-color: #fff;
  }
  .md\:bg-red-darkest {
    background-color: #3b0d0c;
  }
  .md\:bg-red-darker {
    background-color: #621b18;
  }
  .md\:bg-red-dark {
    background-color: #cc1f1a;
  }
  .md\:bg-red {
    background-color: #e3342f;
  }
  .md\:bg-red-heart {
    background-color: #fe5267;
  }
  .md\:bg-red-light {
    background-color: #ef5753;
  }
  .md\:bg-red-lighter {
    background-color: #f9acaa;
  }
  .md\:bg-red-lightest {
    background-color: #fcebea;
  }
  .md\:bg-green-darkest {
    background-color: #092b2b;
  }
  .md\:bg-green-darker {
    background-color: #115556;
  }
  .md\:bg-green-dark {
    background-color: #1d8e8e;
  }
  .md\:bg-green {
    background-color: #28c6c7;
  }
  .md\:bg-green-light {
    background-color: #4bcccd;
  }
  .md\:bg-green-lighter {
    background-color: #63d2d3;
  }
  .md\:bg-green-lightest {
    background-color: #d5f6f7;
  }
  .md\:bg-teal-darkest {
    background-color: #0d3331;
  }
  .md\:bg-teal-darker {
    background-color: #20504f;
  }
  .md\:bg-teal-dark {
    background-color: #38a89d;
  }
  .md\:bg-teal {
    background-color: #4dc0b5;
  }
  .md\:bg-teal-light {
    background-color: #64d5ca;
  }
  .md\:bg-teal-lighter {
    background-color: #a0f0ed;
  }
  .md\:bg-teal-lightest {
    background-color: #e8fffe;
  }
  .md\:bg-blue-darkest {
    background-color: #12283a;
  }
  .md\:bg-blue-darker {
    background-color: #1c3d5a;
  }
  .md\:bg-blue-dark {
    background-color: #2779bd;
  }
  .md\:bg-blue {
    background-color: #35404e;
  }
  .md\:bg-blue-light {
    background-color: #6cb2eb;
  }
  .md\:bg-blue-lighter {
    background-color: #bcdefa;
  }
  .md\:bg-blue-lightest {
    background-color: #eff8ff;
  }
  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .md\:hover\:bg-black:hover {
    background-color: #35404e;
  }
  .md\:hover\:bg-grey-darkest:hover {
    background-color: #292828;
  }
  .md\:hover\:bg-grey-darker:hover {
    background-color: #494949;
  }
  .md\:hover\:bg-grey-dark:hover {
    background-color: #616060;
  }
  .md\:hover\:bg-grey:hover {
    background-color: #797979;
  }
  .md\:hover\:bg-grey-light:hover {
    background-color: #d7d7d7;
  }
  .md\:hover\:bg-grey-lighter:hover {
    background-color: #f5f1ea;
  }
  .md\:hover\:bg-grey-lightest:hover {
    background-color: #f2f2f2;
  }
  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }
  .md\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }
  .md\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }
  .md\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }
  .md\:hover\:bg-red:hover {
    background-color: #e3342f;
  }
  .md\:hover\:bg-red-heart:hover {
    background-color: #fe5267;
  }
  .md\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }
  .md\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }
  .md\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }
  .md\:hover\:bg-green-darkest:hover {
    background-color: #092b2b;
  }
  .md\:hover\:bg-green-darker:hover {
    background-color: #115556;
  }
  .md\:hover\:bg-green-dark:hover {
    background-color: #1d8e8e;
  }
  .md\:hover\:bg-green:hover {
    background-color: #28c6c7;
  }
  .md\:hover\:bg-green-light:hover {
    background-color: #4bcccd;
  }
  .md\:hover\:bg-green-lighter:hover {
    background-color: #63d2d3;
  }
  .md\:hover\:bg-green-lightest:hover {
    background-color: #d5f6f7;
  }
  .md\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }
  .md\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }
  .md\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }
  .md\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }
  .md\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }
  .md\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }
  .md\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }
  .md\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }
  .md\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }
  .md\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }
  .md\:hover\:bg-blue:hover {
    background-color: #35404e;
  }
  .md\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }
  .md\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }
  .md\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }
  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
  .md\:focus\:bg-black:focus {
    background-color: #35404e;
  }
  .md\:focus\:bg-grey-darkest:focus {
    background-color: #292828;
  }
  .md\:focus\:bg-grey-darker:focus {
    background-color: #494949;
  }
  .md\:focus\:bg-grey-dark:focus {
    background-color: #616060;
  }
  .md\:focus\:bg-grey:focus {
    background-color: #797979;
  }
  .md\:focus\:bg-grey-light:focus {
    background-color: #d7d7d7;
  }
  .md\:focus\:bg-grey-lighter:focus {
    background-color: #f5f1ea;
  }
  .md\:focus\:bg-grey-lightest:focus {
    background-color: #f2f2f2;
  }
  .md\:focus\:bg-white:focus {
    background-color: #fff;
  }
  .md\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }
  .md\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }
  .md\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }
  .md\:focus\:bg-red:focus {
    background-color: #e3342f;
  }
  .md\:focus\:bg-red-heart:focus {
    background-color: #fe5267;
  }
  .md\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }
  .md\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }
  .md\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }
  .md\:focus\:bg-green-darkest:focus {
    background-color: #092b2b;
  }
  .md\:focus\:bg-green-darker:focus {
    background-color: #115556;
  }
  .md\:focus\:bg-green-dark:focus {
    background-color: #1d8e8e;
  }
  .md\:focus\:bg-green:focus {
    background-color: #28c6c7;
  }
  .md\:focus\:bg-green-light:focus {
    background-color: #4bcccd;
  }
  .md\:focus\:bg-green-lighter:focus {
    background-color: #63d2d3;
  }
  .md\:focus\:bg-green-lightest:focus {
    background-color: #d5f6f7;
  }
  .md\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }
  .md\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }
  .md\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }
  .md\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }
  .md\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }
  .md\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }
  .md\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }
  .md\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }
  .md\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }
  .md\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }
  .md\:focus\:bg-blue:focus {
    background-color: #35404e;
  }
  .md\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }
  .md\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }
  .md\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }
  .md\:bg-bottom {
    background-position: bottom;
  }
  .md\:bg-center {
    background-position: center;
  }
  .md\:bg-left {
    background-position: left;
  }
  .md\:bg-left-bottom {
    background-position: left bottom;
  }
  .md\:bg-left-top {
    background-position: left top;
  }
  .md\:bg-right {
    background-position: right;
  }
  .md\:bg-right-bottom {
    background-position: right bottom;
  }
  .md\:bg-right-top {
    background-position: right top;
  }
  .md\:bg-top {
    background-position: top;
  }
  .md\:bg-repeat {
    background-repeat: repeat;
  }
  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }
  .md\:bg-auto {
    background-size: auto;
  }
  .md\:bg-cover {
    background-size: cover;
  }
  .md\:bg-contain {
    background-size: contain;
  }
  .md\:border-transparent {
    border-color: transparent;
  }
  .md\:border-black {
    border-color: #35404e;
  }
  .md\:border-grey-darkest {
    border-color: #292828;
  }
  .md\:border-grey-darker {
    border-color: #494949;
  }
  .md\:border-grey-dark {
    border-color: #616060;
  }
  .md\:border-grey {
    border-color: #797979;
  }
  .md\:border-grey-light {
    border-color: #d7d7d7;
  }
  .md\:border-grey-lighter {
    border-color: #f5f1ea;
  }
  .md\:border-grey-lightest {
    border-color: #f2f2f2;
  }
  .md\:border-white {
    border-color: #fff;
  }
  .md\:border-red-darkest {
    border-color: #3b0d0c;
  }
  .md\:border-red-darker {
    border-color: #621b18;
  }
  .md\:border-red-dark {
    border-color: #cc1f1a;
  }
  .md\:border-red {
    border-color: #e3342f;
  }
  .md\:border-red-heart {
    border-color: #fe5267;
  }
  .md\:border-red-light {
    border-color: #ef5753;
  }
  .md\:border-red-lighter {
    border-color: #f9acaa;
  }
  .md\:border-red-lightest {
    border-color: #fcebea;
  }
  .md\:border-green-darkest {
    border-color: #092b2b;
  }
  .md\:border-green-darker {
    border-color: #115556;
  }
  .md\:border-green-dark {
    border-color: #1d8e8e;
  }
  .md\:border-green {
    border-color: #28c6c7;
  }
  .md\:border-green-light {
    border-color: #4bcccd;
  }
  .md\:border-green-lighter {
    border-color: #63d2d3;
  }
  .md\:border-green-lightest {
    border-color: #d5f6f7;
  }
  .md\:border-teal-darkest {
    border-color: #0d3331;
  }
  .md\:border-teal-darker {
    border-color: #20504f;
  }
  .md\:border-teal-dark {
    border-color: #38a89d;
  }
  .md\:border-teal {
    border-color: #4dc0b5;
  }
  .md\:border-teal-light {
    border-color: #64d5ca;
  }
  .md\:border-teal-lighter {
    border-color: #a0f0ed;
  }
  .md\:border-teal-lightest {
    border-color: #e8fffe;
  }
  .md\:border-blue-darkest {
    border-color: #12283a;
  }
  .md\:border-blue-darker {
    border-color: #1c3d5a;
  }
  .md\:border-blue-dark {
    border-color: #2779bd;
  }
  .md\:border-blue {
    border-color: #35404e;
  }
  .md\:border-blue-light {
    border-color: #6cb2eb;
  }
  .md\:border-blue-lighter {
    border-color: #bcdefa;
  }
  .md\:border-blue-lightest {
    border-color: #eff8ff;
  }
  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .md\:hover\:border-black:hover {
    border-color: #35404e;
  }
  .md\:hover\:border-grey-darkest:hover {
    border-color: #292828;
  }
  .md\:hover\:border-grey-darker:hover {
    border-color: #494949;
  }
  .md\:hover\:border-grey-dark:hover {
    border-color: #616060;
  }
  .md\:hover\:border-grey:hover {
    border-color: #797979;
  }
  .md\:hover\:border-grey-light:hover {
    border-color: #d7d7d7;
  }
  .md\:hover\:border-grey-lighter:hover {
    border-color: #f5f1ea;
  }
  .md\:hover\:border-grey-lightest:hover {
    border-color: #f2f2f2;
  }
  .md\:hover\:border-white:hover {
    border-color: #fff;
  }
  .md\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }
  .md\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }
  .md\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }
  .md\:hover\:border-red:hover {
    border-color: #e3342f;
  }
  .md\:hover\:border-red-heart:hover {
    border-color: #fe5267;
  }
  .md\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }
  .md\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }
  .md\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }
  .md\:hover\:border-green-darkest:hover {
    border-color: #092b2b;
  }
  .md\:hover\:border-green-darker:hover {
    border-color: #115556;
  }
  .md\:hover\:border-green-dark:hover {
    border-color: #1d8e8e;
  }
  .md\:hover\:border-green:hover {
    border-color: #28c6c7;
  }
  .md\:hover\:border-green-light:hover {
    border-color: #4bcccd;
  }
  .md\:hover\:border-green-lighter:hover {
    border-color: #63d2d3;
  }
  .md\:hover\:border-green-lightest:hover {
    border-color: #d5f6f7;
  }
  .md\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }
  .md\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }
  .md\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }
  .md\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }
  .md\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }
  .md\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }
  .md\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }
  .md\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }
  .md\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }
  .md\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }
  .md\:hover\:border-blue:hover {
    border-color: #35404e;
  }
  .md\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }
  .md\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }
  .md\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }
  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }
  .md\:focus\:border-black:focus {
    border-color: #35404e;
  }
  .md\:focus\:border-grey-darkest:focus {
    border-color: #292828;
  }
  .md\:focus\:border-grey-darker:focus {
    border-color: #494949;
  }
  .md\:focus\:border-grey-dark:focus {
    border-color: #616060;
  }
  .md\:focus\:border-grey:focus {
    border-color: #797979;
  }
  .md\:focus\:border-grey-light:focus {
    border-color: #d7d7d7;
  }
  .md\:focus\:border-grey-lighter:focus {
    border-color: #f5f1ea;
  }
  .md\:focus\:border-grey-lightest:focus {
    border-color: #f2f2f2;
  }
  .md\:focus\:border-white:focus {
    border-color: #fff;
  }
  .md\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }
  .md\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }
  .md\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }
  .md\:focus\:border-red:focus {
    border-color: #e3342f;
  }
  .md\:focus\:border-red-heart:focus {
    border-color: #fe5267;
  }
  .md\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }
  .md\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }
  .md\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }
  .md\:focus\:border-green-darkest:focus {
    border-color: #092b2b;
  }
  .md\:focus\:border-green-darker:focus {
    border-color: #115556;
  }
  .md\:focus\:border-green-dark:focus {
    border-color: #1d8e8e;
  }
  .md\:focus\:border-green:focus {
    border-color: #28c6c7;
  }
  .md\:focus\:border-green-light:focus {
    border-color: #4bcccd;
  }
  .md\:focus\:border-green-lighter:focus {
    border-color: #63d2d3;
  }
  .md\:focus\:border-green-lightest:focus {
    border-color: #d5f6f7;
  }
  .md\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }
  .md\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }
  .md\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }
  .md\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }
  .md\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }
  .md\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }
  .md\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }
  .md\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }
  .md\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }
  .md\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }
  .md\:focus\:border-blue:focus {
    border-color: #35404e;
  }
  .md\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }
  .md\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }
  .md\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }
  .md\:rounded-none {
    border-radius: 0;
  }
  .md\:rounded-sm {
    border-radius: .125rem;
  }
  .md\:rounded {
    border-radius: .25rem;
  }
  .md\:rounded-lg {
    border-radius: .75rem;
  }
  .md\:rounded-full {
    border-radius: 9999px;
  }
  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }
  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }
  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .md\:rounded-t-lg {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }
  .md\:rounded-r-lg {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }
  .md\:rounded-b-lg {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .md\:rounded-l-lg {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }
  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }
  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }
  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }
  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }
  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }
  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }
  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }
  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }
  .md\:rounded-tl-lg {
    border-top-left-radius: .75rem;
  }
  .md\:rounded-tr-lg {
    border-top-right-radius: .75rem;
  }
  .md\:rounded-br-lg {
    border-bottom-right-radius: .75rem;
  }
  .md\:rounded-bl-lg {
    border-bottom-left-radius: .75rem;
  }
  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
  .md\:hover\:rounded-none:hover {
    border-radius: 0;
  }
  .md\:hover\:rounded-sm:hover {
    border-radius: .125rem;
  }
  .md\:hover\:rounded:hover {
    border-radius: .25rem;
  }
  .md\:hover\:rounded-lg:hover {
    border-radius: .75rem;
  }
  .md\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }
  .md\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .md\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .md\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .md\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .md\:hover\:rounded-t-sm:hover {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }
  .md\:hover\:rounded-r-sm:hover {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }
  .md\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .md\:hover\:rounded-l-sm:hover {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .md\:hover\:rounded-t:hover {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .md\:hover\:rounded-r:hover {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .md\:hover\:rounded-b:hover {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .md\:hover\:rounded-l:hover {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .md\:hover\:rounded-t-lg:hover {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }
  .md\:hover\:rounded-r-lg:hover {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }
  .md\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .md\:hover\:rounded-l-lg:hover {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .md\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .md\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .md\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .md\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .md\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }
  .md\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }
  .md\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }
  .md\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }
  .md\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: .125rem;
  }
  .md\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: .125rem;
  }
  .md\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: .125rem;
  }
  .md\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem;
  }
  .md\:hover\:rounded-tl:hover {
    border-top-left-radius: .25rem;
  }
  .md\:hover\:rounded-tr:hover {
    border-top-right-radius: .25rem;
  }
  .md\:hover\:rounded-br:hover {
    border-bottom-right-radius: .25rem;
  }
  .md\:hover\:rounded-bl:hover {
    border-bottom-left-radius: .25rem;
  }
  .md\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: .75rem;
  }
  .md\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: .75rem;
  }
  .md\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: .75rem;
  }
  .md\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: .75rem;
  }
  .md\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }
  .md\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }
  .md\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }
  .md\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }
  .md\:border-solid {
    border-style: solid;
  }
  .md\:border-dashed {
    border-style: dashed;
  }
  .md\:border-dotted {
    border-style: dotted;
  }
  .md\:border-none {
    border-style: none;
  }
  .md\:border-0 {
    border-width: 0;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border-4 {
    border-width: 4px;
  }
  .md\:border-8 {
    border-width: 8px;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:border-t-0 {
    border-top-width: 0;
  }
  .md\:border-r-0 {
    border-right-width: 0;
  }
  .md\:border-b-0 {
    border-bottom-width: 0;
  }
  .md\:border-l-0 {
    border-left-width: 0;
  }
  .md\:border-t-2 {
    border-top-width: 2px;
  }
  .md\:border-r-2 {
    border-right-width: 2px;
  }
  .md\:border-b-2 {
    border-bottom-width: 2px;
  }
  .md\:border-l-2 {
    border-left-width: 2px;
  }
  .md\:border-t-4 {
    border-top-width: 4px;
  }
  .md\:border-r-4 {
    border-right-width: 4px;
  }
  .md\:border-b-4 {
    border-bottom-width: 4px;
  }
  .md\:border-l-4 {
    border-left-width: 4px;
  }
  .md\:border-t-8 {
    border-top-width: 8px;
  }
  .md\:border-r-8 {
    border-right-width: 8px;
  }
  .md\:border-b-8 {
    border-bottom-width: 8px;
  }
  .md\:border-l-8 {
    border-left-width: 8px;
  }
  .md\:border-t {
    border-top-width: 1px;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:last-child\:border-0:last-child {
    border-width: 0;
  }
  .md\:last-child\:border-2:last-child {
    border-width: 2px;
  }
  .md\:last-child\:border-4:last-child {
    border-width: 4px;
  }
  .md\:last-child\:border-8:last-child {
    border-width: 8px;
  }
  .md\:last-child\:border:last-child {
    border-width: 1px;
  }
  .md\:last-child\:border-t-0:last-child {
    border-top-width: 0;
  }
  .md\:last-child\:border-r-0:last-child {
    border-right-width: 0;
  }
  .md\:last-child\:border-b-0:last-child {
    border-bottom-width: 0;
  }
  .md\:last-child\:border-l-0:last-child {
    border-left-width: 0;
  }
  .md\:last-child\:border-t-2:last-child {
    border-top-width: 2px;
  }
  .md\:last-child\:border-r-2:last-child {
    border-right-width: 2px;
  }
  .md\:last-child\:border-b-2:last-child {
    border-bottom-width: 2px;
  }
  .md\:last-child\:border-l-2:last-child {
    border-left-width: 2px;
  }
  .md\:last-child\:border-t-4:last-child {
    border-top-width: 4px;
  }
  .md\:last-child\:border-r-4:last-child {
    border-right-width: 4px;
  }
  .md\:last-child\:border-b-4:last-child {
    border-bottom-width: 4px;
  }
  .md\:last-child\:border-l-4:last-child {
    border-left-width: 4px;
  }
  .md\:last-child\:border-t-8:last-child {
    border-top-width: 8px;
  }
  .md\:last-child\:border-r-8:last-child {
    border-right-width: 8px;
  }
  .md\:last-child\:border-b-8:last-child {
    border-bottom-width: 8px;
  }
  .md\:last-child\:border-l-8:last-child {
    border-left-width: 8px;
  }
  .md\:last-child\:border-t:last-child {
    border-top-width: 1px;
  }
  .md\:last-child\:border-r:last-child {
    border-right-width: 1px;
  }
  .md\:last-child\:border-b:last-child {
    border-bottom-width: 1px;
  }
  .md\:last-child\:border-l:last-child {
    border-left-width: 1px;
  }
  .md\:cursor-auto {
    cursor: auto;
  }
  .md\:cursor-default {
    cursor: default;
  }
  .md\:cursor-pointer {
    cursor: pointer;
  }
  .md\:cursor-wait {
    cursor: wait;
  }
  .md\:cursor-move {
    cursor: move;
  }
  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:table {
    display: table;
  }
  .md\:table-row {
    display: table-row;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .md\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .md\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .md\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .md\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .md\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .md\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .md\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .md\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .md\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .md\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .md\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .md\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .md\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .md\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .md\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .md\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .md\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .md\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .md\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .md\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .md\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .md\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .md\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .md\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .md\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .md\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .md\:float-right {
    float: right;
  }
  .md\:float-left {
    float: left;
  }
  .md\:float-none {
    float: none;
  }
  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .md\:font-sans {
    font-family:
      Roboto,
      system-ui,
      BlinkMacSystemFont,
      -apple-system,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
  }
  .md\:font-serif {
    font-family:
      Constantia,
      Lucida Bright,
      Lucidabright,
      Lucida Serif,
      Lucida,
      DejaVu Serif,
      Bitstream Vera Serif,
      Liberation Serif,
      Georgia,
      serif;
  }
  .md\:font-mono {
    font-family:
      Menlo,
      Monaco,
      Consolas,
      Liberation Mono,
      Courier New,
      monospace;
  }
  .md\:font-display {
    font-family: Euclid-Bold;
  }
  .md\:font-light {
    font-weight: 300;
  }
  .md\:font-normal {
    font-weight: 400;
  }
  .md\:font-medium {
    font-weight: 500;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:font-bold {
    font-weight: 700;
  }
  .md\:hover\:font-light:hover {
    font-weight: 300;
  }
  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }
  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }
  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }
  .md\:focus\:font-light:focus {
    font-weight: 300;
  }
  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }
  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }
  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }
  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }
  .md\:h-1 {
    height: .25rem;
  }
  .md\:h-2 {
    height: .5rem;
  }
  .md\:h-3 {
    height: .75rem;
  }
  .md\:h-4 {
    height: 1rem;
  }
  .md\:h-5 {
    height: 1.25rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-9 {
    height: 2.25rem;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-32 {
    height: 8rem;
  }
  .md\:h-48 {
    height: 12rem;
  }
  .md\:h-64 {
    height: 16rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-px {
    height: 1px;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-screen {
    height: 100vh;
  }
  .md\:leading-none {
    line-height: 1;
  }
  .md\:leading-tight {
    line-height: 1.25;
  }
  .md\:leading-normal {
    line-height: 1.5;
  }
  .md\:leading-loose {
    line-height: 2;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:m-1 {
    margin: .25rem;
  }
  .md\:m-2 {
    margin: .5rem;
  }
  .md\:m-3 {
    margin: .75rem;
  }
  .md\:m-4 {
    margin: 1rem;
  }
  .md\:m-5 {
    margin: 1.25rem;
  }
  .md\:m-6 {
    margin: 1.5rem;
  }
  .md\:m-8 {
    margin: 2rem;
  }
  .md\:m-10 {
    margin: 2.5rem;
  }
  .md\:m-12 {
    margin: 3rem;
  }
  .md\:m-16 {
    margin: 4rem;
  }
  .md\:m-20 {
    margin: 5rem;
  }
  .md\:m-24 {
    margin: 6rem;
  }
  .md\:m-32 {
    margin: 8rem;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:m-px {
    margin: 1px;
  }
  .md\:m-1-1\/2 {
    margin: .375rem;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }
  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .md\:my-1-1\/2 {
    margin-top: .375rem;
    margin-bottom: .375rem;
  }
  .md\:mx-1-1\/2 {
    margin-left: .375rem;
    margin-right: .375rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mt-1 {
    margin-top: .25rem;
  }
  .md\:mr-1 {
    margin-right: .25rem;
  }
  .md\:mb-1 {
    margin-bottom: .25rem;
  }
  .md\:ml-1 {
    margin-left: .25rem;
  }
  .md\:mt-2 {
    margin-top: .5rem;
  }
  .md\:mr-2 {
    margin-right: .5rem;
  }
  .md\:mb-2 {
    margin-bottom: .5rem;
  }
  .md\:ml-2 {
    margin-left: .5rem;
  }
  .md\:mt-3 {
    margin-top: .75rem;
  }
  .md\:mr-3 {
    margin-right: .75rem;
  }
  .md\:mb-3 {
    margin-bottom: .75rem;
  }
  .md\:ml-3 {
    margin-left: .75rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:ml-8 {
    margin-left: 2rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mr-12 {
    margin-right: 3rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:ml-12 {
    margin-left: 3rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mr-16 {
    margin-right: 4rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:ml-16 {
    margin-left: 4rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mr-20 {
    margin-right: 5rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:ml-20 {
    margin-left: 5rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:mr-24 {
    margin-right: 6rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:ml-24 {
    margin-left: 6rem;
  }
  .md\:mt-32 {
    margin-top: 8rem;
  }
  .md\:mr-32 {
    margin-right: 8rem;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:ml-32 {
    margin-left: 8rem;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mb-auto {
    margin-bottom: auto;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mt-px {
    margin-top: 1px;
  }
  .md\:mr-px {
    margin-right: 1px;
  }
  .md\:mb-px {
    margin-bottom: 1px;
  }
  .md\:ml-px {
    margin-left: 1px;
  }
  .md\:mt-1-1\/2 {
    margin-top: .375rem;
  }
  .md\:mr-1-1\/2 {
    margin-right: .375rem;
  }
  .md\:mb-1-1\/2 {
    margin-bottom: .375rem;
  }
  .md\:ml-1-1\/2 {
    margin-left: .375rem;
  }
  .md\:max-h-128 {
    max-height: 32rem;
  }
  .md\:max-h-full {
    max-height: 100%;
  }
  .md\:max-h-screen {
    max-height: 100vh;
  }
  .md\:max-w-xs {
    max-width: 20rem;
  }
  .md\:max-w-sm {
    max-width: 30rem;
  }
  .md\:max-w-md {
    max-width: 40rem;
  }
  .md\:max-w-lg {
    max-width: 50rem;
  }
  .md\:max-w-xl {
    max-width: 60rem;
  }
  .md\:max-w-2xl {
    max-width: 70rem;
  }
  .md\:max-w-3xl {
    max-width: 80rem;
  }
  .md\:max-w-4xl {
    max-width: 90rem;
  }
  .md\:max-w-5xl {
    max-width: 100rem;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:min-h-0 {
    min-height: 0;
  }
  .md\:min-h-16 {
    min-height: 4rem;
  }
  .md\:min-h-24 {
    min-height: 8rem;
  }
  .md\:min-h-32 {
    min-height: 8rem;
  }
  .md\:min-h-64 {
    min-height: 16rem;
  }
  .md\:min-h-96 {
    min-height: 24rem;
  }
  .md\:min-h-full {
    min-height: 100%;
  }
  .md\:min-h-screen {
    min-height: 100vh;
  }
  .md\:min-w-0 {
    min-width: 0;
  }
  .md\:min-w-full {
    min-width: 100%;
  }
  .md\:-m-0 {
    margin: 0;
  }
  .md\:-m-1 {
    margin: -0.25rem;
  }
  .md\:-m-2 {
    margin: -0.5rem;
  }
  .md\:-m-3 {
    margin: -0.75rem;
  }
  .md\:-m-4 {
    margin: -1rem;
  }
  .md\:-m-5 {
    margin: -1.25rem;
  }
  .md\:-m-6 {
    margin: -1.5rem;
  }
  .md\:-m-8 {
    margin: -2rem;
  }
  .md\:-m-10 {
    margin: -2.5rem;
  }
  .md\:-m-12 {
    margin: -3rem;
  }
  .md\:-m-16 {
    margin: -4rem;
  }
  .md\:-m-20 {
    margin: -5rem;
  }
  .md\:-m-24 {
    margin: -6rem;
  }
  .md\:-m-32 {
    margin: -8rem;
  }
  .md\:-m-px {
    margin: -1px;
  }
  .md\:-m-1-1\/2 {
    margin: -0.375rem;
  }
  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .md\:-my-1-1\/2 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .md\:-mx-1-1\/2 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .md\:-mt-0 {
    margin-top: 0;
  }
  .md\:-mr-0 {
    margin-right: 0;
  }
  .md\:-mb-0 {
    margin-bottom: 0;
  }
  .md\:-ml-0 {
    margin-left: 0;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem;
  }
  .md\:-mr-1 {
    margin-right: -0.25rem;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .md\:-ml-1 {
    margin-left: -0.25rem;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem;
  }
  .md\:-mt-3 {
    margin-top: -0.75rem;
  }
  .md\:-mr-3 {
    margin-right: -0.75rem;
  }
  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .md\:-ml-3 {
    margin-left: -0.75rem;
  }
  .md\:-mt-4 {
    margin-top: -1rem;
  }
  .md\:-mr-4 {
    margin-right: -1rem;
  }
  .md\:-mb-4 {
    margin-bottom: -1rem;
  }
  .md\:-ml-4 {
    margin-left: -1rem;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem;
  }
  .md\:-mr-5 {
    margin-right: -1.25rem;
  }
  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .md\:-ml-5 {
    margin-left: -1.25rem;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem;
  }
  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .md\:-ml-6 {
    margin-left: -1.5rem;
  }
  .md\:-mt-8 {
    margin-top: -2rem;
  }
  .md\:-mr-8 {
    margin-right: -2rem;
  }
  .md\:-mb-8 {
    margin-bottom: -2rem;
  }
  .md\:-ml-8 {
    margin-left: -2rem;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem;
  }
  .md\:-mr-10 {
    margin-right: -2.5rem;
  }
  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .md\:-ml-10 {
    margin-left: -2.5rem;
  }
  .md\:-mt-12 {
    margin-top: -3rem;
  }
  .md\:-mr-12 {
    margin-right: -3rem;
  }
  .md\:-mb-12 {
    margin-bottom: -3rem;
  }
  .md\:-ml-12 {
    margin-left: -3rem;
  }
  .md\:-mt-16 {
    margin-top: -4rem;
  }
  .md\:-mr-16 {
    margin-right: -4rem;
  }
  .md\:-mb-16 {
    margin-bottom: -4rem;
  }
  .md\:-ml-16 {
    margin-left: -4rem;
  }
  .md\:-mt-20 {
    margin-top: -5rem;
  }
  .md\:-mr-20 {
    margin-right: -5rem;
  }
  .md\:-mb-20 {
    margin-bottom: -5rem;
  }
  .md\:-ml-20 {
    margin-left: -5rem;
  }
  .md\:-mt-24 {
    margin-top: -6rem;
  }
  .md\:-mr-24 {
    margin-right: -6rem;
  }
  .md\:-mb-24 {
    margin-bottom: -6rem;
  }
  .md\:-ml-24 {
    margin-left: -6rem;
  }
  .md\:-mt-32 {
    margin-top: -8rem;
  }
  .md\:-mr-32 {
    margin-right: -8rem;
  }
  .md\:-mb-32 {
    margin-bottom: -8rem;
  }
  .md\:-ml-32 {
    margin-left: -8rem;
  }
  .md\:-mt-px {
    margin-top: -1px;
  }
  .md\:-mr-px {
    margin-right: -1px;
  }
  .md\:-mb-px {
    margin-bottom: -1px;
  }
  .md\:-ml-px {
    margin-left: -1px;
  }
  .md\:-mt-1-1\/2 {
    margin-top: -0.375rem;
  }
  .md\:-mr-1-1\/2 {
    margin-right: -0.375rem;
  }
  .md\:-mb-1-1\/2 {
    margin-bottom: -0.375rem;
  }
  .md\:-ml-1-1\/2 {
    margin-left: -0.375rem;
  }
  .md\:opacity-0 {
    opacity: 0;
  }
  .md\:opacity-25 {
    opacity: .25;
  }
  .md\:opacity-50 {
    opacity: .5;
  }
  .md\:opacity-75 {
    opacity: .75;
  }
  .md\:opacity-100 {
    opacity: 1;
  }
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:overflow-scroll {
    overflow: scroll;
  }
  .md\:overflow-x-auto {
    overflow-x: auto;
  }
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .md\:overflow-x-visible {
    overflow-x: visible;
  }
  .md\:overflow-y-visible {
    overflow-y: visible;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-1 {
    padding: .25rem;
  }
  .md\:p-2 {
    padding: .5rem;
  }
  .md\:p-3 {
    padding: .75rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:p-20 {
    padding: 5rem;
  }
  .md\:p-24 {
    padding: 6rem;
  }
  .md\:p-32 {
    padding: 8rem;
  }
  .md\:p-px {
    padding: 1px;
  }
  .md\:p-1-1\/2 {
    padding: .375rem;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .md\:py-1-1\/2 {
    padding-top: .375rem;
    padding-bottom: .375rem;
  }
  .md\:px-1-1\/2 {
    padding-left: .375rem;
    padding-right: .375rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pt-1 {
    padding-top: .25rem;
  }
  .md\:pr-1 {
    padding-right: .25rem;
  }
  .md\:pb-1 {
    padding-bottom: .25rem;
  }
  .md\:pl-1 {
    padding-left: .25rem;
  }
  .md\:pt-2 {
    padding-top: .5rem;
  }
  .md\:pr-2 {
    padding-right: .5rem;
  }
  .md\:pb-2 {
    padding-bottom: .5rem;
  }
  .md\:pl-2 {
    padding-left: .5rem;
  }
  .md\:pt-3 {
    padding-top: .75rem;
  }
  .md\:pr-3 {
    padding-right: .75rem;
  }
  .md\:pb-3 {
    padding-bottom: .75rem;
  }
  .md\:pl-3 {
    padding-left: .75rem;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pr-20 {
    padding-right: 5rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pl-20 {
    padding-left: 5rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pr-24 {
    padding-right: 6rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:pl-24 {
    padding-left: 6rem;
  }
  .md\:pt-32 {
    padding-top: 8rem;
  }
  .md\:pr-32 {
    padding-right: 8rem;
  }
  .md\:pb-32 {
    padding-bottom: 8rem;
  }
  .md\:pl-32 {
    padding-left: 8rem;
  }
  .md\:pt-px {
    padding-top: 1px;
  }
  .md\:pr-px {
    padding-right: 1px;
  }
  .md\:pb-px {
    padding-bottom: 1px;
  }
  .md\:pl-px {
    padding-left: 1px;
  }
  .md\:pt-1-1\/2 {
    padding-top: .375rem;
  }
  .md\:pr-1-1\/2 {
    padding-right: .375rem;
  }
  .md\:pb-1-1\/2 {
    padding-bottom: .375rem;
  }
  .md\:pl-1-1\/2 {
    padding-left: .375rem;
  }
  .md\:pointer-events-none {
    pointer-events: none;
  }
  .md\:pointer-events-auto {
    pointer-events: auto;
  }
  .md\:static {
    position: static;
  }
  .md\:fixed {
    position: fixed;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:pin-y {
    top: 0;
    bottom: 0;
  }
  .md\:pin-x {
    right: 0;
    left: 0;
  }
  .md\:pin-t {
    top: 0;
  }
  .md\:pin-r {
    right: 0;
  }
  .md\:pin-b {
    bottom: 0;
  }
  .md\:pin-l {
    left: 0;
  }
  .md\:resize-none {
    resize: none;
  }
  .md\:resize-y {
    resize: vertical;
  }
  .md\:resize-x {
    resize: horizontal;
  }
  .md\:resize {
    resize: both;
  }
  .md\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .md\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .md\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .md\:shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .md\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .md\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .md\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .md\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .md\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .md\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .md\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .md\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .md\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .md\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .md\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .md\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .md\:table-auto {
    table-layout: auto;
  }
  .md\:table-fixed {
    table-layout: fixed;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-justify {
    text-align: justify;
  }
  .md\:text-transparent {
    color: transparent;
  }
  .md\:text-black {
    color: #35404e;
  }
  .md\:text-grey-darkest {
    color: #292828;
  }
  .md\:text-grey-darker {
    color: #494949;
  }
  .md\:text-grey-dark {
    color: #616060;
  }
  .md\:text-grey {
    color: #797979;
  }
  .md\:text-grey-light {
    color: #d7d7d7;
  }
  .md\:text-grey-lighter {
    color: #f5f1ea;
  }
  .md\:text-grey-lightest {
    color: #f2f2f2;
  }
  .md\:text-white {
    color: #fff;
  }
  .md\:text-red-darkest {
    color: #3b0d0c;
  }
  .md\:text-red-darker {
    color: #621b18;
  }
  .md\:text-red-dark {
    color: #cc1f1a;
  }
  .md\:text-red {
    color: #e3342f;
  }
  .md\:text-red-heart {
    color: #fe5267;
  }
  .md\:text-red-light {
    color: #ef5753;
  }
  .md\:text-red-lighter {
    color: #f9acaa;
  }
  .md\:text-red-lightest {
    color: #fcebea;
  }
  .md\:text-green-darkest {
    color: #092b2b;
  }
  .md\:text-green-darker {
    color: #115556;
  }
  .md\:text-green-dark {
    color: #1d8e8e;
  }
  .md\:text-green {
    color: #28c6c7;
  }
  .md\:text-green-light {
    color: #4bcccd;
  }
  .md\:text-green-lighter {
    color: #63d2d3;
  }
  .md\:text-green-lightest {
    color: #d5f6f7;
  }
  .md\:text-teal-darkest {
    color: #0d3331;
  }
  .md\:text-teal-darker {
    color: #20504f;
  }
  .md\:text-teal-dark {
    color: #38a89d;
  }
  .md\:text-teal {
    color: #4dc0b5;
  }
  .md\:text-teal-light {
    color: #64d5ca;
  }
  .md\:text-teal-lighter {
    color: #a0f0ed;
  }
  .md\:text-teal-lightest {
    color: #e8fffe;
  }
  .md\:text-blue-darkest {
    color: #12283a;
  }
  .md\:text-blue-darker {
    color: #1c3d5a;
  }
  .md\:text-blue-dark {
    color: #2779bd;
  }
  .md\:text-blue {
    color: #35404e;
  }
  .md\:text-blue-light {
    color: #6cb2eb;
  }
  .md\:text-blue-lighter {
    color: #bcdefa;
  }
  .md\:text-blue-lightest {
    color: #eff8ff;
  }
  .md\:hover\:text-transparent:hover {
    color: transparent;
  }
  .md\:hover\:text-black:hover {
    color: #35404e;
  }
  .md\:hover\:text-grey-darkest:hover {
    color: #292828;
  }
  .md\:hover\:text-grey-darker:hover {
    color: #494949;
  }
  .md\:hover\:text-grey-dark:hover {
    color: #616060;
  }
  .md\:hover\:text-grey:hover {
    color: #797979;
  }
  .md\:hover\:text-grey-light:hover {
    color: #d7d7d7;
  }
  .md\:hover\:text-grey-lighter:hover {
    color: #f5f1ea;
  }
  .md\:hover\:text-grey-lightest:hover {
    color: #f2f2f2;
  }
  .md\:hover\:text-white:hover {
    color: #fff;
  }
  .md\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }
  .md\:hover\:text-red-darker:hover {
    color: #621b18;
  }
  .md\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }
  .md\:hover\:text-red:hover {
    color: #e3342f;
  }
  .md\:hover\:text-red-heart:hover {
    color: #fe5267;
  }
  .md\:hover\:text-red-light:hover {
    color: #ef5753;
  }
  .md\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }
  .md\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }
  .md\:hover\:text-green-darkest:hover {
    color: #092b2b;
  }
  .md\:hover\:text-green-darker:hover {
    color: #115556;
  }
  .md\:hover\:text-green-dark:hover {
    color: #1d8e8e;
  }
  .md\:hover\:text-green:hover {
    color: #28c6c7;
  }
  .md\:hover\:text-green-light:hover {
    color: #4bcccd;
  }
  .md\:hover\:text-green-lighter:hover {
    color: #63d2d3;
  }
  .md\:hover\:text-green-lightest:hover {
    color: #d5f6f7;
  }
  .md\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }
  .md\:hover\:text-teal-darker:hover {
    color: #20504f;
  }
  .md\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }
  .md\:hover\:text-teal:hover {
    color: #4dc0b5;
  }
  .md\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }
  .md\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }
  .md\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }
  .md\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }
  .md\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }
  .md\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }
  .md\:hover\:text-blue:hover {
    color: #35404e;
  }
  .md\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }
  .md\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }
  .md\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }
  .md\:focus\:text-transparent:focus {
    color: transparent;
  }
  .md\:focus\:text-black:focus {
    color: #35404e;
  }
  .md\:focus\:text-grey-darkest:focus {
    color: #292828;
  }
  .md\:focus\:text-grey-darker:focus {
    color: #494949;
  }
  .md\:focus\:text-grey-dark:focus {
    color: #616060;
  }
  .md\:focus\:text-grey:focus {
    color: #797979;
  }
  .md\:focus\:text-grey-light:focus {
    color: #d7d7d7;
  }
  .md\:focus\:text-grey-lighter:focus {
    color: #f5f1ea;
  }
  .md\:focus\:text-grey-lightest:focus {
    color: #f2f2f2;
  }
  .md\:focus\:text-white:focus {
    color: #fff;
  }
  .md\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }
  .md\:focus\:text-red-darker:focus {
    color: #621b18;
  }
  .md\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }
  .md\:focus\:text-red:focus {
    color: #e3342f;
  }
  .md\:focus\:text-red-heart:focus {
    color: #fe5267;
  }
  .md\:focus\:text-red-light:focus {
    color: #ef5753;
  }
  .md\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }
  .md\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }
  .md\:focus\:text-green-darkest:focus {
    color: #092b2b;
  }
  .md\:focus\:text-green-darker:focus {
    color: #115556;
  }
  .md\:focus\:text-green-dark:focus {
    color: #1d8e8e;
  }
  .md\:focus\:text-green:focus {
    color: #28c6c7;
  }
  .md\:focus\:text-green-light:focus {
    color: #4bcccd;
  }
  .md\:focus\:text-green-lighter:focus {
    color: #63d2d3;
  }
  .md\:focus\:text-green-lightest:focus {
    color: #d5f6f7;
  }
  .md\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }
  .md\:focus\:text-teal-darker:focus {
    color: #20504f;
  }
  .md\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }
  .md\:focus\:text-teal:focus {
    color: #4dc0b5;
  }
  .md\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }
  .md\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }
  .md\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }
  .md\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }
  .md\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }
  .md\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }
  .md\:focus\:text-blue:focus {
    color: #35404e;
  }
  .md\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }
  .md\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }
  .md\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }
  .md\:active\:text-transparent:active {
    color: transparent;
  }
  .md\:active\:text-black:active {
    color: #35404e;
  }
  .md\:active\:text-grey-darkest:active {
    color: #292828;
  }
  .md\:active\:text-grey-darker:active {
    color: #494949;
  }
  .md\:active\:text-grey-dark:active {
    color: #616060;
  }
  .md\:active\:text-grey:active {
    color: #797979;
  }
  .md\:active\:text-grey-light:active {
    color: #d7d7d7;
  }
  .md\:active\:text-grey-lighter:active {
    color: #f5f1ea;
  }
  .md\:active\:text-grey-lightest:active {
    color: #f2f2f2;
  }
  .md\:active\:text-white:active {
    color: #fff;
  }
  .md\:active\:text-red-darkest:active {
    color: #3b0d0c;
  }
  .md\:active\:text-red-darker:active {
    color: #621b18;
  }
  .md\:active\:text-red-dark:active {
    color: #cc1f1a;
  }
  .md\:active\:text-red:active {
    color: #e3342f;
  }
  .md\:active\:text-red-heart:active {
    color: #fe5267;
  }
  .md\:active\:text-red-light:active {
    color: #ef5753;
  }
  .md\:active\:text-red-lighter:active {
    color: #f9acaa;
  }
  .md\:active\:text-red-lightest:active {
    color: #fcebea;
  }
  .md\:active\:text-green-darkest:active {
    color: #092b2b;
  }
  .md\:active\:text-green-darker:active {
    color: #115556;
  }
  .md\:active\:text-green-dark:active {
    color: #1d8e8e;
  }
  .md\:active\:text-green:active {
    color: #28c6c7;
  }
  .md\:active\:text-green-light:active {
    color: #4bcccd;
  }
  .md\:active\:text-green-lighter:active {
    color: #63d2d3;
  }
  .md\:active\:text-green-lightest:active {
    color: #d5f6f7;
  }
  .md\:active\:text-teal-darkest:active {
    color: #0d3331;
  }
  .md\:active\:text-teal-darker:active {
    color: #20504f;
  }
  .md\:active\:text-teal-dark:active {
    color: #38a89d;
  }
  .md\:active\:text-teal:active {
    color: #4dc0b5;
  }
  .md\:active\:text-teal-light:active {
    color: #64d5ca;
  }
  .md\:active\:text-teal-lighter:active {
    color: #a0f0ed;
  }
  .md\:active\:text-teal-lightest:active {
    color: #e8fffe;
  }
  .md\:active\:text-blue-darkest:active {
    color: #12283a;
  }
  .md\:active\:text-blue-darker:active {
    color: #1c3d5a;
  }
  .md\:active\:text-blue-dark:active {
    color: #2779bd;
  }
  .md\:active\:text-blue:active {
    color: #35404e;
  }
  .md\:active\:text-blue-light:active {
    color: #6cb2eb;
  }
  .md\:active\:text-blue-lighter:active {
    color: #bcdefa;
  }
  .md\:active\:text-blue-lightest:active {
    color: #eff8ff;
  }
  .md\:text-xxs {
    font-size: .635rem;
  }
  .md\:text-xs {
    font-size: .75rem;
  }
  .md\:text-sm {
    font-size: .875rem;
  }
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
  }
  .md\:italic {
    font-style: italic;
  }
  .md\:roman {
    font-style: normal;
  }
  .md\:uppercase {
    text-transform: uppercase;
  }
  .md\:lowercase {
    text-transform: lowercase;
  }
  .md\:capitalize {
    text-transform: capitalize;
  }
  .md\:normal-case {
    text-transform: none;
  }
  .md\:underline {
    text-decoration: underline;
  }
  .md\:line-through {
    text-decoration: line-through;
  }
  .md\:no-underline {
    text-decoration: none;
  }
  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .md\:hover\:italic:hover {
    font-style: italic;
  }
  .md\:hover\:roman:hover {
    font-style: normal;
  }
  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }
  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }
  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }
  .md\:hover\:normal-case:hover {
    text-transform: none;
  }
  .md\:hover\:underline:hover {
    text-decoration: underline;
  }
  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }
  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }
  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .md\:focus\:italic:focus {
    font-style: italic;
  }
  .md\:focus\:roman:focus {
    font-style: normal;
  }
  .md\:focus\:uppercase:focus {
    text-transform: uppercase;
  }
  .md\:focus\:lowercase:focus {
    text-transform: lowercase;
  }
  .md\:focus\:capitalize:focus {
    text-transform: capitalize;
  }
  .md\:focus\:normal-case:focus {
    text-transform: none;
  }
  .md\:focus\:underline:focus {
    text-decoration: underline;
  }
  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }
  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }
  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }
  .md\:tracking-normal {
    letter-spacing: 0;
  }
  .md\:tracking-wide {
    letter-spacing: .05em;
  }
  .md\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .md\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .md\:align-baseline {
    vertical-align: baseline;
  }
  .md\:align-top {
    vertical-align: top;
  }
  .md\:align-middle {
    vertical-align: middle;
  }
  .md\:align-bottom {
    vertical-align: bottom;
  }
  .md\:align-text-top {
    vertical-align: text-top;
  }
  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .md\:visible {
    visibility: visible;
  }
  .md\:invisible {
    visibility: hidden;
  }
  .md\:whitespace-normal {
    white-space: normal;
  }
  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }
  .md\:whitespace-pre {
    white-space: pre;
  }
  .md\:whitespace-pre-line {
    white-space: pre-line;
  }
  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .md\:break-words {
    word-wrap: break-word;
  }
  .md\:break-normal {
    word-wrap: normal;
  }
  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .md\:w-1 {
    width: .25rem;
  }
  .md\:w-2 {
    width: .5rem;
  }
  .md\:w-3 {
    width: .75rem;
  }
  .md\:w-4 {
    width: 1rem;
  }
  .md\:w-5 {
    width: 1.25rem;
  }
  .md\:w-6 {
    width: 1.5rem;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-16 {
    width: 4rem;
  }
  .md\:w-24 {
    width: 6rem;
  }
  .md\:w-32 {
    width: 8rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-64 {
    width: 16rem;
  }
  .md\:w-80 {
    width: 20rem;
  }
  .md\:w-96 {
    width: 24rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-px {
    width: 1px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.33333%;
  }
  .md\:w-2\/3 {
    width: 66.66667%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-1\/6 {
    width: 16.66667%;
  }
  .md\:w-5\/6 {
    width: 83.33333%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-screen {
    width: 100vw;
  }
  .md\:z-0 {
    z-index: 0;
  }
  .md\:z-10 {
    z-index: 10;
  }
  .md\:z-20 {
    z-index: 20;
  }
  .md\:z-30 {
    z-index: 30;
  }
  .md\:z-40 {
    z-index: 40;
  }
  .md\:z-50 {
    z-index: 50;
  }
  .md\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }
  .lg\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .lg\:bg-fixed {
    background-attachment: fixed;
  }
  .lg\:bg-local {
    background-attachment: local;
  }
  .lg\:bg-scroll {
    background-attachment: scroll;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-black {
    background-color: #35404e;
  }
  .lg\:bg-grey-darkest {
    background-color: #292828;
  }
  .lg\:bg-grey-darker {
    background-color: #494949;
  }
  .lg\:bg-grey-dark {
    background-color: #616060;
  }
  .lg\:bg-grey {
    background-color: #797979;
  }
  .lg\:bg-grey-light {
    background-color: #d7d7d7;
  }
  .lg\:bg-grey-lighter {
    background-color: #f5f1ea;
  }
  .lg\:bg-grey-lightest {
    background-color: #f2f2f2;
  }
  .lg\:bg-white {
    background-color: #fff;
  }
  .lg\:bg-red-darkest {
    background-color: #3b0d0c;
  }
  .lg\:bg-red-darker {
    background-color: #621b18;
  }
  .lg\:bg-red-dark {
    background-color: #cc1f1a;
  }
  .lg\:bg-red {
    background-color: #e3342f;
  }
  .lg\:bg-red-heart {
    background-color: #fe5267;
  }
  .lg\:bg-red-light {
    background-color: #ef5753;
  }
  .lg\:bg-red-lighter {
    background-color: #f9acaa;
  }
  .lg\:bg-red-lightest {
    background-color: #fcebea;
  }
  .lg\:bg-green-darkest {
    background-color: #092b2b;
  }
  .lg\:bg-green-darker {
    background-color: #115556;
  }
  .lg\:bg-green-dark {
    background-color: #1d8e8e;
  }
  .lg\:bg-green {
    background-color: #28c6c7;
  }
  .lg\:bg-green-light {
    background-color: #4bcccd;
  }
  .lg\:bg-green-lighter {
    background-color: #63d2d3;
  }
  .lg\:bg-green-lightest {
    background-color: #d5f6f7;
  }
  .lg\:bg-teal-darkest {
    background-color: #0d3331;
  }
  .lg\:bg-teal-darker {
    background-color: #20504f;
  }
  .lg\:bg-teal-dark {
    background-color: #38a89d;
  }
  .lg\:bg-teal {
    background-color: #4dc0b5;
  }
  .lg\:bg-teal-light {
    background-color: #64d5ca;
  }
  .lg\:bg-teal-lighter {
    background-color: #a0f0ed;
  }
  .lg\:bg-teal-lightest {
    background-color: #e8fffe;
  }
  .lg\:bg-blue-darkest {
    background-color: #12283a;
  }
  .lg\:bg-blue-darker {
    background-color: #1c3d5a;
  }
  .lg\:bg-blue-dark {
    background-color: #2779bd;
  }
  .lg\:bg-blue {
    background-color: #35404e;
  }
  .lg\:bg-blue-light {
    background-color: #6cb2eb;
  }
  .lg\:bg-blue-lighter {
    background-color: #bcdefa;
  }
  .lg\:bg-blue-lightest {
    background-color: #eff8ff;
  }
  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .lg\:hover\:bg-black:hover {
    background-color: #35404e;
  }
  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #292828;
  }
  .lg\:hover\:bg-grey-darker:hover {
    background-color: #494949;
  }
  .lg\:hover\:bg-grey-dark:hover {
    background-color: #616060;
  }
  .lg\:hover\:bg-grey:hover {
    background-color: #797979;
  }
  .lg\:hover\:bg-grey-light:hover {
    background-color: #d7d7d7;
  }
  .lg\:hover\:bg-grey-lighter:hover {
    background-color: #f5f1ea;
  }
  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #f2f2f2;
  }
  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }
  .lg\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }
  .lg\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }
  .lg\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }
  .lg\:hover\:bg-red:hover {
    background-color: #e3342f;
  }
  .lg\:hover\:bg-red-heart:hover {
    background-color: #fe5267;
  }
  .lg\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }
  .lg\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }
  .lg\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }
  .lg\:hover\:bg-green-darkest:hover {
    background-color: #092b2b;
  }
  .lg\:hover\:bg-green-darker:hover {
    background-color: #115556;
  }
  .lg\:hover\:bg-green-dark:hover {
    background-color: #1d8e8e;
  }
  .lg\:hover\:bg-green:hover {
    background-color: #28c6c7;
  }
  .lg\:hover\:bg-green-light:hover {
    background-color: #4bcccd;
  }
  .lg\:hover\:bg-green-lighter:hover {
    background-color: #63d2d3;
  }
  .lg\:hover\:bg-green-lightest:hover {
    background-color: #d5f6f7;
  }
  .lg\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }
  .lg\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }
  .lg\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }
  .lg\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }
  .lg\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }
  .lg\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }
  .lg\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }
  .lg\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }
  .lg\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }
  .lg\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }
  .lg\:hover\:bg-blue:hover {
    background-color: #35404e;
  }
  .lg\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }
  .lg\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }
  .lg\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }
  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
  .lg\:focus\:bg-black:focus {
    background-color: #35404e;
  }
  .lg\:focus\:bg-grey-darkest:focus {
    background-color: #292828;
  }
  .lg\:focus\:bg-grey-darker:focus {
    background-color: #494949;
  }
  .lg\:focus\:bg-grey-dark:focus {
    background-color: #616060;
  }
  .lg\:focus\:bg-grey:focus {
    background-color: #797979;
  }
  .lg\:focus\:bg-grey-light:focus {
    background-color: #d7d7d7;
  }
  .lg\:focus\:bg-grey-lighter:focus {
    background-color: #f5f1ea;
  }
  .lg\:focus\:bg-grey-lightest:focus {
    background-color: #f2f2f2;
  }
  .lg\:focus\:bg-white:focus {
    background-color: #fff;
  }
  .lg\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }
  .lg\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }
  .lg\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }
  .lg\:focus\:bg-red:focus {
    background-color: #e3342f;
  }
  .lg\:focus\:bg-red-heart:focus {
    background-color: #fe5267;
  }
  .lg\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }
  .lg\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }
  .lg\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }
  .lg\:focus\:bg-green-darkest:focus {
    background-color: #092b2b;
  }
  .lg\:focus\:bg-green-darker:focus {
    background-color: #115556;
  }
  .lg\:focus\:bg-green-dark:focus {
    background-color: #1d8e8e;
  }
  .lg\:focus\:bg-green:focus {
    background-color: #28c6c7;
  }
  .lg\:focus\:bg-green-light:focus {
    background-color: #4bcccd;
  }
  .lg\:focus\:bg-green-lighter:focus {
    background-color: #63d2d3;
  }
  .lg\:focus\:bg-green-lightest:focus {
    background-color: #d5f6f7;
  }
  .lg\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }
  .lg\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }
  .lg\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }
  .lg\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }
  .lg\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }
  .lg\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }
  .lg\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }
  .lg\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }
  .lg\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }
  .lg\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }
  .lg\:focus\:bg-blue:focus {
    background-color: #35404e;
  }
  .lg\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }
  .lg\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }
  .lg\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }
  .lg\:bg-bottom {
    background-position: bottom;
  }
  .lg\:bg-center {
    background-position: center;
  }
  .lg\:bg-left {
    background-position: left;
  }
  .lg\:bg-left-bottom {
    background-position: left bottom;
  }
  .lg\:bg-left-top {
    background-position: left top;
  }
  .lg\:bg-right {
    background-position: right;
  }
  .lg\:bg-right-bottom {
    background-position: right bottom;
  }
  .lg\:bg-right-top {
    background-position: right top;
  }
  .lg\:bg-top {
    background-position: top;
  }
  .lg\:bg-repeat {
    background-repeat: repeat;
  }
  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }
  .lg\:bg-auto {
    background-size: auto;
  }
  .lg\:bg-cover {
    background-size: cover;
  }
  .lg\:bg-contain {
    background-size: contain;
  }
  .lg\:border-transparent {
    border-color: transparent;
  }
  .lg\:border-black {
    border-color: #35404e;
  }
  .lg\:border-grey-darkest {
    border-color: #292828;
  }
  .lg\:border-grey-darker {
    border-color: #494949;
  }
  .lg\:border-grey-dark {
    border-color: #616060;
  }
  .lg\:border-grey {
    border-color: #797979;
  }
  .lg\:border-grey-light {
    border-color: #d7d7d7;
  }
  .lg\:border-grey-lighter {
    border-color: #f5f1ea;
  }
  .lg\:border-grey-lightest {
    border-color: #f2f2f2;
  }
  .lg\:border-white {
    border-color: #fff;
  }
  .lg\:border-red-darkest {
    border-color: #3b0d0c;
  }
  .lg\:border-red-darker {
    border-color: #621b18;
  }
  .lg\:border-red-dark {
    border-color: #cc1f1a;
  }
  .lg\:border-red {
    border-color: #e3342f;
  }
  .lg\:border-red-heart {
    border-color: #fe5267;
  }
  .lg\:border-red-light {
    border-color: #ef5753;
  }
  .lg\:border-red-lighter {
    border-color: #f9acaa;
  }
  .lg\:border-red-lightest {
    border-color: #fcebea;
  }
  .lg\:border-green-darkest {
    border-color: #092b2b;
  }
  .lg\:border-green-darker {
    border-color: #115556;
  }
  .lg\:border-green-dark {
    border-color: #1d8e8e;
  }
  .lg\:border-green {
    border-color: #28c6c7;
  }
  .lg\:border-green-light {
    border-color: #4bcccd;
  }
  .lg\:border-green-lighter {
    border-color: #63d2d3;
  }
  .lg\:border-green-lightest {
    border-color: #d5f6f7;
  }
  .lg\:border-teal-darkest {
    border-color: #0d3331;
  }
  .lg\:border-teal-darker {
    border-color: #20504f;
  }
  .lg\:border-teal-dark {
    border-color: #38a89d;
  }
  .lg\:border-teal {
    border-color: #4dc0b5;
  }
  .lg\:border-teal-light {
    border-color: #64d5ca;
  }
  .lg\:border-teal-lighter {
    border-color: #a0f0ed;
  }
  .lg\:border-teal-lightest {
    border-color: #e8fffe;
  }
  .lg\:border-blue-darkest {
    border-color: #12283a;
  }
  .lg\:border-blue-darker {
    border-color: #1c3d5a;
  }
  .lg\:border-blue-dark {
    border-color: #2779bd;
  }
  .lg\:border-blue {
    border-color: #35404e;
  }
  .lg\:border-blue-light {
    border-color: #6cb2eb;
  }
  .lg\:border-blue-lighter {
    border-color: #bcdefa;
  }
  .lg\:border-blue-lightest {
    border-color: #eff8ff;
  }
  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .lg\:hover\:border-black:hover {
    border-color: #35404e;
  }
  .lg\:hover\:border-grey-darkest:hover {
    border-color: #292828;
  }
  .lg\:hover\:border-grey-darker:hover {
    border-color: #494949;
  }
  .lg\:hover\:border-grey-dark:hover {
    border-color: #616060;
  }
  .lg\:hover\:border-grey:hover {
    border-color: #797979;
  }
  .lg\:hover\:border-grey-light:hover {
    border-color: #d7d7d7;
  }
  .lg\:hover\:border-grey-lighter:hover {
    border-color: #f5f1ea;
  }
  .lg\:hover\:border-grey-lightest:hover {
    border-color: #f2f2f2;
  }
  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }
  .lg\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }
  .lg\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }
  .lg\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }
  .lg\:hover\:border-red:hover {
    border-color: #e3342f;
  }
  .lg\:hover\:border-red-heart:hover {
    border-color: #fe5267;
  }
  .lg\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }
  .lg\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }
  .lg\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }
  .lg\:hover\:border-green-darkest:hover {
    border-color: #092b2b;
  }
  .lg\:hover\:border-green-darker:hover {
    border-color: #115556;
  }
  .lg\:hover\:border-green-dark:hover {
    border-color: #1d8e8e;
  }
  .lg\:hover\:border-green:hover {
    border-color: #28c6c7;
  }
  .lg\:hover\:border-green-light:hover {
    border-color: #4bcccd;
  }
  .lg\:hover\:border-green-lighter:hover {
    border-color: #63d2d3;
  }
  .lg\:hover\:border-green-lightest:hover {
    border-color: #d5f6f7;
  }
  .lg\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }
  .lg\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }
  .lg\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }
  .lg\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }
  .lg\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }
  .lg\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }
  .lg\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }
  .lg\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }
  .lg\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }
  .lg\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }
  .lg\:hover\:border-blue:hover {
    border-color: #35404e;
  }
  .lg\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }
  .lg\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }
  .lg\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }
  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }
  .lg\:focus\:border-black:focus {
    border-color: #35404e;
  }
  .lg\:focus\:border-grey-darkest:focus {
    border-color: #292828;
  }
  .lg\:focus\:border-grey-darker:focus {
    border-color: #494949;
  }
  .lg\:focus\:border-grey-dark:focus {
    border-color: #616060;
  }
  .lg\:focus\:border-grey:focus {
    border-color: #797979;
  }
  .lg\:focus\:border-grey-light:focus {
    border-color: #d7d7d7;
  }
  .lg\:focus\:border-grey-lighter:focus {
    border-color: #f5f1ea;
  }
  .lg\:focus\:border-grey-lightest:focus {
    border-color: #f2f2f2;
  }
  .lg\:focus\:border-white:focus {
    border-color: #fff;
  }
  .lg\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }
  .lg\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }
  .lg\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }
  .lg\:focus\:border-red:focus {
    border-color: #e3342f;
  }
  .lg\:focus\:border-red-heart:focus {
    border-color: #fe5267;
  }
  .lg\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }
  .lg\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }
  .lg\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }
  .lg\:focus\:border-green-darkest:focus {
    border-color: #092b2b;
  }
  .lg\:focus\:border-green-darker:focus {
    border-color: #115556;
  }
  .lg\:focus\:border-green-dark:focus {
    border-color: #1d8e8e;
  }
  .lg\:focus\:border-green:focus {
    border-color: #28c6c7;
  }
  .lg\:focus\:border-green-light:focus {
    border-color: #4bcccd;
  }
  .lg\:focus\:border-green-lighter:focus {
    border-color: #63d2d3;
  }
  .lg\:focus\:border-green-lightest:focus {
    border-color: #d5f6f7;
  }
  .lg\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }
  .lg\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }
  .lg\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }
  .lg\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }
  .lg\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }
  .lg\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }
  .lg\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }
  .lg\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }
  .lg\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }
  .lg\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }
  .lg\:focus\:border-blue:focus {
    border-color: #35404e;
  }
  .lg\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }
  .lg\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }
  .lg\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }
  .lg\:rounded-none {
    border-radius: 0;
  }
  .lg\:rounded-sm {
    border-radius: .125rem;
  }
  .lg\:rounded {
    border-radius: .25rem;
  }
  .lg\:rounded-lg {
    border-radius: .75rem;
  }
  .lg\:rounded-full {
    border-radius: 9999px;
  }
  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }
  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }
  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .lg\:rounded-t-lg {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }
  .lg\:rounded-r-lg {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }
  .lg\:rounded-b-lg {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .lg\:rounded-l-lg {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }
  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }
  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }
  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }
  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }
  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }
  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }
  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }
  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }
  .lg\:rounded-tl-lg {
    border-top-left-radius: .75rem;
  }
  .lg\:rounded-tr-lg {
    border-top-right-radius: .75rem;
  }
  .lg\:rounded-br-lg {
    border-bottom-right-radius: .75rem;
  }
  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .75rem;
  }
  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
  .lg\:hover\:rounded-none:hover {
    border-radius: 0;
  }
  .lg\:hover\:rounded-sm:hover {
    border-radius: .125rem;
  }
  .lg\:hover\:rounded:hover {
    border-radius: .25rem;
  }
  .lg\:hover\:rounded-lg:hover {
    border-radius: .75rem;
  }
  .lg\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }
  .lg\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .lg\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .lg\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .lg\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .lg\:hover\:rounded-t-sm:hover {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }
  .lg\:hover\:rounded-r-sm:hover {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }
  .lg\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .lg\:hover\:rounded-l-sm:hover {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .lg\:hover\:rounded-t:hover {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .lg\:hover\:rounded-r:hover {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .lg\:hover\:rounded-b:hover {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .lg\:hover\:rounded-l:hover {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .lg\:hover\:rounded-t-lg:hover {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }
  .lg\:hover\:rounded-r-lg:hover {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }
  .lg\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .lg\:hover\:rounded-l-lg:hover {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .lg\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .lg\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .lg\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .lg\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .lg\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }
  .lg\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }
  .lg\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }
  .lg\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }
  .lg\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: .125rem;
  }
  .lg\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: .125rem;
  }
  .lg\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: .125rem;
  }
  .lg\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem;
  }
  .lg\:hover\:rounded-tl:hover {
    border-top-left-radius: .25rem;
  }
  .lg\:hover\:rounded-tr:hover {
    border-top-right-radius: .25rem;
  }
  .lg\:hover\:rounded-br:hover {
    border-bottom-right-radius: .25rem;
  }
  .lg\:hover\:rounded-bl:hover {
    border-bottom-left-radius: .25rem;
  }
  .lg\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: .75rem;
  }
  .lg\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: .75rem;
  }
  .lg\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: .75rem;
  }
  .lg\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: .75rem;
  }
  .lg\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }
  .lg\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }
  .lg\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }
  .lg\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }
  .lg\:border-solid {
    border-style: solid;
  }
  .lg\:border-dashed {
    border-style: dashed;
  }
  .lg\:border-dotted {
    border-style: dotted;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:border-0 {
    border-width: 0;
  }
  .lg\:border-2 {
    border-width: 2px;
  }
  .lg\:border-4 {
    border-width: 4px;
  }
  .lg\:border-8 {
    border-width: 8px;
  }
  .lg\:border {
    border-width: 1px;
  }
  .lg\:border-t-0 {
    border-top-width: 0;
  }
  .lg\:border-r-0 {
    border-right-width: 0;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0;
  }
  .lg\:border-l-0 {
    border-left-width: 0;
  }
  .lg\:border-t-2 {
    border-top-width: 2px;
  }
  .lg\:border-r-2 {
    border-right-width: 2px;
  }
  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }
  .lg\:border-l-2 {
    border-left-width: 2px;
  }
  .lg\:border-t-4 {
    border-top-width: 4px;
  }
  .lg\:border-r-4 {
    border-right-width: 4px;
  }
  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }
  .lg\:border-l-4 {
    border-left-width: 4px;
  }
  .lg\:border-t-8 {
    border-top-width: 8px;
  }
  .lg\:border-r-8 {
    border-right-width: 8px;
  }
  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }
  .lg\:border-l-8 {
    border-left-width: 8px;
  }
  .lg\:border-t {
    border-top-width: 1px;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-b {
    border-bottom-width: 1px;
  }
  .lg\:border-l {
    border-left-width: 1px;
  }
  .lg\:last-child\:border-0:last-child {
    border-width: 0;
  }
  .lg\:last-child\:border-2:last-child {
    border-width: 2px;
  }
  .lg\:last-child\:border-4:last-child {
    border-width: 4px;
  }
  .lg\:last-child\:border-8:last-child {
    border-width: 8px;
  }
  .lg\:last-child\:border:last-child {
    border-width: 1px;
  }
  .lg\:last-child\:border-t-0:last-child {
    border-top-width: 0;
  }
  .lg\:last-child\:border-r-0:last-child {
    border-right-width: 0;
  }
  .lg\:last-child\:border-b-0:last-child {
    border-bottom-width: 0;
  }
  .lg\:last-child\:border-l-0:last-child {
    border-left-width: 0;
  }
  .lg\:last-child\:border-t-2:last-child {
    border-top-width: 2px;
  }
  .lg\:last-child\:border-r-2:last-child {
    border-right-width: 2px;
  }
  .lg\:last-child\:border-b-2:last-child {
    border-bottom-width: 2px;
  }
  .lg\:last-child\:border-l-2:last-child {
    border-left-width: 2px;
  }
  .lg\:last-child\:border-t-4:last-child {
    border-top-width: 4px;
  }
  .lg\:last-child\:border-r-4:last-child {
    border-right-width: 4px;
  }
  .lg\:last-child\:border-b-4:last-child {
    border-bottom-width: 4px;
  }
  .lg\:last-child\:border-l-4:last-child {
    border-left-width: 4px;
  }
  .lg\:last-child\:border-t-8:last-child {
    border-top-width: 8px;
  }
  .lg\:last-child\:border-r-8:last-child {
    border-right-width: 8px;
  }
  .lg\:last-child\:border-b-8:last-child {
    border-bottom-width: 8px;
  }
  .lg\:last-child\:border-l-8:last-child {
    border-left-width: 8px;
  }
  .lg\:last-child\:border-t:last-child {
    border-top-width: 1px;
  }
  .lg\:last-child\:border-r:last-child {
    border-right-width: 1px;
  }
  .lg\:last-child\:border-b:last-child {
    border-bottom-width: 1px;
  }
  .lg\:last-child\:border-l:last-child {
    border-left-width: 1px;
  }
  .lg\:cursor-auto {
    cursor: auto;
  }
  .lg\:cursor-default {
    cursor: default;
  }
  .lg\:cursor-pointer {
    cursor: pointer;
  }
  .lg\:cursor-wait {
    cursor: wait;
  }
  .lg\:cursor-move {
    cursor: move;
  }
  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:table {
    display: table;
  }
  .lg\:table-row {
    display: table-row;
  }
  .lg\:table-cell {
    display: table-cell;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lg\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .lg\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lg\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .lg\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lg\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .lg\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lg\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .lg\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .lg\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .lg\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .lg\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .lg\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lg\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .lg\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lg\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .lg\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .lg\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .lg\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .lg\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .lg\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .lg\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .lg\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .lg\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .lg\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .lg\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lg\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .lg\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .lg\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .lg\:float-right {
    float: right;
  }
  .lg\:float-left {
    float: left;
  }
  .lg\:float-none {
    float: none;
  }
  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg\:font-sans {
    font-family:
      Roboto,
      system-ui,
      BlinkMacSystemFont,
      -apple-system,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
  }
  .lg\:font-serif {
    font-family:
      Constantia,
      Lucida Bright,
      Lucidabright,
      Lucida Serif,
      Lucida,
      DejaVu Serif,
      Bitstream Vera Serif,
      Liberation Serif,
      Georgia,
      serif;
  }
  .lg\:font-mono {
    font-family:
      Menlo,
      Monaco,
      Consolas,
      Liberation Mono,
      Courier New,
      monospace;
  }
  .lg\:font-display {
    font-family: Euclid-Bold;
  }
  .lg\:font-light {
    font-weight: 300;
  }
  .lg\:font-normal {
    font-weight: 400;
  }
  .lg\:font-medium {
    font-weight: 500;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:font-bold {
    font-weight: 700;
  }
  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }
  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }
  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }
  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }
  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }
  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }
  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }
  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }
  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }
  .lg\:h-1 {
    height: .25rem;
  }
  .lg\:h-2 {
    height: .5rem;
  }
  .lg\:h-3 {
    height: .75rem;
  }
  .lg\:h-4 {
    height: 1rem;
  }
  .lg\:h-5 {
    height: 1.25rem;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-8 {
    height: 2rem;
  }
  .lg\:h-9 {
    height: 2.25rem;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-24 {
    height: 6rem;
  }
  .lg\:h-32 {
    height: 8rem;
  }
  .lg\:h-48 {
    height: 12rem;
  }
  .lg\:h-64 {
    height: 16rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-px {
    height: 1px;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-screen {
    height: 100vh;
  }
  .lg\:leading-none {
    line-height: 1;
  }
  .lg\:leading-tight {
    line-height: 1.25;
  }
  .lg\:leading-normal {
    line-height: 1.5;
  }
  .lg\:leading-loose {
    line-height: 2;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:m-1 {
    margin: .25rem;
  }
  .lg\:m-2 {
    margin: .5rem;
  }
  .lg\:m-3 {
    margin: .75rem;
  }
  .lg\:m-4 {
    margin: 1rem;
  }
  .lg\:m-5 {
    margin: 1.25rem;
  }
  .lg\:m-6 {
    margin: 1.5rem;
  }
  .lg\:m-8 {
    margin: 2rem;
  }
  .lg\:m-10 {
    margin: 2.5rem;
  }
  .lg\:m-12 {
    margin: 3rem;
  }
  .lg\:m-16 {
    margin: 4rem;
  }
  .lg\:m-20 {
    margin: 5rem;
  }
  .lg\:m-24 {
    margin: 6rem;
  }
  .lg\:m-32 {
    margin: 8rem;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:m-px {
    margin: 1px;
  }
  .lg\:m-1-1\/2 {
    margin: .375rem;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }
  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }
  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .lg\:my-1-1\/2 {
    margin-top: .375rem;
    margin-bottom: .375rem;
  }
  .lg\:mx-1-1\/2 {
    margin-left: .375rem;
    margin-right: .375rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mt-1 {
    margin-top: .25rem;
  }
  .lg\:mr-1 {
    margin-right: .25rem;
  }
  .lg\:mb-1 {
    margin-bottom: .25rem;
  }
  .lg\:ml-1 {
    margin-left: .25rem;
  }
  .lg\:mt-2 {
    margin-top: .5rem;
  }
  .lg\:mr-2 {
    margin-right: .5rem;
  }
  .lg\:mb-2 {
    margin-bottom: .5rem;
  }
  .lg\:ml-2 {
    margin-left: .5rem;
  }
  .lg\:mt-3 {
    margin-top: .75rem;
  }
  .lg\:mr-3 {
    margin-right: .75rem;
  }
  .lg\:mb-3 {
    margin-bottom: .75rem;
  }
  .lg\:ml-3 {
    margin-left: .75rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mr-8 {
    margin-right: 2rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mr-12 {
    margin-right: 3rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:ml-12 {
    margin-left: 3rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:ml-16 {
    margin-left: 4rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:ml-20 {
    margin-left: 5rem;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mr-24 {
    margin-right: 6rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:ml-24 {
    margin-left: 6rem;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:mr-32 {
    margin-right: 8rem;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem;
  }
  .lg\:ml-32 {
    margin-left: 8rem;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mb-auto {
    margin-bottom: auto;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mt-px {
    margin-top: 1px;
  }
  .lg\:mr-px {
    margin-right: 1px;
  }
  .lg\:mb-px {
    margin-bottom: 1px;
  }
  .lg\:ml-px {
    margin-left: 1px;
  }
  .lg\:mt-1-1\/2 {
    margin-top: .375rem;
  }
  .lg\:mr-1-1\/2 {
    margin-right: .375rem;
  }
  .lg\:mb-1-1\/2 {
    margin-bottom: .375rem;
  }
  .lg\:ml-1-1\/2 {
    margin-left: .375rem;
  }
  .lg\:max-h-128 {
    max-height: 32rem;
  }
  .lg\:max-h-full {
    max-height: 100%;
  }
  .lg\:max-h-screen {
    max-height: 100vh;
  }
  .lg\:max-w-xs {
    max-width: 20rem;
  }
  .lg\:max-w-sm {
    max-width: 30rem;
  }
  .lg\:max-w-md {
    max-width: 40rem;
  }
  .lg\:max-w-lg {
    max-width: 50rem;
  }
  .lg\:max-w-xl {
    max-width: 60rem;
  }
  .lg\:max-w-2xl {
    max-width: 70rem;
  }
  .lg\:max-w-3xl {
    max-width: 80rem;
  }
  .lg\:max-w-4xl {
    max-width: 90rem;
  }
  .lg\:max-w-5xl {
    max-width: 100rem;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:min-h-0 {
    min-height: 0;
  }
  .lg\:min-h-16 {
    min-height: 4rem;
  }
  .lg\:min-h-24 {
    min-height: 8rem;
  }
  .lg\:min-h-32 {
    min-height: 8rem;
  }
  .lg\:min-h-64 {
    min-height: 16rem;
  }
  .lg\:min-h-96 {
    min-height: 24rem;
  }
  .lg\:min-h-full {
    min-height: 100%;
  }
  .lg\:min-h-screen {
    min-height: 100vh;
  }
  .lg\:min-w-0 {
    min-width: 0;
  }
  .lg\:min-w-full {
    min-width: 100%;
  }
  .lg\:-m-0 {
    margin: 0;
  }
  .lg\:-m-1 {
    margin: -0.25rem;
  }
  .lg\:-m-2 {
    margin: -0.5rem;
  }
  .lg\:-m-3 {
    margin: -0.75rem;
  }
  .lg\:-m-4 {
    margin: -1rem;
  }
  .lg\:-m-5 {
    margin: -1.25rem;
  }
  .lg\:-m-6 {
    margin: -1.5rem;
  }
  .lg\:-m-8 {
    margin: -2rem;
  }
  .lg\:-m-10 {
    margin: -2.5rem;
  }
  .lg\:-m-12 {
    margin: -3rem;
  }
  .lg\:-m-16 {
    margin: -4rem;
  }
  .lg\:-m-20 {
    margin: -5rem;
  }
  .lg\:-m-24 {
    margin: -6rem;
  }
  .lg\:-m-32 {
    margin: -8rem;
  }
  .lg\:-m-px {
    margin: -1px;
  }
  .lg\:-m-1-1\/2 {
    margin: -0.375rem;
  }
  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .lg\:-my-1-1\/2 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .lg\:-mx-1-1\/2 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .lg\:-mt-0 {
    margin-top: 0;
  }
  .lg\:-mr-0 {
    margin-right: 0;
  }
  .lg\:-mb-0 {
    margin-bottom: 0;
  }
  .lg\:-ml-0 {
    margin-left: 0;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }
  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }
  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }
  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }
  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }
  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }
  .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .lg\:-mr-4 {
    margin-right: -1rem;
  }
  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }
  .lg\:-ml-4 {
    margin-left: -1rem;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }
  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }
  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }
  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }
  .lg\:-mt-8 {
    margin-top: -2rem;
  }
  .lg\:-mr-8 {
    margin-right: -2rem;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }
  .lg\:-ml-8 {
    margin-left: -2rem;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }
  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }
  .lg\:-mt-12 {
    margin-top: -3rem;
  }
  .lg\:-mr-12 {
    margin-right: -3rem;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }
  .lg\:-ml-12 {
    margin-left: -3rem;
  }
  .lg\:-mt-16 {
    margin-top: -4rem;
  }
  .lg\:-mr-16 {
    margin-right: -4rem;
  }
  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }
  .lg\:-ml-16 {
    margin-left: -4rem;
  }
  .lg\:-mt-20 {
    margin-top: -5rem;
  }
  .lg\:-mr-20 {
    margin-right: -5rem;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }
  .lg\:-ml-20 {
    margin-left: -5rem;
  }
  .lg\:-mt-24 {
    margin-top: -6rem;
  }
  .lg\:-mr-24 {
    margin-right: -6rem;
  }
  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }
  .lg\:-ml-24 {
    margin-left: -6rem;
  }
  .lg\:-mt-32 {
    margin-top: -8rem;
  }
  .lg\:-mr-32 {
    margin-right: -8rem;
  }
  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }
  .lg\:-ml-32 {
    margin-left: -8rem;
  }
  .lg\:-mt-px {
    margin-top: -1px;
  }
  .lg\:-mr-px {
    margin-right: -1px;
  }
  .lg\:-mb-px {
    margin-bottom: -1px;
  }
  .lg\:-ml-px {
    margin-left: -1px;
  }
  .lg\:-mt-1-1\/2 {
    margin-top: -0.375rem;
  }
  .lg\:-mr-1-1\/2 {
    margin-right: -0.375rem;
  }
  .lg\:-mb-1-1\/2 {
    margin-bottom: -0.375rem;
  }
  .lg\:-ml-1-1\/2 {
    margin-left: -0.375rem;
  }
  .lg\:opacity-0 {
    opacity: 0;
  }
  .lg\:opacity-25 {
    opacity: .25;
  }
  .lg\:opacity-50 {
    opacity: .5;
  }
  .lg\:opacity-75 {
    opacity: .75;
  }
  .lg\:opacity-100 {
    opacity: 1;
  }
  .lg\:overflow-auto {
    overflow: auto;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:overflow-scroll {
    overflow: scroll;
  }
  .lg\:overflow-x-auto {
    overflow-x: auto;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:p-1 {
    padding: .25rem;
  }
  .lg\:p-2 {
    padding: .5rem;
  }
  .lg\:p-3 {
    padding: .75rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:p-20 {
    padding: 5rem;
  }
  .lg\:p-24 {
    padding: 6rem;
  }
  .lg\:p-32 {
    padding: 8rem;
  }
  .lg\:p-px {
    padding: 1px;
  }
  .lg\:p-1-1\/2 {
    padding: .375rem;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .lg\:py-1-1\/2 {
    padding-top: .375rem;
    padding-bottom: .375rem;
  }
  .lg\:px-1-1\/2 {
    padding-left: .375rem;
    padding-right: .375rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pt-1 {
    padding-top: .25rem;
  }
  .lg\:pr-1 {
    padding-right: .25rem;
  }
  .lg\:pb-1 {
    padding-bottom: .25rem;
  }
  .lg\:pl-1 {
    padding-left: .25rem;
  }
  .lg\:pt-2 {
    padding-top: .5rem;
  }
  .lg\:pr-2 {
    padding-right: .5rem;
  }
  .lg\:pb-2 {
    padding-bottom: .5rem;
  }
  .lg\:pl-2 {
    padding-left: .5rem;
  }
  .lg\:pt-3 {
    padding-top: .75rem;
  }
  .lg\:pr-3 {
    padding-right: .75rem;
  }
  .lg\:pb-3 {
    padding-bottom: .75rem;
  }
  .lg\:pl-3 {
    padding-left: .75rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pr-24 {
    padding-right: 6rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pr-32 {
    padding-right: 8rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pl-32 {
    padding-left: 8rem;
  }
  .lg\:pt-px {
    padding-top: 1px;
  }
  .lg\:pr-px {
    padding-right: 1px;
  }
  .lg\:pb-px {
    padding-bottom: 1px;
  }
  .lg\:pl-px {
    padding-left: 1px;
  }
  .lg\:pt-1-1\/2 {
    padding-top: .375rem;
  }
  .lg\:pr-1-1\/2 {
    padding-right: .375rem;
  }
  .lg\:pb-1-1\/2 {
    padding-bottom: .375rem;
  }
  .lg\:pl-1-1\/2 {
    padding-left: .375rem;
  }
  .lg\:pointer-events-none {
    pointer-events: none;
  }
  .lg\:pointer-events-auto {
    pointer-events: auto;
  }
  .lg\:static {
    position: static;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }
  .lg\:pin-x {
    right: 0;
    left: 0;
  }
  .lg\:pin-t {
    top: 0;
  }
  .lg\:pin-r {
    right: 0;
  }
  .lg\:pin-b {
    bottom: 0;
  }
  .lg\:pin-l {
    left: 0;
  }
  .lg\:resize-none {
    resize: none;
  }
  .lg\:resize-y {
    resize: vertical;
  }
  .lg\:resize-x {
    resize: horizontal;
  }
  .lg\:resize {
    resize: both;
  }
  .lg\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .lg\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .lg\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .lg\:shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .lg\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .lg\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .lg\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .lg\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .lg\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .lg\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .lg\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .lg\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .lg\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .lg\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .lg\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .lg\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .lg\:table-auto {
    table-layout: auto;
  }
  .lg\:table-fixed {
    table-layout: fixed;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-justify {
    text-align: justify;
  }
  .lg\:text-transparent {
    color: transparent;
  }
  .lg\:text-black {
    color: #35404e;
  }
  .lg\:text-grey-darkest {
    color: #292828;
  }
  .lg\:text-grey-darker {
    color: #494949;
  }
  .lg\:text-grey-dark {
    color: #616060;
  }
  .lg\:text-grey {
    color: #797979;
  }
  .lg\:text-grey-light {
    color: #d7d7d7;
  }
  .lg\:text-grey-lighter {
    color: #f5f1ea;
  }
  .lg\:text-grey-lightest {
    color: #f2f2f2;
  }
  .lg\:text-white {
    color: #fff;
  }
  .lg\:text-red-darkest {
    color: #3b0d0c;
  }
  .lg\:text-red-darker {
    color: #621b18;
  }
  .lg\:text-red-dark {
    color: #cc1f1a;
  }
  .lg\:text-red {
    color: #e3342f;
  }
  .lg\:text-red-heart {
    color: #fe5267;
  }
  .lg\:text-red-light {
    color: #ef5753;
  }
  .lg\:text-red-lighter {
    color: #f9acaa;
  }
  .lg\:text-red-lightest {
    color: #fcebea;
  }
  .lg\:text-green-darkest {
    color: #092b2b;
  }
  .lg\:text-green-darker {
    color: #115556;
  }
  .lg\:text-green-dark {
    color: #1d8e8e;
  }
  .lg\:text-green {
    color: #28c6c7;
  }
  .lg\:text-green-light {
    color: #4bcccd;
  }
  .lg\:text-green-lighter {
    color: #63d2d3;
  }
  .lg\:text-green-lightest {
    color: #d5f6f7;
  }
  .lg\:text-teal-darkest {
    color: #0d3331;
  }
  .lg\:text-teal-darker {
    color: #20504f;
  }
  .lg\:text-teal-dark {
    color: #38a89d;
  }
  .lg\:text-teal {
    color: #4dc0b5;
  }
  .lg\:text-teal-light {
    color: #64d5ca;
  }
  .lg\:text-teal-lighter {
    color: #a0f0ed;
  }
  .lg\:text-teal-lightest {
    color: #e8fffe;
  }
  .lg\:text-blue-darkest {
    color: #12283a;
  }
  .lg\:text-blue-darker {
    color: #1c3d5a;
  }
  .lg\:text-blue-dark {
    color: #2779bd;
  }
  .lg\:text-blue {
    color: #35404e;
  }
  .lg\:text-blue-light {
    color: #6cb2eb;
  }
  .lg\:text-blue-lighter {
    color: #bcdefa;
  }
  .lg\:text-blue-lightest {
    color: #eff8ff;
  }
  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }
  .lg\:hover\:text-black:hover {
    color: #35404e;
  }
  .lg\:hover\:text-grey-darkest:hover {
    color: #292828;
  }
  .lg\:hover\:text-grey-darker:hover {
    color: #494949;
  }
  .lg\:hover\:text-grey-dark:hover {
    color: #616060;
  }
  .lg\:hover\:text-grey:hover {
    color: #797979;
  }
  .lg\:hover\:text-grey-light:hover {
    color: #d7d7d7;
  }
  .lg\:hover\:text-grey-lighter:hover {
    color: #f5f1ea;
  }
  .lg\:hover\:text-grey-lightest:hover {
    color: #f2f2f2;
  }
  .lg\:hover\:text-white:hover {
    color: #fff;
  }
  .lg\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }
  .lg\:hover\:text-red-darker:hover {
    color: #621b18;
  }
  .lg\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }
  .lg\:hover\:text-red:hover {
    color: #e3342f;
  }
  .lg\:hover\:text-red-heart:hover {
    color: #fe5267;
  }
  .lg\:hover\:text-red-light:hover {
    color: #ef5753;
  }
  .lg\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }
  .lg\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }
  .lg\:hover\:text-green-darkest:hover {
    color: #092b2b;
  }
  .lg\:hover\:text-green-darker:hover {
    color: #115556;
  }
  .lg\:hover\:text-green-dark:hover {
    color: #1d8e8e;
  }
  .lg\:hover\:text-green:hover {
    color: #28c6c7;
  }
  .lg\:hover\:text-green-light:hover {
    color: #4bcccd;
  }
  .lg\:hover\:text-green-lighter:hover {
    color: #63d2d3;
  }
  .lg\:hover\:text-green-lightest:hover {
    color: #d5f6f7;
  }
  .lg\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }
  .lg\:hover\:text-teal-darker:hover {
    color: #20504f;
  }
  .lg\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }
  .lg\:hover\:text-teal:hover {
    color: #4dc0b5;
  }
  .lg\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }
  .lg\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }
  .lg\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }
  .lg\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }
  .lg\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }
  .lg\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }
  .lg\:hover\:text-blue:hover {
    color: #35404e;
  }
  .lg\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }
  .lg\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }
  .lg\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }
  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }
  .lg\:focus\:text-black:focus {
    color: #35404e;
  }
  .lg\:focus\:text-grey-darkest:focus {
    color: #292828;
  }
  .lg\:focus\:text-grey-darker:focus {
    color: #494949;
  }
  .lg\:focus\:text-grey-dark:focus {
    color: #616060;
  }
  .lg\:focus\:text-grey:focus {
    color: #797979;
  }
  .lg\:focus\:text-grey-light:focus {
    color: #d7d7d7;
  }
  .lg\:focus\:text-grey-lighter:focus {
    color: #f5f1ea;
  }
  .lg\:focus\:text-grey-lightest:focus {
    color: #f2f2f2;
  }
  .lg\:focus\:text-white:focus {
    color: #fff;
  }
  .lg\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }
  .lg\:focus\:text-red-darker:focus {
    color: #621b18;
  }
  .lg\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }
  .lg\:focus\:text-red:focus {
    color: #e3342f;
  }
  .lg\:focus\:text-red-heart:focus {
    color: #fe5267;
  }
  .lg\:focus\:text-red-light:focus {
    color: #ef5753;
  }
  .lg\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }
  .lg\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }
  .lg\:focus\:text-green-darkest:focus {
    color: #092b2b;
  }
  .lg\:focus\:text-green-darker:focus {
    color: #115556;
  }
  .lg\:focus\:text-green-dark:focus {
    color: #1d8e8e;
  }
  .lg\:focus\:text-green:focus {
    color: #28c6c7;
  }
  .lg\:focus\:text-green-light:focus {
    color: #4bcccd;
  }
  .lg\:focus\:text-green-lighter:focus {
    color: #63d2d3;
  }
  .lg\:focus\:text-green-lightest:focus {
    color: #d5f6f7;
  }
  .lg\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }
  .lg\:focus\:text-teal-darker:focus {
    color: #20504f;
  }
  .lg\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }
  .lg\:focus\:text-teal:focus {
    color: #4dc0b5;
  }
  .lg\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }
  .lg\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }
  .lg\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }
  .lg\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }
  .lg\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }
  .lg\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }
  .lg\:focus\:text-blue:focus {
    color: #35404e;
  }
  .lg\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }
  .lg\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }
  .lg\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }
  .lg\:active\:text-transparent:active {
    color: transparent;
  }
  .lg\:active\:text-black:active {
    color: #35404e;
  }
  .lg\:active\:text-grey-darkest:active {
    color: #292828;
  }
  .lg\:active\:text-grey-darker:active {
    color: #494949;
  }
  .lg\:active\:text-grey-dark:active {
    color: #616060;
  }
  .lg\:active\:text-grey:active {
    color: #797979;
  }
  .lg\:active\:text-grey-light:active {
    color: #d7d7d7;
  }
  .lg\:active\:text-grey-lighter:active {
    color: #f5f1ea;
  }
  .lg\:active\:text-grey-lightest:active {
    color: #f2f2f2;
  }
  .lg\:active\:text-white:active {
    color: #fff;
  }
  .lg\:active\:text-red-darkest:active {
    color: #3b0d0c;
  }
  .lg\:active\:text-red-darker:active {
    color: #621b18;
  }
  .lg\:active\:text-red-dark:active {
    color: #cc1f1a;
  }
  .lg\:active\:text-red:active {
    color: #e3342f;
  }
  .lg\:active\:text-red-heart:active {
    color: #fe5267;
  }
  .lg\:active\:text-red-light:active {
    color: #ef5753;
  }
  .lg\:active\:text-red-lighter:active {
    color: #f9acaa;
  }
  .lg\:active\:text-red-lightest:active {
    color: #fcebea;
  }
  .lg\:active\:text-green-darkest:active {
    color: #092b2b;
  }
  .lg\:active\:text-green-darker:active {
    color: #115556;
  }
  .lg\:active\:text-green-dark:active {
    color: #1d8e8e;
  }
  .lg\:active\:text-green:active {
    color: #28c6c7;
  }
  .lg\:active\:text-green-light:active {
    color: #4bcccd;
  }
  .lg\:active\:text-green-lighter:active {
    color: #63d2d3;
  }
  .lg\:active\:text-green-lightest:active {
    color: #d5f6f7;
  }
  .lg\:active\:text-teal-darkest:active {
    color: #0d3331;
  }
  .lg\:active\:text-teal-darker:active {
    color: #20504f;
  }
  .lg\:active\:text-teal-dark:active {
    color: #38a89d;
  }
  .lg\:active\:text-teal:active {
    color: #4dc0b5;
  }
  .lg\:active\:text-teal-light:active {
    color: #64d5ca;
  }
  .lg\:active\:text-teal-lighter:active {
    color: #a0f0ed;
  }
  .lg\:active\:text-teal-lightest:active {
    color: #e8fffe;
  }
  .lg\:active\:text-blue-darkest:active {
    color: #12283a;
  }
  .lg\:active\:text-blue-darker:active {
    color: #1c3d5a;
  }
  .lg\:active\:text-blue-dark:active {
    color: #2779bd;
  }
  .lg\:active\:text-blue:active {
    color: #35404e;
  }
  .lg\:active\:text-blue-light:active {
    color: #6cb2eb;
  }
  .lg\:active\:text-blue-lighter:active {
    color: #bcdefa;
  }
  .lg\:active\:text-blue-lightest:active {
    color: #eff8ff;
  }
  .lg\:text-xxs {
    font-size: .635rem;
  }
  .lg\:text-xs {
    font-size: .75rem;
  }
  .lg\:text-sm {
    font-size: .875rem;
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
  }
  .lg\:italic {
    font-style: italic;
  }
  .lg\:roman {
    font-style: normal;
  }
  .lg\:uppercase {
    text-transform: uppercase;
  }
  .lg\:lowercase {
    text-transform: lowercase;
  }
  .lg\:capitalize {
    text-transform: capitalize;
  }
  .lg\:normal-case {
    text-transform: none;
  }
  .lg\:underline {
    text-decoration: underline;
  }
  .lg\:line-through {
    text-decoration: line-through;
  }
  .lg\:no-underline {
    text-decoration: none;
  }
  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .lg\:hover\:italic:hover {
    font-style: italic;
  }
  .lg\:hover\:roman:hover {
    font-style: normal;
  }
  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }
  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }
  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }
  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }
  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }
  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }
  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }
  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .lg\:focus\:italic:focus {
    font-style: italic;
  }
  .lg\:focus\:roman:focus {
    font-style: normal;
  }
  .lg\:focus\:uppercase:focus {
    text-transform: uppercase;
  }
  .lg\:focus\:lowercase:focus {
    text-transform: lowercase;
  }
  .lg\:focus\:capitalize:focus {
    text-transform: capitalize;
  }
  .lg\:focus\:normal-case:focus {
    text-transform: none;
  }
  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }
  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }
  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }
  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }
  .lg\:tracking-normal {
    letter-spacing: 0;
  }
  .lg\:tracking-wide {
    letter-spacing: .05em;
  }
  .lg\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .lg\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .lg\:align-baseline {
    vertical-align: baseline;
  }
  .lg\:align-top {
    vertical-align: top;
  }
  .lg\:align-middle {
    vertical-align: middle;
  }
  .lg\:align-bottom {
    vertical-align: bottom;
  }
  .lg\:align-text-top {
    vertical-align: text-top;
  }
  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .lg\:visible {
    visibility: visible;
  }
  .lg\:invisible {
    visibility: hidden;
  }
  .lg\:whitespace-normal {
    white-space: normal;
  }
  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }
  .lg\:whitespace-pre {
    white-space: pre;
  }
  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }
  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .lg\:break-words {
    word-wrap: break-word;
  }
  .lg\:break-normal {
    word-wrap: normal;
  }
  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lg\:w-1 {
    width: .25rem;
  }
  .lg\:w-2 {
    width: .5rem;
  }
  .lg\:w-3 {
    width: .75rem;
  }
  .lg\:w-4 {
    width: 1rem;
  }
  .lg\:w-5 {
    width: 1.25rem;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-8 {
    width: 2rem;
  }
  .lg\:w-10 {
    width: 2.5rem;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-16 {
    width: 4rem;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-32 {
    width: 8rem;
  }
  .lg\:w-48 {
    width: 12rem;
  }
  .lg\:w-64 {
    width: 16rem;
  }
  .lg\:w-80 {
    width: 20rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-px {
    width: 1px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.33333%;
  }
  .lg\:w-2\/3 {
    width: 66.66667%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-1\/6 {
    width: 16.66667%;
  }
  .lg\:w-5\/6 {
    width: 83.33333%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-screen {
    width: 100vw;
  }
  .lg\:z-0 {
    z-index: 0;
  }
  .lg\:z-10 {
    z-index: 10;
  }
  .lg\:z-20 {
    z-index: 20;
  }
  .lg\:z-30 {
    z-index: 30;
  }
  .lg\:z-40 {
    z-index: 40;
  }
  .lg\:z-50 {
    z-index: 50;
  }
  .lg\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }
  .xl\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .xl\:bg-fixed {
    background-attachment: fixed;
  }
  .xl\:bg-local {
    background-attachment: local;
  }
  .xl\:bg-scroll {
    background-attachment: scroll;
  }
  .xl\:bg-transparent {
    background-color: transparent;
  }
  .xl\:bg-black {
    background-color: #35404e;
  }
  .xl\:bg-grey-darkest {
    background-color: #292828;
  }
  .xl\:bg-grey-darker {
    background-color: #494949;
  }
  .xl\:bg-grey-dark {
    background-color: #616060;
  }
  .xl\:bg-grey {
    background-color: #797979;
  }
  .xl\:bg-grey-light {
    background-color: #d7d7d7;
  }
  .xl\:bg-grey-lighter {
    background-color: #f5f1ea;
  }
  .xl\:bg-grey-lightest {
    background-color: #f2f2f2;
  }
  .xl\:bg-white {
    background-color: #fff;
  }
  .xl\:bg-red-darkest {
    background-color: #3b0d0c;
  }
  .xl\:bg-red-darker {
    background-color: #621b18;
  }
  .xl\:bg-red-dark {
    background-color: #cc1f1a;
  }
  .xl\:bg-red {
    background-color: #e3342f;
  }
  .xl\:bg-red-heart {
    background-color: #fe5267;
  }
  .xl\:bg-red-light {
    background-color: #ef5753;
  }
  .xl\:bg-red-lighter {
    background-color: #f9acaa;
  }
  .xl\:bg-red-lightest {
    background-color: #fcebea;
  }
  .xl\:bg-green-darkest {
    background-color: #092b2b;
  }
  .xl\:bg-green-darker {
    background-color: #115556;
  }
  .xl\:bg-green-dark {
    background-color: #1d8e8e;
  }
  .xl\:bg-green {
    background-color: #28c6c7;
  }
  .xl\:bg-green-light {
    background-color: #4bcccd;
  }
  .xl\:bg-green-lighter {
    background-color: #63d2d3;
  }
  .xl\:bg-green-lightest {
    background-color: #d5f6f7;
  }
  .xl\:bg-teal-darkest {
    background-color: #0d3331;
  }
  .xl\:bg-teal-darker {
    background-color: #20504f;
  }
  .xl\:bg-teal-dark {
    background-color: #38a89d;
  }
  .xl\:bg-teal {
    background-color: #4dc0b5;
  }
  .xl\:bg-teal-light {
    background-color: #64d5ca;
  }
  .xl\:bg-teal-lighter {
    background-color: #a0f0ed;
  }
  .xl\:bg-teal-lightest {
    background-color: #e8fffe;
  }
  .xl\:bg-blue-darkest {
    background-color: #12283a;
  }
  .xl\:bg-blue-darker {
    background-color: #1c3d5a;
  }
  .xl\:bg-blue-dark {
    background-color: #2779bd;
  }
  .xl\:bg-blue {
    background-color: #35404e;
  }
  .xl\:bg-blue-light {
    background-color: #6cb2eb;
  }
  .xl\:bg-blue-lighter {
    background-color: #bcdefa;
  }
  .xl\:bg-blue-lightest {
    background-color: #eff8ff;
  }
  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .xl\:hover\:bg-black:hover {
    background-color: #35404e;
  }
  .xl\:hover\:bg-grey-darkest:hover {
    background-color: #292828;
  }
  .xl\:hover\:bg-grey-darker:hover {
    background-color: #494949;
  }
  .xl\:hover\:bg-grey-dark:hover {
    background-color: #616060;
  }
  .xl\:hover\:bg-grey:hover {
    background-color: #797979;
  }
  .xl\:hover\:bg-grey-light:hover {
    background-color: #d7d7d7;
  }
  .xl\:hover\:bg-grey-lighter:hover {
    background-color: #f5f1ea;
  }
  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #f2f2f2;
  }
  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }
  .xl\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }
  .xl\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }
  .xl\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }
  .xl\:hover\:bg-red:hover {
    background-color: #e3342f;
  }
  .xl\:hover\:bg-red-heart:hover {
    background-color: #fe5267;
  }
  .xl\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }
  .xl\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }
  .xl\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }
  .xl\:hover\:bg-green-darkest:hover {
    background-color: #092b2b;
  }
  .xl\:hover\:bg-green-darker:hover {
    background-color: #115556;
  }
  .xl\:hover\:bg-green-dark:hover {
    background-color: #1d8e8e;
  }
  .xl\:hover\:bg-green:hover {
    background-color: #28c6c7;
  }
  .xl\:hover\:bg-green-light:hover {
    background-color: #4bcccd;
  }
  .xl\:hover\:bg-green-lighter:hover {
    background-color: #63d2d3;
  }
  .xl\:hover\:bg-green-lightest:hover {
    background-color: #d5f6f7;
  }
  .xl\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }
  .xl\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }
  .xl\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }
  .xl\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }
  .xl\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }
  .xl\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }
  .xl\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }
  .xl\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }
  .xl\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }
  .xl\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }
  .xl\:hover\:bg-blue:hover {
    background-color: #35404e;
  }
  .xl\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }
  .xl\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }
  .xl\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }
  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
  .xl\:focus\:bg-black:focus {
    background-color: #35404e;
  }
  .xl\:focus\:bg-grey-darkest:focus {
    background-color: #292828;
  }
  .xl\:focus\:bg-grey-darker:focus {
    background-color: #494949;
  }
  .xl\:focus\:bg-grey-dark:focus {
    background-color: #616060;
  }
  .xl\:focus\:bg-grey:focus {
    background-color: #797979;
  }
  .xl\:focus\:bg-grey-light:focus {
    background-color: #d7d7d7;
  }
  .xl\:focus\:bg-grey-lighter:focus {
    background-color: #f5f1ea;
  }
  .xl\:focus\:bg-grey-lightest:focus {
    background-color: #f2f2f2;
  }
  .xl\:focus\:bg-white:focus {
    background-color: #fff;
  }
  .xl\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }
  .xl\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }
  .xl\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }
  .xl\:focus\:bg-red:focus {
    background-color: #e3342f;
  }
  .xl\:focus\:bg-red-heart:focus {
    background-color: #fe5267;
  }
  .xl\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }
  .xl\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }
  .xl\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }
  .xl\:focus\:bg-green-darkest:focus {
    background-color: #092b2b;
  }
  .xl\:focus\:bg-green-darker:focus {
    background-color: #115556;
  }
  .xl\:focus\:bg-green-dark:focus {
    background-color: #1d8e8e;
  }
  .xl\:focus\:bg-green:focus {
    background-color: #28c6c7;
  }
  .xl\:focus\:bg-green-light:focus {
    background-color: #4bcccd;
  }
  .xl\:focus\:bg-green-lighter:focus {
    background-color: #63d2d3;
  }
  .xl\:focus\:bg-green-lightest:focus {
    background-color: #d5f6f7;
  }
  .xl\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }
  .xl\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }
  .xl\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }
  .xl\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }
  .xl\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }
  .xl\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }
  .xl\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }
  .xl\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }
  .xl\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }
  .xl\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }
  .xl\:focus\:bg-blue:focus {
    background-color: #35404e;
  }
  .xl\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }
  .xl\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }
  .xl\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }
  .xl\:bg-bottom {
    background-position: bottom;
  }
  .xl\:bg-center {
    background-position: center;
  }
  .xl\:bg-left {
    background-position: left;
  }
  .xl\:bg-left-bottom {
    background-position: left bottom;
  }
  .xl\:bg-left-top {
    background-position: left top;
  }
  .xl\:bg-right {
    background-position: right;
  }
  .xl\:bg-right-bottom {
    background-position: right bottom;
  }
  .xl\:bg-right-top {
    background-position: right top;
  }
  .xl\:bg-top {
    background-position: top;
  }
  .xl\:bg-repeat {
    background-repeat: repeat;
  }
  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }
  .xl\:bg-auto {
    background-size: auto;
  }
  .xl\:bg-cover {
    background-size: cover;
  }
  .xl\:bg-contain {
    background-size: contain;
  }
  .xl\:border-transparent {
    border-color: transparent;
  }
  .xl\:border-black {
    border-color: #35404e;
  }
  .xl\:border-grey-darkest {
    border-color: #292828;
  }
  .xl\:border-grey-darker {
    border-color: #494949;
  }
  .xl\:border-grey-dark {
    border-color: #616060;
  }
  .xl\:border-grey {
    border-color: #797979;
  }
  .xl\:border-grey-light {
    border-color: #d7d7d7;
  }
  .xl\:border-grey-lighter {
    border-color: #f5f1ea;
  }
  .xl\:border-grey-lightest {
    border-color: #f2f2f2;
  }
  .xl\:border-white {
    border-color: #fff;
  }
  .xl\:border-red-darkest {
    border-color: #3b0d0c;
  }
  .xl\:border-red-darker {
    border-color: #621b18;
  }
  .xl\:border-red-dark {
    border-color: #cc1f1a;
  }
  .xl\:border-red {
    border-color: #e3342f;
  }
  .xl\:border-red-heart {
    border-color: #fe5267;
  }
  .xl\:border-red-light {
    border-color: #ef5753;
  }
  .xl\:border-red-lighter {
    border-color: #f9acaa;
  }
  .xl\:border-red-lightest {
    border-color: #fcebea;
  }
  .xl\:border-green-darkest {
    border-color: #092b2b;
  }
  .xl\:border-green-darker {
    border-color: #115556;
  }
  .xl\:border-green-dark {
    border-color: #1d8e8e;
  }
  .xl\:border-green {
    border-color: #28c6c7;
  }
  .xl\:border-green-light {
    border-color: #4bcccd;
  }
  .xl\:border-green-lighter {
    border-color: #63d2d3;
  }
  .xl\:border-green-lightest {
    border-color: #d5f6f7;
  }
  .xl\:border-teal-darkest {
    border-color: #0d3331;
  }
  .xl\:border-teal-darker {
    border-color: #20504f;
  }
  .xl\:border-teal-dark {
    border-color: #38a89d;
  }
  .xl\:border-teal {
    border-color: #4dc0b5;
  }
  .xl\:border-teal-light {
    border-color: #64d5ca;
  }
  .xl\:border-teal-lighter {
    border-color: #a0f0ed;
  }
  .xl\:border-teal-lightest {
    border-color: #e8fffe;
  }
  .xl\:border-blue-darkest {
    border-color: #12283a;
  }
  .xl\:border-blue-darker {
    border-color: #1c3d5a;
  }
  .xl\:border-blue-dark {
    border-color: #2779bd;
  }
  .xl\:border-blue {
    border-color: #35404e;
  }
  .xl\:border-blue-light {
    border-color: #6cb2eb;
  }
  .xl\:border-blue-lighter {
    border-color: #bcdefa;
  }
  .xl\:border-blue-lightest {
    border-color: #eff8ff;
  }
  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .xl\:hover\:border-black:hover {
    border-color: #35404e;
  }
  .xl\:hover\:border-grey-darkest:hover {
    border-color: #292828;
  }
  .xl\:hover\:border-grey-darker:hover {
    border-color: #494949;
  }
  .xl\:hover\:border-grey-dark:hover {
    border-color: #616060;
  }
  .xl\:hover\:border-grey:hover {
    border-color: #797979;
  }
  .xl\:hover\:border-grey-light:hover {
    border-color: #d7d7d7;
  }
  .xl\:hover\:border-grey-lighter:hover {
    border-color: #f5f1ea;
  }
  .xl\:hover\:border-grey-lightest:hover {
    border-color: #f2f2f2;
  }
  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }
  .xl\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }
  .xl\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }
  .xl\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }
  .xl\:hover\:border-red:hover {
    border-color: #e3342f;
  }
  .xl\:hover\:border-red-heart:hover {
    border-color: #fe5267;
  }
  .xl\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }
  .xl\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }
  .xl\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }
  .xl\:hover\:border-green-darkest:hover {
    border-color: #092b2b;
  }
  .xl\:hover\:border-green-darker:hover {
    border-color: #115556;
  }
  .xl\:hover\:border-green-dark:hover {
    border-color: #1d8e8e;
  }
  .xl\:hover\:border-green:hover {
    border-color: #28c6c7;
  }
  .xl\:hover\:border-green-light:hover {
    border-color: #4bcccd;
  }
  .xl\:hover\:border-green-lighter:hover {
    border-color: #63d2d3;
  }
  .xl\:hover\:border-green-lightest:hover {
    border-color: #d5f6f7;
  }
  .xl\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }
  .xl\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }
  .xl\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }
  .xl\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }
  .xl\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }
  .xl\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }
  .xl\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }
  .xl\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }
  .xl\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }
  .xl\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }
  .xl\:hover\:border-blue:hover {
    border-color: #35404e;
  }
  .xl\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }
  .xl\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }
  .xl\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }
  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }
  .xl\:focus\:border-black:focus {
    border-color: #35404e;
  }
  .xl\:focus\:border-grey-darkest:focus {
    border-color: #292828;
  }
  .xl\:focus\:border-grey-darker:focus {
    border-color: #494949;
  }
  .xl\:focus\:border-grey-dark:focus {
    border-color: #616060;
  }
  .xl\:focus\:border-grey:focus {
    border-color: #797979;
  }
  .xl\:focus\:border-grey-light:focus {
    border-color: #d7d7d7;
  }
  .xl\:focus\:border-grey-lighter:focus {
    border-color: #f5f1ea;
  }
  .xl\:focus\:border-grey-lightest:focus {
    border-color: #f2f2f2;
  }
  .xl\:focus\:border-white:focus {
    border-color: #fff;
  }
  .xl\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }
  .xl\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }
  .xl\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }
  .xl\:focus\:border-red:focus {
    border-color: #e3342f;
  }
  .xl\:focus\:border-red-heart:focus {
    border-color: #fe5267;
  }
  .xl\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }
  .xl\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }
  .xl\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }
  .xl\:focus\:border-green-darkest:focus {
    border-color: #092b2b;
  }
  .xl\:focus\:border-green-darker:focus {
    border-color: #115556;
  }
  .xl\:focus\:border-green-dark:focus {
    border-color: #1d8e8e;
  }
  .xl\:focus\:border-green:focus {
    border-color: #28c6c7;
  }
  .xl\:focus\:border-green-light:focus {
    border-color: #4bcccd;
  }
  .xl\:focus\:border-green-lighter:focus {
    border-color: #63d2d3;
  }
  .xl\:focus\:border-green-lightest:focus {
    border-color: #d5f6f7;
  }
  .xl\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }
  .xl\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }
  .xl\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }
  .xl\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }
  .xl\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }
  .xl\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }
  .xl\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }
  .xl\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }
  .xl\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }
  .xl\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }
  .xl\:focus\:border-blue:focus {
    border-color: #35404e;
  }
  .xl\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }
  .xl\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }
  .xl\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }
  .xl\:rounded-none {
    border-radius: 0;
  }
  .xl\:rounded-sm {
    border-radius: .125rem;
  }
  .xl\:rounded {
    border-radius: .25rem;
  }
  .xl\:rounded-lg {
    border-radius: .75rem;
  }
  .xl\:rounded-full {
    border-radius: 9999px;
  }
  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }
  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }
  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .xl\:rounded-t-lg {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }
  .xl\:rounded-r-lg {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }
  .xl\:rounded-b-lg {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .xl\:rounded-l-lg {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }
  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }
  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }
  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }
  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }
  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }
  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }
  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }
  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }
  .xl\:rounded-tl-lg {
    border-top-left-radius: .75rem;
  }
  .xl\:rounded-tr-lg {
    border-top-right-radius: .75rem;
  }
  .xl\:rounded-br-lg {
    border-bottom-right-radius: .75rem;
  }
  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .75rem;
  }
  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
  .xl\:hover\:rounded-none:hover {
    border-radius: 0;
  }
  .xl\:hover\:rounded-sm:hover {
    border-radius: .125rem;
  }
  .xl\:hover\:rounded:hover {
    border-radius: .25rem;
  }
  .xl\:hover\:rounded-lg:hover {
    border-radius: .75rem;
  }
  .xl\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }
  .xl\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .xl\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .xl\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .xl\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .xl\:hover\:rounded-t-sm:hover {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }
  .xl\:hover\:rounded-r-sm:hover {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }
  .xl\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .xl\:hover\:rounded-l-sm:hover {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }
  .xl\:hover\:rounded-t:hover {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .xl\:hover\:rounded-r:hover {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .xl\:hover\:rounded-b:hover {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .xl\:hover\:rounded-l:hover {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .xl\:hover\:rounded-t-lg:hover {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }
  .xl\:hover\:rounded-r-lg:hover {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }
  .xl\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .xl\:hover\:rounded-l-lg:hover {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }
  .xl\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .xl\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .xl\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .xl\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .xl\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }
  .xl\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }
  .xl\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }
  .xl\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }
  .xl\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: .125rem;
  }
  .xl\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: .125rem;
  }
  .xl\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: .125rem;
  }
  .xl\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem;
  }
  .xl\:hover\:rounded-tl:hover {
    border-top-left-radius: .25rem;
  }
  .xl\:hover\:rounded-tr:hover {
    border-top-right-radius: .25rem;
  }
  .xl\:hover\:rounded-br:hover {
    border-bottom-right-radius: .25rem;
  }
  .xl\:hover\:rounded-bl:hover {
    border-bottom-left-radius: .25rem;
  }
  .xl\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: .75rem;
  }
  .xl\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: .75rem;
  }
  .xl\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: .75rem;
  }
  .xl\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: .75rem;
  }
  .xl\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }
  .xl\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }
  .xl\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }
  .xl\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }
  .xl\:border-solid {
    border-style: solid;
  }
  .xl\:border-dashed {
    border-style: dashed;
  }
  .xl\:border-dotted {
    border-style: dotted;
  }
  .xl\:border-none {
    border-style: none;
  }
  .xl\:border-0 {
    border-width: 0;
  }
  .xl\:border-2 {
    border-width: 2px;
  }
  .xl\:border-4 {
    border-width: 4px;
  }
  .xl\:border-8 {
    border-width: 8px;
  }
  .xl\:border {
    border-width: 1px;
  }
  .xl\:border-t-0 {
    border-top-width: 0;
  }
  .xl\:border-r-0 {
    border-right-width: 0;
  }
  .xl\:border-b-0 {
    border-bottom-width: 0;
  }
  .xl\:border-l-0 {
    border-left-width: 0;
  }
  .xl\:border-t-2 {
    border-top-width: 2px;
  }
  .xl\:border-r-2 {
    border-right-width: 2px;
  }
  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }
  .xl\:border-l-2 {
    border-left-width: 2px;
  }
  .xl\:border-t-4 {
    border-top-width: 4px;
  }
  .xl\:border-r-4 {
    border-right-width: 4px;
  }
  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }
  .xl\:border-l-4 {
    border-left-width: 4px;
  }
  .xl\:border-t-8 {
    border-top-width: 8px;
  }
  .xl\:border-r-8 {
    border-right-width: 8px;
  }
  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }
  .xl\:border-l-8 {
    border-left-width: 8px;
  }
  .xl\:border-t {
    border-top-width: 1px;
  }
  .xl\:border-r {
    border-right-width: 1px;
  }
  .xl\:border-b {
    border-bottom-width: 1px;
  }
  .xl\:border-l {
    border-left-width: 1px;
  }
  .xl\:last-child\:border-0:last-child {
    border-width: 0;
  }
  .xl\:last-child\:border-2:last-child {
    border-width: 2px;
  }
  .xl\:last-child\:border-4:last-child {
    border-width: 4px;
  }
  .xl\:last-child\:border-8:last-child {
    border-width: 8px;
  }
  .xl\:last-child\:border:last-child {
    border-width: 1px;
  }
  .xl\:last-child\:border-t-0:last-child {
    border-top-width: 0;
  }
  .xl\:last-child\:border-r-0:last-child {
    border-right-width: 0;
  }
  .xl\:last-child\:border-b-0:last-child {
    border-bottom-width: 0;
  }
  .xl\:last-child\:border-l-0:last-child {
    border-left-width: 0;
  }
  .xl\:last-child\:border-t-2:last-child {
    border-top-width: 2px;
  }
  .xl\:last-child\:border-r-2:last-child {
    border-right-width: 2px;
  }
  .xl\:last-child\:border-b-2:last-child {
    border-bottom-width: 2px;
  }
  .xl\:last-child\:border-l-2:last-child {
    border-left-width: 2px;
  }
  .xl\:last-child\:border-t-4:last-child {
    border-top-width: 4px;
  }
  .xl\:last-child\:border-r-4:last-child {
    border-right-width: 4px;
  }
  .xl\:last-child\:border-b-4:last-child {
    border-bottom-width: 4px;
  }
  .xl\:last-child\:border-l-4:last-child {
    border-left-width: 4px;
  }
  .xl\:last-child\:border-t-8:last-child {
    border-top-width: 8px;
  }
  .xl\:last-child\:border-r-8:last-child {
    border-right-width: 8px;
  }
  .xl\:last-child\:border-b-8:last-child {
    border-bottom-width: 8px;
  }
  .xl\:last-child\:border-l-8:last-child {
    border-left-width: 8px;
  }
  .xl\:last-child\:border-t:last-child {
    border-top-width: 1px;
  }
  .xl\:last-child\:border-r:last-child {
    border-right-width: 1px;
  }
  .xl\:last-child\:border-b:last-child {
    border-bottom-width: 1px;
  }
  .xl\:last-child\:border-l:last-child {
    border-left-width: 1px;
  }
  .xl\:cursor-auto {
    cursor: auto;
  }
  .xl\:cursor-default {
    cursor: default;
  }
  .xl\:cursor-pointer {
    cursor: pointer;
  }
  .xl\:cursor-wait {
    cursor: wait;
  }
  .xl\:cursor-move {
    cursor: move;
  }
  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .xl\:block {
    display: block;
  }
  .xl\:inline-block {
    display: inline-block;
  }
  .xl\:inline {
    display: inline;
  }
  .xl\:table {
    display: table;
  }
  .xl\:table-row {
    display: table-row;
  }
  .xl\:table-cell {
    display: table-cell;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .xl\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xl\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .xl\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xl\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .xl\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .xl\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xl\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .xl\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .xl\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .xl\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .xl\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .xl\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .xl\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .xl\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .xl\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .xl\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xl\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .xl\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .xl\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .xl\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .xl\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .xl\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .xl\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .xl\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .xl\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xl\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xl\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .xl\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xl\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .xl\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .xl\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .xl\:float-right {
    float: right;
  }
  .xl\:float-left {
    float: left;
  }
  .xl\:float-none {
    float: none;
  }
  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .xl\:font-sans {
    font-family:
      Roboto,
      system-ui,
      BlinkMacSystemFont,
      -apple-system,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
  }
  .xl\:font-serif {
    font-family:
      Constantia,
      Lucida Bright,
      Lucidabright,
      Lucida Serif,
      Lucida,
      DejaVu Serif,
      Bitstream Vera Serif,
      Liberation Serif,
      Georgia,
      serif;
  }
  .xl\:font-mono {
    font-family:
      Menlo,
      Monaco,
      Consolas,
      Liberation Mono,
      Courier New,
      monospace;
  }
  .xl\:font-display {
    font-family: Euclid-Bold;
  }
  .xl\:font-light {
    font-weight: 300;
  }
  .xl\:font-normal {
    font-weight: 400;
  }
  .xl\:font-medium {
    font-weight: 500;
  }
  .xl\:font-semibold {
    font-weight: 600;
  }
  .xl\:font-bold {
    font-weight: 700;
  }
  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }
  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }
  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }
  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }
  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }
  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }
  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }
  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }
  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }
  .xl\:h-1 {
    height: .25rem;
  }
  .xl\:h-2 {
    height: .5rem;
  }
  .xl\:h-3 {
    height: .75rem;
  }
  .xl\:h-4 {
    height: 1rem;
  }
  .xl\:h-5 {
    height: 1.25rem;
  }
  .xl\:h-6 {
    height: 1.5rem;
  }
  .xl\:h-8 {
    height: 2rem;
  }
  .xl\:h-9 {
    height: 2.25rem;
  }
  .xl\:h-10 {
    height: 2.5rem;
  }
  .xl\:h-12 {
    height: 3rem;
  }
  .xl\:h-16 {
    height: 4rem;
  }
  .xl\:h-24 {
    height: 6rem;
  }
  .xl\:h-32 {
    height: 8rem;
  }
  .xl\:h-48 {
    height: 12rem;
  }
  .xl\:h-64 {
    height: 16rem;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:h-px {
    height: 1px;
  }
  .xl\:h-full {
    height: 100%;
  }
  .xl\:h-screen {
    height: 100vh;
  }
  .xl\:leading-none {
    line-height: 1;
  }
  .xl\:leading-tight {
    line-height: 1.25;
  }
  .xl\:leading-normal {
    line-height: 1.5;
  }
  .xl\:leading-loose {
    line-height: 2;
  }
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:m-1 {
    margin: .25rem;
  }
  .xl\:m-2 {
    margin: .5rem;
  }
  .xl\:m-3 {
    margin: .75rem;
  }
  .xl\:m-4 {
    margin: 1rem;
  }
  .xl\:m-5 {
    margin: 1.25rem;
  }
  .xl\:m-6 {
    margin: 1.5rem;
  }
  .xl\:m-8 {
    margin: 2rem;
  }
  .xl\:m-10 {
    margin: 2.5rem;
  }
  .xl\:m-12 {
    margin: 3rem;
  }
  .xl\:m-16 {
    margin: 4rem;
  }
  .xl\:m-20 {
    margin: 5rem;
  }
  .xl\:m-24 {
    margin: 6rem;
  }
  .xl\:m-32 {
    margin: 8rem;
  }
  .xl\:m-auto {
    margin: auto;
  }
  .xl\:m-px {
    margin: 1px;
  }
  .xl\:m-1-1\/2 {
    margin: .375rem;
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }
  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }
  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .xl\:my-1-1\/2 {
    margin-top: .375rem;
    margin-bottom: .375rem;
  }
  .xl\:mx-1-1\/2 {
    margin-left: .375rem;
    margin-right: .375rem;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mr-0 {
    margin-right: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:mt-1 {
    margin-top: .25rem;
  }
  .xl\:mr-1 {
    margin-right: .25rem;
  }
  .xl\:mb-1 {
    margin-bottom: .25rem;
  }
  .xl\:ml-1 {
    margin-left: .25rem;
  }
  .xl\:mt-2 {
    margin-top: .5rem;
  }
  .xl\:mr-2 {
    margin-right: .5rem;
  }
  .xl\:mb-2 {
    margin-bottom: .5rem;
  }
  .xl\:ml-2 {
    margin-left: .5rem;
  }
  .xl\:mt-3 {
    margin-top: .75rem;
  }
  .xl\:mr-3 {
    margin-right: .75rem;
  }
  .xl\:mb-3 {
    margin-bottom: .75rem;
  }
  .xl\:ml-3 {
    margin-left: .75rem;
  }
  .xl\:mt-4 {
    margin-top: 1rem;
  }
  .xl\:mr-4 {
    margin-right: 1rem;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:ml-4 {
    margin-left: 1rem;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .xl\:ml-5 {
    margin-left: 1.25rem;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .xl\:mr-6 {
    margin-right: 1.5rem;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem;
  }
  .xl\:mt-8 {
    margin-top: 2rem;
  }
  .xl\:mr-8 {
    margin-right: 2rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:ml-8 {
    margin-left: 2rem;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:mr-10 {
    margin-right: 2.5rem;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:ml-10 {
    margin-left: 2.5rem;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mr-12 {
    margin-right: 3rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:ml-12 {
    margin-left: 3rem;
  }
  .xl\:mt-16 {
    margin-top: 4rem;
  }
  .xl\:mr-16 {
    margin-right: 4rem;
  }
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }
  .xl\:ml-16 {
    margin-left: 4rem;
  }
  .xl\:mt-20 {
    margin-top: 5rem;
  }
  .xl\:mr-20 {
    margin-right: 5rem;
  }
  .xl\:mb-20 {
    margin-bottom: 5rem;
  }
  .xl\:ml-20 {
    margin-left: 5rem;
  }
  .xl\:mt-24 {
    margin-top: 6rem;
  }
  .xl\:mr-24 {
    margin-right: 6rem;
  }
  .xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .xl\:ml-24 {
    margin-left: 6rem;
  }
  .xl\:mt-32 {
    margin-top: 8rem;
  }
  .xl\:mr-32 {
    margin-right: 8rem;
  }
  .xl\:mb-32 {
    margin-bottom: 8rem;
  }
  .xl\:ml-32 {
    margin-left: 8rem;
  }
  .xl\:mt-auto {
    margin-top: auto;
  }
  .xl\:mr-auto {
    margin-right: auto;
  }
  .xl\:mb-auto {
    margin-bottom: auto;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:mt-px {
    margin-top: 1px;
  }
  .xl\:mr-px {
    margin-right: 1px;
  }
  .xl\:mb-px {
    margin-bottom: 1px;
  }
  .xl\:ml-px {
    margin-left: 1px;
  }
  .xl\:mt-1-1\/2 {
    margin-top: .375rem;
  }
  .xl\:mr-1-1\/2 {
    margin-right: .375rem;
  }
  .xl\:mb-1-1\/2 {
    margin-bottom: .375rem;
  }
  .xl\:ml-1-1\/2 {
    margin-left: .375rem;
  }
  .xl\:max-h-128 {
    max-height: 32rem;
  }
  .xl\:max-h-full {
    max-height: 100%;
  }
  .xl\:max-h-screen {
    max-height: 100vh;
  }
  .xl\:max-w-xs {
    max-width: 20rem;
  }
  .xl\:max-w-sm {
    max-width: 30rem;
  }
  .xl\:max-w-md {
    max-width: 40rem;
  }
  .xl\:max-w-lg {
    max-width: 50rem;
  }
  .xl\:max-w-xl {
    max-width: 60rem;
  }
  .xl\:max-w-2xl {
    max-width: 70rem;
  }
  .xl\:max-w-3xl {
    max-width: 80rem;
  }
  .xl\:max-w-4xl {
    max-width: 90rem;
  }
  .xl\:max-w-5xl {
    max-width: 100rem;
  }
  .xl\:max-w-full {
    max-width: 100%;
  }
  .xl\:min-h-0 {
    min-height: 0;
  }
  .xl\:min-h-16 {
    min-height: 4rem;
  }
  .xl\:min-h-24 {
    min-height: 8rem;
  }
  .xl\:min-h-32 {
    min-height: 8rem;
  }
  .xl\:min-h-64 {
    min-height: 16rem;
  }
  .xl\:min-h-96 {
    min-height: 24rem;
  }
  .xl\:min-h-full {
    min-height: 100%;
  }
  .xl\:min-h-screen {
    min-height: 100vh;
  }
  .xl\:min-w-0 {
    min-width: 0;
  }
  .xl\:min-w-full {
    min-width: 100%;
  }
  .xl\:-m-0 {
    margin: 0;
  }
  .xl\:-m-1 {
    margin: -0.25rem;
  }
  .xl\:-m-2 {
    margin: -0.5rem;
  }
  .xl\:-m-3 {
    margin: -0.75rem;
  }
  .xl\:-m-4 {
    margin: -1rem;
  }
  .xl\:-m-5 {
    margin: -1.25rem;
  }
  .xl\:-m-6 {
    margin: -1.5rem;
  }
  .xl\:-m-8 {
    margin: -2rem;
  }
  .xl\:-m-10 {
    margin: -2.5rem;
  }
  .xl\:-m-12 {
    margin: -3rem;
  }
  .xl\:-m-16 {
    margin: -4rem;
  }
  .xl\:-m-20 {
    margin: -5rem;
  }
  .xl\:-m-24 {
    margin: -6rem;
  }
  .xl\:-m-32 {
    margin: -8rem;
  }
  .xl\:-m-px {
    margin: -1px;
  }
  .xl\:-m-1-1\/2 {
    margin: -0.375rem;
  }
  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .xl\:-my-1-1\/2 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .xl\:-mx-1-1\/2 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .xl\:-mt-0 {
    margin-top: 0;
  }
  .xl\:-mr-0 {
    margin-right: 0;
  }
  .xl\:-mb-0 {
    margin-bottom: 0;
  }
  .xl\:-ml-0 {
    margin-left: 0;
  }
  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }
  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }
  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }
  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }
  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }
  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }
  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }
  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }
  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }
  .xl\:-mt-4 {
    margin-top: -1rem;
  }
  .xl\:-mr-4 {
    margin-right: -1rem;
  }
  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }
  .xl\:-ml-4 {
    margin-left: -1rem;
  }
  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }
  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }
  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }
  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }
  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }
  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }
  .xl\:-mt-8 {
    margin-top: -2rem;
  }
  .xl\:-mr-8 {
    margin-right: -2rem;
  }
  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }
  .xl\:-ml-8 {
    margin-left: -2rem;
  }
  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }
  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }
  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }
  .xl\:-mt-12 {
    margin-top: -3rem;
  }
  .xl\:-mr-12 {
    margin-right: -3rem;
  }
  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }
  .xl\:-ml-12 {
    margin-left: -3rem;
  }
  .xl\:-mt-16 {
    margin-top: -4rem;
  }
  .xl\:-mr-16 {
    margin-right: -4rem;
  }
  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }
  .xl\:-ml-16 {
    margin-left: -4rem;
  }
  .xl\:-mt-20 {
    margin-top: -5rem;
  }
  .xl\:-mr-20 {
    margin-right: -5rem;
  }
  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }
  .xl\:-ml-20 {
    margin-left: -5rem;
  }
  .xl\:-mt-24 {
    margin-top: -6rem;
  }
  .xl\:-mr-24 {
    margin-right: -6rem;
  }
  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }
  .xl\:-ml-24 {
    margin-left: -6rem;
  }
  .xl\:-mt-32 {
    margin-top: -8rem;
  }
  .xl\:-mr-32 {
    margin-right: -8rem;
  }
  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }
  .xl\:-ml-32 {
    margin-left: -8rem;
  }
  .xl\:-mt-px {
    margin-top: -1px;
  }
  .xl\:-mr-px {
    margin-right: -1px;
  }
  .xl\:-mb-px {
    margin-bottom: -1px;
  }
  .xl\:-ml-px {
    margin-left: -1px;
  }
  .xl\:-mt-1-1\/2 {
    margin-top: -0.375rem;
  }
  .xl\:-mr-1-1\/2 {
    margin-right: -0.375rem;
  }
  .xl\:-mb-1-1\/2 {
    margin-bottom: -0.375rem;
  }
  .xl\:-ml-1-1\/2 {
    margin-left: -0.375rem;
  }
  .xl\:opacity-0 {
    opacity: 0;
  }
  .xl\:opacity-25 {
    opacity: .25;
  }
  .xl\:opacity-50 {
    opacity: .5;
  }
  .xl\:opacity-75 {
    opacity: .75;
  }
  .xl\:opacity-100 {
    opacity: 1;
  }
  .xl\:overflow-auto {
    overflow: auto;
  }
  .xl\:overflow-hidden {
    overflow: hidden;
  }
  .xl\:overflow-visible {
    overflow: visible;
  }
  .xl\:overflow-scroll {
    overflow: scroll;
  }
  .xl\:overflow-x-auto {
    overflow-x: auto;
  }
  .xl\:overflow-y-auto {
    overflow-y: auto;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .xl\:overflow-x-visible {
    overflow-x: visible;
  }
  .xl\:overflow-y-visible {
    overflow-y: visible;
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:p-1 {
    padding: .25rem;
  }
  .xl\:p-2 {
    padding: .5rem;
  }
  .xl\:p-3 {
    padding: .75rem;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:p-5 {
    padding: 1.25rem;
  }
  .xl\:p-6 {
    padding: 1.5rem;
  }
  .xl\:p-8 {
    padding: 2rem;
  }
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:p-16 {
    padding: 4rem;
  }
  .xl\:p-20 {
    padding: 5rem;
  }
  .xl\:p-24 {
    padding: 6rem;
  }
  .xl\:p-32 {
    padding: 8rem;
  }
  .xl\:p-px {
    padding: 1px;
  }
  .xl\:p-1-1\/2 {
    padding: .375rem;
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .xl\:py-1-1\/2 {
    padding-top: .375rem;
    padding-bottom: .375rem;
  }
  .xl\:px-1-1\/2 {
    padding-left: .375rem;
    padding-right: .375rem;
  }
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pr-0 {
    padding-right: 0;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pl-0 {
    padding-left: 0;
  }
  .xl\:pt-1 {
    padding-top: .25rem;
  }
  .xl\:pr-1 {
    padding-right: .25rem;
  }
  .xl\:pb-1 {
    padding-bottom: .25rem;
  }
  .xl\:pl-1 {
    padding-left: .25rem;
  }
  .xl\:pt-2 {
    padding-top: .5rem;
  }
  .xl\:pr-2 {
    padding-right: .5rem;
  }
  .xl\:pb-2 {
    padding-bottom: .5rem;
  }
  .xl\:pl-2 {
    padding-left: .5rem;
  }
  .xl\:pt-3 {
    padding-top: .75rem;
  }
  .xl\:pr-3 {
    padding-right: .75rem;
  }
  .xl\:pb-3 {
    padding-bottom: .75rem;
  }
  .xl\:pl-3 {
    padding-left: .75rem;
  }
  .xl\:pt-4 {
    padding-top: 1rem;
  }
  .xl\:pr-4 {
    padding-right: 1rem;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .xl\:pl-4 {
    padding-left: 1rem;
  }
  .xl\:pt-5 {
    padding-top: 1.25rem;
  }
  .xl\:pr-5 {
    padding-right: 1.25rem;
  }
  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .xl\:pl-5 {
    padding-left: 1.25rem;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .xl\:pl-6 {
    padding-left: 1.5rem;
  }
  .xl\:pt-8 {
    padding-top: 2rem;
  }
  .xl\:pr-8 {
    padding-right: 2rem;
  }
  .xl\:pb-8 {
    padding-bottom: 2rem;
  }
  .xl\:pl-8 {
    padding-left: 2rem;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pl-10 {
    padding-left: 2.5rem;
  }
  .xl\:pt-12 {
    padding-top: 3rem;
  }
  .xl\:pr-12 {
    padding-right: 3rem;
  }
  .xl\:pb-12 {
    padding-bottom: 3rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:pt-16 {
    padding-top: 4rem;
  }
  .xl\:pr-16 {
    padding-right: 4rem;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:pt-20 {
    padding-top: 5rem;
  }
  .xl\:pr-20 {
    padding-right: 5rem;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .xl\:pl-20 {
    padding-left: 5rem;
  }
  .xl\:pt-24 {
    padding-top: 6rem;
  }
  .xl\:pr-24 {
    padding-right: 6rem;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pl-24 {
    padding-left: 6rem;
  }
  .xl\:pt-32 {
    padding-top: 8rem;
  }
  .xl\:pr-32 {
    padding-right: 8rem;
  }
  .xl\:pb-32 {
    padding-bottom: 8rem;
  }
  .xl\:pl-32 {
    padding-left: 8rem;
  }
  .xl\:pt-px {
    padding-top: 1px;
  }
  .xl\:pr-px {
    padding-right: 1px;
  }
  .xl\:pb-px {
    padding-bottom: 1px;
  }
  .xl\:pl-px {
    padding-left: 1px;
  }
  .xl\:pt-1-1\/2 {
    padding-top: .375rem;
  }
  .xl\:pr-1-1\/2 {
    padding-right: .375rem;
  }
  .xl\:pb-1-1\/2 {
    padding-bottom: .375rem;
  }
  .xl\:pl-1-1\/2 {
    padding-left: .375rem;
  }
  .xl\:pointer-events-none {
    pointer-events: none;
  }
  .xl\:pointer-events-auto {
    pointer-events: auto;
  }
  .xl\:static {
    position: static;
  }
  .xl\:fixed {
    position: fixed;
  }
  .xl\:absolute {
    position: absolute;
  }
  .xl\:relative {
    position: relative;
  }
  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }
  .xl\:pin-x {
    right: 0;
    left: 0;
  }
  .xl\:pin-t {
    top: 0;
  }
  .xl\:pin-r {
    right: 0;
  }
  .xl\:pin-b {
    bottom: 0;
  }
  .xl\:pin-l {
    left: 0;
  }
  .xl\:resize-none {
    resize: none;
  }
  .xl\:resize-y {
    resize: vertical;
  }
  .xl\:resize-x {
    resize: horizontal;
  }
  .xl\:resize {
    resize: both;
  }
  .xl\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .xl\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .xl\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .xl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .xl\:shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .xl\:hover\:shadow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .xl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .xl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .xl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .xl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .xl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .xl\:focus\:shadow:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
  .xl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }
  .xl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }
  .xl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }
  .xl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }
  .xl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .xl\:table-auto {
    table-layout: auto;
  }
  .xl\:table-fixed {
    table-layout: fixed;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-center {
    text-align: center;
  }
  .xl\:text-right {
    text-align: right;
  }
  .xl\:text-justify {
    text-align: justify;
  }
  .xl\:text-transparent {
    color: transparent;
  }
  .xl\:text-black {
    color: #35404e;
  }
  .xl\:text-grey-darkest {
    color: #292828;
  }
  .xl\:text-grey-darker {
    color: #494949;
  }
  .xl\:text-grey-dark {
    color: #616060;
  }
  .xl\:text-grey {
    color: #797979;
  }
  .xl\:text-grey-light {
    color: #d7d7d7;
  }
  .xl\:text-grey-lighter {
    color: #f5f1ea;
  }
  .xl\:text-grey-lightest {
    color: #f2f2f2;
  }
  .xl\:text-white {
    color: #fff;
  }
  .xl\:text-red-darkest {
    color: #3b0d0c;
  }
  .xl\:text-red-darker {
    color: #621b18;
  }
  .xl\:text-red-dark {
    color: #cc1f1a;
  }
  .xl\:text-red {
    color: #e3342f;
  }
  .xl\:text-red-heart {
    color: #fe5267;
  }
  .xl\:text-red-light {
    color: #ef5753;
  }
  .xl\:text-red-lighter {
    color: #f9acaa;
  }
  .xl\:text-red-lightest {
    color: #fcebea;
  }
  .xl\:text-green-darkest {
    color: #092b2b;
  }
  .xl\:text-green-darker {
    color: #115556;
  }
  .xl\:text-green-dark {
    color: #1d8e8e;
  }
  .xl\:text-green {
    color: #28c6c7;
  }
  .xl\:text-green-light {
    color: #4bcccd;
  }
  .xl\:text-green-lighter {
    color: #63d2d3;
  }
  .xl\:text-green-lightest {
    color: #d5f6f7;
  }
  .xl\:text-teal-darkest {
    color: #0d3331;
  }
  .xl\:text-teal-darker {
    color: #20504f;
  }
  .xl\:text-teal-dark {
    color: #38a89d;
  }
  .xl\:text-teal {
    color: #4dc0b5;
  }
  .xl\:text-teal-light {
    color: #64d5ca;
  }
  .xl\:text-teal-lighter {
    color: #a0f0ed;
  }
  .xl\:text-teal-lightest {
    color: #e8fffe;
  }
  .xl\:text-blue-darkest {
    color: #12283a;
  }
  .xl\:text-blue-darker {
    color: #1c3d5a;
  }
  .xl\:text-blue-dark {
    color: #2779bd;
  }
  .xl\:text-blue {
    color: #35404e;
  }
  .xl\:text-blue-light {
    color: #6cb2eb;
  }
  .xl\:text-blue-lighter {
    color: #bcdefa;
  }
  .xl\:text-blue-lightest {
    color: #eff8ff;
  }
  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }
  .xl\:hover\:text-black:hover {
    color: #35404e;
  }
  .xl\:hover\:text-grey-darkest:hover {
    color: #292828;
  }
  .xl\:hover\:text-grey-darker:hover {
    color: #494949;
  }
  .xl\:hover\:text-grey-dark:hover {
    color: #616060;
  }
  .xl\:hover\:text-grey:hover {
    color: #797979;
  }
  .xl\:hover\:text-grey-light:hover {
    color: #d7d7d7;
  }
  .xl\:hover\:text-grey-lighter:hover {
    color: #f5f1ea;
  }
  .xl\:hover\:text-grey-lightest:hover {
    color: #f2f2f2;
  }
  .xl\:hover\:text-white:hover {
    color: #fff;
  }
  .xl\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }
  .xl\:hover\:text-red-darker:hover {
    color: #621b18;
  }
  .xl\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }
  .xl\:hover\:text-red:hover {
    color: #e3342f;
  }
  .xl\:hover\:text-red-heart:hover {
    color: #fe5267;
  }
  .xl\:hover\:text-red-light:hover {
    color: #ef5753;
  }
  .xl\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }
  .xl\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }
  .xl\:hover\:text-green-darkest:hover {
    color: #092b2b;
  }
  .xl\:hover\:text-green-darker:hover {
    color: #115556;
  }
  .xl\:hover\:text-green-dark:hover {
    color: #1d8e8e;
  }
  .xl\:hover\:text-green:hover {
    color: #28c6c7;
  }
  .xl\:hover\:text-green-light:hover {
    color: #4bcccd;
  }
  .xl\:hover\:text-green-lighter:hover {
    color: #63d2d3;
  }
  .xl\:hover\:text-green-lightest:hover {
    color: #d5f6f7;
  }
  .xl\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }
  .xl\:hover\:text-teal-darker:hover {
    color: #20504f;
  }
  .xl\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }
  .xl\:hover\:text-teal:hover {
    color: #4dc0b5;
  }
  .xl\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }
  .xl\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }
  .xl\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }
  .xl\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }
  .xl\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }
  .xl\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }
  .xl\:hover\:text-blue:hover {
    color: #35404e;
  }
  .xl\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }
  .xl\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }
  .xl\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }
  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }
  .xl\:focus\:text-black:focus {
    color: #35404e;
  }
  .xl\:focus\:text-grey-darkest:focus {
    color: #292828;
  }
  .xl\:focus\:text-grey-darker:focus {
    color: #494949;
  }
  .xl\:focus\:text-grey-dark:focus {
    color: #616060;
  }
  .xl\:focus\:text-grey:focus {
    color: #797979;
  }
  .xl\:focus\:text-grey-light:focus {
    color: #d7d7d7;
  }
  .xl\:focus\:text-grey-lighter:focus {
    color: #f5f1ea;
  }
  .xl\:focus\:text-grey-lightest:focus {
    color: #f2f2f2;
  }
  .xl\:focus\:text-white:focus {
    color: #fff;
  }
  .xl\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }
  .xl\:focus\:text-red-darker:focus {
    color: #621b18;
  }
  .xl\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }
  .xl\:focus\:text-red:focus {
    color: #e3342f;
  }
  .xl\:focus\:text-red-heart:focus {
    color: #fe5267;
  }
  .xl\:focus\:text-red-light:focus {
    color: #ef5753;
  }
  .xl\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }
  .xl\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }
  .xl\:focus\:text-green-darkest:focus {
    color: #092b2b;
  }
  .xl\:focus\:text-green-darker:focus {
    color: #115556;
  }
  .xl\:focus\:text-green-dark:focus {
    color: #1d8e8e;
  }
  .xl\:focus\:text-green:focus {
    color: #28c6c7;
  }
  .xl\:focus\:text-green-light:focus {
    color: #4bcccd;
  }
  .xl\:focus\:text-green-lighter:focus {
    color: #63d2d3;
  }
  .xl\:focus\:text-green-lightest:focus {
    color: #d5f6f7;
  }
  .xl\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }
  .xl\:focus\:text-teal-darker:focus {
    color: #20504f;
  }
  .xl\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }
  .xl\:focus\:text-teal:focus {
    color: #4dc0b5;
  }
  .xl\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }
  .xl\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }
  .xl\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }
  .xl\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }
  .xl\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }
  .xl\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }
  .xl\:focus\:text-blue:focus {
    color: #35404e;
  }
  .xl\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }
  .xl\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }
  .xl\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }
  .xl\:active\:text-transparent:active {
    color: transparent;
  }
  .xl\:active\:text-black:active {
    color: #35404e;
  }
  .xl\:active\:text-grey-darkest:active {
    color: #292828;
  }
  .xl\:active\:text-grey-darker:active {
    color: #494949;
  }
  .xl\:active\:text-grey-dark:active {
    color: #616060;
  }
  .xl\:active\:text-grey:active {
    color: #797979;
  }
  .xl\:active\:text-grey-light:active {
    color: #d7d7d7;
  }
  .xl\:active\:text-grey-lighter:active {
    color: #f5f1ea;
  }
  .xl\:active\:text-grey-lightest:active {
    color: #f2f2f2;
  }
  .xl\:active\:text-white:active {
    color: #fff;
  }
  .xl\:active\:text-red-darkest:active {
    color: #3b0d0c;
  }
  .xl\:active\:text-red-darker:active {
    color: #621b18;
  }
  .xl\:active\:text-red-dark:active {
    color: #cc1f1a;
  }
  .xl\:active\:text-red:active {
    color: #e3342f;
  }
  .xl\:active\:text-red-heart:active {
    color: #fe5267;
  }
  .xl\:active\:text-red-light:active {
    color: #ef5753;
  }
  .xl\:active\:text-red-lighter:active {
    color: #f9acaa;
  }
  .xl\:active\:text-red-lightest:active {
    color: #fcebea;
  }
  .xl\:active\:text-green-darkest:active {
    color: #092b2b;
  }
  .xl\:active\:text-green-darker:active {
    color: #115556;
  }
  .xl\:active\:text-green-dark:active {
    color: #1d8e8e;
  }
  .xl\:active\:text-green:active {
    color: #28c6c7;
  }
  .xl\:active\:text-green-light:active {
    color: #4bcccd;
  }
  .xl\:active\:text-green-lighter:active {
    color: #63d2d3;
  }
  .xl\:active\:text-green-lightest:active {
    color: #d5f6f7;
  }
  .xl\:active\:text-teal-darkest:active {
    color: #0d3331;
  }
  .xl\:active\:text-teal-darker:active {
    color: #20504f;
  }
  .xl\:active\:text-teal-dark:active {
    color: #38a89d;
  }
  .xl\:active\:text-teal:active {
    color: #4dc0b5;
  }
  .xl\:active\:text-teal-light:active {
    color: #64d5ca;
  }
  .xl\:active\:text-teal-lighter:active {
    color: #a0f0ed;
  }
  .xl\:active\:text-teal-lightest:active {
    color: #e8fffe;
  }
  .xl\:active\:text-blue-darkest:active {
    color: #12283a;
  }
  .xl\:active\:text-blue-darker:active {
    color: #1c3d5a;
  }
  .xl\:active\:text-blue-dark:active {
    color: #2779bd;
  }
  .xl\:active\:text-blue:active {
    color: #35404e;
  }
  .xl\:active\:text-blue-light:active {
    color: #6cb2eb;
  }
  .xl\:active\:text-blue-lighter:active {
    color: #bcdefa;
  }
  .xl\:active\:text-blue-lightest:active {
    color: #eff8ff;
  }
  .xl\:text-xxs {
    font-size: .635rem;
  }
  .xl\:text-xs {
    font-size: .75rem;
  }
  .xl\:text-sm {
    font-size: .875rem;
  }
  .xl\:text-base {
    font-size: 1rem;
  }
  .xl\:text-lg {
    font-size: 1.125rem;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
  }
  .xl\:text-5xl {
    font-size: 3rem;
  }
  .xl\:italic {
    font-style: italic;
  }
  .xl\:roman {
    font-style: normal;
  }
  .xl\:uppercase {
    text-transform: uppercase;
  }
  .xl\:lowercase {
    text-transform: lowercase;
  }
  .xl\:capitalize {
    text-transform: capitalize;
  }
  .xl\:normal-case {
    text-transform: none;
  }
  .xl\:underline {
    text-decoration: underline;
  }
  .xl\:line-through {
    text-decoration: line-through;
  }
  .xl\:no-underline {
    text-decoration: none;
  }
  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .xl\:hover\:italic:hover {
    font-style: italic;
  }
  .xl\:hover\:roman:hover {
    font-style: normal;
  }
  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }
  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }
  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }
  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }
  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }
  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }
  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }
  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .xl\:focus\:italic:focus {
    font-style: italic;
  }
  .xl\:focus\:roman:focus {
    font-style: normal;
  }
  .xl\:focus\:uppercase:focus {
    text-transform: uppercase;
  }
  .xl\:focus\:lowercase:focus {
    text-transform: lowercase;
  }
  .xl\:focus\:capitalize:focus {
    text-transform: capitalize;
  }
  .xl\:focus\:normal-case:focus {
    text-transform: none;
  }
  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }
  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }
  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }
  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }
  .xl\:tracking-normal {
    letter-spacing: 0;
  }
  .xl\:tracking-wide {
    letter-spacing: .05em;
  }
  .xl\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .xl\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .xl\:align-baseline {
    vertical-align: baseline;
  }
  .xl\:align-top {
    vertical-align: top;
  }
  .xl\:align-middle {
    vertical-align: middle;
  }
  .xl\:align-bottom {
    vertical-align: bottom;
  }
  .xl\:align-text-top {
    vertical-align: text-top;
  }
  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .xl\:visible {
    visibility: visible;
  }
  .xl\:invisible {
    visibility: hidden;
  }
  .xl\:whitespace-normal {
    white-space: normal;
  }
  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }
  .xl\:whitespace-pre {
    white-space: pre;
  }
  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }
  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .xl\:break-words {
    word-wrap: break-word;
  }
  .xl\:break-normal {
    word-wrap: normal;
  }
  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xl\:w-1 {
    width: .25rem;
  }
  .xl\:w-2 {
    width: .5rem;
  }
  .xl\:w-3 {
    width: .75rem;
  }
  .xl\:w-4 {
    width: 1rem;
  }
  .xl\:w-5 {
    width: 1.25rem;
  }
  .xl\:w-6 {
    width: 1.5rem;
  }
  .xl\:w-8 {
    width: 2rem;
  }
  .xl\:w-10 {
    width: 2.5rem;
  }
  .xl\:w-12 {
    width: 3rem;
  }
  .xl\:w-16 {
    width: 4rem;
  }
  .xl\:w-24 {
    width: 6rem;
  }
  .xl\:w-32 {
    width: 8rem;
  }
  .xl\:w-48 {
    width: 12rem;
  }
  .xl\:w-64 {
    width: 16rem;
  }
  .xl\:w-80 {
    width: 20rem;
  }
  .xl\:w-96 {
    width: 24rem;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:w-px {
    width: 1px;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-1\/3 {
    width: 33.33333%;
  }
  .xl\:w-2\/3 {
    width: 66.66667%;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-3\/4 {
    width: 75%;
  }
  .xl\:w-1\/5 {
    width: 20%;
  }
  .xl\:w-2\/5 {
    width: 40%;
  }
  .xl\:w-3\/5 {
    width: 60%;
  }
  .xl\:w-4\/5 {
    width: 80%;
  }
  .xl\:w-1\/6 {
    width: 16.66667%;
  }
  .xl\:w-5\/6 {
    width: 83.33333%;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:w-screen {
    width: 100vw;
  }
  .xl\:z-0 {
    z-index: 0;
  }
  .xl\:z-10 {
    z-index: 10;
  }
  .xl\:z-20 {
    z-index: 20;
  }
  .xl\:z-30 {
    z-index: 30;
  }
  .xl\:z-40 {
    z-index: 40;
  }
  .xl\:z-50 {
    z-index: 50;
  }
  .xl\:z-auto {
    z-index: auto;
  }
}

/* ../../shared/node_modules/tippy.js/themes/light-border.css */
.tippy-box[data-theme~=light-border] {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, .15);
  color: #333;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, .08);
}
.tippy-box[data-theme~=light-border] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~=light-border] > .tippy-arrow:after,
.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
  border-top-color: rgba(0, 8, 16, .2);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow:after {
  top: 17px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
  border-bottom-color: rgba(0, 8, 16, .2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow:after {
  bottom: 17px;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
  border-left-color: rgba(0, 8, 16, .2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
  left: 11px;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow:after {
  left: 12px;
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
  right: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
  border-right-color: rgba(0, 8, 16, .2);
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow > svg {
  right: 11px;
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow:after {
  right: 12px;
}
.tippy-box[data-theme~=light-border] > .tippy-svg-arrow {
  fill: #fff;
}
.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
  background-size: 16px 6px;
  width: 16px;
  height: 6px;
}

/* app/frontend/shared/css/_map.scss */
.map {
  width: 100%;
  height: 400px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
