/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* driver.js v1.3.0 - https://github.com/kamranahmedse/driver.js */
.driver-active .driver-overlay,
.driver-active * {
  pointer-events: none;
}

#wistia-l8pw3vfpes-1_popover_overlay { pointer-events: none !important; }

.parsec-imap.touch .wistia_popover_overlay {
  pointer-events: none !important;
}

.wistia_click_to_play {
  height: auto !important;
}

@media (max-width: 1199.98px) {
  .wistia_popover_overlay {
    pointer-events: none !important;
  }
}

.driver-active .driver-active-element,
.driver-active .driver-active-element *,
.driver-popover,
.driver-popover * {
  pointer-events: auto
}

@keyframes animate-fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}


.driver-active .hotspot.driver-active-element.driver-no-interaction:not(.visible) {
  width: auto !important;
}


.driver-fade .driver-overlay {
  animation: animate-fade-in .2s ease-in-out
}

.driver-fade .driver-popover {
  animation: animate-fade-in .2s
}

.driver-popover {
  /* all: unset; */
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  border-radius: var(--border-radius);
  min-width: 250px;
  max-width: 100%;
  box-shadow: 0 1px 10px #0006;
  z-index: 1000000000;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff
}

@media (min-width: 650px) {
  .driver-popover {
    min-width: 500px;
    max-width: 600px;
    margin: 0;
  }
}

.driver-popover * {
  font-family: CircularStd, "Helvetica Neue", Arial;
}

.driver-popover-title {
  font-size: 1.125rem;
  display: block;
  position: relative;
  line-height: normal;
  zoom: 1;
  margin: 0;
  background-color: var(--imap-blue);
  color: #fff;
  letter-spacing: 0.1px;
  font-weight: 600;
  padding: .625rem .9375rem .625rem 1.5rem;
  text-transform: uppercase;
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);

}

.popover-title-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popover-title-inner-wrapper span {
  font-size: 1.125rem;
  flex: 1 1 auto;
}

.big-popover .popover-title-inner-wrapper span {
  text-align: center;
}


.driver-popover-close-btn {

  /* position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 28px; */
  cursor: pointer;
  /* line-height: 1;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #fff; */
  z-index: 1;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-color: var(--imap-blue);
  border: 0;
  outline: none;
  padding: 0;
  border-radius: .125rem;
  line-height: 1;
  color: #fff;
  width: 1.625rem;
}

.driver-popover-close-btn .popup-close-icon {
  display: block;
}

.driver-popover-close-btn:hover {
  /* color: var(--imap-blue);
  background-color: #fff; */
}

.driver-popover-title[style*=block]+.driver-popover-description {
  margin-top: 1.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.driver-popover-description {
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 400;
  zoom: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.big-popover .driver-popover-description {
  font-size: 1.25rem;
  text-align: center;
}


.driver-popover-footer {
  margin-top: 15px;
  text-align: right;
  zoom: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.driver-popover-progress-text {
  font-size: .8125rem;
  font-weight: 400;
  color: #a2a2a2;
  zoom: 1
}

.driver-popover-small-text {
  font-style: italic;
  font-size: .9375rem;
  font-weight: 400;
}

.driver-popover-footer button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.375rem 1.5rem;
  text-decoration: none;
  text-shadow: none;
  background-color: var(--imap-blue);
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1px;
  cursor: pointer;
  outline: 0;
  zoom: 1;
  line-height: 1.3;
  border: .125rem solid var(--imap-blue);
  border-radius: var(--border-radius);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 1200px) {
  .driver-popover-footer button {
    padding: 0.375rem 1.5rem;
  }
}

.driver-popover-footer .driver-popover-btn-disabled {
  opacity: .5;
  pointer-events: none
}

:not(body):has(> .driver-active-element) {
  overflow: hidden !important
}
#interactive-map-wrapper.browser-chrome .scenewrapper.current-scene div:has(> .driver-active-element) {
  overflow: unset !important;
}

.driver-popover-footer button:hover {
  background-color: #fff;
  color: var(--imap-blue);
}

.driver-popover-footer button.driver-popover-prev-btn:not(.driver-popover-btn-disabled) {
  background-color: #fff;
  color: var(--imap-blue);
}
.driver-popover-footer button.driver-popover-prev-btn:not(.driver-popover-btn-disabled):hover {
  background-color: var(--imap-blue);
  color: #fff;
}


.driver-popover-navigation-btns {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end
}

.big-popover .driver-popover-navigation-btns {
  justify-content: center;
}


.driver-popover-navigation-btns button+button {
  margin-left: .75rem;
}

.driver-popover-arrow {
  content: "";
  position: absolute;
  border: 5px solid #fff
}

.driver-popover-arrow-side-over {
  display: none
}

.driver-popover-arrow-side-left {
  left: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent
}

.driver-popover-arrow-side-right {
  right: 100%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent
}

.driver-popover-arrow-side-top {
  top: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent
}

.driver-popover-arrow-side-bottom {
  bottom: 100%;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent
}

.driver-popover-arrow-side-center {
  display: none
}

.driver-popover-arrow-side-left.driver-popover-arrow-align-start,
.driver-popover-arrow-side-right.driver-popover-arrow-align-start {
  top: 15px
}

.driver-popover-arrow-side-top.driver-popover-arrow-align-start,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start {
  left: 15px
}

.driver-popover-arrow-align-end.driver-popover-arrow-side-left,
.driver-popover-arrow-align-end.driver-popover-arrow-side-right {
  bottom: 15px
}

.driver-popover-arrow-side-top.driver-popover-arrow-align-end,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
  right: 15px
}

.driver-popover-arrow-side-left.driver-popover-arrow-align-center,
.driver-popover-arrow-side-right.driver-popover-arrow-align-center {
  top: 50%;
  margin-top: -5px
}

.driver-popover-arrow-side-top.driver-popover-arrow-align-center,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center {
  left: 50%;
  margin-left: -5px
}

.driver-popover-arrow-none {
  display: none
}


@media (min-width: 700px) {
  .driver-popover-title {
    padding: .625rem .9375rem .625rem 1.875rem;
  }
  .driver-popover-title[style*="block"] + .driver-popover-description {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .driver-popover-close-btn {
    padding: 0;
  }
  .driver-popover-footer {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}


@media (min-width: 1400px) {
  .popover-title-inner-wrapper span {
    font-size: 1.125rem;
  }
  .driver-popover-close-btn .popup-close-icon {
    width: 1.625rem;
  }
}

.driver-popover #drag-gesture {
  padding: 2rem 0;
  width: 12.5rem;
}

.driver-popover.showing #drag-gesture {
  animation: myAnim 4s ease-in-out 0s 1 normal forwards;
}

@media (min-width: 700px) {

  .driver-popover #drag-gesture {
    padding: 1rem 2rem;
    width: auto;
  }

}




.driver-popover #mouse {
  margin: 1rem 2rem;
}

.driver-popover #mouse path {
  fill: #e2e3e5;
  stroke-width: .5rem;
  stroke: rgb(108, 117, 125);
}
.driver-popover #mouse path#lmc {
  fill:#3399ff;
}
.driver-popover.showing #mouse {

  animation: myAnim 4s ease-in-out 0s 1 normal forwards;
}

/* @keyframes change-color {
0%{ fill:#e2e3e5; }
100%{ fill:#3399ff; }
} */

@keyframes myAnim {
	0% {
		transform: translateX(0);
	}

  33% {
		transform: translateX(-1.25rem);
	}

	66% {
		transform: translateX(1.25rem);
	}

  100% {
		transform: translateX(0);
	}
}

.driver-popover-description-flex {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.driver-popover-description-col {
  order: 0;
  flex: 0 1 100%;
  align-self: auto;
}

@media(min-width: 700px) {
  .driver-popover-description-col {
    flex: 0 1 50%;
  }
}

.driver-popover-description-col-first {
  align-self: center;
}
.driver-popover-description-col-second {
  text-align: center;
}
/*# sourceMappingURL=driver-js.css.map */
/* Variables */
:root {
  --imap-blue: #3399ff;
  --imap-red: #FF0000;
  --imap-green: #2b9b45;
  --imap-yellow: #efd358;
  --imap-orange: #e67e22;
  --font-medium: 500;
  --border-radius: 1rem;
}

html.touch,
body.touch {
  overscroll-behavior: none;
}

.hide-for-video.show {
  opacity: 1;
}

#skip-to-panning-link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
  background: #3399ff;
  height: 1.875rem;
  padding: 0.5rem;
  transition: transform 0.3s;
  color: #fff;
}
#skip-to-panning-link:focus {
  transform: translateY(0%);
}

#pano:focus-visible {
  outline: 0;
}

#titleBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}
#titleBar h1 {
  display: inline-block;
}

