@charset "UTF-8";

/* ../../shared/node_modules/sweetalert2/dist/sweetalert2.css */
@keyframes swal2-show {
  0% {
    transform: scale(.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  box-shadow: 0 0 .625em #d9d9d9;
  overflow-y: hidden;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  position: initial;
  width: .8em;
  height: .8em;
  line-height: .8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.25em;
  left: -.9375em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: showSweetToast .5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: hideSweetToast .2s forwards;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  animation: animate-toast-success-tip .75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  animation: animate-toast-success-long .75s;
}
@keyframes showSweetToast {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    transform: translateY(.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1 1;
  align-content: center;
  justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  transition: background-color .1s;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, .4);
}
.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-popup .swal2-actions {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: "";
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-popup .swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none;
}
.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-popup .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4);
}
.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  outline: medium none invert;
  outline: initial;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}
.swal2-popup .swal2-close:hover {
  transform: none;
  color: #f27474;
}
.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}
.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}
.swal2-popup #swal2-content {
  text-align: center;
}
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
  box-sizing: border-box;
}
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-popup .swal2-input::-moz-placeholder,
.swal2-popup .swal2-file::-moz-placeholder,
.swal2-popup .swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-popup .swal2-range input {
  width: 80%;
}
.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}
.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}
.swal2-popup .swal2-input[type=number] {
  max-width: 10em;
}
.swal2-popup .swal2-file {
  font-size: 1.125em;
}
.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  align-items: center;
  justify-content: center;
}
.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}
.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}
.swal2-popup .swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}
.swal2-popup .swal2-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: "!";
  zoom: normal;
}
@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, .4);
  }
}
.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  zoom: normal;
}
.swal2-icon-text {
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
  z-index: 1;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  animation: swal2-show .3s;
}
.swal2-show.swal2-noanimation {
  animation: none;
}
.swal2-hide {
  animation: swal2-hide .15s forwards;
}
.swal2-hide.swal2-noanimation {
  animation: none;
}
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip .75s;
}
.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long .75s;
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-animate-error-icon {
  animation: swal2-animate-error-icon .5s;
}
.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark .5s;
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
    position: initial !important;
  }
}

/* ../../shared/node_modules/trix/dist/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: .4em .6em;
  min-height: 5em;
  outline: none;
}
trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, .6);
  font-size: .75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 .5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, .125);
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 .3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(.8em + 4vw);
  text-indent: -9999px;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: .125;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: .75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 .3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: .5em .8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #f00 0px 0px 1.5px 1px;
}
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: .5em;
  border-bottom: none;
}
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1 1;
}
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}
trix-editor .attachment {
  position: relative;
}
trix-editor .attachment:hover {
  cursor: default;
}
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: .9;
  transition: opacity 200ms ease-in;
}
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}
trix-editor .trix-button-group {
  display: inline-flex;
}
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 .8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .25);
}
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
trix-editor .trix-button--remove:hover {
  border-color: #333;
}
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}
trix-editor .attachment__metadata-container {
  position: relative;
}
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: .1em .6em;
  font-size: .8em;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 3px;
}
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
trix-editor .attachment__metadata .attachment__size {
  margin-left: .2em;
  white-space: nowrap;
}
.trix-content {
  line-height: 1.5;
}
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: .3em;
  margin-left: .3em;
  padding-left: .6em;
}
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: .3em;
  margin-right: .3em;
  padding-right: .6em;
}
.trix-content li {
  margin-left: 1em;
}
.trix-content [dir=rtl] li {
  margin-right: 1em;
}
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: .9em;
  padding: .5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
.trix-content img {
  max-width: 100%;
  height: auto;
}
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}
.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit;
}
.trix-content .attachment__caption {
  text-align: center;
}
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " \b7  ";
}
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: .9em;
  line-height: 1.2;
}
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: .4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 .5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* ../../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/choices.js/public/assets/styles/choices.css */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
  overflow: initial;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25;
}
.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.choices__list--dropdown.is-active {
  visibility: visible;
}
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  opacity: .5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: .5;
}