/* Button */
.imap-btn {
  background-color: var(--imap-blue);
  border-radius: var(--border-radius);
  border: 0.125rem solid var(--imap-blue);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.3;
  outline: 0;
  padding: 0.375rem 0.875rem;
  text-decoration: none;
  text-shadow: none;
  zoom: 1;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.desktop-text {
  display: none !important;
}

@media (min-width: 1200px) {
  .mobile-text {
    display: none !important;
  }
  .desktop-text {
    display: block !important;
  }
}
.info-hotspot-text .imap-btn,
.modal-text-content .imap-btn {
  color: #fff !important;
}
.info-hotspot-text .imap-btn:hover,
.modal-text-content .imap-btn:hover {
  background-color: #fff;
  color: var(--imap-blue) !important;
}
.info-hotspot-text .imap-btn.imap-color-red,
.modal-text-content .imap-btn.imap-color-red {
  background-color: var(--imap-red);
  border-color: var(--imap-red);
}
.info-hotspot-text .imap-btn.imap-color-red:hover, .info-hotspot-text .imap-btn.imap-color-red:active,
.modal-text-content .imap-btn.imap-color-red:hover,
.modal-text-content .imap-btn.imap-color-red:active {
  color: var(--imap-red) !important;
  background-color: #fff;
}
.info-hotspot-text .imap-btn.imap-color-green,
.modal-text-content .imap-btn.imap-color-green {
  background-color: var(--imap-green);
  border-color: var(--imap-green);
}
.info-hotspot-text .imap-btn.imap-color-green:hover, .info-hotspot-text .imap-btn.imap-color-green:active,
.modal-text-content .imap-btn.imap-color-green:hover,
.modal-text-content .imap-btn.imap-color-green:active {
  color: var(--imap-green) !important;
  background-color: #fff;
}
.info-hotspot-text .imap-btn.imap-color-blue,
.modal-text-content .imap-btn.imap-color-blue {
  background-color: var(--imap-blue);
  border-color: var(--imap-blue);
}
.info-hotspot-text .imap-btn.imap-color-blue:hover, .info-hotspot-text .imap-btn.imap-color-blue:active,
.modal-text-content .imap-btn.imap-color-blue:hover,
.modal-text-content .imap-btn.imap-color-blue:active {
  color: var(--imap-blue) !important;
  background-color: #fff;
}
.info-hotspot-text .imap-btn.imap-color-orange,
.modal-text-content .imap-btn.imap-color-orange {
  background-color: var(--imap-orange);
  border-color: var(--imap-orange);
}
.info-hotspot-text .imap-btn.imap-color-orange:hover, .info-hotspot-text .imap-btn.imap-color-orange:active,
.modal-text-content .imap-btn.imap-color-orange:hover,
.modal-text-content .imap-btn.imap-color-orange:active {
  color: var(--imap-orange) !important;
  background-color: #fff;
}

.info-hotspot-text .imap-btn.imap-outline-color-blue,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-blue {
  background-color: #fff;
  border-color: var(--imap-blue);
  color: var(--imap-blue) !important;
}
.info-hotspot-text .imap-btn.imap-outline-color-blue:hover, .info-hotspot-text .imap-btn.imap-outline-color-blue:active,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-blue:hover,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-blue:active {
  color: #fff !important;
  background-color: var(--imap-blue) !important;
}

.info-hotspot-text .imap-btn.imap-outline-color-yellow,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-yellow {
  border-color: var(--imap-yellow);
  color: var(--imap-yellow) !important;
  background-color: #fff;
}
.info-hotspot-text .imap-btn.imap-outline-color-yellow:hover, .info-hotspot-text .imap-btn.imap-outline-color-yellow:active,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-yellow:hover,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-yellow:active {
  color: #fff !important;
  background-color: var(--imap-yellow) !important;
  border-color: var(--imap-yellow) !important;
}

.info-hotspot-text .imap-btn.imap-outline-color-orange,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-orange {
  border-color: var(--imap-orange) !important;
  color: var(--imap-orange) !important;
  background-color: #fff;
}
.info-hotspot-text .imap-btn.imap-outline-color-orange:hover, .info-hotspot-text .imap-btn.imap-outline-color-orange:active,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-orange:hover,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-orange:active {
  background-color: var(--imap-orange);
  border-color: var(--imap-orange);
  color: #fff !important;
}

.info-hotspot-text .imap-btn.imap-outline-color-red,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-red {
  border-color: var(--imap-red) !important;
  color: var(--imap-red) !important;
  background-color: #fff;
}
.info-hotspot-text .imap-btn.imap-outline-color-red:hover, .info-hotspot-text .imap-btn.imap-outline-color-red:active,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-red:hover,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-red:active {
  background-color: var(--imap-red) !important;
  border-color: var(--imap-red) !important;
  color: #fff !important;
}

.info-hotspot-text .imap-btn.imap-outline-color-green,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-green {
  color: var(--imap-green) !important;
  border-color: var(--imap-green) !important;
  background-color: #fff;
}
.info-hotspot-text .imap-btn.imap-outline-color-green:hover, .info-hotspot-text .imap-btn.imap-outline-color-green:active,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-green:hover,
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-outline-color-green:active {
  color: #fff !important;
  background-color: var(--imap-green) !important;;
  border-color: var(--imap-green) !important;;
}

/* Video Button Icon */
.vidIconSvg {
  vertical-align: middle;
  width: 1.0625rem;
  height: auto;
  margin-bottom: .25rem;
  margin-right: .125rem;
}
.vidIconSvg path {
  transition: fill 0.15s ease-in-out;

}
.vidIconSvg.imap-outline-color-blue path {
  fill: var(--imap-blue) !important;
}
.vidIconSvg.imap-outline-color-orange path {
  fill: var(--imap-orange) !important;
}
.vidIconSvg.imap-outline-color-yellow path {
  fill: var(--imap-yellow) !important;
}
.vidIconSvg.imap-outline-color-green path {
  fill: var(--imap-green) !important;
}
.vidIconSvg.imap-outline-color-red path {
  fill: var(--imap-red) !important;
}
.imap-btn:hover .vidIconSvg path,
.imap-btn:active .vidIconSvg path {
  fill: #fff !important;
}


/* Inherit Styles */
.parsec-imap {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: CircularStd, "Helvetica Neue", Arial;
  font-size: 16px;
  background-color: #fff;
  color: #fff;
  /* Info Hotspot START */
  /* Info Hotspot END */
  /* Link Hotspot Start */
  /* Link Hotspot END */
  /* Info Hotspot Modal */
  /* Info Hotspot Modal END */
  /* View Control Buttons */
}
.parsec-imap * {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scrollbar-width: thin;
  scrollbar-color: #3399ff #ffffff;
}
.parsec-imap *::-webkit-scrollbar {
  width: 16px;
}
.parsec-imap *::-webkit-scrollbar-track {
  background: #ffffff;
}
.parsec-imap * ::-webkit-scrollbar-thumb {
  background-color: #3399ff;
  border-radius: 10px;
  border: 5px solid #ffffff;
}
.parsec-imap a, .parsec-imap a:hover, .parsec-imap a:hover, .parsec-imap a:visited {
  text-decoration: none;
  color: inherit;
}
.parsec-imap #pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.parsec-imap .info-hotspot {
  line-height: 1.2em;
  z-index: 2;
}
.parsec-imap .info-hotspot.visible {
  z-index: 3;
}
.parsec-imap .info-hotspot .info-hotspot-header {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: #3399ff;
  cursor: pointer;
  transition: width 0.3s ease-out 0.3s, border-radius 0.3s ease-out 0.5s;
}
.parsec-imap .info-hotspot .info-hotspot-header .info-hotspot-icon path.fa-primary {
  fill: #fff;
}
.parsec-imap .info-hotspot .info-hotspot-header .info-hotspot-icon path.fa-secondary {
  fill: var(--imap-blue);
}
.parsec-imap .info-hotspot .info-hotspot-header.imap-color-red {
  background-color: var(--imap-red);
}
.parsec-imap .info-hotspot .info-hotspot-header.imap-color-red .info-hotspot-icon path.fa-secondary {
  fill: var(--imap-red);
}
.parsec-imap .info-hotspot .info-hotspot-header.imap-color-green {
  background-color: var(--imap-green);
}
.parsec-imap .info-hotspot .info-hotspot-header.imap-color-green .info-hotspot-icon path.fa-secondary {
  fill: var(--imap-green);
}
.parsec-imap .info-hotspot .info-hotspot-header.imap-color-yellow {
  background-color: var(--imap-yellow);
}
.parsec-imap .info-hotspot .info-hotspot-header.imap-color-yellow .info-hotspot-icon path.fa-secondary {
  fill: var(--imap-yellow);
}
.parsec-imap .info-hotspot .info-hotspot-header.imap-color-orange {
  background-color: var(--imap-orange);
}
.parsec-imap .info-hotspot .info-hotspot-header.imap-color-orange .info-hotspot-icon path.fa-secondary {
  fill: var(--imap-orange);
}
.parsec-imap.no-touch .info-hotspot {
  outline: none;
}
.parsec-imap.no-touch .info-hotspot .info-hotspot-header {
  box-shadow: none;
}
.parsec-imap.no-touch .info-hotspot .info-hotspot-header:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(var(--imap-blue), 0.5);
}
.parsec-imap.no-touch .info-hotspot.visible .info-hotspot-header:focus-visible {
  box-shadow: none;
}
.parsec-imap.desktop .info-hotspot.visible .info-hotspot-header {
  width: 100%;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  transition: width 0.3s ease-in, border-radius 0.3s ease-in;
}
.parsec-imap .info-hotspot .info-hotspot-icon-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.parsec-imap .info-hotspot:not(.visible) .info-hotspot-header.imap-color-blue .info-hotspot-icon-wrapper {
  animation: animate-pulse 3s linear infinite;
}
.parsec-imap .info-hotspot:not(.visible) .info-hotspot-header.imap-color-red .info-hotspot-icon-wrapper {
  animation: animate-pulse-red 3s linear infinite;
}
.parsec-imap .info-hotspot:not(.visible) .info-hotspot-header.imap-color-green .info-hotspot-icon-wrapper {
  animation: animate-pulse-green 3s linear infinite;
}
.parsec-imap .info-hotspot:not(.visible) .info-hotspot-header.imap-color-yellow .info-hotspot-icon-wrapper {
  animation: animate-pulse-yellow 3s linear infinite;
}
.parsec-imap .info-hotspot:not(.visible) .info-hotspot-header.imap-color-orange .info-hotspot-icon-wrapper {
  animation: animate-pulse-orange 3s linear infinite;
}
.parsec-imap .info-hotspot.driver-active-element .info-hotspot-header .info-hotspot-icon-wrapper {
  animation: none !important;
}
.parsec-imap .info-hotspot .info-hotspot-icon {
  width: 2.5rem;
  height: auto;
  margin: auto;
}
.parsec-imap .info-hotspot .info-hotspot-title {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.1px;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .parsec-imap .info-hotspot .info-hotspot-title {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1400px) {
  .parsec-imap .info-hotspot .info-hotspot-title {
    font-size: 1.125rem;
  }
}
.parsec-imap .info-hotspot .info-hotspot-title-wrapper {
  position: absolute;
  left: 2.5rem;
  top: 0;
  width: 0;
  opacity: 0;
  height: 2.5rem;
  padding: 0;
  overflow: hidden;
  transition: width 0s ease-out 0.4s, opacity 0s ease-out 0.3s, padding 0s 0.4s;
  display: flex;
  align-items: center;
  z-index: -1;
  pointer-events: none;
}
.parsec-imap .info-hotspot .info-hotspot-title-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
}
.parsec-imap .info-hotspot .info-hotspot-title-wrapper .info-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}
.parsec-imap .info-hotspot .info-hotspot-text {
  position: absolute;
  min-width: 20.75rem;
  width: 100%;
  height: auto;
  max-height: 20.75rem;
  top: 2.5rem;
  left: 0;
  padding: 1rem 1.875rem 1.125rem 1.875rem;
  background-color: #fff;
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  overflow-y: auto;
  visibility: hidden;
  /* rotate(90deg) causes transition flicker on Firefox 58 */
  transform: perspective(12.5rem) rotateX(-89.999deg);
  transform-origin: 50% 0 0;
  transition: transform 0.3s, visibility 0s 0.3s;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.075);
}
@media (min-width: 1200px) {
  .parsec-imap .info-hotspot .info-hotspot-text {
    font-size: 1rem;
    padding: 1.125rem 1.5rem;
  }
}
@media (min-width: 1400px) {
  .parsec-imap .info-hotspot .info-hotspot-text {
    font-size: 1.0625rem;
    padding: 1.125rem 1.875rem;
  }
}
.parsec-imap .info-hotspot .info-hotspot-text .tooltip-info-box-cta {
  display: block;
  margin-top: 0.625rem;
  text-align: right;
}
.parsec-imap .info-hotspot .info-hotspot-text .tooltip-info-box-cta.cta-has-vid {
  display: flex;
  justify-content: space-between;
}

.parsec-imap .info-hotspot .info-hotspot-text .last-scene-btn-hide {
  display: none;
}
.parsec-imap .info-hotspot .info-hotspot-close-wrapper {
  display: none;
}
.parsec-imap.driver-active .info-hotspot:not(.visible) .info-hotspot-icon-wrapper {
  animation: none;
}
.parsec-imap.mobile .info-hotspot .info-hotspot-header {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}
.parsec-imap.mobile .info-hotspot .info-hotspot-header .info-hotspot-icon-wrapper {
  width: 3.125rem;
  height: 3.125rem;
}
.parsec-imap.mobile .info-hotspot .info-hotspot-header .info-hotspot-icon {
  width: 100%;
  height: auto;
  margin: auto;
}
.parsec-imap.desktop .info-hotspot.visible .info-hotspot-title-wrapper {
  width: 100%;
  opacity: 1;
  padding: 0 0.3125rem;
  z-index: 1;
}
.parsec-imap.desktop .info-hotspot.visible .info-hotspot-close-wrapper {
  visibility: visible;
  transform: perspective(12.5rem) rotateY(0deg);
  transition: transform 0.3s, visibility 0s 0s;
}
.parsec-imap.desktop .info-hotspot.visible .info-hotspot-text {
  visibility: visible;
  transform: perspective(12.5rem) rotateX(0deg);
  transition: transform 0.3s 0.3s, visibility 0s 0s;
}
.parsec-imap .link-hotspot {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -2.5rem;
  margin-top: -2.5rem;
  opacity: 1;
  z-index: 2;
}
.parsec-imap .link-hotspot .link-hotspot-icon {
  width: 2.5rem;
  height: auto;
  cursor: pointer;
  border-radius: 50%;
}
.parsec-imap .link-hotspot .link-hotspot-tooltip {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  left: 100%;
  margin-left: 0.25rem;
  max-width: 300px;
  opacity: 0;
  overflow: hidden;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0.3125rem;
  transform: translateX(-8px);
  transition: transform 0.3s, opacity 0.3s;
  white-space: nowrap;
}
.parsec-imap .link-hotspot .link-hotspot-tooltip.imap-color-red {
  background-color: var(--imap-red);
}
.parsec-imap .link-hotspot .link-hotspot-tooltip.imap-color-blue {
  background-color: var(--imap-blue);
}
.parsec-imap .link-hotspot .link-hotspot-tooltip.imap-color-green {
  background-color: var(--imap-green);
}
.parsec-imap .link-hotspot .link-hotspot-tooltip.imap-color-yellow {
  background-color: var(--imap-yellow);
}
.parsec-imap .link-hotspot .link-hotspot-tooltip.imap-color-orange {
  background-color: var(--imap-orange);
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper .link-hotspot-icon {
  animation: animate-pulse 3s linear infinite;
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-blue .link-hotspot-icon {
  animation: animate-pulse 3s linear infinite;
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-red .link-hotspot-icon {
  animation: animate-pulse-red 3s linear infinite;
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-green .link-hotspot-icon {
  animation: animate-pulse-green 3s linear infinite;
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-yellow .link-hotspot-icon {
  animation: animate-pulse-yellow 3s linear infinite;
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-orange .link-hotspot-icon {
  animation: animate-pulse-orange 3s linear infinite;
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-blue .link-hotspot-icon path.fa-secondary {
  fill: var(--imap-blue);
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-red .link-hotspot-icon path.fa-secondary {
  fill: var(--imap-red);
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-green .link-hotspot-icon path.fa-secondary {
  fill: var(--imap-green);
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-yellow .link-hotspot-icon path.fa-secondary {
  fill: var(--imap-yellow);
}
.parsec-imap .link-hotspot .link-hotspot-icon-wrapper.imap-color-orange .link-hotspot-icon path.fa-secondary {
  fill: var(--imap-orange);
}
.parsec-imap.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0);
}
.parsec-imap.desktop .info-hotspot-modal {
  display: none;
}
.parsec-imap .info-hotspot-modal {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 11000 !important;
  line-height: 1.2em;
  visibility: hidden;
}
.parsec-imap .info-hotspot-modal:before {
  content: "";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out 0.7s, visibility 0.2s;
}
.parsec-imap .info-hotspot-modal .info-hotspot-header {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.parsec-imap .info-hotspot-modal .info-hotspot-modal-inner .info-hotspot-header {
  background-color: var(--imap-blue);
}
.parsec-imap .info-hotspot-modal .info-hotspot-modal-inner.imap-color-red .info-hotspot-header {
  background-color: var(--imap-red);
}
.parsec-imap .info-hotspot-modal .info-hotspot-modal-inner.imap-color-green .info-hotspot-header {
  background-color: var(--imap-green);
}
.parsec-imap .info-hotspot-modal .info-hotspot-modal-inner.imap-color-yellow .info-hotspot-header {
  background-color: var(--imap-yellow);
}
.parsec-imap .info-hotspot-modal .info-hotspot-modal-inner.imap-color-orange .info-hotspot-header {
  background-color: var(--imap-orange);
}
.parsec-imap .info-hotspot-modal.visible:before {
  content: "";
  opacity: 1;
  visibility: visible;
  z-index: 11001;
}
.parsec-imap.wistia_popover_mode .info-hotspot-modal.visible {
  z-index: 9999 !important;
}

.parsec-imap.wistia_popover_mode .info-hotspot-modal.visible:before {
  background-color: rgba(0,0,0,1) !important;
}
.parsec-imap.wistia_popover_mode .info-hotspot-modal.visible .info-hotspot-modal-inner {
  z-index: 9999 !important;
}

.parsec-imap .info-hotspot-modal .info-hotspot-icon-wrapper {
  width: 3.125rem;
  height: 3.125rem;
}
.parsec-imap .info-hotspot-modal .info-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.parsec-imap .info-hotspot-modal .info-hotspot-modal-inner {
  position: fixed;
  bottom: 0;
  z-index: 11002;
  width: 100%;
  transform: translate(0, 100%);
  transition: all 1s ease-in-out;
}
.parsec-imap .info-hotspot-modal.visible .info-hotspot-modal-inner {
  transform: translate(0, 0);
  visibility: visible;
}
.parsec-imap .info-hotspot-modal .info-hotspot-title-wrapper {
  width: auto;
  min-height: unset;
  height: 100%;
  padding: 0 0.625rem 0 1.5rem;
  flex: 1 1 auto;
}
.parsec-imap .info-hotspot-modal .info-hotspot-title-wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.parsec-imap .info-hotspot-modal .info-hotspot-title {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.1px;
  font-weight: 600;
  width: calc(100% - 3.125rem);
}
.parsec-imap .info-hotspot-modal .info-hotspot-close-wrapper {
  width: 3.125rem;
  height: auto;
  cursor: pointer;
  background: transparent;
  flex: 0 1 3.125rem;
  align-self: center;
}
.parsec-imap .info-hotspot-modal .info-hotspot-content {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  opacity: 0;
  max-height: 37.5rem;
  height: 100%;
}
@media (max-height: 700px) {
  .parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row {
    max-height: 28.125rem;
  }
}
.parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row > * {
  width: 100%;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: 0;
}
.parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row .ih-col {
  flex: 1 0 0%;
}
.parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row .ih-order-1 {
  order: 1;
}
.parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row .ih-order-2 {
  order: 2;
}
@media (min-width: 768px) {
  .parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row .ih-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row .ih-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row .ih-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row .ih-order-md-1 {
    order: 1;
  }
  .parsec-imap .info-hotspot-modal .info-hotspot-content .info-hotspot-content-row .ih-order-md-2 {
    order: 2;
  }
}
.parsec-imap .info-hotspot-modal .info-hotspot-close-icon {
  display: flex;
  width: 70%;
  height: auto;
  margin: auto;
}
.parsec-imap .info-hotspot-modal .info-hotspot-content-col {
  align-self: center;
}
.parsec-imap .info-hotspot-modal .modal-text-wrapper {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .parsec-imap .info-hotspot-modal .modal-text-wrapper {
    font-size: 1.375rem;
  }
}
.parsec-imap .info-hotspot-modal .modal-text-footer {
  margin-top: 1rem;
  text-align: right;
}
.parsec-imap .info-hotspot-modal .modal-text-footer.cta-has-vid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn {
  color: #fff;
  padding: 0.375rem 1.5rem;
  background-color: var(--imap-blue);
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn:hover, .parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn:active {
  color: var(--imap-blue);
  background-color: #fff;
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-red {
  background-color: var(--imap-red);
  border-color: var(--imap-red);
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-red:hover, .parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-red:active {
  color: var(--imap-red);
  background-color: #fff;
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-green {
  background-color: var(--imap-green);
  border-color: var(--imap-green);
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-green:hover, .parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-green:active {
  color: var(--imap-green);
  background-color: #fff;
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-blue {
  background-color: var(--imap-blue);
  border-color: var(--imap-blue);
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-blue:hover, .parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-blue:active {
  color: var(--imap-blue);
  background-color: #fff;
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-yellow {
  background-color: var(--imap-yellow);
  border-color: var(--imap-yellow);
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-yellow:hover, .parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-yellow:active {
  color: var(--imap-yellow);
  background-color: #fff;
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-orange {
  background-color: var(--imap-orange);
  border-color: var(--imap-orange);
}
.parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-orange:hover, .parsec-imap .info-hotspot-modal .modal-text-footer .imap-btn.imap-color-orange:active {
  color: var(--imap-orange);
  background-color: #fff;
}
.parsec-imap .info-hotspot-modal .modal-tablet-device-wrapper {
  padding: 1rem 0 0 0;
}
@media (min-width: 768px) {
  .parsec-imap .info-hotspot-modal .modal-tablet-device-wrapper {
    padding: 0.5rem;
  }
}
.parsec-imap .info-hotspot-modal .modal-tablet-device-wrapper.tablet-portrait {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .parsec-imap .info-hotspot-modal .modal-tablet-device-wrapper.tablet-portrait {
    max-width: 25rem;
  }
}
.parsec-imap .info-hotspot-modal .modal-tablet-device-wrapper.tablet-portrait img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .parsec-imap .info-hotspot-modal .modal-tablet-device-wrapper.tablet-landscape {
    max-width: 34.375rem;
  }
}
.parsec-imap .info-hotspot-modal .modal-tablet-device-wrapper.tablet-landscape img {
  max-width: 100%;
}
.parsec-imap .info-hotspot-modal.visible .info-hotspot-content-row {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.4s;
}
.parsec-imap .next-scene-modal.last-scene-btn {
  display: none !important;
}
.parsec-imap .zoom-controls {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.parsec-imap .zoom-controls .viewControlButton-5, .parsec-imap .zoom-controls.viewControlButton-6 {
  background-color: #3399ff;
  border-radius: 0.5rem;
  padding: 0.375rem;
}
.parsec-imap .zoom-controls .viewControlButton-5 .icon, .parsec-imap .zoom-controls.viewControlButton-6 .icon {
  width: 1.5rem;
  height: auto;
}
.parsec-imap .zoom-controls .viewControlButton-5 {
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .parsec-imap .zoom-controls {
    display: none;
  }
}
.parsec-imap #help {
  position: absolute;
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  top: 0;
  right: 50%;
  margin-right: -1.3125rem;
  z-index: 4;
}
@media (min-width: 1200px) {
  .parsec-imap #help {
    top: auto;
    bottom: 9.5rem;
    right: 5.03125rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .parsec-imap #help {
    width: 2rem;
    height: 2rem;
    right: 5.71875rem;
    bottom: 10.5rem;
  }
}
@media (min-width: 1700px) {
  .parsec-imap #help {
    bottom: 11.5rem;
    right: 6rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.parsec-imap #help .icon {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
}
.parsec-imap.driver-active #help {
  opacity: 0;
}
.parsec-imap .directionals {
  display: none;
}
@media (min-width: 1200px) {
  .parsec-imap .directionals {
    position: absolute;
    display: block;
    bottom: 1.125rem;
    right: 1.5rem;
    height: 6.5rem;
    width: 6.5rem;
  }
}
@media (min-width: 1400px) {
  .parsec-imap .directionals {
    bottom: 2rem;
    right: 2rem;
    height: 7rem;
    width: 7rem;
  }
}
@media (min-width: 1700px) {
  .parsec-imap .directionals {
    height: 8rem;
    width: 8rem;
  }
}
.parsec-imap .directionals .viewControlButton {
  display: inline-block;
  position: absolute;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  width: 1.875rem;
  height: 1.875rem;
}
@media (min-width: 1400px) {
  .parsec-imap .directionals .viewControlButton {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1700px) {
  .parsec-imap .directionals .viewControlButton {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.parsec-imap .directionals .viewControlButton .icon {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
}
.parsec-imap .directionals .viewControlButton.viewControlButton-1, .parsec-imap .directionals .viewControlButton.viewControlButton-2 {
  transform: translateX(-50%);
  left: 50%;
}
.parsec-imap .directionals .viewControlButton.viewControlButton-1 {
  top: 0;
}
.parsec-imap .directionals .viewControlButton.viewControlButton-2 {
  bottom: 0;
}
.parsec-imap .directionals .viewControlButton.viewControlButton-3, .parsec-imap .directionals .viewControlButton.viewControlButton-4 {
  transform: translateY(-50%);
  top: 50%;
}
.parsec-imap .directionals .viewControlButton.viewControlButton-3 {
  left: 0;
}
.parsec-imap .directionals .viewControlButton.viewControlButton-4 {
  right: 0;
}
.parsec-imap .directionals.driver-active-element .viewControlButton {
  pointer-events: none !important;
}
.parsec-imap .viewControlButton {
  display: block;
}

/* END Inherit Styles */
#scenenav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  #scenenav {
    width: 7rem;
    right: 1.5rem;
    top: 1.125rem;
    left: auto;
  }
}
@media (min-width: 1400px) {
  #scenenav {
    right: 2rem;
    top: 2rem;
  }
}
@media (min-width: 1700px) {
  #scenenav {
    width: 8rem;
  }
}

.scene-direction {
  display: block;
  background-color: transparent;
  text-align: center;
  width: 2.625rem;
  z-index: 3;
  border-radius: 0;
}
.scene-direction img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.scene-direction .tooltip {
  display: none !important;
}

#prev, #next {
  transition: opacity 0.3s ease-in-out;
}

body[current-scene="1"]:not(.driver-active) #prev {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body[current-scene="16"]:not(.driver-active) #next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

:root {
  --pulse-shadow-val-one: 1.5625rem;
  --pulse-shadow-val-two: 0.9375rem;
}
@media (min-width: 1200px) {
  :root {
    --pulse-shadow-val-one: 2.8125rem;
    --pulse-shadow-val-two: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  :root {
    --pulse-shadow-val-one: 3.125rem;
    --pulse-shadow-val-two: 1.875rem;
  }
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 153, 255, 0.7), 0 0 0 0 rgba(51, 153, 255, 0.7);
  }
  40% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(51, 153, 255, 0), 0 0 0 0 rgba(51, 153, 255, 0.7);
  }
  80% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(51, 153, 255, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(51, 153, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(51, 153, 255, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(51, 153, 255, 0);
  }
}
@keyframes animate-pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7), 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  40% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(255, 0, 0, 0), 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  80% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(255, 0, 0, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(255, 0, 0, 0);
  }
}
@keyframes animate-pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(43, 155, 69, 0.7), 0 0 0 0 rgba(43, 155, 69, 0.7);
  }
  40% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(43, 155, 69, 0), 0 0 0 0 rgba(43, 155, 69, 0.7);
  }
  80% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(43, 155, 69, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(43, 155, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(43, 155, 69, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(43, 155, 69, 0);
  }
}
@keyframes animate-pulse-yellow {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 211, 88, 0.7), 0 0 0 0 rgba(239, 211, 88, 0.7);
  }
  40% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(239, 211, 88, 0), 0 0 0 0 rgba(239, 211, 88, 0.7);
  }
  80% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(239, 211, 88, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(239, 211, 88, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 211, 88, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(239, 211, 88, 0);
  }
}
@keyframes animate-pulse-orange {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 126, 34, 0.7), 0 0 0 0 rgba(230, 126, 34, 0.7);
  }
  40% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(230, 126, 34, 0), 0 0 0 0 rgba(230, 126, 34, 0.7);
  }
  80% {
    box-shadow: 0 0 0 var(--pulse-shadow-val-one) rgba(230, 126, 34, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(230, 126, 34, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(230, 126, 34, 0), 0 0 0 var(--pulse-shadow-val-two) rgba(230, 126, 34, 0);
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Tablet Display Area */
.tablet-device-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .tablet-device-wrapper {
    display: block;
    bottom: -2rem;
    left: 0.625rem;
    position: absolute;
    transition: all 1s ease-in-out;
    transform: translate(0, 100%);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
  }
  #interactive-map-wrapper.browser-firefox .tablet-device-wrapper {
    transition: all 0.6s ease-in-out;
  }
}
@media (min-width: 1400px) {
  .tablet-device-wrapper {
    bottom: -3rem;
    left: 1.875rem;
  }
}
.tablet-device-wrapper.reveal {
  transform: translate(0, 0);
}
@media (min-width: 1200px) {
  .tablet-device-wrapper.tablet-portrait {
    width: 22.596875rem;
  }
}
@media (min-width: 1400px) {
  .tablet-device-wrapper.tablet-portrait {
    width: 29.053125rem;
  }
}
@media (min-width: 1850px) {
  .tablet-device-wrapper.tablet-portrait {
    width: 29.053125rem;
  }
}
@media (min-width: 1921px) {
  .tablet-device-wrapper.tablet-portrait {
    width: 38.7375rem;
  }
}
@media (min-width: 1200px) {
  .tablet-device-wrapper.tablet-landscape {
    width: 31.653125rem;
  }
}
@media (min-width: 1400px) {
  .tablet-device-wrapper.tablet-landscape {
    width: 40.696875rem;
  }
}
@media (min-width: 1850px) {
  .tablet-device-wrapper.tablet-landscape {
    width: 45.21875rem;
  }
}
@media (min-width: 1921px) {
  .tablet-device-wrapper.tablet-landscape {
    width: 54.2625rem;
  }
}

.scenewrapper {
  height: 100% !important;
  width: 100% !important;
}

.kb-table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #000;
  border-collapse: collapse;
  width: 100%;
}
.kb-table * {
  font-family: CircularStd, "Helvetica Neue", Arial;
}
.kb-table .tbl-align-middle {
  vertical-align: middle;
}
.kb-table > thead {
  vertical-align: bottom;
}
.kb-table th {
  text-align: left;
  font-weight: bold;
}
.kb-table tbody, .kb-table td, .kb-table tfoot, .kb-table th, .kb-table thead, .kb-table tr {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.kb-table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: #000;
  background-color: #fff;
  border-bottom-width: 1px;
}
.kb-table > tbody > tr:nth-of-type(2n+1) > * {
  background-color: #D2E4FC;
}

/* KBD Styles */
/*! keyboard-css v1.2.4 | (c) 2020  | MIT License | https://github.com/shhdharmen/keyboard-css.git */
.kbc-button {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.4375rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  padding: 0.1rem 0.4rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 0 4px #d9d9d9, 0 5px #d9d9d9, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  display: inline-block;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 400;
  text-align: left;
  transform: translate3d(0, 0, 5px);
  transform-style: preserve-3d;
  transition: all 0.25s cubic-bezier(0.2, 1, 0.2, 1);
}
.kbc-button::after {
  border-radius: 0.5rem;
  border-width: 0.125rem;
  bottom: -9px;
  left: -0.3125rem;
  right: -0.3125rem;
  top: -3px;
  transform: translate3d(0, 0, -3px);
}
.kbc-button::after {
  border-color: #cccccc;
}
.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 0 4px #4da3ff, 0 5px #4da3ff, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
.kbc-button-primary::after {
  border-color: #66b0ff;
}
.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 0 3px #939ba2, 0 4px #939ba2, 0 5px #939ba2, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 0 3px #48d368, 0 4px #48d368, 0 5px #48d368, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
.kbc-button-success::after {
  border-color: #5dd879;
}
.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 0 3px #36cee6, 0 4px #36cee6, 0 5px #36cee6, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
.kbc-button-info::after {
  border-color: #4cd3e9;
}
.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 0 3px #ba8b00, 0 4px #ba8b00, 0 5px #ba8b00, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
.kbc-button-warning::after {
  border-color: #a07800;
}
.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 0 3px #e77681, 0 4px #e77681, 0 5px #e77681, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
.kbc-button-danger::after {
  border-color: #eb8c95;
}
.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 0 3px #cbd3da, 0 4px #cbd3da, 0 5px #cbd3da, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
.kbc-button-light::after {
  border-color: #bdc6d0;
}
.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 0 3px #56606a, 0 4px #56606a, 0 5px #56606a, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
.kbc-button-dark::after {
  border-color: #626d78;
}
.kbc-button-xxs {
  font-size: 0.7rem;
  line-height: 1.5;
  margin-bottom: 0.375rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  padding: 0.1rem 0.3rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
}
.kbc-button-xxs::after {
  border-radius: 0.375rem;
  border-width: 0.0625rem;
  bottom: -6px;
  left: -0.25rem;
  right: -0.25rem;
  top: -2px;
  transform: translate3d(0, 0, -2px);
}
.kbc-button-xxs::after {
  border-color: #cccccc;
}
.kbc-button-xxs.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
.kbc-button-xxs.kbc-button-primary::after {
  border-color: #66b0ff;
}
.kbc-button-xxs.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
.kbc-button-xxs.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
.kbc-button-xxs.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
.kbc-button-xxs.kbc-button-success::after {
  border-color: #5dd879;
}
.kbc-button-xxs.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
.kbc-button-xxs.kbc-button-info::after {
  border-color: #4cd3e9;
}
.kbc-button-xxs.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
.kbc-button-xxs.kbc-button-warning::after {
  border-color: #a07800;
}
.kbc-button-xxs.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
.kbc-button-xxs.kbc-button-danger::after {
  border-color: #eb8c95;
}
.kbc-button-xxs.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
.kbc-button-xxs.kbc-button-light::after {
  border-color: #bdc6d0;
}
.kbc-button-xxs.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
.kbc-button-xxs.kbc-button-dark::after {
  border-color: #626d78;
}
.kbc-button-xs {
  font-size: 0.725rem;
  line-height: 1.5;
  margin-bottom: 0.375rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  padding: 0.175rem 0.5rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
}
.kbc-button-xs::after {
  border-radius: 0.375rem;
  border-width: 0.0625rem;
  bottom: -6px;
  left: -0.25rem;
  right: -0.25rem;
  top: -2px;
  transform: translate3d(0, 0, -2px);
}
.kbc-button-xs::after {
  border-color: #cccccc;
}
.kbc-button-xs.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
.kbc-button-xs.kbc-button-primary::after {
  border-color: #66b0ff;
}
.kbc-button-xs.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
.kbc-button-xs.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
.kbc-button-xs.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
.kbc-button-xs.kbc-button-success::after {
  border-color: #5dd879;
}
.kbc-button-xs.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
.kbc-button-xs.kbc-button-info::after {
  border-color: #4cd3e9;
}
.kbc-button-xs.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
.kbc-button-xs.kbc-button-warning::after {
  border-color: #a07800;
}
.kbc-button-xs.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
.kbc-button-xs.kbc-button-danger::after {
  border-color: #eb8c95;
}
.kbc-button-xs.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
.kbc-button-xs.kbc-button-light::after {
  border-color: #bdc6d0;
}
.kbc-button-xs.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
.kbc-button-xs.kbc-button-dark::after {
  border-color: #626d78;
}
.kbc-button-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.4375rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  padding: 0.25rem 0.5rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
}
.kbc-button-sm::after {
  border-radius: 0.375rem;
  border-width: 0.09375rem;
  bottom: -7px;
  left: -0.25rem;
  right: -0.25rem;
  top: -1px;
  transform: translate3d(0, 0, -3px);
}
.kbc-button-sm::after {
  border-color: #cccccc;
}
.kbc-button-sm.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
.kbc-button-sm.kbc-button-primary::after {
  border-color: #66b0ff;
}
.kbc-button-sm.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 0 3px #939ba2, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
.kbc-button-sm.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
.kbc-button-sm.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 0 3px #48d368, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
.kbc-button-sm.kbc-button-success::after {
  border-color: #5dd879;
}
.kbc-button-sm.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 0 3px #36cee6, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
.kbc-button-sm.kbc-button-info::after {
  border-color: #4cd3e9;
}
.kbc-button-sm.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 0 3px #ba8b00, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
.kbc-button-sm.kbc-button-warning::after {
  border-color: #a07800;
}
.kbc-button-sm.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 0 3px #e77681, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
.kbc-button-sm.kbc-button-danger::after {
  border-color: #eb8c95;
}
.kbc-button-sm.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 0 3px #cbd3da, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
.kbc-button-sm.kbc-button-light::after {
  border-color: #bdc6d0;
}
.kbc-button-sm.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 0 3px #56606a, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
.kbc-button-sm.kbc-button-dark::after {
  border-color: #626d78;
}
.kbc-button-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 0 4px #d9d9d9, 0 5px #d9d9d9, 0 6px #d9d9d9, 0 7px #d9d9d9, 0 8px #d9d9d9, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
}
.kbc-button-lg::after {
  border-radius: 0.5rem;
  border-width: 0.125rem;
  bottom: -13px;
  left: -0.375rem;
  right: -0.375rem;
  top: 3px;
  transform: translate3d(0, 0, -8px);
}
.kbc-button-lg::after {
  border-color: #cccccc;
}
.kbc-button-lg.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 0 4px #4da3ff, 0 5px #4da3ff, 0 6px #4da3ff, 0 7px #4da3ff, 0 8px #4da3ff, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
.kbc-button-lg.kbc-button-primary::after {
  border-color: #66b0ff;
}
.kbc-button-lg.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 0 3px #939ba2, 0 4px #939ba2, 0 5px #939ba2, 0 6px #939ba2, 0 7px #939ba2, 0 8px #939ba2, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
.kbc-button-lg.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
.kbc-button-lg.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 0 3px #48d368, 0 4px #48d368, 0 5px #48d368, 0 6px #48d368, 0 7px #48d368, 0 8px #48d368, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
.kbc-button-lg.kbc-button-success::after {
  border-color: #5dd879;
}
.kbc-button-lg.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 0 3px #36cee6, 0 4px #36cee6, 0 5px #36cee6, 0 6px #36cee6, 0 7px #36cee6, 0 8px #36cee6, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
.kbc-button-lg.kbc-button-info::after {
  border-color: #4cd3e9;
}
.kbc-button-lg.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 0 3px #ba8b00, 0 4px #ba8b00, 0 5px #ba8b00, 0 6px #ba8b00, 0 7px #ba8b00, 0 8px #ba8b00, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
.kbc-button-lg.kbc-button-warning::after {
  border-color: #a07800;
}
.kbc-button-lg.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 0 3px #e77681, 0 4px #e77681, 0 5px #e77681, 0 6px #e77681, 0 7px #e77681, 0 8px #e77681, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
.kbc-button-lg.kbc-button-danger::after {
  border-color: #eb8c95;
}
.kbc-button-lg.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 0 3px #cbd3da, 0 4px #cbd3da, 0 5px #cbd3da, 0 6px #cbd3da, 0 7px #cbd3da, 0 8px #cbd3da, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
.kbc-button-lg.kbc-button-light::after {
  border-color: #bdc6d0;
}
.kbc-button-lg.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 0 3px #56606a, 0 4px #56606a, 0 5px #56606a, 0 6px #56606a, 0 7px #56606a, 0 8px #56606a, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
.kbc-button-lg.kbc-button-dark::after {
  border-color: #626d78;
}
.kbc-button.no-container::after {
  border-color: transparent;
}
.kbc-button::after {
  border-style: solid;
  box-sizing: content-box;
  content: "";
  display: block;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 0.25s cubic-bezier(0.2, 1, 0.2, 1);
}

a.kbc-button {
  text-decoration: none;
}
a.kbc-button:hover, a.kbc-button:focus {
  text-decoration: none;
}

button.kbc-button,
a.kbc-button {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.6875rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  margin-top: 0.375rem;
  padding: 0.375rem 0.75rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 0 4px #d9d9d9, 0 5px #d9d9d9, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
button.kbc-button:hover, button.kbc-button:focus, button.kbc-button.hover, button.kbc-button.focus,
a.kbc-button:hover,
a.kbc-button:focus,
a.kbc-button.hover,
a.kbc-button.focus {
  transform: translate3d(0, 1px, 5px);
}
button.kbc-button:hover::after, button.kbc-button:focus::after, button.kbc-button.hover::after, button.kbc-button.focus::after,
a.kbc-button:hover::after,
a.kbc-button:focus::after,
a.kbc-button.hover::after,
a.kbc-button.focus::after {
  transform: translate3d(0, -1px, -5px);
}
button.kbc-button:active, button.kbc-button.active,
a.kbc-button:active,
a.kbc-button.active {
  border-color: transparent;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}
button.kbc-button:active::after, button.kbc-button.active::after,
a.kbc-button:active::after,
a.kbc-button.active::after {
  transform: translate3d(0, -5px, 0);
}
button.kbc-button::after,
a.kbc-button::after {
  border-radius: 0.5rem;
  border-width: 0.125rem;
  bottom: -10px;
  left: -0.3125rem;
  right: -0.3125rem;
  top: 0px;
  transform: translate3d(0, 0, -5px);
}
button.kbc-button:hover, button.kbc-button:focus, button.kbc-button.hover, button.kbc-button.focus,
a.kbc-button:hover,
a.kbc-button:focus,
a.kbc-button.hover,
a.kbc-button.focus {
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 0 4px #d9d9d9, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
  background-color: #e6e6e6;
  color: #343a40;
}
button.kbc-button:active, button.kbc-button.active,
a.kbc-button:active,
a.kbc-button.active {
  background-color: #e6e6e6;
  box-shadow: 0 0 1px 1px #b3b3b3;
  color: #343a40;
}
button.kbc-button::after,
a.kbc-button::after {
  border-color: #cccccc;
}
button.kbc-button-primary,
a.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 0 4px #4da3ff, 0 5px #4da3ff, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-primary:hover, button.kbc-button-primary:focus, button.kbc-button-primary.hover, button.kbc-button-primary.focus,
a.kbc-button-primary:hover,
a.kbc-button-primary:focus,
a.kbc-button-primary.hover,
a.kbc-button-primary.focus {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 0 4px #4da3ff, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
  background-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-primary:active, button.kbc-button-primary.active,
a.kbc-button-primary:active,
a.kbc-button-primary.active {
  background-color: #3395ff;
  box-shadow: 0 0 1px 1px #99caff;
  color: #f8f9fa;
}
button.kbc-button-primary::after,
a.kbc-button-primary::after {
  border-color: #66b0ff;
}
button.kbc-button-secondary,
a.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 0 3px #939ba2, 0 4px #939ba2, 0 5px #939ba2, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-secondary:hover, button.kbc-button-secondary:focus, button.kbc-button-secondary.hover, button.kbc-button-secondary.focus,
a.kbc-button-secondary:hover,
a.kbc-button-secondary:focus,
a.kbc-button-secondary.hover,
a.kbc-button-secondary.focus {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 0 3px #939ba2, 0 4px #939ba2, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
  background-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-secondary:active, button.kbc-button-secondary.active,
a.kbc-button-secondary:active,
a.kbc-button-secondary.active {
  background-color: #868e96;
  box-shadow: 0 0 1px 1px #bcc1c6;
  color: #f8f9fa;
}
button.kbc-button-secondary::after,
a.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
button.kbc-button-success,
a.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 0 3px #48d368, 0 4px #48d368, 0 5px #48d368, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-success:hover, button.kbc-button-success:focus, button.kbc-button-success.hover, button.kbc-button-success.focus,
a.kbc-button-success:hover,
a.kbc-button-success:focus,
a.kbc-button-success.hover,
a.kbc-button-success.focus {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 0 3px #48d368, 0 4px #48d368, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
  background-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-success:active, button.kbc-button-success.active,
a.kbc-button-success:active,
a.kbc-button-success.active {
  background-color: #34ce57;
  box-shadow: 0 0 1px 1px #86e29b;
  color: #f8f9fa;
}
button.kbc-button-success::after,
a.kbc-button-success::after {
  border-color: #5dd879;
}
button.kbc-button-info,
a.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 0 3px #36cee6, 0 4px #36cee6, 0 5px #36cee6, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
button.kbc-button-info:hover, button.kbc-button-info:focus, button.kbc-button-info.hover, button.kbc-button-info.focus,
a.kbc-button-info:hover,
a.kbc-button-info:focus,
a.kbc-button-info.hover,
a.kbc-button-info.focus {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 0 3px #36cee6, 0 4px #36cee6, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
  background-color: #1fc8e3;
  color: #343a40;
}
button.kbc-button-info:active, button.kbc-button-info.active,
a.kbc-button-info:active,
a.kbc-button-info.active {
  background-color: #1fc8e3;
  box-shadow: 0 0 1px 1px #7adeee;
  color: #343a40;
}
button.kbc-button-info::after,
a.kbc-button-info::after {
  border-color: #4cd3e9;
}
button.kbc-button-warning,
a.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 0 3px #ba8b00, 0 4px #ba8b00, 0 5px #ba8b00, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
button.kbc-button-warning:hover, button.kbc-button-warning:focus, button.kbc-button-warning.hover, button.kbc-button-warning.focus,
a.kbc-button-warning:hover,
a.kbc-button-warning:focus,
a.kbc-button-warning.hover,
a.kbc-button-warning.focus {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 0 3px #ba8b00, 0 4px #ba8b00, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
  background-color: #d39e00;
  color: #343a40;
}
button.kbc-button-warning:active, button.kbc-button-warning.active,
a.kbc-button-warning:active,
a.kbc-button-warning.active {
  background-color: #d39e00;
  box-shadow: 0 0 1px 1px #6d5200;
  color: #343a40;
}
button.kbc-button-warning::after,
a.kbc-button-warning::after {
  border-color: #a07800;
}
button.kbc-button-danger,
a.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 0 3px #e77681, 0 4px #e77681, 0 5px #e77681, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-danger:hover, button.kbc-button-danger:focus, button.kbc-button-danger.hover, button.kbc-button-danger.focus,
a.kbc-button-danger:hover,
a.kbc-button-danger:focus,
a.kbc-button-danger.hover,
a.kbc-button-danger.focus {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 0 3px #e77681, 0 4px #e77681, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
  background-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-danger:active, button.kbc-button-danger.active,
a.kbc-button-danger:active,
a.kbc-button-danger.active {
  background-color: #e4606d;
  box-shadow: 0 0 1px 1px #f3b7bd;
  color: #f8f9fa;
}
button.kbc-button-danger::after,
a.kbc-button-danger::after {
  border-color: #eb8c95;
}
button.kbc-button-light,
a.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 0 3px #cbd3da, 0 4px #cbd3da, 0 5px #cbd3da, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-light:hover, button.kbc-button-light:focus, button.kbc-button-light.hover, button.kbc-button-light.focus,
a.kbc-button-light:hover,
a.kbc-button-light:focus,
a.kbc-button-light.hover,
a.kbc-button-light.focus {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 0 3px #cbd3da, 0 4px #cbd3da, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
  background-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-light:active, button.kbc-button-light.active,
a.kbc-button-light:active,
a.kbc-button-light.active {
  background-color: #dae0e5;
  box-shadow: 0 0 1px 1px #9fadba;
  color: #343a40;
}
button.kbc-button-light::after,
a.kbc-button-light::after {
  border-color: #bdc6d0;
}
button.kbc-button-dark,
a.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 0 3px #56606a, 0 4px #56606a, 0 5px #56606a, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-dark:hover, button.kbc-button-dark:focus, button.kbc-button-dark.hover, button.kbc-button-dark.focus,
a.kbc-button-dark:hover,
a.kbc-button-dark:focus,
a.kbc-button-dark.hover,
a.kbc-button-dark.focus {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 0 3px #56606a, 0 4px #56606a, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
  background-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-dark:active, button.kbc-button-dark.active,
a.kbc-button-dark:active,
a.kbc-button-dark.active {
  background-color: #4b545c;
  box-shadow: 0 0 1px 1px #7a8793;
  color: #f8f9fa;
}
button.kbc-button-dark::after,
a.kbc-button-dark::after {
  border-color: #626d78;
}
button.kbc-button-xxs,
a.kbc-button-xxs {
  font-size: 0.7rem;
  line-height: 1.5;
  margin-bottom: 0.4375rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
  padding: 0.1rem 0.3rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
}
button.kbc-button-xxs:hover, button.kbc-button-xxs:focus, button.kbc-button-xxs.hover, button.kbc-button-xxs.focus,
a.kbc-button-xxs:hover,
a.kbc-button-xxs:focus,
a.kbc-button-xxs.hover,
a.kbc-button-xxs.focus {
  transform: translate3d(0, 1px, 2px);
}
button.kbc-button-xxs:hover::after, button.kbc-button-xxs:focus::after, button.kbc-button-xxs.hover::after, button.kbc-button-xxs.focus::after,
a.kbc-button-xxs:hover::after,
a.kbc-button-xxs:focus::after,
a.kbc-button-xxs.hover::after,
a.kbc-button-xxs.focus::after {
  transform: translate3d(0, -1px, -2px);
}
button.kbc-button-xxs:active, button.kbc-button-xxs.active,
a.kbc-button-xxs:active,
a.kbc-button-xxs.active {
  border-color: transparent;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}
button.kbc-button-xxs:active::after, button.kbc-button-xxs.active::after,
a.kbc-button-xxs:active::after,
a.kbc-button-xxs.active::after {
  transform: translate3d(0, -2px, 0);
}
button.kbc-button-xxs::after,
a.kbc-button-xxs::after {
  border-radius: 0.375rem;
  border-width: 0.0625rem;
  bottom: -6px;
  left: -0.25rem;
  right: -0.25rem;
  top: -2px;
  transform: translate3d(0, 0, -2px);
}
button.kbc-button-xxs:hover, button.kbc-button-xxs:focus, button.kbc-button-xxs.hover, button.kbc-button-xxs.focus,
a.kbc-button-xxs:hover,
a.kbc-button-xxs:focus,
a.kbc-button-xxs.hover,
a.kbc-button-xxs.focus {
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #e6e6e6;
  color: #343a40;
}
button.kbc-button-xxs:active, button.kbc-button-xxs.active,
a.kbc-button-xxs:active,
a.kbc-button-xxs.active {
  background-color: #e6e6e6;
  box-shadow: 0 0 1px 1px #b3b3b3;
  color: #343a40;
}
button.kbc-button-xxs::after,
a.kbc-button-xxs::after {
  border-color: #cccccc;
}
button.kbc-button-xxs.kbc-button-primary,
a.kbc-button-xxs.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-primary:hover, button.kbc-button-xxs.kbc-button-primary:focus, button.kbc-button-xxs.kbc-button-primary.hover, button.kbc-button-xxs.kbc-button-primary.focus,
a.kbc-button-xxs.kbc-button-primary:hover,
a.kbc-button-xxs.kbc-button-primary:focus,
a.kbc-button-xxs.kbc-button-primary.hover,
a.kbc-button-xxs.kbc-button-primary.focus {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-primary:active, button.kbc-button-xxs.kbc-button-primary.active,
a.kbc-button-xxs.kbc-button-primary:active,
a.kbc-button-xxs.kbc-button-primary.active {
  background-color: #3395ff;
  box-shadow: 0 0 1px 1px #99caff;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-primary::after,
a.kbc-button-xxs.kbc-button-primary::after {
  border-color: #66b0ff;
}
button.kbc-button-xxs.kbc-button-secondary,
a.kbc-button-xxs.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-secondary:hover, button.kbc-button-xxs.kbc-button-secondary:focus, button.kbc-button-xxs.kbc-button-secondary.hover, button.kbc-button-xxs.kbc-button-secondary.focus,
a.kbc-button-xxs.kbc-button-secondary:hover,
a.kbc-button-xxs.kbc-button-secondary:focus,
a.kbc-button-xxs.kbc-button-secondary.hover,
a.kbc-button-xxs.kbc-button-secondary.focus {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-secondary:active, button.kbc-button-xxs.kbc-button-secondary.active,
a.kbc-button-xxs.kbc-button-secondary:active,
a.kbc-button-xxs.kbc-button-secondary.active {
  background-color: #868e96;
  box-shadow: 0 0 1px 1px #bcc1c6;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-secondary::after,
a.kbc-button-xxs.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
button.kbc-button-xxs.kbc-button-success,
a.kbc-button-xxs.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-success:hover, button.kbc-button-xxs.kbc-button-success:focus, button.kbc-button-xxs.kbc-button-success.hover, button.kbc-button-xxs.kbc-button-success.focus,
a.kbc-button-xxs.kbc-button-success:hover,
a.kbc-button-xxs.kbc-button-success:focus,
a.kbc-button-xxs.kbc-button-success.hover,
a.kbc-button-xxs.kbc-button-success.focus {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-success:active, button.kbc-button-xxs.kbc-button-success.active,
a.kbc-button-xxs.kbc-button-success:active,
a.kbc-button-xxs.kbc-button-success.active {
  background-color: #34ce57;
  box-shadow: 0 0 1px 1px #86e29b;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-success::after,
a.kbc-button-xxs.kbc-button-success::after {
  border-color: #5dd879;
}
button.kbc-button-xxs.kbc-button-info,
a.kbc-button-xxs.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-info:hover, button.kbc-button-xxs.kbc-button-info:focus, button.kbc-button-xxs.kbc-button-info.hover, button.kbc-button-xxs.kbc-button-info.focus,
a.kbc-button-xxs.kbc-button-info:hover,
a.kbc-button-xxs.kbc-button-info:focus,
a.kbc-button-xxs.kbc-button-info.hover,
a.kbc-button-xxs.kbc-button-info.focus {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #1fc8e3;
  color: #343a40;
}
button.kbc-button-xxs.kbc-button-info:active, button.kbc-button-xxs.kbc-button-info.active,
a.kbc-button-xxs.kbc-button-info:active,
a.kbc-button-xxs.kbc-button-info.active {
  background-color: #1fc8e3;
  box-shadow: 0 0 1px 1px #7adeee;
  color: #343a40;
}
button.kbc-button-xxs.kbc-button-info::after,
a.kbc-button-xxs.kbc-button-info::after {
  border-color: #4cd3e9;
}
button.kbc-button-xxs.kbc-button-warning,
a.kbc-button-xxs.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
button.kbc-button-xxs.kbc-button-warning:hover, button.kbc-button-xxs.kbc-button-warning:focus, button.kbc-button-xxs.kbc-button-warning.hover, button.kbc-button-xxs.kbc-button-warning.focus,
a.kbc-button-xxs.kbc-button-warning:hover,
a.kbc-button-xxs.kbc-button-warning:focus,
a.kbc-button-xxs.kbc-button-warning.hover,
a.kbc-button-xxs.kbc-button-warning.focus {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #d39e00;
  color: #343a40;
}
button.kbc-button-xxs.kbc-button-warning:active, button.kbc-button-xxs.kbc-button-warning.active,
a.kbc-button-xxs.kbc-button-warning:active,
a.kbc-button-xxs.kbc-button-warning.active {
  background-color: #d39e00;
  box-shadow: 0 0 1px 1px #6d5200;
  color: #343a40;
}
button.kbc-button-xxs.kbc-button-warning::after,
a.kbc-button-xxs.kbc-button-warning::after {
  border-color: #a07800;
}
button.kbc-button-xxs.kbc-button-danger,
a.kbc-button-xxs.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-danger:hover, button.kbc-button-xxs.kbc-button-danger:focus, button.kbc-button-xxs.kbc-button-danger.hover, button.kbc-button-xxs.kbc-button-danger.focus,
a.kbc-button-xxs.kbc-button-danger:hover,
a.kbc-button-xxs.kbc-button-danger:focus,
a.kbc-button-xxs.kbc-button-danger.hover,
a.kbc-button-xxs.kbc-button-danger.focus {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-danger:active, button.kbc-button-xxs.kbc-button-danger.active,
a.kbc-button-xxs.kbc-button-danger:active,
a.kbc-button-xxs.kbc-button-danger.active {
  background-color: #e4606d;
  box-shadow: 0 0 1px 1px #f3b7bd;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-danger::after,
a.kbc-button-xxs.kbc-button-danger::after {
  border-color: #eb8c95;
}
button.kbc-button-xxs.kbc-button-light,
a.kbc-button-xxs.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-xxs.kbc-button-light:hover, button.kbc-button-xxs.kbc-button-light:focus, button.kbc-button-xxs.kbc-button-light.hover, button.kbc-button-xxs.kbc-button-light.focus,
a.kbc-button-xxs.kbc-button-light:hover,
a.kbc-button-xxs.kbc-button-light:focus,
a.kbc-button-xxs.kbc-button-light.hover,
a.kbc-button-xxs.kbc-button-light.focus {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-xxs.kbc-button-light:active, button.kbc-button-xxs.kbc-button-light.active,
a.kbc-button-xxs.kbc-button-light:active,
a.kbc-button-xxs.kbc-button-light.active {
  background-color: #dae0e5;
  box-shadow: 0 0 1px 1px #9fadba;
  color: #343a40;
}
button.kbc-button-xxs.kbc-button-light::after,
a.kbc-button-xxs.kbc-button-light::after {
  border-color: #bdc6d0;
}
button.kbc-button-xxs.kbc-button-dark,
a.kbc-button-xxs.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-dark:hover, button.kbc-button-xxs.kbc-button-dark:focus, button.kbc-button-xxs.kbc-button-dark.hover, button.kbc-button-xxs.kbc-button-dark.focus,
a.kbc-button-xxs.kbc-button-dark:hover,
a.kbc-button-xxs.kbc-button-dark:focus,
a.kbc-button-xxs.kbc-button-dark.hover,
a.kbc-button-xxs.kbc-button-dark.focus {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-dark:active, button.kbc-button-xxs.kbc-button-dark.active,
a.kbc-button-xxs.kbc-button-dark:active,
a.kbc-button-xxs.kbc-button-dark.active {
  background-color: #4b545c;
  box-shadow: 0 0 1px 1px #7a8793;
  color: #f8f9fa;
}
button.kbc-button-xxs.kbc-button-dark::after,
a.kbc-button-xxs.kbc-button-dark::after {
  border-color: #626d78;
}
button.kbc-button-xs,
a.kbc-button-xs {
  font-size: 0.725rem;
  line-height: 1.5;
  margin-bottom: 0.4375rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
  padding: 0.175rem 0.5rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
}
button.kbc-button-xs:hover, button.kbc-button-xs:focus, button.kbc-button-xs.hover, button.kbc-button-xs.focus,
a.kbc-button-xs:hover,
a.kbc-button-xs:focus,
a.kbc-button-xs.hover,
a.kbc-button-xs.focus {
  transform: translate3d(0, 1px, 2px);
}
button.kbc-button-xs:hover::after, button.kbc-button-xs:focus::after, button.kbc-button-xs.hover::after, button.kbc-button-xs.focus::after,
a.kbc-button-xs:hover::after,
a.kbc-button-xs:focus::after,
a.kbc-button-xs.hover::after,
a.kbc-button-xs.focus::after {
  transform: translate3d(0, -1px, -2px);
}
button.kbc-button-xs:active, button.kbc-button-xs.active,
a.kbc-button-xs:active,
a.kbc-button-xs.active {
  border-color: transparent;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}
button.kbc-button-xs:active::after, button.kbc-button-xs.active::after,
a.kbc-button-xs:active::after,
a.kbc-button-xs.active::after {
  transform: translate3d(0, -2px, 0);
}
button.kbc-button-xs::after,
a.kbc-button-xs::after {
  border-radius: 0.375rem;
  border-width: 0.0625rem;
  bottom: -6px;
  left: -0.25rem;
  right: -0.25rem;
  top: -2px;
  transform: translate3d(0, 0, -2px);
}
button.kbc-button-xs:hover, button.kbc-button-xs:focus, button.kbc-button-xs.hover, button.kbc-button-xs.focus,
a.kbc-button-xs:hover,
a.kbc-button-xs:focus,
a.kbc-button-xs.hover,
a.kbc-button-xs.focus {
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #e6e6e6;
  color: #343a40;
}
button.kbc-button-xs:active, button.kbc-button-xs.active,
a.kbc-button-xs:active,
a.kbc-button-xs.active {
  background-color: #e6e6e6;
  box-shadow: 0 0 1px 1px #b3b3b3;
  color: #343a40;
}
button.kbc-button-xs::after,
a.kbc-button-xs::after {
  border-color: #cccccc;
}
button.kbc-button-xs.kbc-button-primary,
a.kbc-button-xs.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-primary:hover, button.kbc-button-xs.kbc-button-primary:focus, button.kbc-button-xs.kbc-button-primary.hover, button.kbc-button-xs.kbc-button-primary.focus,
a.kbc-button-xs.kbc-button-primary:hover,
a.kbc-button-xs.kbc-button-primary:focus,
a.kbc-button-xs.kbc-button-primary.hover,
a.kbc-button-xs.kbc-button-primary.focus {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-primary:active, button.kbc-button-xs.kbc-button-primary.active,
a.kbc-button-xs.kbc-button-primary:active,
a.kbc-button-xs.kbc-button-primary.active {
  background-color: #3395ff;
  box-shadow: 0 0 1px 1px #99caff;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-primary::after,
a.kbc-button-xs.kbc-button-primary::after {
  border-color: #66b0ff;
}
button.kbc-button-xs.kbc-button-secondary,
a.kbc-button-xs.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-secondary:hover, button.kbc-button-xs.kbc-button-secondary:focus, button.kbc-button-xs.kbc-button-secondary.hover, button.kbc-button-xs.kbc-button-secondary.focus,
a.kbc-button-xs.kbc-button-secondary:hover,
a.kbc-button-xs.kbc-button-secondary:focus,
a.kbc-button-xs.kbc-button-secondary.hover,
a.kbc-button-xs.kbc-button-secondary.focus {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-secondary:active, button.kbc-button-xs.kbc-button-secondary.active,
a.kbc-button-xs.kbc-button-secondary:active,
a.kbc-button-xs.kbc-button-secondary.active {
  background-color: #868e96;
  box-shadow: 0 0 1px 1px #bcc1c6;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-secondary::after,
a.kbc-button-xs.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
button.kbc-button-xs.kbc-button-success,
a.kbc-button-xs.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-success:hover, button.kbc-button-xs.kbc-button-success:focus, button.kbc-button-xs.kbc-button-success.hover, button.kbc-button-xs.kbc-button-success.focus,
a.kbc-button-xs.kbc-button-success:hover,
a.kbc-button-xs.kbc-button-success:focus,
a.kbc-button-xs.kbc-button-success.hover,
a.kbc-button-xs.kbc-button-success.focus {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-success:active, button.kbc-button-xs.kbc-button-success.active,
a.kbc-button-xs.kbc-button-success:active,
a.kbc-button-xs.kbc-button-success.active {
  background-color: #34ce57;
  box-shadow: 0 0 1px 1px #86e29b;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-success::after,
a.kbc-button-xs.kbc-button-success::after {
  border-color: #5dd879;
}
button.kbc-button-xs.kbc-button-info,
a.kbc-button-xs.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-info:hover, button.kbc-button-xs.kbc-button-info:focus, button.kbc-button-xs.kbc-button-info.hover, button.kbc-button-xs.kbc-button-info.focus,
a.kbc-button-xs.kbc-button-info:hover,
a.kbc-button-xs.kbc-button-info:focus,
a.kbc-button-xs.kbc-button-info.hover,
a.kbc-button-xs.kbc-button-info.focus {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #1fc8e3;
  color: #343a40;
}
button.kbc-button-xs.kbc-button-info:active, button.kbc-button-xs.kbc-button-info.active,
a.kbc-button-xs.kbc-button-info:active,
a.kbc-button-xs.kbc-button-info.active {
  background-color: #1fc8e3;
  box-shadow: 0 0 1px 1px #7adeee;
  color: #343a40;
}
button.kbc-button-xs.kbc-button-info::after,
a.kbc-button-xs.kbc-button-info::after {
  border-color: #4cd3e9;
}
button.kbc-button-xs.kbc-button-warning,
a.kbc-button-xs.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
button.kbc-button-xs.kbc-button-warning:hover, button.kbc-button-xs.kbc-button-warning:focus, button.kbc-button-xs.kbc-button-warning.hover, button.kbc-button-xs.kbc-button-warning.focus,
a.kbc-button-xs.kbc-button-warning:hover,
a.kbc-button-xs.kbc-button-warning:focus,
a.kbc-button-xs.kbc-button-warning.hover,
a.kbc-button-xs.kbc-button-warning.focus {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #d39e00;
  color: #343a40;
}
button.kbc-button-xs.kbc-button-warning:active, button.kbc-button-xs.kbc-button-warning.active,
a.kbc-button-xs.kbc-button-warning:active,
a.kbc-button-xs.kbc-button-warning.active {
  background-color: #d39e00;
  box-shadow: 0 0 1px 1px #6d5200;
  color: #343a40;
}
button.kbc-button-xs.kbc-button-warning::after,
a.kbc-button-xs.kbc-button-warning::after {
  border-color: #a07800;
}
button.kbc-button-xs.kbc-button-danger,
a.kbc-button-xs.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-danger:hover, button.kbc-button-xs.kbc-button-danger:focus, button.kbc-button-xs.kbc-button-danger.hover, button.kbc-button-xs.kbc-button-danger.focus,
a.kbc-button-xs.kbc-button-danger:hover,
a.kbc-button-xs.kbc-button-danger:focus,
a.kbc-button-xs.kbc-button-danger.hover,
a.kbc-button-xs.kbc-button-danger.focus {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-danger:active, button.kbc-button-xs.kbc-button-danger.active,
a.kbc-button-xs.kbc-button-danger:active,
a.kbc-button-xs.kbc-button-danger.active {
  background-color: #e4606d;
  box-shadow: 0 0 1px 1px #f3b7bd;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-danger::after,
a.kbc-button-xs.kbc-button-danger::after {
  border-color: #eb8c95;
}
button.kbc-button-xs.kbc-button-light,
a.kbc-button-xs.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-xs.kbc-button-light:hover, button.kbc-button-xs.kbc-button-light:focus, button.kbc-button-xs.kbc-button-light.hover, button.kbc-button-xs.kbc-button-light.focus,
a.kbc-button-xs.kbc-button-light:hover,
a.kbc-button-xs.kbc-button-light:focus,
a.kbc-button-xs.kbc-button-light.hover,
a.kbc-button-xs.kbc-button-light.focus {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-xs.kbc-button-light:active, button.kbc-button-xs.kbc-button-light.active,
a.kbc-button-xs.kbc-button-light:active,
a.kbc-button-xs.kbc-button-light.active {
  background-color: #dae0e5;
  box-shadow: 0 0 1px 1px #9fadba;
  color: #343a40;
}
button.kbc-button-xs.kbc-button-light::after,
a.kbc-button-xs.kbc-button-light::after {
  border-color: #bdc6d0;
}
button.kbc-button-xs.kbc-button-dark,
a.kbc-button-xs.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-dark:hover, button.kbc-button-xs.kbc-button-dark:focus, button.kbc-button-xs.kbc-button-dark.hover, button.kbc-button-xs.kbc-button-dark.focus,
a.kbc-button-xs.kbc-button-dark:hover,
a.kbc-button-xs.kbc-button-dark:focus,
a.kbc-button-xs.kbc-button-dark.hover,
a.kbc-button-xs.kbc-button-dark.focus {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 2px 0.5px 4px #adb5bd, 0 -1px 0.5px #adb5bd;
  background-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-dark:active, button.kbc-button-xs.kbc-button-dark.active,
a.kbc-button-xs.kbc-button-dark:active,
a.kbc-button-xs.kbc-button-dark.active {
  background-color: #4b545c;
  box-shadow: 0 0 1px 1px #7a8793;
  color: #f8f9fa;
}
button.kbc-button-xs.kbc-button-dark::after,
a.kbc-button-xs.kbc-button-dark::after {
  border-color: #626d78;
}
button.kbc-button-sm,
a.kbc-button-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.53125rem;
  margin-left: 0.34375rem;
  margin-right: 0.34375rem;
  margin-top: 0.34375rem;
  padding: 0.25rem 0.5rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
}
button.kbc-button-sm:hover, button.kbc-button-sm:focus, button.kbc-button-sm.hover, button.kbc-button-sm.focus,
a.kbc-button-sm:hover,
a.kbc-button-sm:focus,
a.kbc-button-sm.hover,
a.kbc-button-sm.focus {
  transform: translate3d(0, 1px, 3px);
}
button.kbc-button-sm:hover::after, button.kbc-button-sm:focus::after, button.kbc-button-sm.hover::after, button.kbc-button-sm.focus::after,
a.kbc-button-sm:hover::after,
a.kbc-button-sm:focus::after,
a.kbc-button-sm.hover::after,
a.kbc-button-sm.focus::after {
  transform: translate3d(0, -1px, -3px);
}
button.kbc-button-sm:active, button.kbc-button-sm.active,
a.kbc-button-sm:active,
a.kbc-button-sm.active {
  border-color: transparent;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}
button.kbc-button-sm:active::after, button.kbc-button-sm.active::after,
a.kbc-button-sm:active::after,
a.kbc-button-sm.active::after {
  transform: translate3d(0, -3px, 0);
}
button.kbc-button-sm::after,
a.kbc-button-sm::after {
  border-radius: 0.375rem;
  border-width: 0.09375rem;
  bottom: -7px;
  left: -0.25rem;
  right: -0.25rem;
  top: -1px;
  transform: translate3d(0, 0, -3px);
}
button.kbc-button-sm:hover, button.kbc-button-sm:focus, button.kbc-button-sm.hover, button.kbc-button-sm.focus,
a.kbc-button-sm:hover,
a.kbc-button-sm:focus,
a.kbc-button-sm.hover,
a.kbc-button-sm.focus {
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #e6e6e6;
  color: #343a40;
}
button.kbc-button-sm:active, button.kbc-button-sm.active,
a.kbc-button-sm:active,
a.kbc-button-sm.active {
  background-color: #e6e6e6;
  box-shadow: 0 0 1px 1px #b3b3b3;
  color: #343a40;
}
button.kbc-button-sm::after,
a.kbc-button-sm::after {
  border-color: #cccccc;
}
button.kbc-button-sm.kbc-button-primary,
a.kbc-button-sm.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-primary:hover, button.kbc-button-sm.kbc-button-primary:focus, button.kbc-button-sm.kbc-button-primary.hover, button.kbc-button-sm.kbc-button-primary.focus,
a.kbc-button-sm.kbc-button-primary:hover,
a.kbc-button-sm.kbc-button-primary:focus,
a.kbc-button-sm.kbc-button-primary.hover,
a.kbc-button-sm.kbc-button-primary.focus {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-primary:active, button.kbc-button-sm.kbc-button-primary.active,
a.kbc-button-sm.kbc-button-primary:active,
a.kbc-button-sm.kbc-button-primary.active {
  background-color: #3395ff;
  box-shadow: 0 0 1px 1px #99caff;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-primary::after,
a.kbc-button-sm.kbc-button-primary::after {
  border-color: #66b0ff;
}
button.kbc-button-sm.kbc-button-secondary,
a.kbc-button-sm.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 0 3px #939ba2, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-secondary:hover, button.kbc-button-sm.kbc-button-secondary:focus, button.kbc-button-sm.kbc-button-secondary.hover, button.kbc-button-sm.kbc-button-secondary.focus,
a.kbc-button-sm.kbc-button-secondary:hover,
a.kbc-button-sm.kbc-button-secondary:focus,
a.kbc-button-sm.kbc-button-secondary.hover,
a.kbc-button-sm.kbc-button-secondary.focus {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-secondary:active, button.kbc-button-sm.kbc-button-secondary.active,
a.kbc-button-sm.kbc-button-secondary:active,
a.kbc-button-sm.kbc-button-secondary.active {
  background-color: #868e96;
  box-shadow: 0 0 1px 1px #bcc1c6;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-secondary::after,
a.kbc-button-sm.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
button.kbc-button-sm.kbc-button-success,
a.kbc-button-sm.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 0 3px #48d368, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-success:hover, button.kbc-button-sm.kbc-button-success:focus, button.kbc-button-sm.kbc-button-success.hover, button.kbc-button-sm.kbc-button-success.focus,
a.kbc-button-sm.kbc-button-success:hover,
a.kbc-button-sm.kbc-button-success:focus,
a.kbc-button-sm.kbc-button-success.hover,
a.kbc-button-sm.kbc-button-success.focus {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-success:active, button.kbc-button-sm.kbc-button-success.active,
a.kbc-button-sm.kbc-button-success:active,
a.kbc-button-sm.kbc-button-success.active {
  background-color: #34ce57;
  box-shadow: 0 0 1px 1px #86e29b;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-success::after,
a.kbc-button-sm.kbc-button-success::after {
  border-color: #5dd879;
}
button.kbc-button-sm.kbc-button-info,
a.kbc-button-sm.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 0 3px #36cee6, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-info:hover, button.kbc-button-sm.kbc-button-info:focus, button.kbc-button-sm.kbc-button-info.hover, button.kbc-button-sm.kbc-button-info.focus,
a.kbc-button-sm.kbc-button-info:hover,
a.kbc-button-sm.kbc-button-info:focus,
a.kbc-button-sm.kbc-button-info.hover,
a.kbc-button-sm.kbc-button-info.focus {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #1fc8e3;
  color: #343a40;
}
button.kbc-button-sm.kbc-button-info:active, button.kbc-button-sm.kbc-button-info.active,
a.kbc-button-sm.kbc-button-info:active,
a.kbc-button-sm.kbc-button-info.active {
  background-color: #1fc8e3;
  box-shadow: 0 0 1px 1px #7adeee;
  color: #343a40;
}
button.kbc-button-sm.kbc-button-info::after,
a.kbc-button-sm.kbc-button-info::after {
  border-color: #4cd3e9;
}
button.kbc-button-sm.kbc-button-warning,
a.kbc-button-sm.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 0 3px #ba8b00, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
button.kbc-button-sm.kbc-button-warning:hover, button.kbc-button-sm.kbc-button-warning:focus, button.kbc-button-sm.kbc-button-warning.hover, button.kbc-button-sm.kbc-button-warning.focus,
a.kbc-button-sm.kbc-button-warning:hover,
a.kbc-button-sm.kbc-button-warning:focus,
a.kbc-button-sm.kbc-button-warning.hover,
a.kbc-button-sm.kbc-button-warning.focus {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #d39e00;
  color: #343a40;
}
button.kbc-button-sm.kbc-button-warning:active, button.kbc-button-sm.kbc-button-warning.active,
a.kbc-button-sm.kbc-button-warning:active,
a.kbc-button-sm.kbc-button-warning.active {
  background-color: #d39e00;
  box-shadow: 0 0 1px 1px #6d5200;
  color: #343a40;
}
button.kbc-button-sm.kbc-button-warning::after,
a.kbc-button-sm.kbc-button-warning::after {
  border-color: #a07800;
}
button.kbc-button-sm.kbc-button-danger,
a.kbc-button-sm.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 0 3px #e77681, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-danger:hover, button.kbc-button-sm.kbc-button-danger:focus, button.kbc-button-sm.kbc-button-danger.hover, button.kbc-button-sm.kbc-button-danger.focus,
a.kbc-button-sm.kbc-button-danger:hover,
a.kbc-button-sm.kbc-button-danger:focus,
a.kbc-button-sm.kbc-button-danger.hover,
a.kbc-button-sm.kbc-button-danger.focus {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-danger:active, button.kbc-button-sm.kbc-button-danger.active,
a.kbc-button-sm.kbc-button-danger:active,
a.kbc-button-sm.kbc-button-danger.active {
  background-color: #e4606d;
  box-shadow: 0 0 1px 1px #f3b7bd;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-danger::after,
a.kbc-button-sm.kbc-button-danger::after {
  border-color: #eb8c95;
}
button.kbc-button-sm.kbc-button-light,
a.kbc-button-sm.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 0 3px #cbd3da, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-sm.kbc-button-light:hover, button.kbc-button-sm.kbc-button-light:focus, button.kbc-button-sm.kbc-button-light.hover, button.kbc-button-sm.kbc-button-light.focus,
a.kbc-button-sm.kbc-button-light:hover,
a.kbc-button-sm.kbc-button-light:focus,
a.kbc-button-sm.kbc-button-light.hover,
a.kbc-button-sm.kbc-button-light.focus {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-sm.kbc-button-light:active, button.kbc-button-sm.kbc-button-light.active,
a.kbc-button-sm.kbc-button-light:active,
a.kbc-button-sm.kbc-button-light.active {
  background-color: #dae0e5;
  box-shadow: 0 0 1px 1px #9fadba;
  color: #343a40;
}
button.kbc-button-sm.kbc-button-light::after,
a.kbc-button-sm.kbc-button-light::after {
  border-color: #bdc6d0;
}
button.kbc-button-sm.kbc-button-dark,
a.kbc-button-sm.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 0 3px #56606a, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-dark:hover, button.kbc-button-sm.kbc-button-dark:focus, button.kbc-button-sm.kbc-button-dark.hover, button.kbc-button-sm.kbc-button-dark.focus,
a.kbc-button-sm.kbc-button-dark:hover,
a.kbc-button-sm.kbc-button-dark:focus,
a.kbc-button-sm.kbc-button-dark.hover,
a.kbc-button-sm.kbc-button-dark.focus {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 2px 1px 4px #adb5bd, 0 -1px 1px #adb5bd;
  background-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-dark:active, button.kbc-button-sm.kbc-button-dark.active,
a.kbc-button-sm.kbc-button-dark:active,
a.kbc-button-sm.kbc-button-dark.active {
  background-color: #4b545c;
  box-shadow: 0 0 1px 1px #7a8793;
  color: #f8f9fa;
}
button.kbc-button-sm.kbc-button-dark::after,
a.kbc-button-sm.kbc-button-dark::after {
  border-color: #626d78;
}
button.kbc-button-lg,
a.kbc-button-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  margin-top: 0.375rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 0 4px #d9d9d9, 0 5px #d9d9d9, 0 6px #d9d9d9, 0 7px #d9d9d9, 0 8px #d9d9d9, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #fff;
  border-color: #e6e6e6;
  color: #343a40;
}
button.kbc-button-lg:hover, button.kbc-button-lg:focus, button.kbc-button-lg.hover, button.kbc-button-lg.focus,
a.kbc-button-lg:hover,
a.kbc-button-lg:focus,
a.kbc-button-lg.hover,
a.kbc-button-lg.focus {
  transform: translate3d(0, 1px, 8px);
}
button.kbc-button-lg:hover::after, button.kbc-button-lg:focus::after, button.kbc-button-lg.hover::after, button.kbc-button-lg.focus::after,
a.kbc-button-lg:hover::after,
a.kbc-button-lg:focus::after,
a.kbc-button-lg.hover::after,
a.kbc-button-lg.focus::after {
  transform: translate3d(0, -1px, -8px);
}
button.kbc-button-lg:active, button.kbc-button-lg.active,
a.kbc-button-lg:active,
a.kbc-button-lg.active {
  border-color: transparent;
  box-shadow: none;
  transform: translate3d(0, 8px, 0);
}
button.kbc-button-lg:active::after, button.kbc-button-lg.active::after,
a.kbc-button-lg:active::after,
a.kbc-button-lg.active::after {
  transform: translate3d(0, -8px, 0);
}
button.kbc-button-lg::after,
a.kbc-button-lg::after {
  border-radius: 0.5rem;
  border-width: 0.125rem;
  bottom: -13px;
  left: -0.375rem;
  right: -0.375rem;
  top: 3px;
  transform: translate3d(0, 0, -8px);
}
button.kbc-button-lg:hover, button.kbc-button-lg:focus, button.kbc-button-lg.hover, button.kbc-button-lg.focus,
a.kbc-button-lg:hover,
a.kbc-button-lg:focus,
a.kbc-button-lg.hover,
a.kbc-button-lg.focus {
  box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 0 4px #d9d9d9, 0 5px #d9d9d9, 0 6px #d9d9d9, 0 7px #d9d9d9, 2px 3.5px 4px #adb5bd, 0 -1px 3.5px #adb5bd;
  background-color: #e6e6e6;
  color: #343a40;
}
button.kbc-button-lg:active, button.kbc-button-lg.active,
a.kbc-button-lg:active,
a.kbc-button-lg.active {
  background-color: #e6e6e6;
  box-shadow: 0 0 1px 1px #b3b3b3;
  color: #343a40;
}
button.kbc-button-lg::after,
a.kbc-button-lg::after {
  border-color: #cccccc;
}
button.kbc-button-lg.kbc-button-primary,
a.kbc-button-lg.kbc-button-primary {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 0 4px #4da3ff, 0 5px #4da3ff, 0 6px #4da3ff, 0 7px #4da3ff, 0 8px #4da3ff, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #007bff;
  border-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-primary:hover, button.kbc-button-lg.kbc-button-primary:focus, button.kbc-button-lg.kbc-button-primary.hover, button.kbc-button-lg.kbc-button-primary.focus,
a.kbc-button-lg.kbc-button-primary:hover,
a.kbc-button-lg.kbc-button-primary:focus,
a.kbc-button-lg.kbc-button-primary.hover,
a.kbc-button-lg.kbc-button-primary.focus {
  box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 0 4px #4da3ff, 0 5px #4da3ff, 0 6px #4da3ff, 0 7px #4da3ff, 2px 3.5px 4px #adb5bd, 0 -1px 3.5px #adb5bd;
  background-color: #3395ff;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-primary:active, button.kbc-button-lg.kbc-button-primary.active,
a.kbc-button-lg.kbc-button-primary:active,
a.kbc-button-lg.kbc-button-primary.active {
  background-color: #3395ff;
  box-shadow: 0 0 1px 1px #99caff;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-primary::after,
a.kbc-button-lg.kbc-button-primary::after {
  border-color: #66b0ff;
}
button.kbc-button-lg.kbc-button-secondary,
a.kbc-button-lg.kbc-button-secondary {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 0 3px #939ba2, 0 4px #939ba2, 0 5px #939ba2, 0 6px #939ba2, 0 7px #939ba2, 0 8px #939ba2, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #6c757d;
  border-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-secondary:hover, button.kbc-button-lg.kbc-button-secondary:focus, button.kbc-button-lg.kbc-button-secondary.hover, button.kbc-button-lg.kbc-button-secondary.focus,
a.kbc-button-lg.kbc-button-secondary:hover,
a.kbc-button-lg.kbc-button-secondary:focus,
a.kbc-button-lg.kbc-button-secondary.hover,
a.kbc-button-lg.kbc-button-secondary.focus {
  box-shadow: 0 0 #939ba2, 0 0px #939ba2, 0 1px #939ba2, 0 2px #939ba2, 0 3px #939ba2, 0 4px #939ba2, 0 5px #939ba2, 0 6px #939ba2, 0 7px #939ba2, 2px 3.5px 4px #adb5bd, 0 -1px 3.5px #adb5bd;
  background-color: #868e96;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-secondary:active, button.kbc-button-lg.kbc-button-secondary.active,
a.kbc-button-lg.kbc-button-secondary:active,
a.kbc-button-lg.kbc-button-secondary.active {
  background-color: #868e96;
  box-shadow: 0 0 1px 1px #bcc1c6;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-secondary::after,
a.kbc-button-lg.kbc-button-secondary::after {
  border-color: #a1a8ae;
}
button.kbc-button-lg.kbc-button-success,
a.kbc-button-lg.kbc-button-success {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 0 3px #48d368, 0 4px #48d368, 0 5px #48d368, 0 6px #48d368, 0 7px #48d368, 0 8px #48d368, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #28a745;
  border-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-success:hover, button.kbc-button-lg.kbc-button-success:focus, button.kbc-button-lg.kbc-button-success.hover, button.kbc-button-lg.kbc-button-success.focus,
a.kbc-button-lg.kbc-button-success:hover,
a.kbc-button-lg.kbc-button-success:focus,
a.kbc-button-lg.kbc-button-success.hover,
a.kbc-button-lg.kbc-button-success.focus {
  box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 0 3px #48d368, 0 4px #48d368, 0 5px #48d368, 0 6px #48d368, 0 7px #48d368, 2px 3.5px 4px #adb5bd, 0 -1px 3.5px #adb5bd;
  background-color: #34ce57;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-success:active, button.kbc-button-lg.kbc-button-success.active,
a.kbc-button-lg.kbc-button-success:active,
a.kbc-button-lg.kbc-button-success.active {
  background-color: #34ce57;
  box-shadow: 0 0 1px 1px #86e29b;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-success::after,
a.kbc-button-lg.kbc-button-success::after {
  border-color: #5dd879;
}
button.kbc-button-lg.kbc-button-info,
a.kbc-button-lg.kbc-button-info {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 0 3px #36cee6, 0 4px #36cee6, 0 5px #36cee6, 0 6px #36cee6, 0 7px #36cee6, 0 8px #36cee6, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #17a2b8;
  border-color: #1fc8e3;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-info:hover, button.kbc-button-lg.kbc-button-info:focus, button.kbc-button-lg.kbc-button-info.hover, button.kbc-button-lg.kbc-button-info.focus,
a.kbc-button-lg.kbc-button-info:hover,
a.kbc-button-lg.kbc-button-info:focus,
a.kbc-button-lg.kbc-button-info.hover,
a.kbc-button-lg.kbc-button-info.focus {
  box-shadow: 0 0 #36cee6, 0 0px #36cee6, 0 1px #36cee6, 0 2px #36cee6, 0 3px #36cee6, 0 4px #36cee6, 0 5px #36cee6, 0 6px #36cee6, 0 7px #36cee6, 2px 3.5px 4px #adb5bd, 0 -1px 3.5px #adb5bd;
  background-color: #1fc8e3;
  color: #343a40;
}
button.kbc-button-lg.kbc-button-info:active, button.kbc-button-lg.kbc-button-info.active,
a.kbc-button-lg.kbc-button-info:active,
a.kbc-button-lg.kbc-button-info.active {
  background-color: #1fc8e3;
  box-shadow: 0 0 1px 1px #7adeee;
  color: #343a40;
}
button.kbc-button-lg.kbc-button-info::after,
a.kbc-button-lg.kbc-button-info::after {
  border-color: #4cd3e9;
}
button.kbc-button-lg.kbc-button-warning,
a.kbc-button-lg.kbc-button-warning {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 0 3px #ba8b00, 0 4px #ba8b00, 0 5px #ba8b00, 0 6px #ba8b00, 0 7px #ba8b00, 0 8px #ba8b00, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #ffc107;
  border-color: #d39e00;
  color: #343a40;
}
button.kbc-button-lg.kbc-button-warning:hover, button.kbc-button-lg.kbc-button-warning:focus, button.kbc-button-lg.kbc-button-warning.hover, button.kbc-button-lg.kbc-button-warning.focus,
a.kbc-button-lg.kbc-button-warning:hover,
a.kbc-button-lg.kbc-button-warning:focus,
a.kbc-button-lg.kbc-button-warning.hover,
a.kbc-button-lg.kbc-button-warning.focus {
  box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 0 3px #ba8b00, 0 4px #ba8b00, 0 5px #ba8b00, 0 6px #ba8b00, 0 7px #ba8b00, 2px 3.5px 4px #adb5bd, 0 -1px 3.5px #adb5bd;
  background-color: #d39e00;
  color: #343a40;
}
button.kbc-button-lg.kbc-button-warning:active, button.kbc-button-lg.kbc-button-warning.active,
a.kbc-button-lg.kbc-button-warning:active,
a.kbc-button-lg.kbc-button-warning.active {
  background-color: #d39e00;
  box-shadow: 0 0 1px 1px #6d5200;
  color: #343a40;
}
button.kbc-button-lg.kbc-button-warning::after,
a.kbc-button-lg.kbc-button-warning::after {
  border-color: #a07800;
}
button.kbc-button-lg.kbc-button-danger,
a.kbc-button-lg.kbc-button-danger {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 0 3px #e77681, 0 4px #e77681, 0 5px #e77681, 0 6px #e77681, 0 7px #e77681, 0 8px #e77681, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #dc3545;
  border-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-danger:hover, button.kbc-button-lg.kbc-button-danger:focus, button.kbc-button-lg.kbc-button-danger.hover, button.kbc-button-lg.kbc-button-danger.focus,
a.kbc-button-lg.kbc-button-danger:hover,
a.kbc-button-lg.kbc-button-danger:focus,
a.kbc-button-lg.kbc-button-danger.hover,
a.kbc-button-lg.kbc-button-danger.focus {
  box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 0 3px #e77681, 0 4px #e77681, 0 5px #e77681, 0 6px #e77681, 0 7px #e77681, 2px 3.5px 4px #adb5bd, 0 -1px 3.5px #adb5bd;
  background-color: #e4606d;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-danger:active, button.kbc-button-lg.kbc-button-danger.active,
a.kbc-button-lg.kbc-button-danger:active,
a.kbc-button-lg.kbc-button-danger.active {
  background-color: #e4606d;
  box-shadow: 0 0 1px 1px #f3b7bd;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-danger::after,
a.kbc-button-lg.kbc-button-danger::after {
  border-color: #eb8c95;
}
button.kbc-button-lg.kbc-button-light,
a.kbc-button-lg.kbc-button-light {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 0 3px #cbd3da, 0 4px #cbd3da, 0 5px #cbd3da, 0 6px #cbd3da, 0 7px #cbd3da, 0 8px #cbd3da, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-lg.kbc-button-light:hover, button.kbc-button-lg.kbc-button-light:focus, button.kbc-button-lg.kbc-button-light.hover, button.kbc-button-lg.kbc-button-light.focus,
a.kbc-button-lg.kbc-button-light:hover,
a.kbc-button-lg.kbc-button-light:focus,
a.kbc-button-lg.kbc-button-light.hover,
a.kbc-button-lg.kbc-button-light.focus {
  box-shadow: 0 0 #cbd3da, 0 0px #cbd3da, 0 1px #cbd3da, 0 2px #cbd3da, 0 3px #cbd3da, 0 4px #cbd3da, 0 5px #cbd3da, 0 6px #cbd3da, 0 7px #cbd3da, 2px 3.5px 4px #adb5bd, 0 -1px 3.5px #adb5bd;
  background-color: #dae0e5;
  color: #343a40;
}
button.kbc-button-lg.kbc-button-light:active, button.kbc-button-lg.kbc-button-light.active,
a.kbc-button-lg.kbc-button-light:active,
a.kbc-button-lg.kbc-button-light.active {
  background-color: #dae0e5;
  box-shadow: 0 0 1px 1px #9fadba;
  color: #343a40;
}
button.kbc-button-lg.kbc-button-light::after,
a.kbc-button-lg.kbc-button-light::after {
  border-color: #bdc6d0;
}
button.kbc-button-lg.kbc-button-dark,
a.kbc-button-lg.kbc-button-dark {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 0 3px #56606a, 0 4px #56606a, 0 5px #56606a, 0 6px #56606a, 0 7px #56606a, 0 8px #56606a, 2px 4px 4px #adb5bd, 0 -1px 4px #adb5bd;
  background-color: #343a40;
  border-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-dark:hover, button.kbc-button-lg.kbc-button-dark:focus, button.kbc-button-lg.kbc-button-dark.hover, button.kbc-button-lg.kbc-button-dark.focus,
a.kbc-button-lg.kbc-button-dark:hover,
a.kbc-button-lg.kbc-button-dark:focus,
a.kbc-button-lg.kbc-button-dark.hover,
a.kbc-button-lg.kbc-button-dark.focus {
  box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 0 3px #56606a, 0 4px #56606a, 0 5px #56606a, 0 6px #56606a, 0 7px #56606a, 2px 3.5px 4px #adb5bd, 0 -1px 3.5px #adb5bd;
  background-color: #4b545c;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-dark:active, button.kbc-button-lg.kbc-button-dark.active,
a.kbc-button-lg.kbc-button-dark:active,
a.kbc-button-lg.kbc-button-dark.active {
  background-color: #4b545c;
  box-shadow: 0 0 1px 1px #7a8793;
  color: #f8f9fa;
}
button.kbc-button-lg.kbc-button-dark::after,
a.kbc-button-lg.kbc-button-dark::after {
  border-color: #626d78;
}
button.kbc-button:disabled, button.kbc-button.disabled,
a.kbc-button:disabled,
a.kbc-button.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
button.kbc-button:hover, button.kbc-button:focus, button.kbc-button.hover, button.kbc-button.focus,
a.kbc-button:hover,
a.kbc-button:focus,
a.kbc-button.hover,
a.kbc-button.focus {
  outline: none;
}

@keyframes changeKbdBtn {
  0% {
    box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
    background-color: #fff;
    border-color: #e6e6e6;
    color: #343a40;
  }
  50% {
    box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
    background-color: #007bff;
    border-color: #3395ff;
    color: #f8f9fa;
  }
  100% {
    box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 2px 1.5px 4px #adb5bd, 0 -1px 1.5px #adb5bd;
    background-color: #fff;
    border-color: #e6e6e6;
    color: #343a40;
  }
}
.driver-popover.showing .directional-keys .kbc-button {
  animation: 1s changeKbdBtn forwards;
}
.driver-popover.showing .directional-keys .kbc-button.kbd-up-arrow {
  animation-delay: 0.5s;
}
.driver-popover.showing .directional-keys .kbc-button.kbd-left-arrow {
  animation-delay: 1.5s;
}
.driver-popover.showing .directional-keys .kbc-button.kbd-down-arrow {
  animation-delay: 2.5s;
}
.driver-popover.showing .directional-keys .kbc-button.kbd-right-arrow {
  animation-delay: 3.5s;
}

.directional-keys {
  --cell-length: 2.813rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  place-items: center;
  grid-gap: 1px;
  width: calc(var(--cell-length) * 2.5);
  height: calc(var(--cell-length) * 2);
}
.directional-keys .kbd-up-arrow {
  grid-column: 2;
  grid-row: 1;
}
.directional-keys .kbd-left-arrow {
  grid-column: 1;
  grid-row: 2;
}
.directional-keys .kbd-down-arrow {
  grid-column: 2;
  grid-row: 2;
}
.directional-keys .kbd-right-arrow {
  grid-column: 3;
  grid-row: 2;
}

/* Alert Bar */
.imap-alert {
  padding: 1rem;
  background-color: rgb(255, 193, 7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  color: #000;
}
.imap-alert p {
  margin-bottom: 0;
}
.imap-alert a {
  text-decoration: underline;
}
.imap-alert a:hover, .imap-alert a:active, .imap-alert a:focus {
  text-decoration: underline;
}

/*# sourceMappingURL=mz-custom-styles.css.map */