/* ../../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/application/css/index.scss */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  font-size: 1em;
}
.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.fc-popover .fc-header {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 4px;
}
.fc-rtl .fc-popover .fc-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: .65;
  font-size: 1.1em;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc-bg table {
  height: 100%;
}
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-mirror-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  background: none;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}
.fc-event,
.fc-event-dot {
  background-color: #3788d8;
}
.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}
.fc-event.fc-dragging.fc-selected {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.fc-event.fc-dragging:not(.fc-selected) {
  opacity: .75;
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
}
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}
@font-face {
  font-family: "fcicons";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-icon-chevron-left:before {
  content: "\e900";
}
.fc-icon-chevron-right:before {
  content: "\e901";
}
.fc-icon-chevrons-left:before {
  content: "\e902";
}
.fc-icon-chevrons-right:before {
  content: "\e903";
}
.fc-icon-minus-square:before {
  content: "\e904";
}
.fc-icon-plus-square:before {
  content: "\e905";
}
.fc-icon-x:before {
  content: "\e906";
}
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.fc-button {
  -webkit-appearance: button;
}
.fc-button:not(:disabled) {
  cursor: pointer;
}
.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .4em .65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: .25em;
}
.fc-button:hover {
  color: #212529;
  text-decoration: none;
}
.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
  box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
}
.fc-button:disabled {
  opacity: .65;
}
.fc-button-primary {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}
.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
  box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
}
.fc-button-primary:disabled {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}
.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
  box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
}
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
}
.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fc-button-group > .fc-button:hover {
  z-index: 1;
}
.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}
.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}
.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.fc-toolbar {
  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;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
.fc-toolbar > * > :not(:first-child) {
  margin-left: .75em;
}
.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}
.fc-view-container {
  position: relative;
}
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
@media print {
  .fc {
    max-width: 100% !important;
  }
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }
  .fc-event .fc-resizer {
    display: none;
  }
  .fc th,
  .fc td,
  .fc hr,
  .fc thead,
  .fc tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }
  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-mirror-skeleton,
  .fc-bgevent-container,
  .fc-business-container,
  .fc-highlight-container,
  .fc-mirror-container {
    display: none;
  }
  .fc tbody .fc-row {
    height: auto !important;
    min-height: 0 !important;
  }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    padding-bottom: 0 !important;
  }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    padding-bottom: 1em;
  }
  .fc tbody .fc-row .fc-content-skeleton table {
    height: 1em;
  }
  .fc-more-cell,
  .fc-more {
    display: none !important;
  }
  .fc tr.fc-limited {
    display: table-row !important;
  }
  .fc td.fc-limited {
    display: table-cell !important;
  }
  .fc-popover {
    display: none;
  }
  .fc-time-grid {
    min-height: 0 !important;
  }
  .fc-timeGrid-view .fc-axis {
    display: none;
  }
  .fc-slats,
  .fc-time-grid hr {
    display: none !important;
  }
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }
  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    overflow: visible !important;
    height: auto !important;
  }
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }
  .fc-button-group,
  .fc button {
    display: none;
  }
}
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: .3;
}
.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}
.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}
.fc-dayGrid-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid-container,
.fc-time-grid {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-mirror-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-time-grid-event {
  margin-bottom: 1px;
}
.fc-time-grid-event-inset {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}
.fc-time-grid-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-time-grid-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\a0-\a0";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
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;
}
*:focus {
  outline: none !important;
}
@font-face {
  font-family: Euclid-Bold;
  src: url("/assets/EuclidFlex-Bold-OBQSLUT7-9d1efaea.woff");
}
@font-face {
  font-family: Euclid-Regular;
  src: url("/assets/EuclidFlex-Regular-3PSRWMS2-b5714b75.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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal;
}
a {
  color: #494949;
}
a:hover {
  color: #797979;
}
.body-text {
  font-size: .875rem;
  color: #494949;
  margin-bottom: .75rem;
}
p {
  font-size: .875rem;
  color: #494949;
  margin-bottom: .75rem;
}
.header-title {
  font-size: 1.25rem;
  font-family:
    Roboto,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  color: #494949;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}
.body-link {
  color: #616060;
  text-decoration: none;
}
.body-link:hover {
  color: #797979;
}
.clickable-row:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.clickable-row.disable-hover:hover {
  background: #fff;
}
.clickable-row:hover .body-link {
  color: #797979;
}
.clickable-row .ellipsis-menu {
  right: -15px;
}
.section-divider {
  border-bottom-width: 1px;
  margin-bottom: .75rem;
}
.section-divider-top {
  border-top-width: 1px;
}
.well {
  margin-bottom: .75rem;
  padding: 1rem;
  border-radius: .25rem;
  line-height: 1.5;
  background: #fff;
  border: #dedede 1px solid;
  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;
}
.well .icon {
  margin-right: .375rem;
}
.left-auto {
  margin-left: auto;
}
.tip.tip {
  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: normal;
}
.tip .icon {
  margin-right: .25rem;
}
.booking-prefs .tip .icon {
  margin-right: 0;
  margin-left: .25rem;
}
.hidden\! {
  display: none !important;
}
.absolute-center {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page {
  border-radius: .25rem;
  background-color: #fff;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .75rem;
  margin-bottom: .75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: #dedede 1px solid;
}
@media (max-width: 799px) {
  .page {
    padding: 0;
    background: none;
    border: none;
  }
}
.page.setup-wizard {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 799px) {
  .page.setup-wizard {
    padding-top: .75rem;
  }
}
.page.setup-wizard table thead {
  border-top: 1px solid #efefef;
}
.card {
  border-radius: .25rem;
  border-width: 1px;
  overflow: hidden;
  background-color: #fff;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .75rem;
  margin-bottom: .75rem;
  position: relative;
}
.green-focus:focus {
  color: #28c6c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-bg {
  background-color: #fafafa;
}
body.app {
  overflow: hidden;
}
.app-container {
  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;
}
.app-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 54px;
}
@media (max-width: 1179px) {
  .app-body {
    padding-top: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 499px) {
  .app-body {
    padding-left: 0;
  }
}
@media (max-width: 1249px) {
  .app-body .container {
    max-width: 100%;
  }
}
@media (max-width: 1179px) {
  .app-body .container {
    padding: 15px 10px;
  }
  .calendars.action-show .app-body .container {
    padding-top: 0;
  }
}
.app-body .app-body-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: #35404e;
  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;
  width: 100%;
  max-height: 100%;
}
.app-footer {
  background: #fafafa;
  border-top: rgb(237.25, 237.25, 237.25) 1px solid;
  padding: 20px 20px;
  min-height: 60px;
}
@media (max-width: 799px) {
  .app-footer nav {
    display: none;
  }
}
.app-footer-help-centre {
  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;
  text-decoration: none;
}
.app-footer-help-centre:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/assets/icon-help-dark-WERJAZJS-e7dfbfcd.svg") no-repeat center;
  background-size: contain;
  margin: 0 4px 0 0;
}
.app-footer-help-centre:hover {
  text-decoration: underline;
}
.content-section {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: rgb(237.25, 237.25, 237.25) 1px solid;
}
.content-section:last-of-type {
  border: none;
}
.hb-heart-logo {
  display: block;
  width: 55px;
  height: 56px;
  background: url("/assets/hb-heart-BETJD2MA-ff3bd1cc.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 399px) {
  .hb-heart-logo {
    width: 40px;
    height: 40px;
  }
}
.draggable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.flex-break {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
.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);
}
.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;
}
.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-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;
}
.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;
}
.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;
}
.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;
}
.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%;
}
.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;
}
.account-settings-email-confirmation {
  display: grid;
  grid-column-gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 18px auto;
  background-color: #fafafa;
  border-radius: 4px;
  padding: 16px;
  margin-top: 8px;
}
@media (max-width: 799px) {
  .account-settings-email-confirmation {
    background-color: #fff;
    border: 1px solid #d7d7d7;
  }
}
.account-settings-email-confirmation-title {
  font-weight: bold;
  margin-bottom: 0;
}
.account-settings-email-confirmation-body,
.account-settings-email-confirmation-btns {
  grid-column-start: 2;
}
.account-settings-email-confirmation-body {
  margin: 12px 0 8px 0;
}
.icon-label-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.af_footer {
  display: none !important;
}
ul.af_list {
  border-color: #f2f2f2;
  border-radius: .25rem;
}
.attachments .table td:last-child.text-right {
  width: auto;
}
.attachment-remove-btn:before {
  position: relative;
  display: inline-block;
  top: 3px;
}
.attachments-imbedded-table td:first-child .icon:before {
  height: 24px;
  width: 24px;
}
.attachments-imbedded-table th:first-child {
  width: 30px;
}
.attachments-imbedded-table .shared-heading-name {
  padding-left: 5px;
}
.attachments-imbedded-table .shared-name-cell .loading-spinner-ring,
.attachments-imbedded-table .shared-name-cell .icon-exclamation {
  margin: 0 20px 0 20px;
}
.attachments-imbedded-table tr:focus-within {
  background-color: #f2f2f2;
}
.attachment-categories-row {
  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-bottom: 1px solid #eaedf0;
}
.attachment-categories-row .page-filter {
  margin-right: 0;
}
.sidebar .attachment-categories .attachment-category {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}
.sidebar .attachment-categories .attachment-category.dragging {
  -webkit-transition: none;
  transition: none;
  opacity: .8;
  z-index: 1;
}
.sidebar .attachment-categories .attachment-category.dragging .draggable-handle {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.sidebar .attachment-categories .attachment-category .field_with_errors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sidebar .attachment-categories .icon-cross {
  cursor: pointer;
}
.sidebar .attachment-categories .icon-cross:before {
  height: 16px;
  width: 16px;
}
.sidebar .attachment-categories .icon-plus {
  cursor: move;
}
.sidebar .attachment-categories .icon-plus:before {
  height: 16px;
  width: 16px;
}
.sidebar .attachment-categories .field_with_errors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sidebar .attachment-categories span.error {
  margin-left: 40px;
}
.sidebar .attachment-categories .attachment-category-save-btn {
  width: auto;
}
.sidebar .attachment-categories .sidebar-modal-buttons {
  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;
}
.categories-name-input {
  margin: 0 12px 0 14px;
}
.draggable-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.alert {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  -webkit-transition:
    top .3s ease-in-out,
    opacity .3s,
    visibility .3s;
  transition:
    top .3s ease-in-out,
    opacity .3s,
    visibility .3s;
}
.app .alert {
  position: fixed;
  z-index: 50;
  top: 25px;
}
.alert.is-hidden {
  visibility: hidden;
  opacity: 0;
  top: 2px;
}
@media (max-width: 1079px) {
  .alert {
    width: 80%;
    max-width: 600px;
  }
}
.alert-popup {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-radius: .25rem;
}
.alert-popup.alert-warning {
  background-color: #ff4a45;
}
.alert-popup.alert-info {
  background-color: #28c6c7;
}
.app .alert-popup.alert-info {
  background-color: #35404e;
}
.alert-popup.is-hidden {
  display: none;
}
.alert-info-icon {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
.alert-info-icon:after {
  content: "";
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: url("/assets/icon-info-LQYUXQOO-5fb30732.svg") no-repeat center;
}
.alert-message {
  color: #fff;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1rem;
}
.alert-list {
  padding-left: 1.5rem;
}
.alert-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: 4rem;
}
.alert-close:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("/assets/icon-close-box-H6NABVFA-9bb634d3.svg") no-repeat center;
}
.alerts .icon-exclamation:before {
  width: 40px;
  height: 40px;
}
.alerts .icon-checkmark:before {
  width: 30px;
  height: 30px;
}
.avatar-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;
}
.avatar-group .avatar {
  margin: .25rem .25rem .375rem 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #28c6c7;
  font-size: .75rem;
  text-decoration: none;
}
.avatar-group .avatar:nth-child(1) {
  z-index: 6;
}
.avatar-group .avatar:nth-child(2) {
  z-index: 4;
  right: 8px;
}
.avatar-group .avatar:nth-child(3) {
  z-index: 2;
  right: 16px;
}
.avatar-group .avatar:nth-child(4) {
  z-index: 1;
  right: 18px;
}
.avatar-group .avatar:only-child {
  z-index: 0;
  position: static;
}
.avatar-group .avatar:hover {
  z-index: 16;
  background: rgb(31.4644351464, 155.7489539749, 156.5355648536);
  color: #fff;
}
.avatar-group .avatar.icon-plus {
  background: #b3c0ce;
}
.avatar-group .avatar.icon-plus:before {
  width: 16px;
  height: 16px;
}
.avatar-group .avatar-additional {
  background: #b3c0ce;
}
.avatar-group .avatar-additional:hover {
  background: rgb(147.992, 166.296, 186.008);
}
.avatar-group-for-patients {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.avatar-group-for-patients .avatar {
  cursor: default;
}
.avatar-group-for-patients .avatar:hover {
  background: #28c6c7;
}
.avatar-group-for-patients .avatar-additional:hover {
  background: rgb(147.992, 166.296, 186.008);
}
.avatar-group-invite-btn {
  font-size: 12px;
  margin-bottom: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  opacity: .8;
  -webkit-transition: opacity .1s ease-in-out, color .1s ease-in-out;
  transition: opacity .1s ease-in-out, color .1s ease-in-out;
}
.avatar-group-invite-btn.icon-plus:before {
  width: 12px;
  height: 12px;
  margin-right: .25rem;
  opacity: .8;
  -webkit-transition: opacity .1s ease-in-out, background-color .1s ease-in-out;
  transition: opacity .1s ease-in-out, background-color .1s ease-in-out;
}
.avatar-group-invite-btn:hover {
  opacity: 1;
}
.avatar-group-invite-btn:hover.icon-plus:before {
  background-color: #797979;
  opacity: 1;
}
.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff4a45;
  color: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  font-weight: bold;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 8px 0;
  box-shadow: rgba(0, 0, 0, .1) 0 0 8px 0;
}
.avatar.large {
  width: 40px;
  height: 40px;
}
.avatar.xlarge {
  width: 73px;
  height: 73px;
  font-size: 1rem;
}
.avatar-additional {
  text-decoration: none;
}
.avatar-additional:hover {
  color: #fff;
}
.avatar-icon {
  width: 70%;
  height: 70%;
  background: url("/assets/icon-user-solid-KQBZD6GF-ffb4ec54.svg") no-repeat center;
}
.avatar-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 50%;
}
.badge {
  background-color: #d7d7d7;
  color: #494949;
  display: inline-block;
  border-radius: 9999px;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-weight: 600;
}
.badge-danger {
  background-color: #e3342f;
  color: #fff;
}
.small-badge {
  padding: 6px 10px;
  text-transform: uppercase;
  background: #efefef;
  border-radius: 8px;
  font-size: 12px;
  color: #35404e;
  line-height: 1em;
  font-weight: bold;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bank-accounts-linking-text {
  margin: 0;
}
.booking-prefs > div:nth-child(1) {
  min-width: 145px;
}
.booking-prefs > div:nth-child(3) {
  min-width: 60px;
}
.booking-prefs input,
.booking-prefs select {
  min-width: 80px;
}
@media (max-width: 599px) {
  .booking-prefs {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition:
    border-color ease-in-out .15s,
    box-shadow ease-in-out .15s,
    -webkit-box-shadow ease-in-out .15s;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \	;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.clearfix:after,
.form-horizontal .form-group:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \	;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \	;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:
    linear-gradient(
      to bottom,
      #f5f5f5 0%,
      #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:
    linear-gradient(
      to bottom,
      #337ab7 0%,
      #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
  background-color: #2e6da4;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 225px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bulk-billing-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: .875rem;
}
@media (max-width: 499px) {
  .bulk-billing-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bulk-billing-header-logo {
  margin-right: 1rem;
  height: 26px;
}
@media (max-width: 499px) {
  .bulk-billing-header-logo {
    margin-bottom: .5rem;
  }
}
.bulk-billing-header-content {
  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;
}
.bulk-billing-header-content .bulk-billing-header-title {
  padding-top: 0;
}
.bulk-billing-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bulk-billing-header-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bulk-billing-header-inputs .checkbox-group {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
.bulk-billing-header-inputs .checkbox-group:first-of-type {
  margin-right: 1rem;
}
.bulk-billing-header-inputs .checkbox-label {
  display: inline;
  display: initial;
  padding: 0 0 0 .75rem;
  text-transform: capitalize;
}
div[disabled].btn,
div[disabled].btn-sm,
div[disabled].btn-lg {
  cursor: not-allowed;
  opacity: .5;
}
.btn {
  cursor: pointer;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.25;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  min-width: 90px;
}
.btn-lg {
  cursor: pointer;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  min-width: 120px;
}
.btn-sm {
  cursor: pointer;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.25;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .75rem;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  min-width: 50px;
}
.btn-sm-circle {
  width: 30px;
  height: 30px;
}
.btn-circle {
  padding-top: .25rem;
  width: 50px;
  height: 50px;
}
.btn-lg-circle {
  width: 75px;
  height: 75px;
}
.btn-round {
  border-radius: 9999px;
}
.btn-primary {
  border-width: 1px;
  border-color: #28c6c7;
  background-color: #28c6c7;
  color: #fff;
}
.btn-primary:hover {
  border-width: 1px;
  border-color: #1d8e8e;
  background-color: #1d8e8e;
  color: #fff;
}
.btn-primary-hollow {
  border-width: 1px;
  border-color: #28c6c7;
  color: #28c6c7;
}
.btn-primary-hollow:hover {
  border-width: 1px;
  border-color: #1d8e8e;
  color: #1d8e8e;
}
.btn-primary-hover {
  border-width: 1px;
  border-color: #797979;
  background-color: #797979;
  color: #fff;
}
.btn-primary-hover:hover {
  border-width: 1px;
  border-color: #28c6c7;
  background-color: #28c6c7;
  color: #fff;
}
.btn-secondary {
  border-width: 1px;
  border-color: #797979;
  background-color: #797979;
  color: #fff;
}
.btn-secondary:hover {
  border-width: 1px;
  border-color: #616060;
  background-color: #616060;
  color: #fff;
}
.btn-tertiary {
  border-width: 1px;
  color: #494949;
}
.btn-tertiary:hover {
  border-width: 1px;
  border-color: #616060;
  color: #292828;
}
.btn-danger {
  border-width: 1px;
  border-color: #e3342f;
  background-color: #e3342f;
  color: #fff;
}
.btn-danger:hover {
  border-width: 1px;
  border-color: #ef5753;
  background-color: #ef5753;
  color: #fff;
}
.btn-danger-hover:hover {
  border-width: 1px;
  border-color: #e3342f;
  background-color: #e3342f;
  color: #fff;
}
.btn-link {
  padding-left: .75rem;
  padding-right: .75rem;
}
.btn.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;
}
.btn.has-icon .icon {
  margin-right: .25rem;
}
.calendar-sidebar .flatpickr-calendar {
  visibility: hidden;
}
.calendar-sidebar.is-visible .flatpickr-calendar {
  visibility: visible;
}
.calendar-sidebar-header {
  margin-left: 3.4375rem;
}
.calendar-sidebar-datepicker {
  margin: 2.375rem 3.4375rem;
}
@media (max-width: 499px) {
  .calendar-sidebar-datepicker {
    margin: 0;
  }
}
@media (max-width: 399px) {
  .calendar-sidebar-datepicker .flatpickr-calendar {
    max-width: 288px;
  }
}
@media (max-width: 499px) {
  .calendar-sidebar-datepicker .flatpickr-calendar {
    margin: 1.5rem auto 2rem;
  }
}
.calendar-sidebar-filters {
  max-width: 318px;
  margin: 0 3.4375rem;
  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;
}
@media (max-width: 499px) {
  .calendar-sidebar-filters {
    margin: 0 auto;
  }
}
@media (max-width: 399px) {
  .calendar-sidebar-filters {
    margin: 0 1rem;
  }
}
.calendar-sidebar-filters .toggle-group {
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calendar-sidebar-filters-title {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1rem;
  color: #35404e;
  margin: 2.5rem 0;
}
:root {
  --indicatorTime: "";
}
.calendars.action-show [class=fc-widget-content] {
  border-right: none;
}
.calendars.action-show .fc-unthemed .fc-list-item:hover td {
  background-color: #fff;
}
@media (max-width: 799px) {
  .calendars.action-show .calendar-wrapper {
    position: relative;
  }
}
@media (min-width: 400px) {
  .calendars.action-show .calendar-wrapper {
    padding: 0 .375rem .125rem;
  }
}
.calendars.action-show .fc-now-indicator-arrow {
  display: none;
}
.calendars.action-show .calendar-unavailable {
  background: url("/assets/calendar-unavailable-UBZFX2LP-f36ee182.png") repeat;
  opacity: 1;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.calendars.action-show .calendar-unavailable:first-of-type {
  border-top: none;
}
.calendars.action-show .calendar-unavailable:last-of-type {
  border-bottom: none;
}
.calendars.action-show .one-off-availability + .calendar-unavailable {
  border-top: none;
}
.calendars.action-show .one-off-availability {
  z-index: 2;
}
.calendars.action-show .fc-now-indicator-line {
  border-color: rgba(255, 74, 69, .6);
  border-top-width: 2px;
  width: 105%;
}
.calendars.action-show .fc-now-indicator-line:before {
  content: "";
  content: var(--indicatorTime);
  position: absolute;
  background: #ff4a45;
  font-size: .4375rem;
  font-family: "Roboto";
  color: #fff;
  top: -55%;
  left: -25px;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  letter-spacing: .78px;
  padding: .125rem .25rem;
}
.calendars.action-show .fc-divider.fc-widget-header {
  display: none;
}
.calendars.action-show .fc-day-grid .fc-axis.fc-time,
.calendars.action-show .fc-time-grid .fc-axis.fc-time {
  border-right: none;
}
.calendars.action-show .fc-day-grid .fc-axis.fc-widget-content,
.calendars.action-show .fc-time-grid .fc-axis.fc-widget-content {
  font-size: .75rem;
  color: rgba(53, 64, 78, .6);
  vertical-align: top;
}
.calendars.action-show .fc-day-grid .fc-axis.fc-widget-content span,
.calendars.action-show .fc-time-grid .fc-axis.fc-widget-content span {
  padding-right: .375rem;
}
.calendars.action-show .fc-day-grid .fc-axis.fc-widget-content span {
  display: none;
}
.calendars.action-show .fc-day-grid .fc-axis.fc-widget-content:after {
  content: "All Day";
  padding-right: .75rem;
}
.calendars.action-show .fc-day-grid-event {
  height: 25px;
  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;
}
.calendars.action-show .fc-day-grid-event.unavailable.all-day {
  border: 1px solid #d7d7d7;
  background: url("/assets/calendar-unavailable-UBZFX2LP-f36ee182.png") center;
  -webkit-filter: invert(.1);
  filter: invert(.1);
}
.calendars.action-show .fc-time-grid .fc-slats tr {
  height: 25px;
}
.calendars.action-show .fc-head-container {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: none;
  border-bottom: none;
}
.calendars.action-show .fc-day-header span {
  display: block;
  opacity: .6;
  font-size: .625rem;
  text-transform: uppercase;
  font-family: "Roboto";
  letter-spacing: 2px;
  padding: 1rem 0 1.125rem;
  border-top: 1px solid #d7d7d7;
  background: url("/assets/calendar-unavailable-UBZFX2LP-f36ee182.png") repeat;
}
.calendars.action-show .fc-body td.fc-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.calendars.action-show .fc-body td.fc-widget-content {
  border-left: 1px solid transparent;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 799px) {
  .calendars.action-show .fc-toolbar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    right: 0;
    width: 100%;
    top: 4px;
    background: #fafafa;
    padding-top: 1.125rem;
  }
}
.calendars.action-show .fc-toolbar.fc-header-toolbar {
  margin: 0 0 1rem;
}
@media (max-width: 1179px) {
  .calendars.action-show .fc-toolbar.fc-header-toolbar {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 799px) {
  .calendars.action-show .fc-toolbar.fc-header-toolbar {
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media (max-width: 599px) {
  .calendars.action-show .fc-toolbar.fc-header-toolbar {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 800px) and (max-width: 1179px) {
  .calendars.action-show .fc-toolbar.fc-header-toolbar {
    padding-top: 1.125rem;
  }
}
.calendars.action-show .fc-toolbar h2 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.5rem;
  margin-left: 0;
  color: #35404e;
  cursor: pointer;
}
@media (max-width: 959px) {
  .calendars.action-show .fc-toolbar h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 799px) {
  .calendars.action-show .fc-toolbar h2 {
    font-size: 1.125rem;
  }
}
.calendars.action-show .fc-toolbar .header-btn.add {
  margin: 0 .375rem 0 2.9375rem;
}
.calendars.action-show .fc-toolbar .header-btn.add:after {
  background-image: url("/assets/icon-plus-thin-PXO6BSLH-ada153a7.svg");
  background-size: 16px;
}
@media (max-width: 399px) {
  .calendars.action-show .fc-toolbar .header-btn.add {
    margin-left: auto;
    background-size: 12px;
  }
}
.calendars.action-show .fc-toolbar .header-btn.sidebar-show {
  margin-left: 0;
}
.calendars.action-show .fc-toolbar .header-btn.sidebar-show:after {
  background: url("/assets/icon-sidebar-toggle-CE35JV5A-6058b079.svg") no-repeat center;
  background-size: 22px;
  background-color: #35404e;
}
@media (max-width: 399px) {
  .calendars.action-show .fc-toolbar .header-btn.sidebar-show:after {
    background-size: 18px;
  }
}
.calendars.action-show .fc-toolbar .header-btn:after {
  content: "";
  background-color: #35404e;
  background-repeat: no-repeat;
  background-position: center;
  height: 33px;
  width: 33px;
  display: block;
  border-radius: .25em;
}
@media (max-width: 399px) {
  .calendars.action-show .fc-toolbar .header-btn:after {
    height: 26px;
    width: 26px;
  }
}
.calendars.action-show .fc-toolbar .header-btn:hover:after {
  background-color: rgb(32.3664122137, 39.0839694656, 47.6335877863);
  border: rgb(32.3664122137, 39.0839694656, 47.6335877863);
}
.calendars.action-show .fc-left {
  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: 2.875rem;
}
.calendars.action-show .fc-left.is-month {
  margin-left: 0;
}
@media (max-width: 599px) {
  .calendars.action-show .fc-left {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 5px;
    grid-template-areas: "date date date date" "todayBtn prevBtn nextBtn .";
  }
  .calendars.action-show .fc-left h2 {
    grid-area: date;
  }
}
@media (max-width: 799px) {
  .calendars.action-show .fc-left {
    margin-left: 0;
  }
}
@media (min-width: 800px) and (max-width: 1179px) {
  .calendars.action-show .fc-left {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 5px;
    grid-template-areas: "date date date date" "todayBtn prevBtn nextBtn .";
  }
  .calendars.action-show .fc-left h2 {
    grid-area: date;
    font-size: 1.25rem;
  }
}
.calendars.action-show .fc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.calendars.action-show .fc-button {
  background-color: transparent;
  font-size: .9375rem;
  color: #36414f;
  border: none;
  text-transform: capitalize;
  height: 26px;
  line-height: 1px;
  position: relative;
}
.calendars.action-show .fc-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendars.action-show .fc-prev-button,
.calendars.action-show .fc-next-button {
  background-color: #fff;
  color: #000;
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: .3s all ease-in;
  transition: .3s all ease-in;
}
.calendars.action-show .fc-prev-button:hover,
.calendars.action-show .fc-next-button:hover {
  background-color: #35404e;
}
.calendars.action-show .fc-prev-button:hover span,
.calendars.action-show .fc-next-button:hover span {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media (max-width: 799px) {
  .calendars.action-show .fc-prev-button:hover,
  .calendars.action-show .fc-next-button:hover {
    background-color: #fff;
  }
  .calendars.action-show .fc-prev-button:hover span,
  .calendars.action-show .fc-next-button:hover span {
    -webkit-filter: none;
    filter: none;
  }
}
.calendars.action-show .fc-timeGridWeek-button,
.calendars.action-show .fc-dayGridMonth-button,
.calendars.action-show .fc-timeGridDay-button {
  padding: 0;
  margin: .4em .65em;
}
.calendars.action-show .fc-timeGridWeek-button.fc-button-active,
.calendars.action-show .fc-dayGridMonth-button.fc-button-active,
.calendars.action-show .fc-timeGridDay-button.fc-button-active {
  font-weight: bold;
}
.calendars.action-show .fc-timeGridWeek-button:hover,
.calendars.action-show .fc-dayGridMonth-button:hover,
.calendars.action-show .fc-timeGridDay-button:hover {
  font-weight: bold;
}
@media (max-width: 799px) {
  .calendars.action-show .fc-timeGridWeek-button,
  .calendars.action-show .fc-dayGridMonth-button,
  .calendars.action-show .fc-timeGridDay-button {
    display: none;
  }
}
.calendars.action-show .fc-today-button {
  background: #fff;
  border: 1px solid #d7d7d7;
  opacity: 1;
  width: 96px;
  color: #35404e;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: bold;
  padding: .25rem 1.75rem;
  border-radius: 8px;
  margin-right: 1rem;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  grid-area: todayBtn;
}
.calendars.action-show .fc-today-button:hover,
.calendars.action-show .fc-today-button:disabled {
  background: #35404e;
  color: #fff;
  border-color: #35404e;
}
.calendars.action-show .fc-today-button:disabled {
  cursor: auto;
}
@media (max-width: 799px) {
  .calendars.action-show .fc-today-button {
    padding: .25rem 1.125rem;
    margin-right: .5rem;
  }
}
.calendars.action-show .fc-prev-button,
.calendars.action-show .fc-next-button {
  border: 1px solid #d7d7d7;
  padding: 3px;
}
.calendars.action-show .fc-prev-button .fc-icon,
.calendars.action-show .fc-next-button .fc-icon {
  vertical-align: middle;
  font-size: 18px;
  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;
}
.calendars.action-show .fc-next-button {
  margin: 0 1.75rem 0 .5rem;
  grid-area: nextBtn;
}
.calendars.action-show .fc-prev-button {
  grid-area: prevBtn;
  justify-self: end;
}
@media (max-width: 799px) {
  .calendars.action-show .fc-prev-button {
    margin-left: 0;
  }
}
.calendars.action-show .fc-event {
  background-color: #fff;
  border: none;
  color: #35404e;
  -webkit-box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, .1);
  box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, .1);
  margin: 0 2px 5px;
  border-radius: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.calendars.action-show .fc-event:before {
  content: "";
  height: calc(100% - 3px);
  border-radius: 2px;
  padding: 2px;
}
.calendars.action-show .fc-event.event-proposed:before {
  background: #e5aa17;
}
.calendars.action-show .fc-event.event-canceled:before {
  background: #ff4a45;
}
.calendars.action-show .fc-event.event-scheduled:before,
.calendars.action-show .fc-event.event-started:before,
.calendars.action-show .fc-event.event-ended:before {
  background: #28c6c7;
}
.calendars.action-show .fc-event.event-external:before {
  background: #35404e;
}
.calendars.action-show .fc-bgevent {
  opacity: 1;
}
.calendars.action-show .fc-bgevent.available {
  background: #fff;
}
.calendars.action-show .fc-bgevent.unavailable {
  background: url("/assets/calendar-unavailable-UBZFX2LP-f36ee182.png") center;
  cursor: context-menu;
  -webkit-filter: invert(.1);
  filter: invert(.1);
}
.calendars.action-show .fc-time,
.calendars.action-show .fc-list-item-time {
  font-size: .6875rem;
}
.calendars.action-show .fc-title,
.calendars.action-show .fc-list-item-title a {
  overflow: hidden;
  font-size: .75rem;
  font-weight: bold;
}
.calendars.action-show .fc-time-grid-event .fc-content,
.calendars.action-show .fc-day-grid-event .fc-content {
  margin: .125rem .5rem;
}
.calendars.action-show .calendar-button-mobile {
  display: none;
}
@media (max-width: 799px) {
  .calendars.action-show .calendar-button-mobile {
    display: block;
    max-width: 678px;
    margin: 2.375rem auto;
  }
}
.calendars.action-show .calendar-info-btn {
  position: absolute;
  display: none;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: .25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  z-index: 2;
  right: 6px;
  -webkit-transition: background .2s ease-in border-color .2s ease-in;
  transition: background .2s ease-in border-color .2s ease-in;
}
.calendars.action-show .calendar-info-btn.icon-cross {
  background: #35404e;
  border-color: #35404e;
}
@media (max-width: 799px) {
  .calendars.action-show .calendar-info-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 83px;
  }
}
@media (max-width: 599px) {
  .calendars.action-show .calendar-info-btn {
    top: 122px;
  }
}
.calendars.action-show .calendar-key {
  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-top: 1.5625rem;
  margin-left: 2.875rem;
  border-top: 1px solid #d7d7d7;
  margin-bottom: 1.5rem;
}
.calendars.action-show .calendar-key.is-month {
  margin-left: 0;
  border-top: none;
}
.calendars.action-show .calendar-key.is-visible {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 799px) {
  .calendars.action-show .calendar-key {
    top: 115px;
    position: absolute;
    width: 191px;
    right: 6px;
    z-index: 2;
    padding: 0;
    margin: 0;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: .875rem 1rem .375rem;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
}
@media (max-width: 599px) {
  .calendars.action-show .calendar-key {
    top: 154px;
  }
}
.calendars.action-show .event-keys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 799px) {
  .calendars.action-show .event-keys {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.calendars.action-show .event-key-title {
  display: none;
}
@media (max-width: 799px) {
  .calendars.action-show .event-key-title {
    display: block;
    font-weight: bold;
    font-size: .9375rem;
    letter-spacing: 1.67px;
    color: #35404e;
  }
}
.calendars.action-show .event-key {
  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-right: 1.25rem;
  color: rgba(53, 64, 78, .6);
  font-size: .875rem;
  cursor: pointer;
}
.calendars.action-show .event-key:before {
  content: "";
  border-radius: 2px;
  display: inline-block;
  margin-right: .625rem;
  height: 15px;
}
.calendars.action-show .event-key.unavailable:before {
  width: 15px;
  border: 1px solid #d7d7d7;
  background: url("/assets/calendar-unavailable-UBZFX2LP-f36ee182.png") center no-repeat;
}
@media (max-width: 799px) {
  .calendars.action-show .event-key.unavailable {
    display: none;
  }
}
.calendars.action-show .event-key.confirmed:before {
  border-left: 15px solid #28c6c7;
}
.calendars.action-show .event-key.unconfirmed:before {
  border-left: 15px solid #e5aa17;
}
.calendars.action-show .event-key.cancelled:before {
  border-left: 15px solid #ff4a45;
}
.calendars.action-show .event-key.external:before {
  border-left: 15px solid #35404e;
}
.calendars.action-show .fc-timeGridWeek-view {
  border-right: 1px solid #d7d7d7;
}
.calendars.action-show .fc-timeGridWeek-view .fc-day-grid .fc-row {
  min-height: 50px;
}
.calendars.action-show .fc-timeGridWeek-view .fc-row.fc-week.fc-widget-content .fc-day {
  background: url("/assets/calendar-unavailable-UBZFX2LP-f36ee182.png") repeat;
  opacity: 1;
  height: 50px;
}
.calendars.action-show .fc-timeGridWeek-view .fc-day-header span {
  word-spacing: 100vw;
}
.calendars.action-show .fc-timeGridWeek-view .fc-day-header span:first-line {
  font-size: 1.125rem;
  font-weight: 700;
}
.calendars.action-show .fc-timeGridWeek-view .fc-day-header.fc-today span {
  opacity: 1;
}
.calendars.action-show .fc-timeGridWeek-view .fc-day-header.fc-today span:first-line {
  color: #28c6c7;
}
.calendars.action-show .fc-timeGridDay-view {
  border-right: 1px solid #d7d7d7;
}
.calendars.action-show .fc-timeGridDay-view .fc-now-indicator-line:before {
  left: -29px;
}
.calendars.action-show .fc-timeGridDay-view .fc-day-header {
  text-align: left;
  text-align: initial;
}
.calendars.action-show .fc-timeGridDay-view .fc-day-header span {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 17px;
  padding-left: 45px;
}
.calendars.action-show .fc-timeGridDay-view .fc-day-grid .fc-row {
  min-height: 25px;
}
.calendars.action-show .fc-timeGridDay-view .fc-day-grid .fc-day {
  background: url("/assets/calendar-unavailable-UBZFX2LP-f36ee182.png") repeat;
}
.calendars.action-show .fc-timeGridDay-view .fc-day-grid-event {
  margin: 0 48px 3px;
}
.calendars.action-show .fc-timeGridDay-view .fc-event-container {
  margin: 0 45px;
}
.calendars.action-show .fc-timeGridDay-view .fc-event-container .fc-event {
  margin-bottom: .125rem;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-number {
  float: left;
  font-size: .75rem;
}
.calendars.action-show .fc-dayGridMonth-view .fc-time {
  font-weight: normal;
}
.calendars.action-show .fc-dayGridMonth-view .fc-title {
  font-weight: normal;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid .fc-row {
  height: 145px;
  border-right: 1px solid #d7d7d7;
}
.calendars.action-show .fc-dayGridMonth-view .fc-other-month {
  background: url("/assets/calendar-unavailable-UBZFX2LP-f36ee182.png") repeat;
}
.calendars.action-show .fc-dayGridMonth-view .fc-event-container .fc-content {
  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;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calendars.action-show .fc-dayGridMonth-view .fc-event-container .fc-title {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event {
  height: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event .fc-content {
  opacity: .7;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.all-day .fc-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.event-external {
  border-color: rgba(53, 64, 78, .7);
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.event-proposed {
  border-color: rgba(229, 170, 23, .7);
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.event-scheduled,
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.event-started,
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.event-ended {
  border-color: #28c6c7;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.event-scheduled .fc-content,
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.event-started .fc-content,
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.event-ended .fc-content {
  opacity: 1;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-grid-event.event-canceled {
  border-color: rgba(255, 74, 69, .7);
}
.calendars.action-show .fc-dayGridMonth-view .fc-event-container[colspan]:not([colspan="1"]) .fc-day-grid-event {
  -webkit-box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, .1);
  box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, .1);
}
.calendars.action-show .fc-dayGridMonth-view .fc-event-container[colspan]:not([colspan="1"]) .fc-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.calendars.action-show .fc-dayGridMonth-view .fc-row.fc-widget-header {
  border-bottom: 1px solid #d7d7d7;
  border-right: none;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-header {
  text-align: left;
  border-right: 1px solid #fafafa;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-header span {
  font-size: .75rem;
  background: none;
  border-top: none;
}
.calendars.action-show .fc-dayGridMonth-view .fc-day-header span:first-line {
  font-size: .75rem;
  font-weight: 700;
}
.calendars.action-show .fc-dayGridMonth-view .fc-widget-content {
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.calendars.action-show .fc-more-popover .fc-day-grid-event .fc-content {
  opacity: 1;
}
.calendars.action-show .fc-more-popover .fc-day-grid-event.event-external {
  border-color: #35404e;
}
.calendars.action-show .fc-more-popover .fc-day-grid-event.event-proposed {
  border-color: #e5aa17;
}
.calendars.action-show .fc-more-popover .fc-day-grid-event.event-canceled {
  border-color: #ff4a45;
}
@media (max-width: 799px) {
  .calendars.action-show .fc-scroller {
    overflow: hidden !important;
  }
}
.calendars.action-show .fc-list-table .fc-list-heading:not(:first-of-type) .fc-widget-header {
  margin-top: 1.375rem;
}
.calendars.action-show .fc-list-table .fc-list-heading.is-today .fc-list-heading-alt {
  color: #28c6c7;
}
.calendars.action-show .fc-list-table .fc-widget-header {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 1rem;
}
.calendars.action-show .fc-list-table .fc-list-heading-alt {
  font-family: "Roboto";
  font-size: 1.25rem;
  font-weight: bold;
  color: #35404e;
  margin-right: .25rem;
}
.calendars.action-show .fc-list-table .fc-list-heading-main {
  font-family: "Roboto";
  font-size: .625rem;
  text-transform: uppercase;
  color: #35404e;
  letter-spacing: .78px;
  margin: auto 0 4px;
}
.calendars.action-show .fc-list-table .fc-list-item {
  background: #fff;
  color: #35404e;
  -webkit-box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, .1);
  box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, .1);
  border-radius: .25rem;
  margin: 0 2px 10px;
  position: relative;
  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;
  height: 50px;
}
.calendars.action-show .fc-list-table .fc-list-item:last-of-type {
  margin-bottom: .125rem;
}
.calendars.action-show .fc-list-table .fc-list-item:before {
  content: "";
  padding: 2px;
  position: absolute;
  height: 47px;
  border-radius: 2px;
}
.calendars.action-show .fc-list-table .fc-list-item.event-proposed:before {
  background: #e5aa17;
}
.calendars.action-show .fc-list-table .fc-list-item.event-canceled:before {
  background: #ff4a45;
}
.calendars.action-show .fc-list-table .fc-list-item.event-scheduled:before,
.calendars.action-show .fc-list-table .fc-list-item.event-started:before,
.calendars.action-show .fc-list-table .fc-list-item.event-ended:before {
  background: #28c6c7;
}
.calendars.action-show .fc-list-table .fc-list-item.event-external:before {
  background: #35404e;
}
.calendars.action-show .fc-list-table .fc-list-item-marker {
  display: none;
}
.calendars.action-show .fc-list-table td.fc-list-item-time,
.calendars.action-show .fc-list-table td.fc-list-item-title {
  display: inline-block;
  border: none;
  margin-left: .5rem;
}
.calendars.action-show .fc-list-table .fc-list-item-time {
  margin-top: .5rem;
}
.calendars.action-show .fc-list-table .fc-list-item-title a {
  text-decoration: none;
}
.collapsible-group {
  margin-bottom: 1rem;
}
.collapsible-group summary {
  cursor: pointer;
  padding: .5rem;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.collapsible-group summary:hover {
  background-color: #e0e0e0;
}
.collapsible-group[open] summary {
  border-bottom: 1px solid #ccc;
}
.collapsible-group-body {
  margin-top: 1rem;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flash {
  position: fixed;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  color: #fff;
  font-size: 16px;
  background-color: #333a47;
}
.flash.notice {
  background-color: #333a47;
}
.flash.alert {
  background-color: #f8d7da;
}
.flash .notice-icon {
  margin-right: 10px;
}
.flash .message {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flash .close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.reschedule-confirmation-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  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;
  z-index: 1000;
}
.reschedule-confirmation-modal .modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
}
.reschedule-confirmation-modal h2 {
  margin-top: 0;
}
.reschedule-confirmation-modal .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
.reschedule-confirmation-modal button {
  margin-left: 10px;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.reschedule-confirmation-modal .confirm-btn {
  background-color: #28c6c7;
  color: white;
}
.reschedule-confirmation-modal .cancel-btn {
  color: #f44336;
  border: 1px solid #f44336;
}
@media (max-width: 600px) {
  .reschedule-confirmation-modal .modal-content {
    width: 90%;
    max-height: 90%;
  }
}
.one-off-unavailability {
  margin-top: -2px !important;
}
.fc-event-description {
  font-size: .8em;
  font-style: italic;
  margin-top: 2px;
}
.one-off-availability {
  background-color: white !important;
}
.calendar_providers.action-new ul {
  list-style: none;
}
.calendar_providers.action-new ul li a.btn-provider {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  height: 60px;
  width: 98%;
  padding: 0;
}
.calendar_providers.action-new ul li a.btn-provider.other {
  text-indent: 0px;
  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;
}
.calendar_providers.action-new ul li a.btn-provider.other span {
  font-size: 1.2em;
}
.calendar_providers.action-new ul li a.btn-provider.other span:first-of-type {
  color: #28c6c7;
  font-weight: 600;
}
.calendar_providers.action-new ul li a.btn-provider:hover {
  background-color: #f2f2f2;
}
.calendar_providers.action-new ul li a.btn-provider.apple {
  background-image: url("/assets/apple-icloud-logo-3ZZTCHCE-9df2eccf.png");
}
.calendar_providers.action-new ul li a.btn-provider.google {
  background-image: url("/assets/google-logo-2FZDB4V7-2904ff7b.png");
}
.calendar_providers.action-new ul li a.btn-provider.office365 {
  background-image: url("/assets/office365-logo-HOQ2SOST-b9a6bca6.png");
}
.calendar_providers.action-new ul li a.btn-provider.exchange {
  background-image: url("/assets/exchange-logo-ED2YIKFS-19932030.png");
}
.calendar_providers.action-new ul li a.btn-provider.live-connect {
  background-image: url("/assets/live-connect-logo-C7NBKSNI-457c971b.png");
}
.calendar_providers.action-new input[type=checkbox] {
  cursor: pointer;
}
.calendar_providers.action-index .page .icon-import:before,
.calendar_providers.action-index .page .icon-export:before {
  height: 20px;
  width: 20px;
}
.calendar_providers.action-index .page .icon-calendar {
  padding: .25rem 1rem 0 .25rem;
}
.calendar_providers.action-index .page .icon-calendar:before {
  height: 30px;
  width: 30px;
}
.calendar-remove-btn:before {
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.calendar-remove-btn:hover:before {
  background-color: #ff4a45;
}
.choices__inner {
  background-color: inherit;
}
.choices[data-type*=select-multiple] .choices__inner {
  cursor: pointer;
}
.choices__inner .choices[data-type*=text] .choices__input--cloned {
  cursor: text;
}
.choices__inner .choices__input {
  background-color: inherit;
}
.choices__inner .choices__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.choices__inner .choices__list--multiple .choices__item {
  padding: 6px 10px;
  text-transform: uppercase;
  background: #efefef;
  border-radius: 8px;
  font-size: 12px;
  color: #35404e;
  line-height: 1em;
  font-weight: bold;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.choices__inner .choices__list--multiple button.choices__button {
  -webkit-filter: invert(1);
  filter: invert(1);
  border: none;
  height: 10px;
}
.choices__inner .choices__list--single button.choices__button {
  margin-right: 35px;
}
.choices__list--multiple .choices__item {
  color: #fff;
}
.choices[data-type*=select-one],
.choices[data-type*=select-multiple] {
  font-size: 20px;
}
.choices[data-type*=select-one]:after,
.choices[data-type*=select-multiple]:after {
  content: "";
  background: url("/assets/icon-chevron-down-active-QCC6DRT6-9c4cbc48.svg") no-repeat;
  border: none;
  background-size: 10px;
  height: 10px;
  width: 10px;
  -webkit-transition: .2s transform;
  transition: .2s transform;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open:after,
.choices[data-type*=select-multiple].is-open:after {
  margin-top: 0;
  -webkit-transform: rotate(-180deg) translateY(80%);
  transform: rotate(-180deg) translateY(80%);
}
.attachment-category-lookup .choices.is-focused {
  background: white;
}
.confirmations.action-new .form-group.inline,
.confirmations.action-create .form-group.inline {
  display: inline-block;
  margin-bottom: 0;
}
.confirmations.action-new .first-name,
.confirmations.action-create .first-name {
  width: 150px;
}
.confirmations.action-new .last-name,
.confirmations.action-create .last-name {
  width: 300px;
}
.confirmations.action-new .card,
.confirmations.action-create .card {
  overflow: visible;
  overflow: initial;
}
.confirmation-form-group {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.confirmation-form-group .choices__inner {
  min-height: 0;
  min-height: initial;
  max-height: 42px;
}
.confirmation-form-group .choices__item,
.confirmation-form-group select,
.confirmation-form-group input {
  font-family: "Roboto";
  font-weight: bold;
  text-transform: capitalize;
  color: #35404e;
}
.confirmation-form-group .choices__item.select,
.confirmation-form-group select.select,
.confirmation-form-group input.select {
  cursor: text;
  cursor: pointer;
}
.confirmation-form-group .flatpickr-wrapper {
  width: 100%;
}
.confirmation-form-titles {
  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;
  margin-bottom: .375rem;
  width: 100%;
}
@media (max-width: 599px) {
  .confirmation-form-titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.confirmation-form-titles.is-active {
  margin-bottom: 1rem;
}
.confirmation-form-titles.is-active .confirmation-medicare-help-link {
  color: #35404e;
  text-decoration: underline;
}
.confirmation-medicare-help-link {
  font-size: 13px;
  margin-bottom: 0;
  padding: .25rem 0;
  color: #797979;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.confirmation-medicare-help-link:hover {
  color: #35404e;
  text-decoration: underline;
}
.confirmation-form-title {
  width: auto;
}
.confirmation-form-inputs {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 .5rem;
  width: 100%;
}
.confirmation-form-input {
  width: 100%;
  margin-bottom: .5rem;
}
.confirmation-form-input.is-half {
  width: calc(50% - 5px);
}
@media (max-width: 499px) {
  .confirmation-form-input.is-half {
    width: 100%;
  }
}
.confirmation-form-input .confirmation-referral-date {
  background: url("/assets/icon-calendar-active-OJFPVZG4-f95ca94d.svg") no-repeat;
  background-size: 16px;
  background-position: right 12px center;
}
.confirmation-form-input .choices__item {
  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;
}
.confirmation-medicare-help-image {
  margin: 0 .5rem 1rem auto;
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  -webkit-transition:
    margin .2s linear,
    max-height .2s linear,
    opacity .2s linear,
    visibility .2s linear;
  transition:
    margin .2s linear,
    max-height .2s linear,
    opacity .2s linear,
    visibility .2s linear;
}
@media (max-width: 599px) {
  .confirmation-medicare-help-image {
    margin: 0 auto 1rem;
  }
}
.confirmation-medicare-help-image.is-hidden {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .confirmation-medicare-help-image.is-hidden {
    margin: 0;
  }
}
@media (max-width: 499px) {
  .confirmation-buttons {
    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;
  }
  .confirmation-buttons .hb-button {
    margin-bottom: 10px;
  }
  .confirmation-buttons .hb-button:last-child {
    margin-bottom: 0;
  }
}
.consultation-sidebar .sidebar-modal-divider {
  margin: 1.375rem 0;
}
.consultation-sidebar .choices {
  margin-bottom: 0;
}
.consultation-sidebar .choices__inner {
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}
.consultation-sidebar .choices__inner:hover {
  border-color: #28c6c7;
}
.consultation-sidebar .choices.is-open .choices__inner {
  border-color: #28c6c7;
}
.consultation-sidebar .choices__list--dropdown {
  border-color: #28c6c7;
}
.consultation-sidebar .form-group label {
  font-family: "Roboto";
  font-size: .875rem;
  color: #35404e;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: .85rem;
}
.consultation-sidebar .btn-secondary {
  display: none;
}
.consultation-sidebar .btn-primary {
  width: 100%;
  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;
}
.consultation-sidebar .btn-primary.btn.btn-round {
  margin-left: 0;
}
.consultation-sidebar .sidebar-modal-block.consultation-block .choices__item:after {
  content: none;
}
.consultation-sidebar .sidebar-modal-block.consultation-block .choices__list--dropdown .choices__item {
  padding: 10px;
}
.consultation-sidebar .sidebar-modal-block .form-group.inline.date-time {
  max-width: none;
  width: 50%;
}
.consultation-sidebar .sidebar-modal-block .form-group.inline.date-time:first-of-type {
  padding-right: .375rem;
}
.consultation-sidebar .sidebar-modal-block .form-group.inline.date-time:last-of-type {
  padding-left: .375rem;
}
@media (max-width: 499px) {
  .consultation-sidebar .sidebar-modal-block .form-group.inline.date-time {
    width: 100%;
  }
  .consultation-sidebar .sidebar-modal-block .form-group.inline.date-time:first-of-type,
  .consultation-sidebar .sidebar-modal-block .form-group.inline.date-time:last-of-type {
    padding: 0;
  }
}
.consultation-sidebar .sidebar-modal-block .choices__inner {
  min-height: 0;
  min-height: initial;
  max-height: 42px;
}
.consultation-sidebar-event {
  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;
  padding: .625rem 1rem;
  margin-bottom: .375rem;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
  cursor: pointer;
}
.consultation-sidebar-event:hover {
  border-color: #28c6c7;
}
.consultation-sidebar-event.is-selected {
  border-color: #28c6c7;
}
.consultation-sidebar-appointment {
  display: block;
  visibility: visibile;
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.consultation-sidebar-appointment h4.sidebar-modal-block-title {
  font-family: "Roboto";
  font-weight: bold;
  color: #35404e;
  margin: 0;
}
.consultation-sidebar-appointment.is-hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.consultation-sidebar-appointment .icon-checkbox-group {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.consultation-sidebar-add-patient {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.consultation-sidebar-add-patient:hover .add-patient-text {
  color: #35404e;
}
.add-patient-text {
  font-family: "Roboto";
  font-size: .875rem;
  color: rgba(53, 64, 78, .6);
  font-weight: bold;
  padding-left: .5rem;
  cursor: pointer;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in;
}
.add-patient-text.is-active {
  color: #35404e;
}
.consultation-sidebar-availability {
  display: block;
  visibility: visibile;
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.consultation-sidebar-availability.is-hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.sidebar-modal-block .date input {
  height: 38px;
}
.sidebar-modal-block.time-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .375rem;
}
@media (max-width: 499px) {
  .sidebar-modal-block.time-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.sidebar-modal-block.time-group .error {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  word-break: break-word;
}
.sidebar-modal-block.warning-group {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-modal-block .flatpickr-calendar {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: .75rem 1.25rem;
}
.sidebar-modal-block .flatpickr-calendar.is-visible {
  visibility: visible;
  opacity: 1;
  height: 100%;
  max-height: 330px;
  margin: 1.5rem 1.25rem 2rem;
}
.sidebar-modal-block .flatpickr-calendar.is-visible.noCalendar {
  height: auto;
  margin: 0;
}
@media (max-width: 399px) {
  .sidebar-modal-block .flatpickr-calendar {
    max-width: 288px;
  }
}
@media (max-width: 499px) {
  .sidebar-modal-block .flatpickr-calendar.is-visible {
    margin: 1.5rem auto 2rem;
  }
}
.sidebar-modal-block .flatpickr-altinput {
  height: 38px;
  cursor: pointer;
}
.consultation-sidebar-patient-select {
  margin-bottom: .75rem;
}
.consultation-sidebar-patient-select .patient-name {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
}
.consultation-sidebar-events .sidebar-modal-block-title,
.consultation-sidebar-events .sidebar-event-title {
  font-size: .9375rem;
}
.consultation-sidebar-events .sidebar-modal-block-title {
  margin-bottom: .875rem;
}
.add-patient-fullname .sidebar-modal-input {
  width: 100%;
}
.add-patient-form.is-hidden {
  display: none;
}
.add-patient-fullname {
  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;
}
.add-patient-last-name,
.add-patient-first-name {
  width: calc(50% - 14px);
}
.add-patient-contact {
  margin: .5rem 0 1rem;
}
.patient-file-lookup.error .choices__inner {
  border: 1px solid #ff3d57;
}
.show-all-day .flatpickr-altinput {
  margin-bottom: 2.75rem;
}
.consultation-types-sidebar-pricing {
  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;
}
.consultation-types-sidebar-pricing .sidebar-modal-block {
  width: 30%;
  margin-bottom: 0;
}
.consultation-types-sidebar-price.full-width {
  width: 100%;
}
.consultation-types-sidebar-tip {
  display: block;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial;
  line-height: 1.7;
}
.consultation-types-sidebar-tip .icon {
  margin-right: .125rem;
}
.claim-items .choices[data-type*=select-one] > .choices__list > .choices__list > .choices__item--selectable {
  padding-right: 10px;
}
.claim-items .choices[data-type*=select-one] > .choices__list > .choices__list > .choices__item--selectable::after {
  display: none;
}
.calendar_activity.action-new .new-patient,
.calendar_activity.action-create .new-patient,
.calendar_activity.action-edit .new-patient,
.calendar_activity.action-update .new-patient,
.consultations.action-new .new-patient,
.consultations.action-create .new-patient,
.consultations.action-edit .new-patient,
.consultations.action-update .new-patient {
  margin-bottom: 10px;
}
.calendar_activity.action-new .form-group.patient,
.calendar_activity.action-create .form-group.patient,
.calendar_activity.action-edit .form-group.patient,
.calendar_activity.action-update .form-group.patient,
.consultations.action-new .form-group.patient,
.consultations.action-create .form-group.patient,
.consultations.action-edit .form-group.patient,
.consultations.action-update .form-group.patient {
  margin-bottom: 5px;
}
.calendar_activity.action-new .form-group.date,
.calendar_activity.action-create .form-group.date,
.calendar_activity.action-edit .form-group.date,
.calendar_activity.action-update .form-group.date,
.consultations.action-new .form-group.date,
.consultations.action-create .form-group.date,
.consultations.action-edit .form-group.date,
.consultations.action-update .form-group.date {
  max-width: 120px;
}
.calendar_activity.action-new .form-group.time,
.calendar_activity.action-create .form-group.time,
.calendar_activity.action-edit .form-group.time,
.calendar_activity.action-update .form-group.time,
.consultations.action-new .form-group.time,
.consultations.action-create .form-group.time,
.consultations.action-edit .form-group.time,
.consultations.action-update .form-group.time {
  width: 100px;
}
.calendar_activity.action-new .form-group.zone,
.calendar_activity.action-create .form-group.zone,
.calendar_activity.action-edit .form-group.zone,
.calendar_activity.action-update .form-group.zone,
.consultations.action-new .form-group.zone,
.consultations.action-create .form-group.zone,
.consultations.action-edit .form-group.zone,
.consultations.action-update .form-group.zone {
  margin-left: 5px;
}
.calendar_activity.action-new .form-group.zone div,
.calendar_activity.action-create .form-group.zone div,
.calendar_activity.action-edit .form-group.zone div,
.calendar_activity.action-update .form-group.zone div,
.consultations.action-new .form-group.zone div,
.consultations.action-create .form-group.zone div,
.consultations.action-edit .form-group.zone div,
.consultations.action-update .form-group.zone div {
  line-height: 40px;
}
.calendar_activity.action-new .form-group.inline,
.calendar_activity.action-create .form-group.inline,
.calendar_activity.action-edit .form-group.inline,
.calendar_activity.action-update .form-group.inline,
.consultations.action-new .form-group.inline,
.consultations.action-create .form-group.inline,
.consultations.action-edit .form-group.inline,
.consultations.action-update .form-group.inline {
  display: inline-block;
  margin-bottom: 0;
}
.calendar_activity.action-new .form-group .radio-inline,
.calendar_activity.action-create .form-group .radio-inline,
.calendar_activity.action-edit .form-group .radio-inline,
.calendar_activity.action-update .form-group .radio-inline,
.consultations.action-new .form-group .radio-inline,
.consultations.action-create .form-group .radio-inline,
.consultations.action-edit .form-group .radio-inline,
.consultations.action-update .form-group .radio-inline {
  display: inline-block;
}
.calendar_activity.action-new .success,
.calendar_activity.action-create .success,
.calendar_activity.action-edit .success,
.calendar_activity.action-update .success,
.consultations.action-new .success,
.consultations.action-create .success,
.consultations.action-edit .success,
.consultations.action-update .success {
  color: #09b66d;
}
.calendar_activity.action-new .promotion-block .field_with_errors,
.calendar_activity.action-create .promotion-block .field_with_errors,
.calendar_activity.action-edit .promotion-block .field_with_errors,
.calendar_activity.action-update .promotion-block .field_with_errors,
.consultations.action-new .promotion-block .field_with_errors,
.consultations.action-create .promotion-block .field_with_errors,
.consultations.action-edit .promotion-block .field_with_errors,
.consultations.action-update .promotion-block .field_with_errors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.calendar_activity.action-new .first-name,
.calendar_activity.action-create .first-name,
.consultations.action-new .first-name,
.consultations.action-create .first-name {
  width: 150px;
}
.calendar_activity.action-new .last-name,
.calendar_activity.action-create .last-name,
.consultations.action-new .last-name,
.consultations.action-create .last-name {
  width: 300px;
}
.calendar_activity.action-show .page,
.consultations.action-show .page {
  border: none;
}
@media (max-width: 899px) {
  .calendar_activity.action-show .page,
  .consultations.action-show .page {
    background-color: transparent;
  }
}
.calendar_activity.action-show .page-header,
.consultations.action-show .page-header {
  border-bottom: none;
}
.appointment-header {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.appointment-header:empty {
  padding: 0;
}
@media (max-width: 699px) {
  .appointment-header {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 399px) {
  .appointment-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.appointment-refresher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.appointment-refresher .hb-button {
  margin-bottom: 22px;
}
@media (max-width: 399px) {
  .appointment-refresher {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .appointment-refresher .subnav__item {
    width: 100%;
  }
  .appointment-refresher .hb-button {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 699px) {
  .appointment-heading {
    display: none;
  }
}
.appointment-details-top-header {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.appointment-details-title {
  margin-right: 12px;
}
.appointment-details-status {
  margin-bottom: 0;
}
.appointment-details-status.tag {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 10px;
  cursor: pointer;
}
.appointment-details-status--intake-form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: .8rem 0rem !important;
}
.appointment-body {
  display: grid;
  grid-template-columns: [details] 70% [patient] auto;
  grid-column-gap: 22px;
  margin-bottom: 2rem;
}
@media (max-width: 899px) {
  .appointment-body {
    background-color: #fafafa;
    grid-template-columns: [details] 65% [patient] auto;
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 699px) {
  .appointment-body {
    grid-template-columns: none;
    grid-row-gap: 10px;
    padding-bottom: 0;
  }
}
.appointment-details {
  margin-top: 16px;
}
.appointment-details-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.appointment-details-bottom p {
  margin-bottom: 0;
}
.appointment-details-bottom .hb-button {
  width: 154px;
}
@media (max-width: 399px) {
  .appointment-details-bottom .hb-button {
    width: 100%;
  }
}
.appointment-details-patient .appointment-details-bottom {
  grid-template-columns: 66.66% 33.33%;
  grid-row-gap: 16px;
}
.appointment-detail {
  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;
  padding-right: 12px;
  margin-bottom: 0;
}
.appointment-detail:last-child {
  padding-right: 0;
}
.appointment-detail-patient {
  display: none;
}
@media (max-width: 699px) {
  .appointment-detail-patient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.appointment-detail-text {
  margin-left: 8px;
  font-size: .875rem;
  color: #35404e;
}
.appointment-detail-text-error {
  color: red;
}
.appointment-details-wrapper,
.appointment-patient-wrapper {
  background-color: #fafafa;
  padding: 18px;
  border-radius: 10px;
  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;
}
@media (max-width: 899px) {
  .appointment-details-wrapper,
  .appointment-patient-wrapper {
    padding: 15px 10px;
    background-color: #fff;
  }
}
.appointment-details,
.appointment-pricing {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-row-gap: 16px;
}
@media (max-width: 599px) {
  .appointment-details,
  .appointment-pricing {
    grid-template-columns: repeat(2, 50%);
    grid-row-gap: 16px;
  }
}
@media (max-width: 399px) {
  .appointment-details,
  .appointment-pricing {
    grid-template-columns: 100%;
  }
}
.appointment-details-patient .appointment-details,
.appointment-details-patient .appointment-pricing {
  grid-template-columns: repeat(3, 33.33%);
}
@media (max-width: 599px) {
  .appointment-details-patient .appointment-details,
  .appointment-details-patient .appointment-pricing {
    grid-template-columns: repeat(2, 50%);
    grid-row-gap: 16px;
  }
}
@media (max-width: 399px) {
  .appointment-details-patient .appointment-details,
  .appointment-details-patient .appointment-pricing {
    grid-template-columns: 100%;
  }
}
.appointment-pricing-status:before {
  content: "";
  display: block;
  min-width: 20px;
  height: 20px;
}
.appointment-pricing-status.paid:before {
  background: url("/assets/icon-valid-IAJGXMAA-74336e45.svg") no-repeat center;
}
.appointment-pricing-status.pending {
  cursor: pointer;
}
.appointment-pricing-status.pending:before {
  background: url("/assets/icon-pause-CT2ZFK6F-ffbabb3b.svg") no-repeat center;
}
.appointment-pricing-status.refunded:before {
  background: url("/assets/icon-transaction-dark-QBHXO63E-acf6faa1.svg") no-repeat center;
}
.appointment-pricing-status.error:before {
  background: url("/assets/icon-red-circle-cross-LXFM7OK2-20dd5280.svg") no-repeat center;
}
.appointment-pricing-info {
  padding-right: 12px;
}
.appointment-pricing-info:last-of-type {
  padding-right: 0;
}
.appointment-pricing-info p {
  margin-bottom: 0;
  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;
}
.appointment-pricing-info .sidebar-modal-block-title {
  text-transform: uppercase;
  font-weight: bold;
}
.appointment-pricing-info .icon-medicare-dark {
  display: block;
}
.appointment-processing-text {
  margin-bottom: 0;
}
.appointment-patient-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.appointment-patient-wrapper .avatar {
  margin: auto;
}
@media (max-width: 899px) {
  .appointment-patient-wrapper .avatar {
    width: 60px;
    height: 60px;
  }
}
.appointment-patient-details .hb-button.medium {
  max-width: 276px;
  margin: auto;
}
@media (max-width: 399px) {
  .appointment-patient-details .hb-button.medium {
    max-width: none;
  }
}
.sidebar-modal-body .appointment-patient-details .hb-button.medium {
  max-width: none;
  margin-bottom: 1rem;
}
.appointment-patient-detail {
  margin-bottom: .875rem;
}
.appointment-patient-detail p {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}
.appointment-patient-detail:last-of-type {
  margin-bottom: 1.5rem;
}
.appointment-patient-name {
  font-weight: bold;
  font-size: 1rem;
  text-transform: capitalize;
  margin: .625rem 0 .75rem;
}
.appointment-patient-number-btn {
  font-size: 12px;
  max-width: 110px;
}
.form-price-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}
.form-price-options .form-group {
  margin-bottom: 0;
}
.form-price-options .form-group:first-of-type {
  margin-right: 1rem;
}
.waiting-spinner-container {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.125rem;
  text-align: center;
}
.consultations.action-show .loading-spinner-wrapper {
  margin-bottom: .75rem;
}
.consultations.action-show .subnav {
  padding-bottom: .75rem;
  margin: 0;
}
.consultations.action-show .subnav__subheading {
  font-weight: bold;
}
@media (max-width: 899px) {
  .consultations.action-show .sidebar-modal-block {
    margin-bottom: 10px;
  }
}
.consultations.action-show .page-block.page-block-notes {
  margin-bottom: 1.5rem;
}
@media (max-width: 899px) {
  .consultations.action-show .page-block.page-block-notes {
    margin-bottom: 10px;
  }
}
@media (max-width: 899px) {
  .consultations.action-show .table td.table-cell-view-all {
    padding-bottom: 0;
  }
}
.consultations.action-index .icon-medicare-dark,
.consultations.action-index .icon-price-filled {
  display: block;
  margin-right: 8px;
}
.consultations.action-index .icon-medicare-dark:last-child,
.consultations.action-index .icon-price-filled:last-child {
  margin-right: 0;
}
.consultations .sidebar-only {
  display: none;
}
.sidebar-modal-body .appointment-header {
  display: none;
}
.sidebar-modal-body .appointment-body {
  grid-template-columns: none;
  margin-bottom: 0;
  background-color: #fff;
  grid-row-gap: 0;
}
.sidebar-modal-body .appointment-details,
.sidebar-modal-body .appointment-pricing,
.sidebar-modal-body .appointment-details-bottom {
  grid-template-columns: 100%;
  grid-row-gap: 16px;
}
.sidebar-modal-body .appointment-details-wrapper,
.sidebar-modal-body .appointment-patient-wrapper {
  background-color: #fff;
  padding: 0;
}
.sidebar-modal-body .appointment-details-wrapper .hb-button.medium,
.sidebar-modal-body .appointment-patient-wrapper .hb-button.medium {
  padding: 10px 14px;
}
.sidebar-modal-body .appointment-patient-wrapper {
  padding-top: 30px;
}
.sidebar-modal-body .appointment-details-bottom .hb-button {
  margin-top: 1rem;
}
.consultation-state-scheduled-started {
  color: #28c6c7;
}
.consultation-state-proposed {
  color: #797979;
}
.consultation-state-cancelled-declined {
  color: #ff4a45;
}
.consultation-state-ended {
  color: #35404e;
}
.payment-modal.StripeElement {
  border: none !important;
  height: 100% !important;
  padding: 10px 0 !important;
}
.payment-method-container {
  margin-bottom: .5rem;
}
.add-payment-method {
  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;
}
.button-link {
  background: none;
  border: none;
  color: #007bff;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
}
.current-consultation-bar .subnav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: .5rem;
}
@media (max-width: 799px) {
  .current-consultation-bar .subnav__item {
    margin: 0 .5rem .5rem 0;
  }
}
@-webkit-keyframes grow {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes grow {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
.dashboard {
  margin-top: -20px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: -webkit-min-content -webkit-max-content;
  grid-template-rows: min-content max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "notification notification notification" "up-next      metrics      right-col" "main-chart   main-chart   right-col" "main-chart   main-chart   right-col";
}
@media (max-width: 1249px) {
  .dashboard {
    padding: 10px 0;
  }
}
@media (max-width: 1079px) {
  .dashboard {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 1079px) {
  .dashboard {
    padding: 10px 0;
  }
}
@media (max-width: 1079px) {
  .dashboard {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "notification notification" "up-next      right-col" "metrics      right-col" "main-chart   main-chart";
  }
}
@media (max-width: 767px) {
  .dashboard {
    margin-top: -10px;
    padding: 0;
    grid-template-columns: 100%;
    grid-template-areas: "notification" "up-next" "right-col" "metrics" "main-chart";
  }
}
.dashboard .appointment-icon {
  background-color: #fff;
  font-size: 0;
}
.dashboard .video-conference-icon {
  display: inline-block;
}
.dashboard .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%;
  margin: 0 auto;
}
.dashboard .phone-icon {
  display: inline-block;
}
.dashboard .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;
  margin: 0 auto;
}
.dashboard .clinic-icon {
  display: inline-block;
}
.dashboard .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;
  margin: 0 auto;
}
@media (max-width: 1339px) {
  .nav_menu-container:not(.collapsed) + .app-body-content .dashboard-left {
    grid-column-gap: 10px;
  }
}
@media (max-width: 1339px) {
  .nav_menu-container:not(.collapsed) + .app-body-content .dashboard-right {
    padding-left: 10px;
  }
}
.dashboard-block {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .dashboard-block {
    padding: 15px;
  }
}
.dashboard-block-title-container {
  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;
  padding-bottom: 3px;
}
.dashboard-block-title-container .hb-button {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.dashboard-block-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
}
@media (max-width: 599px) {
  .dashboard-block-title {
    font-size: 18px;
  }
}
.dashboard-block-scrollable {
  max-height: 276px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dashboard-block-scrollable::-webkit-scrollbar {
  display: none;
}
.dashboard-block-scrollable {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1079px) {
  .dashboard-block-scrollable {
    max-height: 267px;
  }
}
.dashboard-mini-chart {
  padding: 12px 10px;
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: 1fr minmax(100px, 40%);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 599px) {
  .dashboard-mini-chart {
    padding: 12px 5px 12px 15px;
  }
}
@media (max-width: 399px) {
  .dashboard-mini-chart {
    grid-template-columns: auto 100px;
  }
}
.dashboard-mini-chart .dashboard-mini-chart-left {
  padding-left: 10px;
}
@media (max-width: 599px) {
  .dashboard-mini-chart .dashboard-mini-chart-left {
    padding-left: 0;
  }
}
.dashboard-mini-chart .dashboard-mini-chart-right {
  position: relative;
  height: 120px;
  width: 120px;
  overflow: hidden;
  margin: 0;
  margin-left: auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .dashboard-mini-chart .dashboard-mini-chart-right {
    height: 108px;
    width: 100px;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .dashboard-mini-chart .dashboard-mini-chart-right {
    height: 120px;
    width: 120px;
    margin-right: 10px;
  }
}
.dashboard-mini-chart .dashboard-mini-chart-stats {
  padding: 8px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.dashboard-mini-chart .dashboard-mini-chart-stat-amount {
  font-weight: 400;
  font-size: 24px;
}
.dashboard-mini-chart .dashboard-mini-chart-stat-percent {
  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;
}
.dashboard-mini-chart .dashboard-mini-chart-stat-percent:before {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background: url("/assets/icon-chart-increase-YZNOPQX2-5cce0766.svg") no-repeat center;
  background-size: contain;
  margin: 0 8px;
}
.dashboard-mini-chart .dashboard-mini-chart-stat-percent .dashboard-mini-chart-stat-percent-label {
  cursor: default;
  background: #09b66d;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  min-width: 30px;
  text-align: center;
  border-radius: 8px;
}
.dashboard-mini-chart .dashboard-mini-chart-stat-percent.stat-decrease:before {
  background: url("/assets/icon-chart-decrease-SYRCVIE4-2ca371b3.svg") no-repeat center;
}
.dashboard-mini-chart .dashboard-mini-chart-stat-percent.stat-decrease .dashboard-mini-chart-stat-percent-label {
  background: #ff3d57;
}
.dashboard-mini-chart .dashboard-doughnut-chart {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dashboard-mini-chart .apexcharts-datalabels-group {
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.dashboard-mini-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
  font-family: Roboto !important;
  font-size: 13px;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  fill: #35404e !important;
}
@media (max-width: 399px) {
  .dashboard-mini-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
    font-size: 12px;
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
  }
}
.dashboard-mini-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
  font-family: Roboto !important;
  font-weight: bold;
  font-size: 28px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 599px) {
  .dashboard-mini-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
    font-size: 26px;
  }
}
@media (max-width: 399px) {
  .dashboard-mini-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
    font-size: 24px;
  }
}
.dashboard-mini-chart.without-chart {
  padding: 15px 20px 22px;
  margin: 20px 0 15px;
}
@media (max-width: 1079px) {
  .dashboard-mini-chart.without-chart {
    margin: 10px 0 0;
  }
}
.dashboard-mini-chart.without-chart .dashboard-mini-chart-left {
  padding: 0;
}
.dashboard-mini-chart.without-chart .dashboard-mini-chart-right {
  width: auto;
  height: auto;
  margin: 0;
}
.dashboard-mini-chart.without-chart .dashboard-mini-chart-stat-amount {
  text-align: right;
}
.dashboard-mini-chart.without-chart .dashboard-mini-chart-stats {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.dashboard-mini-chart.without-chart .dashboard-mini-chart-stats .dashboard-mini-chart-stat-amount {
  min-width: 100%;
}
.progress-bar .progress-bar-prompt {
  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;
}
.progress-bar .progress-bar-prompt:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: #ff3d57 3px solid;
  border-radius: 50%;
  margin-right: 7px;
}
.progress-bar .progress-bar-element {
  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;
}
.progress-bar .progress-bar-line {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  border-radius: 2px;
  overflow: hidden;
  height: 4px;
  background: #efefef;
}
.progress-bar .progress-bar-line .progress-bar-line-complete {
  background: #ff3d57;
  height: 4px;
  -webkit-animation: grow 1s .5s;
  animation: grow 1s .5s;
}
.progress-bar .progress-bar-percent {
  padding-left: 15px;
  color: rgb(73.6335877863, 88.9160305344, 108.3664122137);
}
.progress-bar.error .progress-bar-prompt:before {
  border: #ff3d57 3px solid;
}
.progress-bar.error .progress-bar-line .progress-bar-line-complete {
  background: #ff3d57;
}
.progress-bar.warning .progress-bar-prompt:before {
  border: #fdbf5e 3px solid;
}
.progress-bar.warning .progress-bar-line .progress-bar-line-complete {
  background: #fdbf5e;
}
.progress-bar.success .progress-bar-prompt:before {
  border: #28c6c7 3px solid;
}
.progress-bar.success .progress-bar-line .progress-bar-line-complete {
  background: #28c6c7;
}
.dashboard-tip a {
  display: block;
  padding: 12px 0;
  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;
  font-weight: bold;
  color: rgb(63.3167938931, 76.4580152672, 93.1832061069);
}
.dashboard-tip a:before {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.dashboard-client-card {
  background: #fafafa;
  border-radius: 5px;
  margin: 10px 0 0;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 45px auto 45px;
}
@media (max-width: 399px) {
  .dashboard-client-card {
    grid-template-columns: 45px auto;
  }
}
.dashboard-client-card .avatar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #28c6c7;
  width: 45px;
  height: 45px;
  font-size: 18px;
}
@media (max-width: 399px) {
  .dashboard-client-card .dashboard-client-card-appointment-type {
    display: none;
  }
}
.dashboard-client-card .dashboard-client-card-body {
  padding: 0 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.dashboard-client-card .dashboard-client-card-title {
  display: block;
  font-weight: bold;
}
.dashboard-client-card .dashboard-client-card-details {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.45em;
}
.dashboard-client-card .dashboard-client-card-timestamp {
  display: block;
  padding: 3px 0 0;
  font-size: 12px;
  color: rgba(53, 64, 78, .6);
}
.dashboard-client-card .dashboard-client-card-action {
  display: inline-block;
  margin: 3px 0 1px;
}
.dashboard-notification {
  padding: 15px 20px;
  grid-area: notification;
  margin-top: 20px;
}
@media (max-width: 1079px) {
  .dashboard-notification {
    margin-top: 10px;
  }
}
.dashboard-notification span {
  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;
}
.dashboard-notification span:before {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.dashboard-promotions-carousel .flickity-page-dots,
.dashboard-up-next .flickity-page-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  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;
  position: absolute;
  top: -22px;
  right: 5px;
}
.dashboard-promotions-carousel .flickity-page-dots li,
.dashboard-up-next .flickity-page-dots li {
  cursor: pointer;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: rgb(237.25, 237.25, 237.25);
  border-radius: 50%;
  margin: 0 3px;
}
.dashboard-promotions-carousel .flickity-page-dots li.is-selected,
.dashboard-up-next .flickity-page-dots li.is-selected {
  background: #35404e;
}
.dashboard-up-next {
  padding: 20px 15px;
  grid-area: up-next;
}
@media (max-width: 599px) {
  .dashboard-up-next {
    padding: 15px 10px;
  }
}
.dashboard-up-next .dashboard-block-title {
  padding: 0 5px;
}
.dashboard-up-next .dashboard-up-next-carousel {
  position: relative;
}
.dashboard-up-next .dashboard-up-next-carousel .flickity-viewport {
  overflow: hidden;
}
.dashboard-up-next .dashboard-up-next-slide {
  width: 100%;
  padding: 0 5px;
}
.dashboard-up-next .dashboard-client-card {
  margin: 10px 0 18px;
}
.dashboard-up-next .dashboard-up-next-service {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0;
}
@media (max-width: 399px) {
  .dashboard-up-next .dashboard-up-next-service {
    font-size: 14px;
  }
}
.dashboard-up-next .dashboard-up-next-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 6px 0 15px;
}
.dashboard-up-next .dashboard-up-next-overview .dashboard-up-next-overview-cell {
  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;
  padding: 5px 0;
  color: rgba(53, 64, 78, .7);
}
@media (max-width: 399px) {
  .dashboard-up-next .dashboard-up-next-overview .dashboard-up-next-overview-cell {
    padding: 3px 0;
  }
}
.dashboard-up-next .dashboard-up-next-overview .dashboard-up-next-overview-cell.icon:before {
  opacity: 1;
  margin: 0 8px 0 0;
}
.dashboard-up-next .dashboard-up-next-overview .dashboard-up-next-overview-cell:nth-child(even) {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.dashboard-up-next .dashboard-up-next-overview .dashboard-up-next-overview-cell:nth-child(even).icon:before {
  width: 17px;
  height: 17px;
}
.dashboard-up-next .hb-button {
  width: 100%;
  display: inline-block;
  font-size: .875rem;
  padding: 10px 5px;
}
@media (max-width: 399px) {
  .dashboard-up-next .hb-button {
    padding: 10px 20px;
    font-size: 15px;
  }
}
.dashboard-up-next .hb-button:first-child {
  margin-right: 10px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 399px) {
  .dashboard-up-next .hb-button:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .dashboard-up-next .flickity-page-dots {
    position: static;
    margin-top: 20px;
  }
}
.dashboard-up-next .sublink {
  display: block;
  padding: 13px 0 0px;
  text-align: center;
}
.dashboard-up-next.no-bookings {
  text-align: center;
}
.dashboard-up-next.no-bookings img {
  margin: 20px 0;
  max-height: 178px;
}
.dashboard-up-next-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 399px) {
  .dashboard-up-next-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dashboard-up-next-empty img {
  margin: 20px 0;
  max-height: 178px;
}
.dashboard-up-next-empty .hb-button {
  width: 100%;
  display: inline-block;
  color: #fafafa;
}
.dashboard-up-next-empty .hb-button:hover {
  color: #fafafa;
}
.dashboard-metrics {
  grid-area: metrics;
}
@media (min-width: 800px) and (max-width: 1079px) {
  .dashboard-metrics:nth-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .dashboard-metrics {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "left-graph right-graph" "tip tip";
  }
}
@media (max-width: 599px) {
  .dashboard-metrics {
    grid-template-columns: 100%;
    grid-template-areas: "left-graph" "right-graph" "tip";
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .dashboard-metrics .dashboard-mini-chart:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .dashboard-metrics .dashboard-mini-chart {
    margin: 0 5px;
  }
  .dashboard-metrics .dashboard-mini-chart:first-child {
    margin-left: 0;
  }
  .dashboard-metrics .dashboard-mini-chart:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .dashboard-metrics .dashboard-mini-chart {
    margin: 0;
  }
  .dashboard-metrics .dashboard-mini-chart:first-child {
    margin-bottom: 10px;
  }
}
.dashboard-metrics .dashboard-tip {
  grid-area: tip;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .dashboard-metrics .dashboard-tip {
    display: none;
  }
}
.dashboard-main-chart {
  grid-area: main-chart;
  padding: 20px 20px 0 0;
  position: relative;
}
@media (max-width: 599px) {
  .dashboard-main-chart {
    padding: 15px 15px 0 0;
  }
}
.dashboard-main-chart.down-state {
  position: relative;
}
.dashboard-main-chart .down-state-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, .9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dashboard-main-chart .down-state-overlay img {
  max-width: 260px;
  margin: 0 0 20px;
}
.dashboard-main-chart .down-state-overlay .hb-button {
  margin-top: 20px;
}
.dashboard-main-chart .sublink {
  z-index: 1;
}
.dashboard-main-chart-header {
  padding: 0 12px 0 20px;
}
.dashboard-revenue .apexcharts-tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.dashboard-revenue .apexcharts-tooltip .apexcharts-tooltip-title {
  font-family:
    Roboto,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 13px !important;
  color: #797979;
  background: none !important;
  border: none !important;
  padding: 0 10px 4px !important;
  text-align: center;
}
.dashboard-revenue .apexcharts-tooltip .apexcharts-tooltip-series-group {
  padding: 4px 10px 0 !important;
}
.dashboard-revenue .apexcharts-tooltip .apexcharts-tooltip-marker {
  width: 8px;
  height: 8px;
  margin-right: 7px;
}
.dashboard-revenue .apexcharts-tooltip .apexcharts-tooltip-y-group {
  padding: 4px 0 2px;
}
.dashboard-revenue .apexcharts-tooltip .apexcharts-tooltip-text {
  font-family:
    Roboto,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 13px !important;
  color: #35404e !important;
}
.dashboard-revenue .apexcharts-tooltip .apexcharts-tooltip-text-value {
  margin-left: 0 !important;
  font-weight: 400 !important;
}
@media (max-width: 699px) {
  .dashboard-revenue .apexcharts-legend {
    bottom: 0 !important;
  }
}
.dashboard-revenue .apexcharts-legend-series {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px !important;
}
.dashboard-revenue .apexcharts-legend-series:last-of-type {
  margin-right: 0 !important;
}
.dashboard-revenue .apexcharts-legend-series .apexcharts-legend-marker {
  margin-right: 7px;
  width: 8px !important;
  height: 8px !important;
}
.dashboard-revenue .apexcharts-legend-series .apexcharts-legend-text {
  font-size: 15px !important;
  color: #35404e !important;
  font-family:
    Roboto,
    Helvetica,
    Arial,
    sans-serif !important;
}
@media (max-width: 699px) {
  .dashboard-revenue .apexcharts-legend-series .apexcharts-legend-text {
    font-size: 14px !important;
  }
}
.dashboard-revenue .apexcharts-bar-area {
  cursor: pointer;
}
.dashboard-sidebar {
  grid-area: right-col;
}
.dashboard-sidebar-block {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  padding: 15px 20px 22px;
  margin: 20px 0 15px;
}
@media (max-width: 1079px) {
  .dashboard-sidebar-block:last-child {
    margin-bottom: 0;
  }
}
.dashboard-promotions {
  padding: 15px 15px 22px;
}
.dashboard-promotions .dashboard-block-title {
  padding: 0 5px;
}
.dashboard-promotions-carousel {
  position: relative;
}
.dashboard-promotions-carousel .flickity-viewport {
  overflow: hidden;
}
.dashboard-promotions-body {
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 0 5px;
}
.dashboard-promotions-body-locked .dashboard-promotion-code-container {
  padding: .75rem;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: .938rem;
  font-weight: bold;
  color: #35404e;
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border: 2px dashed #d7d7d7;
  border-radius: 4px;
  -webkit-transition: border-color .4s ease-in-out, color .4s ease-in-out;
  transition: border-color .4s ease-in-out, color .4s ease-in-out;
}
@media (hover: hover) {
  .dashboard-promotions-body-locked .dashboard-promotion-code-container:hover {
    border-color: #28c6c7;
    color: #28c6c7;
  }
}
.dashboard-promotions-subtitle {
  font-weight: bold;
  margin-bottom: .125rem;
  color: #35404e;
  font-size: 1rem;
}
.dashboard-promotions-subtitle::first-letter {
  text-transform: uppercase;
}
.dashboard-promotions-description {
  margin-bottom: 1rem;
  color: #35404e;
  font-size: .9375rem;
  margin-bottom: 1rem;
}
.dashboard-promotions-description::first-letter {
  text-transform: uppercase;
}
.dashboard-promotion-code-container {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashboard-promotion-code-title {
  display: none;
  opacity: .8;
  margin: 0 0 .5rem;
  color: #35404e;
  text-align: center;
  font-size: .813rem;
  text-transform: uppercase;
  font-weight: bold;
}
.dashboard-promotion-code-title.is-visible {
  display: block;
}
.dashboard-promotion-code {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #35404e;
  font-size: 1.25rem;
  margin: 0;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border: 2px dashed #d7d7d7;
  border-radius: 4px;
  padding: .375rem 1rem;
  cursor: pointer;
  -webkit-transition: border-color .4s ease-in-out;
  transition: border-color .4s ease-in-out;
}
@media (hover: hover) {
  .dashboard-promotion-code:hover {
    border-color: #28c6c7;
  }
}
.dashboard-promotion-code .icon-copy,
.dashboard-promotion-code .icon-checkmark {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.dashboard-promotion-code .icon-copy {
  margin-left: .5rem;
}
.dashboard-promotion-code .icon-checkmark {
  position: absolute;
  right: 18px;
  opacity: 0;
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
}
.dashboard-promotion-code.code-copied {
  border-color: #28c6c7;
}
.dashboard-promotion-code.code-copied .icon-checkmark {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.dashboard-promotion-code.code-copied .icon-copy {
  opacity: 0;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}
.hb-button.dashboard-promotions-prac-button {
  text-transform: uppercase;
  padding: 5px 18px;
  display: block;
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 399px) {
  .hb-button.dashboard-promotions-prac-button {
    width: 95%;
  }
}
.dashboard-promotions-tip {
  margin-top: 1.5rem;
  padding: 0 5px;
}
.dashboard-promotions-tip p {
  font-weight: normal;
  text-decoration: none;
  font-size: .75rem;
  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: 0;
  color: rgba(53, 64, 78, .8);
}
.dashboard-promotions-tip p:before {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.profile-completeness-bar {
  padding: 15px 0 20px;
}
@media (max-width: 1079px) {
  .profile-completeness-bar {
    padding: 3px 0 5px;
  }
}
@media (max-width: 767px) {
  .profile-completeness-bar {
    padding: 10px 0 15px;
  }
}
.profile-completeness-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1079px) {
  .profile-completeness-list {
    max-height: 396px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1079px) and (max-width: 767px) {
  .profile-completeness-list {
    max-height: 9999px;
  }
}
.profile-completeness-list-item a {
  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;
  background: #fafafa;
  padding: 14px 15px;
  margin: 0 0 10px;
  border-radius: 4px;
  text-decoration: none;
}
@media (max-width: 599px) {
  .profile-completeness-list-item a {
    padding: 10px;
  }
}
.profile-completeness-list-item a:hover {
  background: rgb(247.45, 247.45, 247.45);
  color: #35404e;
}
.profile-completeness-list-item a:before {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.profile-completeness-list-item a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.profile-completeness-list-item a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: rgb(211.75, 211.75, 211.75) 1px solid;
  border-radius: 2px;
}
.profile-completeness-list-item a.complete:after {
  background: #28c6c7 url("/assets/check-Q4SQT252-9460b020.svg") no-repeat center;
  border-color: #28c6c7;
  background-size: 10px;
}
.health-record-completeness-item a {
  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;
  background: #fafafa;
  padding: 14px 15px;
  margin: 0 0 10px;
  border-radius: 4px;
  text-decoration: none;
}
@media (max-width: 599px) {
  .health-record-completeness-item a {
    padding: 10px;
  }
}
.health-record-completeness-item a:hover {
  background: rgb(247.45, 247.45, 247.45);
  color: #35404e;
}
.health-record-completeness-item a .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.health-record-completeness-item a .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.dashboard-scrolling-block a {
  text-decoration: none;
  color: #35404e;
}
.dashboard-scrolling-block a:hover {
  color: #35404e;
}
.dashboard-scrolling-block .dashboard-block-scrollable .tippy-box[data-theme~=light-border] {
  padding: 0px;
}
.dashboard-scrolling-block .tippy-content {
  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;
  padding: 0;
}
.dashboard-scrolling-block .tippy-content span {
  display: block;
  margin: .125rem 0;
  padding: .75rem;
  width: 100%;
}
.dashboard-scrolling-block .tippy-content span:hover {
  background-color: #f2f2f2;
}
.dashboard-scrolling-block .tippy-content span a {
  text-decoration: none;
  color: #35404e;
  width: 100%;
  height: 100%;
}
.total-patients .dashboard-mini-chart-stat-amount {
  font-size: 28px;
}
.total-patients .hb-button {
  display: inline-block;
  margin: 5px 0 0;
}
.dashboard-bulk-billing-claims {
  padding: 15px 20px 22px;
}
@media (max-width: 1079px) {
  .dashboard-bulk-billing-claims {
    margin: 10px 0 0;
  }
}
.dashboard-bulk-billing-claims .icon-medipass-logo {
  margin: 1rem 0;
  display: block;
}
.dashboard-bulk-billing-claims .icon-medipass-logo:before {
  width: 86px;
  height: 18px;
}
.dashboard-bulk-billing-claims-btn {
  width: 100%;
  margin-top: 1rem;
  display: block;
}
.dashboard-bulk-billing-claims-help {
  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;
}
.dashboard-bulk-billing-claims-help:before {
  margin-right: 6px;
}
.recent-file {
  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;
  padding: 16px;
  background-color: #fafafa;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
}
.recent-file:hover {
  background: rgb(247.45, 247.45, 247.45);
}
.recent-file:last-of-type {
  margin-bottom: 18px;
}
.recent-file .shared-file-format .icon:before {
  width: 26px;
  height: 35px;
}
.recent-file .recent-file-title {
  font-weight: bold;
  width: 100%;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.recent-file .shared-row-buttons {
  margin-left: auto;
}
.recent-file-title,
.recent-file-date {
  margin-bottom: 0;
}
.recent-file-link {
  text-align: center;
}
.recent-file-view-all {
  display: block;
  text-align: center;
}
.dashboard-block-appointments .dashboard-client-card {
  margin: 12px 0 0;
}
@media (max-width: 1079px) {
  .dashboard-block-appointments .dashboard-client-card {
    margin: 10px 0 0;
  }
}
.session {
  margin-top: 20px;
}
.session.edit {
  margin-top: 0;
}
.session .card {
  margin-bottom: 20px;
}
.session .links {
  text-align: center;
  margin-bottom: 30px;
}
.session .links a {
  display: block;
}
.session .checkbox label {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #888;
}
.session em {
  color: #888;
  font-size: 80%;
}
.session a {
  white-space: nowrap;
}
.session.new-booking .main-heading,
.session.new-session .main-heading {
  margin-bottom: 40px;
}
.session.new-booking .sub-heading,
.session.new-session .sub-heading {
  margin-bottom: 20px;
}
.session.new-booking .practitioner .photo-name-and-profession,
.session.new-session .practitioner .photo-name-and-profession {
  margin-bottom: 30px;
}
.session.new-booking .practitioner .practitioner-photo,
.session.new-session .practitioner .practitioner-photo {
  width: 100px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.session.new-booking .practitioner .practitioner-name,
.session.new-session .practitioner .practitioner-name {
  margin-top: 0;
}
.session.new-booking .practitioner .tertiary-qualifications,
.session.new-session .practitioner .tertiary-qualifications {
  margin-bottom: 5px;
}
.session.new-booking .practitioner .professional-memberships dd,
.session.new-session .practitioner .professional-memberships dd {
  margin-left: 0;
  margin-bottom: 10px;
}
.session.new-booking .practitioner .professional-memberships,
.session.new-session .practitioner .professional-memberships {
  margin-bottom: 10px;
}
.logo {
  margin-top: 10px;
}
.inner-body {
  margin-top: 100px;
}
.auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.auth-page {
  width: 100%;
  margin: 3rem 0;
}
@media (max-width: 959px) {
  .auth-page {
    margin: 2rem 1rem;
  }
}
.auth-page .new_user,
.auth-page .edit_user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.auth-links,
.auth-header,
.auth-form {
  max-width: 400px;
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 1079px) {
  .auth-links,
  .auth-header,
  .auth-form {
    width: 80%;
  }
}
@media (max-width: 499px) {
  .auth-links,
  .auth-header,
  .auth-form {
    width: 90%;
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    top: -5px;
  }
  50% {
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    top: -5px;
  }
  50% {
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.auth-form {
  margin-bottom: 3.875rem;
}
.auth-patient-form,
.auth-prac-form {
  position: absolute;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.auth-patient-form ~ .auth-links,
.auth-prac-form ~ .auth-links {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.auth-patient-form {
  right: 0%;
  -webkit-transition:
    visibility .2s ease-in-out,
    opacity .2s ease-in-out,
    right .2s ease-in-out;
  transition:
    visibility .2s ease-in-out,
    opacity .2s ease-in-out,
    right .2s ease-in-out;
}
.auth-patient-form.is-hidden {
  visibility: hidden;
  opacity: 0;
  right: 10%;
}
.auth-prac-form {
  left: 0%;
  -webkit-transition:
    visibility .2s ease-in-out,
    opacity .2s ease-in-out,
    left .2s ease-in-out;
  transition:
    visibility .2s ease-in-out,
    opacity .2s ease-in-out,
    left .2s ease-in-out;
}
.auth-prac-form.is-hidden {
  visibility: hidden;
  opacity: 0;
  left: 10%;
}
.auth-form-inner .auth-field,
.auth-form-inner .field_with_errors {
  height: 2.5rem;
}
.auth-form-inner .auth-field:focus ~ .auth-tooltip,
.auth-form-inner .auth-field:focus-within ~ .auth-tooltip,
.auth-form-inner .field_with_errors:focus ~ .auth-tooltip,
.auth-form-inner .field_with_errors:focus-within ~ .auth-tooltip {
  opacity: .95;
  visibility: visible;
  top: 119%;
  -webkit-transition: opacity .3s ease-in, visibility .3s ease-in;
  transition: opacity .3s ease-in, visibility .3s ease-in;
}
.auth-form-inner .auth-field:focus ~ .auth-tooltip.is-hidden,
.auth-form-inner .auth-field:focus-within ~ .auth-tooltip.is-hidden,
.auth-form-inner .field_with_errors:focus ~ .auth-tooltip.is-hidden,
.auth-form-inner .field_with_errors:focus-within ~ .auth-tooltip.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.auth-form-inner .field_with_errors {
  position: relative;
}
.auth-form-inner .field_with_errors ~ .auth-error {
  display: inline-block;
  -webkit-animation: slide-bottom 1s ease-in both;
  animation: slide-bottom 1s ease-in both;
}
.auth-form-inner .field_with_errors:focus-within ~ .auth-tooltip {
  top: 82%;
}
.auth-error {
  display: none;
  position: relative;
  background-color: #ff4a45;
  padding: .5rem .875rem;
  color: #fff;
  border-radius: 4px;
  opacity: 0;
}
.auth-error:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 25%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ff4a45 transparent;
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
}
.form-control.auth-field:hover,
.form-control.auth-field:focus {
  border-color: #28c6c7;
}
.auth-cta {
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
}
.auth-cta-controller {
  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;
  margin: 1.75rem 0 1rem;
}
.auth-tooltip {
  position: absolute;
  background-color: #404040;
  padding: 1.375rem 1.25rem;
  max-width: 306px;
  border-radius: 10px;
  z-index: 1;
  top: 130%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in, visibility .3s ease-in;
  transition: opacity .3s ease-in, visibility .3s ease-in;
}
.auth-tooltip-title {
  font-family: "Roboto";
  font-weight: 700;
  color: #fff;
  font-size: .9375rem;
}
.auth-tooltip-message {
  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;
  font-family: "Roboto";
  color: #fff;
  font-size: .9375rem;
  margin-bottom: 0;
}
.auth-tooltip-message:before {
  content: "";
  display: inline-block;
  margin-right: .625rem;
  min-width: 20px;
  height: 20px;
  background: url("/assets/icon-red-circle-cross-LXFM7OK2-20dd5280.svg") no-repeat center;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}
.auth-tooltip-message:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 77%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #404040 transparent;
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
}
.auth-tooltip-message.is-valid:before {
  background: url("/assets/icon-valid-IAJGXMAA-74336e45.svg") no-repeat center;
}
.auth-forms {
  position: relative;
  min-height: 475px;
}
.auth-forms.with-errors {
  min-height: 575px;
}
.auth-form-group {
  margin-bottom: 1rem;
  position: relative;
}
.auth-logo {
  display: block;
  margin: 0 auto 2rem;
  width: 171px;
  height: 96px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url("/assets/icon-hb-logo-vertical-Y7J26MTV-b44894f1.svg");
}
.auth-title {
  font-family: "Euclid-Regular";
  font-weight: 400;
  font-size: 1.4375rem;
  color: #06213d;
  letter-spacing: .14px;
  margin: 2rem 0;
  text-align: center;
}
.auth-subtitle {
  margin-bottom: 2.125rem;
}
.auth-links-title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1rem;
  color: #06213d;
  letter-spacing: .1px;
}
.auth-link {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  opacity: .8;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.auth-link:hover {
  color: #28c6c7;
}
.auth-link.icon {
  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;
}
.auth-link.icon:before {
  margin-right: .375rem;
  width: 22px;
  height: 22px;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.auth-link.icon:hover:before {
  background-color: #28c6c7;
}
.auth-link.is-inline {
  display: inline-block;
}
.auth-link.is-clickable {
  cursor: pointer;
  text-decoration: underline;
}
.auth-text {
  font-size: 1rem;
}
.auth-inner {
  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;
  width: 50%;
  position: relative;
}
@media (max-width: 959px) {
  .auth-inner {
    width: 100%;
  }
}
.auth-sidebar {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-bottom: 100vh;
}
@media (max-width: 959px) {
  .auth-sidebar {
    display: none;
  }
}
.auth-sidebar-media {
  opacity: 1;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.auth-sidebar-media.is-lazy {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.auth-sidebar-media.is-hidden {
  opacity: 0;
}
.auth-invite-header {
  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: 1.75rem 0 2.5rem;
}
.auth-invite-avatar {
  width: 100px;
  height: 100px;
  margin-right: 1.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.auth-invite-avatar-img.small {
  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);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.auth-invite-overview {
  width: 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}
.auth-invite-overview .label {
  margin: 2px;
  display: inline-block;
}
.auth-invite-name {
  font-family: "Euclid-Bold";
  margin: .625rem 0 .875rem;
  font-size: 1.4375rem;
  color: #36414f;
  letter-spacing: .14px;
}
.auth-initials {
  font-family: "Euclid-Bold";
  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);
}
.auth-initials.tiny {
  height: 43px;
  width: 43px;
  font-size: 1rem;
}
.auth-account-types {
  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;
  margin-bottom: 1.5rem;
}
.auth-patient-button {
  margin-right: 1rem;
}
@media (max-width: 499px) {
  .auth-patient-button.hb-button.primary {
    margin-right: .5rem;
  }
}
.auth-half-cta {
  width: 50%;
}
.auth-half-cta:nth-child(1) {
  margin-right: 1rem;
}
@media (max-width: 499px) {
  .auth-half-cta.hb-button.primary {
    font-size: 14px;
    padding: 10px;
  }
  .auth-half-cta.hb-button.primary:nth-child(1) {
    margin-right: .5rem;
  }
}
.ellipsis-menu-wrapper {
  position: relative;
  margin-left: auto;
  cursor: pointer;
}
.ellipsis-menu-wrapper .icon-ellipsis:before {
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}
.ellipsis-menu-wrapper .icon-ellipsis.is-active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ellipsis-menu {
  text-align: left;
  text-align: initial;
  opacity: 1;
  visibility: visible;
  position: absolute;
  border-radius: .25rem;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .3);
  border-width: 1px;
  font-size: .875rem;
  z-index: 10;
  top: 36px;
  right: -15px;
  min-width: 180px;
  -webkit-transition:
    opacity .15s ease-in,
    visibility .15s ease-in,
    top .15s ease-in;
  transition:
    opacity .15s ease-in,
    visibility .15s ease-in,
    top .15s ease-in;
}
.ellipsis-menu:before {
  content: "";
  position: absolute;
  left: 90%;
  top: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .375em solid black;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, .2);
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, .2);
}
.ellipsis-menu.is-inverted:before {
  top: auto;
  top: initial;
  bottom: -10px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: 80%;
}
.ellipsis-menu.is-hovered:before {
  border-color: transparent transparent #f2f2f2 #f2f2f2;
}
.ellipsis-menu.is-hidden {
  opacity: 0;
  visibility: hidden;
  top: 42px;
}
.ellipsis-menu-list {
  list-style: none;
  padding: 0;
  position: relative;
}
.ellipsis-menu-list li:first-of-type .ellipsis-menu-link {
  border-radius: 5px 5px 0px 0px;
}
.ellipsis-menu-list li:last-of-type .ellipsis-menu-link {
  border-radius: 0px 0px 5px 5px;
}
.ellipsis-menu-link {
  margin: 0;
  padding: .75rem 1.5rem;
  color: #35404e;
  text-decoration: none;
  display: block;
}
.ellipsis-menu-link:hover {
  background-color: #f2f2f2;
  color: #35404e;
}
.ellipsis-menu-link.has-icon {
  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;
}
.ellipsis-menu-link.has-icon:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: .5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.notifications-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.notifications-dropdown-btn {
  margin: 0 15px;
}
.notifications-dropdown-btn:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.notify-number-circle {
  background: #35404e;
}
.notify-number {
  top: -6px;
  left: 10px;
}
.form-control {
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .3s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .3s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .3s, box-shadow ease-in-out .15s;
  transition:
    border-color ease-in-out .3s,
    box-shadow ease-in-out .15s,
    -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-width: 1px;
  border-color: #797979;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d7d7d7;
  height: 38px;
  border-radius: 2px;
  width: 100%;
  background: #fff;
  padding-left: .625rem;
  background: url("/assets/icon-chevron-down-active-QCC6DRT6-9c4cbc48.svg") no-repeat 95% 50%;
  background-size: 10px;
}
.form-input {
  border: 1px solid #d7d7d7;
  height: 38px;
  border-radius: 4px;
  width: 100%;
  background: #fff;
  padding-left: .625rem;
}
.form-input input {
  height: 100%;
  width: 100%;
  color: #35404e;
  font-weight: bold;
}
.form-input:focus-within {
  border-color: #28c6c7;
}
.form-input:-moz-placeholder {
  font-weight: bold;
}
.form-input:-ms-input-placeholder {
  font-weight: bold;
}
.form-input:placeholder-shown {
  font-weight: bold;
}
.form-select,
.form-input {
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}
.form-select:hover,
.form-input:hover {
  border-color: #28c6c7;
}
.input-label {
  font-size: .875rem;
  margin-bottom: .5rem;
  font-weight: bold;
}
.input-group {
  margin-bottom: 1rem;
}
form {
  font-size: .875rem;
  color: #494949;
}
form span.error {
  color: #ff4a45;
  font-size: 12px;
}
.alert[data-notify=container] {
  width: 300px;
}
.alert[data-notify=container] button.close {
  top: 20px !important;
}
.alert a {
  text-decoration: underline;
  color: #fff;
}
.alert {
  min-height: 55px;
}
.form-control.error {
  border-color: #ef5753;
}
.form-input {
  height: 43px;
  font-family: "Roboto";
  font-weight: bold;
  color: #35404e;
}
.form-input:focus:not(.error),
.form-input:hover:not(.error) {
  border-color: #28c6c7;
}
.form-input-help-text {
  font-size: .875rem;
  color: #616060;
  margin-top: .25rem;
}
label.radio-inline.standard {
  width: auto;
}
.radio-inline input[type=radio] {
  margin-top: 4px;
}
.checkbox-inline input[type=checkbox] {
  margin-top: 5px;
}
input[type=checkbox] {
  margin-top: 4px;
}
.checkbox-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: .75rem;
}
.checkbox-group:hover .checkbox {
  border-color: #28c6c7;
}
.checkbox-group:hover .checkbox-label {
  color: #35404e;
}
.checkbox-label {
  font-family: "Roboto";
  font-weight: bold;
  font-size: .875rem;
  color: rgba(53, 64, 78, .6);
  padding-left: .75rem;
  cursor: pointer;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}
.checkbox-label .icon-question.inline {
  vertical-align: baseline;
  vertical-align: initial;
}
.checkbox-label .icon-question.inline:before {
  vertical-align: text-top;
}
input.checkbox {
  position: relative;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color .1s ease-in-out;
  transition: border-color .1s ease-in-out;
}
input.checkbox.is-inline {
  display: inline-block;
}
input.checkbox:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  width: 9px;
  height: 7px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}
input.checkbox:hover {
  border-color: #28c6c7;
}
input.checkbox:checked {
  background-color: #28c6c7;
  border-color: #28c6c7;
}
input.checkbox:checked:after {
  background: url("/assets/check-Q4SQT252-9460b020.svg") no-repeat center;
  opacity: 1;
}
input.checkbox:checked + .checkbox-label {
  color: #35404e;
}
input.checkbox:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
}
input.checkbox.error {
  border-color: #ff4a45;
}
input.checkbox.error:checked {
  border-color: #28c6c7;
}
label {
  display: inline-block;
}
.form-group.inline label {
  margin-top: 0;
}
.form-group.height-unit,
.form-group.weight-unit {
  height: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.form-group .onboarding-height-units,
.form-group .onboarding-weight-units {
  width: 100%;
}
.form-group label {
  display: block;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 3px;
}
.form-group.currency {
  width: 80px;
}
.form-group.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
}
.form-group.inline .form-group {
  margin-right: 20px;
  margin-bottom: 0;
}
.form-group.inline .form-control {
  display: inline-block;
}
.form-group label.radio-inline {
  margin-top: 0;
  color: #565656;
  text-transform: none;
}
.form-group.title {
  max-width: 100px;
}
.form-group.email {
  max-width: 450px;
}
.form-group.dob {
  max-width: 75px;
}
.form-group.time-zone {
  max-width: 310px;
}
.form-group.experience-level {
  max-width: 310px;
}
.form-group.duration input {
  width: 60px;
}
.form-group.medium input {
  width: 100px;
}
.form-group .expanding-wrapper {
  min-height: 50px;
}
.checkbox-with-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-with-label:hover .checkbox-label-text {
  color: #35404e;
}
.checkbox-with-label .checkbox-label-text {
  color: rgba(53, 64, 78, .6);
  font-weight: bold;
  text-transform: lowercase;
  padding-left: .5rem;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in;
}
.checkbox-with-label .checkbox-label-text.is-active {
  color: #35404e;
}
.checkbox-with-label .checkbox-label-text.required {
  color: #35404e;
  text-transform: none;
  text-transform: initial;
}
.checkbox-with-label input:checked + .checkbox-label-text {
  color: #35404e;
}
.checkbox-with-label input:disabled + .checkbox-label-text {
  color: rgba(53, 64, 78, .6);
  cursor: not-allowed;
}
.checkbox-with-label input:disabled {
  cursor: not-allowed;
}
.hb-form-label {
  margin-bottom: .25rem;
  font-family: "Roboto";
  font-weight: bold;
  font-size: .875rem;
  color: #35404e;
}
.hb-form-label.secondary {
  text-transform: capitalize;
}
.auto-height {
  height: auto;
  overflow-y: auto;
}
.form_templates .sidebar-modal {
  overflow: inherit !important;
}
.mobile-form-template-preview {
  background-color: #fff;
  padding: 20px 10px 10px;
  width: 300px;
  height: 575px;
}
.mobile-form-template-preview__patient-name {
  margin-bottom: 10px;
}
.mobile-form-template-preview__form-name {
  font-size: 18px;
  margin-bottom: 10px;
}
.mobile-form-template-preview__form-question-container {
  padding: 10px;
  padding-top: 30px;
  min-height: 200px;
  border-radius: 10px;
  background-color: #edf2f5;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 5px #e2e2e2;
  box-shadow: 0 0 5px #e2e2e2;
}
.mobile-form-template-preview__question-text {
  margin-bottom: 30px;
}
.mobile-form-template-preview__answer-options-container {
  min-height: 100px;
}
.mobile-form-template-preview__answer-text textarea {
  resize: none;
}
.mobile-form-template-preview__answer-multiple-choice {
  padding: 12px 10px;
  min-height: 45px;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 5px;
}
.mobile-form-template-preview__answer-multiple-choice--active {
  background-color: #28c6c7;
  color: #fff;
}
.mobile-form-template-preview__questions-nav {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 40px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-form-template-preview__prev-question {
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}
.mobile-form-template-preview__next-question {
  border-radius: 5px;
  padding: 8px 10px;
  color: #fff;
  font-weight: 600;
  background-color: #28c6c7;
  cursor: pointer;
  width: 80px;
  text-decoration: none;
  float: right;
  text-align: center;
}
.mobile-form-template-preview__next-question:hover {
  color: #fff;
}
.mobile-form-template-preview__start-form {
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  height: 45px;
  padding-top: 12px;
  background-color: #28c6c7;
  cursor: pointer;
  text-decoration: none;
  float: right;
}
.mobile-form-template-preview__start-form:hover {
  color: #fff;
}
.mobile-form-template-preview__start-form-container {
  display: grid;
  margin-top: .5rem;
  text-align: center;
  padding-bottom: .75rem;
}
.mobile-form-template-preview__form-footer {
  padding: 0 5px;
  text-align: center;
  font-size: 13px;
  color: #a9aeb4;
}
.mobile-form-template-preview__prac-details {
  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: 1rem;
}
.mobile-form-template-preview__prac-name {
  display: grid;
}
.mobile-form-template-preview__prac-photo {
  margin-right: 1rem;
}
.mobile-form-template-preview__form-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  font-size: .8rem;
  border-top: 1px solid #e8e8e8;
  padding: 1rem 0;
}
.mobile-form-template-preview__form-question-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-form-template-preview__form-calender {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-questions-preview-container-left {
  position: fixed;
  left: 20px;
  top: 70px;
}
.b-preview-container {
  height: calc(100vh - 54px - 2rem);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fitbit_account_viewable_users {
  height: calc(100vh - 80px);
}
.fitbit_account_viewable_users .sidebar-modal-body {
  height: 100%;
  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;
}
@media (max-width: 399px) {
  .fitbit_account_viewable_users .dashboard-client-card {
    grid-template-columns: 45px auto 45px;
  }
}
.fitbit-share-label {
  width: 100%;
}
.fitbit-share-label .fitbit-share-action-icon {
  background: url("/assets/icon-plus-dark-BTFEYYAB-6117fe58.svg") center no-repeat;
  background-size: 16px;
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  border-radius: 100%;
  padding: .375rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  opacity: .8;
}
.fitbit-share-input {
  display: none;
}
.fitbit-share-input:checked + label .fitbit-share-action-icon {
  background-image: url("/assets/icon-checkmark-active-BVCQTRLA-436172e5.svg");
  border-color: #28c6c7;
}
.fitbit-share-input:checked + label:hover .fitbit-share-action-icon {
  background-image: url("/assets/icon-cross-dark-H6HEA24G-de45fab0.svg");
  border-color: #35404e;
}
.fitbit-share-placeholder-image {
  margin-bottom: 1rem;
}
.group-btn {
  border-width: 1px;
  color: #494949;
  background-color: #fff;
}
.group-btn:hover {
  color: #292828;
  border-color: #797979;
}
.group-btn--active {
  border-width: 1px;
  border-color: #616060;
  background-color: #616060;
  color: #fff;
}
.group-btn--active:hover {
  background-color: #616060;
  color: #fff;
}
.group-btn--left {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.group-btn--right {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.app-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  background: #28c6c7;
  color: #fff;
  border: none;
  padding: 12px 20px;
  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;
}
.app-header.secondary {
  background: #8ee1e2;
}
.app-header-left {
  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;
}
.app-header-left .app-header-menu {
  position: relative;
  z-index: 999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent calc(50% - 1px),
      #fff calc(50% - 1px),
      #fff calc(50% + 1px),
      transparent calc(50% + 1px),
      transparent 100%);
  border: none;
  width: 22px;
  height: 16px;
  font-size: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  display: none;
}
.app-header-left .app-header-menu:focus {
  outline: none;
}
.app-header-left .app-header-menu:before,
.app-header-left .app-header-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
}
@media (max-width: 339px) {
  .app-header-left .app-header-menu:before,
  .app-header-left .app-header-menu:after {
    width: 16px;
  }
}
.app-header-left .app-header-menu:after {
  top: auto;
  bottom: 0;
}
.app-header-left .app-header-menu.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;
}
.app-header-left .app-header-menu.toggled:before,
.app-header-left .app-header-menu.toggled:after {
  background: #fff;
}
.app-header-left .app-header-menu.toggled:before {
  -webkit-animation: toggle_top_line .4s ease;
  animation: toggle_top_line .4s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.app-header-left .app-header-menu.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 (max-width: 499px) {
  .app-header-left .app-header-menu {
    display: block;
    margin-right: 10px;
  }
}
@media (max-width: 339px) {
  .app-header-left .app-header-menu {
    width: 16px;
    height: 12px;
  }
}
.app-header-logo {
  font-size: 1.5625rem;
  margin: 0;
}
@media (max-width: 399px) {
  .app-header-logo {
    font-size: 1.25rem;
  }
}
.app-header-actions {
  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;
}
.app-header-impersonation {
  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;
  gap: 10px;
  color: #797979;
  font-size: .95rem;
}
.app-header-actions-action {
  font-size: 0;
  margin: 0 15px;
}
.app-header-actions-action:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url("/assets/icon-info-LQYUXQOO-5fb30732.svg") no-repeat center;
}
@media (max-width: 1179px) {
  .app-header-actions-action.help-centre {
    display: none;
  }
}
.dropdown-wrapper {
  position: relative;
}
.dropdown-title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.dropdown-header {
  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;
  white-space: nowrap;
  padding: 15px;
}
.dropdown-header-action {
  color: #777;
}
.dropdown-separator {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 .5rem;
}
.list-reset li:first-of-type .dropdown-link {
  border-radius: .25rem .25rem 0 0;
}
.list-reset li:last-of-type .dropdown-link {
  border-radius: 0 0 .25rem .25rem;
}
.header-dropdown-list {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border-radius: .25rem;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .3);
  border-width: 1px;
  font-size: .875rem;
  z-index: 10;
  top: 39px;
  min-width: 230px;
  -webkit-transition:
    opacity .15s ease-in,
    visibility .15s ease-in,
    top .15s ease-in;
  transition:
    opacity .15s ease-in,
    visibility .15s ease-in,
    top .15s ease-in;
}
.header-dropdown-list:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 75%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
}
.header-dropdown-list .dropdown-link {
  margin: 0;
  padding: .75rem 1.5rem;
  color: #35404e;
  text-decoration: none;
  display: block;
}
.header-dropdown-list .dropdown-link:hover {
  background-color: #f2f2f2;
}
.header-dropdown-list .dropdown-link.has-icon {
  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;
}
.header-dropdown-list .dropdown-link.has-icon:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: .5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.header-dropdown-list.is-avatar {
  right: 0;
}
.header-dropdown-list.is-plus {
  right: -23px;
}
.header-dropdown-list.is-notification {
  right: -27px;
  top: 35px;
  width: 300px;
}
.header-dropdown-list.is-notification.header-dropdown-list:before {
  left: 80.5%;
}
@media (max-width: 499px) {
  .header-dropdown-list.is-notification {
    right: -68px;
  }
  .header-dropdown-list.is-notification.header-dropdown-list:before {
    left: 67%;
  }
}
@media (max-width: 399px) {
  .header-dropdown-list.is-notification {
    right: -67px;
    width: 250px;
  }
  .header-dropdown-list.is-notification.header-dropdown-list:before {
    left: 61.5%;
  }
}
@media (max-width: 499px) {
  .header-dropdown-list.is-notification.practitioner-notification {
    right: -117px;
  }
  .header-dropdown-list.is-notification.practitioner-notification:before {
    left: 51%;
  }
}
@media (max-width: 399px) {
  .header-dropdown-list.is-notification.practitioner-notification {
    right: -111px;
    width: 250px;
  }
  .header-dropdown-list.is-notification.practitioner-notification.header-dropdown-list:before {
    left: 43%;
  }
}
.header-dropdown-list.is-hidden {
  opacity: 0;
  visibility: hidden;
  top: 42px;
}
@media (max-width: 399px) {
  .header-dropdown-list.is-avatar {
    right: .625rem;
  }
  .header-dropdown-list.is-avatar.header-dropdown-list:before {
    left: 84%;
  }
  .header-dropdown-list.is-plus {
    right: -45px;
  }
  .header-dropdown-list.is-plus.header-dropdown-list:before {
    left: 65%;
  }
}
.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e9da25;
  color: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  font-weight: bold;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 8px 0;
  box-shadow: rgba(0, 0, 0, .1) 0 0 8px 0;
}
.avatar-title {
  padding: .75rem 1.5rem;
  border-bottom: 1px solid #d7d7d7;
}
.avatar-title-name {
  font-weight: bold;
  margin: 0;
  font-size: 1rem;
}
.avatar-title-plan {
  opacity: .7;
  margin: .375rem 0 0;
}
.avatar-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 50%;
}
.avatar-dropdown-btn {
  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: 0 10px;
}
.avatar-dropdown-btn:after {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("/assets/chevron-down-white-65XHBKUG-ba97fb7d.svg") no-repeat center;
  background-size: 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;
  margin-left: .25rem;
}
.avatar-dropdown-btn.is-open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 399px) {
  .avatar-dropdown-btn {
    margin: 0;
  }
}
.plus-dropdown .dropdown-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;
}
.plus-dropdown .dropdown-link.patient:before,
.plus-dropdown .dropdown-link.consultation:before {
  content: "";
  height: 22px;
  margin: 0 8px 0 0;
  display: inline-block;
}
.plus-dropdown .dropdown-link.patient.icon:before {
  width: 17px;
}
.plus-dropdown .dropdown-link.consultation.icon:before {
  width: 22px;
}
.plus-dropdown-btn {
  margin: 0 15px 0 8px;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: .375rem;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.plus-dropdown-btn.is-open {
  background: #35404e;
}
.plus-dropdown-btn:before {
  width: 16px;
  height: 16px;
}
@media (max-width: 399px) {
  .plus-dropdown-btn {
    margin: 0 15px 0 0;
  }
}
@keyframes toggle_top_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);
  }
}
.health-funds-list-other-content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-row-gap: .375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.health-funds-list-other-content .icon-info {
  margin-right: .75rem;
}
.health-funds-list-other-title {
  font-weight: bold;
  font-size: .875rem;
  color: #35404e;
}
.health-funds-list-other-body {
  color: #35404e;
  font-size: .875rem;
  grid-column-start: 2;
  margin: 0;
}
.health-funds-list-other-body-link {
  display: block;
}
.profile.action-edit .health-funds-list-other-body-link {
  display: inline;
  display: initial;
}
.info-fields.wide label {
  width: 200px;
  margin-bottom: .25rem;
}
.info-fields label {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #797979;
  text-transform: uppercase;
  padding: .25rem 0;
  color: #797979;
  text-transform: uppercase;
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.info-fields label.hb-form-label {
  color: #35404e;
}
.info-fields label.confirmation-form-title {
  width: auto;
}
.info-fields .page-label {
  color: #35404e;
  padding: 0;
  width: auto;
}
.info-fields .icon-checkbox label {
  width: 100px;
}
.info-fields .attendance-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 540px) {
  .info-fields .attendance-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.info-fields .header {
  padding-bottom: 10px;
}
.info-fields .header h2 {
  font-size: 16px;
}
.info-fields .header h4 {
  margin-top: 10px;
}
.info-fields .details {
  padding-bottom: 10px;
}
.info-fields .footer .buttons {
  padding-top: 10px;
}
.info-fields .address {
  display: inline-block;
}
.info-fields span {
  display: inline-block;
  padding: .25rem 0;
}
.info-fields span.hidden {
  display: none;
}
.info-fields p {
  color: #35404e;
}
.info-fields .payment-info,
.info-fields .consultation-price {
  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;
}
.info-fields-medicare-logo {
  padding: 0;
  margin: .25rem 0;
}
.invitations.action-new .action,
.invitations.action-create .action {
  margin-top: 0;
}
.invitations.action-new .sidebar-modal-block label,
.invitations.action-create .sidebar-modal-block label {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.invitations.action-new .sidebar-modal-block .field,
.invitations.action-create .sidebar-modal-block .field {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.invitations.action-new .sidebar-modal-block .field.email,
.invitations.action-create .sidebar-modal-block .field.email {
  margin-bottom: 1rem;
}
.invitations.action-new hr,
.invitations.action-create hr {
  margin: 5px 0 20px;
}
.invitations.action-new div.btn,
.invitations.action-create div.btn {
  cursor: default;
}
.invitations.action-new .card,
.invitations.action-create .card {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.invitations.action-new .content .dear,
.invitations.action-create .content .dear {
  margin: 0 0 20px;
}
.invitations.action-new .content p,
.invitations.action-create .content p {
  font-size: 14px;
}
.invitations.action-new .call-to-action,
.invitations.action-create .call-to-action {
  margin: 20px 0;
}
body.invitations.action-index .card-invitation hr {
  margin: 0 0 10px;
}
body.invitations.action-index .card-invitation .buttons {
  text-align: right;
  padding: 0 10px 10px;
}
body.invitations.action-index .card-invitation h4 {
  margin-top: 0;
}
.modal.invitations .modal-dialog {
  max-width: 550px;
}
.modal.invitations .inner {
  width: 100%;
}
.invitations-sidebar-name {
  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;
}
.consultation_guest_users {
  height: 100%;
}
.consultation_guest_users .sidebar-modal-body {
  padding: 1.25rem 0;
  height: calc(100% - 80px);
}
.consultation_guest_users .sidebar-modal-block {
  padding: 0 2.25rem;
}
@media (max-width: 399px) {
  .consultation_guest_users .sidebar-modal-block {
    padding: 0 1rem;
  }
}
.consultation_guest_users .sidebar-modal-divider {
  margin-bottom: 1rem;
}
.consultation_guest_users .sidebar-modal-buttons {
  padding: 1rem 2.25rem;
}
@media (max-width: 399px) {
  .consultation_guest_users .sidebar-modal-buttons {
    padding: 1rem;
  }
}
@media (max-width: 399px) {
  .consultation_guest_users .dashboard-client-card {
    grid-template-columns: 45px auto 45px;
  }
}
.consultation_guest_users .choices__inner {
  padding: 7.5px 38px 3.75px 7.5px;
  -webkit-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
}
.consultation_guest_users .choices__inner:focus-within,
.consultation_guest_users .choices__inner:hover {
  border-color: #28c6c7;
}
.consultation_guest_users .checkbox {
  width: 14px;
  display: inline-block;
  margin-right: .5rem;
  -webkit-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
}
.consultation_guest_users .checkbox-with-label .checkbox-label-text {
  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;
  padding-left: 0;
}
.consultation_guest_users .checkbox-with-label .checkbox-label-text:hover .checkbox {
  border-color: #28c6c7;
}
.invite-guest {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.invite-guest-email {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.invite-guest-email.is-hidden {
  max-height: 0%;
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
.invite-guest-email.error {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}
.invite-guest-email.error .choices__inner {
  border-color: #ff4a45;
}
.invite-guest-email-field .choices__input--cloned {
  cursor: text;
}
.invite-guest-email-toggle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.invite-guest-email-toggle:hover .invite-guest-email-text {
  color: #35404e;
}
.invite-guest-email-text {
  font-family: "Roboto";
  font-size: .875rem;
  color: rgba(53, 64, 78, .6);
  font-weight: bold;
  padding-left: .5rem;
  cursor: pointer;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in;
}
.invite-guest-email-text.is-active {
  color: #35404e;
}
.invite-guest-user {
  position: relative;
}
.sidebar-modal-block-title.invite-guest-title .icon:before {
  margin: 0;
}
.invite-guest-email-label {
  height: 17px;
}
.invite-guest-email-label input {
  display: none;
}
.invite-guest-card {
  width: 100%;
}
.invite-guest-card .invite-guest-action-icon {
  background: url("/assets/icon-plus-dark-BTFEYYAB-6117fe58.svg") center no-repeat;
  background-size: 16px;
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  border-radius: 100%;
  padding: .375rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  opacity: .8;
}
.fitbit-share-input {
  display: none;
}
.fitbit-share-input:checked + label .invite-guest-action-icon {
  background-image: url("/assets/icon-checkmark-active-BVCQTRLA-436172e5.svg");
  border-color: #28c6c7;
}
.fitbit-share-input:checked + label:hover .invite-guest-action-icon {
  background-image: url("/assets/icon-cross-dark-H6HEA24G-de45fab0.svg");
  border-color: #35404e;
}
.b-intake-form {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.b-intake-form--header {
  background: white;
  width: 1000px;
  padding: 1rem;
  justify-self: center;
  border-top: 5px solid;
  border-radius: 7px;
  margin-bottom: 2rem;
}
.b-intake-form--header-title {
  padding-bottom: .5rem;
}
.b-intake-form--builder-header {
  background: white;
  padding: 1rem;
  border-top: 5px solid;
  border-radius: 7px;
  margin-bottom: 2rem;
}
.b-intake-form--builder-header-title {
  padding-bottom: .5rem;
}
.b-intake-form--add-question {
  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;
  text-align: center;
  padding: 1rem;
  margin-bottom: 2.5rem;
  border-radius: 7px;
  position: fixed;
  bottom: 0;
  background: white;
  width: 1000px;
}
.b-form-builder {
  background-color: white;
  padding: 1rem;
}
.b-question-content-heading {
  display: grid;
  grid-template-columns: 9% 41% 25% 25%;
  margin: 1rem 0;
}
.b-question-content-heading--title {
  color: #d7d7d7;
}
#form-builder-dropdown-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;
}
.b-intake-question {
  display: grid;
  grid-template-columns: 5fr 3fr 1fr 1fr;
  background: white;
  border-radius: 7px;
  padding: .875rem .5rem;
}
.b-intake-question--buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-end;
  margin-right: .5rem;
}
.b-intake-question--title {
  margin-left: .5rem;
  margin-bottom: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.b-intake-question--type {
  margin-bottom: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.b-intake-question--answers {
  margin-bottom: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.b-intake-question-prac {
  display: grid;
  grid-template-columns: 4fr 3fr 1fr;
  background: white;
  border-radius: 7px;
  padding: .5rem 0;
}
.b-intake-question-prac--buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-end;
  margin-right: .5rem;
}
.b-intake-question-prac--title {
  margin-left: .5rem;
  margin-bottom: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.b-intake-question-prac--type {
  margin-bottom: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.icon-reorder {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.b-add-question-btn {
  background-color: #efefef;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.b-intake-question--delete {
  cursor: pointer;
}
.b-intake-form-preview-container {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.b-button-container {
  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;
  margin: 1rem;
  gap: .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.b-button-centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem;
  gap: .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.b-button-centered-container--back {
  margin-right: auto;
}
.b-accordion-heading {
  display: grid;
  grid-template-columns: 10% 40% 25% 25%;
  padding: 1rem .5rem;
  height: 52px;
  color: #494949;
  border-bottom: 1px solid #eaedf0;
  border-top: 1px solid #eaedf0;
}
.b-accordion-questions-header {
  display: grid;
  grid-template-columns: 5% 5% 40% 25% 20% 5%;
  background-color: #fafafa;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem;
  margin: .5rem 0 0;
  height: 54px;
  font-size: 1rem;
}
.b-accordion-questions-header .icon-form:before {
  width: 12px;
  height: 12px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.b-accordion-questions-header--question-count {
  background-color: #28c6c7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  font-size: .8rem;
}
#b-question-checkbox {
  margin-top: .3rem;
}
#b-question-content {
  margin-top: 0 !important;
}
.b-accordion-questions-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  font-size: 1rem;
  padding: .5rem 0 !important;
}
.b-accordion-questions-content--checkbox {
  display: grid;
  grid-template-columns: 16% 9% 75%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.b-add-answer {
  cursor: pointer;
  margin: 1rem 0;
  color: #28c6c7;
  text-decoration: underline;
  font-weight: bold;
}
.b-accordion-questions-content--label {
  padding-right: .5rem;
}
.b-new-question-btn {
  float: left;
}
.b-align-left {
  text-align: left !important;
}
.b-margin-left {
  margin-left: 3.3rem !important;
}
.b-margin-left-sm {
  margin-left: .2rem;
}
.b-align-center {
  text-align: center !important;
}
.b-align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.b-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.b-justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-custom-answer {
  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;
}
.b-custom-answer--remove-btn {
  margin-left: .5rem;
}
.is-expanded .icon-form:before {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b-share-button {
  color: white !important;
}
.b-complte-button {
  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;
}
.b-hidden {
  display: none;
}
.b-question-search {
  padding-bottom: 1rem;
}
.b-question-content.order-product-details-accordion-content {
  padding: 0 1rem !important;
}
.b-questions-buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 1rem;
  gap: 10px;
}
.b-questions-buttons-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 1rem;
}
.order-product-details-accordion-slide.accordion-slide.b-parent {
  border: none !important;
}
.subnav--primary {
  padding: 0 0 12px;
  border-bottom: 1px solid #eaedf0;
  margin: 0;
}
.patient-files-header {
  position: relative;
  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-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
.patient-files-header:hover {
  border-color: #28c6c7;
}
.patient-files-header.is-active {
  border-color: #28c6c7;
}
.patient-files-search {
  background: url("/assets/icon-search-active-LLOFEESQ-4ffe7930.svg") no-repeat;
  background-size: 16px;
  background-position: left 12px center;
  padding-left: 2.5rem;
  height: 43px;
  font-family: "Roboto";
  font-weight: bold;
  color: #35404e;
  width: 100%;
}
.patient-files-search.has-content {
  width: calc(100% - 30px);
}
.patient-files-search-button {
  position: absolute;
  right: 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;
  color: #fff;
  background: #28c6c7;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.patient-files-search-button:hover {
  cursor: pointer;
}
.patient-files-search-button:focus {
  outline: none;
}
.patient-files-search-button.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.patient-files-clear-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.patient-files-clear-button.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.b-intake-form--category {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}
.b-intake-form--questions-container.drag-active {
  background-color: #e9f5ff;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.b-intake-question {
  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;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  cursor: move;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.b-intake-question:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
.b-intake-question.dragging {
  opacity: .5;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.b-intake-question--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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.icon-reorder {
  margin-right: 10px;
  color: #888;
  font-size: 18px;
}
.icon-reorder::before {
  content: "\2261";
}
.b-intake-question--type,
.b-intake-question--answers,
.b-intake-question--buttons {
  margin-left: 10px;
}
.b-intake-form--questions-container {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.b-intake-question {
  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;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.b-intake-question--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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.icon-reorder {
  margin-right: 10px;
  cursor: move;
}
.b-intake-question--type,
.b-intake-question--answers,
.b-intake-question--buttons {
  margin-left: 10px;
}
.sub-category-container {
  margin-bottom: 30px;
}
.sub-category-container h2 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #495057;
}
.sortable-ghost {
  opacity: .5;
}
.sortable-chosen {
  background-color: #e9ecef;
}
.form-template-copy .choices__inner {
  min-height: 0;
  min-height: initial;
  max-height: 42px;
}
.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 2rem auto;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}
.form-header {
  padding: 1.5rem;
  background-color: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
}
.patient-info {
  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;
  margin-bottom: 1rem;
}
.patient-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #374151;
}
.form-status {
  font-size: .875rem;
  font-weight: 500;
  color: #28c6c7;
  background-color: #e6f7f7;
  padding: .25rem .5rem;
  border-radius: 9999px;
}
.form-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: .5rem;
}
.form-description {
  font-size: .875rem;
  color: #6b7280;
  margin-bottom: .5rem;
}
.form-sent-date {
  font-size: .75rem;
  color: #9ca3af;
}
.navigator {
  width: 300px;
  padding: 1.5rem;
  border-right: 1px solid #e5e7eb;
}
.navigator-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #374151;
}
.section-list {
  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;
}
.section-item {
  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;
  padding: .75rem;
  margin-bottom: .5rem;
  border-radius: 6px;
  border: 1px solid #35404e;
  border-right: 2px solid #35404e;
  text-decoration: none;
  color: #4b5563;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.section-item:hover {
  background-color: #eee;
}
.section-item.active {
  background-color: #eee;
  border: 1px solid #28c6c7;
  border-left: 4px solid #28c6c7;
}
.section-icon {
  margin-right: .75rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .75rem;
  color: #fff;
  background-color: #9ca3af;
}
.section-icon.completed {
  background-color: #28c6c7;
}
.section-icon.completed::before {
  content: "\2713";
}
.section-details {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.section-label {
  display: block;
  font-weight: 500;
  margin-bottom: .25rem;
}
.section-progress {
  font-size: .875rem;
  color: #6b7280;
}
.form-progress-bar {
  height: 4px;
  background-color: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
  margin-top: .5rem;
}
.form-progress {
  height: 100%;
  background-color: #28c6c7;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}
.main-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2rem;
}
.overall-progress {
  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: 2rem;
}
.overall-progress .form-progress-bar {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1rem;
}
.progress-text {
  font-weight: 500;
  color: #4b5563;
}
.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #374151;
}
.questions {
  margin-bottom: 2rem;
}
.question {
  margin-bottom: 1.5rem;
}
.question-label {
  display: block;
  font-weight: 500;
  margin-bottom: .5rem;
  color: #4b5563;
}
.form-actions {
  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;
}
.btn {
  padding: .5rem 1rem;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
@media (max-width: 768px) {
  .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navigator {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    display: none;
  }
  .navigator.show {
    display: block;
  }
  .navigator-toggle {
    display: block;
  }
  .main-content {
    padding: 1rem;
  }
}
.navigator-hidden {
  display: none;
}
.navigator-toggle {
  display: none;
  padding: .5rem 1rem;
  background-color: #28c6c7;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 1rem;
}
.previous-button {
  display: none;
}
.checkbox-lg .form-check-input {
  top: .8rem;
  scale: 1.4;
  margin-right: .7rem;
}
@media (max-width: 768px) {
  .previous-button {
    display: block;
  }
}
.invoice label {
  font-weight: 700;
}
.invoice .detail {
  border-radius: 5px;
}
.invoice .detail.contrast {
  background-color: #f5f1ea;
  width: 35%;
}
.invoice .invoice-body {
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  .invoice .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.invoice .subnav__subheading {
  font-weight: bold;
  margin: 0;
  padding-bottom: .75rem;
  border: none;
  border-bottom: 1px solid #efefef;
}
.invoice table tbody tr {
  cursor: default;
}
.invoice table tbody tr:hover {
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .invoice .detail-section .value {
    text-align: left;
  }
}
.print-layout .invoice .subnav .btn {
  display: none;
}
.print-layout .invoice .subnav--primary {
  background-color: transparent;
}
.print-layout .invoice .subnav__item {
  display: block;
}
.b-invoice-heading {
  display: grid;
  grid-template-columns: 65% 35%;
  padding-bottom: 1rem;
}
@media (max-width: 992px) {
  .b-invoice-heading {
    grid-template-columns: 1fr;
  }
}
.b-invoice-footer {
  display: grid;
  grid-template-columns: 35%;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (max-width: 992px) {
  .b-invoice-footer {
    grid-template-columns: 1fr;
  }
}
.b-invoice-top {
  display: grid;
  grid-template-columns: 65% 35%;
  padding-bottom: 1rem;
}
@media (max-width: 992px) {
  .b-invoice-top {
    grid-template-columns: 1fr;
  }
}
.b-invoice-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.b-invoice-buttons__button {
  text-align: center;
}
.b-invoice-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .b-invoice-header {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.b-invoice-detail {
  display: grid;
  grid-template-columns: 1fr;
}
.b-invoice-detail__cell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #f5f1ea;
  padding: .5rem;
  grid-gap: 1rem;
  gap: 1rem;
}
.b-invoice-detail__cell-value {
  text-align: right;
}
.loading-spinner-wrapper {
  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;
}
.loading-spinner-wrapper p {
  margin: 0;
}
.payment-info .loading-spinner-wrapper {
  margin-bottom: 12px;
}
.loading-spinner-dots {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transform: scale(.7);
  transform: scale(.7);
}
.loading-spinner-dots div {
  -webkit-animation: loading-spinner-dots 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  animation: loading-spinner-dots 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
}
.loading-spinner-dots div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28c6c7;
  margin: -4px 0 0 -4px;
}
.loading-spinner-dots div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}
.loading-spinner-dots div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loading-spinner-dots div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}
.loading-spinner-dots div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loading-spinner-dots div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}
.loading-spinner-dots div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loading-spinner-dots div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}
.loading-spinner-dots div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loading-spinner-dots div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}
.loading-spinner-dots div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loading-spinner-dots div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}
.loading-spinner-dots div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loading-spinner-dots div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}
.loading-spinner-dots div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loading-spinner-dots div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}
.loading-spinner-dots div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes loading-spinner-dots {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner-dots {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #28c6c7;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: #28c6c7 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner-ring {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
}
.loading-spinner-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #28c6c7;
  border-radius: 50%;
  -webkit-animation: loading-spinner-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  animation: loading-spinner-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: #28c6c7 transparent transparent transparent;
}
.payment-info .loading-spinner-ring div {
  border-color: #797979 transparent transparent transparent;
}
.loading-spinner-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.loading-spinner-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading-spinner-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes loading-spinner-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 20px;
  -webkit-transform: scale(.3);
  transform: scale(.3);
}
.order-product-results .loading-spinner-ellipsis {
  height: 40px;
  -webkit-transform: scale(.7);
  transform: scale(.7);
}
.payment-info .loading-spinner-ellipsis {
  width: 2px;
}
.payment-info .loading-spinner-ellipsis div {
  background: #797979;
}
.loading-spinner-ellipsis div {
  position: absolute;
  top: 7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #28c6c7;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading-spinner-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: loading-spinner-ellipsis1 .6s infinite;
  animation: loading-spinner-ellipsis1 .6s infinite;
}
.loading-spinner-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: loading-spinner-ellipsis2 .6s infinite;
  animation: loading-spinner-ellipsis2 .6s infinite;
}
.loading-spinner-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: loading-spinner-ellipsis2 .6s infinite;
  animation: loading-spinner-ellipsis2 .6s infinite;
}
.loading-spinner-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: loading-spinner-ellipsis3 .6s infinite;
  animation: loading-spinner-ellipsis3 .6s infinite;
}
@-webkit-keyframes loading-spinner-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes loading-spinner-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes loading-spinner-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes loading-spinner-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes loading-spinner-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@keyframes loading-spinner-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@media (max-width: 799px) {
  .medipass-request-header.subnav--primary {
    margin-top: 1.375rem;
  }
}
.medipass-request-header.subnav--primary .page-header {
  padding-bottom: 0;
}
.medipass-request {
  display: grid;
  grid-template-columns: auto [content] 1fr auto;
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  grid-template-rows: auto 1fr;
  margin: 2rem 0 0;
}
@media (max-width: 799px) {
  .medipass-request {
    background: #fff;
    margin: 0;
    padding: .5rem;
    border-radius: 4px;
    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;
  }
}
.medipass-request-enable {
  grid-column-start: content;
  color: #ff4a45;
}
@media (max-width: 799px) {
  .medipass-request-enable {
    margin-bottom: 1.5rem;
  }
}
.medipass-request-logo {
  grid-row-start: 2;
}
@media (max-width: 799px) {
  .medipass-request-logo {
    margin-bottom: 1rem;
  }
}
.medipass-request-body-title {
  font-weight: bold;
}
.medipass-request-body {
  grid-row-start: 2;
}
@media (max-width: 799px) {
  .medipass-request-body {
    max-width: none;
  }
}
.medipass-request-body-content {
  margin-bottom: 1rem;
}
.medipass-request-more-info {
  font-size: .75rem;
}
.medipass-request-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.medipass-request-services img {
  max-width: none;
}
@media (max-width: 799px) {
  .medipass-request-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 499px) {
  .medipass-request-services {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 399px) {
  .medipass-request-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.medipass-request-service {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.medipass-request-service:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 799px) {
  .medipass-request-service:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (max-width: 499px) {
  .medipass-request-service:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 399px) {
  .medipass-request-service:not(:last-child) {
    margin-right: 0;
  }
}
.medipass-request-service.is-unavailable {
  position: relative;
}
.medipass-request-service.is-unavailable:after {
  content: "Coming soon";
  font-size: .75rem;
  position: absolute;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.medipass-request-medicare-logo {
  margin-top: .8rem;
}
.medipass-request-hicaps-logo {
  width: 117px;
  height: auto;
  opacity: .3;
}
.medipass-request-dva-logo {
  opacity: .3;
}
.medipass-request-btn {
  grid-row-start: 2;
  align-self: flex-start;
}
@media (max-width: 799px) {
  .medipass-request-btn {
    margin-top: 2rem;
    width: auto;
  }
}
@media (max-width: 399px) {
  .medipass-request-btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.medipass-file-placeholder {
  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;
}
.medipass-file-placeholder .file-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.medipass-file-placeholder .icon.icon-cross {
  cursor: pointer;
}
.medipass-requests .hb-button.small {
  width: 30%;
}
.modal .modal-header {
  border: 0 none;
  color: #fff;
  background: #35404e;
  padding: .5rem .9375rem;
  border-radius: 4px 4px 0 0;
}
.modal .modal-header button.close {
  color: #fff;
  opacity: .6;
}
.modal .modal-header button.close:hover {
  opacity: .8;
}
.modal .modal-title {
  font-weight: bold;
}
.modal .modal-body {
  padding: 15px 15px 0;
}
.modal .modal-body .modal-footer {
  margin: 0 -15px -15px -15px;
  border: 0 none;
}
.modal .modal-body .form-group label {
  font-weight: bold;
  margin-bottom: .375rem;
  text-transform: capitalize;
  font-size: 14px;
  color: #35404e;
}
.modal .modal-content {
  border: 0 none;
}
.modal .modal-footer {
  padding: 0 15px 15px;
  border: none;
}
.modal .modal-footer .hb-button {
  min-width: 75px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  background-color: rgba(0, 0, 0, .6);
}
.modal-wrapper {
  padding: 3rem;
  position: absolute;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
  z-index: 25;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav_menu-container {
  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;
  background: #35404e;
  padding-top: 10px;
  min-width: 280px;
}
.nav_menu-container a {
  text-decoration: none;
}
.nav_menu-container .nav__link-text {
  margin-left: 12px;
}
@media (max-width: 1339px) {
  .nav_menu-container {
    min-width: 240px;
  }
}
@media (max-width: 1179px) {
  .nav_menu-container {
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 20;
    padding: 0;
    height: 100%;
    max-height: calc(100% - 50px);
    overflow: hidden;
  }
}
@media (max-width: 499px) {
  .nav_menu-container {
    width: 100%;
    min-width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 2147483001;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
  }
}
.nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
@media (max-width: 1179px) {
  .nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden;
  }
}
.nav_menu__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.nav_menu__list::-webkit-scrollbar {
  display: none;
}
.nav_menu__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav__link-has-dropdown {
  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;
}
.nav__link-has-dropdown .nav__link-toggle {
  display: block;
  font-size: 0;
  height: 25px;
  width: 25px;
  margin-right: 15px;
  background: url("/assets/chevron-down-white-65XHBKUG-ba97fb7d.svg") no-repeat center;
  background-size: 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;
}
.nav__link-has-dropdown .nav__link-toggle:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav__link-has-dropdown.open .nav__link-toggle {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nav__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;
  padding: 12px 15px;
  color: #fff;
  outline: none;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 499px) {
  .nav__link {
    white-space: normal;
    white-space: initial;
  }
}
.nav__link .icon:before {
  background-color: #28c6c7;
  width: 22px;
  height: 22px;
}
.nav__link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav__link:hover,
.active .nav__link,
.active > .nav__sublink {
  color: #28c6c7;
}
.nav__link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav__icon {
  font-size: 1.5rem;
  color: #fff;
  margin-left: .75rem;
  margin-right: .75rem;
  width: 2.5rem;
  text-align: center;
}
.nav__link-text {
  text-transform: uppercase;
  font-weight: 600;
  font-family:
    Roboto,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 13px;
}
.nav__link-text,
.nav__sublink,
.nav_profile_link_body {
  -webkit-transition: opacity .3s .3s;
  transition: opacity .3s .3s;
}
.nav__subnav {
  position: absolute;
  visibility: hidden;
}
.nav__subnav.nav__subnav_open {
  position: static;
  position: initial;
  visibility: visible;
}
.nav__sublink {
  text-align: left;
  width: 100%;
  text-align: left;
  display: block;
  padding: 0px 0 12px 28px;
  color: #fff;
}
.nav__sublink:before {
  content: "-";
  color: #28c6c7;
  margin-right: 2px;
}
.nav__sublink:hover {
  color: #28c6c7 !important;
}
.nav__sublink_text {
  font-size: .875rem;
  font-family:
    Roboto,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 14px;
}
.nav_profile_link {
  position: relative;
  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;
  color: #fff;
  height: 60px;
  padding: 10px;
  border-top: rgba(255, 255, 255, .1) 1px solid;
}
@media (max-width: 1179px) {
  .nav_profile_link {
    padding: 0;
    height: 46px;
  }
}
@media (max-width: 1179px) {
  .nav_profile_link .avatar {
    display: none;
  }
}
@media (max-width: 499px) {
  .nav_profile_link {
    display: none;
  }
}
.nav_profile_link_body {
  font-size: 13px;
  padding: 0 0 0 10px;
}
@media (max-width: 1179px) {
  .nav_profile_link_body {
    display: none;
  }
}
.nav_profile_link_body a {
  color: #fff;
  text-transform: uppercase;
}
.nav_profile_link_body span {
  display: block;
  padding: 5px 0 0;
  width: 100%;
  color: #28c6c7;
  text-transform: none;
}
.nav_collapse_link {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 43px;
  height: 100%;
  font-size: 0;
}
.nav_collapse_link.icon-arrow-left {
  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;
  background: #28c6c7;
}
.nav_collapse_link.icon-arrow-left:before {
  width: 20px;
  height: 20px;
}
@media (max-width: 1179px) {
  .nav_collapse_link.icon-arrow-left {
    background-color: rgb(73.6335877863, 88.9160305344, 108.3664122137);
  }
}
.nav_collapse_link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1179px) {
  .nav_collapse_link {
    width: 50px;
    height: 46px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
  .nav_collapse_link:before {
    width: 20px;
    height: 22px;
    -webkit-mask: url("/assets/icon-cross-V4NDKWJB-5f6285ca.svg");
    mask: url("/assets/icon-cross-V4NDKWJB-5f6285ca.svg");
  }
}
@media (max-width: 499px) {
  .nav_collapse_link {
    display: none;
  }
}
.nav_menu-container.collapsed {
  width: 60px;
  min-width: 60px;
}
@media (max-width: 1179px) {
  .nav_menu-container.collapsed {
    width: 50px;
    min-width: 50px;
  }
}
@media (max-width: 499px) {
  .nav_menu-container.collapsed {
    width: 0;
    min-width: 0;
    visibility: hidden;
    opacity: 0;
  }
}
.nav_menu-container.collapsed .nav_menu__list {
  overflow: visible;
}
.nav_menu-container.collapsed .nav_menu__list > li {
  position: relative;
}
@media (min-width: 1180px) {
  .nav_menu-container.collapsed .nav_menu__list > li:hover .nav__subnav {
    display: block;
    visibility: visible;
    z-index: 20;
  }
  .nav_menu-container.collapsed .nav_menu__list > li:hover .nav__subnav.nav__subnav_open {
    display: block;
    visibility: visible;
  }
  .nav_menu-container.collapsed .nav_menu__list > li:hover .nav__subnav .nav__sublink {
    opacity: 1;
    width: 100%;
    padding: 0px 0 12px 28px;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
}
.nav_menu-container.collapsed .nav_menu__list > li.active .nav__link .icon:before,
.nav_menu-container.collapsed .nav_menu__list > li:hover .nav__link .icon:before {
  background-color: #28c6c7;
}
.nav_menu-container.collapsed .nav_menu__list .nav__link-has-dropdown .nav__link-toggle {
  display: none;
}
.nav_menu-container.collapsed .nav__link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav_menu-container.collapsed .nav__link:before {
  margin: 0;
}
.nav_menu-container.collapsed .nav__link .icon:before {
  background-color: #fff;
}
.nav_menu-container.collapsed .nav__link .icon:hover:before {
  background-color: #28c6c7;
}
.nav_menu-container.collapsed .active .nav__link .icon:before {
  background-color: #28c6c7;
}
.nav_menu-container.collapsed .nav__link-text,
.nav_menu-container.collapsed .nav_profile_link_body,
.nav_menu-container.collapsed .nav__sublink {
  opacity: 0;
  width: 0px;
  padding: 0;
  overflow: hidden;
}
.nav_menu-container.collapsed .nav__link-text {
  margin-left: 0;
}
.nav_menu-container.collapsed .nav_profile_link {
  padding-bottom: 75px;
  height: auto;
}
@media (max-width: 1179px) {
  .nav_menu-container.collapsed .nav_profile_link {
    padding: 0;
    border: none;
  }
}
.nav_menu-container.collapsed .nav_collapse_link {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 60px;
  height: 60px;
}
@media (max-width: 1179px) {
  .nav_menu-container.collapsed .nav_collapse_link {
    position: static;
    width: 50px;
    height: 46px;
    background-color: rgb(73.6335877863, 88.9160305344, 108.3664122137);
  }
  .nav_menu-container.collapsed .nav_collapse_link:before {
    width: 22px;
    height: 22px;
    -webkit-mask: url("/assets/icon-menu-CS7RLJ4E-9f535f3c.svg");
    mask: url("/assets/icon-menu-CS7RLJ4E-9f535f3c.svg");
  }
}
.nav_menu-container.collapsed .nav__subnav {
  visibility: hidden;
  z-index: 20;
  background: #35404e;
  position: absolute;
  top: 0;
  left: 40px;
  padding: 20px 0px 10px;
  border-radius: 0 5px 5px 0;
  min-width: 230px;
}
.nav_menu-container.collapsed .nav__subnav.nav__subnav_open {
  visibility: hidden;
}
.setup-nav-container {
  background: #35404e;
  border-radius: .25rem .25rem 0 0;
}
.setup-nav-container .nav-icons {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.setup-nav-container .nav-icons > li {
  list-style: none;
  width: 12.5%;
  padding: 10px;
  border-right: rgba(255, 255, 255, .1) 1px solid;
}
@media (max-width: 799px) {
  .setup-nav-container .nav-icons > li {
    width: 25%;
    border-bottom: rgba(255, 255, 255, .1) 1px solid;
  }
}
.setup-nav-container .nav-icons > li .nav__link {
  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;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
.setup-nav-container .nav-icons > li .nav__link .nav__link-text {
  margin-top: 8px;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 499px) {
  .setup-nav-container .nav-icons > li .nav__link .nav__link-text {
    display: none;
  }
}
.setup-nav-container .nav-icons > li.active .nav__link .nav__link-text,
.setup-nav-container .nav-icons > li .nav__link:hover .nav__link-text {
  color: #28c6c7;
}
.setup-nav-container .nav-icons > li.active .nav__link:before,
.setup-nav-container .nav-icons > li .nav__link:hover:before {
  background-color: #28c6c7;
}
.notes.action-index .panel {
  border: none;
}
.notes.action-show .note {
  background: #fff;
}
.notes.action-show .note-header {
  cursor: default;
  padding: 0 8px 16px;
}
.notes-list {
  padding-bottom: 5px;
}
.notes-list .flex-table {
  margin-bottom: 15px;
}
.notes-list .flex-table .data-fields {
  border-bottom: 1px solid #e3e3e3;
}
.notes-list .flex-table .data-fields .field {
  padding-top: 8px;
  padding-bottom: 7px;
}
.notes-list .flex-table .data-fields .field.timestamp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 225px;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  margin-left: auto;
  text-align: right;
}
.notes-list .flex-table .footer {
  padding: 8px 0 0 8px;
}
.notes-list .flex-table .footer .pagination {
  text-align: right;
  margin-top: 5px;
}
.new_patient_file_note .form-group {
  margin-bottom: 5px;
}
.panel .notes-list .flex-table {
  margin-bottom: 0px;
}
.autosave-badge {
  float: right;
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.autosave-badge.is-visible {
  opacity: 1;
}
.notes-warning {
  margin-bottom: 10px;
}
.note {
  background-color: #fafafa;
  margin-top: 8px;
  border-radius: 4px;
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
}
.note:hover {
  background-color: #edf2f5;
}
@media (max-width: 799px) {
  .note:hover {
    background-color: #fafafa;
  }
}
.note a {
  overflow-wrap: break-word;
}
.note .icon-chevron-down:before {
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.note.is-expanded .note-content {
  padding-bottom: 16px;
}
.note.is-expanded .icon-chevron-down:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.note-date {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .75rem;
  margin-bottom: 0;
}
.note-header {
  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;
  cursor: pointer;
  padding: 16px;
}
.note-header p {
  margin-bottom: 0;
}
.note-content {
  padding: 0 16px 16px;
  word-wrap: break-word;
}
.note-content.note-accordion-content {
  padding: 0 16px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .2s ease;
  transition: max-height .2s ease;
  position: relative;
}
.page-block.page-block-notes {
  margin-bottom: 3rem;
}
@media (max-width: 399px) {
  .page-block.page-block-notes .hb-button .icon {
    display: none;
  }
}
.page-block.page-block-notes .subnav__subheading.icon {
  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;
}
.page-block.page-block-notes .subnav__subheading.icon:before {
  margin: 0 8px 0 12px;
  width: 22px;
  height: 22px;
}
@media (max-width: 399px) {
  .page-block.page-block-notes .subnav__subheading.icon:before {
    content: none;
  }
}
@media (max-width: 599px) {
  .page-block.page-block-notes .subnav__subheading {
    margin-bottom: .5rem;
  }
}
@media (max-width: 799px) {
  .page-block.page-block-notes {
    margin-bottom: 10px;
  }
}
.page-block.page-block-notes .panel {
  border: none;
}
@media (max-width: 899px) {
  .page-block.page-block-notes .panel__footer {
    padding-bottom: 0;
  }
}
.notification-card {
  background: #efefef;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: .3s border-left ease-in;
  transition: .3s border-left ease-in;
}
.notification-card.read {
  background: #fff;
}
.notification-card:hover {
  border-left: 3px solid #28c6c7;
}
.notification-card .avatar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #28c6c7;
  width: 45px;
  height: 45px;
  font-size: 18px;
  min-width: 45px;
}
.notification-card .logo {
  height: 35px;
  width: 35px;
  margin: 5px;
}
.notification-card .notification-card-body {
  padding: 0 10px;
}
.notification-card .notification-card-title {
  display: block;
  font-weight: bold;
}
.notification-card .notification-card-details {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.45em;
}
.notification-card .notification-card-timestamp {
  display: block;
  padding: 3px 0 0;
  font-size: 12px;
  color: rgba(53, 64, 78, .6);
}
.notification-card .notification-card-action {
  display: inline-block;
  margin: 3px 0 1px;
}
.is-notification .dropdown-link {
  padding: 0;
  width: 100%;
}
.is-notification .dropdown-header {
  border-bottom: 1px solid #d7d7d7;
}
.notifications-empty {
  padding: 15px;
  color: #35404e;
}
.notifications-list-wrapper {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0 0 .25rem .25rem;
}
.notifications-spinner {
  padding: 10px;
  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;
}
.onboarding.action-show {
  height: calc(100vh - 80px);
}
.onboarding.action-show .sidebar-modal-body {
  height: 100%;
  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;
}
.onboarding-container .hb-button.medium {
  width: auto;
  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;
}
.onboarding-container .hb-button .icon:before {
  height: 13px;
  width: 13px;
}
.onboarding-container .hb-button.is-hidden {
  display: none;
}
.onboarding-container input:checked + label {
  background: #28c6c7;
  color: #fff;
}
.onboarding-container input:checked + label .icon:before {
  background-color: #fff;
}
.onboarding-card {
  background: rgb(242.35, 242.35, 242.35);
  border-radius: 4px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 1.125rem;
  margin-bottom: .5rem;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}
.onboarding-card.is-hidden {
  opacity: 0;
}
.onboarding-card:hover {
  background: #28c6c7;
  color: #fff;
  cursor: pointer;
}
.onboarding-card:hover .icon:before {
  background-color: #fff;
}
.onboarding-card:hover .onboarding-card-body {
  color: #fafafa;
}
.onboarding-card-body {
  padding: 0 10px;
}
.onboarding-card-title {
  font-family: "Roboto";
  font-weight: bold;
  font-size: .925rem;
}
.onboarding-card-details {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.375em;
  text-align: left;
}
.onboarding-tooltip {
  position: absolute;
  background-color: #404040;
  padding: 1rem;
  max-width: 306px;
  border-radius: 10px;
  z-index: 1;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in, visibility .3s ease-in;
  transition: opacity .3s ease-in, visibility .3s ease-in;
}
.onboarding-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
}
.onboarding-tooltip-title {
  font-family: "Roboto";
  font-weight: 700;
  color: #fff;
  font-size: .9375rem;
}
.onboarding-tooltip-message {
  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;
  font-family: "Roboto";
  color: #fff;
  font-size: .9375rem;
  margin-bottom: 0;
}
.onboarding-tooltip-message:before {
  content: "";
  display: inline-block;
  margin-right: .625rem;
  min-width: 20px;
  height: 20px;
  background: url("/assets/icon-red-circle-cross-LXFM7OK2-20dd5280.svg") no-repeat center;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}
.onboarding-tooltip-message:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 84px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #404040 transparent;
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
}
.onboarding-tooltip-message.is-valid:before {
  background: url("/assets/icon-valid-IAJGXMAA-74336e45.svg") no-repeat center;
}
.onboarding-back-btn {
  background-color: #fff;
  border-color: #35404e;
  color: #35404e;
}
.onboarding-back-btn .icon {
  padding-right: 8px;
}
.onboarding-back-btn .icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #35404e;
}
.onboarding-back-btn:hover {
  background-color: #35404e;
  border-color: #35404e;
  color: #fff;
}
.onboarding-back-btn:hover .icon:before {
  background-color: #fff;
}
.onboarding-next-btn .icon {
  padding-left: 8px;
}
.onboarding-next-btn .icon:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.onboarding-next-btn:disabled {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  cursor: not-allowed;
}
.onboarding-skip-btn {
  background-color: #fff;
  border-color: #28c6c7;
  color: #28c6c7;
}
.onboarding-skip-btn .icon {
  padding-left: 8px;
}
.onboarding-skip-btn .icon:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background-color: #28c6c7;
}
.onboarding-skip-btn:hover {
  background: #28c6c7;
  border-color: #28c6c7;
  color: #fff;
}
.onboarding-skip-btn:hover .icon:before {
  background-color: #fff;
}
.onboarding-goals .onboarding-card {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.onboarding-goals .onboarding-navigation {
  width: 100%;
}
.onboarding-goals .onboarding-navigation .hb-button {
  margin-left: 0px;
}
.onboarding-card-other-goal {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.onboarding-card-other-goal.is-selected {
  background: #28c6c7;
  color: #fff;
  -webkit-transform: translate(0px, -260px);
  transform: translate(0px, -260px);
}
.onboarding-card-other-goal.is-selected .icon:before {
  background-color: #fff;
}
.goal-icon {
  width: 45px;
  height: 45px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.goal-icon .icon:before {
  height: 25px;
  width: 25px;
}
.onboarding-other-goal {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px, -260px);
  transform: translate(0px, -260px);
  height: auto;
  background: none;
  margin-top: 1.5rem;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition:
    visibility 0s,
    opacity .3s,
    -webkit-transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    -webkit-transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    transform .3s ease-out,
    -webkit-transform .3s ease-out;
}
.onboarding-other-goal.is-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition:
    visibility 0s,
    opacity .3s,
    -webkit-transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    -webkit-transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    transform .3s ease-out,
    -webkit-transform .3s ease-out;
}
.onboarding-other-goal:hover {
  background: none;
}
.onboarding-other-goal:hover h4 {
  color: #35404e;
}
.onboarding-other-goal-inner {
  width: 100%;
}
.onboarding-other-goal-inner .onboarding-title {
  margin-bottom: .5rem;
}
.onboarding-other-goal-input {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-color: #fff;
  outline: none;
  resize: none;
  overflow: auto;
  width: 100%;
  padding: 1rem;
}
.onboarding-other-goal-input.sidebar-modal-input {
  height: 110px;
}
.onboarding-gender .onboarding-card {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.onboarding-gender .icon-gender-male:before,
.onboarding-gender .icon-gender-female:before {
  width: 28px;
  height: 28px;
  margin-right: .5rem;
}
.onboarding-gender .icon-gender-other:before {
  width: 20px;
  height: 20px;
  margin-right: .5rem;
}
.hidden,
.btn-hidden-group {
  display: none;
}
.onboarding-title {
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: bold;
  margin-bottom: 1rem;
}
.onboarding-title .tooltip-inner {
  text-align: left;
}
.onboarding-navigation {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.onboarding-navigation .onboarding-navigation-continue {
  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;
}
.onboarding-navigation .onboarding-navigation-continue .onboarding-continue-chevron {
  margin-left: 1.5rem;
}
.onboarding-tooltip {
  color: #797979;
  text-align: center;
  margin: 0;
}
.onboarding-info {
  display: inline-block;
}
.onboarding-age-input {
  position: relative;
}
.onboarding-input-clear-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.onboarding-input-clear-btn:before {
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.onboarding-input-clear-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.onboarding-height .onboarding-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.onboarding-height-metric {
  width: 50%;
}
.onboarding-height-metric .sidebar-modal-input {
  padding-right: 2rem;
}
.onboarding-toggle-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  margin-left: 1rem;
}
.onboarding-toggle-btns input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.onboarding-toggle-btns .onboarding-metric-btn {
  margin-right: 5px;
}
.onboarding-toggle-btns .onboarding-metric-btn,
.onboarding-toggle-btns .onboarding-imperial-btn {
  padding: 2px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  background: #fff;
  color: #35404e;
  border-color: #35404e;
}
.sidebar .onboarding-toggle-btns .onboarding-metric-btn,
.sidebar .onboarding-toggle-btns .onboarding-imperial-btn {
  width: 50%;
}
.onboarding-toggle-btns .onboarding-metric-btn:hover,
.onboarding-toggle-btns .onboarding-imperial-btn:hover {
  background: #35404e;
  border-color: #35404e;
  color: #fff;
}
.onboarding-toggle-btns input:checked + label {
  background: #35404e;
  border-color: #35404e;
  color: #fff;
}
.onboarding-height-units,
.onboarding-weight-units {
  position: relative;
}
.onboarding-height-units:after,
.onboarding-weight-units:after {
  font-family: "Roboto";
  font-weight: bold;
  font-size: .875rem;
  color: #d7d7d7;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.onboarding-height-units .sidebar-modal-input.is-invalid,
.onboarding-weight-units .sidebar-modal-input.is-invalid {
  border-color: #ff4a45;
}
.onboarding-height-imperial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.onboarding-height-imperial .onboarding-height-units:first-of-type {
  margin-right: 5px;
}
.onboarding-height-imperial .sidebar-modal-input {
  padding-right: 1.625rem;
}
.onboarding-height-cm .onboarding-tooltip {
  width: 260px;
}
.onboarding-height-cm .onboarding-tooltip-message:after {
  left: 50%;
}
.onboarding-weight .onboarding-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.onboarding-weight-units .sidebar-modal-input {
  padding-right: 2rem;
}
.onboarding-height-cm:after,
.onboarding-height-feet:after,
.onboarding-height-inches:after,
.onboarding-weight-kg:after,
.onboarding-weight-lb:after {
  content: attr(data-content);
}
.onboarding-complete-icon img {
  display: block;
  max-width: 75%;
  margin: auto;
}
.onboarding-complete-body {
  font-size: .9375rem;
  color: #35404e;
}
.onboarding-complete-btn {
  display: block;
  margin-top: 2.375rem;
}
.onboarding-help {
  margin-top: auto;
}
.onboarding-help-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;
  font-weight: bold;
}
.onboarding-help-title .icon.icon-info:before {
  width: 17px;
  height: 17px;
  margin-right: .625rem;
}
.onboarding-help-content {
  font-size: .938rem;
}
.availability-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.availability-form .availability-date {
  position: relative;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: 100%;
  margin-bottom: .375rem;
}
.availability-form .availability-date.form-group.inline.date {
  max-width: none;
  margin-bottom: 1.75rem;
}
.availability-form .availability-times {
  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;
  width: 100%;
}
.availability-form .availability-all-day {
  position: absolute;
  top: 105px;
}
.availability-form .availability-time.form-group.inline.time {
  width: calc(50% - .5rem);
  margin-bottom: 1.375rem;
}
@media (max-width: 799px) {
  .orders.action-show .page {
    padding: .5rem;
  }
}
.order-block.shipping-address .same-as-shipping-checkbox {
  display: none;
}
.order-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 499px) {
  .order-info {
    display: block;
  }
}
.order-title {
  width: 100%;
}
.order-email,
.order-contactno {
  width: 50%;
}
.order-gender {
  width: 100%;
  margin-top: .9375rem;
}
.order-gender .gender-select-field {
  width: 50%;
}
.order-block-content.delivery-instructions {
  border-top: 1px solid #d7d7d7;
  border-radius: 4px;
}
.order-block-content.delivery-instructions .order-block-title {
  font-size: 1rem;
}
.order-address-search {
  width: 100%;
  margin-bottom: .9375rem;
}
.order-address-search input {
  background: url("/assets/icon-search-active-LLOFEESQ-4ffe7930.svg") no-repeat;
  background-size: 16px;
  background-position: left 12px center;
  padding-left: 2.5rem;
}
.order-street-name {
  width: 100%;
}
.order-business-name,
.order-unit-level,
.order-street-no,
.order-street-name {
  margin-bottom: .9375rem;
}
@media (max-width: 799px) {
  .order-suburb {
    margin-bottom: .9375rem;
  }
}
.order-suburb,
.order-business-name {
  width: calc(48% - 7.5px);
}
@media (max-width: 799px) {
  .order-suburb,
  .order-business-name {
    width: 100%;
    padding-right: 0;
  }
}
.order-unit-level,
.order-state,
.order-street-no,
.order-postcode {
  width: calc(26% - 7.5px);
}
@media (max-width: 799px) {
  .order-unit-level,
  .order-state,
  .order-street-no,
  .order-postcode {
    width: calc(50% - 7.5px);
  }
}
.order-shipping-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 899px) {
  .order-shipping-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-shipping-info .order-block-wrapper {
  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;
}
@media (max-width: 1079px) {
  .order-shipping-info .order-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-shipping-info .order-pricing {
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 1.5rem 1.375rem;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
.order-shipping-info .order-block.payment {
  position: relative;
}
.order-shipping-info .order-block.payment a {
  position: absolute;
  top: 8px;
  right: 6px;
  padding: 5px 22px;
  border-radius: 7px;
  font-size: .75rem;
}
.order-shipping-info .order-block .address-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-shipping-info .order-block.billing-address .address-form {
  margin-top: .9375rem;
}
@media (max-width: 1079px) {
  .order-shipping-info .order-block {
    width: 100%;
  }
}
.order-shipping-info .same-as-shipping-checkbox .checkbox-label-text {
  text-transform: none;
}
.order-shipping-info .order-block-label {
  font-weight: bold;
  margin-bottom: .375rem;
}
.order-shipping-info .order-block-content {
  padding: 1.5rem 1.375rem;
}
@media (max-width: 599px) {
  .order-shipping-info .order-block-content {
    padding: .75rem;
  }
}
.order-shipping-info .order-block-content p {
  margin: 0;
}
.order-shipping-info .order-delivery-instructions {
  padding-top: .5rem;
  height: 128px;
  margin-top: .875rem;
}
.order-shipping-info .order-block-title {
  width: 100%;
}
.order-shipping-left {
  width: 58%;
  margin-right: .75rem;
}
@media (max-width: 899px) {
  .order-shipping-left {
    width: 100%;
    margin-right: 0;
  }
}
.order-shipping-right {
  width: 42%;
}
@media (max-width: 899px) {
  .order-shipping-right {
    width: 100%;
  }
}
.order-price-label.total,
.order-price-value.total {
  font-weight: bold;
  font-family: "Roboto";
}
.order-email,
.order-contactno,
.order-payment-text {
  font-size: .938rem;
}
.order-payment-text {
  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;
}
.order-email {
  margin-bottom: 0;
}
.card-number {
  font-weight: bold;
  margin-left: .25rem;
}
.order-add-btn {
  text-transform: uppercase;
}
.order-confirm-btn {
  width: 100%;
}
.patient-select {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #fff;
}
.patient-select .input-label:before {
  content: "1";
}
.patient-select .choices {
  margin: 1.3125rem .9375rem;
}
.patient-select .choices__inner {
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}
.patient-select .choices__inner:hover {
  border-color: #28c6c7;
}
.patient-select .choices.is-open .choices__inner {
  border-color: #28c6c7;
}
.patient-select .choices__list--dropdown {
  border-color: #28c6c7;
}
.patient-select .choices__item,
.patient-select .choices__input {
  font-family: "Roboto";
  font-weight: bold;
  color: #35404e;
  cursor: pointer;
}
.patient-select .choices__item.text-cursor,
.patient-select .choices__input.text-cursor {
  cursor: text;
}
.patient-select .choices__item:after,
.patient-select .choices__input:after {
  content: none;
}
.patient-select .choices__list--dropdown .choices__item {
  padding: 10px;
}
.patient-select .choices__inner {
  min-height: 0;
  min-height: initial;
  max-height: 42px;
}
.order-products {
  background: #fff;
  position: relative;
}
.order-product-quantity-selector {
  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: 499px) {
  .order-product-quantity-selector {
    grid-row: 1/-1;
    align-self: end;
  }
}
.order-product-quantity-selector .icon-minus,
.order-product-quantity-selector .icon-plus {
  width: 24px;
  height: 22px;
  background: #35404e;
}
.order-product-quantity-selector .icon-minus {
  border-radius: 4px 0 0 4px;
}
.order-product-quantity-selector .icon-minus:before {
  height: 10px;
  width: 10px;
  margin: auto;
}
.order-product-quantity-selector .icon-plus {
  border-radius: 0 4px 4px 0;
}
.order-product-quantity-selector .icon-plus:before {
  margin: auto;
  height: 12px;
  width: 12px;
}
@media (max-width: 499px) {
  .order-right .order-product-info {
    grid-row: 1/-1;
  }
}
@media (min-width: 900px) and (max-width: 1079px) {
  .order-right .order-dosage {
    margin-left: 0;
  }
}
@media (min-width: 900px) and (max-width: 1079px) {
  .order-right .order-summary .order-product-extra-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 899px) {
  .order-right .order-summary .order-product {
    position: relative;
    grid-column-gap: 15px;
    margin: 0;
  }
}
.order-right .order-summary .order-product-pricing {
  -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;
}
@media (max-width: 899px) {
  .order-right .order-summary .order-product-pricing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 499px) {
  .order-right .order-product-pricing {
    justify-self: end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }
}
.order-lottie-box {
  width: 76px;
  height: auto;
}
.order-confirmation {
  color: #35404e;
}
@media (max-width: 799px) {
  .order-confirmation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-confirmation .order-left {
  width: 61%;
}
.order-confirmation .order-left .input-label.order-summary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.order-confirmation .order-left .order-summary-container {
  margin-bottom: .375rem;
}
.order-confirmation .order-left .order-product {
  grid-template-columns: 56px 1fr 50px 90px 12px;
}
@media (max-width: 499px) {
  .order-confirmation .order-left .order-product {
    grid-template-columns: 1fr 50px 110px;
    grid-column-gap: 10px;
    position: relative;
  }
}
@media (max-width: 499px) {
  .order-confirmation .order-left .order-product .order-product-remove-btn {
    right: 12px;
  }
}
@media (max-width: 399px) {
  .order-confirmation .order-left .order-product {
    grid-template-columns: 1fr 50px 50px;
  }
}
.order-confirmation .order-left .order-product.faded {
  opacity: .5;
}
@media (max-width: 499px) {
  .order-confirmation .order-left .order-product-pricing {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    justify-self: end;
  }
}
.order-confirmation .order-left .order-product-instructions {
  grid-column: 2/-1;
}
@media (max-width: 499px) {
  .order-confirmation .order-left .order-product-instructions {
    grid-column: 1/-1;
  }
}
.order-confirmation .order-left .order-header {
  grid-template-columns: 56px 1fr 50px 90px 12px;
  margin-top: 1.125rem;
}
@media (max-width: 599px) {
  .order-confirmation .order-left .order-header {
    margin: 1.125rem 0 0;
  }
}
@media (max-width: 799px) {
  .order-confirmation .order-left {
    width: 100%;
  }
}
.order-confirmation .order-right {
  width: 39%;
}
@media (max-width: 1079px) {
  .order-confirmation .order-right {
    position: static;
    position: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 799px) {
  .order-confirmation .order-right {
    width: 100%;
    padding: 10px;
  }
}
.order-confirmation .order-summary-container {
  border: 1px solid #d7d7d7;
  border-radius: 0 0 4px 4px;
}
.order-confirmation .order-summary-label {
  font-size: 1.25rem;
  margin: 1rem 10px .5rem;
  padding: 0;
  display: block;
  width: auto;
  text-transform: capitalize;
  border-bottom: none;
}
.order-confirmation .order-summary {
  border: none;
  min-height: 0;
  min-height: initial;
}
.order-confirmation .order-prac-info {
  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;
}
.order-confirmation .order-product-quantity {
  font-size: .938rem;
}
@media (max-width: 499px) {
  .order-confirmation .order-product-quantity {
    margin: 0;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    font-size: .8125rem;
  }
}
.order-confirmation .order-notes {
  width: 100%;
  padding-right: 0;
  border: 1px solid #d7d7d7;
  margin-bottom: 1rem;
  padding: 1.5rem 1.375rem;
  border-radius: 4px;
  background: #fff;
}
.order-confirmation .order-notes-label {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.order-confirmation .order-notes-label.order-prac-name {
  margin: 0 .875rem 0;
}
.order-confirmation .order-notes-content {
  font-size: .9375rem;
  margin-bottom: 1.5rem;
}
.order-confirmation .order-notes-content:last-child {
  margin-bottom: 0;
}
.order-confirmation .order-pricing {
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 1.5rem 1.375rem;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
@media (max-width: 1079px) {
  .order-confirmation .order-prices {
    width: 100%;
  }
}
.order-confirmation .price-total .order-price-label {
  font-weight: bold;
  font-size: 1.125rem;
}
.order-confirmation .price-total .order-price-value {
  font-weight: bold;
  font-size: 1.125rem;
}
.order-confirmation .price-subtotal,
.order-confirmation .price-tax,
.order-confirmation .price-shipping {
  font-size: .9375rem;
}
.order-confirmation .order-btn {
  margin-top: .75rem;
  width: 100%;
}
.order-need-help {
  margin-top: 2rem;
  padding: 0 3rem 0 1.25rem;
}
.order-need-help-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;
  font-weight: bold;
}
.order-need-help-title .icon.icon-info.active:before {
  width: 17px;
  height: 17px;
  margin-right: .625rem;
}
.order-need-help-content {
  font-size: .938rem;
}
@media (max-width: 899px) {
  .purchase_orders.action-new .intercom-launcher,
  .purchase_orders.action-edit .intercom-launcher {
    display: none;
  }
}
.purchase_orders .new_purchase_order_item {
  text-align: right;
}
.purchase_orders.action-index .table td {
  word-break: break-all;
}
@media (max-width: 379px) {
  .purchase_orders.action-index .table tr.confirmed td:first-of-type,
  .purchase_orders.action-index .table tr.started td:first-of-type,
  .purchase_orders.action-index .table tr.ended td:first-of-type,
  .purchase_orders.action-index .table tr.awaiting td:first-of-type,
  .purchase_orders.action-index .table tr.draft td:first-of-type,
  .purchase_orders.action-index .table tr.proposed td:first-of-type,
  .purchase_orders.action-index .table tr.cancelled td:first-of-type,
  .purchase_orders.action-index .table tr.declined td:first-of-type,
  .purchase_orders.action-index .table tr.expired td:first-of-type {
    padding: .5rem;
  }
}
@media (max-width: 379px) {
  .purchase_orders.action-index .table tr.confirmed td:first-of-type:before,
  .purchase_orders.action-index .table tr.started td:first-of-type:before,
  .purchase_orders.action-index .table tr.ended td:first-of-type:before,
  .purchase_orders.action-index .table tr.awaiting td:first-of-type:before,
  .purchase_orders.action-index .table tr.draft td:first-of-type:before,
  .purchase_orders.action-index .table tr.proposed td:first-of-type:before,
  .purchase_orders.action-index .table tr.cancelled td:first-of-type:before,
  .purchase_orders.action-index .table tr.declined td:first-of-type:before,
  .purchase_orders.action-index .table tr.expired td:first-of-type:before {
    display: none;
  }
}
@media (max-width: 1079px) {
  .orders .container {
    padding: 0;
  }
  .orders .page,
  .orders .subnav--primary {
    background: none;
    border: none;
  }
  .orders .subnav--primary {
    margin: 0 0 10px;
    padding: 15px 10px 0;
  }
  .orders .intercom-launcher {
    display: none;
  }
}
.order-block {
  color: #35404e;
  background: #fff;
  margin-bottom: .75rem;
}
.order-block.order-shipping {
  padding: 0;
}
.order-block-content {
  padding: 1.5rem 1.375rem;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
.order-block-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: .125rem;
}
.order-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
}
.order-number {
  margin-left: auto;
  font-weight: bold;
}
.order,
.order-shipping-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .75rem;
}
@media (max-width: 1079px) {
  .order,
  .order-shipping-info {
    position: relative;
  }
}
.input-label.order-step {
  width: 100%;
  background: #35404e;
  color: #fff;
  padding: .5rem .9375rem;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
  font-size: 1rem;
  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;
}
.input-label.order-step:before {
  background: #28c6c7;
  color: #fff;
  font-size: .813rem;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  margin-right: .625rem;
  display: inline-block;
  text-align: center;
}
.input-label.order-step.patient-search:before,
.input-label.order-step.order-summary:before,
.input-label.order-step.your-information:before,
.input-label.order-step.patient-information:before {
  content: "1";
}
.input-label.order-step.order-review:before,
.input-label.order-step.add-products:before,
.input-label.order-step.shipping-info:before {
  content: "2";
}
.input-label.order-step.billing-info:before {
  content: "3";
}
.input-label.order-step.payment-details:before {
  content: "4";
}
.input-label.order-step.place-order:before {
  content: "5";
}
.action-show .input-label.order-step:before {
  content: none;
}
.new_purchase_order_item {
  text-align: right;
}
.order-summary-container {
  width: 100%;
  margin-bottom: 1.875rem;
  background: #fff;
}
.order-summary-container .order-product-extra-info {
  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: 767px) {
  .order-summary-container .order-product-extra-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.order-summary-container .loading-overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #efefef;
  opacity: .8;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order-summary-container .loading-overlay .spinner.hide-spinner {
  display: none;
}
.order-summary-container .loading {
  overflow: hidden;
}
.order-summary-container .loading .loading-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 2px);
  height: calc(100% - 49px);
}
.order-summary-container .loading .loading-spinner-ellipsis {
  -webkit-transform: none;
  transform: none;
}
.order-summary-container .order-product-titles {
  width: 100%;
}
.order-left {
  width: 32%;
  margin-right: 1rem;
}
@media (max-width: 899px) {
  .order-left {
    padding: 0 10px;
    width: 100%;
    margin-right: 0;
  }
  .order-left .icon-plus-dark {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.order-left .order-summary {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.order-left .order-product-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 959px) {
  .order-left .order-product-extra-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 959px) {
  .order-left .order-dosage {
    margin-left: 0;
    margin-top: .25rem;
  }
}
.order-summary {
  position: relative;
  border: 2px dashed #d7d7d7;
  border-radius: 7px;
  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;
  min-height: 160px;
  max-height: 595px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.order-summary::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.order-right .order-summary {
  height: 590px;
  min-height: 0;
  min-height: initial;
}
@media (max-width: 899px) {
  .order-right .order-summary {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    height: initial;
  }
}
.order-summary.is-empty {
  -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;
}
.order-summary.product-dragging .order-empty {
  opacity: 1;
}
.order-summary.product-dragging .order-empty-message {
  display: none;
}
.order-summary.product-dragging .order-dragging-message {
  display: block;
}
.order-summary.dragged-highlight {
  border-color: #28c6c7;
  background-color: rgba(40, 198, 199, .1);
}
.order-summary.error {
  border-color: #ff4a45;
}
.order-summary.error .order-empty-message {
  color: #ff4a45;
}
.order-summary .order-product {
  margin: 0 1.3125rem;
}
@media (min-width: 768px) and (max-width: 899px) {
  .order-summary .order-product {
    margin: 0 .75rem;
  }
}
@media (max-width: 599px) {
  .order-summary .order-product {
    margin: 0;
  }
}
.order-summary .order-product-details {
  display: none;
}
.order-right {
  width: 68%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-right form {
  width: 100%;
}
@media (max-width: 899px) {
  .order-right {
    z-index: 3;
    position: fixed;
    width: calc(100% - 50px);
    height: calc(100% - 53px);
    background: #fafafa;
    top: 92%;
    left: 50px;
    -webkit-box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, .15);
    -webkit-transition: top .3s ease-in;
    transition: top .3s ease-in;
  }
  .order-right.is-open {
    top: 54px !important;
    overflow: auto;
  }
  .order-right.is-open .order-product:last-of-type {
    border-bottom: 1px solid #d7d7d7;
  }
}
@media (max-width: 899px) and (max-width: 899px) {
  .order-right.is-open .order-pricing {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}
@media (max-width: 899px) and (min-width: 600px) and (max-width: 899px) {
  .order-right.is-open .order-pricing .order-action-buttons {
    margin-top: 1.5rem;
  }
}
@media (max-width: 899px) and (max-width: 699px) {
  .order-right.is-open .order-pricing .order-action-buttons .hb-button {
    font-size: .875rem;
    padding: 10px;
  }
}
@media (max-width: 899px) {
  .order-right.is-open .order-label-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .order-right .order-header {
    display: none;
  }
}
@media (max-width: 499px) {
  .order-right {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 499px) {
  .order-right .order-product-pricing {
    grid-column: 3/-1;
    grid-row: 2/-1;
  }
}
.order-product-search {
  background: url("/assets/icon-search-active-LLOFEESQ-4ffe7930.svg") no-repeat;
  background-size: 16px;
  background-position: left 12px center;
  padding-left: 2.5rem;
  height: 42px;
}
.order-product-results {
  border: 1px solid #d7d7d7;
  border-top: none;
  border-radius: 0 0 4px 4px;
  height: 580px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.order-product-results::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.order-product-results .order-product {
  grid-template-columns: 56px 1fr 67px;
  grid-template-rows: 50% 50%;
  padding: 1.3125rem .688rem;
}
@media (max-width: 499px) {
  .order-product-results .order-product {
    grid-template-columns: 1fr;
  }
}
.order-product-results .order-product-image-container {
  grid-row: 1/-1;
}
.order-product-results .order-product-info {
  grid-row: 1/-1;
}
.order-product-results .order-product-titles {
  margin-right: .5rem;
}
.order-product-results .order-product-pricing {
  grid-column: 3/-1;
  grid-row: 2/3;
  align-self: end;
  justify-self: end;
}
.order-product-results .order-product-add-btn {
  height: 22px;
  width: 47px;
  justify-self: end;
  grid-column: 3/-1;
  grid-row: 1/2;
  line-height: 16px;
}
.order-product-results .loading-overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #efefef;
  opacity: .8;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order-product-results .loading-overlay .spinner.hide-spinner {
  display: none;
}
.order-product-results.loading {
  overflow: hidden;
}
.order-product-results.loading .loading-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 2px);
  height: 579px;
}
.order-product {
  display: grid;
  grid-template-columns: 56px 1fr 77px 90px 12px;
  grid-column-gap: 20px;
  font-family: "Roboto";
  border-bottom: 1px solid #d7d7d7;
  padding: 1.3125rem;
}
.order-product:last-of-type {
  border-bottom: none;
}
@media (max-width: 599px) {
  .order-product {
    padding: .75rem;
  }
}
@media (max-width: 499px) {
  .order-product {
    grid-template-columns: 1fr 67px 70px;
  }
}
.order-product-image {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.order-product-image-container {
  width: 56px;
  height: 56px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
@media (max-width: 499px) {
  .order-product-image-container {
    display: none;
  }
}
.order-product-image-container.contains-icon {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 499px) {
  .order-product-image-container.contains-icon {
    display: none;
  }
}
.order-product-image-container.contains-icon .order-product-image {
  height: 70%;
}
.order-product-name {
  font-weight: bold;
  font-size: .9375rem;
  margin: 0;
  word-break: break-word;
}
@media (max-width: 499px) {
  .order-product-name {
    font-size: .8125rem;
  }
}
.order-product-brand,
.order-product-extra-info-text,
.order-product-details,
.order-product-price {
  margin: 0;
  font-size: .8125rem;
}
.order-product-extra-info-text {
  max-width: 130px;
}
.order-product-details {
  color: #868686;
  text-decoration: underline;
}
.order-instructions {
  cursor: pointer;
  margin-left: 0;
}
@media (max-width: 767px) {
  .order-instructions {
    margin-left: 0;
    margin-top: .25rem;
  }
}
.order-dosage-instructions {
  font-size: .8125rem;
  margin-bottom: 0;
}
.order-instructions-btn {
  font-size: .8125rem;
}
.order-instructions-btn .icon-speech {
  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;
}
.order-instructions-btn .icon-speech:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: .375rem;
}
.order-instructions-btn .icon-speech:after {
  content: "Edit instructions";
}
.action-show .order-instructions-btn .icon-speech:after,
.order-left .order-instructions-btn .icon-speech:after {
  content: "View instructions";
}
.action-show .order-instructions-btn.is-shown .icon-speech:after,
.order-left .order-instructions-btn.is-shown .icon-speech:after {
  -webkit-animation: none;
  animation: none;
  content: "Hide instructions";
}
.order-instructions-btn.is-open .icon-speech:after {
  -webkit-animation: saveInstructionsText 3s linear forwards;
  animation: saveInstructionsText 3s linear forwards;
}
.action-show .order-instructions-btn.is-open .icon-speech:after,
.order-left .order-instructions-btn.is-open .icon-speech:after {
  -webkit-animation: none;
  animation: none;
  content: "Hide instructions";
}
@-webkit-keyframes saveInstructionsText {
  0% {
    content: "Edit instructions";
  }
  8% {
    color: #fff;
  }
  16% {
    content: "Saved";
    color: #28c6c7;
  }
  84% {
    content: "Saved";
    color: #28c6c7;
  }
  92% {
    color: #fff;
  }
  100% {
    content: "Edit instructions";
    color: #35404e;
  }
}
@keyframes saveInstructionsText {
  0% {
    content: "Edit instructions";
  }
  8% {
    color: #fff;
  }
  16% {
    content: "Saved";
    color: #28c6c7;
  }
  84% {
    content: "Saved";
    color: #28c6c7;
  }
  92% {
    color: #fff;
  }
  100% {
    content: "Edit instructions";
    color: #35404e;
  }
}
.order-product-pricing {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  font-weight: bold;
  margin: 0;
  font-size: .813rem;
}
.order-summary .order-product-pricing {
  font-size: .938rem;
}
@media (max-width: 499px) {
  .order-summary .order-product-pricing {
    font-size: .8125rem;
  }
}
.order-product-pricing .order-product-add-btn {
  padding: 3px 10px;
  width: 47px;
}
.order-product-remove-btn {
  cursor: pointer;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
}
@media (max-width: 499px) {
  .order-product-remove-btn {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    justify-self: end;
    position: absolute;
    right: 12px;
    top: 12px;
  }
}
.order-product-remove-btn:before {
  width: 12px;
  height: 12px;
}
@media (max-width: 499px) {
  .order-left .order-product-remove-btn {
    right: 24px;
  }
}
.order-price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.order-price-container .order-product-price {
  margin-right: 5rem;
}
@media (max-width: 1079px) {
  .order-price-container .order-product-price {
    margin-right: 0;
  }
}
@media (max-width: 1079px) {
  .order-price-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.order-header {
  display: grid;
  grid-template-columns: 56px 1fr 77px 90px 12px;
  grid-column-gap: 20px;
  margin: .875rem 1.3125rem 0 1.3125rem;
  padding: 0 1.3125rem .875rem;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 1079px) {
  .action-new .order-header {
    display: none;
  }
}
@media (max-width: 499px) {
  .order-header {
    display: none;
  }
}
.order-header-heading {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.order-header-heading.product {
  grid-column: 1/3;
}
.order-header-heading.quantity {
  justify-self: center;
}
.order-header-heading.price {
  justify-self: center;
}
.order-summary-label {
  display: none;
}
@media (max-width: 899px) {
  .order-summary-label {
    background: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 1rem 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #d7d7d7;
    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;
    cursor: pointer;
  }
  .order-summary-label .icon-box {
    position: relative;
    margin-left: .875rem;
  }
  .order-summary-label .icon-box:before {
    width: 26px;
    height: 26px;
  }
}
.order-label-icon {
  display: none;
  -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;
}
.order-label-icon:before {
  width: 12px;
  height: 12px;
}
@media (max-width: 1079px) {
  .order-label-icon {
    display: inline-block;
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.order-summary-total {
  font-size: .75rem;
  background-color: #35404e;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 22px;
  border-radius: 11px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: -6px;
}
.order-summary-total.update-total {
  -webkit-animation: incrementTotal .3s ease-in-out;
  animation: incrementTotal .3s ease-in-out;
}
@-webkit-keyframes incrementTotal {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes incrementTotal {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.order-product-quantity-container {
  width: 29px;
  height: 22px;
  padding-left: 0;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.order-product-quantity-container input[type=number]::-webkit-inner-spin-button,
.order-product-quantity-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-product-quantity-container input[type=number] {
  -moz-appearance: textfield;
  padding: 0;
}
.order-product-quantity {
  margin: auto 0;
  justify-self: center;
}
@media (max-width: 499px) {
  .order-product-quantity:before {
    content: "Qty: ";
    font-weight: bold;
  }
}
.order-product-quantity-text {
  text-align: center;
  background: #efefef;
  width: 30px !important;
}
.order-product-instructions {
  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;
  visibility: visible;
  opacity: 1;
  max-height: 100px;
  -webkit-transition:
    visibility .2s ease-in-out,
    opacity .2s ease-in-out,
    max-height .2s ease-in-out;
  transition:
    visibility .2s ease-in-out,
    opacity .2s ease-in-out,
    max-height .2s ease-in-out;
  padding-top: 1rem;
  grid-column: 1/-1;
}
.order-product-instructions.is-hidden {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
}
.order-product-instructions input:-moz-read-only {
  border: none;
}
.order-product-instructions input:read-only {
  border: none;
}
.order-product-instructions .icon:before {
  height: 16px;
  width: 16px;
}
.order-product-instructions-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.order-product-instructions-container textarea {
  resize: none;
}
.order-product-instructions-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.order-product-instructions-buttons .cancel-btn {
  margin-right: .5rem;
  border: 1px solid;
}
.order-product-instructions-text {
  height: auto;
  padding: .75rem;
  font-size: .75rem;
}
.order-feature-request-overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  background: rgba(255, 255, 255, .75);
}
.order-empty {
  margin: auto;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 448px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 899px) {
  .order-empty {
    height: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
  }
}
@media (max-width: 899px) {
  .order-left .order-empty {
    height: 448px;
    border-bottom: none;
  }
}
.order-empty .icon:before {
  margin: 0 auto;
  width: 74px;
  height: 56px;
  opacity: .2;
}
@media (max-width: 599px) {
  .order-empty {
    height: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.order-feature-request-message,
.product-results-empty-search-message,
.order-empty-message,
.order-dragging-message {
  color: #35404e;
  font-weight: bold;
}
.order-feature-request-message {
  font-size: 1rem;
}
@media (max-width: 599px) {
  .order-feature-request-message {
    font-size: .875rem;
  }
}
.product-results-content.no-matches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.product-results-empty-search {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order-dragging-message {
  display: none;
}
.order-extras {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 899px) {
  .order-extras {
    height: 100%;
  }
}
@media (max-width: 599px) {
  .order-extras {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-notes {
  width: 51%;
  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;
  padding-right: 2.9375rem;
}
@media (max-width: 1079px) {
  .order-notes {
    padding: 0 10px 1rem 10px;
  }
}
@media (max-width: 599px) {
  .order-notes {
    width: 100%;
  }
}
.order-notes textarea {
  resize: none;
}
.order-commission {
  margin-bottom: 1.5rem;
}
.order-note {
  padding: .5rem;
  height: 156px;
  font-weight: bold;
  color: #35404e;
}
.order-pricing {
  width: 49%;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1079px) {
  .order-pricing {
    padding: 0 10px 1rem;
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .order-pricing {
    width: 100%;
  }
}
.order-pricing.order-pricing-practitioner {
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}
@media (max-width: 1079px) {
  .order-prices {
    margin-left: auto;
    width: 100%;
  }
}
.order-price {
  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;
  margin-bottom: .25rem;
}
.order-price.price-total .order-price-label,
.order-price.price-total .order-price-value {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.0625rem;
  margin: .5rem 0;
}
@media (max-width: 1079px) {
  .order-btn {
    margin-left: auto;
    width: 100%;
  }
}
.order-action-buttons.multiple {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.order-action-buttons button {
  width: 100%;
}
.order .patient-select {
  border: none;
}
.order .patient-file-lookup {
  padding: 1.3125rem .9375rem;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.order .patient-file-lookup .choices {
  margin: 0;
}
.order .product-results-empty-search-image {
  margin-bottom: 1rem;
}
.order .product-results-empty-search-image:before {
  width: 38px;
  height: 38px;
  opacity: .4;
}
.order-cell-status {
  text-transform: capitalize;
}
.order-error {
  padding: 20px;
  color: #797979;
  text-align: center;
}
.page.secondary {
  padding: 22px;
  border: none;
}
@media (max-width: 799px) {
  .page.secondary {
    padding: 0;
  }
}
.sidebar-modal-body .page {
  padding: 0;
}
.page-header {
  padding-bottom: 6px;
  border-radius: .25rem .25rem 0 0;
  border-bottom: #eaedf0 1px solid;
  padding-bottom: 22px;
}
.page-header.has-subtitle {
  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;
  max-width: 75%;
}
.page-header.has-subtitle .page-heading {
  padding-bottom: 0;
}
.page-header.no-border {
  border: none;
}
.page-header.has-buttons {
  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;
}
@media (max-width: 799px) {
  .page-header.has-buttons {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.subnav .page-header {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}
.page-header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 799px) {
  .page-header-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}
@media (max-width: 499px) {
  .page-header-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (max-width: 499px) {
  .page-header-buttons .hb-button {
    width: 100%;
    margin-right: 0;
  }
}
.page-block {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
}
@media (max-width: 899px) {
  .page-block {
    padding: 15px 10px;
  }
}
.page-heading {
  font-size: 1.25rem;
  margin-right: 18px;
  font-weight: bold;
}
.subnav .page-heading {
  padding-bottom: 0;
}
.page-title {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Roboto";
  color: #35404e;
}
.page-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .75rem;
}
.page-label.flex {
  gap: 5px;
}
.page-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-filter {
  font-size: .875rem;
  margin: 0 12px 0 0;
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.page-filter:hover {
  color: #28c6c7;
}
.page-filter:last-of-type {
  margin-right: 0px;
}
.page-divider {
  border-bottom: 1px solid #eaedf0;
  margin: 1rem 0;
}
.page-divider.sidebar-only {
  display: none;
}
.sidebar-modal-body .page-divider.sidebar-only {
  display: block;
}
.pagination li {
  margin-right: .25rem;
}
.pagination .circle {
  display: block;
  width: 2rem;
  height: 2rem;
}
.pagination .circle.next,
.pagination .circle.prev {
  padding-top: 7px;
  padding-left: 2px;
}
.pagination a {
  border-width: 1px;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination circle:hover:not(.current) {
  background-color: #d7d7d7;
  color: #35404e;
}
.pagination .current {
  background-color: #35404e;
  border-width: 1px;
  border-color: #35404e;
}
*[data-theme~=patient-dash] .tippy-arrow {
  display: none;
}
*[data-theme~=patient-dash] .tippy-content {
  padding: 0;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .3);
  border-radius: .25rem;
  background: #fff;
}
*[data-theme~=patient-dash] .tippy-content:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .375em solid #000;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, .2);
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, .2);
}
*[data-theme~=patient-dash] .tippy-content.is-hovered:before {
  border-color: transparent transparent #f2f2f2 #f2f2f2;
}
.activity-chart .icon-share {
  padding-top: 9px;
  margin-right: 30px;
}
@media (max-width: 399px) {
  .activity-chart .icon-share {
    margin-right: 12px;
  }
}
.activity-chart .icon-share:before {
  height: 30px;
  width: 30px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.activity-chart .icon-share:hover:before {
  background-color: #28c6c7;
}
.patient-chart-header {
  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;
  margin-bottom: 2.65rem;
}
@media (max-width: 699px) {
  .patient-chart-header {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 379px) {
  .patient-chart-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.patient-chart-subtitle {
  margin: 0;
  font-size: .875rem;
}
.patient-chart-menus {
  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: 379px) {
  .patient-chart-menus {
    width: 100%;
  }
}
.patient-chart-menus .ellipsis-menu {
  right: -8px;
  min-width: 110px;
}
.patient-chart-datepicker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  background-color: #fafafa;
  cursor: pointer;
}
@media (max-width: 699px) {
  .patient-chart-datepicker {
    position: absolute;
    left: 0;
    top: 85px;
  }
}
@media (max-width: 599px) {
  .patient-chart-datepicker {
    top: 79px;
    left: 7px;
  }
}
@media (max-width: 499px) {
  .patient-chart-datepicker {
    width: 170px;
  }
}
@media (max-width: 379px) {
  .patient-chart-datepicker {
    position: relative;
    top: 0;
    left: 0;
    margin-right: auto;
  }
}
.patient-chart-datepicker:hover {
  background: rgb(247.45, 247.45, 247.45);
}
.patient-chart-datepicker .icon-calendar {
  padding: 10px 0px 10px 20px;
  text-align: center;
}
.patient-chart-datepicker ::-webkit-clear-button,
.patient-chart-datepicker ::-webkit-inner-spin-button {
  display: none;
}
.patient-chart-datepicker .form-control {
  border: none;
  background-color: #fafafa;
}
.patient-chart-datepicker .flatpickr-input {
  border: none;
  background-color: #fafafa;
  cursor: pointer;
  -webkit-appearance: none;
  padding: .3125em 0 .3125em 1.125em;
}
@media (max-width: 599px) {
  .patient-chart-datepicker .flatpickr-input {
    width: 155px;
  }
}
.patient-chart-datepicker .flatpickr-input:hover {
  background: rgb(247.45, 247.45, 247.45);
  color: #35404e;
}
.patient-chart-datepicker .flatpickr-input.flatpickr-mobile {
  width: 120px;
  line-height: 24px;
}
.patient-chart-datepicker .flatpickr-input.flatpickr-mobile + .flatpickr-chevron {
  display: none;
}
.patient-chart-datepicker .flatpickr-calendar.open {
  right: -108px;
  top: 41px;
}
@media (max-width: 599px) {
  .patient-chart-datepicker .flatpickr-calendar.open {
    right: -161px;
  }
}
.patient-chart-ranges {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 115px;
  z-index: 2;
}
@media (max-width: 699px) {
  .patient-chart-ranges {
    position: static;
    position: initial;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
}
@media (max-width: 379px) {
  .patient-chart-ranges {
    display: none;
  }
}
.patient-chart-range {
  margin: 0 1.25rem 0 0;
  cursor: pointer;
}
@media (max-width: 599px) {
  .patient-chart-range {
    margin: 0 .75rem 0 0;
  }
}
.patient-chart-range:last-of-type {
  margin-right: .75rem;
}
@media (max-width: 699px) {
  .patient-chart-range:last-of-type {
    display: none;
  }
}
.patient-chart-range.is-selected,
.patient-chart-range:hover {
  font-weight: bold;
  text-decoration: underline;
}
.dashboard-fav-pracs {
  grid-area: metrics;
}
@media (min-width: 800px) and (max-width: 1079px) {
  .dashboard-fav-pracs:nth-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 399px) {
  .dashboard-fav-pracs .dashboard-client-card {
    grid-template-columns: 45px auto 45px;
  }
}
.dashboard-fav-pracs .dashboard-block-scrollable {
  height: calc(100% - 29px);
}
@media (max-width: 1079px) {
  .dashboard-fav-pracs .dashboard-block-scrollable {
    max-height: 276px;
  }
}
.dashboard-fav-pracs .ellipsis-menu-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.dashboard-fav-pracs .ellipsis-menu {
  right: -6px;
}
.dashboard-fav-pracs .ellipsis-menu:before {
  left: 95%;
}
.dashboard-fav-pracs .tippy-ellipsis-menu {
  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;
}
.dashboard-fav-pracs .tippy-ellipsis-menu:before {
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}
.dashboard-fav-pracs .tippy-ellipsis-menu.is-active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dashboard-fav-pracs .tippy-ellipsis-menu-content {
  display: none;
}
.dashboard-fav-pracs .ellipsis-menu-item:first-of-type .ellipsis-menu-link {
  border-radius: 5px 5px 0px 0px;
}
.dashboard-fav-pracs .ellipsis-menu-item:last-of-type .ellipsis-menu-link {
  border-radius: 0px 0px 5px 5px;
}
.dashboard-main-chart-header .choices {
  margin-bottom: 0;
  max-height: 45px;
}
.dashboard-main-chart-header .choices__inner {
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}
.dashboard-main-chart-header .choices__inner:hover {
  border-color: #28c6c7;
}
.dashboard-main-chart-header .choices.is-open .choices__inner {
  border-color: #28c6c7;
}
.dashboard-main-chart-header .choices__list--dropdown {
  border-color: #28c6c7;
}
.dashboard-main-chart-header .choices__list--dropdown .choices__item--selectable {
  padding-right: 0;
}
.favourite-practitioners-block {
  position: relative;
}
.fav-prac-downstate {
  text-align: center;
  margin-top: auto;
  padding-top: 1rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1079px) {
  .fav-prac-downstate {
    position: static;
    position: initial;
    -webkit-transform: none;
    transform: none;
    margin-top: 1rem;
  }
}
.fav-prac-downstate-link {
  text-decoration: underline;
  font-weight: bold;
}
.favourite-practitioner:hover:hover {
  cursor: pointer;
  background: rgb(247.45, 247.45, 247.45);
  color: #35404e;
}
.patient_files.action-index .subnav--primary {
  padding: 0 0 12px;
  border-bottom: 1px solid #eaedf0;
  margin: 0;
}
.patient_files.action-index .patient-files-header {
  position: relative;
  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-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
.patient_files.action-index .patient-files-header:hover {
  border-color: #28c6c7;
}
.patient_files.action-index .patient-files-header.is-active {
  border-color: #28c6c7;
}
.patient_files.action-index .patient-files-search {
  background: url("/assets/icon-search-active-LLOFEESQ-4ffe7930.svg") no-repeat;
  background-size: 16px;
  background-position: left 12px center;
  padding-left: 2.5rem;
  height: 43px;
  font-family: "Roboto";
  font-weight: bold;
  color: #35404e;
  width: 100%;
}
.patient_files.action-index .patient-files-search.has-content {
  width: calc(100% - 105px);
}
.patient_files.action-index .patient-files-search-button {
  position: absolute;
  right: 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;
  color: #fff;
  background: #28c6c7;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.patient_files.action-index .patient-files-search-button:hover {
  cursor: pointer;
}
.patient_files.action-index .patient-files-search-button:focus {
  outline: none;
}
.patient_files.action-index .patient-files-search-button.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.patient_files.action-index .patient-files-clear-button {
  position: absolute;
  right: 85px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.patient_files.action-index .patient-files-clear-button.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.patient_files .patient-file-chart-wrapper {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.patient_files.action-show .subnav {
  border-bottom: 1px solid #eaedf0;
  padding-bottom: .75rem;
  margin: 0;
}
@media (max-width: 399px) {
  .patient_files.action-show .subnav.current-consultation-bar {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.patient_files.action-show .subnav__subheading {
  font-weight: bold;
}
.patient_files.action-show .panel {
  margin-top: .5rem;
  border: none;
}
.patient_files.action-show .panel.is-empty {
  border: none;
  margin-top: 0;
}
@media (max-width: 399px) {
  .page-block-patient-files .hb-button .icon {
    display: none;
  }
}
@media (max-width: 399px) {
  .page-block-patient-files .subnav__subheading.icon:before {
    content: none;
  }
}
.page-block-patient-files .page-header {
  padding-bottom: 0;
  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-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;
}
@media (max-width: 379px) {
  .page-block-patient-files .page-header {
    margin-bottom: .5rem;
  }
}
@media (max-width: 899px) {
  .page-block-patient-files .table {
    margin-bottom: 0;
  }
}
.page-block-patient-files .panel__footer {
  padding-bottom: 0;
}
.page-block-patient-files .subnav__subheading.icon {
  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;
}
.page-block-patient-files .subnav__subheading.icon:before {
  margin: 0 8px 0 12px;
  width: 22px;
  height: 22px;
}
.patient-files-details {
  margin: 24px 0 52px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 22px;
}
@media (max-width: 699px) {
  .patient-files-details {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .patient-files-details {
    grid-template-columns: auto;
    place-items: center;
    grid-row-gap: 1.5rem;
  }
}
.patient-files-details .avatar {
  height: 96px;
  width: 96px;
  font-size: 1.25rem;
  place-self: center;
}
@media (max-width: 699px) {
  .patient-files-details .avatar {
    place-self: unset;
  }
}
.patient-files-info-fields {
  display: grid;
  grid-row-gap: 1.25rem;
}
@media (max-width: 599px) {
  .patient-files-info-fields {
    grid-row-gap: .875rem;
  }
}
.patient-files-info-fields .field {
  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;
}
@media (max-width: 599px) {
  .patient-files-info-fields .field {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.patient-files-info-fields-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
}
@media (max-width: 699px) {
  .patient-files-info-fields-row {
    grid-template-columns: auto;
    grid-row-gap: .875rem;
  }
}
.patient-files-info-fields-row p {
  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: 0;
}
.patient-files-info-fields-row p .icon {
  margin-right: 8px;
  padding-top: 2px;
}
.patient-files-address-field p {
  -webkit-box-align: initial;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
.error {
  color: red;
}
.patient-notification {
  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;
  background-color: #35404e;
  border-radius: 2px;
  padding: 15px 20px;
  grid-area: notification;
  margin: 0 0 20px 0;
}
.home.action-index .patient-notification {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .patient-notification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 499px) {
  .patient-notification {
    margin-top: 10px;
    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;
  }
}
.patient-notification-content {
  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;
  color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .patient-notification-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.patient-notification-content-inner {
  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;
}
.patient-notification-icon {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .patient-notification-icon {
    margin-right: 1rem;
  }
}
.patient-notification-text {
  color: #fff;
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .patient-notification-text {
    margin-right: 0;
  }
}
.patient-notification-title {
  font-weight: bold;
}
.patient-notification-cta {
  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;
}
@media (max-width: 767px) {
  .patient-notification-cta {
    margin: 16px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.patient-notification-timer {
  color: #28c6c7;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 16px 0 0;
}
.patient-notification-timer span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .patient-notification-timer {
    margin: 0 0 12px 0;
    text-align: center;
  }
}
.patient-notification-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1079px) {
  .patient-notification-btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .patient-notification-btn {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .patient-notification-btn {
    margin-right: 0px;
    margin-left: 20%;
    margin-right: 20%;
    width: 90%;
  }
}
.panel {
  border-width: 1px;
  border-radius: .25rem;
  margin-bottom: 2rem;
}
@media (max-width: 899px) {
  .panel {
    margin-bottom: 0;
  }
}
.panel__divider {
  border-bottom-width: 1px;
}
.panel__divider:last-child {
  border-bottom-width: 0;
}
.panel__none {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.panel__padding {
  padding: .75rem;
}
.panel__footer {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 12px;
}
.payment_methods.action-index .error_message,
.payment_methods.action-edit .error_message,
.payment_methods.action-update .error_message,
.payment_methods.action-create .error_message,
.payment_methods.action-new .error_message {
  text-align: left;
  color: #fb404b;
  font-size: 12px;
}
.payment_methods.action-index h4,
.payment_methods.action-edit h4,
.payment_methods.action-update h4,
.payment_methods.action-create h4,
.payment_methods.action-new h4 {
  margin: 10px 0 20px;
}
.payment_methods.action-index h4.sidebar-modal-title,
.payment_methods.action-edit h4.sidebar-modal-title,
.payment_methods.action-update h4.sidebar-modal-title,
.payment_methods.action-create h4.sidebar-modal-title,
.payment_methods.action-new h4.sidebar-modal-title {
  margin: 0;
}
.payment_methods.action-index h4.modal-title,
.payment_methods.action-edit h4.modal-title,
.payment_methods.action-update h4.modal-title,
.payment_methods.action-create h4.modal-title,
.payment_methods.action-new h4.modal-title {
  margin: inherit;
}
.payment_methods.action-index td:last-child.text-right,
.payment_methods.action-edit td:last-child.text-right,
.payment_methods.action-update td:last-child.text-right,
.payment_methods.action-create td:last-child.text-right,
.payment_methods.action-new td:last-child.text-right {
  width: auto;
}
.payment_methods.action-show .content {
  margin-bottom: .75rem;
}
.payout label {
  font-weight: 700;
}
.payout .detail {
  border-radius: 5px;
}
.payout .detail.contrast {
  background-color: #f5f1ea;
  width: 35%;
}
.payout .payout-header {
  margin-bottom: 20px;
}
.payout .invoice-body,
.payout .payout-body {
  margin-bottom: 20px;
}
.payout .invoice-footer {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.payout .invoice-footer label {
  display: block;
}
.payout .subnav__subheading {
  font-weight: bold;
  margin: 0;
  padding-bottom: .75rem;
  border: none;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 992px) {
  .payout .detail-section .value {
    text-align: left;
  }
}
.print-layout .payout .subnav .btn {
  display: none;
}
.print-layout .payout .subnav--primary {
  background-color: transparent;
}
.print-layout .payout .subnav__item {
  display: block;
}
.mobile-phone-mock {
  margin: auto;
  padding: 80px 16px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0 0 20px #e2e2e2;
  box-shadow: 0 0 20px #e2e2e2;
  border-radius: 40px;
}
.screen {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-color: #000;
  border-width: 2px;
  overflow-y: auto;
}
.brove {
  width: 150px;
  height: 20px;
  background: white;
  position: absolute;
  margin: 0 100px;
  border-radius: 0 0 20px 20px;
}
.speaker {
  width: 60px;
  height: 5px;
  background: #d2d2d2;
  display: block;
  margin: auto;
  margin-top: 5px;
  border-radius: 20px;
}
.consultations .container,
.purchase_orders .container,
.patient_files .container,
.payouts .container {
  height: 100%;
}
.consultations .content-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.consultations .content-bg.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.consultations .container {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.placeholder {
  max-width: 1089px;
  height: 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  padding: 0 2rem;
}
@media (max-width: 959px) {
  .placeholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 1rem auto;
    padding: 0 1rem;
  }
}
.placeholder-content {
  width: 50%;
  padding-right: 4.5rem;
}
@media (max-width: 1079px) {
  .placeholder-content {
    padding-right: 2rem;
  }
}
@media (max-width: 959px) {
  .placeholder-content {
    width: 100%;
    padding-right: 0;
    padding-top: 2rem;
  }
}
.placeholder-title {
  font-family: "Euclid-Bold";
  font-weight: bold;
  font-size: 2rem;
  color: #35404e;
  margin-bottom: 1rem;
  line-height: 1.1em;
}
@media (max-width: 399px) {
  .placeholder-title {
    font-size: 1.5rem;
  }
}
.placeholder-title-highlight {
  display: block;
  color: #28c6c7;
  font-weight: bold;
  margin-bottom: .625rem;
}
.placeholder-subtitle {
  margin-bottom: 2rem;
}
.placeholder-subtitle p {
  font-size: 1rem;
  color: #35404e;
  margin-bottom: .875rem;
}
@media (max-width: 399px) {
  .placeholder-subtitle {
    font-size: .875rem;
  }
}
.placeholder-help {
  margin-top: 3.875rem;
}
.placeholder-help-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;
  font-weight: bold;
}
.placeholder-help-title .icon.icon-info:before {
  width: 17px;
  height: 17px;
  margin-right: .5rem;
}
.placeholder-help-content {
  font-size: .938rem;
}
.placeholder-help-number-link {
  display: none;
}
@media (max-width: 499px) {
  .placeholder-help-number-link {
    display: inline-block;
  }
}
@media (max-width: 499px) {
  .placeholder-help-number {
    display: none;
  }
}
.placeholder-image-container {
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .placeholder-image-container {
    width: 70%;
  }
}
@media (max-width: 499px) {
  .placeholder-image-container {
    width: 100%;
  }
}
.placeholder-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 399px) {
  .placeholder .hb-button {
    font-size: .875rem;
  }
}
.subscription-plan .plan {
  margin-top: 10px;
}
.subscription-plan .plan .content {
  padding: 20px;
}
.subscription-plan .plan .heading {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.subscription-plan .plan .spacer {
  margin-bottom: 30px;
}
.subscription-plan .plan .body {
  margin-bottom: 30px;
}
.subscription-plan .plan .body li {
  line-height: 2;
}
.subscription-plan .plan .offer-holder {
  text-align: center;
  margin-bottom: 20px;
}
.subscription-plan .plan .price {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.subscription-plan .plan .call-to-action {
  text-align: center;
  margin-bottom: 10px;
}
.subscription-plan .plan .call-to-action .btn {
  min-width: 150px;
}
.subscription-plan .plan .call-to-action .subtext {
  margin-top: .25rem;
  font-size: 12px;
}
.subscription-plan .plan .call-to-action .subtext.long {
  margin-top: 10px;
}
.subscription-plan .plan {
  border: 2px solid #8ee1e2;
  background: #fff;
  border-radius: 4px;
  min-height: 100%;
}
.registration-plan {
  border: 1px solid #cecece;
  margin-bottom: 1rem;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.registration-plan:last-of-type {
  margin-bottom: 1.25rem;
}
.registration-plan:hover {
  border-color: #2cc6c3;
}
.registration-plan.is-selected {
  border-color: #2cc6c3;
}
.plan {
  padding: 1.125rem;
}
.plan-promo {
  font-family: "Roboto";
  font-weight: 700;
  color: white;
  background-color: #36414f;
  font-size: .875rem;
  margin-bottom: 0;
  text-align: center;
  padding: .625rem 1.125rem .5rem;
}
.plan-header {
  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;
  margin-bottom: .5rem;
}
.plan-title,
.plan-price {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1rem;
  color: #36414f;
}
.plan-title {
  margin-right: 1rem;
}
.plan-price {
  margin-left: auto;
  margin-right: .625rem;
  white-space: nowrap;
}
.plan-price-old {
  text-decoration: line-through;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1rem;
  color: #36414f;
}
input.plan-checkbox {
  position: relative;
  min-width: 15px;
  height: 15px;
  margin-top: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
input.plan-checkbox:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  width: 9px;
  height: 7px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}
input.plan-checkbox:checked {
  background-color: #28c6c7;
  border-color: #28c6c7;
}
input.plan-checkbox:checked:after {
  background: url("/assets/check-Q4SQT252-9460b020.svg") no-repeat center;
  opacity: 1;
}
.plan-description {
  font-family: "Roboto";
  font-size: .875rem;
  line-height: 22px;
  color: #868686;
  margin-bottom: 0;
}
.sub-modal {
  max-width: 503px;
}
.sub-modal .auth-cta {
  margin-bottom: 0;
}
@media (max-width: 399px) {
  .sub-modal {
    padding: 1rem;
  }
}
.sub-modal-text {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.25rem;
  color: #35404e;
  line-height: 28px;
  margin-top: 1.625rem;
}
@media (max-width: 399px) {
  .sub-modal-text {
    font-size: 1rem;
  }
}
.practitioner-brand-card {
  max-width: 500px;
}
.practitioner-brand-card .h3 {
  font-size: 22px;
}
.practitioner-brand-card .h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 20px;
}
.practitioner-brand-card .photo-name-and-profession {
  margin-bottom: 10px;
}
.practitioner-brand-card .buttons {
  text-align: center;
}
.shortlists-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 20px auto;
  justify-items: center;
}
@media (max-width: 1000px) {
  .shortlists-grid {
    grid-template-columns: 1fr;
  }
}
.promotion-form {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: .75rem;
  grid-template-rows: auto;
}
@media (max-width: 959px) {
  .promotion-form {
    grid-template-columns: 1fr;
  }
  .promotion-form .form-group {
    grid-column: 1/2 !important;
    grid-row: auto !important;
  }
  .promotion-form .actions {
    grid-column: 1/2 !important;
    grid-row: auto !important;
  }
}
.promotion-form .form-group {
  margin: 0;
}
.promotion-form .form-group:nth-of-type(1),
.promotion-form .form-group:nth-of-type(2),
.promotion-form .form-group:nth-of-type(3) {
  grid-column: 1/2;
}
.promotion-form .form-group:nth-of-type(2) {
  grid-row: 2/4;
}
.promotion-form .form-group:nth-of-type(3) {
  grid-row: 4/5;
}
.promotion-form .form-group:nth-of-type(4),
.promotion-form .form-group:nth-of-type(7) {
  grid-column: 2/3;
}
.promotion-form .form-group:nth-of-type(5),
.promotion-form .form-group:nth-of-type(8) {
  grid-column: 3/4;
}
.promotion-form .form-group:nth-of-type(6) {
  grid-column: 2/4;
}
.promotion-form .actions {
  grid-column: 2/4;
  grid-row: 4/5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: .75rem;
}
.promotion-form textarea {
  min-height: 110px;
}
.promotion-form .cross-icon {
  background: url("/assets/remove-RS6KC2E7-144009c2.svg") no-repeat no-repeat;
  background-position: center;
  height: 34px;
  width: 34px;
  border: 1px solid #d7d7d7;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.promotion-form .cross-icon:hover {
  background-color: #eee;
}
.promotion-form .flatpickr-altinput {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.promotion-form [data-controller=toggle-switch] span {
  margin-top: 2px;
  margin-bottom: 3px;
}
.promotion-rules-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: .75rem;
}
.promotion-rules-content .promotion-rules-active {
  grid-column: 2/4;
}
@media (max-width: 959px) {
  .promotion-rules-content {
    grid-template-columns: 1fr;
  }
  .promotion-rules-content .promotion-rules-active {
    grid-column: 1/2 !important;
  }
}
.promotion-rules-active h2 {
  display: block;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 3px;
  font-size: .875rem;
}
.promotion-rules-active > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: .75rem;
  margin-bottom: .75rem;
}
.promotion-rules-active input[type=submit] {
  grid-column: 1/3;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  justify-self: end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page.promotion-rules {
  overflow: visible;
  overflow: initial;
}
.promotion_rule {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  grid-column: span 2;
}
.promotion_rule.large {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.promotion_rule h3 {
  padding: 5px .75rem;
}
.promotion_rule .cross-icon {
  background: url("/assets/remove-RS6KC2E7-144009c2.svg") no-repeat no-repeat;
  background-position: center;
  height: 34px;
  width: 34px;
  border-left: 1px solid #d7d7d7;
  cursor: pointer;
}
.promotion_rule .cross-icon:hover {
  background-color: #eee;
}
.promotion_rule .rule-extra {
  border-top: 1px solid #d7d7d7;
}
.promotion_rule .practitioner-choices {
  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;
}
.promotion_rule .practitioner-choices .choices {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}
.promotion_rule .practitioner-choices .choices__inner {
  border: none;
  background-color: #fff;
}
.promotion_rule .practitioner-choices .choices__inner .choices__item {
  background-color: #edf2f5;
  color: #36414f;
  border: none;
}
.promotions .flatpickr-calendar {
  border: 1px solid #eee;
}
.print-layout .content.main {
  padding: 20px;
  width: 100%;
  font-size: 10px;
}
.print-layout .content.main label,
.print-layout .content.main th,
.print-layout .content.main strong {
  font-weight: inherit;
}
.print-layout div.nobreak {
  page-break-inside: avoid;
}
.print-logo {
  margin-bottom: 1rem;
}
.private-health-header .bulk-billing-header-logo {
  margin: auto 1rem auto 0;
}
.private-health-header .bulk-billing-header-logo:before {
  height: 25px;
  width: 25px;
}
.product-details-sidebar .order-product-info {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  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;
}
.product-details-sidebar .order-product-image-container {
  width: auto;
  height: 160px;
  margin-right: 2.75rem;
}
@media (max-width: 499px) {
  .product-details-sidebar .order-product-image-container {
    display: block;
    height: 120px;
  }
}
.product-details-sidebar .order-product-image-container.contains-icon {
  width: 30%;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-details-sidebar .order-product-image-container.contains-icon .order-product-image {
  height: 50%;
}
.product-details-sidebar .order-product-name {
  margin-bottom: .25rem;
  font-size: 1rem;
}
.order-product-sizing,
.order-product-test-code {
  margin-top: 1rem;
}
.order-product-variant {
  font-size: .8125rem;
  margin-bottom: 0;
}
.order-product-details-accordion-title {
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
.order-product-details-accordion-slide {
  border-top: 1px solid #d7d7d7;
}
.order-product-details-accordion-slide:last-of-type {
  border-bottom: 1px solid #d7d7d7;
}
.order-product-details-accordion-slide.is-expanded .order-product-details-accordion-title {
  color: #fff;
  background: #35404e;
  margin-bottom: 1rem;
}
.order-product-details-accordion-slide.is-expanded .order-product-details-accordion-title.has-img {
  margin-bottom: .75rem;
}
.order-product-details-accordion-slide.is-expanded .order-product-details-accordion-title .icon:before {
  background-image: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.order-product-details-accordion-slide.is-expanded .order-product-details-accordion-content {
  margin: 1rem 0;
}
.order-product-details-accordion-slide.is-expanded .order-product-details-accordion-content.has-img {
  margin: 0 0 .75rem;
}
.order-product-details-accordion-slide.is-expanded .order-product-details-accordion-content ul {
  font-size: .875rem;
  color: #494949;
}
.order-product-details-accordion-slide.is-expanded .order-product-details-accordion-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.order-product-details-accordion-title {
  padding: .5rem 2rem;
  font-size: .875rem;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #35404e;
  background: #fff;
  -webkit-transition: color .2s ease, background .2s ease;
  transition: color .2s ease, background .2s ease;
}
.order-product-details-accordion-title .icon:before {
  width: 12px;
  height: 12px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.order-product-details-accordion-title:hover {
  color: #fff;
  background: #35404e;
}
.order-product-details-accordion-title:hover .icon:before {
  background-image: url("/assets/icon-chevron-down-TAWPETKN-77768f5f.svg");
}
.order-product-details-accordion-content {
  padding: 0 2rem;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .2s ease;
  transition: max-height .2s ease;
}
.order-product-details-accordion-content.has-img {
  padding: 0;
}
.order-product-details-accordion-content p:not(.order-product-details-category):not(.order-product-details-dietary-need) {
  margin: 0;
}
.is-ingredients {
  font-size: .75rem;
}
.order-product-details-category,
.order-product-details-dietary-need {
  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;
}
.product-details-note.product-details-note {
  margin: 0 0 .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.product-details-note:last-of-type {
  margin: 0;
}
.product-details-note:before {
  content: "\a";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #35404e;
  margin-right: 7px;
  padding: 3px;
}
.order-product-img {
  padding: .5rem 2rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.order-product-img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.order-product-img.is-zoomed {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.order-product-img.is-zoomed:hover {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.product-description-block {
  margin-bottom: 1rem;
}
.product-description-block a {
  font-size: .875rem;
}
.product-description-block:last-of-type {
  margin-bottom: 0;
}
.show-qualifications p {
  font-size: 14px;
}
.show-qualifications h2 {
  margin-top: 20px;
  margin-bottom: 7px;
  font-size: 115%;
  margin-left: 10px;
}
.show-qualifications h2:first-child {
  margin-top: 5px;
}
.show-qualifications .header {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px;
}
.show-qualifications h3 {
  color: #797979;
  text-transform: uppercase;
  padding-top: .25rem;
  padding-bottom: .25rem;
  width: 200px;
  font-size: .875rem;
}
.show-qualifications .profile-specialities {
  padding-bottom: 20px;
}
.qualification-form .form-control {
  height: 48px;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}
.qualification-form .form-control:hover,
.qualification-form .form-control:focus {
  border-color: #28c6c7;
}
.qualification-form .professions-list {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 330px;
}
@media (max-width: 699px) {
  .qualification-form .professions-list {
    max-height: none;
  }
}
.qualification-form .checkbox {
  margin: 2px 20px;
}
.qualification-form .file-placeholder {
  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;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff;
  padding: 10px;
}
.qualification-form .icon-document {
  margin-right: 12px;
}
.qualification-form .icon-document:before {
  height: 26px;
  width: 26px;
}
.qualification-form .icon-cross {
  cursor: pointer;
}
.qualification-form .icon-cross:before {
  height: 16px;
  width: 16px;
}
.qualification-form .qualification-add-industry-body {
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 4px 0 4px;
  cursor: pointer;
}
.qualification-form .qualification-add-industry-body .text {
  padding-left: .5rem;
  font-weight: bold;
  opacity: .8;
}
.qualification-form .qualification-add-industry-body:hover .text {
  opacity: 1;
}
.qualification-form .qualification-industry-body-row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1rem;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .qualification-form .qualification-industry-body-row {
    margin-bottom: 2rem;
  }
}
.qualification-form .membership-number {
  min-height: 46px;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}
.qualification-form .membership-number:hover,
.qualification-form .membership-number:focus {
  border-color: #28c6c7;
}
.qualification-form .hb-button.small {
  text-transform: uppercase;
}
.qualification-form .qualification-association-label {
  display: none;
}
@media (max-width: 599px) {
  .qualification-form .qualification-association-label {
    display: block;
  }
}
.qualification-form .choices.is-open .choices__inner {
  border-color: #28c6c7;
}
.qualification-form .choices__inner {
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}
.qualification-form .choices__inner:hover {
  border-color: #28c6c7;
}
.qualification-form .choices__list--dropdown {
  border-color: #28c6c7;
}
.qualification-association-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 599px) {
  .qualification-association-headers {
    display: none;
  }
}
.qualification-association-headers div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.qualification-association-header,
.qualification-association-cell {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 599px) {
  .qualification-association-header,
  .qualification-association-cell {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .qualification-association-cell {
    margin-bottom: 15px;
  }
}
.qualification-association-cell .choices__list--single {
  padding-right: 50px;
  white-space: nowrap;
}
.qualification-association-cell .choices__list--single .choices__item {
  overflow: hidden;
}
.qualification-association-cell .choices__list--dropdown .choices__item--selectable {
  padding-right: 0;
}
.qualification-association-cell .choices__input.choices__input--cloned {
  padding: 12px 10px;
}
.qualification-association-file-header,
.qualification-association-number-header,
.qualification-association-file,
.qualification-association-number {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 699px) {
  .qualification-association-file-header,
  .qualification-association-number-header,
  .qualification-association-file,
  .qualification-association-number {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .qualification-association-file-header,
  .qualification-association-number-header,
  .qualification-association-file,
  .qualification-association-number {
    width: 50%;
    padding-left: 15px;
  }
}
.qualification-association-file {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 599px) {
  .qualification-association-file {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}
@media (max-width: 599px) {
  .qualification-association-file-inner {
    min-height: 46px;
    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;
  }
}
.qualifiation-interests .choices__inner {
  min-height: 48px;
}
.qualifiation-interests .choices__item.choices__item--selectable {
  margin-top: 3.75px;
}
.qualification-headings {
  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: 499px) {
  .qualification-headings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 499px) {
  .qualification-headings .page-heading {
    margin-bottom: 8px;
  }
}
.recurring-consultation .choices__inner {
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}
.recurring-consultation .choices__inner:hover {
  border-color: #28c6c7;
}
.recurring-consultation .btn-confirm-recurring {
  width: 100%;
  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;
}
.recurring-consultation-event {
  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;
  padding: .625rem 1rem;
  margin-bottom: .375rem;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
  cursor: pointer;
}
.recurring-consultation-event:hover {
  border-color: #28c6c7;
}
.recurring-consultation-modal .choices__item:after {
  content: none;
}
.recurring-consultation-modal .choices__list--dropdown .choices__item {
  padding: 10px;
}
.recurring-consultation-modal .flatpickr-calendar {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: .75rem 1.25rem;
}
.recurring-consultation-modal .flatpickr-calendar.is-visible {
  visibility: visible;
  opacity: 1;
  height: 100%;
  max-height: 330px;
  margin: 1.5rem 1.25rem 2rem;
}
.recurring-consultation-modal .flatpickr-altinput {
  height: 38px;
  cursor: pointer;
}
.remove-recurring {
  cursor: pointer;
  font-size: 1.2rem;
  color: #ccc;
}
.remove-recurring:hover {
  color: #999;
}
.recurring-consultation-event.unavailable {
  border-left: 5px solid red;
}
.event-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.remove-btn {
  cursor: pointer;
  font-size: 1.2rem;
  color: #ccc;
}
.remove-btn:hover {
  color: #999;
}
.ends-group {
  margin-bottom: 1rem;
}
.ends-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.radio-option {
  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;
}
.ends-option-radio {
  margin-right: .5rem;
}
.ends-option-radio:checked + label {
  font-weight: bold;
}
.sub-label {
  padding: 1% 1% 1% 1%;
  align: center;
}
.custom-select {
  width: 200px;
  padding-right: 30px;
}
.reschedules.action-new_date .error,
.reschedules.action-create_date .error,
.reschedules.action-new_time .error,
.reschedules.action-create_time .error,
.reschedules.action-new .error,
.reschedules.action-create .error {
  height: inherit;
}
.reschedules.action-new_date .card,
.reschedules.action-create_date .card,
.reschedules.action-new_time .card,
.reschedules.action-create_time .card,
.reschedules.action-new .card,
.reschedules.action-create .card {
  padding-top: 20px;
}
.reschedules.action-new_date .date,
.reschedules.action-create_date .date,
.reschedules.action-new_time .date,
.reschedules.action-create_time .date,
.reschedules.action-new .date,
.reschedules.action-create .date {
  max-width: 120px;
}
.reschedules.action-new_date .field_with_errors,
.reschedules.action-create_date .field_with_errors,
.reschedules.action-new_time .field_with_errors,
.reschedules.action-create_time .field_with_errors,
.reschedules.action-new .field_with_errors,
.reschedules.action-create .field_with_errors {
  display: inline;
}
.reschedules.action-new_date label.inline,
.reschedules.action-create_date label.inline,
.reschedules.action-new_time label.inline,
.reschedules.action-create_time label.inline,
.reschedules.action-new label.inline,
.reschedules.action-create label.inline {
  width: 90px;
  display: inline-block;
  margin-right: 10px;
  color: inherit;
}
.reschedules.action-new_date .footer,
.reschedules.action-create_date .footer,
.reschedules.action-new_time .footer,
.reschedules.action-create_time .footer,
.reschedules.action-new .footer,
.reschedules.action-create .footer {
  padding-top: 10px;
}
.attachments .page {
  border: none;
}
.shared-header {
  display: grid;
  -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;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 8px;
}
@media (max-width: 1079px) {
  .shared-header {
    grid-template-columns: auto;
    grid-column-gap: initial;
    grid-template-areas: "search search" "title button";
  }
}
@media (max-width: 599px) {
  .shared-header .shared-search-back-button {
    display: none;
  }
}
.shared-header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shared-header-buttons .shared-search-back-button {
  margin-left: 12px;
}
.shared-search-container {
  position: relative;
}
.shared-search-container .icon-search-thick {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
}
@media (max-width: 1079px) {
  .shared-search-form-wrapper {
    grid-area: search;
    margin-bottom: 1rem;
  }
}
@media (max-width: 899px) {
  .shared-search-form-wrapper {
    margin-bottom: .875rem;
  }
}
.shared-search-form {
  display: block;
}
@media (min-width: 900px) {
  .shared-search-form.is-disabled {
    display: none;
  }
}
@media (max-width: 599px) {
  .shared-search-form.is-disabled {
    display: none;
  }
}
.shared-search {
  width: 374px;
  height: 40px;
  padding: 12px 16px 12px 46px;
  font-size: 1rem;
  border-radius: 4px;
  font-weight: bold;
  background-color: #fff;
  color: #35404e;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #d7d7d7;
}
.shared-search:focus {
  border-color: #28c6c7;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
}
@media (max-width: 1079px) {
  .shared-search {
    width: 100%;
  }
}
@media (max-width: 799px) {
  .shared-search {
    font-size: .875rem;
  }
}
.shared-search:disabled {
  background-color: #efefef;
  border-color: #efefef;
  cursor: not-allowed;
}
@media (min-width: 900px) {
  .shared-search:disabled {
    display: none;
  }
}
@media (max-width: 599px) {
  .shared-search:disabled {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1079px) {
  .practitioner-header .shared-search-form.is-disabled {
    display: block;
  }
  .practitioner-header .shared-search-form.is-disabled .shared-search {
    display: block;
  }
}
@media (min-width: 1080px) {
  .practitioner-header .shared-search-form.is-disabled {
    display: none;
  }
}
@media (max-width: 599px) {
  .practitioner-header .shared-search-form.is-disabled {
    display: none;
  }
}
.practitioner-header .shared-search:disabled {
  background-color: #efefef;
  border-color: #efefef;
  cursor: not-allowed;
}
@media (min-width: 1080px) {
  .practitioner-header .shared-search:disabled {
    display: none;
  }
}
@media (max-width: 599px) {
  .practitioner-header .shared-search:disabled {
    display: none;
  }
}
.shared-multi-select {
  margin-left: auto;
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shared-multi-select.is-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 599px) {
  .shared-multi-select {
    grid-area: search;
    margin-left: 0;
    margin-bottom: .875rem;
  }
}
.shared-multi-select .ellipsis-menu {
  right: 0px;
  top: 50px;
}
@media (max-width: 599px) {
  .shared-multi-select .ellipsis-menu {
    left: 96px;
    right: auto;
    right: initial;
  }
}
.shared-multi-select .ellipsis-menu:before {
  left: 168px;
}
.shared-multi-select-dropdown {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 9px 16px;
  border-radius: 4px;
  width: 206px;
  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;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.shared-multi-select-dropdown.is-open,
.shared-multi-select-dropdown:hover {
  border-color: #28c6c7;
}
.shared-multi-select-dropdown.is-open .icon-chevron-down:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 899px) {
  .shared-multi-select-dropdown {
    max-width: none;
    width: auto;
  }
}
.shared-multi-select-dropdown .icon-chevron-down {
  pointer-events: none;
}
.shared-multi-select-dropdown .icon-chevron-down:before {
  width: 10px;
  height: 6px;
  background-color: #28c6c7;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
.shared-multi-select-text {
  margin: 0 1rem 0 0;
  pointer-events: none;
  font-size: 1rem;
}
.attachment-upload-button.is-hidden {
  display: none;
}
@media (max-width: 1079px) {
  .attachment-upload-button {
    grid-area: button;
  }
}
@media (max-width: 799px) {
  .attachment-upload-button {
    font-size: .875rem;
  }
}
@media (max-width: 379px) {
  .attachment-upload-button {
    padding: 8px 14px;
  }
}
.shared-table {
  width: 100%;
}
@media (max-width: 699px) {
  .shared-cell-uploaded,
  .shared-heading-uploaded {
    display: none;
  }
}
.shared-heading-share.sortable-header {
  text-align: center;
  font-weight: bold;
}
.shared-row-share .icon-share {
  display: block;
}
.shared-row-share .icon-share:before {
  margin: auto;
  text-align: center;
}
.shared-checkbox-cell {
  width: 78px;
  padding: 12px 0;
}
@media (max-width: 339px) {
  .shared-checkbox-cell {
    width: 28px;
  }
}
.shared-heading-name {
  width: auto;
  padding-left: 5px;
}
@media (max-width: 799px) {
  .shared-heading-name {
    width: 40%;
  }
}
@media (max-width: 699px) {
  .shared-heading-name {
    width: 80%;
  }
}
.shared-heading-uploaded {
  width: 200px;
  max-width: 200px;
}
@media (max-width: 699px) {
  .shared-heading-uploaded {
    display: none;
  }
}
.shared-heading-shared {
  width: 120px;
  max-width: 120px;
}
@media (max-width: 799px) {
  .shared-heading-shared {
    display: none;
  }
}
@media (max-width: 699px) {
  .shared-uploaded-cell,
  .shared-category-cell,
  .shared-heading-category {
    display: none;
  }
}
.shared-with-cell .avatar-group .avatar {
  margin: 0 .25rem 0 0;
}
@media (max-width: 799px) {
  .shared-with-cell {
    display: none;
  }
}
.shared-table-header {
  border-bottom: 1px solid #eaedf0;
}
.shared-headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 5px 0;
}
@media (max-width: 1079px) {
  .shared-headings {
    grid-area: title;
  }
}
@media (max-width: 499px) {
  .shared-headings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.shared-heading-name,
.shared-heading-uploaded,
.shared-heading-category {
  padding-right: 1rem;
}
.shared-heading-menu {
  width: 20px;
}
.shared-empty-text {
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
}
.shared-empty-subtext {
  display: block;
  font-size: .75rem;
}
.shared-row {
  cursor: pointer;
  background-color: #fafafa;
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
}
.shared-row:hover,
.shared-row.is-selected {
  background-color: #edf2f5;
}
.shared-row:focus-within {
  background-color: #edf2f5;
}
.shared-row td {
  padding: 12px 0;
}
.shared-row td:first-child {
  border-radius: 4px 0 0 4px;
}
.shared-row td:last-child {
  border-radius: 0 4px 4px 0;
}
.shared-row td:last-child {
  padding-right: 12px;
}
.shared-row td.shared-name-cell,
.shared-row td.shared-uploaded-cell {
  padding-right: 1rem;
}
.shared-row td.shared-category-cell {
  padding: 0 1rem 0 0;
  width: 25%;
}
.shared-row .icon-ellipsis:before {
  margin-left: auto;
}
.shared-row .ellipsis-menu-wrapper {
  margin-left: 18px;
}
.shared-row .ellipsis-menu {
  right: -15px;
}
.shared-spacer {
  height: 8px;
}
.shared-row-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shared-row-buttons .icon-share:before {
  width: 20px;
  height: 20px;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.shared-row-buttons .icon-share:hover:before {
  background-color: #28c6c7;
}
@media (max-width: 799px) {
  .shared-row-buttons .icon-share {
    display: none;
  }
}
.shared-file-format {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 10px;
}
.shared-file-format .icon {
  margin-left: 16px;
}
.shared-file-format .icon:before {
  height: 27px;
  width: 21px;
}
@media (max-width: 399px) {
  .shared-file-format .icon {
    display: none;
  }
}
.shared-file-format .icon-file-filled:before {
  height: 25px;
  width: 20px;
}
.shared-checkbox.shared-checkbox {
  display: block;
  margin: 0 0 0 12px;
}
.shared-name-cell {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shared-name-cell .icon-exclamation,
.shared-name-cell .loading-spinner-ring {
  margin: 0 60px 0 12px;
}
@media (max-width: 1079px) {
  .shared-name-cell .icon-exclamation,
  .shared-name-cell .loading-spinner-ring {
    margin-right: 25px;
  }
}
@media (max-width: 699px) {
  .shared-name-cell .icon-exclamation,
  .shared-name-cell .loading-spinner-ring {
    margin-right: 0;
  }
}
.shared-file-name-text {
  margin-bottom: 0;
  padding: 5px;
  width: 100%;
  max-width: 550px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.shared-file-name-text:-moz-read-only {
  cursor: pointer;
  background-color: transparent;
}
.shared-file-name-text:disabled,
.shared-file-name-text:read-only {
  cursor: pointer;
  background-color: transparent;
}
@media (max-width: 959px) {
  .shared-file-name-text {
    max-width: 300px;
  }
}
@media (max-width: 899px) {
  .shared-file-name-text {
    max-width: 190px;
  }
}
@media (max-width: 799px) {
  .shared-file-name-text {
    max-width: 315px;
  }
}
@media (max-width: 767px) {
  .shared-file-name-text {
    max-width: 295px;
  }
}
@media (max-width: 699px) {
  .shared-file-name-text {
    max-width: 325px;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .shared-file-name-text {
    max-width: 205px;
  }
}
@media (max-width: 499px) {
  .shared-file-name-text {
    max-width: 105px;
  }
}
@media (max-width: 339px) {
  .shared-file-name-text {
    max-width: 75px;
  }
}
.shared-uploaded-mobile {
  display: none;
  opacity: .8;
  font-size: .75rem;
  margin-bottom: 0;
}
@media (max-width: 699px) {
  .shared-uploaded-mobile {
    display: block;
  }
}
.shared-file-details {
  display: grid;
  grid-template-columns: 74px auto;
  grid-column-gap: 37px;
  background: #fafafa;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shared-file-details:focus-within {
  background-color: #edf2f5;
}
.shared-file-thumbnail {
  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-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;
}
.shared-file-thumbnail .icon:before {
  width: 53px;
  height: 70px;
}
.shared-file-meta-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shared-file-meta-header .shared-file-name {
  padding: 4px;
  margin-left: -4px;
}
.shared-file-meta-header .shared-file-name:-moz-read-only {
  background: transparent;
  text-overflow: ellipsis;
}
.shared-file-meta-header .shared-file-name:disabled,
.shared-file-meta-header .shared-file-name:read-only {
  background: transparent;
  text-overflow: ellipsis;
}
.shared-file-thumbnail-link {
  font-size: .75rem;
  opacity: .6;
  text-decoration: underline;
  margin-top: 8px;
}
.shared-file-name {
  font-size: .9375rem;
  font-weight: bold;
}
.shared-file-meta-info:last-of-type .shared-file-meta-content {
  margin-bottom: 0;
}
.shared-file-meta-title {
  font-size: .6875rem;
  font-weight: bold;
  text-transform: uppercase;
  opacity: .6;
  margin-bottom: 2px;
}
.shared-file-meta-content {
  font-size: .75rem;
}
.shared-file-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shared-file-nav-link {
  font-size: 1rem;
  font-weight: bold;
  opacity: .4;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  text-decoration: none;
}
.shared-file-nav-link.is-selected {
  opacity: 1;
}
.shared-file-nav-link.last-of-type {
  margin-right: 0;
}
.shared-file-sharing-private {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  opacity: .75;
}
.shared-file-sharing-private:before {
  margin-left: 6px;
}
.shared-file-sharing-share-btn {
  max-width: 106px;
  padding: 6px 30px;
  background-color: #edf2f5;
  color: #35404e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: none;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.shared-file-sharing-share-btn:hover {
  background-color: rgb(220.6071428571, 230.1607142857, 235.8928571429);
}
.shared-file-sharing-share-btn .icon:before {
  width: 9px;
  height: 9px;
  margin-left: 12px;
}
.shared-file-sharing-prac-shared .avatar {
  margin-bottom: 8px;
}
.shared-file-sharing-prac-unshared {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.shared-file-sharing-prac-unshared p {
  margin: 0 12px 0 0;
}
.shared-file-activity,
.shared-file-sharing {
  display: none;
}
.shared-file-activity.is-visible,
.shared-file-sharing.is-visible {
  display: block;
}
.shared-file-activity-event {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 35px auto;
  grid-column-gap: 8px;
  margin-bottom: 16px;
}
.shared-file-activity-event .avatar {
  width: 35px;
  height: 35px;
}
.shared-file-activity-event-detail {
  font-size: .813rem;
  margin-bottom: 0;
}
.shared-file-activity-event-date {
  font-size: .75rem;
  margin-bottom: 0;
}
.uppy-DragDrop-container {
  background-color: #f5f1ea;
  opacity: .9;
}
.uppy-DragDrop-container.uppy-DragDrop--isDraggingOver {
  display: block;
}
.uppy-DragDrop-arrow {
  width: 60px;
  height: 60px;
  fill: #28c6c7;
  margin-bottom: 16px;
}
.uppy-DragDrop-label {
  font-weight: bold;
}
.attachment-drop-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.uppy-DragDrop-inner {
  pointer-events: none;
}
.page-filters a,
.attachment-categories-more a {
  text-decoration: none;
  white-space: nowrap;
}
.page-filters a.active,
.page-filters a:hover,
.attachment-categories-more a.active,
.attachment-categories-more a:hover {
  color: #28c6c7;
}
.page-filters .page-filter.is-hidden,
.attachment-categories-more .page-filter.is-hidden {
  display: none;
}
.attachment-categories-list a {
  padding: 10px 12px;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: capitalize;
}
.attachment-categories-list a.active {
  background-color: #edf2f5;
}
.attachment-categories-list a.active,
.attachment-categories-list a:hover {
  color: #28c6c7;
}
.attachment-category-settings {
  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;
  padding: 0 12px;
}
.attachment-categories-more {
  display: none;
  position: relative;
}
.attachment-categories-more.is-visible {
  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;
  padding: 10px 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.attachment-categories-more.is-active {
  background-color: #edf2f5;
}
.attachment-categories-more.is-active p {
  color: #28c6c7;
}
.attachment-categories-more.active {
  background-color: #edf2f5;
}
.attachment-categories-more.active,
.attachment-categories-more:hover {
  color: #28c6c7;
}
.attachment-categories-more.active {
  border-bottom: 1px solid #28c6c7;
  padding-bottom: 2px;
}
.attachment-categories-more .icon-chevron-down {
  margin-left: 8px;
}
.attachment-categories-more .icon-chevron-down:before {
  width: 10px;
  height: 10px;
}
.attachment-categories-more .icon-chevron-down.is-active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.attachment-categories-more p {
  margin: 0;
  white-space: nowrap;
}
.attachment-categories-more a:first-of-type {
  border-radius: 0 0 .25rem .25rem;
}
.attachment-categories-more a:last-of-type {
  border-radius: 0 .25rem .25rem 0;
}
.attachment-categories-more a:only-child {
  border-radius: .25rem;
}
.attachment-categories-more-items {
  position: absolute;
  background-color: #fff;
  top: 40px;
  right: 0;
}
.attachment-categories-more-items.arrow-active:before {
  border-color: #edf2f5;
}
.attachment-categories-more-items:before {
  right: -1px;
  left: auto;
  left: initial;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}
.attachment-categories-more-items a:not(.active):hover {
  color: #28c6c7;
}
.attachment-categories-overflow-item a.is-hidden {
  display: none;
}
.shared-file-sharing .checkbox {
  width: 14px;
  display: inline-block;
  margin-right: .5rem;
  -webkit-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
}
.shared-file-sharing .checkbox-with-label .checkbox-label-text {
  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;
  padding-left: 0;
}
.shared-file-sharing .checkbox-with-label .checkbox-label-text:hover .checkbox {
  border-color: #28c6c7;
}
.share-patient-card {
  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;
  font-size: .875rem;
}
.share-patient-card .avatar {
  margin-right: 1rem;
}
.share-patient-card .patient-name {
  font-weight: bold;
}
.share-patient-card .card-body {
  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;
}
.attachment-infected-notice {
  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;
}
.attachment-infected-message-block {
  margin-left: 20px;
}
.attachment-infected-message-block p {
  margin: 0;
  font-weight: bold;
}
.attachment-infected-message-block span {
  font-size: .75rem;
}
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 21;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: transparent;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.overlay.is-visible {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, .4);
}
.sidebar {
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 22;
  height: 100%;
  width: 428px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -20%;
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-animation: slide-in .3s ease;
  animation: slide-in .3s ease;
}
@media (max-width: 499px) {
  .sidebar {
    z-index: 21;
    width: 100%;
  }
}
.sidebar.is-visible {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.sidebar .date-time > input {
  background: url("/assets/icon-calendar-active-OJFPVZG4-f95ca94d.svg") no-repeat;
  background-size: 16px;
  background-position: right 12px center;
}
.sidebar .date-time > input.calendar-sidebar-datepicker {
  background: none;
}
.sidebar .sidebar-modal-title {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.25rem;
  color: #35404e;
  margin: 0;
}
.sidebar .sidebar-modal-block-title,
.sidebar .sidebar-event-title {
  font-family: "Roboto";
  font-size: .875rem;
  color: #35404e;
  font-weight: bold;
  text-transform: capitalize;
}
.sidebar .sidebar-modal-block-title {
  margin-bottom: .25rem;
  display: block;
}
.sidebar .subnav--primary {
  border-bottom: none;
}
.sidebar .hb-button {
  width: 100%;
}
.sidebar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d7d7d7;
  height: 38px;
  border-radius: 2px;
  width: 100%;
  background: #fff;
  padding-left: .625rem;
  background: url("/assets/icon-chevron-down-active-QCC6DRT6-9c4cbc48.svg") no-repeat;
  background-position: right 19px center;
  background-size: 10px;
}
.sidebar .choices__item,
.sidebar select,
.sidebar input {
  font-family: "Roboto";
  font-weight: bold;
  color: #35404e;
  cursor: pointer;
}
.sidebar input {
  cursor: text;
}
.sidebar input[type=checkbox] {
  cursor: pointer;
}
.availability-form .availability-type {
  display: none;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    right: -20%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    right: -20%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
}
.sidebar-modal-body {
  padding: 1.25rem 2.25rem;
}
.spree_product .sidebar-modal-body {
  padding: 1.25rem 0;
}
@media (max-width: 499px) {
  .sidebar-modal-body {
    padding: 1rem;
  }
}
.sidebar-modal-divider {
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
}
.sidebar-modal-buttons {
  background: #fff;
  padding: 1rem 0;
}
.sidebar-modal-buttons.multiple {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.sidebar-modal-close-btn:after {
  content: "";
  display: block;
  background: url("/assets/icon-cross-dark-H6HEA24G-de45fab0.svg") no-repeat center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.sidebar-modal-input {
  height: 43px;
  font-family: "Roboto";
  font-weight: bold;
  color: #35404e;
}
.sidebar-modal-input:focus,
.sidebar-modal-input:hover {
  border-color: #28c6c7;
}
.sidebar-modal-header {
  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;
  margin: 1.5rem 1.5rem 1.5rem 2.25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  background: #fff;
  padding: 13px 32px;
  margin: 0;
  z-index: 100000;
}
@media (max-width: 499px) {
  .sidebar-modal-header {
    padding: 1rem;
  }
}
.sidebar-modal-block {
  margin-bottom: 1.5rem;
}
.sidebar-modal-block .form-control:focus,
.sidebar-modal-block .form-control:hover {
  border-color: #28c6c7;
}
.sidebar-modal-block.help-block {
  margin-bottom: 0;
}
.sidebar-modal-block.inline-group {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.sidebar-modal-plus-minus {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar-modal-plus-minus:hover .sidebar-modal-plus-minus-text {
  color: #35404e;
}
.sidebar-modal-plus-minus-icon {
  height: 17px;
}
.sidebar-modal-plus-minus-text {
  font-family: "Roboto";
  font-size: .875rem;
  color: rgba(53, 64, 78, .6);
  font-weight: bold;
  padding-left: .5rem;
  cursor: pointer;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in;
}
.sidebar-modal-plus-minus-text.is-active {
  color: #35404e;
}
.add-patient-label {
  height: 17px;
}
.add-patient-label input {
  display: none;
}
body.app.modal-open #intercom-launcher-holder {
  display: none !important;
}
.sidebar-modal .upcoming-slide {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(430px, 0px);
  transform: translate(430px, 0px);
  -webkit-transition:
    visibility 0s,
    opacity .3s,
    -webkit-transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    -webkit-transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    transform .3s ease-out,
    -webkit-transform .3s ease-out;
}
.sidebar-modal .open-slide {
  visibility: visible;
  position: static;
  opacity: 1;
  -webkit-transition:
    visibility 0s,
    opacity 1s,
    -webkit-transform .3s ease-in;
  transition:
    visibility 0s,
    opacity 1s,
    -webkit-transform .3s ease-in;
  transition:
    visibility 0s,
    opacity 1s,
    transform .3s ease-in;
  transition:
    visibility 0s,
    opacity 1s,
    transform .3s ease-in,
    -webkit-transform .3s ease-in;
}
.sidebar-modal .previous-slide {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-430px, 0px);
  transform: translate(-430px, 0px);
  -webkit-transition:
    visibility 0s,
    opacity .3s,
    -webkit-transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    -webkit-transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    transform .3s ease-out;
  transition:
    visibility 0s,
    opacity .3s,
    transform .3s ease-out,
    -webkit-transform .3s ease-out;
}
.StripeElement {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.StripeElement:hover:not(.StripeElement--invalid) {
  border: 1px solid #28c6c7;
}
.StripeElement--focus {
  border: 1px solid #28c6c7;
}
.StripeElement--invalid {
  border-color: #ff3d57;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.stripe-errors {
  min-height: 30px;
  padding: 4px 0;
  color: #ff4a45;
}
#payment-methods-controller.page {
  max-width: 500px;
}
.subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.page.secondary .subnav {
  border-bottom: 1px solid #efefef;
}
.page.secondary .subnav.subnav-borderless {
  border: none;
}
.subnav .page-header {
  border: none;
}
.subnav--primary {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background-color: #f5f1ea;
  margin: -10px -11px 10px;
  background: #fff;
  padding: 8px;
  border-bottom: rgb(224.5, 224.5, 224.5) 1px solid;
}
@media (max-width: 799px) {
  .subnav--primary {
    padding: 0;
    background: none;
    border: none;
    margin: 0 0 10px;
  }
}
.subnav--secondary {
  margin-bottom: .25rem;
}
.subnav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: .5rem;
}
@media (max-width: 799px) {
  .subnav__item {
    margin: 0 3px 3px 0;
  }
}
.subnav__item:last-child {
  margin-right: 0;
}
.subnav__heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.subnav__subheading {
  font-size: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family:
    Roboto,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
}
.swal2-popup.swal2-popup .swal2-icon {
  display: none !important;
}
.swal2-popup.swal2-popup .swal2-title {
  font-size: 1.25rem;
  color: #35404e;
}
.swal2-popup.swal2-popup .swal2-close {
  font-size: 35px;
  color: #35404e;
}
.swal2-popup.swal2-popup .swal2-close:hover {
  color: #35404e;
}
.swal2-popup.swal2-popup #swal2-content {
  font-size: .875rem;
  color: #35404e;
}
.swal2-popup.swal2-popup button.swal2-styled.swal2-confirm,
.swal2-popup.swal2-popup button.swal2-styled.swal2-cancel {
  font-size: .875rem;
  font-weight: bold;
  min-width: 162px;
}
.swal2-popup.swal2-popup button.swal2-styled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swal2-popup .swal2-actions .swal2-styled.btn-round {
  border-radius: 9999px !important;
}
.swal2-popup {
  font-size: 1rem !important;
}
.purchase_orders .swal2-popup {
  width: 22em;
}
.swal2-popup .swal2-header .swal2-title {
  font-size: 1.25rem;
  color: #35404e;
}
.swal2-popup .swal2-header .swal2-close {
  font-size: 1.5rem;
}
.swal2-popup .swal2-content #swal2-content {
  font-size: .875rem;
  color: #35404e;
}
.swal2-popup .swal2-actions .swal2-styled.hb-button {
  font-size: 1rem;
  font-weight: 700;
  min-width: 113px;
}
.swal2-popup .swal2-actions .swal2-styled.hb-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swal2-popup .swal2-actions .swal2-styled.btn {
  font-size: 14px;
}
.swal2-popup .swal2-confirm {
  background-color: #28c6c7 !important;
}
.swal2-popup .swal2-confirm.tertiary {
  background-color: #ff4a45 !important;
}
.table {
  border: none;
}
.table tr,
.table td,
.table th,
.table tbody,
.table thead {
  border: none;
}
.table {
  width: 100%;
}
.table.fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.table.fixed-layout th:last-of-type {
  width: 40px;
}
.table.no-header tr:first-child td:first-of-type {
  border-top-left-radius: .25rem;
}
.table.no-header tr:first-child td:last-of-type {
  border-top-right-radius: .25rem;
}
.table.no-header tr:first-child td {
  border-top-width: 1px;
}
.table.has-status th:first-of-type {
  padding-left: 29px;
}
@media (max-width: 799px) {
  .table.has-status th:first-of-type {
    padding-left: 12px;
  }
}
.table td {
  padding: 16px 8px 16px 0;
}
.table td.table-cell-view-all {
  text-align: center;
}
@media (max-width: 799px) {
  .table td.table-cell-view-all {
    padding-bottom: 0;
  }
}
@media (max-width: 399px) {
  .table td {
    padding: 12px 12px 12px 0;
  }
}
.table td.vertical-align-middle {
  line-height: 1px;
}
.table td:last-child {
  position: relative;
  padding-right: 12px;
  border-radius: 0 4px 4px 0;
}
.table td:last-child.text-right {
  width: 30px;
}
.table td:first-child {
  padding-left: 12px;
  border-radius: 4px 0 0 4px;
}
.table thead {
  text-transform: uppercase;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom: 1px solid #eaedf0;
}
.table th {
  font-size: .8125rem;
  text-transform: uppercase;
  text-align: left;
  padding: 13px 8px 12px 0;
  font-weight: bold;
}
.table th.text-right {
  text-align: right;
}
.table th:first-of-type {
  padding-left: 12px;
}
.table th:last-child {
  padding-right: 12px;
}
.table th.text-center {
  text-align: center;
}
.table thead tr {
  height: 2.5rem;
}
.table tbody tr {
  cursor: pointer;
  border-radius: 5px;
  background-color: #fafafa;
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
}
.table tbody tr.table-row-not-clickable {
  cursor: default;
  background: transparent;
}
.table tbody tr.table-row-not-clickable:hover {
  background-color: transparent;
}
.table tbody tr:hover,
.table tbody tr.is-selected {
  background-color: #edf2f5;
}
.table tbody tr:focus-within {
  background-color: #edf2f5;
}
.table tbody tr.table-spacer {
  height: 8px;
}
.table tbody tr:last-child {
  border-bottom-width: 0;
}
.table .table-cell-status {
  width: 25%;
}
.table tfoot {
  border-top-width: 1px;
}
.table th a {
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
.table tr.confirmed td:first-of-type:before,
.table tr.completed td:first-of-type:before,
.table tr.started td:first-of-type:before,
.table tr.ended td:first-of-type:before,
.table tr.awaiting td:first-of-type:before,
.table tr.draft td:first-of-type:before,
.table tr.paid td:first-of-type:before,
.table tr.proposed td:first-of-type:before,
.table tr.cancelled td:first-of-type:before,
.table tr.declined td:first-of-type:before,
.table tr.expired td:first-of-type:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  padding: 4px;
  height: auto;
}
.table tr.completed td:first-of-type:before,
.table tr.confirmed td:first-of-type:before,
.table tr.paid td:first-of-type:before,
.table tr.started td:first-of-type:before,
.table tr.ended td:first-of-type:before {
  background: #28c6c7;
}
.table tr.awaiting td:first-of-type:before {
  background: #e5aa17;
}
.table tr.draft td:first-of-type:before {
  background: #b3c0ce;
}
.table tr.proposed td:first-of-type:before {
  background: #e5aa17;
}
.table tr.cancelled td:first-of-type:before,
.table tr.declined td:first-of-type:before,
.table tr.expired td:first-of-type:before {
  background: #ff4a45;
}
.error {
  color: red;
}
.table-cell-placeholder {
  padding: 20px 12px;
  text-align: center;
  font-weight: bold;
}
.sortable-header {
  font-size: .8125rem;
  text-transform: uppercase;
  text-align: left;
  padding: 13px 0 12px;
}
.sortable-header a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.sortable-header a.icon:before {
  width: 8px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 .5rem;
  background-color: #35404e;
  visibility: visible;
}
.sortable-header a.asc:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sortable-header a.is-hidden:before {
  visibility: hidden;
}
.sortable-header a:hover {
  color: #28c6c7;
}
.sortable-header a:hover:before {
  background-color: #28c6c7;
}
div.form-group.note-input > trix-editor > div > figure {
  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;
}
figcaption {
  margin-top: 5px;
}
trix-editor blockquote,
.note-content blockquote {
  margin: 0 0 0 .3em;
  padding: 0 0 0 .6em;
  border-left: .3em solid #868686;
}
.profile.action-edit .form-group .choices__inner,
.profile.action-update .form-group .choices__inner {
  min-height: 0;
  min-height: initial;
  max-height: 42px;
}
.profile.action-edit .form-group .choices__item,
.profile.action-edit .form-group select,
.profile.action-edit .form-group input,
.profile.action-update .form-group .choices__item,
.profile.action-update .form-group select,
.profile.action-update .form-group input {
  font-family: "Roboto";
  font-weight: bold;
  text-transform: capitalize;
  color: #35404e;
  cursor: pointer;
}
.profile.action-edit .form-group .choices__item.text-cursor,
.profile.action-edit .form-group select.text-cursor,
.profile.action-edit .form-group input.text-cursor,
.profile.action-update .form-group .choices__item.text-cursor,
.profile.action-update .form-group select.text-cursor,
.profile.action-update .form-group input.text-cursor {
  cursor: text;
}
.user-profile-dob {
  position: relative;
}
.user-profile-dob-clear-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.user-profile-dob-clear-btn:before {
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.user-profile-dob-clear-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.user-profile-height-inputs,
.user-profile-weight-inputs {
  margin-right: 10px;
}
.b-qr-code-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fafafa;
  padding: 1em 1em;
  -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;
  margin-bottom: 1rem;
}
.b-qr-code-block--text {
  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;
}
.b-qr-code-block--links {
  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;
}
.label-container {
  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;
  gap: .5rem;
}
.hint {
  position: absolute;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  border-radius: 4px;
  padding: .75rem 1rem;
  font-size: .875rem;
  z-index: 1000;
}
.users-search {
  position: relative;
  width: 100%;
  margin-right: .25rem;
}
.users-search .form-control {
  padding-right: 30px;
}
.users-search .form-control:only-child {
  padding-right: 12px;
}
.users-search-cross {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.video-call__chat {
  height: 100%;
  display: grid;
  grid-template-rows: 60px 1fr;
  border-left: 1px solid #d7d7d7;
  background: #fafafa;
}
.video-call__chat .video-call__chat-messages {
  margin-top: auto;
  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;
  padding: 20px 20px 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.video-call__chat .video-call__chat-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.video-call__chat .video-call__chat-message:last-of-type {
  margin-bottom: 0;
}
.video-call__chat .chat-message-body {
  padding: 0 10px;
  font-size: 1rem;
}
.video-call__chat .chat-message-body p {
  color: #35404e;
  margin-bottom: 12px;
  font-size: 1rem;
  word-break: break-word;
  white-space: pre-line;
}
.video-call__chat .chat-message-body .system-chat-message {
  opacity: .7;
}
.video-call__chat .chat-message-avatar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.video-call__chat .chat-message-avatar .avatar-icon {
  width: 65%;
  height: 65%;
}
.video-call__chat .chat-message-detail {
  margin-bottom: 6px;
}
.video-call__chat .chat-message-sender {
  font-weight: bold;
}
.video-call__chat .chat-message-timestamp {
  opacity: .8;
  font-size: .75rem;
  margin-left: 2px;
}
.video-call__chat .video-call__chat-input {
  padding: 10px 20px;
}
@media (max-width: 1079px) {
  .video-call__chat .video-call__chat-input {
    margin-bottom: 10px;
  }
}
.video-call__chat .video-call__chat-input:hover textarea,
.video-call__chat .video-call__chat-input:hover .video-call__chat-btn {
  border-color: #28c6c7;
}
.video-call__chat .sidebar-modal-title {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.25rem;
  color: #35404e;
  margin: 0;
}
.video-call__chat .video-call__chat-overlay {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 62px);
  width: 100%;
  background: #efefef;
  opacity: .8;
  z-index: 1;
}
.video-call__chat-btn {
  padding: .625rem;
  border: 1px solid #d7d7d7;
  border-radius: 0 2px 2px 0px;
  border-left: none;
  background: #fff;
  -webkit-transition: border-color .1s ease;
  transition: border-color .1s ease;
}
.video-call__chat-btn:before {
  background-color: #d7d7d7;
  -webkit-transition: background-color .1s ease;
  transition: background-color .1s ease;
}
.video-call__chat-btn.is-active:before {
  background-color: #28c6c7;
}
.video-call__chat-btn.is-focused {
  border-color: #28c6c7;
}
.video-call__chat-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-call__chat-form textarea::-webkit-scrollbar {
  display: none;
}
.video-call__chat-form textarea {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 40px;
  max-height: 100px;
  padding: 11px;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-right: none;
  overflow: hidden;
  border-radius: 2px 0 0 2px;
  resize: none;
  -webkit-transition: border-color .1s ease;
  transition: border-color .1s ease;
  -webkit-appearance: none;
}
.video-call__chat-form textarea:focus {
  border-color: #28c6c7;
}
.video-call__chat-counter {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  background: #28c6c7;
  border-radius: 50%;
  font-weight: bold;
  font-size: .75rem;
  line-height: 16px;
  color: #fff;
}
.video-call__chat-connecting-message {
  font-size: .875rem;
}
.video-call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-call video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.video-call .btn-primary {
  background-color: #b3c0ce;
  border-color: #b3c0ce;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.video-call .btn-primary:hover {
  background-color: rgb(147.992, 166.296, 186.008);
  border-color: rgb(147.992, 166.296, 186.008);
}
.video-call .btn-danger {
  background-color: #ff4a45;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.video-call .btn-danger:hover {
  background-color: rgb(255, 98.814516129, 94.5);
  border-color: rgb(255, 98.814516129, 94.5);
}
@media (max-width: 799px) {
  .minimize-btn {
    display: none;
  }
}
.video-call__maximize {
  -webkit-transition: width 1s, height 1s;
  transition: width 1s, height 1s;
  margin: .75rem;
}
.video-call__messages {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: .75rem;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 8rem;
  font-size: 1.125rem;
  background: #fff;
}
.video-call__messages p,
.video-call__messages a {
  font-size: .875rem;
}
.video-call__message-buttons {
  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;
}
.video-call__message-buttons .hb-button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.video-call__message-buttons .hb-button:first-of-type {
  margin-right: .5rem;
}
.video-call__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  max-height: 100%;
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-template-rows: 60px 1fr 60px;
  grid-template-areas: "header header" "participant-strip main-video" "participant-strip toolbar";
}
@media (max-width: 799px) {
  .video-call__body {
    grid-template-columns: 180px 1fr;
    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;
  }
}
.video-call__sidebar::-webkit-scrollbar {
  display: none;
}
.video-call__sidebar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 22;
  height: 100%;
  width: 0;
  max-width: 0;
  background: #fff;
  position: relative;
  top: 0;
  right: -428px;
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
@media (max-width: 1079px) {
  .video-call__sidebar {
    position: absolute;
    width: 100%;
    max-width: none;
    right: -508px;
  }
}
.video-call__sidebar.is-visible {
  right: 0;
  visibility: visible;
  opacity: 1;
  width: 30%;
  max-width: 428px;
}
@media (max-width: 1079px) {
  .video-call__sidebar.is-visible {
    width: 100%;
    position: absolute;
    max-width: none;
  }
}
.video-call__sidebar .sidebar-modal-body {
  background: #fff;
  padding: 0;
  overflow: hidden;
  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;
}
.video-call__header {
  grid-area: header;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .75rem;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 799px) {
  .video-call__header {
    display: none;
  }
}
.video-call__logo {
  width: 100%;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/icon-hb-logo-WDAQR7AD-f08646c3.svg");
}
@media (max-width: 799px) {
  .video-call__logo {
    height: 30px;
  }
}
.video-call__mobile-thumbnail {
  display: none;
}
@media (max-width: 799px) {
  .video-call__mobile-thumbnail {
    display: block;
    position: absolute;
    width: 145px;
    height: auto;
    z-index: 1;
    right: 0;
    bottom: 70px;
    border: 1px solid #fff;
  }
}
@media (max-width: 799px) and (hover: none) and (pointer: coarse) {
  .video-call__mobile-thumbnail {
    bottom: 0;
  }
}
@media (max-width: 799px) {
  .video-call__mobile-thumbnail.hidden {
    display: none;
  }
}
.video-call__mobile-thumbnail .video-call__participant {
  border-bottom: none;
}
.video-call__body.main-video-portrait .video-call__mobile-thumbnail {
  width: 70px;
}
.video-call__body.main-video-portrait .video-call__mobile-thumbnail .video-call__participant {
  padding-bottom: 178%;
}
.video-call__body.main-video-portrait .video-call__mobile-thumbnail .message {
  display: none;
}
.video-call__body.main-video-portrait .video-call__mobile-thumbnail video {
  -o-object-fit: cover;
  object-fit: cover;
}
.video-call__mobile-thumbnail .participant-info {
  display: none;
}
.video-call__participant-strip::-webkit-scrollbar {
  display: none;
}
.video-call__participant-strip {
  -ms-overflow-style: none;
  scrollbar-width: none;
  grid-area: participant-strip;
  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;
  overflow: scroll;
  background: #efefef;
  -webkit-transition:
    left .3s ease-in,
    opacity .3s ease-in,
    width .3s ease-in,
    visibility .3s ease-in;
  transition:
    left .3s ease-in,
    opacity .3s ease-in,
    width .3s ease-in,
    visibility .3s ease-in;
}
@media (max-width: 799px) {
  .video-call__participant-strip {
    position: absolute;
    height: calc(100% - 70px);
    width: 100%;
    left: -488px;
    visibility: hidden;
    opacity: 0;
    z-index: 22;
  }
}
@media (max-width: 799px) and (hover: none) and (pointer: coarse) {
  .video-call__participant-strip {
    height: 100%;
  }
}
.video-call__participant-strip.is-visible {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.video-call__participant-strip .icon:before {
  height: 18px;
  width: 18px;
}
@media (max-width: 799px) {
  .video-call__participant-strip .video-call__participant .avatar {
    width: 150px;
    height: 150px;
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .video-call__participant-strip .video-call__participant .avatar {
    width: 100px;
    height: 100px;
    font-size: 1.375rem;
  }
}
@media (max-width: 399px) {
  .video-call__participant-strip .video-call__participant .avatar {
    width: 80px;
    height: 80px;
  }
}
.video-call__participant-strip video,
.video-call__mobile-thumbnail video {
  background: #000;
}
.participant-placeholder .avatar {
  width: 40px;
  height: 40px;
}
.video-call__participant {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #35404e;
  color: #fff;
  border-bottom: 2px solid #fafafa;
}
.video-call__participant .participant-placeholder {
  position: absolute;
  height: 100%;
  width: 100%;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .875rem;
  z-index: 0;
}
.video-call__participant .avatar {
  margin-bottom: 4px;
}
.video-call__participant video {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.video-call__messages-inner {
  text-align: center;
}
.video-call__messages-spinner {
  text-align: center;
  margin-bottom: 1.5rem;
}
.participant-info {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 3px 2px 1px;
  z-index: 10;
  color: #fff;
  height: 30px;
}
.participant-info > div {
  margin: 2px 4px;
}
.participant-info .icon-microphone-disabled:before {
  background-color: #ff4a45;
}
.participant-name {
  font-size: .875rem;
}
@media (max-width: 1079px) {
  .video-call__participant-strip .participant-name {
    font-size: .75rem;
  }
}
.network-quality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  top: 1px;
}
.network-quality div {
  width: 3px;
  margin-right: 1px;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.video-call-submenu {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
  background: rgba(0, 0, 0, .3);
  padding: 3px;
  border-radius: 2px;
  cursor: pointer;
}
.video-call-submenu .ellipsis-menu {
  z-index: 11;
  right: 0;
  min-width: 140px;
  top: 40px;
}
.video-call__participant .video-call-submenu .ellipsis-menu {
  top: 30px;
}
.video-call__participant .video-call-submenu .ellipsis-menu .ellipsis-menu-link {
  padding: .5rem;
}
@media (max-width: 799px) {
  .video-call__participant .video-call-submenu .ellipsis-menu .ellipsis-menu-link {
    padding: .75rem 1.5rem;
  }
}
.video-call-submenu .ellipsis-menu:before {
  left: auto;
  right: 0;
  border: .25em solid #fff;
}
.video-call-submenu .ellipsis-menu .ellipsis-menu-link {
  cursor: pointer;
}
.video-call-fullscreen-link {
}
@media (hover: none) and (pointer: coarse) and (max-width: 799px) {
  .video-call-fullscreen-link {
    display: none;
  }
}
.video-call__main-video {
  grid-area: main-video;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 2px;
  background: #000;
}
.video-call__main-video.is-portrait video {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 799px) {
  .video-call__main-video.is-portrait video {
    width: 100%;
  }
}
@media (max-width: 799px) {
  .video-call__main-video {
    margin-left: 0;
  }
}
.video-call__main-video video {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 799px) {
  .video-call__main-video video {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.video-call__main-video .video-call-submenu {
  margin: 5px;
}
.video-call__main-video .video-call-submenu .icon-ellipsis:before {
  margin: .125rem;
}
.video-call__main-video .participant-placeholder {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.video-call__main-video .participant-placeholder .avatar {
  height: 100px;
  width: 100px;
  font-size: 1.5rem;
}
.video-call__main-video .participant-placeholder .message {
  display: none;
}
.video-call__toolbar {
  background: #fff;
  grid-area: toolbar;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 799px) {
  .video-call__toolbar {
    height: 70px;
    position: relative;
  }
}
.video-call__toolbar.is-hidden {
  display: none;
}
.video-call__toolbar-mobile-menus {
  display: none;
}
.video-call__toolbar-more-menu {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 3;
  background: #fff;
  width: 50%;
}
.video-call__toolbar-more-menu.is-visible {
  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;
}
.video-call__toolbar-more-submenu {
  margin: 1rem;
  text-align: left;
  font-size: .75rem;
  cursor: pointer;
}
@media (max-width: 339px) {
  .video-call__toolbar-btn {
    margin-right: .25rem;
  }
}
.video-call__toolbar-btn .icon {
  color: #35404e;
  font-size: .875rem;
  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-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;
  width: 60px;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}
@media (max-width: 399px) {
  .video-call__toolbar-btn .icon {
    width: 50px;
  }
}
@media (max-width: 339px) {
  .video-call__toolbar-btn .icon {
    width: 45px;
    font-size: .8125rem;
  }
}
.video-call__toolbar-btn .icon:before {
  background-color: #35404e;
  width: 26px;
  height: 26px;
  margin-bottom: 3px;
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
}
.video-call__toolbar-btn.is-disabled .icon {
  color: #ff4a45;
}
.video-call__toolbar-btn.is-disabled .icon:before {
  background-color: #ff4a45;
}
.video-call__toolbar-btn.is-active .icon {
  color: #28c6c7;
}
.video-call__toolbar-btn.is-active .icon:before {
  background-color: #28c6c7;
}
.video-call__toolbar-btn.participants-btn {
  display: none;
}
@media (max-width: 799px) {
  .video-call__toolbar-btn.participants-btn {
    display: inline-block;
  }
}
@media (max-width: 799px) {
  .video-call__toolbar-btn.share-btn {
    display: none;
  }
}
@media (max-width: 339px) {
  .video-call__toolbar-btn.end-btn {
    margin: 0;
  }
}
.video-call__toolbar-btn.hidden {
  display: none;
}
.video-call__local-controls {
  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;
  height: 100%;
  width: 100%;
}
@media (max-width: 799px) {
  .video-call__local-controls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .375rem;
  }
}
.video-call__local-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.video-call__local video {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.video-call__placeholder {
  background-color: #e7e7e7;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-call-dragger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 40px;
  background: rgba(53, 64, 78, .8) url("/assets/icon-drag-45C73ISO-5b023a47.svg") no-repeat center;
  background-size: 22px;
  font-size: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.video-call-dragger:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.video-call.mini {
  height: 192px;
  position: fixed;
  z-index: 40;
  width: 16rem;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  border: #dedede 1px solid;
}
.video-call.mini:hover {
  cursor: pointer;
}
.video-call.mini:hover .video-call-dragger {
  height: 40px;
  visibility: visible;
  opacity: 1;
}
.video-call.mini video {
  border-radius: 0;
}
.video-call.mini .video-call__body {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "main-video";
}
.video-call.mini .video-call__header,
.video-call.mini .video-call__participant-strip,
.video-call.mini .video-call__toolbar {
  display: none;
}
.video-call.mini .video-call__messages {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 1.25rem;
  position: absolute;
}
.video-call.mini .video-call__remote-video-wrapper,
.video-call.mini .video-call__body {
  padding: 0;
}
.video-call.mini .video-call__header {
  z-index: 10;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.video-call.mini .video-call__maximize {
  display: none;
}
.video-call.mini .video-call__remote-video-wrapper .video-call__placeholder {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-call.mini .video-call-submenu {
  display: none;
}
body.mini-video .intercom-launcher,
body.video-sidebar-open .intercom-launcher {
  display: none;
}
.video-settings__local {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.video-settings__local video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sound-level {
  height: 1rem;
  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;
}
.sound-level .icon-microphone {
  margin-right: .5rem;
}
.sound-level__segment {
  height: .5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  background-color: #797979;
  border-radius: .125rem;
}
.sound-level__segment.active {
  background-color: #28c6c7;
}
.waiting {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f5f1ea;
  opacity: .9;
}
.waiting .message-container {
  color: #35404e;
  margin-top: 1rem;
}
.waiting .message {
  font-size: 20px;
}
.waiting .spinner {
  font-size: 10px;
}
@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 */
