@charset "UTF-8";
.spot--screenreader-only {
  clip: rect(0 0 0 0);
  left: 0;
  position: absolute;
  text-indent: -10000px;
  width: 0;
  z-index: -1;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.spot-icon {
  height: 24px;
  width: 24px;
}
.spot-icon--xsmall {
  height: 12px;
  width: 12px;
}
.spot-icon--small {
  height: 16px;
  width: 16px;
}
.spot-icon--medium {
  height: 20px;
  width: 20px;
}
.spot-icon--interactive {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.spot-icon--interactive .spot-icon {
  fill: #0969D9;
}
.spot-icon--interactive-primary .spot-icon {
  fill: #3F434A;
}
.spot-icon--interactive-secondary .spot-icon {
  fill: #717479;
}
.spot-icon--interactive-positive .spot-icon, .spot-icon--interactive-green .spot-icon {
  fill: #43A047;
}
.spot-icon--interactive-negative .spot-icon, .spot-icon--interactive-red .spot-icon {
  fill: #D30E1F;
}
.spot-icon--interactive-warning .spot-icon, .spot-icon--interactive-yellow .spot-icon {
  fill: #F6E962;
}
.spot-icon--interactive:hover, .spot-icon--interactive-hover {
  background-color: #E2F5FF;
}
.spot-icon--interactive:focus, .spot-icon--interactive-focus {
  box-shadow: 0 0 0 2px #3E9AF5;
}
.spot-icon--interactive:active, .spot-icon--interactive-active {
  background-color: #CDEDFF;
  box-shadow: 0 0 0 2px #CDEDFF;
}
.spot-icon--interactive:disabled, .spot-icon--interactive-disabled, .spot-icon--interactive:disabled:has(:hover, :focus, :focus-visible, :active), .spot-icon--interactive-disabled:has(:hover, :focus, :focus-visible, :active),
.spot-icon--interactive [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  cursor: not-allowed;
  background-color: transparent !important;
  box-shadow: 0 0 0 2px transparent !important;
  outline-color: transparent;
}
.spot-icon--interactive:disabled .spot-icon, .spot-icon--interactive-disabled .spot-icon, .spot-icon--interactive:disabled:has(:hover, :focus, :focus-visible, :active) .spot-icon, .spot-icon--interactive-disabled:has(:hover, :focus, :focus-visible, :active) .spot-icon,
.spot-icon--interactive [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-icon {
  fill: #A9AAAA;
}
.spot-container--dark-primary .spot-icon--interactive .spot-icon, .spot-container--dark-secondary .spot-icon--interactive .spot-icon {
  fill: #62B3F9;
}
.spot-container--dark-primary .spot-icon--interactive-primary .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-primary .spot-icon {
  fill: #D0D1D0;
}
.spot-container--dark-primary .spot-icon--interactive-secondary .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-secondary .spot-icon {
  fill: #9A9B9C;
}
.spot-container--dark-primary .spot-icon--interactive-positive .spot-icon, .spot-container--dark-primary .spot-icon--interactive-green .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-positive .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-green .spot-icon {
  fill: #81C784;
}
.spot-container--dark-primary .spot-icon--interactive-negative .spot-icon, .spot-container--dark-primary .spot-icon--interactive-red .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-negative .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-red .spot-icon {
  fill: #F5767D;
}
.spot-container--dark-primary .spot-icon--interactive-warning .spot-icon, .spot-container--dark-primary .spot-icon--interactive-yellow .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-warning .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-yellow .spot-icon {
  fill: #F8ED81;
}
.spot-container--dark-primary .spot-icon--interactive:hover, .spot-container--dark-primary .spot-icon--interactive-hover, .spot-container--dark-secondary .spot-icon--interactive:hover, .spot-container--dark-secondary .spot-icon--interactive-hover {
  background-color: #224569;
}
.spot-container--dark-primary .spot-icon--interactive:focus, .spot-container--dark-primary .spot-icon--interactive-focus, .spot-container--dark-secondary .spot-icon--interactive:focus, .spot-container--dark-secondary .spot-icon--interactive-focus {
  box-shadow: 0 0 0 2px #3E9AF5;
}
.spot-container--dark-primary .spot-icon--interactive:active, .spot-container--dark-primary .spot-icon--interactive-active, .spot-container--dark-secondary .spot-icon--interactive:active, .spot-container--dark-secondary .spot-icon--interactive-active {
  background-color: #284E76;
  box-shadow: 0 0 0 2px #284E76;
}
.spot-container--dark-primary .spot-icon--interactive:disabled .spot-icon, .spot-container--dark-primary .spot-icon--interactive-disabled .spot-icon, .spot-container--dark-primary .spot-icon--interactive-disabled:has(:hover, :focus, :focus-visible, :active) .spot-icon, .spot-container--dark-primary .spot-icon--interactive:disabled:has(:hover, :focus, :focus-visible, :active) .spot-icon,
.spot-container--dark-primary .spot-icon--interactive [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-icon, .spot-container--dark-secondary .spot-icon--interactive:disabled .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-disabled .spot-icon, .spot-container--dark-secondary .spot-icon--interactive-disabled:has(:hover, :focus, :focus-visible, :active) .spot-icon, .spot-container--dark-secondary .spot-icon--interactive:disabled:has(:hover, :focus, :focus-visible, :active) .spot-icon,
.spot-container--dark-secondary .spot-icon--interactive [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-icon {
  fill: #717479;
}
.spot-signin {
  background-color: #ffffff;
  color: #25282E;
}
.spot-container--light-secondary .spot-signin {
  background-color: #ffffff;
  color: #5D6066;
}
.spot-container--dark-primary .spot-signin {
  background-color: #31353D;
  color: #E2E2E2;
}
.spot-container--dark-secondary .spot-signin {
  background-color: #31353D;
  color: #BCBDBC;
}
.spot-signin {
  border-radius: 20px;
  max-width: 550px;
  min-height: 250px;
  overflow: hidden;
  padding: 0;
  transition: 0.3s;
}
.spot-signin:hover {
  box-shadow: 0 0 1px 0 rgba(63, 67, 74, 0.5);
}
.spot-container--dark-primary .spot-signin:hover, .spot-container--dark-secondary .spot-signin:hover {
  box-shadow: 0 0 1px 0 rgba(15, 17, 20, 0.8);
}
.spot-signin--borderless {
  border: 0;
  box-shadow: none;
}
.spot-signin--borderless:hover {
  border: 0;
  box-shadow: none;
}
.spot-signin {
  max-width: 450px;
}
.spot-signin--large {
  max-width: 650px;
}
.spot-signin__header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0;
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.spot-signin__header {
  max-height: 100px;
  min-height: 100px;
}
.spot-signin__header-label {
  left: 0;
  overflow: hidden;
  padding-left: 32px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.spot-signin__header-image img,
.spot-signin__header-image svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spot-signin__content {
  color: #25282E;
}
*[class*="--reverse"] .spot-signin__content {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-signin__content, .spot-container--dark-secondary .spot-signin__content {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-signin__content, *[class*="--reverse"] .spot-container--dark-secondary .spot-signin__content {
  color: #25282E;
}
.spot-signin__content {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-signin__content {
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  text-align: left;
}
.spot-loading-spinner {
  animation: spin 0.7s steps(8, end) infinite;
  fill: #5D6066;
  height: 20px;
  width: 20px;
}
.spot-loading-spinner--large {
  height: 32px;
  width: 32px;
}
.spot-loading-spinner--small {
  height: 16px;
  width: 16px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spot-container--responsive-grid, .spot-container--responsive-grid-container {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  padding: 16px;
  margin: 0 auto;
  max-width: 1440px;
}
.spot-container--responsive-grid--span-two-columns, .spot-container--responsive-grid-container--span-two-columns {
  grid-column: 1/3;
}
.spot-container--responsive-grid--span-three-columns, .spot-container--responsive-grid-container--span-three-columns {
  grid-column: 1/4;
}
.spot-container--responsive-grid {
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .spot-container--responsive-grid {
    background-color: red;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .spot-container--responsive-grid {
    background-color: pink;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spot-container--responsive-grid {
    background-color: coral;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .spot-container--responsive-grid {
    background-color: dodgerblue;
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (max-width: 480px) {
  .spot-container--responsive-grid-container {
    background-color: violet;
  }
}
@container (max-width: 768px) {
  .spot-container--responsive-grid-container {
    background-color: pink;
  }
}
@container (max-width: 1024px) {
  .spot-container--responsive-grid-container {
    background-color: salmon;
  }
}
@container (max-width: 1440px ) {
  .spot-container--responsive-grid-container {
    background-color: dodgerblue;
  }
}
.spot-container--with-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.spot-container--with-padding-min {
  padding-left: 8px;
  padding-right: 8px;
}
.spot-container--with-padding-max {
  padding-left: 24px;
  padding-right: 24px;
}
.spot-container--fluid {
  max-width: 100%;
}
.spot-background--light-primary,
.spot-container--light-primary {
  background-color: #ffffff;
}
.spot-background--light-secondary,
.spot-container--light-secondary {
  background-color: #F0F0F0;
}
.spot-background--dark-primary,
.spot-container--dark-primary {
  background-color: #31353D;
}
.spot-background--dark-secondary,
.spot-container--dark-secondary {
  background-color: #3F434A;
}
.spot-list-group {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.spot-list-group__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spot-list-group__item, .spot-container--light-primary .spot-list-group__item, .spot-container--light-secondary .spot-list-group__item {
  color: #25282E;
}
*[class*="--reverse"] .spot-list-group__item, *[class*="--reverse"] .spot-container--light-primary .spot-list-group__item, *[class*="--reverse"] .spot-container--light-secondary .spot-list-group__item {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-list-group__item, .spot-container--dark-secondary .spot-list-group__item {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-list-group__item, *[class*="--reverse"] .spot-container--dark-secondary .spot-list-group__item {
  color: #25282E;
}
.spot-list-group__item--separator-before {
  position: relative;
}
.spot-list-group__item--separator-before:before, .spot-container--light-primary .spot-list-group__item--separator-before:before {
  border-top: 1px solid #D0D1D0;
}
.spot-container--light-secondary .spot-list-group__item--separator-before:before {
  border-top: 1px solid #D0D1D0;
}
.spot-container--dark-primary .spot-list-group__item--separator-before:before {
  border-top: 1px solid #5D6066;
}
.spot-container--dark-secondary .spot-list-group__item--separator-before:before {
  border-top: 1px solid #5D6066;
}
.spot-list-group__item--separator-before:before {
  content: "";
  display: block;
  margin: 8px 16px;
}
.spot-list-group__link, .spot-container--light-primary .spot-list-group__link, .spot-container--light-secondary .spot-list-group__link {
  color: #5D6066;
}
*[class*="--reverse"] .spot-list-group__link, *[class*="--reverse"] .spot-container--light-primary .spot-list-group__link, *[class*="--reverse"] .spot-container--light-secondary .spot-list-group__link {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-list-group__link, .spot-container--dark-secondary .spot-list-group__link {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-list-group__link, *[class*="--reverse"] .spot-container--dark-secondary .spot-list-group__link {
  color: #5D6066;
}
.spot-list-group__link {
  align-items: center;
  display: flex;
  padding: 8px 16px;
  text-decoration: none;
}
.spot-list-group__link:hover {
  background-color: #E2F5FF;
}
.spot-container--light-secondary .spot-list-group__link:hover {
  background-color: #E2F5FF;
}
.spot-container--dark-primary .spot-list-group__link:hover {
  background-color: #224569;
}
.spot-container--dark-secondary .spot-list-group__link:hover {
  background-color: #224569;
}
.spot-list-group--expanded .spot-list-group__link {
  padding-bottom: 12px;
  padding-top: 12px;
}
.spot-list-group__header {
  line-height: 1.5;
}
.spot-list-group__header::before, .spot-list-group__header::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-list-group__header::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-list-group__header::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-list-group__header {
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  text-transform: uppercase;
}
.spot-list-group__header, .spot-container--light-primary .spot-list-group__header, .spot-container--light-secondary .spot-list-group__header {
  color: #25282E;
}
.spot-container--dark-primary .spot-list-group__header, .spot-container--dark-secondary .spot-list-group__header {
  color: #E2E2E2;
}
.spot-list-group__item--header {
  margin-top: 12px;
}
.spot-list-group--expanded .spot-list-group__item--header {
  margin-top: 16px;
}
.spot-list-group__item--header:first-child {
  margin-top: 0;
}
.spot-list-group__item-label {
  line-height: 1.25;
}
.spot-list-group__item-label::before, .spot-list-group__item-label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-list-group__item-label::before {
  margin-bottom: calc(-0.2361111111em + 0px);
}
.spot-list-group__item-label::after {
  margin-top: calc(-0.2361111111em + 0px);
}
.spot-list-group__item-label {
  font-size: 15px;
  font-weight: 400;
}
.spot-list-group__item-label, .spot-container--light-primary .spot-list-group__item-label, .spot-container--light-secondary .spot-list-group__item-label {
  color: #5D6066;
}
.spot-container--dark-primary .spot-list-group__item-label, .spot-container--dark-secondary .spot-list-group__item-label {
  color: #BCBDBC;
}
.spot-list-group__item-label.variant--bold {
  font-weight: 700;
}
.spot-list-group--with-sublists .spot-list-group__item-label {
  font-weight: 400;
}
.spot-list-group__item--active .spot-list-group__item-label, .spot-container--light-primary .spot-list-group__item--active .spot-list-group__item-label, .spot-container--light-secondary .spot-list-group__item--active .spot-list-group__item-label, .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label, .spot-container--light-primary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label, .spot-container--light-secondary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label {
  color: #0969D9;
}
.spot-container--dark-primary .spot-list-group__item--active .spot-list-group__item-label, .spot-container--dark-secondary .spot-list-group__item--active .spot-list-group__item-label, .spot-container--dark-primary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label, .spot-container--dark-secondary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-label {
  color: #62B3F9;
}
.spot-list-group__link:hover .spot-list-group__item-label, .spot-container--light-primary .spot-list-group__link:hover .spot-list-group__item-label, .spot-container--light-secondary .spot-list-group__link:hover .spot-list-group__item-label {
  color: #0969D9;
}
.spot-container--dark-primary .spot-list-group__link:hover .spot-list-group__item-label, .spot-container--dark-secondary .spot-list-group__link:hover .spot-list-group__item-label {
  color: #62B3F9;
}
.spot-list-group--interactive .spot-list-group__item-label, .spot-container--light-primary .spot-list-group--interactive .spot-list-group__item-label, .spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item-label {
  color: #0969D9;
}
.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item-label, .spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item-label {
  color: #62B3F9;
}
.spot-list-group--interactive .spot-list-group__link:hover .spot-list-group__item-label {
  text-decoration: underline;
  background-color: #CDEDFF;
}
.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__link:hover .spot-list-group__item-label, .spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__link:hover .spot-list-group__item-label {
  background-color: #224569;
}
.spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label, .spot-container--light-primary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label, .spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label, .spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label, .spot-container--light-primary .spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label, .spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label {
  color: #0969D9;
}
.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label, .spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__item-label, .spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label, .spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item--active:hover .spot-list-group__item-label {
  color: #62B3F9;
}
.spot-list-group__sublist {
  margin: 0;
  padding: 0;
  padding-left: 8px;
}
.spot-list-group__item--active {
  position: relative;
  background-color: #F0F0F0;
}
.spot-container--light-secondary .spot-list-group__item--active {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-list-group__item--active {
  background-color: #25282E;
}
.spot-container--dark-secondary .spot-list-group__item--active {
  background-color: #31353D;
}
.spot-list-group__item--active:after, .spot-container--light-primary .spot-list-group__item--active:after, .spot-container--light-secondary .spot-list-group__item--active:after {
  background-color: #0969D9;
}
.spot-container--dark-primary .spot-list-group__item--active:after, .spot-container--dark-secondary .spot-list-group__item--active:after {
  background-color: #62B3F9;
}
.spot-list-group__item--active:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.spot-list-group--interactive .spot-list-group__item--active:after, .spot-container--light-primary .spot-list-group--interactive .spot-list-group__item--active:after, .spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item--active:after {
  background-color: #0969D9;
}
.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item--active:after, .spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item--active:after {
  background-color: #62B3F9;
}
.spot-list-group__item--active.spot-list-group__item--separator-before:after {
  top: 8px;
}
.spot-list-group__item-icon, .spot-container--light-primary .spot-list-group__item-icon, .spot-container--light-secondary .spot-list-group__item-icon {
  fill: #5D6066;
}
*[class*="--reverse"] .spot-list-group__item-icon, *[class*="--reverse"] .spot-container--light-primary .spot-list-group__item-icon, *[class*="--reverse"] .spot-container--light-secondary .spot-list-group__item-icon {
  fill: #BCBDBC;
}
.spot-container--dark-primary .spot-list-group__item-icon, .spot-container--dark-secondary .spot-list-group__item-icon {
  fill: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-list-group__item-icon, *[class*="--reverse"] .spot-container--dark-secondary .spot-list-group__item-icon {
  fill: #5D6066;
}
.spot-list-group__item-icon {
  height: 12px;
  margin: 0 8px 0 0;
  width: 12px;
}
.spot-list-group__link:hover .spot-list-group__item-icon, .spot-container--light-primary .spot-list-group__link:hover .spot-list-group__item-icon, .spot-container--light-secondary .spot-list-group__link:hover .spot-list-group__item-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-list-group__link:hover .spot-list-group__item-icon, .spot-container--dark-secondary .spot-list-group__link:hover .spot-list-group__item-icon {
  fill: #62B3F9;
}
.spot-list-group__item--active .spot-list-group__item-icon, .spot-container--light-primary .spot-list-group__item--active .spot-list-group__item-icon, .spot-container--light-secondary .spot-list-group__item--active .spot-list-group__item-icon, .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon, .spot-container--light-primary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon, .spot-container--light-secondary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-list-group__item--active .spot-list-group__item-icon, .spot-container--dark-secondary .spot-list-group__item--active .spot-list-group__item-icon, .spot-container--dark-primary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon, .spot-container--dark-secondary .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon {
  fill: #62B3F9;
}
.spot-list-group--interactive .spot-list-group__item-icon, .spot-container--light-primary .spot-list-group--interactive .spot-list-group__item-icon, .spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item-icon, .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon, .spot-container--light-primary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon, .spot-container--light-secondary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item-icon, .spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item-icon, .spot-container--dark-primary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon, .spot-container--dark-secondary .spot-list-group--interactive .spot-list-group__item--active .spot-list-group__link:hover .spot-list-group__item-icon {
  fill: #62B3F9;
}
.spot-toggle {
  clip: rect(0 0 0 0);
  left: 0;
  position: absolute;
  text-indent: -10000px;
  width: 0;
  z-index: -1;
}
.spot-toggle + .spot-toggle-label {
  display: inline-flex;
  padding-left: 48px;
}
.spot-toggle + .spot-toggle-label:before {
  height: 22px;
  width: 40px;
}
.spot-toggle + .spot-toggle-label:before, .spot-container--light-primary .spot-toggle + .spot-toggle-label:before, .spot-container--light-secondary .spot-toggle + .spot-toggle-label:before {
  background-color: #BCBDBC;
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-toggle + .spot-toggle-label:before, .spot-container--dark-secondary .spot-toggle + .spot-toggle-label:before {
  background-color: #BCBDBC;
  border: 1px solid #BCBDBC;
}
.spot-toggle.spot-toggle--alert + .spot-toggle-label:before, .spot-container--light-primary .spot-toggle.spot-toggle--alert + .spot-toggle-label:before, .spot-container--light-secondary .spot-toggle.spot-toggle--alert + .spot-toggle-label:before, .spot-toggle.spot-toggle--alert + .spot-toggle-label:before, .spot-container--light-primary .spot-toggle.spot-toggle--alert + .spot-toggle-label:before, .spot-container--light-secondary .spot-toggle.spot-toggle--alert + .spot-toggle-label:before {
  background-color: #D30E1F;
  border-color: #D30E1F;
}
.spot-container--dark-primary .spot-toggle.spot-toggle--alert + .spot-toggle-label:before, .spot-container--dark-secondary .spot-toggle.spot-toggle--alert + .spot-toggle-label:before, .spot-container--dark-primary .spot-toggle.spot-toggle--alert + .spot-toggle-label:before, .spot-container--dark-secondary .spot-toggle.spot-toggle--alert + .spot-toggle-label:before {
  background-color: #F5767D;
  border-color: #F5767D;
}
.spot-toggle + .spot-toggle-label:after {
  background-color: #ffffff;
  height: 18px;
  margin-left: 2px;
  margin-top: 2px;
  width: 18px;
}
.spot-container--dark-primary .spot-toggle + .spot-toggle-label:after, .spot-container--dark-secondary .spot-toggle + .spot-toggle-label:after {
  background-color: #31353D;
}
.spot-toggle + .spot-toggle-label:before, .spot-toggle + .spot-toggle-label:after {
  border-radius: 24px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
}
.spot-toggle:checked + .spot-toggle-label:after, .spot-toggle.spot-toggle--checked + .spot-toggle-label:after {
  margin-left: 20px;
}
.spot-toggle:checked + .spot-toggle-label:before, .spot-container--light-primary .spot-toggle:checked + .spot-toggle-label:before, .spot-container--light-secondary .spot-toggle:checked + .spot-toggle-label:before, .spot-toggle.spot-toggle--checked + .spot-toggle-label:before, .spot-container--light-primary .spot-toggle.spot-toggle--checked + .spot-toggle-label:before, .spot-container--light-secondary .spot-toggle.spot-toggle--checked + .spot-toggle-label:before {
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.spot-container--dark-primary .spot-toggle:checked + .spot-toggle-label:before, .spot-container--dark-secondary .spot-toggle:checked + .spot-toggle-label:before, .spot-container--dark-primary .spot-toggle.spot-toggle--checked + .spot-toggle-label:before, .spot-container--dark-secondary .spot-toggle.spot-toggle--checked + .spot-toggle-label:before {
  background-color: #81C784;
  border-color: #81C784;
}
.spot-toggle-label, .spot-container--light-primary .spot-toggle-label, .spot-container--light-secondary .spot-toggle-label {
  color: #5D6066;
}
*[class*="--reverse"] .spot-toggle-label, *[class*="--reverse"] .spot-container--light-primary .spot-toggle-label, *[class*="--reverse"] .spot-container--light-secondary .spot-toggle-label {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-toggle-label, .spot-container--dark-secondary .spot-toggle-label {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-toggle-label, *[class*="--reverse"] .spot-container--dark-secondary .spot-toggle-label {
  color: #5D6066;
}
.spot-toggle-label {
  line-height: 1.5;
}
.spot-toggle-label::before, .spot-toggle-label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-toggle-label::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-toggle-label::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-toggle-label {
  cursor: pointer;
  font-size: 15px;
  position: relative;
  user-select: none;
}
.spot-toggle-label:empty {
  height: 22px;
  margin-top: 8px;
}
.spot-toggle__vertical-set-item {
  margin: 0 0 16px 0;
}
.spot-toggle__vertical-set--expanded .spot-toggle__vertical-set-item {
  margin: 0 0 32px 0;
}
.spot-toggle__horizontal-set-item {
  display: inline-block;
  margin: 0 16px 16px 0;
  vertical-align: middle;
}
.spot-toggle__vertical-set,
.spot-toggle__horizontal-set {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}
.spot-avatar {
  background-color: #EA2839;
  border-radius: 50%;
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin: 0;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  padding: 0;
  position: relative;
}
.spot-avatar--xsmall {
  font-size: 8px;
  line-height: 18px;
  max-height: 18px;
  max-width: 18px;
  min-height: 18px;
  min-width: 18px;
}
.spot-avatar--small {
  font-size: 11px;
  line-height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
}
.spot-avatar--medium {
  font-size: 18px;
  line-height: 36px;
  max-height: 36px;
  max-width: 36px;
  min-height: 36px;
  min-width: 36px;
}
.spot-avatar--large {
  font-size: 28px;
  line-height: 48px;
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48px;
}
.spot-avatar--xlarge {
  font-size: 42px;
  line-height: 64px;
  max-height: 64px;
  max-width: 64px;
  min-height: 64px;
  min-width: 64px;
}
.spot-avatar-initials {
  color: #EA2839;
  font-style: normal;
  font-weight: bold;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spot-avatar--red .spot-avatar-initials {
  color: #ffffff;
}
.spot-avatar-initials--white, .spot-container--light-primary .spot-avatar-initials--white, .spot-container--light-secondary .spot-avatar-initials--white {
  color: #25282E;
}
.spot-container--dark-primary .spot-avatar-initials--white, .spot-container--dark-secondary .spot-avatar-initials--white {
  color: #E2E2E2;
}
.spot-avatar-initials--interactive {
  color: #0969D9;
}
.spot-avatar-initials--gray {
  color: #9A9B9C;
}
.spot-avatar-initials--marketing {
  color: #EA2839;
}
.spot-avatar--interactive {
  background-color: #0969D9;
}
.spot-avatar--gray {
  background-color: #9A9B9C;
}
.spot-avatar--marketing {
  background-color: #EA2839;
}
.spot-avatar--white {
  border: 1px solid #9A9B9C;
}
.spot-avatar--white, .spot-container--light-primary .spot-avatar--white, .spot-container--light-secondary .spot-avatar--white {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-avatar--white, .spot-container--dark-secondary .spot-avatar--white {
  background-color: #F0F0F0;
}
.spot-avatar--dashed {
  background-color: transparent;
  border: 2px dotted #9A9B9C;
  color: #EA2839;
}
.spot-badge {
  align-items: center;
  border-radius: 4px;
  font-family: var(--font-family-sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: relative;
  white-space: nowrap;
}
.spot-badge .spot-icon {
  fill: #ffffff;
  height: 12px;
  width: 12px;
}
.spot-badge.spot-badge--short-text {
  padding: 0 6px;
  width: auto;
}
.spot-badge--dot {
  height: 20px;
  width: 20px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}
.spot-container--light-primary .spot-badge--dot {
  border-color: #ffffff;
}
.spot-container--light-secondary .spot-badge--dot {
  border-color: #F0F0F0;
}
.spot-container--light-primary .spot-header .spot-badge--dot, .spot-container--light-secondary .spot-header .spot-badge--dot {
  border-color: #F0F0F0;
}
.spot-container--dark-primary .spot-badge--dot {
  border-color: #31353D;
}
.spot-container--dark-secondary .spot-badge--dot {
  border-color: #3F434A;
}
.spot-container--dark-primary .spot-header .spot-badge--dot, .spot-container--dark-secondary .spot-header .spot-badge--dot {
  border-color: #5D6066;
}
.spot-badge--large {
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.spot-badge--large .spot-icon {
  height: 16px;
  width: 16px;
}
.spot-badge--large .spot-badge--short-text {
  padding: 0 8px;
}
.spot-badge--large .spot-badge--short-text + .spot-icon {
  right: -24px;
}
.spot-badge--large.spot-badge--dot {
  height: 20px;
  width: 20px;
}
.spot-badge--small {
  height: 16px;
  width: 16px;
  line-height: 16px;
}
.spot-badge--small .spot-badge--short-text {
  padding: 0 4px;
}
.spot-badge--small .spot-badge--short-text + .spot-icon {
  right: -16px;
}
.spot-badge--small.spot-badge--dot {
  height: 16px;
  width: 16px;
}
.spot-badge-group {
  position: relative;
  overflow: visible !important;
  display: inline-block;
}
.spot-badge-group > .spot-badge {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.spot-badge-group > .spot-badge.spot-badge--bottom-left {
  left: 0;
  right: auto;
  top: auto;
  transform: translate(-50%, 50%);
}
.spot-badge-group > .spot-badge.spot-badge--bottom-right {
  top: auto;
  transform: translate(50%, 50%);
}
.spot-badge-group > .spot-badge.spot-badge--top-left {
  top: 0;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}
.spot-badge-group > .spot-badge--short-text {
  transform: translate(24px, -50%);
}
.spot-badge--primary, .spot-container--light-primary .spot-badge--primary, .spot-container--light-secondary .spot-badge--primary {
  background-color: #3F434A;
  color: #ffffff;
}
.spot-badge--primary .spot-badge__icon, .spot-container--light-primary .spot-badge--primary .spot-badge__icon, .spot-container--light-secondary .spot-badge--primary .spot-badge__icon {
  fill: #ffffff;
}
.spot-badge--primary .spot-icon, .spot-container--light-primary .spot-badge--primary .spot-icon, .spot-container--light-secondary .spot-badge--primary .spot-icon {
  fill: #ffffff;
}
.spot-container--light-secondary .spot-badge--primary {
  background-color: #3F434A;
  color: #ffffff;
}
.spot-container--light-secondary .spot-badge--primary .spot-badge__icon {
  fill: #ffffff;
}
.spot-container--light-secondary .spot-badge--primary .spot-icon {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-badge--primary {
  background-color: #D0D1D0;
  color: #25282E;
}
.spot-container--dark-primary .spot-badge--primary .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--primary .spot-icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--primary {
  background-color: #D0D1D0;
  color: #25282E;
}
.spot-container--dark-secondary .spot-badge--primary .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--primary .spot-icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--primary, .spot-container--dark-secondary .spot-badge--primary {
  background-color: #D0D1D0;
}
.spot-badge--secondary, .spot-container--light-primary .spot-badge--secondary, .spot-container--light-secondary .spot-badge--secondary {
  background-color: #717479;
  color: #ffffff;
}
.spot-badge--secondary .spot-badge__icon, .spot-container--light-primary .spot-badge--secondary .spot-badge__icon, .spot-container--light-secondary .spot-badge--secondary .spot-badge__icon {
  fill: #ffffff;
}
.spot-badge--secondary .spot-icon, .spot-container--light-primary .spot-badge--secondary .spot-icon, .spot-container--light-secondary .spot-badge--secondary .spot-icon {
  fill: #ffffff;
}
.spot-container--light-secondary .spot-badge--secondary {
  background-color: #717479;
  color: #ffffff;
}
.spot-container--light-secondary .spot-badge--secondary .spot-badge__icon {
  fill: #ffffff;
}
.spot-container--light-secondary .spot-badge--secondary .spot-icon {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-badge--secondary {
  background-color: #9A9B9C;
  color: #25282E;
}
.spot-container--dark-primary .spot-badge--secondary .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--secondary .spot-icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--secondary {
  background-color: #9A9B9C;
  color: #25282E;
}
.spot-container--dark-secondary .spot-badge--secondary .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--secondary .spot-icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--secondary, .spot-container--dark-secondary .spot-badge--secondary {
  background-color: #9A9B9C;
}
.spot-badge--positive, .spot-container--light-primary .spot-badge--positive, .spot-container--light-secondary .spot-badge--positive, .spot-badge--green, .spot-container--light-primary .spot-badge--green, .spot-container--light-secondary .spot-badge--green {
  background-color: #2E7D32;
  color: #ffffff;
}
.spot-badge--positive .spot-badge__icon, .spot-container--light-primary .spot-badge--positive .spot-badge__icon, .spot-container--light-secondary .spot-badge--positive .spot-badge__icon, .spot-badge--green .spot-badge__icon, .spot-container--light-primary .spot-badge--green .spot-badge__icon, .spot-container--light-secondary .spot-badge--green .spot-badge__icon {
  fill: #ffffff;
}
.spot-badge--positive .spot-icon, .spot-container--light-primary .spot-badge--positive .spot-icon, .spot-container--light-secondary .spot-badge--positive .spot-icon, .spot-badge--green .spot-icon, .spot-container--light-primary .spot-badge--green .spot-icon, .spot-container--light-secondary .spot-badge--green .spot-icon {
  fill: #ffffff;
}
.spot-container--light-secondary .spot-badge--positive, .spot-container--light-secondary .spot-badge--green {
  background-color: #2E7D32;
  color: #ffffff;
}
.spot-container--light-secondary .spot-badge--positive .spot-badge__icon, .spot-container--light-secondary .spot-badge--green .spot-badge__icon {
  fill: #ffffff;
}
.spot-container--light-secondary .spot-badge--positive .spot-icon, .spot-container--light-secondary .spot-badge--green .spot-icon {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-badge--positive, .spot-container--dark-primary .spot-badge--green {
  background-color: #81C784;
  color: #25282E;
}
.spot-container--dark-primary .spot-badge--positive .spot-badge__icon, .spot-container--dark-primary .spot-badge--green .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--positive .spot-icon, .spot-container--dark-primary .spot-badge--green .spot-icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--positive, .spot-container--dark-secondary .spot-badge--green {
  background-color: #81C784;
  color: #25282E;
}
.spot-container--dark-secondary .spot-badge--positive .spot-badge__icon, .spot-container--dark-secondary .spot-badge--green .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--positive .spot-icon, .spot-container--dark-secondary .spot-badge--green .spot-icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--positive, .spot-container--dark-secondary .spot-badge--positive, .spot-container--dark-primary .spot-badge--green, .spot-container--dark-secondary .spot-badge--green {
  background-color: #81C784;
}
.spot-badge--negative, .spot-container--light-primary .spot-badge--negative, .spot-container--light-secondary .spot-badge--negative, .spot-badge--red, .spot-container--light-primary .spot-badge--red, .spot-container--light-secondary .spot-badge--red {
  background-color: #D30E1F;
  color: #ffffff;
}
.spot-badge--negative .spot-badge__icon, .spot-container--light-primary .spot-badge--negative .spot-badge__icon, .spot-container--light-secondary .spot-badge--negative .spot-badge__icon, .spot-badge--red .spot-badge__icon, .spot-container--light-primary .spot-badge--red .spot-badge__icon, .spot-container--light-secondary .spot-badge--red .spot-badge__icon {
  fill: #ffffff;
}
.spot-badge--negative .spot-icon, .spot-container--light-primary .spot-badge--negative .spot-icon, .spot-container--light-secondary .spot-badge--negative .spot-icon, .spot-badge--red .spot-icon, .spot-container--light-primary .spot-badge--red .spot-icon, .spot-container--light-secondary .spot-badge--red .spot-icon {
  fill: #ffffff;
}
.spot-container--light-secondary .spot-badge--negative, .spot-container--light-secondary .spot-badge--red {
  background-color: #D30E1F;
  color: #ffffff;
}
.spot-container--light-secondary .spot-badge--negative .spot-badge__icon, .spot-container--light-secondary .spot-badge--red .spot-badge__icon {
  fill: #ffffff;
}
.spot-container--light-secondary .spot-badge--negative .spot-icon, .spot-container--light-secondary .spot-badge--red .spot-icon {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-badge--negative, .spot-container--dark-primary .spot-badge--red {
  background-color: #F5767D;
  color: #25282E;
}
.spot-container--dark-primary .spot-badge--negative .spot-badge__icon, .spot-container--dark-primary .spot-badge--red .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--negative .spot-icon, .spot-container--dark-primary .spot-badge--red .spot-icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--negative, .spot-container--dark-secondary .spot-badge--red {
  background-color: #F5767D;
  color: #25282E;
}
.spot-container--dark-secondary .spot-badge--negative .spot-badge__icon, .spot-container--dark-secondary .spot-badge--red .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--negative .spot-icon, .spot-container--dark-secondary .spot-badge--red .spot-icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--negative, .spot-container--dark-secondary .spot-badge--negative, .spot-container--dark-primary .spot-badge--red, .spot-container--dark-secondary .spot-badge--red {
  background-color: #F5767D;
}
.spot-badge--warning, .spot-container--light-primary .spot-badge--warning, .spot-container--light-secondary .spot-badge--warning, .spot-badge--yellow, .spot-container--light-primary .spot-badge--yellow, .spot-container--light-secondary .spot-badge--yellow {
  background-color: #F6E962;
  color: #31353D;
}
.spot-badge--warning .spot-badge__icon, .spot-container--light-primary .spot-badge--warning .spot-badge__icon, .spot-container--light-secondary .spot-badge--warning .spot-badge__icon, .spot-badge--yellow .spot-badge__icon, .spot-container--light-primary .spot-badge--yellow .spot-badge__icon, .spot-container--light-secondary .spot-badge--yellow .spot-badge__icon {
  fill: #31353D;
}
.spot-badge--warning .spot-icon, .spot-container--light-primary .spot-badge--warning .spot-icon, .spot-container--light-secondary .spot-badge--warning .spot-icon, .spot-badge--yellow .spot-icon, .spot-container--light-primary .spot-badge--yellow .spot-icon, .spot-container--light-secondary .spot-badge--yellow .spot-icon {
  fill: #31353D;
}
.spot-container--light-secondary .spot-badge--warning, .spot-container--light-secondary .spot-badge--yellow {
  background-color: #F6E962;
  color: #31353D;
}
.spot-container--light-secondary .spot-badge--warning .spot-badge__icon, .spot-container--light-secondary .spot-badge--yellow .spot-badge__icon {
  fill: #31353D;
}
.spot-container--light-secondary .spot-badge--warning .spot-icon, .spot-container--light-secondary .spot-badge--yellow .spot-icon {
  fill: #31353D;
}
.spot-container--dark-primary .spot-badge--warning, .spot-container--dark-primary .spot-badge--yellow {
  background-color: #F8ED81;
  color: #25282E;
}
.spot-container--dark-primary .spot-badge--warning .spot-badge__icon, .spot-container--dark-primary .spot-badge--yellow .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--warning .spot-icon, .spot-container--dark-primary .spot-badge--yellow .spot-icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--warning, .spot-container--dark-secondary .spot-badge--yellow {
  background-color: #F8ED81;
  color: #25282E;
}
.spot-container--dark-secondary .spot-badge--warning .spot-badge__icon, .spot-container--dark-secondary .spot-badge--yellow .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--warning .spot-icon, .spot-container--dark-secondary .spot-badge--yellow .spot-icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--warning, .spot-container--dark-secondary .spot-badge--warning, .spot-container--dark-primary .spot-badge--yellow, .spot-container--dark-secondary .spot-badge--yellow {
  background-color: #F8ED81;
}
.spot-badge--info, .spot-container--light-primary .spot-badge--info, .spot-container--light-secondary .spot-badge--info, .spot-badge--blue, .spot-container--light-primary .spot-badge--blue, .spot-container--light-secondary .spot-badge--blue {
  background-color: #99E5FF;
  color: #31353D;
}
.spot-badge--info .spot-badge__icon, .spot-container--light-primary .spot-badge--info .spot-badge__icon, .spot-container--light-secondary .spot-badge--info .spot-badge__icon, .spot-badge--blue .spot-badge__icon, .spot-container--light-primary .spot-badge--blue .spot-badge__icon, .spot-container--light-secondary .spot-badge--blue .spot-badge__icon {
  fill: #31353D;
}
.spot-badge--info .spot-icon, .spot-container--light-primary .spot-badge--info .spot-icon, .spot-container--light-secondary .spot-badge--info .spot-icon, .spot-badge--blue .spot-icon, .spot-container--light-primary .spot-badge--blue .spot-icon, .spot-container--light-secondary .spot-badge--blue .spot-icon {
  fill: #31353D;
}
.spot-container--light-secondary .spot-badge--info, .spot-container--light-secondary .spot-badge--blue {
  background-color: #99E5FF;
  color: #31353D;
}
.spot-container--light-secondary .spot-badge--info .spot-badge__icon, .spot-container--light-secondary .spot-badge--blue .spot-badge__icon {
  fill: #31353D;
}
.spot-container--light-secondary .spot-badge--info .spot-icon, .spot-container--light-secondary .spot-badge--blue .spot-icon {
  fill: #31353D;
}
.spot-container--dark-primary .spot-badge--info, .spot-container--dark-primary .spot-badge--blue {
  background-color: #99E5FF;
  color: #25282E;
}
.spot-container--dark-primary .spot-badge--info .spot-badge__icon, .spot-container--dark-primary .spot-badge--blue .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--info .spot-icon, .spot-container--dark-primary .spot-badge--blue .spot-icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--info, .spot-container--dark-secondary .spot-badge--blue {
  background-color: #99E5FF;
  color: #25282E;
}
.spot-container--dark-secondary .spot-badge--info .spot-badge__icon, .spot-container--dark-secondary .spot-badge--blue .spot-badge__icon {
  fill: #25282E;
}
.spot-container--dark-secondary .spot-badge--info .spot-icon, .spot-container--dark-secondary .spot-badge--blue .spot-icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-badge--info, .spot-container--dark-secondary .spot-badge--info, .spot-container--dark-primary .spot-badge--blue, .spot-container--dark-secondary .spot-badge--blue {
  background-color: #99E5FF;
}
.spot-badge--primary .spot-icon, .spot-badge--secondary .spot-icon, .spot-badge--positive .spot-icon, .spot-badge--negative .spot-icon, .spot-badge--warning .spot-icon, .spot-badge--green .spot-icon, .spot-badge--red .spot-icon, .spot-badge--yellow .spot-icon {
  fill: #ffffff;
}
.spot-badge__icon {
  flex-shrink: 0;
  height: 12px;
  width: 12px;
}
.spot-button, .spot-button-group-toggle label,
.spot-button-group-toggle--large label,
.spot-button-group-toggle--small label {
  line-height: 1.5;
}
.spot-button::before, .spot-button-group-toggle label::before,
.spot-button-group-toggle--large label::before,
.spot-button-group-toggle--small label::before, .spot-button::after, .spot-button-group-toggle label::after,
.spot-button-group-toggle--large label::after,
.spot-button-group-toggle--small label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-button::before, .spot-button-group-toggle label::before,
.spot-button-group-toggle--large label::before,
.spot-button-group-toggle--small label::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-button::after, .spot-button-group-toggle label::after,
.spot-button-group-toggle--large label::after,
.spot-button-group-toggle--small label::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-button, .spot-button-group-toggle label,
.spot-button-group-toggle--large label,
.spot-button-group-toggle--small label, .spot-container--light-primary .spot-button, .spot-container--light-secondary .spot-button {
  border-color: #9A9B9C;
  color: #25282E;
}
.spot-button .spot-button__icon, .spot-button-group-toggle label .spot-button__icon,
.spot-button-group-toggle--large label .spot-button__icon,
.spot-button-group-toggle--small label .spot-button__icon,
.spot-button .spot-button > .spot-icon,
.spot-button-group-toggle label .spot-button > .spot-icon,
.spot-button-group-toggle--large label .spot-button > .spot-icon,
.spot-button-group-toggle--small label .spot-button > .spot-icon,
.spot-button .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-button label > .spot-icon,
.spot-button-group-toggle label label > .spot-icon,
.spot-button .spot-button-group-toggle--large label > .spot-icon,
.spot-button .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button label > .spot-icon,
.spot-button-group-toggle--small .spot-button label > .spot-icon,
.spot-button-group-toggle--large label label > .spot-icon,
.spot-button-group-toggle--small label label > .spot-icon, .spot-container--light-primary .spot-button .spot-button__icon,
.spot-container--light-primary .spot-button .spot-button > .spot-icon, .spot-container--light-secondary .spot-button .spot-button__icon,
.spot-container--light-secondary .spot-button .spot-button > .spot-icon {
  fill: #25282E;
}
.spot-button, .spot-button-group-toggle label,
.spot-button-group-toggle--large label,
.spot-button-group-toggle--small label, .spot-container--light-primary .spot-button {
  background-color: #ffffff;
}
.spot-button:hover, .spot-button-group-toggle label:hover,
.spot-button-group-toggle--large label:hover,
.spot-button-group-toggle--small label:hover, .spot-button.spot-button--hover, .spot-button-group-toggle label.spot-button--hover,
.spot-button-group-toggle--large label.spot-button--hover,
.spot-button-group-toggle--small label.spot-button--hover, .spot-container--light-primary .spot-button:hover, .spot-container--light-primary .spot-button.spot-button--hover {
  background-color: #BCBDBC;
  border-color: #BCBDBC;
}
.spot-button:focus, .spot-button-group-toggle label:focus,
.spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--small label:focus, .spot-container--light-primary .spot-button:focus, .spot-container--light-secondary .spot-button:focus, .spot-button.spot-button--focus, .spot-button-group-toggle label.spot-button--focus,
.spot-button-group-toggle--large label.spot-button--focus,
.spot-button-group-toggle--small label.spot-button--focus, .spot-container--light-primary .spot-button.spot-button--focus, .spot-container--light-secondary .spot-button.spot-button--focus, .spot-container--light-primary .spot-container--light-primary .spot-button:focus, .spot-container--light-secondary .spot-container--light-primary .spot-button:focus, .spot-container--light-primary .spot-container--light-primary .spot-button.spot-button--focus, .spot-container--light-secondary .spot-container--light-primary .spot-button.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-button:focus, .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary label:focus, .spot-container--dark-secondary .spot-button:focus, .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label:focus, .spot-container--dark-primary .spot-button.spot-button--focus, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus, .spot-container--dark-secondary .spot-button.spot-button--focus, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus, .spot-container--dark-primary .spot-container--light-primary .spot-button:focus, .spot-container--dark-secondary .spot-container--light-primary .spot-button:focus, .spot-container--dark-primary .spot-container--light-primary .spot-button.spot-button--focus, .spot-container--dark-secondary .spot-container--light-primary .spot-button.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-button:focus, .spot-button-group-toggle label:focus,
.spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--small label:focus, .spot-button.spot-button--focus, .spot-button-group-toggle label.spot-button--focus,
.spot-button-group-toggle--large label.spot-button--focus,
.spot-button-group-toggle--small label.spot-button--focus, .spot-container--light-primary .spot-button:focus, .spot-container--light-primary .spot-button.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-button:focus, .spot-button-group-toggle label:focus,
.spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--small label:focus, .spot-button.spot-button--focus, .spot-button-group-toggle label.spot-button--focus,
.spot-button-group-toggle--large label.spot-button--focus,
.spot-button-group-toggle--small label.spot-button--focus, .spot-container--light-primary .spot-button:focus, .spot-container--light-primary .spot-button.spot-button--focus {
  background-color: #ffffff;
  border-color: transparent;
}
.spot-button:active, .spot-button-group-toggle label:active,
.spot-button-group-toggle--large label:active,
.spot-button-group-toggle--small label:active, .spot-button.spot-button--active, .spot-button-group-toggle label.spot-button--active,
.spot-button-group-toggle--large label.spot-button--active,
.spot-button-group-toggle--small label.spot-button--active, .spot-container--light-primary .spot-button:active, .spot-container--light-primary .spot-button.spot-button--active {
  background-color: #BCBDBC;
  border-color: transparent;
  box-shadow: 0 0 0 2px #9A9B9C;
}
.spot-button:disabled, .spot-button-group-toggle label:disabled,
.spot-button-group-toggle--large label:disabled,
.spot-button-group-toggle--small label:disabled, .spot-button.spot-button--disabled, .spot-button-group-toggle label.spot-button--disabled,
.spot-button-group-toggle--large label.spot-button--disabled,
.spot-button-group-toggle--small label.spot-button--disabled, .spot-button:disabled:has(:hover, :focus, :focus-visible, :active), .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active), .spot-container--light-primary .spot-button:disabled, .spot-container--light-primary .spot-button.spot-button--disabled, .spot-container--light-primary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--light-primary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: #A9AAAA;
  cursor: not-allowed;
}
.spot-button:disabled .spot-button__icon, .spot-button-group-toggle label:disabled .spot-button__icon,
.spot-button-group-toggle--large label:disabled .spot-button__icon,
.spot-button-group-toggle--small label:disabled .spot-button__icon, .spot-button:disabled .spot-button > .spot-icon, .spot-button-group-toggle label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small label:disabled .spot-button > .spot-icon, .spot-button:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-button:disabled label > .spot-icon, .spot-button-group-toggle label:disabled label > .spot-icon,
.spot-button:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-button:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-button:disabled label > .spot-icon,
.spot-button-group-toggle--large label:disabled label > .spot-icon,
.spot-button-group-toggle--small label:disabled label > .spot-icon, .spot-button.spot-button--disabled .spot-button__icon, .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon, .spot-button.spot-button--disabled .spot-button > .spot-icon, .spot-button-group-toggle label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small label.spot-button--disabled .spot-button > .spot-icon, .spot-button.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-button.spot-button--disabled label > .spot-icon, .spot-button-group-toggle label.spot-button--disabled label > .spot-icon,
.spot-button.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-button.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-button.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--large label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small label.spot-button--disabled label > .spot-icon, .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon, .spot-container--light-primary .spot-button:disabled .spot-button__icon, .spot-container--light-primary .spot-button:disabled .spot-button > .spot-icon, .spot-container--light-primary .spot-button.spot-button--disabled .spot-button__icon, .spot-container--light-primary .spot-button.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-primary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-primary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--light-primary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-primary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon {
  fill: #A9AAAA;
}
.spot-container--light-secondary .spot-button, .spot-container--light-secondary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--light-secondary label,
.spot-container--light-secondary .spot-button-group-toggle--large label,
.spot-container--light-secondary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--light-secondary label,
.spot-button-group-toggle--small .spot-container--light-secondary label {
  background-color: #F0F0F0;
}
.spot-container--light-secondary .spot-button:hover, .spot-container--light-secondary .spot-button-group-toggle label:hover, .spot-button-group-toggle .spot-container--light-secondary label:hover,
.spot-container--light-secondary .spot-button-group-toggle--large label:hover,
.spot-container--light-secondary .spot-button-group-toggle--small label:hover,
.spot-button-group-toggle--large .spot-container--light-secondary label:hover,
.spot-button-group-toggle--small .spot-container--light-secondary label:hover, .spot-container--light-secondary .spot-button.spot-button--hover, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--hover, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--hover,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--hover,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--hover,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--hover,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--hover {
  background-color: #BCBDBC;
  border-color: #BCBDBC;
}
.spot-container--light-secondary .spot-button:focus, .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--light-secondary label:focus,
.spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--light-secondary label:focus, .spot-container--light-primary .spot-container--light-secondary .spot-button:focus, .spot-container--light-secondary .spot-container--light-secondary .spot-button:focus, .spot-container--light-secondary .spot-button.spot-button--focus, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus, .spot-container--light-primary .spot-container--light-secondary .spot-button.spot-button--focus, .spot-container--light-secondary .spot-container--light-secondary .spot-button.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--light-secondary .spot-button:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label:focus,
.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label:focus,
.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-button.spot-button--focus, .spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,
.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button.spot-button--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--light-secondary .spot-button:focus, .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--light-secondary label:focus,
.spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--light-secondary label:focus, .spot-container--light-secondary .spot-button.spot-button--focus, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--light-secondary .spot-button:focus, .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--light-secondary label:focus,
.spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--light-secondary label:focus, .spot-container--light-secondary .spot-button.spot-button--focus, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus {
  background-color: #F0F0F0;
  border-color: transparent;
}
.spot-container--light-secondary .spot-button:active, .spot-container--light-secondary .spot-button-group-toggle label:active, .spot-button-group-toggle .spot-container--light-secondary label:active,
.spot-container--light-secondary .spot-button-group-toggle--large label:active,
.spot-container--light-secondary .spot-button-group-toggle--small label:active,
.spot-button-group-toggle--large .spot-container--light-secondary label:active,
.spot-button-group-toggle--small .spot-container--light-secondary label:active, .spot-container--light-secondary .spot-button.spot-button--active, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--active, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--active,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--active,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--active,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--active,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--active {
  background-color: #BCBDBC;
  border-color: transparent;
  box-shadow: 0 0 0 2px #9A9B9C;
}
.spot-container--light-secondary .spot-button:disabled, .spot-container--light-secondary .spot-button-group-toggle label:disabled, .spot-button-group-toggle .spot-container--light-secondary label:disabled,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled,
.spot-button-group-toggle--large .spot-container--light-secondary label:disabled,
.spot-button-group-toggle--small .spot-container--light-secondary label:disabled, .spot-container--light-secondary .spot-button.spot-button--disabled, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled, .spot-container--light-secondary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #F0F0F0;
  border-color: #ffffff;
  box-shadow: none;
  color: #A9AAAA;
  cursor: not-allowed;
}
.spot-container--light-secondary .spot-button:disabled .spot-button__icon, .spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button__icon, .spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button__icon, .spot-container--light-secondary .spot-button:disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary .spot-button:disabled label > .spot-icon, .spot-container--light-secondary .spot-button-group-toggle label:disabled label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary label:disabled label > .spot-icon,
.spot-container--light-secondary .spot-button:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button:disabled label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label:disabled label > .spot-icon, .spot-container--light-secondary .spot-button.spot-button--disabled .spot-button__icon, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button__icon, .spot-container--light-secondary .spot-button.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary .spot-button.spot-button--disabled label > .spot-icon, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label > .spot-icon,
.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button.spot-button--disabled label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label > .spot-icon, .spot-container--light-secondary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-secondary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-secondary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--light-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #A9AAAA;
}
.spot-container--dark-primary .spot-button, .spot-container--dark-primary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--dark-primary label,
.spot-container--dark-primary .spot-button-group-toggle--large label,
.spot-container--dark-primary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--dark-primary label,
.spot-button-group-toggle--small .spot-container--dark-primary label, .spot-container--dark-secondary .spot-button, .spot-container--dark-secondary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--dark-secondary label,
.spot-container--dark-secondary .spot-button-group-toggle--large label,
.spot-container--dark-secondary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--dark-secondary label,
.spot-button-group-toggle--small .spot-container--dark-secondary label {
  border-color: #717479;
  color: #ffffff;
}
.spot-container--dark-primary .spot-button .spot-button__icon, .spot-container--dark-primary .spot-button-group-toggle label .spot-button__icon, .spot-button-group-toggle .spot-container--dark-primary label .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button__icon,
.spot-container--dark-primary .spot-button .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary label .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary .spot-button label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary label label > .spot-icon,
.spot-container--dark-primary .spot-button .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label label > .spot-icon, .spot-container--dark-secondary .spot-button .spot-button__icon, .spot-container--dark-secondary .spot-button-group-toggle label .spot-button__icon, .spot-button-group-toggle .spot-container--dark-secondary label .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button__icon,
.spot-container--dark-secondary .spot-button .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary label .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary .spot-button label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary label label > .spot-icon,
.spot-container--dark-secondary .spot-button .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label label > .spot-icon {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-button, .spot-container--dark-primary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--dark-primary label,
.spot-container--dark-primary .spot-button-group-toggle--large label,
.spot-container--dark-primary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--dark-primary label,
.spot-button-group-toggle--small .spot-container--dark-primary label {
  background-color: #31353D;
}
.spot-container--dark-primary .spot-button:hover, .spot-container--dark-primary .spot-button-group-toggle label:hover, .spot-button-group-toggle .spot-container--dark-primary label:hover,
.spot-container--dark-primary .spot-button-group-toggle--large label:hover,
.spot-container--dark-primary .spot-button-group-toggle--small label:hover,
.spot-button-group-toggle--large .spot-container--dark-primary label:hover,
.spot-button-group-toggle--small .spot-container--dark-primary label:hover, .spot-container--dark-primary .spot-button.spot-button--hover, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--hover, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--hover,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--hover,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--hover,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--hover,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--hover {
  background-color: #3E9AF5;
  border-color: #3E9AF5;
}
.spot-container--dark-primary .spot-button:focus, .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary label:focus, .spot-container--light-primary .spot-container--dark-primary .spot-button:focus, .spot-container--light-secondary .spot-container--dark-primary .spot-button:focus, .spot-container--dark-primary .spot-button.spot-button--focus, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus, .spot-container--light-primary .spot-container--dark-primary .spot-button.spot-button--focus, .spot-container--light-secondary .spot-container--dark-primary .spot-button.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-button:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label:focus,
.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-button.spot-button--focus, .spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-button:focus, .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary label:focus, .spot-container--dark-primary .spot-button.spot-button--focus, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-button:focus, .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary label:focus, .spot-container--dark-primary .spot-button.spot-button--focus, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus {
  background-color: #31353D;
  border-color: transparent;
}
.spot-container--dark-primary .spot-button:active, .spot-container--dark-primary .spot-button-group-toggle label:active, .spot-button-group-toggle .spot-container--dark-primary label:active,
.spot-container--dark-primary .spot-button-group-toggle--large label:active,
.spot-container--dark-primary .spot-button-group-toggle--small label:active,
.spot-button-group-toggle--large .spot-container--dark-primary label:active,
.spot-button-group-toggle--small .spot-container--dark-primary label:active, .spot-container--dark-primary .spot-button.spot-button--active, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--active, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--active,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--active,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--active,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--active,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--active {
  background-color: #3E9AF5;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-container--dark-primary .spot-button:disabled, .spot-container--dark-primary .spot-button-group-toggle label:disabled, .spot-button-group-toggle .spot-container--dark-primary label:disabled,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled,
.spot-button-group-toggle--large .spot-container--dark-primary label:disabled,
.spot-button-group-toggle--small .spot-container--dark-primary label:disabled, .spot-container--dark-primary .spot-button.spot-button--disabled, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled, .spot-container--dark-primary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #31353D;
  border-color: #5D6066;
  box-shadow: none;
  color: #3F434A;
  cursor: not-allowed;
}
.spot-container--dark-primary .spot-button:disabled .spot-button__icon, .spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button__icon, .spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button__icon, .spot-container--dark-primary .spot-button:disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary .spot-button:disabled label > .spot-icon, .spot-container--dark-primary .spot-button-group-toggle label:disabled label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary label:disabled label > .spot-icon,
.spot-container--dark-primary .spot-button:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button:disabled label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label:disabled label > .spot-icon, .spot-container--dark-primary .spot-button.spot-button--disabled .spot-button__icon, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button__icon, .spot-container--dark-primary .spot-button.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary .spot-button.spot-button--disabled label > .spot-icon, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label > .spot-icon,
.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button.spot-button--disabled label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label > .spot-icon, .spot-container--dark-primary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-primary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-primary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #3F434A;
}
.spot-container--dark-secondary .spot-button, .spot-container--dark-secondary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--dark-secondary label,
.spot-container--dark-secondary .spot-button-group-toggle--large label,
.spot-container--dark-secondary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--dark-secondary label,
.spot-button-group-toggle--small .spot-container--dark-secondary label {
  background-color: #3F434A;
}
.spot-container--dark-secondary .spot-button:hover, .spot-container--dark-secondary .spot-button-group-toggle label:hover, .spot-button-group-toggle .spot-container--dark-secondary label:hover,
.spot-container--dark-secondary .spot-button-group-toggle--large label:hover,
.spot-container--dark-secondary .spot-button-group-toggle--small label:hover,
.spot-button-group-toggle--large .spot-container--dark-secondary label:hover,
.spot-button-group-toggle--small .spot-container--dark-secondary label:hover, .spot-container--dark-secondary .spot-button.spot-button--hover, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--hover, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--hover,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--hover,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--hover,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--hover,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--hover {
  background-color: #3E9AF5;
  border-color: #3E9AF5;
}
.spot-container--dark-secondary .spot-button:focus, .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label:focus, .spot-container--light-primary .spot-container--dark-secondary .spot-button:focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-button:focus, .spot-container--dark-secondary .spot-button.spot-button--focus, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus, .spot-container--light-primary .spot-container--dark-secondary .spot-button.spot-button--focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-button.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-secondary .spot-button:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label:focus,
.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-button.spot-button--focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-secondary .spot-button:focus, .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label:focus, .spot-container--dark-secondary .spot-button.spot-button--focus, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-secondary .spot-button:focus, .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label:focus, .spot-container--dark-secondary .spot-button.spot-button--focus, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus {
  background-color: #3F434A;
  border-color: transparent;
}
.spot-container--dark-secondary .spot-button:active, .spot-container--dark-secondary .spot-button-group-toggle label:active, .spot-button-group-toggle .spot-container--dark-secondary label:active,
.spot-container--dark-secondary .spot-button-group-toggle--large label:active,
.spot-container--dark-secondary .spot-button-group-toggle--small label:active,
.spot-button-group-toggle--large .spot-container--dark-secondary label:active,
.spot-button-group-toggle--small .spot-container--dark-secondary label:active, .spot-container--dark-secondary .spot-button.spot-button--active, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--active, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--active,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--active,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--active,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--active,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--active {
  background-color: #3E9AF5;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-container--dark-secondary .spot-button:disabled, .spot-container--dark-secondary .spot-button-group-toggle label:disabled, .spot-button-group-toggle .spot-container--dark-secondary label:disabled,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled,
.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled,
.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled, .spot-container--dark-secondary .spot-button.spot-button--disabled, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled, .spot-container--dark-secondary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #3F434A;
  border-color: #5D6066;
  box-shadow: none;
  color: #3F434A;
  cursor: not-allowed;
}
.spot-container--dark-secondary .spot-button:disabled .spot-button__icon, .spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button__icon, .spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button__icon, .spot-container--dark-secondary .spot-button:disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary .spot-button:disabled label > .spot-icon, .spot-container--dark-secondary .spot-button-group-toggle label:disabled label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary label:disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button:disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label > .spot-icon, .spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button__icon, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon, .spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary .spot-button.spot-button--disabled label > .spot-icon, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button.spot-button--disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label > .spot-icon, .spot-container--dark-secondary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-secondary .spot-button:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-secondary .spot-button.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #3F434A;
}
.spot-button, .spot-button-group-toggle label,
.spot-button-group-toggle--large label,
.spot-button-group-toggle--small label {
  align-items: center;
  border-radius: 24px;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-family-sans-serif);
  font-size: 15px;
  font-weight: bold;
  height: 35px;
  outline: none;
  overflow: hidden;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.spot-button:hover, .spot-button-group-toggle label:hover,
.spot-button-group-toggle--large label:hover,
.spot-button-group-toggle--small label:hover {
  -webkit-tap-highlight-color: transparent;
}
.spot-button--primary, .spot-container--light-primary .spot-button--primary, .spot-container--light-secondary .spot-button--primary {
  border-color: #0969D9;
  color: #ffffff;
}
.spot-button--primary .spot-button__icon,
.spot-button--primary .spot-button > .spot-icon,
.spot-button--primary .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-button--primary label > .spot-icon,
.spot-button--primary .spot-button-group-toggle--large label > .spot-icon,
.spot-button--primary .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--primary label > .spot-icon,
.spot-button-group-toggle--small .spot-button--primary label > .spot-icon, .spot-container--light-primary .spot-button--primary .spot-button__icon,
.spot-container--light-primary .spot-button--primary .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--primary .spot-button__icon,
.spot-container--light-secondary .spot-button--primary .spot-button > .spot-icon {
  fill: #ffffff;
}
.spot-button--primary, .spot-container--light-primary .spot-button--primary {
  background-color: #0969D9;
}
.spot-button--primary:hover, .spot-button--primary.spot-button--hover, .spot-container--light-primary .spot-button--primary:hover, .spot-container--light-primary .spot-button--primary.spot-button--hover {
  background-color: #0b76f0;
  border-color: #0b76f0;
}
.spot-button--primary:focus, .spot-container--light-primary .spot-button--primary:focus, .spot-container--light-secondary .spot-button--primary:focus, .spot-button--primary.spot-button--focus, .spot-container--light-primary .spot-button--primary.spot-button--focus, .spot-container--light-secondary .spot-button--primary.spot-button--focus, .spot-container--light-primary .spot-container--light-primary .spot-button--primary:focus, .spot-container--light-secondary .spot-container--light-primary .spot-button--primary:focus, .spot-container--light-primary .spot-container--light-primary .spot-button--primary.spot-button--focus, .spot-container--light-secondary .spot-container--light-primary .spot-button--primary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-button--primary:focus, .spot-container--dark-secondary .spot-button--primary:focus, .spot-container--dark-primary .spot-button--primary.spot-button--focus, .spot-container--dark-secondary .spot-button--primary.spot-button--focus, .spot-container--dark-primary .spot-container--light-primary .spot-button--primary:focus, .spot-container--dark-secondary .spot-container--light-primary .spot-button--primary:focus, .spot-container--dark-primary .spot-container--light-primary .spot-button--primary.spot-button--focus, .spot-container--dark-secondary .spot-container--light-primary .spot-button--primary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-button--primary:focus, .spot-button--primary.spot-button--focus, .spot-container--light-primary .spot-button--primary:focus, .spot-container--light-primary .spot-button--primary.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-button--primary:focus, .spot-button--primary.spot-button--focus, .spot-container--light-primary .spot-button--primary:focus, .spot-container--light-primary .spot-button--primary.spot-button--focus {
  background-color: #0969D9;
  border-color: transparent;
}
.spot-button--primary:active, .spot-button--primary.spot-button--active, .spot-container--light-primary .spot-button--primary:active, .spot-container--light-primary .spot-button--primary.spot-button--active {
  background-color: #0b76f0;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-button--primary:disabled, .spot-button--primary.spot-button--disabled, .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active), .spot-container--light-primary .spot-button--primary:disabled, .spot-container--light-primary .spot-button--primary.spot-button--disabled, .spot-container--light-primary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  box-shadow: none;
  color: #A9AAAA;
  cursor: not-allowed;
}
.spot-button--primary:disabled .spot-button__icon, .spot-button--primary:disabled .spot-button > .spot-icon, .spot-button--primary:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-button--primary:disabled label > .spot-icon,
.spot-button--primary:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-button--primary:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--primary:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-button--primary:disabled label > .spot-icon, .spot-button--primary.spot-button--disabled .spot-button__icon, .spot-button--primary.spot-button--disabled .spot-button > .spot-icon, .spot-button--primary.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-button--primary.spot-button--disabled label > .spot-icon,
.spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--primary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-button--primary.spot-button--disabled label > .spot-icon, .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon, .spot-container--light-primary .spot-button--primary:disabled .spot-button__icon, .spot-container--light-primary .spot-button--primary:disabled .spot-button > .spot-icon, .spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button__icon, .spot-container--light-primary .spot-button--primary.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-primary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-primary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-primary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon {
  fill: #A9AAAA;
}
.spot-container--light-secondary .spot-button--primary {
  background-color: #0969D9;
}
.spot-container--light-secondary .spot-button--primary:hover, .spot-container--light-secondary .spot-button--primary.spot-button--hover {
  background-color: #0b76f0;
  border-color: #0b76f0;
}
.spot-container--light-secondary .spot-button--primary:focus, .spot-container--light-primary .spot-container--light-secondary .spot-button--primary:focus, .spot-container--light-secondary .spot-container--light-secondary .spot-button--primary:focus, .spot-container--light-secondary .spot-button--primary.spot-button--focus, .spot-container--light-primary .spot-container--light-secondary .spot-button--primary.spot-button--focus, .spot-container--light-secondary .spot-container--light-secondary .spot-button--primary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--light-secondary .spot-button--primary:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button--primary:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-button--primary.spot-button--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button--primary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--light-secondary .spot-button--primary:focus, .spot-container--light-secondary .spot-button--primary.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--light-secondary .spot-button--primary:focus, .spot-container--light-secondary .spot-button--primary.spot-button--focus {
  background-color: #0969D9;
  border-color: transparent;
}
.spot-container--light-secondary .spot-button--primary:active, .spot-container--light-secondary .spot-button--primary.spot-button--active {
  background-color: #0b76f0;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-container--light-secondary .spot-button--primary:disabled, .spot-container--light-secondary .spot-button--primary.spot-button--disabled, .spot-container--light-secondary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  box-shadow: none;
  color: #A9AAAA;
  cursor: not-allowed;
}
.spot-container--light-secondary .spot-button--primary:disabled .spot-button__icon, .spot-container--light-secondary .spot-button--primary:disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--primary:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary .spot-button--primary:disabled label > .spot-icon,
.spot-container--light-secondary .spot-button--primary:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button--primary:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary:disabled label > .spot-icon, .spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button__icon, .spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary .spot-button--primary.spot-button--disabled label > .spot-icon,
.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary.spot-button--disabled label > .spot-icon, .spot-container--light-secondary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-secondary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-secondary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #A9AAAA;
}
.spot-container--dark-primary .spot-button--primary, .spot-container--dark-secondary .spot-button--primary {
  border-color: #0969D9;
  color: #ffffff;
}
.spot-container--dark-primary .spot-button--primary .spot-button__icon,
.spot-container--dark-primary .spot-button--primary .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button--primary .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary label > .spot-icon,
.spot-container--dark-primary .spot-button--primary .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--primary .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary label > .spot-icon, .spot-container--dark-secondary .spot-button--primary .spot-button__icon,
.spot-container--dark-secondary .spot-button--primary .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button--primary .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary label > .spot-icon,
.spot-container--dark-secondary .spot-button--primary .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--primary .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary label > .spot-icon {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-button--primary {
  background-color: #0969D9;
}
.spot-container--dark-primary .spot-button--primary:hover, .spot-container--dark-primary .spot-button--primary.spot-button--hover {
  background-color: #0b76f0;
  border-color: #0b76f0;
}
.spot-container--dark-primary .spot-button--primary:focus, .spot-container--light-primary .spot-container--dark-primary .spot-button--primary:focus, .spot-container--light-secondary .spot-container--dark-primary .spot-button--primary:focus, .spot-container--dark-primary .spot-button--primary.spot-button--focus, .spot-container--light-primary .spot-container--dark-primary .spot-button--primary.spot-button--focus, .spot-container--light-secondary .spot-container--dark-primary .spot-button--primary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-button--primary:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button--primary:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-button--primary.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button--primary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-button--primary:focus, .spot-container--dark-primary .spot-button--primary.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-button--primary:focus, .spot-container--dark-primary .spot-button--primary.spot-button--focus {
  background-color: #0969D9;
  border-color: transparent;
}
.spot-container--dark-primary .spot-button--primary:active, .spot-container--dark-primary .spot-button--primary.spot-button--active {
  background-color: #0b76f0;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-container--dark-primary .spot-button--primary:disabled, .spot-container--dark-primary .spot-button--primary.spot-button--disabled, .spot-container--dark-primary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #5D6066;
  border-color: #5D6066;
  box-shadow: none;
  color: #3F434A;
  cursor: not-allowed;
}
.spot-container--dark-primary .spot-button--primary:disabled .spot-button__icon, .spot-container--dark-primary .spot-button--primary:disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button--primary:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary .spot-button--primary:disabled label > .spot-icon,
.spot-container--dark-primary .spot-button--primary:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--primary:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary:disabled label > .spot-icon, .spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button__icon, .spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary .spot-button--primary.spot-button--disabled label > .spot-icon,
.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary.spot-button--disabled label > .spot-icon, .spot-container--dark-primary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-primary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-primary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #3F434A;
}
.spot-container--dark-secondary .spot-button--primary {
  background-color: #0969D9;
}
.spot-container--dark-secondary .spot-button--primary:hover, .spot-container--dark-secondary .spot-button--primary.spot-button--hover {
  background-color: #0b76f0;
  border-color: #0b76f0;
}
.spot-container--dark-secondary .spot-button--primary:focus, .spot-container--light-primary .spot-container--dark-secondary .spot-button--primary:focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-button--primary:focus, .spot-container--dark-secondary .spot-button--primary.spot-button--focus, .spot-container--light-primary .spot-container--dark-secondary .spot-button--primary.spot-button--focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-button--primary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-secondary .spot-button--primary:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button--primary:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-button--primary.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button--primary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-secondary .spot-button--primary:focus, .spot-container--dark-secondary .spot-button--primary.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-secondary .spot-button--primary:focus, .spot-container--dark-secondary .spot-button--primary.spot-button--focus {
  background-color: #0969D9;
  border-color: transparent;
}
.spot-container--dark-secondary .spot-button--primary:active, .spot-container--dark-secondary .spot-button--primary.spot-button--active {
  background-color: #0b76f0;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-container--dark-secondary .spot-button--primary:disabled, .spot-container--dark-secondary .spot-button--primary.spot-button--disabled, .spot-container--dark-secondary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #5D6066;
  border-color: #5D6066;
  box-shadow: none;
  color: #3F434A;
  cursor: not-allowed;
}
.spot-container--dark-secondary .spot-button--primary:disabled .spot-button__icon, .spot-container--dark-secondary .spot-button--primary:disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button--primary:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary:disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button--primary:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--primary:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary:disabled label > .spot-icon, .spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button__icon, .spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary.spot-button--disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--primary.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary.spot-button--disabled label > .spot-icon, .spot-container--dark-secondary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-secondary .spot-button--primary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-secondary .spot-button--primary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--primary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #3F434A;
}
.spot-button--secondary, .spot-button-group-toggle label,
.spot-button-group-toggle--large label,
.spot-button-group-toggle--small label, .spot-container--light-primary .spot-button--secondary, .spot-container--light-secondary .spot-button--secondary {
  border-color: #3E9AF5;
  color: #25282E;
}
.spot-button--secondary .spot-button__icon, .spot-button-group-toggle label .spot-button__icon,
.spot-button-group-toggle--large label .spot-button__icon,
.spot-button-group-toggle--small label .spot-button__icon,
.spot-button--secondary .spot-button > .spot-icon,
.spot-button-group-toggle label .spot-button > .spot-icon,
.spot-button-group-toggle--large label .spot-button > .spot-icon,
.spot-button-group-toggle--small label .spot-button > .spot-icon,
.spot-button--secondary .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-button--secondary label > .spot-icon,
.spot-button-group-toggle label label > .spot-icon,
.spot-button--secondary .spot-button-group-toggle--large label > .spot-icon,
.spot-button--secondary .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--secondary label > .spot-icon,
.spot-button-group-toggle--small .spot-button--secondary label > .spot-icon,
.spot-button-group-toggle--large label label > .spot-icon,
.spot-button-group-toggle--small label label > .spot-icon, .spot-container--light-primary .spot-button--secondary .spot-button__icon,
.spot-container--light-primary .spot-button--secondary .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--secondary .spot-button__icon,
.spot-container--light-secondary .spot-button--secondary .spot-button > .spot-icon {
  fill: #25282E;
}
.spot-button--secondary, .spot-button-group-toggle label,
.spot-button-group-toggle--large label,
.spot-button-group-toggle--small label, .spot-container--light-primary .spot-button--secondary {
  background-color: #ffffff;
}
.spot-button--secondary:hover, .spot-button-group-toggle label:hover,
.spot-button-group-toggle--large label:hover,
.spot-button-group-toggle--small label:hover, .spot-button--secondary.spot-button--hover, .spot-button-group-toggle label.spot-button--hover,
.spot-button-group-toggle--large label.spot-button--hover,
.spot-button-group-toggle--small label.spot-button--hover, .spot-container--light-primary .spot-button--secondary:hover, .spot-container--light-primary .spot-button--secondary.spot-button--hover {
  background-color: #CDEDFF;
  border-color: #3E9AF5;
}
.spot-button--secondary:focus, .spot-button-group-toggle label:focus,
.spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--small label:focus, .spot-container--light-primary .spot-button--secondary:focus, .spot-container--light-secondary .spot-button--secondary:focus, .spot-button--secondary.spot-button--focus, .spot-button-group-toggle label.spot-button--focus,
.spot-button-group-toggle--large label.spot-button--focus,
.spot-button-group-toggle--small label.spot-button--focus, .spot-container--light-primary .spot-button--secondary.spot-button--focus, .spot-container--light-secondary .spot-button--secondary.spot-button--focus, .spot-container--light-primary .spot-container--light-primary .spot-button--secondary:focus, .spot-container--light-secondary .spot-container--light-primary .spot-button--secondary:focus, .spot-container--light-primary .spot-container--light-primary .spot-button--secondary.spot-button--focus, .spot-container--light-secondary .spot-container--light-primary .spot-button--secondary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-button--secondary:focus, .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary label:focus, .spot-container--dark-secondary .spot-button--secondary:focus, .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label:focus, .spot-container--dark-primary .spot-button--secondary.spot-button--focus, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus, .spot-container--dark-secondary .spot-button--secondary.spot-button--focus, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus, .spot-container--dark-primary .spot-container--light-primary .spot-button--secondary:focus, .spot-container--dark-secondary .spot-container--light-primary .spot-button--secondary:focus, .spot-container--dark-primary .spot-container--light-primary .spot-button--secondary.spot-button--focus, .spot-container--dark-secondary .spot-container--light-primary .spot-button--secondary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-button--secondary:focus, .spot-button-group-toggle label:focus,
.spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--small label:focus, .spot-button--secondary.spot-button--focus, .spot-button-group-toggle label.spot-button--focus,
.spot-button-group-toggle--large label.spot-button--focus,
.spot-button-group-toggle--small label.spot-button--focus, .spot-container--light-primary .spot-button--secondary:focus, .spot-container--light-primary .spot-button--secondary.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-button--secondary:focus, .spot-button-group-toggle label:focus,
.spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--small label:focus, .spot-button--secondary.spot-button--focus, .spot-button-group-toggle label.spot-button--focus,
.spot-button-group-toggle--large label.spot-button--focus,
.spot-button-group-toggle--small label.spot-button--focus, .spot-container--light-primary .spot-button--secondary:focus, .spot-container--light-primary .spot-button--secondary.spot-button--focus {
  background-color: #ffffff;
  border-color: transparent;
}
.spot-button--secondary:active, .spot-button-group-toggle label:active,
.spot-button-group-toggle--large label:active,
.spot-button-group-toggle--small label:active, .spot-button--secondary.spot-button--active, .spot-button-group-toggle label.spot-button--active,
.spot-button-group-toggle--large label.spot-button--active,
.spot-button-group-toggle--small label.spot-button--active, .spot-container--light-primary .spot-button--secondary:active, .spot-container--light-primary .spot-button--secondary.spot-button--active {
  background-color: #CDEDFF;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-button--secondary:disabled, .spot-button-group-toggle label:disabled,
.spot-button-group-toggle--large label:disabled,
.spot-button-group-toggle--small label:disabled, .spot-button--secondary.spot-button--disabled, .spot-button-group-toggle label.spot-button--disabled,
.spot-button-group-toggle--large label.spot-button--disabled,
.spot-button-group-toggle--small label.spot-button--disabled, .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active), .spot-container--light-primary .spot-button--secondary:disabled, .spot-container--light-primary .spot-button--secondary.spot-button--disabled, .spot-container--light-primary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #ffffff;
  border-color: #D0D1D0;
  box-shadow: none;
  color: #D0D1D0;
  cursor: not-allowed;
}
.spot-button--secondary:disabled .spot-button__icon, .spot-button-group-toggle label:disabled .spot-button__icon,
.spot-button-group-toggle--large label:disabled .spot-button__icon,
.spot-button-group-toggle--small label:disabled .spot-button__icon, .spot-button--secondary:disabled .spot-button > .spot-icon, .spot-button-group-toggle label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small label:disabled .spot-button > .spot-icon, .spot-button--secondary:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-button--secondary:disabled label > .spot-icon, .spot-button-group-toggle label:disabled label > .spot-icon,
.spot-button--secondary:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-button--secondary:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--secondary:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-button--secondary:disabled label > .spot-icon,
.spot-button-group-toggle--large label:disabled label > .spot-icon,
.spot-button-group-toggle--small label:disabled label > .spot-icon, .spot-button--secondary.spot-button--disabled .spot-button__icon, .spot-button-group-toggle label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon, .spot-button--secondary.spot-button--disabled .spot-button > .spot-icon, .spot-button-group-toggle label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small label.spot-button--disabled .spot-button > .spot-icon, .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-button--secondary.spot-button--disabled label > .spot-icon, .spot-button-group-toggle label.spot-button--disabled label > .spot-icon,
.spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--secondary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-button--secondary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--large label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small label.spot-button--disabled label > .spot-icon, .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon, .spot-container--light-primary .spot-button--secondary:disabled .spot-button__icon, .spot-container--light-primary .spot-button--secondary:disabled .spot-button > .spot-icon, .spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button__icon, .spot-container--light-primary .spot-button--secondary.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-primary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-primary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-primary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon {
  fill: #A9AAAA;
}
.spot-container--light-secondary .spot-button--secondary, .spot-container--light-secondary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--light-secondary label,
.spot-container--light-secondary .spot-button-group-toggle--large label,
.spot-container--light-secondary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--light-secondary label,
.spot-button-group-toggle--small .spot-container--light-secondary label {
  background-color: #F0F0F0;
}
.spot-container--light-secondary .spot-button--secondary:hover, .spot-container--light-secondary .spot-button-group-toggle label:hover, .spot-button-group-toggle .spot-container--light-secondary label:hover,
.spot-container--light-secondary .spot-button-group-toggle--large label:hover,
.spot-container--light-secondary .spot-button-group-toggle--small label:hover,
.spot-button-group-toggle--large .spot-container--light-secondary label:hover,
.spot-button-group-toggle--small .spot-container--light-secondary label:hover, .spot-container--light-secondary .spot-button--secondary.spot-button--hover, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--hover, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--hover,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--hover,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--hover,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--hover,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--hover {
  background-color: #CDEDFF;
  border-color: #3E9AF5;
}
.spot-container--light-secondary .spot-button--secondary:focus, .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--light-secondary label:focus,
.spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--light-secondary label:focus, .spot-container--light-primary .spot-container--light-secondary .spot-button--secondary:focus, .spot-container--light-secondary .spot-container--light-secondary .spot-button--secondary:focus, .spot-container--light-secondary .spot-button--secondary.spot-button--focus, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus, .spot-container--light-primary .spot-container--light-secondary .spot-button--secondary.spot-button--focus, .spot-container--light-secondary .spot-container--light-secondary .spot-button--secondary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--light-secondary .spot-button--secondary:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label:focus,
.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button--secondary:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label:focus,
.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-button--secondary.spot-button--focus, .spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,
.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--light-secondary label.spot-button--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button--secondary.spot-button--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--light-secondary label.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--light-secondary .spot-button--secondary:focus, .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--light-secondary label:focus,
.spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--light-secondary label:focus, .spot-container--light-secondary .spot-button--secondary.spot-button--focus, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--light-secondary .spot-button--secondary:focus, .spot-container--light-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--light-secondary label:focus,
.spot-container--light-secondary .spot-button-group-toggle--large label:focus,
.spot-container--light-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--light-secondary label:focus,
.spot-button-group-toggle--small .spot-container--light-secondary label:focus, .spot-container--light-secondary .spot-button--secondary.spot-button--focus, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--focus {
  background-color: #F0F0F0;
  border-color: transparent;
}
.spot-container--light-secondary .spot-button--secondary:active, .spot-container--light-secondary .spot-button-group-toggle label:active, .spot-button-group-toggle .spot-container--light-secondary label:active,
.spot-container--light-secondary .spot-button-group-toggle--large label:active,
.spot-container--light-secondary .spot-button-group-toggle--small label:active,
.spot-button-group-toggle--large .spot-container--light-secondary label:active,
.spot-button-group-toggle--small .spot-container--light-secondary label:active, .spot-container--light-secondary .spot-button--secondary.spot-button--active, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--active, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--active,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--active,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--active,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--active,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--active {
  background-color: #CDEDFF;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-container--light-secondary .spot-button--secondary:disabled, .spot-container--light-secondary .spot-button-group-toggle label:disabled, .spot-button-group-toggle .spot-container--light-secondary label:disabled,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled,
.spot-button-group-toggle--large .spot-container--light-secondary label:disabled,
.spot-button-group-toggle--small .spot-container--light-secondary label:disabled, .spot-container--light-secondary .spot-button--secondary.spot-button--disabled, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled, .spot-container--light-secondary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #F0F0F0;
  border-color: #D0D1D0;
  box-shadow: none;
  color: #D0D1D0;
  cursor: not-allowed;
}
.spot-container--light-secondary .spot-button--secondary:disabled .spot-button__icon, .spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button__icon, .spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button__icon, .spot-container--light-secondary .spot-button--secondary:disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary label:disabled .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label:disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--secondary:disabled .spot-button-group-toggle label > .spot-icon, .spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary:disabled label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary label:disabled label > .spot-icon,
.spot-container--light-secondary .spot-button--secondary:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button--secondary:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary:disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label:disabled label > .spot-icon, .spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button__icon, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button__icon, .spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary.spot-button--disabled label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary label.spot-button--disabled label > .spot-icon,
.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label.spot-button--disabled label > .spot-icon, .spot-container--light-secondary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-secondary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-secondary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-container--light-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #A9AAAA;
}
.spot-container--dark-primary .spot-button--secondary, .spot-container--dark-primary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--dark-primary label,
.spot-container--dark-primary .spot-button-group-toggle--large label,
.spot-container--dark-primary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--dark-primary label,
.spot-button-group-toggle--small .spot-container--dark-primary label, .spot-container--dark-secondary .spot-button--secondary, .spot-container--dark-secondary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--dark-secondary label,
.spot-container--dark-secondary .spot-button-group-toggle--large label,
.spot-container--dark-secondary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--dark-secondary label,
.spot-button-group-toggle--small .spot-container--dark-secondary label {
  border-color: #3E9AF5;
  color: #ffffff;
}
.spot-container--dark-primary .spot-button--secondary .spot-button__icon, .spot-container--dark-primary .spot-button-group-toggle label .spot-button__icon, .spot-button-group-toggle .spot-container--dark-primary label .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button__icon,
.spot-container--dark-primary .spot-button--secondary .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary label .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button--secondary .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary label label > .spot-icon,
.spot-container--dark-primary .spot-button--secondary .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--secondary .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label label > .spot-icon, .spot-container--dark-secondary .spot-button--secondary .spot-button__icon, .spot-container--dark-secondary .spot-button-group-toggle label .spot-button__icon, .spot-button-group-toggle .spot-container--dark-secondary label .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button__icon,
.spot-container--dark-secondary .spot-button--secondary .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary label .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary label label > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label label > .spot-icon {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-button--secondary, .spot-container--dark-primary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--dark-primary label,
.spot-container--dark-primary .spot-button-group-toggle--large label,
.spot-container--dark-primary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--dark-primary label,
.spot-button-group-toggle--small .spot-container--dark-primary label {
  background-color: #31353D;
}
.spot-container--dark-primary .spot-button--secondary:hover, .spot-container--dark-primary .spot-button-group-toggle label:hover, .spot-button-group-toggle .spot-container--dark-primary label:hover,
.spot-container--dark-primary .spot-button-group-toggle--large label:hover,
.spot-container--dark-primary .spot-button-group-toggle--small label:hover,
.spot-button-group-toggle--large .spot-container--dark-primary label:hover,
.spot-button-group-toggle--small .spot-container--dark-primary label:hover, .spot-container--dark-primary .spot-button--secondary.spot-button--hover, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--hover, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--hover,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--hover,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--hover,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--hover,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--hover {
  background-color: #284E76;
  border-color: #3E9AF5;
}
.spot-container--dark-primary .spot-button--secondary:focus, .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary label:focus, .spot-container--light-primary .spot-container--dark-primary .spot-button--secondary:focus, .spot-container--light-secondary .spot-container--dark-primary .spot-button--secondary:focus, .spot-container--dark-primary .spot-button--secondary.spot-button--focus, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus, .spot-container--light-primary .spot-container--dark-primary .spot-button--secondary.spot-button--focus, .spot-container--light-secondary .spot-container--dark-primary .spot-button--secondary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-button--secondary:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button--secondary:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label:focus,
.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-button--secondary.spot-button--focus, .spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-primary label.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button--secondary.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-primary label.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-button--secondary:focus, .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary label:focus, .spot-container--dark-primary .spot-button--secondary.spot-button--focus, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-button--secondary:focus, .spot-container--dark-primary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary label:focus,
.spot-container--dark-primary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary label:focus, .spot-container--dark-primary .spot-button--secondary.spot-button--focus, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--focus {
  background-color: #31353D;
  border-color: transparent;
}
.spot-container--dark-primary .spot-button--secondary:active, .spot-container--dark-primary .spot-button-group-toggle label:active, .spot-button-group-toggle .spot-container--dark-primary label:active,
.spot-container--dark-primary .spot-button-group-toggle--large label:active,
.spot-container--dark-primary .spot-button-group-toggle--small label:active,
.spot-button-group-toggle--large .spot-container--dark-primary label:active,
.spot-button-group-toggle--small .spot-container--dark-primary label:active, .spot-container--dark-primary .spot-button--secondary.spot-button--active, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--active, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--active,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--active,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--active,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--active,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--active {
  background-color: #284E76;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-container--dark-primary .spot-button--secondary:disabled, .spot-container--dark-primary .spot-button-group-toggle label:disabled, .spot-button-group-toggle .spot-container--dark-primary label:disabled,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled,
.spot-button-group-toggle--large .spot-container--dark-primary label:disabled,
.spot-button-group-toggle--small .spot-container--dark-primary label:disabled, .spot-container--dark-primary .spot-button--secondary.spot-button--disabled, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled, .spot-container--dark-primary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #31353D;
  border-color: #5D6066;
  box-shadow: none;
  color: #717479;
  cursor: not-allowed;
}
.spot-container--dark-primary .spot-button--secondary:disabled .spot-button__icon, .spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button__icon, .spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button__icon, .spot-container--dark-primary .spot-button--secondary:disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary label:disabled .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label:disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button--secondary:disabled .spot-button-group-toggle label > .spot-icon, .spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary:disabled label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary label:disabled label > .spot-icon,
.spot-container--dark-primary .spot-button--secondary:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--secondary:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary:disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label:disabled label > .spot-icon, .spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button__icon, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button__icon, .spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary.spot-button--disabled label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary label.spot-button--disabled label > .spot-icon,
.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label.spot-button--disabled label > .spot-icon, .spot-container--dark-primary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-primary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-primary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-primary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #717479;
}
.spot-container--dark-secondary .spot-button--secondary, .spot-container--dark-secondary .spot-button-group-toggle label, .spot-button-group-toggle .spot-container--dark-secondary label,
.spot-container--dark-secondary .spot-button-group-toggle--large label,
.spot-container--dark-secondary .spot-button-group-toggle--small label,
.spot-button-group-toggle--large .spot-container--dark-secondary label,
.spot-button-group-toggle--small .spot-container--dark-secondary label {
  background-color: #3F434A;
}
.spot-container--dark-secondary .spot-button--secondary:hover, .spot-container--dark-secondary .spot-button-group-toggle label:hover, .spot-button-group-toggle .spot-container--dark-secondary label:hover,
.spot-container--dark-secondary .spot-button-group-toggle--large label:hover,
.spot-container--dark-secondary .spot-button-group-toggle--small label:hover,
.spot-button-group-toggle--large .spot-container--dark-secondary label:hover,
.spot-button-group-toggle--small .spot-container--dark-secondary label:hover, .spot-container--dark-secondary .spot-button--secondary.spot-button--hover, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--hover, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--hover,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--hover,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--hover,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--hover,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--hover {
  background-color: #284E76;
  border-color: #3E9AF5;
}
.spot-container--dark-secondary .spot-button--secondary:focus, .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label:focus, .spot-container--light-primary .spot-container--dark-secondary .spot-button--secondary:focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-button--secondary:focus, .spot-container--dark-secondary .spot-button--secondary.spot-button--focus, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus, .spot-container--light-primary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-secondary .spot-button--secondary:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label:focus,
.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button--secondary:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-primary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-container--dark-secondary label.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button--secondary.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-container--dark-secondary label.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-secondary .spot-button--secondary:focus, .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label:focus, .spot-container--dark-secondary .spot-button--secondary.spot-button--focus, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-secondary .spot-button--secondary:focus, .spot-container--dark-secondary .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-container--dark-secondary label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label:focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label:focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label:focus, .spot-container--dark-secondary .spot-button--secondary.spot-button--focus, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--focus, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--focus,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--focus,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--focus,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--focus {
  background-color: #3F434A;
  border-color: transparent;
}
.spot-container--dark-secondary .spot-button--secondary:active, .spot-container--dark-secondary .spot-button-group-toggle label:active, .spot-button-group-toggle .spot-container--dark-secondary label:active,
.spot-container--dark-secondary .spot-button-group-toggle--large label:active,
.spot-container--dark-secondary .spot-button-group-toggle--small label:active,
.spot-button-group-toggle--large .spot-container--dark-secondary label:active,
.spot-button-group-toggle--small .spot-container--dark-secondary label:active, .spot-container--dark-secondary .spot-button--secondary.spot-button--active, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--active, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--active,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--active,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--active,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--active,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--active {
  background-color: #284E76;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0b76f0;
}
.spot-container--dark-secondary .spot-button--secondary:disabled, .spot-container--dark-secondary .spot-button-group-toggle label:disabled, .spot-button-group-toggle .spot-container--dark-secondary label:disabled,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled,
.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled,
.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled, .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled, .spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active),
.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: #3F434A;
  border-color: #5D6066;
  box-shadow: none;
  color: #717479;
  cursor: not-allowed;
}
.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button__icon, .spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button__icon, .spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button__icon, .spot-container--dark-secondary .spot-button--secondary:disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary label:disabled .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button--secondary:disabled .spot-button-group-toggle label > .spot-icon, .spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary:disabled label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary label:disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary:disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label:disabled label > .spot-icon, .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button__icon, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button__icon, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button__icon, .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary label.spot-button--disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label.spot-button--disabled label > .spot-icon, .spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-secondary .spot-button--secondary:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-secondary .spot-button--secondary.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--large label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-container--dark-secondary .spot-button-group-toggle--small label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--secondary [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary label [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #717479;
}
.spot-button > .spot-icon, .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle--large label > .spot-icon,
.spot-button-group-toggle--small label > .spot-icon, .spot-button__icon {
  pointer-events: none;
}
.spot-button__icon {
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.spot-button--small .spot-button__icon, .spot-button-group-toggle--small label .spot-button__icon {
  height: 12px;
  width: 12px;
}
.spot-button--large .spot-button__icon, .spot-button-group-toggle--large label .spot-button__icon {
  height: 24px;
  width: 24px;
}
.spot-button__icon--left {
  margin: 0 8px 0 0;
}
.spot-button__icon--left:last-child {
  margin: 0;
}
.spot-button__icon--right {
  margin: 0 0 0 8px;
}
.spot-button__icon--right:first-child {
  margin: 0;
}
.spot-button__text {
  vertical-align: middle;
  white-space: normal;
}
.spot-button--small, .spot-button-group-toggle--small label {
  font-size: 13.5px;
  height: 28px;
  padding: 0 12px;
}
.spot-button--large, .spot-button-group-toggle--large label {
  font-size: 18px;
  height: 45px;
  padding: 0 24px;
}
.spot-button--link {
  font-weight: 400;
}
.spot-button--link, .spot-container--light-primary .spot-button--link, .spot-container--light-secondary .spot-button--link {
  border-color: transparent;
  color: #0969D9;
}
.spot-button--link .spot-button__icon,
.spot-button--link .spot-button > .spot-icon,
.spot-button--link .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-button--link label > .spot-icon,
.spot-button--link .spot-button-group-toggle--large label > .spot-icon,
.spot-button--link .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--link label > .spot-icon,
.spot-button-group-toggle--small .spot-button--link label > .spot-icon, .spot-container--light-primary .spot-button--link .spot-button__icon,
.spot-container--light-primary .spot-button--link .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--link .spot-button__icon,
.spot-container--light-secondary .spot-button--link .spot-button > .spot-icon {
  fill: #0969D9;
}
.spot-button--link, .spot-container--light-primary .spot-button--link {
  background-color: transparent;
}
.spot-button--link:hover, .spot-button--link.spot-button--hover, .spot-container--light-primary .spot-button--link:hover, .spot-container--light-primary .spot-button--link.spot-button--hover {
  background-color: transparent;
  border-color: transparent;
}
.spot-button--link:focus, .spot-container--light-primary .spot-button--link:focus, .spot-container--light-secondary .spot-button--link:focus, .spot-button--link.spot-button--focus, .spot-container--light-primary .spot-button--link.spot-button--focus, .spot-container--light-secondary .spot-button--link.spot-button--focus, .spot-container--light-primary .spot-button--link:focus, .spot-container--light-primary .spot-container--light-primary .spot-button--link:focus, .spot-container--light-secondary .spot-container--light-primary .spot-button--link:focus, .spot-container--light-primary .spot-button--link.spot-button--focus, .spot-container--light-primary .spot-container--light-primary .spot-button--link.spot-button--focus, .spot-container--light-secondary .spot-container--light-primary .spot-button--link.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-button--link:focus, .spot-container--dark-secondary .spot-button--link:focus, .spot-container--dark-primary .spot-button--link.spot-button--focus, .spot-container--dark-secondary .spot-button--link.spot-button--focus, .spot-container--dark-primary .spot-container--light-primary .spot-button--link:focus, .spot-container--dark-secondary .spot-container--light-primary .spot-button--link:focus, .spot-container--dark-primary .spot-container--light-primary .spot-button--link.spot-button--focus, .spot-container--dark-secondary .spot-container--light-primary .spot-button--link.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-button--link:focus, .spot-button--link.spot-button--focus, .spot-container--light-primary .spot-button--link:focus, .spot-container--light-primary .spot-button--link.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-button--link:focus, .spot-button--link.spot-button--focus, .spot-container--light-primary .spot-button--link:focus, .spot-container--light-primary .spot-button--link.spot-button--focus {
  background-color: transparent;
  border-color: transparent;
}
.spot-button--link:active, .spot-button--link.spot-button--active, .spot-container--light-primary .spot-button--link:active, .spot-container--light-primary .spot-button--link.spot-button--active {
  background-color: #CDEDFF;
  border-color: transparent;
  box-shadow: 0 0 0 2px #CDEDFF;
}
.spot-button--link:disabled, .spot-button--link.spot-button--disabled, .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active), .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active), .spot-container--light-primary .spot-button--link:disabled, .spot-container--light-primary .spot-button--link.spot-button--disabled, .spot-container--light-primary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--light-primary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #D0D1D0;
  cursor: not-allowed;
}
.spot-button--link:disabled .spot-button__icon, .spot-button--link:disabled .spot-button > .spot-icon, .spot-button--link:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-button--link:disabled label > .spot-icon,
.spot-button--link:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-button--link:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--link:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-button--link:disabled label > .spot-icon, .spot-button--link.spot-button--disabled .spot-button__icon, .spot-button--link.spot-button--disabled .spot-button > .spot-icon, .spot-button--link.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-button--link.spot-button--disabled label > .spot-icon,
.spot-button--link.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-button--link.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--link.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-button--link.spot-button--disabled label > .spot-icon, .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon, .spot-container--light-primary .spot-button--link:disabled .spot-button__icon, .spot-container--light-primary .spot-button--link:disabled .spot-button > .spot-icon, .spot-container--light-primary .spot-button--link.spot-button--disabled .spot-button__icon, .spot-container--light-primary .spot-button--link.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-primary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-primary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--light-primary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-primary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon {
  fill: #A9AAAA;
}
.spot-container--light-secondary .spot-button--link {
  background-color: transparent;
}
.spot-container--light-secondary .spot-button--link:hover, .spot-container--light-secondary .spot-button--link.spot-button--hover {
  background-color: transparent;
  border-color: transparent;
}
.spot-container--light-secondary .spot-button--link:focus, .spot-container--light-primary .spot-container--light-secondary .spot-button--link:focus, .spot-container--light-secondary .spot-container--light-secondary .spot-button--link:focus, .spot-container--light-secondary .spot-button--link.spot-button--focus, .spot-container--light-primary .spot-container--light-secondary .spot-button--link.spot-button--focus, .spot-container--light-secondary .spot-container--light-secondary .spot-button--link.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--light-secondary .spot-button--link:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button--link:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-button--link.spot-button--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-button--link.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--light-secondary .spot-button--link:focus, .spot-container--light-secondary .spot-button--link.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--light-secondary .spot-button--link:focus, .spot-container--light-secondary .spot-button--link.spot-button--focus {
  background-color: transparent;
  border-color: transparent;
}
.spot-container--light-secondary .spot-button--link:active, .spot-container--light-secondary .spot-button--link.spot-button--active {
  background-color: #CDEDFF;
  border-color: transparent;
  box-shadow: 0 0 0 2px #CDEDFF;
}
.spot-container--light-secondary .spot-button--link:disabled, .spot-container--light-secondary .spot-button--link.spot-button--disabled, .spot-container--light-secondary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--light-secondary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #D0D1D0;
  cursor: not-allowed;
}
.spot-container--light-secondary .spot-button--link:disabled .spot-button__icon, .spot-container--light-secondary .spot-button--link:disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--link:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary .spot-button--link:disabled label > .spot-icon,
.spot-container--light-secondary .spot-button--link:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button--link:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--link:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--link:disabled label > .spot-icon, .spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button__icon, .spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--light-secondary .spot-button--link.spot-button--disabled label > .spot-icon,
.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--link.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--link.spot-button--disabled label > .spot-icon, .spot-container--light-secondary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-secondary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--light-secondary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--light-secondary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--light-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #A9AAAA;
}
.spot-container--dark-primary .spot-button--link, .spot-container--dark-secondary .spot-button--link {
  border-color: transparent;
  color: #62B3F9;
}
.spot-container--dark-primary .spot-button--link .spot-button__icon,
.spot-container--dark-primary .spot-button--link .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button--link .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary .spot-button--link label > .spot-icon,
.spot-container--dark-primary .spot-button--link .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--link .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link label > .spot-icon, .spot-container--dark-secondary .spot-button--link .spot-button__icon,
.spot-container--dark-secondary .spot-button--link .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button--link .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link label > .spot-icon,
.spot-container--dark-secondary .spot-button--link .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--link .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link label > .spot-icon {
  fill: #62B3F9;
}
.spot-container--dark-primary .spot-button--link {
  background-color: transparent;
}
.spot-container--dark-primary .spot-button--link:hover, .spot-container--dark-primary .spot-button--link.spot-button--hover {
  background-color: transparent;
  border-color: transparent;
}
.spot-container--dark-primary .spot-button--link:focus, .spot-container--light-primary .spot-container--dark-primary .spot-button--link:focus, .spot-container--light-secondary .spot-container--dark-primary .spot-button--link:focus, .spot-container--dark-primary .spot-button--link.spot-button--focus, .spot-container--light-primary .spot-container--dark-primary .spot-button--link.spot-button--focus, .spot-container--light-secondary .spot-container--dark-primary .spot-button--link.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-button--link:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button--link:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-button--link.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-button--link.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-button--link:focus, .spot-container--dark-primary .spot-button--link.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-button--link:focus, .spot-container--dark-primary .spot-button--link.spot-button--focus {
  background-color: transparent;
  border-color: transparent;
}
.spot-container--dark-primary .spot-button--link:active, .spot-container--dark-primary .spot-button--link.spot-button--active {
  background-color: #284E76;
  border-color: transparent;
  box-shadow: 0 0 0 2px #284E76;
}
.spot-container--dark-primary .spot-button--link:disabled, .spot-container--dark-primary .spot-button--link.spot-button--disabled, .spot-container--dark-primary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--dark-primary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #717479;
  cursor: not-allowed;
}
.spot-container--dark-primary .spot-button--link:disabled .spot-button__icon, .spot-container--dark-primary .spot-button--link:disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button--link:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary .spot-button--link:disabled label > .spot-icon,
.spot-container--dark-primary .spot-button--link:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--link:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link:disabled label > .spot-icon, .spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button__icon, .spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-primary .spot-button--link.spot-button--disabled label > .spot-icon,
.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--link.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link.spot-button--disabled label > .spot-icon, .spot-container--dark-primary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-primary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--dark-primary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-primary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #717479;
}
.spot-container--dark-secondary .spot-button--link {
  background-color: transparent;
}
.spot-container--dark-secondary .spot-button--link:hover, .spot-container--dark-secondary .spot-button--link.spot-button--hover {
  background-color: transparent;
  border-color: transparent;
}
.spot-container--dark-secondary .spot-button--link:focus, .spot-container--light-primary .spot-container--dark-secondary .spot-button--link:focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-button--link:focus, .spot-container--dark-secondary .spot-button--link.spot-button--focus, .spot-container--light-primary .spot-container--dark-secondary .spot-button--link.spot-button--focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-button--link.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-secondary .spot-button--link:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button--link:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-button--link.spot-button--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-button--link.spot-button--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-secondary .spot-button--link:focus, .spot-container--dark-secondary .spot-button--link.spot-button--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-secondary .spot-button--link:focus, .spot-container--dark-secondary .spot-button--link.spot-button--focus {
  background-color: transparent;
  border-color: transparent;
}
.spot-container--dark-secondary .spot-button--link:active, .spot-container--dark-secondary .spot-button--link.spot-button--active {
  background-color: #284E76;
  border-color: transparent;
  box-shadow: 0 0 0 2px #284E76;
}
.spot-container--dark-secondary .spot-button--link:disabled, .spot-container--dark-secondary .spot-button--link.spot-button--disabled, .spot-container--dark-secondary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active), .spot-container--dark-secondary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active),
.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #717479;
  cursor: not-allowed;
}
.spot-container--dark-secondary .spot-button--link:disabled .spot-button__icon, .spot-container--dark-secondary .spot-button--link:disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button--link:disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary .spot-button--link:disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button--link:disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--link:disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link:disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link:disabled label > .spot-icon, .spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button__icon, .spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle label > .spot-icon, .spot-button-group-toggle .spot-container--dark-secondary .spot-button--link.spot-button--disabled label > .spot-icon,
.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--link.spot-button--disabled .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link.spot-button--disabled label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link.spot-button--disabled label > .spot-icon, .spot-container--dark-secondary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-secondary .spot-button--link:disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon, .spot-container--dark-secondary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button__icon, .spot-container--dark-secondary .spot-button--link.spot-button--disabled:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button__icon,
.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button > .spot-icon,
.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle label > .spot-icon,
.spot-button-group-toggle .spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--large label > .spot-icon,
.spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) .spot-button-group-toggle--small label > .spot-icon,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-button--link [aria-disabled]:has(:hover, :focus, :focus-visible, :active) label > .spot-icon {
  fill: #717479;
}
.spot-button--link:hover, .spot-button--link.spot-button--hover {
  text-decoration: underline;
}
.spot-button--link:disabled, .spot-button--link.spot-button--disabled {
  text-decoration: none;
}
.spot-button-group,
.spot-button-group--disabled,
.spot-button-group.disabled,
.spot-button-group-toggle,
.spot-button-group-toggle--large,
.spot-button-group-toggle--small {
  display: inline-flex;
  border-radius: 4px;
}
@supports not (display: inline-flex) {
  .spot-button-group,
  .spot-button-group--disabled,
  .spot-button-group.disabled,
  .spot-button-group-toggle,
  .spot-button-group-toggle--large,
  .spot-button-group-toggle--small {
    display: inline-block;
  }
}
.spot-button-group:not(:last-child),
.spot-button-group--disabled:not(:last-child),
.spot-button-group-toggle:not(:last-child),
.spot-button-group-toggle--large:not(:last-child),
.spot-button-group-toggle--small:not(:last-child) {
  margin-right: 8px;
}
.spot-button-group.separators .spot-button:not(:last-child),
.spot-button-group.separators label:not(:last-child), .spot-button-group.with-lines .spot-button:not(:last-child),
.spot-button-group.with-lines label:not(:last-child), .spot-button-group--separators .spot-button:not(:last-child),
.spot-button-group--separators label:not(:last-child), .spot-button-group--with-lines .spot-button:not(:last-child),
.spot-button-group--with-lines label:not(:last-child),
.separators.spot-button-group--disabled .spot-button:not(:last-child),
.separators.spot-button-group-toggle .spot-button:not(:last-child),
.separators.spot-button-group-toggle label:not(:last-child),
.separators.spot-button-group-toggle--large .spot-button:not(:last-child),
.separators.spot-button-group-toggle--small .spot-button:not(:last-child),
.separators.spot-button-group-toggle--large label:not(:last-child),
.separators.spot-button-group-toggle--small label:not(:last-child),
.separators.spot-button-group--disabled label:not(:last-child),
.with-lines.spot-button-group--disabled .spot-button:not(:last-child),
.with-lines.spot-button-group-toggle .spot-button:not(:last-child),
.with-lines.spot-button-group-toggle label:not(:last-child),
.with-lines.spot-button-group-toggle--large .spot-button:not(:last-child),
.with-lines.spot-button-group-toggle--small .spot-button:not(:last-child),
.with-lines.spot-button-group-toggle--large label:not(:last-child),
.with-lines.spot-button-group-toggle--small label:not(:last-child),
.with-lines.spot-button-group--disabled label:not(:last-child) {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}
.spot-button-group .spot-button,
.spot-button-group--disabled .spot-button,
.spot-button-group-toggle .spot-button,
.spot-button-group-toggle label,
.spot-button-group-toggle--large .spot-button,
.spot-button-group-toggle--small .spot-button,
.spot-button-group-toggle--large label,
.spot-button-group-toggle--small label {
  border-width: 2px 0;
  margin: 0;
  padding: 0 12px;
  position: relative;
}
.spot-button-group .spot-button:not(:first-child):not(:last-child),
.spot-button-group--disabled .spot-button:not(:first-child):not(:last-child),
.spot-button-group-toggle .spot-button:not(:first-child):not(:last-child),
.spot-button-group-toggle label:not(:first-child):not(:last-child),
.spot-button-group-toggle--large .spot-button:not(:first-child):not(:last-child),
.spot-button-group-toggle--small .spot-button:not(:first-child):not(:last-child),
.spot-button-group-toggle--large label:not(:first-child):not(:last-child),
.spot-button-group-toggle--small label:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.spot-button-group .spot-button:first-child,
.spot-button-group--disabled .spot-button:first-child,
.spot-button-group-toggle .spot-button:first-child,
.spot-button-group-toggle label:first-child,
.spot-button-group-toggle--large .spot-button:first-child,
.spot-button-group-toggle--small .spot-button:first-child,
.spot-button-group-toggle--large label:first-child,
.spot-button-group-toggle--small label:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-left-width: 2px;
}
.spot-button-group .spot-button:last-child,
.spot-button-group--disabled .spot-button:last-child,
.spot-button-group-toggle .spot-button:last-child,
.spot-button-group-toggle label:last-child,
.spot-button-group-toggle--large .spot-button:last-child,
.spot-button-group-toggle--small .spot-button:last-child,
.spot-button-group-toggle--large label:last-child,
.spot-button-group-toggle--small label:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 2px;
}
.spot-button-group .spot-button:focus, .spot-button-group .spot-button.spot-button--focus,
.spot-button-group--disabled .spot-button:focus,
.spot-button-group-toggle .spot-button:focus,
.spot-button-group-toggle label:focus,
.spot-button-group-toggle--large .spot-button:focus,
.spot-button-group-toggle--small .spot-button:focus,
.spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--small label:focus,
.spot-button-group--disabled .spot-button.spot-button--focus,
.spot-button-group-toggle .spot-button.spot-button--focus,
.spot-button-group-toggle label.spot-button--focus,
.spot-button-group-toggle--large .spot-button.spot-button--focus,
.spot-button-group-toggle--small .spot-button.spot-button--focus,
.spot-button-group-toggle--large label.spot-button--focus,
.spot-button-group-toggle--small label.spot-button--focus {
  position: relative;
  z-index: 2;
}
.spot-button-group .spot-button:active, .spot-button-group .spot-button.spot-button--active,
.spot-button-group--disabled .spot-button:active,
.spot-button-group-toggle .spot-button:active,
.spot-button-group-toggle label:active,
.spot-button-group-toggle--large .spot-button:active,
.spot-button-group-toggle--small .spot-button:active,
.spot-button-group-toggle--large label:active,
.spot-button-group-toggle--small label:active,
.spot-button-group--disabled .spot-button.spot-button--active,
.spot-button-group-toggle .spot-button.spot-button--active,
.spot-button-group-toggle label.spot-button--active,
.spot-button-group-toggle--large .spot-button.spot-button--active,
.spot-button-group-toggle--small .spot-button.spot-button--active,
.spot-button-group-toggle--large label.spot-button--active,
.spot-button-group-toggle--small label.spot-button--active {
  position: relative;
  z-index: 2;
}
.spot-button-group .spot-button::-moz-focus-inner,
.spot-button-group--disabled .spot-button::-moz-focus-inner,
.spot-button-group-toggle .spot-button::-moz-focus-inner,
.spot-button-group-toggle label::-moz-focus-inner,
.spot-button-group-toggle--large .spot-button::-moz-focus-inner,
.spot-button-group-toggle--small .spot-button::-moz-focus-inner,
.spot-button-group-toggle--large label::-moz-focus-inner,
.spot-button-group-toggle--small label::-moz-focus-inner {
  border: 0;
}
.spot-button-group .spot-button.spot-button--small,
.spot-button-group--disabled .spot-button.spot-button--small,
.spot-button-group-toggle .spot-button.spot-button--small,
.spot-button-group-toggle label.spot-button--small,
.spot-button-group-toggle--large .spot-button.spot-button--small,
.spot-button-group-toggle--small .spot-button.spot-button--small,
.spot-button-group-toggle--large label.spot-button--small,
.spot-button-group-toggle--small label {
  padding: 0 8px;
}
.spot-button-group .spot-button.spot-button--large,
.spot-button-group--disabled .spot-button.spot-button--large,
.spot-button-group-toggle .spot-button.spot-button--large,
.spot-button-group-toggle label.spot-button--large,
.spot-button-group-toggle--large .spot-button.spot-button--large,
.spot-button-group-toggle--small .spot-button.spot-button--large,
.spot-button-group-toggle--large label,
.spot-button-group-toggle--small label.spot-button--large {
  padding: 0 16px;
}
.spot-button-group-toggle label:first-of-type,
.spot-button-group-toggle--large label:first-of-type,
.spot-button-group-toggle--small label:first-of-type {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
  border-left-width: 2px;
}
.spot-button-group-toggle input[type=checkbox],
.spot-button-group-toggle input[type=radio],
.spot-button-group-toggle--large input[type=checkbox],
.spot-button-group-toggle--small input[type=checkbox],
.spot-button-group-toggle--large input[type=radio],
.spot-button-group-toggle--small input[type=radio] {
  clip: rect(0 0 0 0);
  left: 0;
  position: absolute;
  text-indent: -10000px;
  width: 0;
  z-index: -1;
}
.spot-button-group-toggle input[type=checkbox]:checked + label,
.spot-button-group-toggle input[type=radio]:checked + label,
.spot-button-group-toggle--large input[type=checkbox]:checked + label,
.spot-button-group-toggle--small input[type=checkbox]:checked + label,
.spot-button-group-toggle--large input[type=radio]:checked + label,
.spot-button-group-toggle--small input[type=radio]:checked + label {
  margin-right: 2px;
}
.spot-button-group-toggle input[type=checkbox]:checked + label, .spot-container--light-primary .spot-button-group-toggle input[type=checkbox]:checked + label, .spot-container--light-secondary .spot-button-group-toggle input[type=checkbox]:checked + label,
.spot-button-group-toggle input[type=radio]:checked + label,
.spot-container--light-primary .spot-button-group-toggle input[type=radio]:checked + label,
.spot-container--light-secondary .spot-button-group-toggle input[type=radio]:checked + label,
.spot-button-group-toggle--large input[type=checkbox]:checked + label,
.spot-button-group-toggle--small input[type=checkbox]:checked + label,
.spot-button-group-toggle--large input[type=radio]:checked + label,
.spot-button-group-toggle--small input[type=radio]:checked + label {
  background-color: #CDEDFF;
  border-color: transparent;
  box-shadow: 0 0 0 2px #3E9AF5;
}
.spot-container--dark-primary .spot-button-group-toggle input[type=checkbox]:checked + label, .spot-container--dark-secondary .spot-button-group-toggle input[type=checkbox]:checked + label,
.spot-container--dark-primary .spot-button-group-toggle input[type=radio]:checked + label,
.spot-container--dark-secondary .spot-button-group-toggle input[type=radio]:checked + label,
.spot-container--dark-primary .spot-button-group-toggle--large input[type=checkbox]:checked + label,
.spot-container--dark-primary .spot-button-group-toggle--small input[type=checkbox]:checked + label,
.spot-container--dark-secondary .spot-button-group-toggle--large input[type=checkbox]:checked + label,
.spot-container--dark-secondary .spot-button-group-toggle--small input[type=checkbox]:checked + label,
.spot-container--dark-primary .spot-button-group-toggle--large input[type=radio]:checked + label,
.spot-container--dark-primary .spot-button-group-toggle--small input[type=radio]:checked + label,
.spot-container--dark-secondary .spot-button-group-toggle--large input[type=radio]:checked + label,
.spot-container--dark-secondary .spot-button-group-toggle--small input[type=radio]:checked + label {
  background-color: #284E76;
  border-color: transparent;
  box-shadow: 0 0 0 2px #3E9AF5;
}
.spot-button-group-toggle label:not(:last-child)::after,
.spot-button-group-toggle--large label:not(:last-child)::after,
.spot-button-group-toggle--small label:not(:last-child)::after {
  position: absolute;
  top: 6px;
  right: 0;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: transparent !important;
}
.spot-container--dark-primary .spot-button-group--disabled .spot-icon, .spot-container--dark-secondary .spot-button-group--disabled .spot-icon,
.spot-container--dark-primary .spot-button-group.disabled .spot-icon,
.spot-container--dark-secondary .spot-button-group.disabled .spot-icon {
  fill: #717479 !important;
}
.spot-button-group--disabled .spot-icon,
.spot-button-group.disabled .spot-icon {
  fill: #A9AAAA !important;
}
.spot-button-group--disabled .spot-button, .spot-container--light-primary .spot-button-group--disabled .spot-button, .spot-container--light-secondary .spot-button-group--disabled .spot-button,
.spot-button-group--disabled label,
.spot-container--light-primary .spot-button-group--disabled label,
.spot-container--light-secondary .spot-button-group--disabled label,
.spot-button-group.disabled .spot-button,
.spot-container--light-primary .spot-button-group.disabled .spot-button,
.spot-container--light-secondary .spot-button-group.disabled .spot-button,
.spot-button-group.disabled label,
.spot-container--light-primary .spot-button-group.disabled label,
.spot-container--light-secondary .spot-button-group.disabled label {
  background: transparent;
  color: #A9AAAA;
  border-color: #A9AAAA;
}
.spot-container--dark-primary .spot-button-group--disabled .spot-button, .spot-container--dark-secondary .spot-button-group--disabled .spot-button,
.spot-container--dark-primary .spot-button-group--disabled label,
.spot-container--dark-secondary .spot-button-group--disabled label,
.spot-container--dark-primary .spot-button-group.disabled .spot-button,
.spot-container--dark-secondary .spot-button-group.disabled .spot-button,
.spot-container--dark-primary .spot-button-group.disabled label,
.spot-container--dark-secondary .spot-button-group.disabled label {
  background: transparent;
  color: #717479;
  border-color: #717479;
}
.spot-button-group--disabled .spot-button,
.spot-button-group--disabled label,
.spot-button-group.disabled .spot-button,
.spot-button-group.disabled label {
  cursor: not-allowed;
}
.spot-button-group--disabled .spot-button:focus,
.spot-button-group--disabled label:focus,
.spot-button-group.disabled .spot-button:focus,
.spot-button-group.disabled label:focus {
  padding: 0 12px;
  margin: 0;
  box-shadow: none;
}
.spot-button-group--disabled .spot-button:hover, .spot-container--light-primary .spot-button-group--disabled .spot-button:hover, .spot-container--light-secondary .spot-button-group--disabled .spot-button:hover,
.spot-button-group--disabled label:hover,
.spot-container--light-primary .spot-button-group--disabled label:hover,
.spot-container--light-secondary .spot-button-group--disabled label:hover,
.spot-button-group.disabled .spot-button:hover,
.spot-container--light-primary .spot-button-group.disabled .spot-button:hover,
.spot-container--light-secondary .spot-button-group.disabled .spot-button:hover,
.spot-button-group.disabled label:hover,
.spot-container--light-primary .spot-button-group.disabled label:hover,
.spot-container--light-secondary .spot-button-group.disabled label:hover {
  background: #E2E2E2;
}
.spot-container--dark-primary .spot-button-group--disabled .spot-button:hover, .spot-container--dark-secondary .spot-button-group--disabled .spot-button:hover,
.spot-container--dark-primary .spot-button-group--disabled label:hover,
.spot-container--dark-secondary .spot-button-group--disabled label:hover,
.spot-container--dark-primary .spot-button-group.disabled .spot-button:hover,
.spot-container--dark-secondary .spot-button-group.disabled .spot-button:hover,
.spot-container--dark-primary .spot-button-group.disabled label:hover,
.spot-container--dark-secondary .spot-button-group.disabled label:hover {
  background: #5D6066;
}
[class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox], .spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox], .spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox],
[class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],
.spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],
.spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],
[class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked + label,
.spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked + label,
.spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked + label,
[class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked + label,
.spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked + label,
.spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked + label,
[class^=spot-button-group-toggle].spot-button-group--disabled label,
.spot-container--light-primary [class^=spot-button-group-toggle].spot-button-group--disabled label,
.spot-container--light-secondary [class^=spot-button-group-toggle].spot-button-group--disabled label, [class^=spot-button-group-toggle].disabled input[type=checkbox], .spot-container--light-primary [class^=spot-button-group-toggle].disabled input[type=checkbox], .spot-container--light-secondary [class^=spot-button-group-toggle].disabled input[type=checkbox],
[class^=spot-button-group-toggle].disabled input[type=radio],
.spot-container--light-primary [class^=spot-button-group-toggle].disabled input[type=radio],
.spot-container--light-secondary [class^=spot-button-group-toggle].disabled input[type=radio],
[class^=spot-button-group-toggle].disabled input[type=checkbox]:checked + label,
.spot-container--light-primary [class^=spot-button-group-toggle].disabled input[type=checkbox]:checked + label,
.spot-container--light-secondary [class^=spot-button-group-toggle].disabled input[type=checkbox]:checked + label,
[class^=spot-button-group-toggle].disabled input[type=radio]:checked + label,
.spot-container--light-primary [class^=spot-button-group-toggle].disabled input[type=radio]:checked + label,
.spot-container--light-secondary [class^=spot-button-group-toggle].disabled input[type=radio]:checked + label,
[class^=spot-button-group-toggle].disabled label,
.spot-container--light-primary [class^=spot-button-group-toggle].disabled label,
.spot-container--light-secondary [class^=spot-button-group-toggle].disabled label {
  background: transparent;
  color: #A9AAAA;
  border-color: #A9AAAA;
}
.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox], .spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox],
.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],
.spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],
.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked + label,
.spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked + label,
.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked + label,
.spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked + label,
.spot-container--dark-primary [class^=spot-button-group-toggle].spot-button-group--disabled label,
.spot-container--dark-secondary [class^=spot-button-group-toggle].spot-button-group--disabled label, .spot-container--dark-primary [class^=spot-button-group-toggle].disabled input[type=checkbox], .spot-container--dark-secondary [class^=spot-button-group-toggle].disabled input[type=checkbox],
.spot-container--dark-primary [class^=spot-button-group-toggle].disabled input[type=radio],
.spot-container--dark-secondary [class^=spot-button-group-toggle].disabled input[type=radio],
.spot-container--dark-primary [class^=spot-button-group-toggle].disabled input[type=checkbox]:checked + label,
.spot-container--dark-secondary [class^=spot-button-group-toggle].disabled input[type=checkbox]:checked + label,
.spot-container--dark-primary [class^=spot-button-group-toggle].disabled input[type=radio]:checked + label,
.spot-container--dark-secondary [class^=spot-button-group-toggle].disabled input[type=radio]:checked + label,
.spot-container--dark-primary [class^=spot-button-group-toggle].disabled label,
.spot-container--dark-secondary [class^=spot-button-group-toggle].disabled label {
  background: transparent;
  color: #717479;
  border-color: #717479;
}
[class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox],
[class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio],
[class^=spot-button-group-toggle].spot-button-group--disabled input[type=checkbox]:checked + label,
[class^=spot-button-group-toggle].spot-button-group--disabled input[type=radio]:checked + label,
[class^=spot-button-group-toggle].spot-button-group--disabled label, [class^=spot-button-group-toggle].disabled input[type=checkbox],
[class^=spot-button-group-toggle].disabled input[type=radio],
[class^=spot-button-group-toggle].disabled input[type=checkbox]:checked + label,
[class^=spot-button-group-toggle].disabled input[type=radio]:checked + label,
[class^=spot-button-group-toggle].disabled label {
  cursor: not-allowed;
}
.spot-card, .spot-container--light-primary .spot-card, .spot-container--light-secondary .spot-card,
.spot-card--primary,
.spot-container--light-primary .spot-card--primary,
.spot-container--light-secondary .spot-card--primary,
.spot-card--secondary,
.spot-container--light-primary .spot-card--secondary,
.spot-container--light-secondary .spot-card--secondary {
  color: #25282E;
}
*[class*="--reverse"] .spot-card, *[class*="--reverse"] .spot-container--light-primary .spot-card, *[class*="--reverse"] .spot-container--light-secondary .spot-card,
*[class*="--reverse"] .spot-card--primary,
*[class*="--reverse"] .spot-container--light-primary .spot-card--primary,
*[class*="--reverse"] .spot-container--light-secondary .spot-card--primary,
*[class*="--reverse"] .spot-card--secondary,
*[class*="--reverse"] .spot-container--light-primary .spot-card--secondary,
*[class*="--reverse"] .spot-container--light-secondary .spot-card--secondary {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-card, .spot-container--dark-secondary .spot-card,
.spot-container--dark-primary .spot-card--primary,
.spot-container--dark-secondary .spot-card--primary,
.spot-container--dark-primary .spot-card--secondary,
.spot-container--dark-secondary .spot-card--secondary {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-card, *[class*="--reverse"] .spot-container--dark-secondary .spot-card,
*[class*="--reverse"] .spot-container--dark-primary .spot-card--primary,
*[class*="--reverse"] .spot-container--dark-secondary .spot-card--primary,
*[class*="--reverse"] .spot-container--dark-primary .spot-card--secondary,
*[class*="--reverse"] .spot-container--dark-secondary .spot-card--secondary {
  color: #25282E;
}
.spot-card,
.spot-card--primary,
.spot-card--secondary {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
}
.spot-card--header, .spot-card--body, .spot-card--footer {
  display: flex;
  position: relative;
}
.spot-card--header, .spot-card--footer {
  padding: 24px;
}
.spot-card--header {
  display: flex;
  position: relative;
}
.spot-card--header::after {
  bottom: 0;
}
.spot-card--show-dividers .spot-card--header {
  border-bottom: 1px solid #BCBDBC;
}
.spot-card--show-dividers .spot-card--header, .spot-container--light-primary .spot-card--show-dividers .spot-card--header, .spot-container--light-secondary .spot-card--show-dividers .spot-card--header {
  border-bottom: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-card--show-dividers .spot-card--header, .spot-container--dark-secondary .spot-card--show-dividers .spot-card--header {
  border-bottom: 1px solid #9A9B9C;
}
.spot-card--body {
  flex-direction: column;
  padding: 16px 24px;
  overflow: hidden;
  overflow-y: auto;
}
.spot-card--footer {
  display: flex;
  padding-top: 24px;
}
.spot-card--show-dividers .spot-card--footer {
  border-top: 1px solid #BCBDBC;
}
.spot-card--show-dividers .spot-card--footer, .spot-container--light-primary .spot-card--show-dividers .spot-card--footer, .spot-container--light-secondary .spot-card--show-dividers .spot-card--footer {
  border-top: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-card--show-dividers .spot-card--footer, .spot-container--dark-secondary .spot-card--show-dividers .spot-card--footer {
  border-top: 1px solid #9A9B9C;
}
.spot-card--footer::after {
  top: 0;
}
.spot-card--with-outline {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-card--with-outline, .spot-container--dark-secondary .spot-card--with-outline {
  border: 1px solid #86898D;
}
.spot-card--img {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.spot-card--img_caption {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 24px;
  position: absolute;
  z-index: 1;
}
.spot-card--img.has-frame, .spot-card--img.spot-card--has-frame {
  margin: 24px 24px 0 24px;
  overflow: hidden;
}
.spot-card--img img {
  width: 100%;
  position: relative;
}
.align--top-left,
.spot-card--align--top-left {
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
}
.align--top-center,
.spot-card--align--top-center {
  align-items: flex-start;
  text-align: center;
  justify-content: center;
}
.align--top-right,
.spot-card--align--top-right {
  align-items: flex-start;
  text-align: right;
  justify-content: flex-end;
}
.align--center-left,
.spot-card--align--center-left {
  align-items: center;
  text-align: left;
  justify-content: flex-start;
}
.align--center-center,
.spot-card--align--center-center {
  align-items: center;
  text-align: center;
  justify-content: center;
}
.align--center-right,
.spot-card--align--center-right {
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
.align--bottom-left,
.spot-card--align--bottom-left {
  align-items: flex-end;
  text-align: left;
  justify-content: flex-start;
}
.align--bottom-center,
.spot-card--align--bottom-center {
  align-items: flex-end;
  text-align: center;
  justify-content: center;
}
.align--bottom-right,
.spot-card--align--bottom-right {
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}
.spot-card--primary.is-interactive, .spot-card--primary.spot-card--interactive,
.spot-card--secondary.is-interactive,
.spot-card--secondary.spot-card--interactive {
  text-decoration: none;
}
.spot-card--primary.is-interactive:hover, .spot-card--primary.spot-card--interactive:hover,
.spot-card--secondary.is-interactive:hover,
.spot-card--secondary.spot-card--interactive:hover {
  box-shadow: 0 0 8px 0 #3F434A;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.spot-container--dark-primary .spot-card--primary.is-interactive:hover, .spot-container--dark-secondary .spot-card--primary.is-interactive:hover, .spot-container--dark-primary .spot-card--primary.spot-card--interactive:hover, .spot-container--dark-secondary .spot-card--primary.spot-card--interactive:hover,
.spot-container--dark-primary .spot-card--secondary.is-interactive:hover,
.spot-container--dark-secondary .spot-card--secondary.is-interactive:hover,
.spot-container--dark-primary .spot-card--secondary.spot-card--interactive:hover,
.spot-container--dark-secondary .spot-card--secondary.spot-card--interactive:hover {
  box-shadow: 0 0 8px 0 #0F1114;
}
.spot-card--primary .dismiss,
.spot-card--primary .spot-dismiss,
.spot-card--secondary .dismiss,
.spot-card--secondary .spot-dismiss {
  background-color: transparent;
  border: none;
  height: 16px;
  line-height: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  z-index: 2;
}
.spot-card--primary .dismiss .spot-icon,
.spot-card--primary .dismiss i,
.spot-card--primary .spot-dismiss .spot-icon,
.spot-card--primary .spot-dismiss i,
.spot-card--secondary .dismiss .spot-icon,
.spot-card--secondary .dismiss i,
.spot-card--secondary .spot-dismiss .spot-icon,
.spot-card--secondary .spot-dismiss i {
  height: 16px;
  width: 16px;
}
.spot-card--primary .dismiss .spot-icon, .spot-container--light-primary .spot-card--primary .dismiss .spot-icon, .spot-container--light-secondary .spot-card--primary .dismiss .spot-icon,
.spot-card--primary .dismiss i,
.spot-container--light-primary .spot-card--primary .dismiss i,
.spot-container--light-secondary .spot-card--primary .dismiss i,
.spot-card--primary .spot-dismiss .spot-icon,
.spot-container--light-primary .spot-card--primary .spot-dismiss .spot-icon,
.spot-container--light-secondary .spot-card--primary .spot-dismiss .spot-icon,
.spot-card--primary .spot-dismiss i,
.spot-container--light-primary .spot-card--primary .spot-dismiss i,
.spot-container--light-secondary .spot-card--primary .spot-dismiss i,
.spot-card--secondary .dismiss .spot-icon,
.spot-container--light-primary .spot-card--secondary .dismiss .spot-icon,
.spot-container--light-secondary .spot-card--secondary .dismiss .spot-icon,
.spot-card--secondary .dismiss i,
.spot-container--light-primary .spot-card--secondary .dismiss i,
.spot-container--light-secondary .spot-card--secondary .dismiss i,
.spot-card--secondary .spot-dismiss .spot-icon,
.spot-container--light-primary .spot-card--secondary .spot-dismiss .spot-icon,
.spot-container--light-secondary .spot-card--secondary .spot-dismiss .spot-icon,
.spot-card--secondary .spot-dismiss i,
.spot-container--light-primary .spot-card--secondary .spot-dismiss i,
.spot-container--light-secondary .spot-card--secondary .spot-dismiss i {
  color: #9A9B9C;
  fill: #9A9B9C;
}
.spot-container--dark-primary .spot-card--primary .dismiss .spot-icon, .spot-container--dark-secondary .spot-card--primary .dismiss .spot-icon,
.spot-container--dark-primary .spot-card--primary .dismiss i,
.spot-container--dark-secondary .spot-card--primary .dismiss i,
.spot-container--dark-primary .spot-card--primary .spot-dismiss .spot-icon,
.spot-container--dark-secondary .spot-card--primary .spot-dismiss .spot-icon,
.spot-container--dark-primary .spot-card--primary .spot-dismiss i,
.spot-container--dark-secondary .spot-card--primary .spot-dismiss i,
.spot-container--dark-primary .spot-card--secondary .dismiss .spot-icon,
.spot-container--dark-secondary .spot-card--secondary .dismiss .spot-icon,
.spot-container--dark-primary .spot-card--secondary .dismiss i,
.spot-container--dark-secondary .spot-card--secondary .dismiss i,
.spot-container--dark-primary .spot-card--secondary .spot-dismiss .spot-icon,
.spot-container--dark-secondary .spot-card--secondary .spot-dismiss .spot-icon,
.spot-container--dark-primary .spot-card--secondary .spot-dismiss i,
.spot-container--dark-secondary .spot-card--secondary .spot-dismiss i {
  color: #9A9B9C;
  fill: #9A9B9C;
}
.spot-card--primary .dismiss .spot-icon:hover,
.spot-card--primary .dismiss i:hover,
.spot-card--primary .spot-dismiss .spot-icon:hover,
.spot-card--primary .spot-dismiss i:hover,
.spot-card--secondary .dismiss .spot-icon:hover,
.spot-card--secondary .dismiss i:hover,
.spot-card--secondary .spot-dismiss .spot-icon:hover,
.spot-card--secondary .spot-dismiss i:hover {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.spot-card--primary .dismiss .spot-icon:hover, .spot-container--light-primary .spot-card--primary .dismiss .spot-icon:hover, .spot-container--light-secondary .spot-card--primary .dismiss .spot-icon:hover,
.spot-card--primary .dismiss i:hover,
.spot-container--light-primary .spot-card--primary .dismiss i:hover,
.spot-container--light-secondary .spot-card--primary .dismiss i:hover,
.spot-card--primary .spot-dismiss .spot-icon:hover,
.spot-container--light-primary .spot-card--primary .spot-dismiss .spot-icon:hover,
.spot-container--light-secondary .spot-card--primary .spot-dismiss .spot-icon:hover,
.spot-card--primary .spot-dismiss i:hover,
.spot-container--light-primary .spot-card--primary .spot-dismiss i:hover,
.spot-container--light-secondary .spot-card--primary .spot-dismiss i:hover,
.spot-card--secondary .dismiss .spot-icon:hover,
.spot-container--light-primary .spot-card--secondary .dismiss .spot-icon:hover,
.spot-container--light-secondary .spot-card--secondary .dismiss .spot-icon:hover,
.spot-card--secondary .dismiss i:hover,
.spot-container--light-primary .spot-card--secondary .dismiss i:hover,
.spot-container--light-secondary .spot-card--secondary .dismiss i:hover,
.spot-card--secondary .spot-dismiss .spot-icon:hover,
.spot-container--light-primary .spot-card--secondary .spot-dismiss .spot-icon:hover,
.spot-container--light-secondary .spot-card--secondary .spot-dismiss .spot-icon:hover,
.spot-card--secondary .spot-dismiss i:hover,
.spot-container--light-primary .spot-card--secondary .spot-dismiss i:hover,
.spot-container--light-secondary .spot-card--secondary .spot-dismiss i:hover {
  color: #0969D9;
  fill: #0969D9;
}
.spot-container--dark-primary .spot-card--primary .dismiss .spot-icon:hover, .spot-container--dark-secondary .spot-card--primary .dismiss .spot-icon:hover,
.spot-container--dark-primary .spot-card--primary .dismiss i:hover,
.spot-container--dark-secondary .spot-card--primary .dismiss i:hover,
.spot-container--dark-primary .spot-card--primary .spot-dismiss .spot-icon:hover,
.spot-container--dark-secondary .spot-card--primary .spot-dismiss .spot-icon:hover,
.spot-container--dark-primary .spot-card--primary .spot-dismiss i:hover,
.spot-container--dark-secondary .spot-card--primary .spot-dismiss i:hover,
.spot-container--dark-primary .spot-card--secondary .dismiss .spot-icon:hover,
.spot-container--dark-secondary .spot-card--secondary .dismiss .spot-icon:hover,
.spot-container--dark-primary .spot-card--secondary .dismiss i:hover,
.spot-container--dark-secondary .spot-card--secondary .dismiss i:hover,
.spot-container--dark-primary .spot-card--secondary .spot-dismiss .spot-icon:hover,
.spot-container--dark-secondary .spot-card--secondary .spot-dismiss .spot-icon:hover,
.spot-container--dark-primary .spot-card--secondary .spot-dismiss i:hover,
.spot-container--dark-secondary .spot-card--secondary .spot-dismiss i:hover {
  color: #62B3F9;
  fill: #62B3F9;
}
.spot-card--primary {
  background-color: #ffffff;
}
.spot-card--primary, .spot-container--light-primary .spot-card--primary, .spot-container--light-secondary .spot-card--primary {
  background-color: #ffffff;
}
.spot-card--primary .add-contrast,
.spot-card--primary .spot-card--add-contrast, .spot-container--light-primary .spot-card--primary .add-contrast,
.spot-container--light-primary .spot-card--primary .spot-card--add-contrast, .spot-container--light-secondary .spot-card--primary .add-contrast,
.spot-container--light-secondary .spot-card--primary .spot-card--add-contrast {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-card--primary, .spot-container--dark-secondary .spot-card--primary {
  background-color: #31353D;
}
.spot-container--dark-primary .spot-card--primary .add-contrast,
.spot-container--dark-primary .spot-card--primary .spot-card--add-contrast, .spot-container--dark-secondary .spot-card--primary .add-contrast,
.spot-container--dark-secondary .spot-card--primary .spot-card--add-contrast {
  background-color: #3F434A;
}
.spot-card--secondary {
  background-color: #F0F0F0;
}
.spot-card--secondary, .spot-container--light-primary .spot-card--secondary, .spot-container--light-secondary .spot-card--secondary {
  background-color: #F0F0F0;
}
.spot-card--secondary .add-contrast,
.spot-card--secondary .spot-card--add-contrast, .spot-container--light-primary .spot-card--secondary .add-contrast,
.spot-container--light-primary .spot-card--secondary .spot-card--add-contrast, .spot-container--light-secondary .spot-card--secondary .add-contrast,
.spot-container--light-secondary .spot-card--secondary .spot-card--add-contrast {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-card--secondary, .spot-container--dark-secondary .spot-card--secondary {
  background-color: #3F434A;
}
.spot-container--dark-primary .spot-card--secondary .add-contrast,
.spot-container--dark-primary .spot-card--secondary .spot-card--add-contrast, .spot-container--dark-secondary .spot-card--secondary .add-contrast,
.spot-container--dark-secondary .spot-card--secondary .spot-card--add-contrast {
  background-color: #31353D;
}
.spot-header__nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.spot-header__nav-items .spot-header__nav-item {
  align-items: center;
  display: flex;
  text-decoration: none;
}
.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link, .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-text {
  display: flex;
  padding: 8px 12px;
  white-space: nowrap;
}
.spot-header__nav-items .spot-header__nav-item.spot-header__signin .spot-header__nav-item-link, .spot-header__nav-items .spot-header__nav-item.spot-header__signin .spot-header__nav-item-text {
  padding-left: 0;
}
.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-text {
  color: #31353D;
  font-weight: 300;
}
.spot-container--dark-primary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-text, .spot-container--dark-secondary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-text {
  color: #E2E2E2;
}
.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link {
  color: #31353D;
  cursor: pointer;
  text-decoration: none;
}
.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link:hover {
  text-decoration: underline;
}
.spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link:hover svg {
  fill: #5D6066;
}
.spot-container--dark-primary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link:hover svg, .spot-container--dark-secondary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link:hover svg {
  fill: #E2E2E2;
}
.spot-header__right-content .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link {
  color: #31353D;
}
.spot-container--dark-primary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link, .spot-container--dark-secondary .spot-header__nav-items .spot-header__nav-item .spot-header__nav-item-link {
  color: #E2E2E2;
}
.spot-header__right-content .spot-header__nav-items .spot-header__nav-item:last-child .spot-header__nav-item-link, .spot-header__right-content .spot-header__nav-items .spot-header__nav-item:last-child .spot-header__nav-item-text {
  padding-right: 0;
}
.spot-header {
  align-items: center;
  background-color: #F0F0F0;
  border-bottom: 1px solid #D0D1D0;
  color: #31353D;
  display: flex;
  font-family: var(--font-family-sans-serif);
  font-size: 15px;
  font-style: normal;
  flex-wrap: nowrap;
  height: 45px;
  justify-content: space-around;
  position: relative;
  overflow: visible;
  z-index: 100;
}
.spot-header--idexx-branded {
  height: 55px;
}
.spot-header--idexx-branded .spot-header__product-identity {
  font-size: 18px;
}
.spot-header--idexx-branded .spot-header__product-identity img, .spot-header--idexx-branded .spot-header__product-identity svg, .spot-header--idexx-branded .spot-header__product-identity .spot-header__idexx-branded {
  max-width: 110px;
  height: 24px;
  fill: #3F434A;
}
.spot-container--dark-primary .spot-header--idexx-branded .spot-header__product-identity img, .spot-container--dark-secondary .spot-header--idexx-branded .spot-header__product-identity img, .spot-container--dark-primary .spot-header--idexx-branded .spot-header__product-identity svg, .spot-container--dark-secondary .spot-header--idexx-branded .spot-header__product-identity svg, .spot-container--dark-primary .spot-header--idexx-branded .spot-header__product-identity .spot-header__idexx-branded, .spot-container--dark-secondary .spot-header--idexx-branded .spot-header__product-identity .spot-header__idexx-branded {
  fill: #ffffff;
}
.spot-header.spot-header--left-aligned {
  justify-content: left;
}
.spot-header .spot-icon {
  display: flex;
  fill: #31353D;
  height: 20px;
  width: 20px;
}
.spot-container--dark-primary .spot-header .spot-icon, .spot-container--dark-secondary .spot-header .spot-icon {
  fill: #E2E2E2;
}
.spot-header .spot-button--dropdown-toggle .spot-icon {
  height: 12px;
  width: 12px;
}
.spot-header .spot-header__country-flags__flag-icon {
  width: 24px;
  height: 24px;
}
.spot-header .spot-header__country-flags__caret-icon {
  width: 16px;
  height: 16px;
  margin-left: -4px;
}
.spot-header .spot-search-bar {
  flex-grow: 1;
  margin: 0 12px;
}
.spot-header .spot-di {
  color: #31353D;
  margin-left: auto;
  padding: 0 0 0 12px;
}
.spot-header .spot-di__header-icon > svg {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-header .spot-di__header-icon > svg, .spot-container--dark-secondary .spot-header .spot-di__header-icon > svg {
  fill: #62B3F9;
}
.spot-container--dark-primary .spot-header .spot-di, .spot-container--dark-secondary .spot-header .spot-di {
  color: #ffffff;
}
.spot-header .spot-di__header {
  min-height: auto;
}
.spot-header .spot-di__header-userinfo {
  padding-top: 0;
}
.spot-header .spot-crossproduct {
  width: auto;
}
.spot-header .spot-crossproduct .spot-crossproduct-icon {
  padding: 0 24px;
}
.spot-header .spot-header__right-content .spot-icon, .spot-header .spot-header__right-content .spot-crossproduct-icon {
  cursor: pointer;
}
.spot-header .spot-header__right-content .spot-crossproduct-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-header .spot-header__right-content .spot-crossproduct-icon, .spot-container--dark-secondary .spot-header .spot-header__right-content .spot-crossproduct-icon {
  fill: #62B3F9;
}
.spot-header .spot-badge-group {
  display: flex;
}
.spot-header .spot-form__input, .spot-header .spot-search-bar__date-button, .spot-header .spot-search-bar__search-button {
  background-color: #ffffff !important;
  height: 30px;
  padding: 4px 16px 4px 12px;
}
.spot-container--dark-primary .spot-header .spot-form__input, .spot-container--dark-secondary .spot-header .spot-form__input, .spot-container--dark-primary .spot-header .spot-search-bar__date-button, .spot-container--dark-secondary .spot-header .spot-search-bar__date-button, .spot-container--dark-primary .spot-header .spot-search-bar__search-button, .spot-container--dark-secondary .spot-header .spot-search-bar__search-button {
  background-color: #31353D !important;
}
.spot-header--persistent-menu .spot-header__responsive-menu {
  display: flex;
}
.spot-header--fixed-top, .spot-header--sticky-top {
  top: 0;
  width: 100%;
  z-index: 1100;
}
.spot-header--fixed-top {
  position: fixed;
}
.spot-header--sticky-top {
  position: sticky;
}
.spot-header, .spot-container--light-primary .spot-header, .spot-container--light-secondary .spot-header {
  background-color: #F0F0F0;
  border-bottom: 1px solid #D0D1D0;
  color: #31353D;
}
.spot-container--dark-primary .spot-header, .spot-container--dark-secondary .spot-header {
  background-color: #3F434A;
  border-bottom: 1px solid #5D6066;
  color: #E2E2E2;
}
.spot-header__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
  padding: 0 16px;
  max-width: 1440px;
  width: 100%;
  height: 45px;
}
.spot-header--idexx-branded .spot-header__wrapper {
  height: 55px;
}
.spot-header--fluid .spot-header__wrapper {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .spot-header--responsive-header .spot-header__wrapper {
    padding-right: 0;
  }
}
.spot-header__left-content,
.spot-header__optional-content,
.spot-header__right-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.spot-header__left-content {
  margin-right: 16px;
}
@media screen and (max-width: 320px) {
  .spot-header__left-content {
    justify-content: space-between;
    width: calc(50% + 12px);
  }
  .spot-header--idexx-branded .spot-header__left-content {
    width: calc(62.5% + 12px);
  }
  .spot-header--responsive-header .spot-header__left-content .spot-header__product-name {
    display: none;
  }
}
.spot-header__right-content {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .spot-header__right-content .spot-di {
    padding: 0;
  }
  .spot-header__right-content .spot-di__header-userinfo {
    display: none;
  }
  .spot-header__right-content .spot-di__header-icon > svg {
    height: 16px;
    width: 16px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .spot-header--responsive-header .spot-header__right-content .spot-header__signin {
    display: none;
  }
}
.spot-header__optional-content {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  justify-content: space-between;
}
.spot-header__optional-content .spot-header__optional-content__country-flags, .spot-header__optional-content .spot-header__optional-content__global-links {
  display: flex;
  margin-right: auto;
}
.spot-header__optional-content .spot-header__optional-content__global-icons {
  display: flex;
  margin-left: auto;
}
.spot-header__optional-content .spot-header__optional-content__global-icons + .spot-header__optional-content__global-text {
  margin-left: 0;
}
.spot-header__optional-content .spot-header__optional-content__global-text {
  display: flex;
  margin-left: auto;
}
.spot-header__optional-content .spot-header__optional-content--move-left {
  margin-left: 0;
  margin-right: auto !important;
}
.spot-header__optional-content .spot-header__optional-content--move-right {
  margin-left: auto !important;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .spot-header__optional-content {
    display: none !important;
  }
  .spot-header--responsive-header .spot-header__optional-content {
    display: flex !important;
  }
  .spot-header--responsive-header .spot-header__optional-content .spot-header__optional-content__global-links, .spot-header--responsive-header .spot-header__optional-content .spot-header__optional-content__global-text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spot-header--responsive-header .spot-header__optional-content .spot-header__optional-content__global-icons {
    display: none;
  }
}
.spot-header__responsive-menu,
.spot-header__product-identity,
.spot-header__nav-items {
  display: flex;
  align-items: center;
}
.spot-header__responsive-menu {
  display: none;
  margin-right: 24px;
  background-color: transparent;
}
.spot-header__responsive-menu .spot-icon {
  fill: #31353D;
}
.spot-container--dark-primary .spot-header__responsive-menu .spot-icon, .spot-container--dark-secondary .spot-header__responsive-menu .spot-icon {
  fill: #E2E2E2;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .spot-header__responsive-menu {
    display: flex;
  }
}
.spot-header__product-identity {
  font-size: 18px;
  color: #31353D;
  text-decoration: none;
}
.spot-container--dark-primary .spot-header__product-identity, .spot-container--dark-secondary .spot-header__product-identity {
  color: #F0F0F0;
}
.spot-header__product-identity .spot-header__product-icon {
  background-color: #D0D1D0;
  border-radius: 24px;
  padding: 4px;
  margin-right: 8px;
}
.spot-container--dark-primary .spot-header__product-identity .spot-header__product-icon, .spot-container--dark-secondary .spot-header__product-identity .spot-header__product-icon {
  background-color: #5D6066;
}
.spot-header__product-identity .spot-header__product-icon img, .spot-header__product-identity .spot-header__product-icon svg {
  fill: #D0D1D0;
  height: 24px;
  width: 24px;
  display: block;
}
.spot-container--dark-primary .spot-header__product-identity .spot-header__product-icon img, .spot-container--dark-secondary .spot-header__product-identity .spot-header__product-icon img, .spot-container--dark-primary .spot-header__product-identity .spot-header__product-icon svg, .spot-container--dark-secondary .spot-header__product-identity .spot-header__product-icon svg {
  fill: #5D6066;
}
.spot-header__product-identity .spot-header__product-name {
  margin-right: 8px;
  font-weight: bold;
  white-space: nowrap;
}
.spot-header__product-identity .spot-header__product-name span {
  font-weight: normal;
}
.spot-crossproduct {
  height: 50px;
  overflow: visible;
  position: relative;
  width: 24px;
}
.spot-crossproduct-icon > svg {
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.spot-crossproduct-icon--light-settings {
  color: #0969D9;
}
.spot-crossproduct-icon--light-settings > svg {
  fill: #0969D9;
}
.spot-crossproduct-icon--dark-settings {
  color: #62B3F9;
}
.spot-crossproduct-icon--dark-settings > svg {
  fill: #62B3F9;
}
.spot-crossproduct-icon--white {
  color: #ffffff;
}
.spot-crossproduct-icon--white > svg {
  fill: #ffffff;
}
.spot-crossproduct__footer {
  cursor: initial;
  height: 45px;
  position: relative;
  width: 100%;
}
.spot-crossproduct__footer, .spot-container--light-primary .spot-crossproduct__footer, .spot-container--light-secondary .spot-crossproduct__footer {
  background-color: #F0F0F0;
  border-top: 1px solid #D0D1D0;
}
.spot-container--dark-primary .spot-crossproduct__footer, .spot-container--dark-secondary .spot-crossproduct__footer {
  background-color: #3F434A;
  border-top: 1px solid #5D6066;
}
.spot-crossproduct__footer-items {
  line-height: 42px;
  margin-right: 8px;
  overflow: hidden;
  vertical-align: middle;
}
.spot-crossproduct__footer a:first-child {
  padding-left: 60px;
}
.spot-crossproduct__footer .spot-link {
  margin-right: 8px;
}
.spot-crossproduct__footer img,
.spot-crossproduct__footer svg {
  height: 24px;
  left: 24px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.spot-crossproduct__content {
  max-height: 465px;
  max-width: 300px;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 16px;
  text-align: left;
}
.spot-crossproduct__content--heading {
  margin: 0;
  margin-left: 24px;
  overflow-x: hidden;
  text-transform: uppercase;
}
.spot-crossproduct__content--heading, .spot-container--light-primary .spot-crossproduct__content--heading, .spot-container--light-secondary .spot-crossproduct__content--heading {
  color: #25282E;
}
*[class*="--reverse"] .spot-crossproduct__content--heading, *[class*="--reverse"] .spot-container--light-primary .spot-crossproduct__content--heading, *[class*="--reverse"] .spot-container--light-secondary .spot-crossproduct__content--heading {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-crossproduct__content--heading, .spot-container--dark-secondary .spot-crossproduct__content--heading {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-crossproduct__content--heading, *[class*="--reverse"] .spot-container--dark-secondary .spot-crossproduct__content--heading {
  color: #25282E;
}
.spot-crossproduct__content--heading {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-crossproduct__content--heading, .spot-container--light-primary .spot-crossproduct__content--heading, .spot-container--light-secondary .spot-crossproduct__content--heading {
  color: #5D6066;
}
*[class*="--reverse"] .spot-crossproduct__content--heading, *[class*="--reverse"] .spot-container--light-primary .spot-crossproduct__content--heading, *[class*="--reverse"] .spot-container--light-secondary .spot-crossproduct__content--heading {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-crossproduct__content--heading, .spot-container--dark-secondary .spot-crossproduct__content--heading {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-crossproduct__content--heading, *[class*="--reverse"] .spot-container--dark-secondary .spot-crossproduct__content--heading {
  color: #5D6066;
}
.spot-crossproduct__content--heading {
  font-size: 13.5px;
}
.spot-crossproduct__content--heading, .spot-container--light-primary .spot-crossproduct__content--heading, .spot-container--light-secondary .spot-crossproduct__content--heading {
  color: #5D6066;
}
.spot-container--dark-primary .spot-crossproduct__content--heading, .spot-container--dark-secondary .spot-crossproduct__content--heading {
  color: #BCBDBC;
}
.spot-crossproduct__content-item, .spot-container--light-primary .spot-crossproduct__content-item, .spot-container--light-secondary .spot-crossproduct__content-item {
  color: #25282E;
}
*[class*="--reverse"] .spot-crossproduct__content-item, *[class*="--reverse"] .spot-container--light-primary .spot-crossproduct__content-item, *[class*="--reverse"] .spot-container--light-secondary .spot-crossproduct__content-item {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-crossproduct__content-item, .spot-container--dark-secondary .spot-crossproduct__content-item {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-crossproduct__content-item, *[class*="--reverse"] .spot-container--dark-secondary .spot-crossproduct__content-item {
  color: #25282E;
}
.spot-crossproduct__content-item {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-crossproduct__content-item {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
}
.spot-crossproduct__content-item {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.spot-crossproduct__content-item {
  display: list-item;
  height: 36px;
  list-style: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.spot-crossproduct__content-item:hover, .spot-container--light-primary .spot-crossproduct__content-item:hover, .spot-container--light-secondary .spot-crossproduct__content-item:hover {
  background-color: #E2F5FF;
}
.spot-container--dark-primary .spot-crossproduct__content-item:hover, .spot-container--dark-secondary .spot-crossproduct__content-item:hover {
  background-color: #224569;
}
.spot-crossproduct__content-item img,
.spot-crossproduct__content-item svg {
  height: 24px;
  left: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.spot-crossproduct__content-item .spot-avatar {
  left: 24px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.spot-crossproduct__content-item label, .spot-crossproduct__content-item-title {
  cursor: pointer;
  display: block;
  left: 24px;
  position: absolute;
  top: 50%;
  transform: translate(36px, -50%);
}
.spot-crossproduct__content--affiliated-items {
  padding: 0 0 16px 0;
}
.spot-crossproduct__content--affiliated-items .spot-crossproduct__content-item {
  font-weight: 700;
}
.spot-crossproduct__content--unaffiliated-items {
  padding-bottom: 16px;
  padding-top: 16px;
}
.spot-crossproduct__content--unaffiliated-items, .spot-container--light-primary .spot-crossproduct__content--unaffiliated-items, .spot-container--light-secondary .spot-crossproduct__content--unaffiliated-items {
  border-top: 1px solid #D0D1D0;
}
.spot-container--dark-primary .spot-crossproduct__content--unaffiliated-items, .spot-container--dark-secondary .spot-crossproduct__content--unaffiliated-items {
  border-top: 1px solid #5D6066;
}
.spot-crossproduct__content--unaffiliated-items .spot-crossproduct__content-item {
  font-weight: 400;
}
.spot-di {
  float: right;
  margin-left: 32px;
  overflow: visible;
  position: relative;
}
.spot-di--hide {
  visibility: hidden;
}
.spot-di__header {
  cursor: pointer;
  display: table;
  min-height: 50px;
  position: relative;
}
.spot-di__header > .spot-link,
.spot-di__header a:active,
.spot-di__header a:visited {
  color: inherit;
  text-decoration: none;
}
.spot-di__header > .spot-link:hover {
  text-decoration: underline;
}
.spot-di__header--light-settings {
  color: #0969D9;
}
.spot-di__header--light-settings .spot-di__header-icon > svg {
  fill: #0969D9;
}
.spot-di__header--dark-settings {
  color: #62B3F9;
}
.spot-di__header--dark-settings .spot-di__header-icon > svg {
  fill: #62B3F9;
}
.spot-di__header--white {
  color: #ffffff;
}
.spot-di__header--white .spot-di__header-icon > svg {
  fill: #ffffff;
}
.spot-di__header-userinfo {
  display: table-cell;
  margin: 0;
  max-width: 400px;
  padding: 0;
  padding-top: 2px;
  text-align: right;
}
.spot-di__header-icon {
  display: table-cell;
  padding: 0;
  padding-left: 4px;
}
.spot-di__header-icon--hide {
  display: none;
}
.spot-di__header-icon > svg {
  height: 16px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 16px;
}
.spot-di__content {
  list-style-type: none;
  margin: 0;
  max-width: 300px;
  min-width: 150px;
  padding: 8px 0;
  text-align: left;
}
.spot-di__content-profile, .spot-di__content-mylocations {
  display: list-item;
  line-height: 40px;
  list-style: none;
  padding-left: 16px;
  vertical-align: middle;
}
.spot-di__content-profile:hover, .spot-di__content-mylocations:hover {
  background-color: #E2F5FF;
}
.spot-di__content-profile:hover, .spot-container--light-primary .spot-di__content-profile:hover, .spot-container--light-secondary .spot-di__content-profile:hover, .spot-di__content-mylocations:hover, .spot-container--light-primary .spot-di__content-mylocations:hover, .spot-container--light-secondary .spot-di__content-mylocations:hover {
  background-color: #E2F5FF;
}
.spot-container--dark-primary .spot-di__content-profile:hover, .spot-container--dark-secondary .spot-di__content-profile:hover, .spot-container--dark-primary .spot-di__content-mylocations:hover, .spot-container--dark-secondary .spot-di__content-mylocations:hover {
  background-color: #224569;
}
.spot-di__content-profile > .spot-link {
  cursor: pointer;
  color: #25282E;
}
.spot-di__content-profile > .spot-link, .spot-container--light-primary .spot-di__content-profile > .spot-link, .spot-container--light-secondary .spot-di__content-profile > .spot-link {
  color: #25282E;
}
.spot-container--dark-primary .spot-di__content-profile > .spot-link, .spot-container--dark-secondary .spot-di__content-profile > .spot-link {
  color: #E2E2E2;
}
.spot-di__content-mylocation {
  font-size: 15px;
  padding-left: 16px;
  margin: 4px 0;
}
.spot-di__content-mylocation, .spot-container--light-primary .spot-di__content-mylocation, .spot-container--light-secondary .spot-di__content-mylocation {
  color: #717479;
}
.spot-container--dark-primary .spot-di__content-mylocation, .spot-container--dark-secondary .spot-di__content-mylocation {
  color: #8E9093;
}
.spot-di__content-mylocation:hover {
  cursor: default;
}
.spot-di__content-items, .spot-container--light-primary .spot-di__content-items, .spot-container--light-secondary .spot-di__content-items {
  color: #25282E;
}
.spot-container--dark-primary .spot-di__content-items, .spot-container--dark-secondary .spot-di__content-items {
  color: #E2E2E2;
}
.spot-di__content-item {
  display: list-item;
  list-style: none;
}
.spot-di__content-item > .spot-link {
  cursor: pointer;
  color: #25282E;
  line-height: 40px;
  padding-left: 32px;
  padding-right: 16px;
  vertical-align: middle;
}
.spot-di__content-item > .spot-link, .spot-container--light-primary .spot-di__content-item > .spot-link, .spot-container--light-secondary .spot-di__content-item > .spot-link {
  color: #25282E;
}
.spot-container--dark-primary .spot-di__content-item > .spot-link, .spot-container--dark-secondary .spot-di__content-item > .spot-link {
  color: #E2E2E2;
}
.spot-di__content-item:hover > .spot-link {
  background-color: #E2F5FF;
}
.spot-di__content-item:hover > .spot-link, .spot-container--light-primary .spot-di__content-item:hover > .spot-link, .spot-container--light-secondary .spot-di__content-item:hover > .spot-link {
  background-color: #E2F5FF;
}
.spot-container--dark-primary .spot-di__content-item:hover > .spot-link, .spot-container--dark-secondary .spot-di__content-item:hover > .spot-link {
  background-color: #224569;
}
.spot-di__content-item > .spot-link-selected {
  background-color: #F0F0F0;
  box-shadow: none;
  color: #0969D9;
  font-size: 15px;
  line-height: 40px;
  position: relative;
}
.spot-di__content-item > .spot-link-selected, .spot-container--light-primary .spot-di__content-item > .spot-link-selected, .spot-container--light-secondary .spot-di__content-item > .spot-link-selected {
  background-color: #F0F0F0;
  color: #0969D9;
}
.spot-container--dark-primary .spot-di__content-item > .spot-link-selected, .spot-container--dark-secondary .spot-di__content-item > .spot-link-selected {
  background-color: #3F434A;
  color: #62B3F9;
}
.spot-di__content-item > .spot-link-selected:before {
  background-color: #0969D9;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.spot-di__content-item > .spot-link-selected:before, .spot-container--light-primary .spot-di__content-item > .spot-link-selected:before, .spot-container--light-secondary .spot-di__content-item > .spot-link-selected:before {
  background-color: #0969D9;
}
.spot-container--dark-primary .spot-di__content-item > .spot-link-selected:before, .spot-container--dark-secondary .spot-di__content-item > .spot-link-selected:before {
  background-color: #62B3F9;
}
.spot-di__content-item:hover > .spot-link-selected {
  background-color: #F0F0F0;
  color: #0969D9;
  cursor: default;
}
.spot-di__content-item:hover > .spot-link-selected, .spot-container--light-primary .spot-di__content-item:hover > .spot-link-selected, .spot-container--light-secondary .spot-di__content-item:hover > .spot-link-selected {
  background-color: #F0F0F0;
  color: #0969D9;
}
.spot-container--dark-primary .spot-di__content-item:hover > .spot-link-selected, .spot-container--dark-secondary .spot-di__content-item:hover > .spot-link-selected {
  background-color: #3F434A;
  color: #62B3F9;
}
.spot-popover--align-rightcaret {
  left: auto;
  right: 4px;
  transform: translateX(23px) translateY(16px);
  min-width: 300px;
}
.spot-popover--align-rightcaret::before {
  right: 24px;
  top: -8px;
  transform: rotate(45deg);
}
.spot-dropdown {
  display: none;
  position: relative;
}
.spot-dropdown__content {
  border-radius: 12px;
  display: block;
  font-size: 15px;
  list-style: none;
  margin-top: 2px;
  max-height: 175px;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.spot-dropdown__content, .spot-container--light-primary .spot-dropdown__content, .spot-container--light-secondary .spot-dropdown__content {
  background: #ffffff;
  box-shadow: 0 0 6px 0 #3F434A;
}
.spot-container--dark-primary .spot-dropdown__content, .spot-container--dark-secondary .spot-dropdown__content {
  background: #31353D;
  box-shadow: 0 0 6px 0 #0F1114;
}
.spot-dropdown__content--divider {
  margin: 0;
  padding: 0;
  width: 100%;
}
.spot-dropdown__content--divider, .spot-container--light-primary .spot-dropdown__content--divider, .spot-container--light-secondary .spot-dropdown__content--divider {
  border-bottom: 1px solid #E2E2E2;
}
.spot-container--dark-primary .spot-dropdown__content--divider, .spot-container--dark-secondary .spot-dropdown__content--divider {
  border-bottom: 1px solid #717479;
}
.spot-button--dropdown-parent .spot-dropdown__content {
  margin-top: 2px;
}
.spot-dropdown__content-item > a {
  display: block;
  font-weight: 400;
  padding: 6px 12px;
  text-align: left;
  text-decoration: none;
}
.spot-dropdown__content-item > a {
  font-family: var(--font-family-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.spot-dropdown__content-item > a, .spot-container--light-primary .spot-dropdown__content-item > a, .spot-container--light-secondary .spot-dropdown__content-item > a {
  color: #25282E;
}
.spot-container--dark-primary .spot-dropdown__content-item > a, .spot-container--dark-secondary .spot-dropdown__content-item > a {
  color: #E2E2E2;
}
.spot-dropdown__content-item:hover, .spot-container--light-primary .spot-dropdown__content-item:hover, .spot-container--light-secondary .spot-dropdown__content-item:hover {
  background-color: #E2F5FF;
}
.spot-container--dark-primary .spot-dropdown__content-item:hover, .spot-container--dark-secondary .spot-dropdown__content-item:hover {
  background-color: #224569;
}
.spot-filter {
  line-height: 1.5;
}
.spot-filter::before, .spot-filter::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-filter::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-filter::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-filter {
  align-items: center;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 43px;
  max-width: 200px;
  min-height: 15px;
  outline: none;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 48px;
  padding-top: 4px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.spot-filter::before, .spot-filter::after {
  display: none;
}
.spot-filter, .spot-container--light-primary .spot-filter, .spot-container--light-secondary .spot-filter {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  color: #25282E;
}
.spot-filter > .spot-filter__cancel, .spot-container--light-primary .spot-filter > .spot-filter__cancel, .spot-container--light-secondary .spot-filter > .spot-filter__cancel {
  background-color: #E2E2E2;
}
.spot-filter > .spot-filter__cancel::before, .spot-filter > .spot-filter__cancel::after, .spot-container--light-primary .spot-filter > .spot-filter__cancel::before, .spot-container--light-primary .spot-filter > .spot-filter__cancel::after, .spot-container--light-secondary .spot-filter > .spot-filter__cancel::before, .spot-container--light-secondary .spot-filter > .spot-filter__cancel::after {
  background-color: #31353D;
}
.spot-filter:hover, .spot-filter.spot-filter--hover, .spot-container--light-primary .spot-filter:hover, .spot-container--light-primary .spot-filter.spot-filter--hover, .spot-container--light-secondary .spot-filter:hover, .spot-container--light-secondary .spot-filter.spot-filter--hover {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
}
.spot-filter:hover > .spot-filter__cancel, .spot-filter.spot-filter--hover > .spot-filter__cancel, .spot-container--light-primary .spot-filter:hover > .spot-filter__cancel, .spot-container--light-primary .spot-filter.spot-filter--hover > .spot-filter__cancel, .spot-container--light-secondary .spot-filter:hover > .spot-filter__cancel, .spot-container--light-secondary .spot-filter.spot-filter--hover > .spot-filter__cancel {
  background-color: #D0D1D0;
}
.spot-filter:focus, .spot-filter.spot-filter--focus, .spot-container--light-primary .spot-filter:focus, .spot-container--light-primary .spot-filter.spot-filter--focus, .spot-container--light-secondary .spot-filter:focus, .spot-container--light-secondary .spot-filter.spot-filter--focus {
  background-color: #E2E2E2;
  border-color: transparent;
}
.spot-filter:focus, .spot-container--light-primary .spot-filter:focus, .spot-container--light-secondary .spot-filter:focus, .spot-filter.spot-filter--focus, .spot-container--light-primary .spot-filter.spot-filter--focus, .spot-container--light-secondary .spot-filter.spot-filter--focus, .spot-container--light-primary .spot-filter:focus, .spot-container--light-primary .spot-container--light-primary .spot-filter:focus, .spot-container--light-secondary .spot-container--light-primary .spot-filter:focus, .spot-container--light-primary .spot-filter.spot-filter--focus, .spot-container--light-primary .spot-container--light-primary .spot-filter.spot-filter--focus, .spot-container--light-secondary .spot-container--light-primary .spot-filter.spot-filter--focus, .spot-container--light-secondary .spot-filter:focus, .spot-container--light-primary .spot-container--light-secondary .spot-filter:focus, .spot-container--light-secondary .spot-container--light-secondary .spot-filter:focus, .spot-container--light-secondary .spot-filter.spot-filter--focus, .spot-container--light-primary .spot-container--light-secondary .spot-filter.spot-filter--focus, .spot-container--light-secondary .spot-container--light-secondary .spot-filter.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter:focus, .spot-container--dark-secondary .spot-filter:focus, .spot-container--dark-primary .spot-filter.spot-filter--focus, .spot-container--dark-secondary .spot-filter.spot-filter--focus, .spot-container--dark-primary .spot-container--light-primary .spot-filter:focus, .spot-container--dark-secondary .spot-container--light-primary .spot-filter:focus, .spot-container--dark-primary .spot-container--light-primary .spot-filter.spot-filter--focus, .spot-container--dark-secondary .spot-container--light-primary .spot-filter.spot-filter--focus, .spot-container--dark-primary .spot-container--light-secondary .spot-filter:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-filter.spot-filter--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-filter:focus, .spot-filter.spot-filter--focus, .spot-container--light-primary .spot-filter:focus, .spot-container--light-primary .spot-filter.spot-filter--focus, .spot-container--light-secondary .spot-filter:focus, .spot-container--light-secondary .spot-filter.spot-filter--focus {
  border-color: transparent;
  outline: none;
}
.spot-filter:focus > .spot-filter__cancel, .spot-filter.spot-filter--focus > .spot-filter__cancel, .spot-container--light-primary .spot-filter:focus > .spot-filter__cancel, .spot-container--light-primary .spot-filter.spot-filter--focus > .spot-filter__cancel, .spot-container--light-secondary .spot-filter:focus > .spot-filter__cancel, .spot-container--light-secondary .spot-filter.spot-filter--focus > .spot-filter__cancel {
  background-color: #E2E2E2;
}
.spot-filter:active, .spot-filter.spot-filter--active, .spot-container--light-primary .spot-filter:active, .spot-container--light-primary .spot-filter.spot-filter--active, .spot-container--light-secondary .spot-filter:active, .spot-container--light-secondary .spot-filter.spot-filter--active {
  background-color: #E2E2E2;
  border-color: transparent;
}
.spot-filter:active, .spot-container--light-primary .spot-filter:active, .spot-container--light-secondary .spot-filter:active, .spot-filter.spot-filter--active, .spot-container--light-primary .spot-filter.spot-filter--active, .spot-container--light-secondary .spot-filter.spot-filter--active, .spot-container--light-primary .spot-filter:active, .spot-container--light-primary .spot-container--light-primary .spot-filter:active, .spot-container--light-secondary .spot-container--light-primary .spot-filter:active, .spot-container--light-primary .spot-filter.spot-filter--active, .spot-container--light-primary .spot-container--light-primary .spot-filter.spot-filter--active, .spot-container--light-secondary .spot-container--light-primary .spot-filter.spot-filter--active, .spot-container--light-secondary .spot-filter:active, .spot-container--light-primary .spot-container--light-secondary .spot-filter:active, .spot-container--light-secondary .spot-container--light-secondary .spot-filter:active, .spot-container--light-secondary .spot-filter.spot-filter--active, .spot-container--light-primary .spot-container--light-secondary .spot-filter.spot-filter--active, .spot-container--light-secondary .spot-container--light-secondary .spot-filter.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter:active, .spot-container--dark-secondary .spot-filter:active, .spot-container--dark-primary .spot-filter.spot-filter--active, .spot-container--dark-secondary .spot-filter.spot-filter--active, .spot-container--dark-primary .spot-container--light-primary .spot-filter:active, .spot-container--dark-secondary .spot-container--light-primary .spot-filter:active, .spot-container--dark-primary .spot-container--light-primary .spot-filter.spot-filter--active, .spot-container--dark-secondary .spot-container--light-primary .spot-filter.spot-filter--active, .spot-container--dark-primary .spot-container--light-secondary .spot-filter:active, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter:active, .spot-container--dark-primary .spot-container--light-secondary .spot-filter.spot-filter--active, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-filter:active, .spot-filter.spot-filter--active, .spot-container--light-primary .spot-filter:active, .spot-container--light-primary .spot-filter.spot-filter--active, .spot-container--light-secondary .spot-filter:active, .spot-container--light-secondary .spot-filter.spot-filter--active {
  border-color: transparent;
  outline: none;
}
.spot-filter:active > .spot-filter__cancel, .spot-filter.spot-filter--active > .spot-filter__cancel, .spot-container--light-primary .spot-filter:active > .spot-filter__cancel, .spot-container--light-primary .spot-filter.spot-filter--active > .spot-filter__cancel, .spot-container--light-secondary .spot-filter:active > .spot-filter__cancel, .spot-container--light-secondary .spot-filter.spot-filter--active > .spot-filter__cancel {
  background-color: #D0D1D0;
}
.spot-container--dark-primary .spot-filter, .spot-container--dark-secondary .spot-filter {
  background-color: #A9AAAA;
  border-color: #A9AAAA;
  color: #25282E;
}
.spot-container--dark-primary .spot-filter > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter > .spot-filter__cancel {
  background-color: #A9AAAA;
}
.spot-container--dark-primary .spot-filter > .spot-filter__cancel::before, .spot-container--dark-primary .spot-filter > .spot-filter__cancel::after, .spot-container--dark-secondary .spot-filter > .spot-filter__cancel::before, .spot-container--dark-secondary .spot-filter > .spot-filter__cancel::after {
  background-color: #25282E;
}
.spot-container--dark-primary .spot-filter:hover, .spot-container--dark-primary .spot-filter.spot-filter--hover, .spot-container--dark-secondary .spot-filter:hover, .spot-container--dark-secondary .spot-filter.spot-filter--hover {
  background-color: #8E9093;
  border-color: #A9AAAA;
}
.spot-container--dark-primary .spot-filter:hover > .spot-filter__cancel, .spot-container--dark-primary .spot-filter.spot-filter--hover > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter:hover > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter.spot-filter--hover > .spot-filter__cancel {
  background-color: #A9AAAA;
}
.spot-container--dark-primary .spot-filter:focus, .spot-container--dark-primary .spot-filter.spot-filter--focus, .spot-container--dark-secondary .spot-filter:focus, .spot-container--dark-secondary .spot-filter.spot-filter--focus {
  background-color: #8E9093;
  border-color: transparent;
}
.spot-container--dark-primary .spot-filter:focus, .spot-container--light-primary .spot-container--dark-primary .spot-filter:focus, .spot-container--light-secondary .spot-container--dark-primary .spot-filter:focus, .spot-container--dark-primary .spot-filter.spot-filter--focus, .spot-container--light-primary .spot-container--dark-primary .spot-filter.spot-filter--focus, .spot-container--light-secondary .spot-container--dark-primary .spot-filter.spot-filter--focus, .spot-container--dark-secondary .spot-filter:focus, .spot-container--light-primary .spot-container--dark-secondary .spot-filter:focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter:focus, .spot-container--dark-secondary .spot-filter.spot-filter--focus, .spot-container--light-primary .spot-container--dark-secondary .spot-filter.spot-filter--focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-filter:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-filter.spot-filter--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter.spot-filter--focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter.spot-filter--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter:focus, .spot-container--dark-primary .spot-filter.spot-filter--focus, .spot-container--dark-secondary .spot-filter:focus, .spot-container--dark-secondary .spot-filter.spot-filter--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-filter:focus > .spot-filter__cancel, .spot-container--dark-primary .spot-filter.spot-filter--focus > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter:focus > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter.spot-filter--focus > .spot-filter__cancel {
  background-color: #A9AAAA;
}
.spot-container--dark-primary .spot-filter:active, .spot-container--dark-primary .spot-filter.spot-filter--active, .spot-container--dark-secondary .spot-filter:active, .spot-container--dark-secondary .spot-filter.spot-filter--active {
  background-color: #8E9093;
  border-color: transparent;
}
.spot-container--dark-primary .spot-filter:active, .spot-container--light-primary .spot-container--dark-primary .spot-filter:active, .spot-container--light-secondary .spot-container--dark-primary .spot-filter:active, .spot-container--dark-primary .spot-filter.spot-filter--active, .spot-container--light-primary .spot-container--dark-primary .spot-filter.spot-filter--active, .spot-container--light-secondary .spot-container--dark-primary .spot-filter.spot-filter--active, .spot-container--dark-secondary .spot-filter:active, .spot-container--light-primary .spot-container--dark-secondary .spot-filter:active, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter:active, .spot-container--dark-secondary .spot-filter.spot-filter--active, .spot-container--light-primary .spot-container--dark-secondary .spot-filter.spot-filter--active, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-filter:active, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter:active, .spot-container--dark-primary .spot-container--dark-primary .spot-filter.spot-filter--active, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter.spot-filter--active, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter:active, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter:active, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter.spot-filter--active, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter:active, .spot-container--dark-primary .spot-filter.spot-filter--active, .spot-container--dark-secondary .spot-filter:active, .spot-container--dark-secondary .spot-filter.spot-filter--active {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-filter:active > .spot-filter__cancel, .spot-container--dark-primary .spot-filter.spot-filter--active > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter:active > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter.spot-filter--active > .spot-filter__cancel {
  background-color: #A9AAAA;
}
.spot-filter > .spot-filter__cancel {
  border: none;
  border-radius: 0 4px 4px 0;
  height: 100%;
  position: absolute;
  cursor: pointer;
  right: -4px;
  top: 0;
  width: 40px;
}
.spot-filter > .spot-filter__cancel:before, .spot-filter > .spot-filter__cancel:after {
  content: " ";
  height: 14px;
  left: 16px;
  position: absolute;
  top: 9px;
  width: 2px;
}
.spot-filter > .spot-filter__cancel:before {
  transform: rotate(45deg);
}
.spot-filter > .spot-filter__cancel:after {
  transform: rotate(-45deg);
}
.spot-filter--highpriority, .spot-container--light-primary .spot-filter--highpriority, .spot-container--light-secondary .spot-filter--highpriority {
  background-color: #F6E962;
  border-color: #F6E962;
  color: #25282E;
}
.spot-filter--highpriority > .spot-filter__cancel, .spot-container--light-primary .spot-filter--highpriority > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--highpriority > .spot-filter__cancel {
  background-color: #F6E962;
}
.spot-filter--highpriority > .spot-filter__cancel::before, .spot-filter--highpriority > .spot-filter__cancel::after, .spot-container--light-primary .spot-filter--highpriority > .spot-filter__cancel::before, .spot-container--light-primary .spot-filter--highpriority > .spot-filter__cancel::after, .spot-container--light-secondary .spot-filter--highpriority > .spot-filter__cancel::before, .spot-container--light-secondary .spot-filter--highpriority > .spot-filter__cancel::after {
  background-color: #31353D;
}
.spot-filter--highpriority:hover, .spot-filter--highpriority.spot-filter--hover, .spot-container--light-primary .spot-filter--highpriority:hover, .spot-container--light-primary .spot-filter--highpriority.spot-filter--hover, .spot-container--light-secondary .spot-filter--highpriority:hover, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--hover {
  background-color: #F6E962;
  border-color: #F6E962;
}
.spot-filter--highpriority:hover > .spot-filter__cancel, .spot-filter--highpriority.spot-filter--hover > .spot-filter__cancel, .spot-container--light-primary .spot-filter--highpriority:hover > .spot-filter__cancel, .spot-container--light-primary .spot-filter--highpriority.spot-filter--hover > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--highpriority:hover > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--hover > .spot-filter__cancel {
  background-color: #D1C653;
}
.spot-filter--highpriority:focus, .spot-filter--highpriority.spot-filter--focus, .spot-container--light-primary .spot-filter--highpriority:focus, .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-secondary .spot-filter--highpriority:focus, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus {
  background-color: #F6E962;
  border-color: transparent;
}
.spot-filter--highpriority:focus, .spot-container--light-primary .spot-filter--highpriority:focus, .spot-container--light-secondary .spot-filter--highpriority:focus, .spot-filter--highpriority.spot-filter--focus, .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-primary .spot-filter--highpriority:focus, .spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority:focus, .spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority:focus, .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-secondary .spot-filter--highpriority:focus, .spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority:focus, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority:focus, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter--highpriority:focus, .spot-container--dark-secondary .spot-filter--highpriority:focus, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority:focus, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority:focus, .spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-filter--highpriority:focus, .spot-filter--highpriority.spot-filter--focus, .spot-container--light-primary .spot-filter--highpriority:focus, .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-secondary .spot-filter--highpriority:focus, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus {
  border-color: transparent;
  outline: none;
}
.spot-filter--highpriority:focus > .spot-filter__cancel, .spot-filter--highpriority.spot-filter--focus > .spot-filter__cancel, .spot-container--light-primary .spot-filter--highpriority:focus > .spot-filter__cancel, .spot-container--light-primary .spot-filter--highpriority.spot-filter--focus > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--highpriority:focus > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--focus > .spot-filter__cancel {
  background-color: #F6E962;
}
.spot-filter--highpriority:active, .spot-filter--highpriority.spot-filter--active, .spot-container--light-primary .spot-filter--highpriority:active, .spot-container--light-primary .spot-filter--highpriority.spot-filter--active, .spot-container--light-secondary .spot-filter--highpriority:active, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active {
  background-color: #F6E962;
  border-color: transparent;
}
.spot-filter--highpriority:active, .spot-container--light-primary .spot-filter--highpriority:active, .spot-container--light-secondary .spot-filter--highpriority:active, .spot-filter--highpriority.spot-filter--active, .spot-container--light-primary .spot-filter--highpriority.spot-filter--active, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active, .spot-container--light-primary .spot-filter--highpriority:active, .spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority:active, .spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority:active, .spot-container--light-primary .spot-filter--highpriority.spot-filter--active, .spot-container--light-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active, .spot-container--light-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active, .spot-container--light-secondary .spot-filter--highpriority:active, .spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority:active, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority:active, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active, .spot-container--light-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter--highpriority:active, .spot-container--dark-secondary .spot-filter--highpriority:active, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority:active, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority:active, .spot-container--dark-primary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority:active, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority:active, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-filter--highpriority:active, .spot-filter--highpriority.spot-filter--active, .spot-container--light-primary .spot-filter--highpriority:active, .spot-container--light-primary .spot-filter--highpriority.spot-filter--active, .spot-container--light-secondary .spot-filter--highpriority:active, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active {
  border-color: transparent;
  outline: none;
}
.spot-filter--highpriority:active > .spot-filter__cancel, .spot-filter--highpriority.spot-filter--active > .spot-filter__cancel, .spot-container--light-primary .spot-filter--highpriority:active > .spot-filter__cancel, .spot-container--light-primary .spot-filter--highpriority.spot-filter--active > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--highpriority:active > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--highpriority.spot-filter--active > .spot-filter__cancel {
  background-color: #D1C653;
}
.spot-container--dark-primary .spot-filter--highpriority, .spot-container--dark-secondary .spot-filter--highpriority {
  background-color: #F8ED81;
  border-color: #F8ED81;
  color: #25282E;
}
.spot-container--dark-primary .spot-filter--highpriority > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--highpriority > .spot-filter__cancel {
  background-color: #F8ED81;
}
.spot-container--dark-primary .spot-filter--highpriority > .spot-filter__cancel::before, .spot-container--dark-primary .spot-filter--highpriority > .spot-filter__cancel::after, .spot-container--dark-secondary .spot-filter--highpriority > .spot-filter__cancel::before, .spot-container--dark-secondary .spot-filter--highpriority > .spot-filter__cancel::after {
  background-color: #25282E;
}
.spot-container--dark-primary .spot-filter--highpriority:hover, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--hover, .spot-container--dark-secondary .spot-filter--highpriority:hover, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--hover {
  background-color: #8E9093;
  border-color: #F8ED81;
}
.spot-container--dark-primary .spot-filter--highpriority:hover > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--hover > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--highpriority:hover > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--hover > .spot-filter__cancel {
  background-color: #D1C653;
}
.spot-container--dark-primary .spot-filter--highpriority:focus, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-secondary .spot-filter--highpriority:focus, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus {
  background-color: #8E9093;
  border-color: transparent;
}
.spot-container--dark-primary .spot-filter--highpriority:focus, .spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority:focus, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority:focus, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-secondary .spot-filter--highpriority:focus, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority:focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority:focus, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter--highpriority:focus, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus, .spot-container--dark-secondary .spot-filter--highpriority:focus, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-filter--highpriority:focus > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--focus > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--highpriority:focus > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--focus > .spot-filter__cancel {
  background-color: #F8ED81;
}
.spot-container--dark-primary .spot-filter--highpriority:active, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-secondary .spot-filter--highpriority:active, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active {
  background-color: #8E9093;
  border-color: transparent;
}
.spot-container--dark-primary .spot-filter--highpriority:active, .spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority:active, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority:active, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active, .spot-container--light-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-secondary .spot-filter--highpriority:active, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority:active, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority:active, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority:active, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority:active, .spot-container--dark-primary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority:active, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority:active, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter--highpriority:active, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active, .spot-container--dark-secondary .spot-filter--highpriority:active, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-filter--highpriority:active > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--highpriority.spot-filter--active > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--highpriority:active > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--highpriority.spot-filter--active > .spot-filter__cancel {
  background-color: #F8ED81;
}
.spot-filter--teal, .spot-container--light-primary .spot-filter--teal, .spot-container--light-secondary .spot-filter--teal, .spot-filter--lowpriority, .spot-container--light-primary .spot-filter--lowpriority, .spot-container--light-secondary .spot-filter--lowpriority {
  background-color: #ffffff;
  border-color: #3E9AF5;
  color: #25282E;
}
.spot-filter--teal > .spot-filter__cancel, .spot-container--light-primary .spot-filter--teal > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--teal > .spot-filter__cancel, .spot-filter--lowpriority > .spot-filter__cancel, .spot-container--light-primary .spot-filter--lowpriority > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--lowpriority > .spot-filter__cancel {
  background-color: #ffffff;
}
.spot-filter--teal > .spot-filter__cancel::before, .spot-filter--teal > .spot-filter__cancel::after, .spot-container--light-primary .spot-filter--teal > .spot-filter__cancel::before, .spot-container--light-primary .spot-filter--teal > .spot-filter__cancel::after, .spot-container--light-secondary .spot-filter--teal > .spot-filter__cancel::before, .spot-container--light-secondary .spot-filter--teal > .spot-filter__cancel::after, .spot-filter--lowpriority > .spot-filter__cancel::before, .spot-filter--lowpriority > .spot-filter__cancel::after, .spot-container--light-primary .spot-filter--lowpriority > .spot-filter__cancel::before, .spot-container--light-primary .spot-filter--lowpriority > .spot-filter__cancel::after, .spot-container--light-secondary .spot-filter--lowpriority > .spot-filter__cancel::before, .spot-container--light-secondary .spot-filter--lowpriority > .spot-filter__cancel::after {
  background-color: #31353D;
}
.spot-filter--teal:hover, .spot-filter--teal.spot-filter--hover, .spot-container--light-primary .spot-filter--teal:hover, .spot-container--light-primary .spot-filter--teal.spot-filter--hover, .spot-container--light-secondary .spot-filter--teal:hover, .spot-container--light-secondary .spot-filter--teal.spot-filter--hover, .spot-filter--lowpriority:hover, .spot-filter--lowpriority.spot-filter--hover, .spot-container--light-primary .spot-filter--lowpriority:hover, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--hover, .spot-container--light-secondary .spot-filter--lowpriority:hover, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--hover {
  background-color: #ffffff;
  border-color: #3E9AF5;
}
.spot-filter--teal:hover > .spot-filter__cancel, .spot-filter--teal.spot-filter--hover > .spot-filter__cancel, .spot-container--light-primary .spot-filter--teal:hover > .spot-filter__cancel, .spot-container--light-primary .spot-filter--teal.spot-filter--hover > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--teal:hover > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--teal.spot-filter--hover > .spot-filter__cancel, .spot-filter--lowpriority:hover > .spot-filter__cancel, .spot-filter--lowpriority.spot-filter--hover > .spot-filter__cancel, .spot-container--light-primary .spot-filter--lowpriority:hover > .spot-filter__cancel, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--hover > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--lowpriority:hover > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--hover > .spot-filter__cancel {
  background-color: #E2F5FF;
}
.spot-filter--teal:focus, .spot-filter--teal.spot-filter--focus, .spot-container--light-primary .spot-filter--teal:focus, .spot-container--light-primary .spot-filter--teal.spot-filter--focus, .spot-container--light-secondary .spot-filter--teal:focus, .spot-container--light-secondary .spot-filter--teal.spot-filter--focus, .spot-filter--lowpriority:focus, .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-primary .spot-filter--lowpriority:focus, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-secondary .spot-filter--lowpriority:focus, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus {
  background-color: #ffffff;
  border-color: transparent;
}
.spot-filter--teal:focus, .spot-container--light-primary .spot-filter--teal:focus, .spot-container--light-secondary .spot-filter--teal:focus, .spot-filter--teal.spot-filter--focus, .spot-container--light-primary .spot-filter--teal.spot-filter--focus, .spot-container--light-secondary .spot-filter--teal.spot-filter--focus, .spot-container--light-primary .spot-filter--teal:focus, .spot-container--light-primary .spot-container--light-primary .spot-filter--teal:focus, .spot-container--light-secondary .spot-container--light-primary .spot-filter--teal:focus, .spot-container--light-primary .spot-filter--teal.spot-filter--focus, .spot-container--light-primary .spot-container--light-primary .spot-filter--teal.spot-filter--focus, .spot-container--light-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--focus, .spot-container--light-secondary .spot-filter--teal:focus, .spot-container--light-primary .spot-container--light-secondary .spot-filter--teal:focus, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal:focus, .spot-container--light-secondary .spot-filter--teal.spot-filter--focus, .spot-container--light-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus, .spot-filter--lowpriority:focus, .spot-container--light-primary .spot-filter--lowpriority:focus, .spot-container--light-secondary .spot-filter--lowpriority:focus, .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-primary .spot-filter--lowpriority:focus, .spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority:focus, .spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority:focus, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-secondary .spot-filter--lowpriority:focus, .spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority:focus, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority:focus, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter--teal:focus, .spot-container--dark-secondary .spot-filter--teal:focus, .spot-container--dark-primary .spot-filter--teal.spot-filter--focus, .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus, .spot-container--dark-primary .spot-container--light-primary .spot-filter--teal:focus, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal:focus, .spot-container--dark-primary .spot-container--light-primary .spot-filter--teal.spot-filter--focus, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--focus, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--focus, .spot-container--dark-primary .spot-filter--lowpriority:focus, .spot-container--dark-secondary .spot-filter--lowpriority:focus, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority:focus, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority:focus, .spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority:focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority:focus, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-filter--teal:focus, .spot-filter--teal.spot-filter--focus, .spot-container--light-primary .spot-filter--teal:focus, .spot-container--light-primary .spot-filter--teal.spot-filter--focus, .spot-container--light-secondary .spot-filter--teal:focus, .spot-container--light-secondary .spot-filter--teal.spot-filter--focus, .spot-filter--lowpriority:focus, .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-primary .spot-filter--lowpriority:focus, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-secondary .spot-filter--lowpriority:focus, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus {
  border-color: transparent;
  outline: none;
}
.spot-filter--teal:focus > .spot-filter__cancel, .spot-filter--teal.spot-filter--focus > .spot-filter__cancel, .spot-container--light-primary .spot-filter--teal:focus > .spot-filter__cancel, .spot-container--light-primary .spot-filter--teal.spot-filter--focus > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--teal:focus > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--teal.spot-filter--focus > .spot-filter__cancel, .spot-filter--lowpriority:focus > .spot-filter__cancel, .spot-filter--lowpriority.spot-filter--focus > .spot-filter__cancel, .spot-container--light-primary .spot-filter--lowpriority:focus > .spot-filter__cancel, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--focus > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--lowpriority:focus > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--focus > .spot-filter__cancel {
  background-color: #ffffff;
}
.spot-filter--teal:active, .spot-filter--teal.spot-filter--active, .spot-container--light-primary .spot-filter--teal:active, .spot-container--light-primary .spot-filter--teal.spot-filter--active, .spot-container--light-secondary .spot-filter--teal:active, .spot-container--light-secondary .spot-filter--teal.spot-filter--active, .spot-filter--lowpriority:active, .spot-filter--lowpriority.spot-filter--active, .spot-container--light-primary .spot-filter--lowpriority:active, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-secondary .spot-filter--lowpriority:active, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active {
  background-color: #E2F5FF;
  border-color: transparent;
}
.spot-filter--teal:active, .spot-container--light-primary .spot-filter--teal:active, .spot-container--light-secondary .spot-filter--teal:active, .spot-filter--teal.spot-filter--active, .spot-container--light-primary .spot-filter--teal.spot-filter--active, .spot-container--light-secondary .spot-filter--teal.spot-filter--active, .spot-container--light-primary .spot-filter--teal:active, .spot-container--light-primary .spot-container--light-primary .spot-filter--teal:active, .spot-container--light-secondary .spot-container--light-primary .spot-filter--teal:active, .spot-container--light-primary .spot-filter--teal.spot-filter--active, .spot-container--light-primary .spot-container--light-primary .spot-filter--teal.spot-filter--active, .spot-container--light-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--active, .spot-container--light-secondary .spot-filter--teal:active, .spot-container--light-primary .spot-container--light-secondary .spot-filter--teal:active, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal:active, .spot-container--light-secondary .spot-filter--teal.spot-filter--active, .spot-container--light-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--active, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--active, .spot-filter--lowpriority:active, .spot-container--light-primary .spot-filter--lowpriority:active, .spot-container--light-secondary .spot-filter--lowpriority:active, .spot-filter--lowpriority.spot-filter--active, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-primary .spot-filter--lowpriority:active, .spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority:active, .spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority:active, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-secondary .spot-filter--lowpriority:active, .spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority:active, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority:active, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter--teal:active, .spot-container--dark-secondary .spot-filter--teal:active, .spot-container--dark-primary .spot-filter--teal.spot-filter--active, .spot-container--dark-secondary .spot-filter--teal.spot-filter--active, .spot-container--dark-primary .spot-container--light-primary .spot-filter--teal:active, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal:active, .spot-container--dark-primary .spot-container--light-primary .spot-filter--teal.spot-filter--active, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--teal.spot-filter--active, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal:active, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal:active, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--teal.spot-filter--active, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--teal.spot-filter--active, .spot-container--dark-primary .spot-filter--lowpriority:active, .spot-container--dark-secondary .spot-filter--lowpriority:active, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority:active, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority:active, .spot-container--dark-primary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-secondary .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority:active, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority:active, .spot-container--dark-primary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-secondary .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-filter--teal:active, .spot-filter--teal.spot-filter--active, .spot-container--light-primary .spot-filter--teal:active, .spot-container--light-primary .spot-filter--teal.spot-filter--active, .spot-container--light-secondary .spot-filter--teal:active, .spot-container--light-secondary .spot-filter--teal.spot-filter--active, .spot-filter--lowpriority:active, .spot-filter--lowpriority.spot-filter--active, .spot-container--light-primary .spot-filter--lowpriority:active, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-secondary .spot-filter--lowpriority:active, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active {
  border-color: transparent;
  outline: none;
}
.spot-filter--teal:active > .spot-filter__cancel, .spot-filter--teal.spot-filter--active > .spot-filter__cancel, .spot-container--light-primary .spot-filter--teal:active > .spot-filter__cancel, .spot-container--light-primary .spot-filter--teal.spot-filter--active > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--teal:active > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--teal.spot-filter--active > .spot-filter__cancel, .spot-filter--lowpriority:active > .spot-filter__cancel, .spot-filter--lowpriority.spot-filter--active > .spot-filter__cancel, .spot-container--light-primary .spot-filter--lowpriority:active > .spot-filter__cancel, .spot-container--light-primary .spot-filter--lowpriority.spot-filter--active > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--lowpriority:active > .spot-filter__cancel, .spot-container--light-secondary .spot-filter--lowpriority.spot-filter--active > .spot-filter__cancel {
  background-color: #E2F5FF;
}
.spot-container--dark-primary .spot-filter--teal, .spot-container--dark-secondary .spot-filter--teal, .spot-container--dark-primary .spot-filter--lowpriority, .spot-container--dark-secondary .spot-filter--lowpriority {
  background-color: #31353D;
  border-color: #3E9AF5;
  color: #ffffff;
}
.spot-container--dark-primary .spot-filter--teal > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--teal > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--lowpriority > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--lowpriority > .spot-filter__cancel {
  background-color: #31353D;
}
.spot-container--dark-primary .spot-filter--teal > .spot-filter__cancel::before, .spot-container--dark-primary .spot-filter--teal > .spot-filter__cancel::after, .spot-container--dark-secondary .spot-filter--teal > .spot-filter__cancel::before, .spot-container--dark-secondary .spot-filter--teal > .spot-filter__cancel::after, .spot-container--dark-primary .spot-filter--lowpriority > .spot-filter__cancel::before, .spot-container--dark-primary .spot-filter--lowpriority > .spot-filter__cancel::after, .spot-container--dark-secondary .spot-filter--lowpriority > .spot-filter__cancel::before, .spot-container--dark-secondary .spot-filter--lowpriority > .spot-filter__cancel::after {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-filter--teal:hover, .spot-container--dark-primary .spot-filter--teal.spot-filter--hover, .spot-container--dark-secondary .spot-filter--teal:hover, .spot-container--dark-secondary .spot-filter--teal.spot-filter--hover, .spot-container--dark-primary .spot-filter--lowpriority:hover, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--hover, .spot-container--dark-secondary .spot-filter--lowpriority:hover, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--hover {
  background-color: #8E9093;
  border-color: #3E9AF5;
}
.spot-container--dark-primary .spot-filter--teal:hover > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--teal.spot-filter--hover > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--teal:hover > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--teal.spot-filter--hover > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--lowpriority:hover > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--hover > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--lowpriority:hover > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--hover > .spot-filter__cancel {
  background-color: #284E76;
}
.spot-container--dark-primary .spot-filter--teal:focus, .spot-container--dark-primary .spot-filter--teal.spot-filter--focus, .spot-container--dark-secondary .spot-filter--teal:focus, .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus, .spot-container--dark-primary .spot-filter--lowpriority:focus, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-secondary .spot-filter--lowpriority:focus, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus {
  background-color: #8E9093;
  border-color: transparent;
}
.spot-container--dark-primary .spot-filter--teal:focus, .spot-container--light-primary .spot-container--dark-primary .spot-filter--teal:focus, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal:focus, .spot-container--dark-primary .spot-filter--teal.spot-filter--focus, .spot-container--light-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus, .spot-container--dark-secondary .spot-filter--teal:focus, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal:focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal:focus, .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus, .spot-container--dark-primary .spot-filter--lowpriority:focus, .spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority:focus, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority:focus, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-secondary .spot-filter--lowpriority:focus, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority:focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority:focus, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus, .spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority:focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority:focus, .spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority:focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority:focus, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter--teal:focus, .spot-container--dark-primary .spot-filter--teal.spot-filter--focus, .spot-container--dark-secondary .spot-filter--teal:focus, .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus, .spot-container--dark-primary .spot-filter--lowpriority:focus, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus, .spot-container--dark-secondary .spot-filter--lowpriority:focus, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-filter--teal:focus > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--teal.spot-filter--focus > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--teal:focus > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--teal.spot-filter--focus > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--lowpriority:focus > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--focus > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--lowpriority:focus > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--focus > .spot-filter__cancel {
  background-color: #284E76;
}
.spot-container--dark-primary .spot-filter--teal:active, .spot-container--dark-primary .spot-filter--teal.spot-filter--active, .spot-container--dark-secondary .spot-filter--teal:active, .spot-container--dark-secondary .spot-filter--teal.spot-filter--active, .spot-container--dark-primary .spot-filter--lowpriority:active, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-secondary .spot-filter--lowpriority:active, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active {
  background-color: #8E9093;
  border-color: transparent;
}
.spot-container--dark-primary .spot-filter--teal:active, .spot-container--light-primary .spot-container--dark-primary .spot-filter--teal:active, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal:active, .spot-container--dark-primary .spot-filter--teal.spot-filter--active, .spot-container--light-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--active, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--active, .spot-container--dark-secondary .spot-filter--teal:active, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal:active, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal:active, .spot-container--dark-secondary .spot-filter--teal.spot-filter--active, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active, .spot-container--dark-primary .spot-filter--lowpriority:active, .spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority:active, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority:active, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-secondary .spot-filter--lowpriority:active, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority:active, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority:active, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active, .spot-container--light-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal:active, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal:active, .spot-container--dark-primary .spot-container--dark-primary .spot-filter--teal.spot-filter--active, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--teal.spot-filter--active, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal:active, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal:active, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--teal.spot-filter--active, .spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority:active, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority:active, .spot-container--dark-primary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-secondary .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority:active, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority:active, .spot-container--dark-primary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-secondary .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-filter--teal:active, .spot-container--dark-primary .spot-filter--teal.spot-filter--active, .spot-container--dark-secondary .spot-filter--teal:active, .spot-container--dark-secondary .spot-filter--teal.spot-filter--active, .spot-container--dark-primary .spot-filter--lowpriority:active, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active, .spot-container--dark-secondary .spot-filter--lowpriority:active, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active {
  border-color: transparent;
  outline: none;
}
.spot-container--dark-primary .spot-filter--teal:active > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--teal.spot-filter--active > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--teal:active > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--teal.spot-filter--active > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--lowpriority:active > .spot-filter__cancel, .spot-container--dark-primary .spot-filter--lowpriority.spot-filter--active > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--lowpriority:active > .spot-filter__cancel, .spot-container--dark-secondary .spot-filter--lowpriority.spot-filter--active > .spot-filter__cancel {
  background-color: #284E76;
}
.spot-filter--small {
  font-size: 13.5px;
  height: 24px;
  line-height: 32px;
  min-height: 13.5px;
  padding-right: 34px;
}
.spot-filter--small > .spot-filter__cancel {
  right: -4px;
  width: 30px;
}
.spot-filter--small > .spot-filter__cancel:before, .spot-filter--small > .spot-filter__cancel:after {
  height: 12px;
  left: 12px;
  position: absolute;
  top: 4px;
  width: 2px;
}
[class^=spot-form__], [class^=spot-form__]::before, [class^=spot-form__]::after {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
[class^=spot-form__] *, [class^=spot-form__] *::before, [class^=spot-form__] *::after {
  appearance: none;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
}
.spot-form__field-group {
  margin: 0 0 24px 0;
}
.spot-form__field-group:last-child {
  margin-bottom: 0;
}
.spot-form__field-group--horizontal {
  align-items: flex-start;
  display: flex;
}
.spot-form__field-group--horizontal > * {
  margin: 0 16px 16px 0;
}
.spot-form__field-group--horizontal > *:last-child {
  margin-right: 0;
}
.spot-form__input {
  /* support for error class applied to parent or directly to component */
}
.spot-form__input, .spot-container--light-primary .spot-form__input, .spot-container--light-secondary .spot-form__input {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-form__input, .spot-container--dark-secondary .spot-form__input {
  background-color: #31353D;
}
.spot-form__input, .spot-container--light-primary .spot-form__input, .spot-container--light-secondary .spot-form__input {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__input, .spot-container--dark-secondary .spot-form__input {
  border: 1px solid #9A9B9C;
}
.spot-form__input, .spot-container--light-primary .spot-form__input, .spot-container--light-secondary .spot-form__input {
  color: #25282E;
}
*[class*="--reverse"] .spot-form__input, *[class*="--reverse"] .spot-container--light-primary .spot-form__input, *[class*="--reverse"] .spot-container--light-secondary .spot-form__input {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-form__input, .spot-container--dark-secondary .spot-form__input {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__input, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__input {
  color: #25282E;
}
.spot-form__input {
  border-radius: 4px;
  display: block;
  font-family: var(--font-family-sans-serif);
  font-size: 15px;
  height: 40px;
  margin: 0 0 2px 0;
  padding: 8px 16px;
  width: 100%;
}
.spot-form__input::placeholder, .spot-container--light-primary .spot-form__input::placeholder, .spot-container--light-secondary .spot-form__input::placeholder {
  color: #9A9B9C;
}
.spot-container--dark-primary .spot-form__input::placeholder, .spot-container--dark-secondary .spot-form__input::placeholder {
  color: #9A9B9C;
}
.spot-form__input.spot-form__input--hover, .spot-container--light-primary .spot-form__input.spot-form__input--hover, .spot-container--light-secondary .spot-form__input.spot-form__input--hover, .spot-form__input:hover, .spot-container--light-primary .spot-form__input:hover, .spot-container--light-secondary .spot-form__input:hover {
  border-color: #9A9B9C;
}
.spot-container--dark-primary .spot-form__input.spot-form__input--hover, .spot-container--dark-secondary .spot-form__input.spot-form__input--hover, .spot-container--dark-primary .spot-form__input:hover, .spot-container--dark-secondary .spot-form__input:hover {
  border-color: #9A9B9C;
}
.spot-form__input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.spot-form__input:disabled, .spot-container--light-primary .spot-form__input:disabled, .spot-container--light-secondary .spot-form__input:disabled {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__input:disabled, .spot-container--dark-secondary .spot-form__input:disabled {
  border: 1px solid #9A9B9C;
}
.spot-form__input:disabled {
  background: transparent;
}
.spot-form__input.spot-form__input--read-only, .spot-form__input:read-only {
  background: transparent;
  opacity: 0.5;
}
.spot-form__input.spot-form__input--read-only, .spot-container--light-primary .spot-form__input.spot-form__input--read-only, .spot-container--light-secondary .spot-form__input.spot-form__input--read-only, .spot-form__input:read-only, .spot-container--light-primary .spot-form__input:read-only, .spot-container--light-secondary .spot-form__input:read-only {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__input.spot-form__input--read-only, .spot-container--dark-secondary .spot-form__input.spot-form__input--read-only, .spot-container--dark-primary .spot-form__input:read-only, .spot-container--dark-secondary .spot-form__input:read-only {
  border: 1px solid #9A9B9C;
}
.spot-form__input.spot-form__input--focus, .spot-container--light-primary .spot-form__input.spot-form__input--focus, .spot-container--light-secondary .spot-form__input.spot-form__input--focus, .spot-form__input:focus, .spot-container--light-primary .spot-form__input:focus, .spot-container--light-secondary .spot-form__input:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-form__input.spot-form__input--focus, .spot-container--dark-secondary .spot-form__input.spot-form__input--focus, .spot-container--dark-primary .spot-form__input:focus, .spot-container--dark-secondary .spot-form__input:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-form__input.spot-form__input--focus, .spot-form__input:focus {
  border-color: transparent;
  outline: none;
}
.spot-form--error .spot-form__input, .spot-container--light-primary .spot-form--error .spot-form__input, .spot-container--light-secondary .spot-form--error .spot-form__input, .spot-form__input.spot-form--error, .spot-container--light-primary .spot-form__input.spot-form--error, .spot-container--light-secondary .spot-form__input.spot-form--error {
  border-color: transparent;
  box-shadow: 0 0 0 1px #D30E1F;
}
.spot-container--dark-primary .spot-form--error .spot-form__input, .spot-container--dark-secondary .spot-form--error .spot-form__input, .spot-container--dark-primary .spot-form__input.spot-form--error, .spot-container--dark-secondary .spot-form__input.spot-form--error {
  border-color: transparent;
  box-shadow: 0 0 0 1px #F5767D;
}
.spot-form__textarea {
  /* support for error class applied to parent or directly to component */
}
.spot-form__textarea, .spot-container--light-primary .spot-form__textarea, .spot-container--light-secondary .spot-form__textarea {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-form__textarea, .spot-container--dark-secondary .spot-form__textarea {
  background-color: #31353D;
}
.spot-form__textarea, .spot-container--light-primary .spot-form__textarea, .spot-container--light-secondary .spot-form__textarea {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__textarea, .spot-container--dark-secondary .spot-form__textarea {
  border: 1px solid #9A9B9C;
}
.spot-form__textarea, .spot-container--light-primary .spot-form__textarea, .spot-container--light-secondary .spot-form__textarea {
  color: #25282E;
}
*[class*="--reverse"] .spot-form__textarea, *[class*="--reverse"] .spot-container--light-primary .spot-form__textarea, *[class*="--reverse"] .spot-container--light-secondary .spot-form__textarea {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-form__textarea, .spot-container--dark-secondary .spot-form__textarea {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__textarea, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__textarea {
  color: #25282E;
}
.spot-form__textarea {
  border-radius: 4px;
  display: block;
  font-family: var(--font-family-sans-serif);
  font-size: 15px;
  margin: 0 0 2px 0;
  min-height: 7em;
  overflow: auto;
  padding: 8px 16px;
  width: 100%;
}
.spot-form__textarea::placeholder, .spot-container--light-primary .spot-form__textarea::placeholder, .spot-container--light-secondary .spot-form__textarea::placeholder {
  color: #9A9B9C;
}
.spot-container--dark-primary .spot-form__textarea::placeholder, .spot-container--dark-secondary .spot-form__textarea::placeholder {
  color: #9A9B9C;
}
.spot-form__textarea.spot-form__textarea--hover, .spot-container--light-primary .spot-form__textarea.spot-form__textarea--hover, .spot-container--light-secondary .spot-form__textarea.spot-form__textarea--hover, .spot-form__textarea:hover, .spot-container--light-primary .spot-form__textarea:hover, .spot-container--light-secondary .spot-form__textarea:hover {
  border-color: #9A9B9C;
}
.spot-container--dark-primary .spot-form__textarea.spot-form__textarea--hover, .spot-container--dark-secondary .spot-form__textarea.spot-form__textarea--hover, .spot-container--dark-primary .spot-form__textarea:hover, .spot-container--dark-secondary .spot-form__textarea:hover {
  border-color: #9A9B9C;
}
.spot-form__textarea:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.spot-form__textarea:disabled, .spot-container--light-primary .spot-form__textarea:disabled, .spot-container--light-secondary .spot-form__textarea:disabled {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__textarea:disabled, .spot-container--dark-secondary .spot-form__textarea:disabled {
  border: 1px solid #9A9B9C;
}
.spot-form__textarea:disabled {
  background: transparent;
}
.spot-form__textarea.spot-form__textarea--read-only, .spot-form__textarea:read-only {
  background: transparent;
  opacity: 0.5;
}
.spot-form__textarea.spot-form__textarea--read-only, .spot-container--light-primary .spot-form__textarea.spot-form__textarea--read-only, .spot-container--light-secondary .spot-form__textarea.spot-form__textarea--read-only, .spot-form__textarea:read-only, .spot-container--light-primary .spot-form__textarea:read-only, .spot-container--light-secondary .spot-form__textarea:read-only {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__textarea.spot-form__textarea--read-only, .spot-container--dark-secondary .spot-form__textarea.spot-form__textarea--read-only, .spot-container--dark-primary .spot-form__textarea:read-only, .spot-container--dark-secondary .spot-form__textarea:read-only {
  border: 1px solid #9A9B9C;
}
.spot-form__textarea.spot-form__textarea--focus, .spot-container--light-primary .spot-form__textarea.spot-form__textarea--focus, .spot-container--light-secondary .spot-form__textarea.spot-form__textarea--focus, .spot-form__textarea:focus, .spot-container--light-primary .spot-form__textarea:focus, .spot-container--light-secondary .spot-form__textarea:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-form__textarea.spot-form__textarea--focus, .spot-container--dark-secondary .spot-form__textarea.spot-form__textarea--focus, .spot-container--dark-primary .spot-form__textarea:focus, .spot-container--dark-secondary .spot-form__textarea:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-form__textarea.spot-form__textarea--focus, .spot-form__textarea:focus {
  border-color: transparent;
  outline: none;
}
.spot-form--error .spot-form__textarea, .spot-container--light-primary .spot-form--error .spot-form__textarea, .spot-container--light-secondary .spot-form--error .spot-form__textarea, .spot-form__textarea.spot-form--error, .spot-container--light-primary .spot-form__textarea.spot-form--error, .spot-container--light-secondary .spot-form__textarea.spot-form--error {
  border-color: transparent;
  box-shadow: 0 0 0 1px #D30E1F;
}
.spot-container--dark-primary .spot-form--error .spot-form__textarea, .spot-container--dark-secondary .spot-form--error .spot-form__textarea, .spot-container--dark-primary .spot-form__textarea.spot-form--error, .spot-container--dark-secondary .spot-form__textarea.spot-form--error {
  border-color: transparent;
  box-shadow: 0 0 0 1px #F5767D;
}
.spot-form__label, .spot-container--light-primary .spot-form__label, .spot-container--light-secondary .spot-form__label {
  color: #25282E;
}
*[class*="--reverse"] .spot-form__label, *[class*="--reverse"] .spot-container--light-primary .spot-form__label, *[class*="--reverse"] .spot-container--light-secondary .spot-form__label {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-form__label, .spot-container--dark-secondary .spot-form__label {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__label, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__label {
  color: #25282E;
}
.spot-form__label {
  line-height: 1.5;
}
.spot-form__label::before, .spot-form__label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-form__label::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-form__label::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-form__label {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 12px 0;
  padding: 0;
}
.spot-form__field-group--disabled .spot-form__label {
  cursor: not-allowed;
  opacity: 0.5;
}
.spot-form__field-group--focus .spot-form__label, .spot-container--light-primary .spot-form__field-group--focus .spot-form__label, .spot-container--light-secondary .spot-form__field-group--focus .spot-form__label {
  color: #25282E;
}
*[class*="--reverse"] .spot-form__field-group--focus .spot-form__label, *[class*="--reverse"] .spot-container--light-primary .spot-form__field-group--focus .spot-form__label, *[class*="--reverse"] .spot-container--light-secondary .spot-form__field-group--focus .spot-form__label {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-form__field-group--focus .spot-form__label, .spot-container--dark-secondary .spot-form__field-group--focus .spot-form__label {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__field-group--focus .spot-form__label, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__field-group--focus .spot-form__label {
  color: #25282E;
}
.spot-form__label--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.spot-form__label--focus {
  font-weight: bold;
}
.spot-form__label-required-indicator {
  text-decoration: none;
}
.spot-form__label-required-indicator, .spot-container--light-primary .spot-form__label-required-indicator, .spot-container--light-secondary .spot-form__label-required-indicator {
  color: #5D6066;
}
*[class*="--reverse"] .spot-form__label-required-indicator, *[class*="--reverse"] .spot-container--light-primary .spot-form__label-required-indicator, *[class*="--reverse"] .spot-container--light-secondary .spot-form__label-required-indicator {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-form__label-required-indicator, .spot-container--dark-secondary .spot-form__label-required-indicator {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__label-required-indicator, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__label-required-indicator {
  color: #5D6066;
}
.spot-form__checkbox {
  cursor: pointer;
  display: block;
  margin: 0 0 16px 0;
}
.spot-form__field-group--horizontal .spot-form__checkbox {
  display: inline-block;
  font-size: 0;
  margin: 8px 16px 8px 0;
}
.spot-form__checkbox-group--expanded .spot-form__checkbox {
  margin: 0 0 32px 0;
}
.spot-form__checkbox-inner {
  align-items: flex-start;
  border: solid 4px transparent;
  display: inline-flex;
  margin: -4px;
}
.spot-form--error .spot-form__checkbox-inner, .spot-container--light-primary .spot-form--error .spot-form__checkbox-inner, .spot-container--light-secondary .spot-form--error .spot-form__checkbox-inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #D30E1F;
}
.spot-container--dark-primary .spot-form--error .spot-form__checkbox-inner, .spot-container--dark-secondary .spot-form--error .spot-form__checkbox-inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #F5767D;
}
.spot-form__checkbox-input:disabled + .spot-form__checkbox-inner {
  cursor: not-allowed;
  opacity: 0.5;
}
.spot-form__checkbox--focus .spot-form__checkbox-inner, .spot-container--light-primary .spot-form__checkbox--focus .spot-form__checkbox-inner, .spot-container--light-secondary .spot-form__checkbox--focus .spot-form__checkbox-inner, .spot-form__checkbox-input:focus + .spot-form__checkbox-inner, .spot-container--light-primary .spot-form__checkbox-input:focus + .spot-form__checkbox-inner, .spot-container--light-secondary .spot-form__checkbox-input:focus + .spot-form__checkbox-inner {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-form__checkbox--focus .spot-form__checkbox-inner, .spot-container--dark-secondary .spot-form__checkbox--focus .spot-form__checkbox-inner, .spot-container--dark-primary .spot-form__checkbox-input:focus + .spot-form__checkbox-inner, .spot-container--dark-secondary .spot-form__checkbox-input:focus + .spot-form__checkbox-inner {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-form__checkbox--focus .spot-form__checkbox-inner, .spot-form__checkbox-input:focus + .spot-form__checkbox-inner {
  border-color: transparent;
  outline: none;
}
.spot-form__checkbox-input {
  clip: rect(0 0 0 0);
  left: 0;
  position: absolute;
  text-indent: -10000px;
  width: 0;
  z-index: -1;
}
.spot-form__checkbox-visual, .spot-container--light-primary .spot-form__checkbox-visual, .spot-container--light-secondary .spot-form__checkbox-visual {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-form__checkbox-visual, .spot-container--dark-secondary .spot-form__checkbox-visual {
  background-color: #31353D;
}
.spot-form__checkbox-visual, .spot-container--light-primary .spot-form__checkbox-visual, .spot-container--light-secondary .spot-form__checkbox-visual {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__checkbox-visual, .spot-container--dark-secondary .spot-form__checkbox-visual {
  border: 1px solid #9A9B9C;
}
.spot-form__checkbox-visual {
  border-radius: 4px;
  display: block;
  flex: 0 0 auto;
  height: 25px;
  margin-right: 8px;
  position: relative;
  width: 25px;
}
.spot-form__checkbox:hover .spot-form__checkbox-visual, .spot-container--light-primary .spot-form__checkbox:hover .spot-form__checkbox-visual, .spot-container--light-secondary .spot-form__checkbox:hover .spot-form__checkbox-visual, .spot-form__checkbox--hover .spot-form__checkbox-visual, .spot-container--light-primary .spot-form__checkbox--hover .spot-form__checkbox-visual, .spot-container--light-secondary .spot-form__checkbox--hover .spot-form__checkbox-visual {
  border-color: #9A9B9C;
}
.spot-container--dark-primary .spot-form__checkbox:hover .spot-form__checkbox-visual, .spot-container--dark-secondary .spot-form__checkbox:hover .spot-form__checkbox-visual, .spot-container--dark-primary .spot-form__checkbox--hover .spot-form__checkbox-visual, .spot-container--dark-secondary .spot-form__checkbox--hover .spot-form__checkbox-visual {
  border-color: #9A9B9C;
}
.spot-form__checkbox-input:disabled + .spot-form__checkbox-inner .spot-form__checkbox-visual, .spot-container--light-primary .spot-form__checkbox-input:disabled + .spot-form__checkbox-inner .spot-form__checkbox-visual, .spot-container--light-secondary .spot-form__checkbox-input:disabled + .spot-form__checkbox-inner .spot-form__checkbox-visual {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__checkbox-input:disabled + .spot-form__checkbox-inner .spot-form__checkbox-visual, .spot-container--dark-secondary .spot-form__checkbox-input:disabled + .spot-form__checkbox-inner .spot-form__checkbox-visual {
  border: 1px solid #9A9B9C;
}
.spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual, .spot-container--light-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual, .spot-container--light-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual {
  background-color: #0969D9;
}
.spot-container--dark-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual, .spot-container--dark-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual {
  background-color: #62B3F9;
}
.spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual, .spot-container--light-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual, .spot-container--light-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual {
  border-color: #0969D9;
}
.spot-container--dark-primary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual, .spot-container--dark-secondary .spot-form__checkbox--filled:has(.spot-form__checkbox-input:checked) .spot-form__checkbox-visual {
  border-color: #62B3F9;
}
.spot-form__checkbox-checked-icon, .spot-container--light-primary .spot-form__checkbox-checked-icon, .spot-container--light-secondary .spot-form__checkbox-checked-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-form__checkbox-checked-icon, .spot-container--dark-secondary .spot-form__checkbox-checked-icon {
  fill: #62B3F9;
}
.spot-form__checkbox-checked-icon {
  display: none;
  height: 15px;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -7.5px;
  position: absolute;
  top: 50%;
  width: 15px;
}
.spot-form__checkbox-input:checked + .spot-form__checkbox-inner .spot-form__checkbox-checked-icon {
  display: block;
}
.spot-form__checkbox--filled .spot-form__checkbox-checked-icon, .spot-container--light-primary .spot-form__checkbox--filled .spot-form__checkbox-checked-icon, .spot-container--light-secondary .spot-form__checkbox--filled .spot-form__checkbox-checked-icon {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-form__checkbox--filled .spot-form__checkbox-checked-icon, .spot-container--dark-secondary .spot-form__checkbox--filled .spot-form__checkbox-checked-icon {
  fill: #31353D;
}
.spot-form__checkbox-indeterminate-icon, .spot-container--light-primary .spot-form__checkbox-indeterminate-icon, .spot-container--light-secondary .spot-form__checkbox-indeterminate-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-form__checkbox-indeterminate-icon, .spot-container--dark-secondary .spot-form__checkbox-indeterminate-icon {
  fill: #62B3F9;
}
.spot-form__checkbox-indeterminate-icon {
  display: none;
  height: 15px;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -7.5px;
  position: absolute;
  top: 50%;
  width: 15px;
}
.spot-form__checkbox-input:indeterminate + .spot-form__checkbox-inner .spot-form__checkbox-indeterminate-icon {
  display: block;
}
.spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon, .spot-container--light-primary .spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon, .spot-container--light-secondary .spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon, .spot-container--dark-secondary .spot-form__checkbox--filled .spot-form__checkbox-indeterminate-icon {
  fill: #31353D;
}
.spot-form__checkbox-label, .spot-container--light-primary .spot-form__checkbox-label, .spot-container--light-secondary .spot-form__checkbox-label {
  color: #5D6066;
}
*[class*="--reverse"] .spot-form__checkbox-label, *[class*="--reverse"] .spot-container--light-primary .spot-form__checkbox-label, *[class*="--reverse"] .spot-container--light-secondary .spot-form__checkbox-label {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-form__checkbox-label, .spot-container--dark-secondary .spot-form__checkbox-label {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__checkbox-label, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__checkbox-label {
  color: #5D6066;
}
.spot-form__checkbox-label {
  line-height: 1.5;
}
.spot-form__checkbox-label::before, .spot-form__checkbox-label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-form__checkbox-label::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-form__checkbox-label::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-form__checkbox-label {
  cursor: pointer;
  font-size: 15px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.spot-form__checkbox-input:disabled + .spot-form__checkbox-inner .spot-form__checkbox-label {
  cursor: not-allowed;
}
.spot-form__checkbox-group {
  border: 0;
  font-size: 0;
  margin: 0 0 4px 0;
  padding: 0 0 4px;
}
.spot-form__checkbox-group-inner {
  border: solid 4px transparent;
  margin: -4px;
}
.spot-form__checkbox-group-inner > *:last-child {
  margin-bottom: 0;
}
.spot-form--error .spot-form__checkbox-group-inner, .spot-container--light-primary .spot-form--error .spot-form__checkbox-group-inner, .spot-container--light-secondary .spot-form--error .spot-form__checkbox-group-inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #D30E1F;
}
.spot-container--dark-primary .spot-form--error .spot-form__checkbox-group-inner, .spot-container--dark-secondary .spot-form--error .spot-form__checkbox-group-inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #F5767D;
}
.spot-form--error .spot-form__checkbox-group-inner .spot-form__checkbox-inner {
  box-shadow: none;
}
.spot-form__checkbox-group-label, .spot-container--light-primary .spot-form__checkbox-group-label, .spot-container--light-secondary .spot-form__checkbox-group-label {
  color: #25282E;
}
*[class*="--reverse"] .spot-form__checkbox-group-label, *[class*="--reverse"] .spot-container--light-primary .spot-form__checkbox-group-label, *[class*="--reverse"] .spot-container--light-secondary .spot-form__checkbox-group-label {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-form__checkbox-group-label, .spot-container--dark-secondary .spot-form__checkbox-group-label {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__checkbox-group-label, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__checkbox-group-label {
  color: #25282E;
}
.spot-form__checkbox-group-label {
  line-height: 1.5;
}
.spot-form__checkbox-group-label::before, .spot-form__checkbox-group-label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-form__checkbox-group-label::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-form__checkbox-group-label::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-form__checkbox-group-label {
  display: block;
  font-size: 15px;
  margin: 0 0 12px 0;
  padding: 0;
}
.spot-form__checkbox--small {
  margin: 0 0 12px 0;
  min-height: 18px;
  padding: 0;
}
.spot-form__checkbox--small .spot-form__checkbox-visual {
  height: 18px;
  margin-top: 2px;
  position: relative;
  width: 18px;
}
.spot-form__checkbox--small .spot-form__checkbox-visual > svg {
  height: 12px;
  left: calc(100% - 1px);
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 12px;
}
.spot-form__checkbox--small .spot-form__checkbox-label {
  font-size: 13.5px;
  line-height: 18px;
}
.spot-form__radio {
  cursor: pointer;
  display: block;
  margin: 0 0 16px 0;
}
.spot-form__field-group--horizontal .spot-form__radio {
  display: inline-block;
  font-size: 0;
  margin: 8px 16px 8px 0;
}
.spot-form__radio-group--expanded .spot-form__radio {
  margin: 0 0 32px 0;
}
.spot-form__radio-inner {
  align-items: flex-start;
  border: solid 4px transparent;
  display: inline-flex;
  margin: -4px;
}
.spot-form__radio-input:disabled + .spot-form__radio-inner {
  cursor: not-allowed;
  opacity: 0.5;
}
.spot-form__radio--focus .spot-form__radio-inner, .spot-container--light-primary .spot-form__radio--focus .spot-form__radio-inner, .spot-container--light-secondary .spot-form__radio--focus .spot-form__radio-inner, .spot-form__radio-input:focus + .spot-form__radio-inner, .spot-container--light-primary .spot-form__radio-input:focus + .spot-form__radio-inner, .spot-container--light-secondary .spot-form__radio-input:focus + .spot-form__radio-inner {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-form__radio--focus .spot-form__radio-inner, .spot-container--dark-secondary .spot-form__radio--focus .spot-form__radio-inner, .spot-container--dark-primary .spot-form__radio-input:focus + .spot-form__radio-inner, .spot-container--dark-secondary .spot-form__radio-input:focus + .spot-form__radio-inner {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-form__radio--focus .spot-form__radio-inner, .spot-form__radio-input:focus + .spot-form__radio-inner {
  border-color: transparent;
  outline: none;
}
.spot-form__radio-input {
  clip: rect(0 0 0 0);
  left: 0;
  position: absolute;
  text-indent: -10000px;
  width: 0;
  z-index: -1;
}
.spot-form__radio-visual, .spot-container--light-primary .spot-form__radio-visual, .spot-container--light-secondary .spot-form__radio-visual {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-form__radio-visual, .spot-container--dark-secondary .spot-form__radio-visual {
  background-color: #31353D;
}
.spot-form__radio-visual, .spot-container--light-primary .spot-form__radio-visual, .spot-container--light-secondary .spot-form__radio-visual {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__radio-visual, .spot-container--dark-secondary .spot-form__radio-visual {
  border: 1px solid #9A9B9C;
}
.spot-form__radio-visual {
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
  height: 26px;
  margin-right: 8px;
  position: relative;
  width: 26px;
}
.spot-form__radio-input:checked + .spot-form__radio-inner .spot-form__radio-visual:before, .spot-container--light-primary .spot-form__radio-input:checked + .spot-form__radio-inner .spot-form__radio-visual:before, .spot-container--light-secondary .spot-form__radio-input:checked + .spot-form__radio-inner .spot-form__radio-visual:before {
  background-color: #0969D9;
}
.spot-container--dark-primary .spot-form__radio-input:checked + .spot-form__radio-inner .spot-form__radio-visual:before, .spot-container--dark-secondary .spot-form__radio-input:checked + .spot-form__radio-inner .spot-form__radio-visual:before {
  background-color: #62B3F9;
}
.spot-form__radio-input:checked + .spot-form__radio-inner .spot-form__radio-visual:before {
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.spot-form__radio:hover .spot-form__radio-visual, .spot-container--light-primary .spot-form__radio:hover .spot-form__radio-visual, .spot-container--light-secondary .spot-form__radio:hover .spot-form__radio-visual, .spot-form__radio--hover .spot-form__radio-visual, .spot-container--light-primary .spot-form__radio--hover .spot-form__radio-visual, .spot-container--light-secondary .spot-form__radio--hover .spot-form__radio-visual {
  border-color: #9A9B9C;
}
.spot-container--dark-primary .spot-form__radio:hover .spot-form__radio-visual, .spot-container--dark-secondary .spot-form__radio:hover .spot-form__radio-visual, .spot-container--dark-primary .spot-form__radio--hover .spot-form__radio-visual, .spot-container--dark-secondary .spot-form__radio--hover .spot-form__radio-visual {
  border-color: #9A9B9C;
}
.spot-form__radio-input:disabled + .spot-form__radio-inner .spot-form__radio-visual, .spot-container--light-primary .spot-form__radio-input:disabled + .spot-form__radio-inner .spot-form__radio-visual, .spot-container--light-secondary .spot-form__radio-input:disabled + .spot-form__radio-inner .spot-form__radio-visual {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__radio-input:disabled + .spot-form__radio-inner .spot-form__radio-visual, .spot-container--dark-secondary .spot-form__radio-input:disabled + .spot-form__radio-inner .spot-form__radio-visual {
  border: 1px solid #9A9B9C;
}
.spot-form__radio-label, .spot-container--light-primary .spot-form__radio-label, .spot-container--light-secondary .spot-form__radio-label {
  color: #5D6066;
}
*[class*="--reverse"] .spot-form__radio-label, *[class*="--reverse"] .spot-container--light-primary .spot-form__radio-label, *[class*="--reverse"] .spot-container--light-secondary .spot-form__radio-label {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-form__radio-label, .spot-container--dark-secondary .spot-form__radio-label {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__radio-label, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__radio-label {
  color: #5D6066;
}
.spot-form__radio-label {
  line-height: 1.5;
}
.spot-form__radio-label::before, .spot-form__radio-label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-form__radio-label::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-form__radio-label::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-form__radio-label {
  cursor: pointer;
  font-size: 15px;
  padding-bottom: 4px;
  padding-top: 8px;
}
.spot-form__radio-input:disabled + .spot-form__radio-inner .spot-form__radio-label {
  cursor: not-allowed;
}
.spot-form__radio-group {
  border: 0;
  font-size: 0;
  margin: 0 0 2px 0;
  padding: 0 0 4px;
}
.spot-form__radio-group-inner {
  border: solid 4px transparent;
  margin: -4px;
}
.spot-form__radio-group-inner > *:last-child {
  margin-bottom: 0;
}
.spot-form--error .spot-form__radio-group-inner, .spot-container--light-primary .spot-form--error .spot-form__radio-group-inner, .spot-container--light-secondary .spot-form--error .spot-form__radio-group-inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #D30E1F;
}
.spot-container--dark-primary .spot-form--error .spot-form__radio-group-inner, .spot-container--dark-secondary .spot-form--error .spot-form__radio-group-inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #F5767D;
}
.spot-form__radio-group-label, .spot-container--light-primary .spot-form__radio-group-label, .spot-container--light-secondary .spot-form__radio-group-label {
  color: #25282E;
}
*[class*="--reverse"] .spot-form__radio-group-label, *[class*="--reverse"] .spot-container--light-primary .spot-form__radio-group-label, *[class*="--reverse"] .spot-container--light-secondary .spot-form__radio-group-label {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-form__radio-group-label, .spot-container--dark-secondary .spot-form__radio-group-label {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__radio-group-label, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__radio-group-label {
  color: #25282E;
}
.spot-form__radio-group-label {
  line-height: 1.5;
}
.spot-form__radio-group-label::before, .spot-form__radio-group-label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-form__radio-group-label::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-form__radio-group-label::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-form__radio-group-label {
  display: block;
  font-size: 15px;
  margin: 0 0 12px 0;
  padding: 0;
}
.spot-form__radio--small {
  margin: 0 0 12px 0;
  min-height: 18px;
  padding: 0;
}
.spot-form__radio--small .spot-form__radio-visual {
  height: 18px;
  margin-top: 2px;
  position: relative;
  width: 18px;
}
.spot-form__radio--small .spot-form__radio-input:checked + .spot-form__radio-inner .spot-form__radio-visual:before {
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.spot-form__radio--small .spot-form__radio-label {
  font-size: 13.5px;
  line-height: 18px;
  vertical-align: middle;
}
.spot-form__select {
  display: flex;
  height: 40px;
  margin: 0 0 2px 0;
  position: relative;
  width: 100%;
}
.spot-form__select-input, .spot-container--light-primary .spot-form__select-input, .spot-container--light-secondary .spot-form__select-input {
  color: #25282E;
}
*[class*="--reverse"] .spot-form__select-input, *[class*="--reverse"] .spot-container--light-primary .spot-form__select-input, *[class*="--reverse"] .spot-container--light-secondary .spot-form__select-input {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-form__select-input, .spot-container--dark-secondary .spot-form__select-input {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__select-input, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__select-input {
  color: #25282E;
}
.spot-form__select-input, .spot-container--light-primary .spot-form__select-input, .spot-container--light-secondary .spot-form__select-input {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-form__select-input, .spot-container--dark-secondary .spot-form__select-input {
  background-color: #31353D;
}
.spot-form__select-input, .spot-container--light-primary .spot-form__select-input, .spot-container--light-secondary .spot-form__select-input {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__select-input, .spot-container--dark-secondary .spot-form__select-input {
  border: 1px solid #9A9B9C;
}
.spot-form__select-input {
  appearance: none;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  height: 100%;
  overflow: hidden;
  padding: 8px 16px;
  padding-bottom: 0;
  padding-right: 56px;
  padding-top: 0;
  position: relative;
  width: 100%;
  z-index: 10;
}
.spot-form__select-input:focus {
  outline: none;
}
.spot-form__select-input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.spot-form__select-input:focus::-ms-value {
  background: transparent;
  color: inherit;
}
.spot-form__select-input::-ms-expand {
  display: none;
}
.spot-form__select-inner, .spot-container--light-primary .spot-form__select-inner, .spot-container--light-secondary .spot-form__select-inner {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-form__select-inner, .spot-container--dark-secondary .spot-form__select-inner {
  background-color: #31353D;
}
.spot-form__select-inner {
  border-radius: 4px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  margin: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.spot-form__select:hover .spot-form__select-inner, .spot-container--light-primary .spot-form__select:hover .spot-form__select-inner, .spot-container--light-secondary .spot-form__select:hover .spot-form__select-inner, .spot-form__select--hover .spot-form__select-inner, .spot-container--light-primary .spot-form__select--hover .spot-form__select-inner, .spot-container--light-secondary .spot-form__select--hover .spot-form__select-inner {
  border-color: #9A9B9C;
}
.spot-container--dark-primary .spot-form__select:hover .spot-form__select-inner, .spot-container--dark-secondary .spot-form__select:hover .spot-form__select-inner, .spot-container--dark-primary .spot-form__select--hover .spot-form__select-inner, .spot-container--dark-secondary .spot-form__select--hover .spot-form__select-inner {
  border-color: #9A9B9C;
}
.spot-form__select-input:focus ~ .spot-form__select-inner, .spot-container--light-primary .spot-form__select-input:focus ~ .spot-form__select-inner, .spot-container--light-secondary .spot-form__select-input:focus ~ .spot-form__select-inner, .spot-form__select--focus .spot-form__select-inner, .spot-container--light-primary .spot-form__select--focus .spot-form__select-inner, .spot-container--light-secondary .spot-form__select--focus .spot-form__select-inner {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-form__select-input:focus ~ .spot-form__select-inner, .spot-container--dark-secondary .spot-form__select-input:focus ~ .spot-form__select-inner, .spot-container--dark-primary .spot-form__select--focus .spot-form__select-inner, .spot-container--dark-secondary .spot-form__select--focus .spot-form__select-inner {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-form__select-input:focus ~ .spot-form__select-inner, .spot-form__select--focus .spot-form__select-inner {
  border-color: transparent;
  outline: none;
}
.spot-form__select--focus:hover .spot-form__select-inner, .spot-container--light-primary .spot-form__select--focus:hover .spot-form__select-inner, .spot-container--light-secondary .spot-form__select--focus:hover .spot-form__select-inner {
  border-color: #9A9B9C;
}
.spot-container--dark-primary .spot-form__select--focus:hover .spot-form__select-inner, .spot-container--dark-secondary .spot-form__select--focus:hover .spot-form__select-inner {
  border-color: #9A9B9C;
}
.spot-form__select-input:disabled ~ .spot-form__select-inner {
  cursor: not-allowed;
  opacity: 0.5;
}
.spot-form__select-input:disabled ~ .spot-form__select-inner, .spot-container--light-primary .spot-form__select-input:disabled ~ .spot-form__select-inner, .spot-container--light-secondary .spot-form__select-input:disabled ~ .spot-form__select-inner {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__select-input:disabled ~ .spot-form__select-inner, .spot-container--dark-secondary .spot-form__select-input:disabled ~ .spot-form__select-inner {
  border: 1px solid #9A9B9C;
}
.spot-form__select-input:disabled ~ .spot-form__select-inner {
  background: transparent;
}
.spot-form--error .spot-form__select-inner, .spot-container--light-primary .spot-form--error .spot-form__select-inner, .spot-container--light-secondary .spot-form--error .spot-form__select-inner, .spot-form--error .spot-form__select:hover .spot-form__select-inner, .spot-container--light-primary .spot-form--error .spot-form__select:hover .spot-form__select-inner, .spot-container--light-secondary .spot-form--error .spot-form__select:hover .spot-form__select-inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #D30E1F;
}
.spot-container--dark-primary .spot-form--error .spot-form__select-inner, .spot-container--dark-secondary .spot-form--error .spot-form__select-inner, .spot-container--dark-primary .spot-form--error .spot-form__select:hover .spot-form__select-inner, .spot-container--dark-secondary .spot-form--error .spot-form__select:hover .spot-form__select-inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #F5767D;
}
.spot-form__select-open-indicator {
  border: 0;
  bottom: 0;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 10;
}
.spot-form__select-input:disabled ~ .spot-form__select-open-indicator {
  cursor: not-allowed;
  opacity: 0.5;
}
.spot-form__select--focus .spot-form__select-open-indicator, .spot-form__select-input:focus ~ .spot-form__select-open-indicator {
  border-color: transparent;
}
.spot-form__select-open-icon, .spot-container--light-primary .spot-form__select-open-icon, .spot-container--light-secondary .spot-form__select-open-icon {
  fill: #8E9093;
}
.spot-container--dark-primary .spot-form__select-open-icon, .spot-container--dark-secondary .spot-form__select-open-icon {
  fill: #A9AAAA;
}
.spot-form__select-open-icon {
  cursor: pointer;
  display: inline;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.spot-form__microcopy, .spot-container--light-primary .spot-form__microcopy, .spot-container--light-secondary .spot-form__microcopy {
  color: #5D6066;
}
*[class*="--reverse"] .spot-form__microcopy, *[class*="--reverse"] .spot-container--light-primary .spot-form__microcopy, *[class*="--reverse"] .spot-container--light-secondary .spot-form__microcopy {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-form__microcopy, .spot-container--dark-secondary .spot-form__microcopy {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__microcopy, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__microcopy {
  color: #5D6066;
}
.spot-form__microcopy {
  line-height: 1.5;
}
.spot-form__microcopy::before, .spot-form__microcopy::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-form__microcopy::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-form__microcopy::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-form__microcopy {
  display: block;
  font-size: 13.5px;
  margin: 0 0 12px 0;
}
.spot-form__required-fields-key, .spot-container--light-primary .spot-form__required-fields-key, .spot-container--light-secondary .spot-form__required-fields-key {
  color: #5D6066;
}
*[class*="--reverse"] .spot-form__required-fields-key, *[class*="--reverse"] .spot-container--light-primary .spot-form__required-fields-key, *[class*="--reverse"] .spot-container--light-secondary .spot-form__required-fields-key {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-form__required-fields-key, .spot-container--dark-secondary .spot-form__required-fields-key {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__required-fields-key, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__required-fields-key {
  color: #5D6066;
}
.spot-form__required-fields-key {
  display: inline-block;
  font-size: 13.5px;
  margin: 0 0 12px 0;
}
.spot-form__required-fields-key:before, .spot-container--light-primary .spot-form__required-fields-key:before, .spot-container--light-secondary .spot-form__required-fields-key:before {
  color: #5D6066;
}
*[class*="--reverse"] .spot-form__required-fields-key:before, *[class*="--reverse"] .spot-container--light-primary .spot-form__required-fields-key:before, *[class*="--reverse"] .spot-container--light-secondary .spot-form__required-fields-key:before {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-form__required-fields-key:before, .spot-container--dark-secondary .spot-form__required-fields-key:before {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__required-fields-key:before, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__required-fields-key:before {
  color: #5D6066;
}
.spot-form__required-fields-key:before {
  content: "* ";
}
.spot-form__field-error, .spot-container--light-primary .spot-form__field-error, .spot-container--light-secondary .spot-form__field-error {
  color: #D30E1F;
}
.spot-container--dark-primary .spot-form__field-error, .spot-container--dark-secondary .spot-form__field-error {
  color: #F5767D;
}
.spot-form__field-error, .spot-container--light-primary .spot-form__field-error, .spot-container--light-secondary .spot-form__field-error {
  background-color: transparent;
}
.spot-container--dark-primary .spot-form__field-error, .spot-container--dark-secondary .spot-form__field-error {
  background-color: transparent;
}
.spot-form__field-error {
  display: block;
  font-size: 13.5px;
  margin: 0 0 12px 0;
  padding: 8px;
}
.spot-form__fieldset, .spot-container--light-primary .spot-form__fieldset, .spot-container--light-secondary .spot-form__fieldset {
  border: 1px solid #BCBDBC;
}
.spot-container--dark-primary .spot-form__fieldset, .spot-container--dark-secondary .spot-form__fieldset {
  border: 1px solid #9A9B9C;
}
.spot-form__fieldset {
  margin: 0 0 24px 0;
  padding: 16px;
}
.spot-form__fieldset > .spot-form__field-group:last-child .spot-form__field-group {
  margin-bottom: 0;
}
.spot-form__legend, .spot-container--light-primary .spot-form__legend, .spot-container--light-secondary .spot-form__legend {
  color: #5D6066;
}
*[class*="--reverse"] .spot-form__legend, *[class*="--reverse"] .spot-container--light-primary .spot-form__legend, *[class*="--reverse"] .spot-container--light-secondary .spot-form__legend {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-form__legend, .spot-container--dark-secondary .spot-form__legend {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-form__legend, *[class*="--reverse"] .spot-container--dark-secondary .spot-form__legend {
  color: #5D6066;
}
.spot-form__legend {
  font-size: 15px;
  margin: 0;
}
.spot-light-dark-toggle {
  display: flex;
  min-height: 20px;
  min-width: 20px;
  position: relative;
  cursor: pointer;
}
.spot-light-dark-toggle--disabled {
  cursor: not-allowed;
}
.spot-light-dark-toggle--disabled .spot-toggle {
  cursor: not-allowed;
}
.spot-light-dark-toggle__icon .spot-icon, .spot-light-dark-toggle__icon input[type=checkbox] {
  height: 20px;
  position: absolute;
  width: 20px;
}
.spot-light-dark-toggle__icon .spot-icon {
  fill: #9A9B9C;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.spot-light-dark-toggle__icon .spot-icon, .spot-container--light-primary .spot-light-dark-toggle__icon .spot-icon, .spot-container--light-secondary .spot-light-dark-toggle__icon .spot-icon {
  fill: #9A9B9C;
}
.spot-container--dark-primary .spot-light-dark-toggle__icon .spot-icon, .spot-container--dark-secondary .spot-light-dark-toggle__icon .spot-icon {
  fill: #ffffff;
}
.spot-light-dark-toggle__icon:hover .spot-icon {
  fill: #0969D9;
}
.spot-light-dark-toggle__icon:hover .spot-icon, .spot-container--light-primary .spot-light-dark-toggle__icon:hover .spot-icon, .spot-container--light-secondary .spot-light-dark-toggle__icon:hover .spot-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-light-dark-toggle__icon:hover .spot-icon, .spot-container--dark-secondary .spot-light-dark-toggle__icon:hover .spot-icon {
  fill: #62B3F9;
}
.spot-light-dark-toggle__icon input[type=checkbox] {
  cursor: pointer;
  margin: 0;
  opacity: 0.00001;
}
.spot-light-dark-toggle__icon input[type=checkbox] + .spot-icon, .spot-light-dark-toggle__icon input[type=checkbox] + svg {
  opacity: 1;
}
.spot-light-dark-toggle__icon input[type=checkbox] + .spot-icon + .spot-icon, .spot-light-dark-toggle__icon input[type=checkbox] + svg + svg {
  opacity: 0;
}
.spot-light-dark-toggle__icon input[type=checkbox]:checked + .spot-icon, .spot-light-dark-toggle__icon input[type=checkbox]:checked + svg {
  opacity: 0;
}
.spot-light-dark-toggle__icon input[type=checkbox]:checked + .spot-icon + .spot-icon, .spot-light-dark-toggle__icon input[type=checkbox]:checked + svg + svg {
  opacity: 1;
}
.spot-light-dark-toggle__switch {
  display: inline-block;
}
.spot-light-dark-toggle__container {
  transition: all 0.3s;
}
.spot-light-dark-toggle__container .spot-form__label {
  display: block;
  margin-bottom: 16px;
}
@media (prefers-color-scheme: dark) {
  .spot-dark-mode {
    background-color: #31353D;
  }
}
.spot-link {
  /* @include spot-font-reset; */
}
.spot-link, .spot-container--light-primary .spot-link, .spot-container--light-secondary .spot-link {
  color: #0969D9;
}
.spot-container--dark-primary .spot-link, .spot-container--dark-secondary .spot-link {
  color: #62B3F9;
}
.spot-link {
  font-size: 15px;
  text-decoration: none;
}
.spot-link.spot-link--focus, .spot-container--light-primary .spot-link.spot-link--focus, .spot-container--light-secondary .spot-link.spot-link--focus, .spot-link:focus, .spot-container--light-primary .spot-link:focus, .spot-container--light-secondary .spot-link:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-link.spot-link--focus, .spot-container--dark-secondary .spot-link.spot-link--focus, .spot-container--dark-primary .spot-link:focus, .spot-container--dark-secondary .spot-link:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-link.spot-link--focus, .spot-link:focus {
  border-color: transparent;
  outline: none;
}
.spot-link.spot-link--hover, .spot-link:hover {
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}
.spot-link {
  align-items: center;
  display: inline-flex;
}
.spot-typography__heading--level-1 .spot-link, .spot-typography__heading--level-2 .spot-link, .spot-typography__heading--level-3 .spot-link, .spot-typography__heading--level-4 .spot-link, .spot-typography__heading--level-5 .spot-link, .spot-typography__text--body .spot-link, .spot-typography__text--secondary .spot-link, .spot-typography__text--tertiary .spot-link {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.spot-link__icon, .spot-container--light-primary .spot-link__icon, .spot-container--light-secondary .spot-link__icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-link__icon, .spot-container--dark-secondary .spot-link__icon {
  fill: #62B3F9;
}
.spot-link__icon {
  height: 16px;
  margin: 0 8px 0 0;
  width: 16px;
}
.spot-link__icon .spot-link--small {
  height: 16px;
  width: 16px;
}
.spot-link--large .spot-link__icon {
  height: 20px;
  width: 20px;
}
.spot-link--icon-left-xs .spot-link__icon--left {
  height: 12px;
  width: 12px;
}
.spot-link--icon-left-s .spot-link__icon--left {
  height: 16px;
  width: 16px;
}
.spot-link--icon-left-m .spot-link__icon--left {
  height: 20px;
  width: 20px;
}
.spot-link--icon-left-l .spot-link__icon--left {
  height: 24px;
  width: 24px;
}
.spot-link__icon--right {
  height: 10px;
  margin: 0 0 0 4px;
  width: 10px;
}
.spot-link--large .spot-link__icon--right {
  height: 12px;
  width: 12px;
}
.spot-link--show-visited {
  /* @include spot-font-reset; */
}
.spot-link--show-visited, .spot-container--light-primary .spot-link--show-visited, .spot-container--light-secondary .spot-link--show-visited {
  color: #0969D9;
}
.spot-container--dark-primary .spot-link--show-visited, .spot-container--dark-secondary .spot-link--show-visited {
  color: #62B3F9;
}
.spot-link--show-visited {
  font-size: 15px;
  text-decoration: none;
}
.spot-link--show-visited.spot-link--focus, .spot-container--light-primary .spot-link--show-visited.spot-link--focus, .spot-container--light-secondary .spot-link--show-visited.spot-link--focus, .spot-link--show-visited:focus, .spot-container--light-primary .spot-link--show-visited:focus, .spot-container--light-secondary .spot-link--show-visited:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-link--show-visited.spot-link--focus, .spot-container--dark-secondary .spot-link--show-visited.spot-link--focus, .spot-container--dark-primary .spot-link--show-visited:focus, .spot-container--dark-secondary .spot-link--show-visited:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-link--show-visited.spot-link--focus, .spot-link--show-visited:focus {
  border-color: transparent;
  outline: none;
}
.spot-link--show-visited.spot-link--hover, .spot-link--show-visited:hover {
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}
.spot-link--show-visited.spot-link--visited, .spot-container--light-primary .spot-link--show-visited.spot-link--visited, .spot-container--light-secondary .spot-link--show-visited.spot-link--visited, .spot-link--show-visited:visited, .spot-container--light-primary .spot-link--show-visited:visited, .spot-container--light-secondary .spot-link--show-visited:visited {
  color: #0347A1;
}
.spot-container--dark-primary .spot-link--show-visited.spot-link--visited, .spot-container--dark-secondary .spot-link--show-visited.spot-link--visited, .spot-container--dark-primary .spot-link--show-visited:visited, .spot-container--dark-secondary .spot-link--show-visited:visited {
  color: #9CDCFF;
}
.spot-link--show-visited.spot-link--visited .spot-link__icon, .spot-container--light-primary .spot-link--show-visited.spot-link--visited .spot-link__icon, .spot-container--light-secondary .spot-link--show-visited.spot-link--visited .spot-link__icon, .spot-link--show-visited:visited .spot-link__icon, .spot-container--light-primary .spot-link--show-visited:visited .spot-link__icon, .spot-container--light-secondary .spot-link--show-visited:visited .spot-link__icon {
  fill: #0347A1;
}
.spot-container--dark-primary .spot-link--show-visited.spot-link--visited .spot-link__icon, .spot-container--dark-secondary .spot-link--show-visited.spot-link--visited .spot-link__icon, .spot-container--dark-primary .spot-link--show-visited:visited .spot-link__icon, .spot-container--dark-secondary .spot-link--show-visited:visited .spot-link__icon {
  fill: #9CDCFF;
}
.spot-link--small {
  font-size: 13.5px;
}
.spot-link--large {
  font-size: 18px;
}
.spot-link--bold {
  font-weight: 700;
}
.spot-link--ellipsis {
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}
.spot-link:disabled,
.spot-link--disabled,
.spot-link:disabled:hover,
.spot-link--disabled:hover,
.spot-link:disabled:active,
.spot-link--disabled:active {
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.spot-link:disabled, .spot-container--light-primary .spot-link:disabled, .spot-container--light-secondary .spot-link:disabled,
.spot-link--disabled,
.spot-container--light-primary .spot-link--disabled,
.spot-container--light-secondary .spot-link--disabled,
.spot-link:disabled:hover,
.spot-container--light-primary .spot-link:disabled:hover,
.spot-container--light-secondary .spot-link:disabled:hover,
.spot-link--disabled:hover,
.spot-container--light-primary .spot-link--disabled:hover,
.spot-container--light-secondary .spot-link--disabled:hover,
.spot-link:disabled:active,
.spot-container--light-primary .spot-link:disabled:active,
.spot-container--light-secondary .spot-link:disabled:active,
.spot-link--disabled:active,
.spot-container--light-primary .spot-link--disabled:active,
.spot-container--light-secondary .spot-link--disabled:active {
  color: #A9AAAA;
}
.spot-link:disabled .spot-icon, .spot-container--light-primary .spot-link:disabled .spot-icon, .spot-container--light-secondary .spot-link:disabled .spot-icon,
.spot-link--disabled .spot-icon,
.spot-container--light-primary .spot-link--disabled .spot-icon,
.spot-container--light-secondary .spot-link--disabled .spot-icon,
.spot-link:disabled:hover .spot-icon,
.spot-container--light-primary .spot-link:disabled:hover .spot-icon,
.spot-container--light-secondary .spot-link:disabled:hover .spot-icon,
.spot-link--disabled:hover .spot-icon,
.spot-container--light-primary .spot-link--disabled:hover .spot-icon,
.spot-container--light-secondary .spot-link--disabled:hover .spot-icon,
.spot-link:disabled:active .spot-icon,
.spot-container--light-primary .spot-link:disabled:active .spot-icon,
.spot-container--light-secondary .spot-link:disabled:active .spot-icon,
.spot-link--disabled:active .spot-icon,
.spot-container--light-primary .spot-link--disabled:active .spot-icon,
.spot-container--light-secondary .spot-link--disabled:active .spot-icon {
  fill: #A9AAAA;
}
.spot-container--dark-primary .spot-link:disabled, .spot-container--dark-secondary .spot-link:disabled,
.spot-container--dark-primary .spot-link--disabled,
.spot-container--dark-secondary .spot-link--disabled,
.spot-container--dark-primary .spot-link:disabled:hover,
.spot-container--dark-secondary .spot-link:disabled:hover,
.spot-container--dark-primary .spot-link--disabled:hover,
.spot-container--dark-secondary .spot-link--disabled:hover,
.spot-container--dark-primary .spot-link:disabled:active,
.spot-container--dark-secondary .spot-link:disabled:active,
.spot-container--dark-primary .spot-link--disabled:active,
.spot-container--dark-secondary .spot-link--disabled:active {
  color: #717479;
}
.spot-container--dark-primary .spot-link:disabled .spot-icon, .spot-container--dark-secondary .spot-link:disabled .spot-icon,
.spot-container--dark-primary .spot-link--disabled .spot-icon,
.spot-container--dark-secondary .spot-link--disabled .spot-icon,
.spot-container--dark-primary .spot-link:disabled:hover .spot-icon,
.spot-container--dark-secondary .spot-link:disabled:hover .spot-icon,
.spot-container--dark-primary .spot-link--disabled:hover .spot-icon,
.spot-container--dark-secondary .spot-link--disabled:hover .spot-icon,
.spot-container--dark-primary .spot-link:disabled:active .spot-icon,
.spot-container--dark-secondary .spot-link:disabled:active .spot-icon,
.spot-container--dark-primary .spot-link--disabled:active .spot-icon,
.spot-container--dark-secondary .spot-link--disabled:active .spot-icon {
  fill: #717479;
}
.spot-long-form-text h1, .spot-container--light-primary .spot-long-form-text h1, .spot-container--light-secondary .spot-long-form-text h1 {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text h1, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text h1, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text h1 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text h1, .spot-container--dark-secondary .spot-long-form-text h1 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text h1, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text h1 {
  color: #25282E;
}
.spot-long-form-text h1 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text h1 {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
}
.spot-long-form-text h1 {
  font-size: 42px;
  line-height: 57px;
}
.spot-long-form-text h1 {
  margin: 0 0 32px 0;
}
.spot-long-form-text h2, .spot-container--light-primary .spot-long-form-text h2, .spot-container--light-secondary .spot-long-form-text h2 {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text h2, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text h2, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text h2 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text h2, .spot-container--dark-secondary .spot-long-form-text h2 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text h2, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text h2 {
  color: #25282E;
}
.spot-long-form-text h2 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text h2 {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
}
.spot-long-form-text h2 {
  font-size: 34px;
  line-height: 46px;
}
.spot-long-form-text h2 {
  margin: 0 0 16px 0;
  margin-top: 32px;
}
.spot-long-form-text * + h2 {
  margin-top: 64px;
}
.spot-long-form-text h3, .spot-container--light-primary .spot-long-form-text h3, .spot-container--light-secondary .spot-long-form-text h3 {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text h3, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text h3, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text h3 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text h3, .spot-container--dark-secondary .spot-long-form-text h3 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text h3, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text h3 {
  color: #25282E;
}
.spot-long-form-text h3 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text h3 {
  font-family: var(--font-family-sans-serif-secondary);
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}
.spot-long-form-text h3 {
  margin: 0 0 16px 0;
  margin-top: 16px;
}
.spot-long-form-text * + h3 {
  margin-top: 32px;
}
.spot-long-form-text h4, .spot-container--light-primary .spot-long-form-text h4, .spot-container--light-secondary .spot-long-form-text h4 {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text h4, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text h4, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text h4 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text h4, .spot-container--dark-secondary .spot-long-form-text h4 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text h4, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text h4 {
  color: #25282E;
}
.spot-long-form-text h4 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text h4 {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
}
.spot-long-form-text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.spot-long-form-text h4 {
  margin: 0 0 8px 0;
  margin-top: 16px;
}
.spot-long-form-text h5, .spot-container--light-primary .spot-long-form-text h5, .spot-container--light-secondary .spot-long-form-text h5 {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text h5, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text h5, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text h5 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text h5, .spot-container--dark-secondary .spot-long-form-text h5 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text h5, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text h5 {
  color: #25282E;
}
.spot-long-form-text h5 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text h5 {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
}
.spot-long-form-text h5 {
  font-size: 18px;
  font-weight: 400;
}
.spot-long-form-text h5 {
  margin: 0 0 8px 0;
}
.spot-long-form-text ul,
.spot-long-form-text ol {
  margin: 0 0 32px 0;
  padding: 0;
}
.spot-long-form-text ul ul {
  margin: 0 0 16px 0;
}
.spot-long-form-text li, .spot-container--light-primary .spot-long-form-text li, .spot-container--light-secondary .spot-long-form-text li {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text li, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text li, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text li {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text li, .spot-container--dark-secondary .spot-long-form-text li {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text li, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text li {
  color: #25282E;
}
.spot-long-form-text li {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text li, .spot-container--light-primary .spot-long-form-text li, .spot-container--light-secondary .spot-long-form-text li {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text li, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text li, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text li {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text li, .spot-container--dark-secondary .spot-long-form-text li {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text li, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text li {
  color: #25282E;
}
.spot-long-form-text li {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text li, .spot-container--light-primary .spot-long-form-text li, .spot-container--light-secondary .spot-long-form-text li {
  color: #5D6066;
}
*[class*="--reverse"] .spot-long-form-text li, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text li, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text li {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-long-form-text li, .spot-container--dark-secondary .spot-long-form-text li {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text li, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text li {
  color: #5D6066;
}
.spot-long-form-text li {
  font-size: 13.5px;
}
.spot-long-form-text li {
  font-size: 15px;
  margin: 0 0 8px 0;
  margin-left: 16px;
}
.spot-long-form-text li > ul {
  margin-top: 8px;
}
.spot-long-form-text p, .spot-container--light-primary .spot-long-form-text p, .spot-container--light-secondary .spot-long-form-text p {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text p, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text p, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text p {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text p, .spot-container--dark-secondary .spot-long-form-text p {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text p, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text p {
  color: #25282E;
}
.spot-long-form-text p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text p {
  line-height: 1.6;
  margin: 0 0 16px 0;
}
.spot-long-form-text p.spot-long-form-text--secondary, .spot-container--light-primary .spot-long-form-text p.spot-long-form-text--secondary, .spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--secondary {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text p.spot-long-form-text--secondary, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text p.spot-long-form-text--secondary, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--secondary {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--secondary, .spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--secondary {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--secondary, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--secondary {
  color: #25282E;
}
.spot-long-form-text p.spot-long-form-text--secondary {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text p.spot-long-form-text--secondary, .spot-container--light-primary .spot-long-form-text p.spot-long-form-text--secondary, .spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--secondary {
  color: #5D6066;
}
*[class*="--reverse"] .spot-long-form-text p.spot-long-form-text--secondary, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text p.spot-long-form-text--secondary, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--secondary {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--secondary, .spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--secondary {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--secondary, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--secondary {
  color: #5D6066;
}
.spot-long-form-text p.spot-long-form-text--secondary {
  font-size: 13.5px;
}
.spot-long-form-text p.spot-long-form-text--secondary {
  margin: 0 0 16px 0;
  margin-top: -16px;
}
.spot-long-form-text p.spot-long-form-text--tertiary, .spot-container--light-primary .spot-long-form-text p.spot-long-form-text--tertiary, .spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--tertiary {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text p.spot-long-form-text--tertiary, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text p.spot-long-form-text--tertiary, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--tertiary {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--tertiary, .spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--tertiary {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--tertiary, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--tertiary {
  color: #25282E;
}
.spot-long-form-text p.spot-long-form-text--tertiary {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text p.spot-long-form-text--tertiary, .spot-container--light-primary .spot-long-form-text p.spot-long-form-text--tertiary, .spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--tertiary {
  color: #5D6066;
}
*[class*="--reverse"] .spot-long-form-text p.spot-long-form-text--tertiary, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text p.spot-long-form-text--tertiary, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text p.spot-long-form-text--tertiary {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--tertiary, .spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--tertiary {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text p.spot-long-form-text--tertiary, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text p.spot-long-form-text--tertiary {
  color: #5D6066;
}
.spot-long-form-text p.spot-long-form-text--tertiary {
  font-size: 12px;
}
.spot-long-form-text p.spot-long-form-text--tertiary {
  margin: 0 0 16px 0;
  margin-top: -16px;
}
.spot-long-form-text a {
  /* @include spot-font-reset; */
}
.spot-long-form-text a, .spot-container--light-primary .spot-long-form-text a, .spot-container--light-secondary .spot-long-form-text a {
  color: #25282E;
}
*[class*="--reverse"] .spot-long-form-text a, *[class*="--reverse"] .spot-container--light-primary .spot-long-form-text a, *[class*="--reverse"] .spot-container--light-secondary .spot-long-form-text a {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-long-form-text a, .spot-container--dark-secondary .spot-long-form-text a {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-long-form-text a, *[class*="--reverse"] .spot-container--dark-secondary .spot-long-form-text a {
  color: #25282E;
}
.spot-long-form-text a {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-long-form-text a, .spot-container--light-primary .spot-long-form-text a, .spot-container--light-secondary .spot-long-form-text a {
  color: #0969D9;
}
.spot-container--dark-primary .spot-long-form-text a, .spot-container--dark-secondary .spot-long-form-text a {
  color: #62B3F9;
}
.spot-long-form-text a {
  font-size: 15px;
  text-decoration: none;
}
.spot-long-form-text a.spot-link--focus, .spot-container--light-primary .spot-long-form-text a.spot-link--focus, .spot-container--light-secondary .spot-long-form-text a.spot-link--focus, .spot-long-form-text a:focus, .spot-container--light-primary .spot-long-form-text a:focus, .spot-container--light-secondary .spot-long-form-text a:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-long-form-text a.spot-link--focus, .spot-container--dark-secondary .spot-long-form-text a.spot-link--focus, .spot-container--dark-primary .spot-long-form-text a:focus, .spot-container--dark-secondary .spot-long-form-text a:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-long-form-text a.spot-link--focus, .spot-long-form-text a:focus {
  border-color: transparent;
  outline: none;
}
.spot-long-form-text a.spot-link--hover, .spot-long-form-text a:hover {
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}
.spot-long-form-text a {
  font-weight: 700;
}
.spot-paging__button--last, .spot-paging__button--next, .spot-paging__button--previous, .spot-paging__button--first {
  position: relative;
}
.spot-paging__button--last svg, .spot-paging__button--next svg, .spot-paging__button--previous svg, .spot-paging__button--first svg {
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
}
.spot-paging {
  display: flex;
  height: 35px;
  outline: 0;
}
.spot-paging--small {
  height: 28px;
}
.spot-paging--large {
  height: 45px;
}
.spot-paging__group {
  display: flex;
  gap: 4px;
  list-style: none;
  margin-block-end: unset;
  margin-block-start: unset;
  padding-inline-start: unset;
  white-space: nowrap;
}
.spot-paging__button, .spot-container--light-primary .spot-paging__button, .spot-container--light-secondary .spot-paging__button {
  color: #25282E;
}
*[class*="--reverse"] .spot-paging__button, *[class*="--reverse"] .spot-container--light-primary .spot-paging__button, *[class*="--reverse"] .spot-container--light-secondary .spot-paging__button {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-paging__button, .spot-container--dark-secondary .spot-paging__button {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-paging__button, *[class*="--reverse"] .spot-container--dark-secondary .spot-paging__button {
  color: #25282E;
}
.spot-paging__button {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-paging__button {
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 100%;
  color: #5D6066;
  cursor: pointer;
  display: inline-block;
  fill: #5D6066;
  line-height: 32px;
  margin: 0;
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
  outline: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.spot-container--dark-primary .spot-paging__button, .spot-container--dark-secondary .spot-paging__button {
  color: #BCBDBC;
  fill: #BCBDBC;
}
.spot-paging__button, .spot-container--light-primary .spot-paging__button {
  background-color: #ffffff;
}
.spot-container--light-secondary .spot-paging__button {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-paging__button {
  background-color: #31353D;
}
.spot-container--dark-secondary .spot-paging__button {
  background-color: #3F434A;
}
.spot-paging__button--hover, .spot-paging__button:hover {
  background-color: #E2E2E2;
  color: #25282E;
  -webkit-tap-highlight-color: transparent;
}
.spot-paging__button--hover, .spot-container--light-primary .spot-paging__button--hover, .spot-container--light-secondary .spot-paging__button--hover, .spot-paging__button:hover, .spot-container--light-primary .spot-paging__button:hover, .spot-container--light-secondary .spot-paging__button:hover {
  background-color: #E2E2E2;
  color: #25282E;
}
.spot-container--dark-primary .spot-paging__button--hover, .spot-container--dark-secondary .spot-paging__button--hover, .spot-container--dark-primary .spot-paging__button:hover, .spot-container--dark-secondary .spot-paging__button:hover {
  background-color: #224569;
  color: #E2E2E2;
}
.spot-paging__button--selected, .spot-paging__button--selected:hover {
  background-color: #CDEDFF;
  color: #25282E;
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
}
.spot-paging__button--selected, .spot-container--light-primary .spot-paging__button--selected, .spot-container--light-secondary .spot-paging__button--selected, .spot-paging__button--selected:hover, .spot-container--light-primary .spot-paging__button--selected:hover, .spot-container--light-secondary .spot-paging__button--selected:hover {
  background-color: #CDEDFF;
  color: #25282E;
}
.spot-container--dark-primary .spot-paging__button--selected, .spot-container--dark-secondary .spot-paging__button--selected, .spot-container--dark-primary .spot-paging__button--selected:hover, .spot-container--dark-secondary .spot-paging__button--selected:hover {
  background-color: #62B3F9;
  color: #E2E2E2;
}
.spot-paging__button--focus, .spot-container--light-primary .spot-paging__button--focus, .spot-container--light-secondary .spot-paging__button--focus, .spot-paging__button:focus, .spot-container--light-primary .spot-paging__button:focus, .spot-container--light-secondary .spot-paging__button:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-paging__button--focus, .spot-container--dark-secondary .spot-paging__button--focus, .spot-container--dark-primary .spot-paging__button:focus, .spot-container--dark-secondary .spot-paging__button:focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-paging__button--focus, .spot-paging__button:focus {
  border-color: transparent;
  outline: none;
}
.spot-paging__button--active, .spot-paging__button:active, .spot-paging__button--active:hover, .spot-paging__button:active:hover {
  background-color: #CDEDFF;
  color: #25282E;
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
}
.spot-paging__button--active, .spot-container--light-primary .spot-paging__button--active, .spot-container--light-secondary .spot-paging__button--active, .spot-paging__button:active, .spot-container--light-primary .spot-paging__button:active, .spot-container--light-secondary .spot-paging__button:active, .spot-paging__button--active:hover, .spot-container--light-primary .spot-paging__button--active:hover, .spot-container--light-secondary .spot-paging__button--active:hover, .spot-paging__button:active:hover, .spot-container--light-primary .spot-paging__button:active:hover, .spot-container--light-secondary .spot-paging__button:active:hover {
  background-color: #CDEDFF;
  border-color: #CDEDFF;
  color: #25282E;
}
.spot-container--dark-primary .spot-paging__button--active, .spot-container--dark-secondary .spot-paging__button--active, .spot-container--dark-primary .spot-paging__button:active, .spot-container--dark-secondary .spot-paging__button:active, .spot-container--dark-primary .spot-paging__button--active:hover, .spot-container--dark-secondary .spot-paging__button--active:hover, .spot-container--dark-primary .spot-paging__button:active:hover, .spot-container--dark-secondary .spot-paging__button:active:hover {
  background-color: #284E76;
  border-color: #284E76;
  color: #E2E2E2;
}
.spot-paging__button--disabled, .spot-paging__button:disabled {
  background-color: #ffffff;
  color: #A9AAAA;
  fill: #A9AAAA;
  pointer-events: none;
}
.spot-paging__button--disabled, .spot-container--light-primary .spot-paging__button--disabled, .spot-paging__button:disabled, .spot-container--light-primary .spot-paging__button:disabled {
  background-color: #ffffff;
}
.spot-container--light-secondary .spot-paging__button--disabled, .spot-container--light-secondary .spot-paging__button:disabled {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-paging__button--disabled, .spot-container--dark-primary .spot-paging__button:disabled {
  background-color: #31353D;
}
.spot-container--dark-secondary .spot-paging__button--disabled, .spot-container--dark-secondary .spot-paging__button:disabled {
  background-color: #3F434A;
}
.spot-container--dark-primary .spot-paging__button--disabled, .spot-container--dark-secondary .spot-paging__button--disabled, .spot-container--dark-primary .spot-paging__button:disabled, .spot-container--dark-secondary .spot-paging__button:disabled {
  color: #717479;
  fill: #717479;
}
.spot-paging__button--first {
  margin-right: 8px;
}
.spot-paging__button--first svg {
  height: 14px;
}
.spot-paging__button--last {
  margin-left: 8px;
}
.spot-paging__button--last svg {
  height: 14px;
}
.spot-paging__button--more {
  pointer-events: none;
}
.spot-paging__button--more:after {
  content: "...";
  font-weight: 500;
  line-height: 8px;
  vertical-align: 50%;
}
.spot-paging__group {
  border-radius: 4px;
}
.spot-paging--disabled .spot-paging__group {
  box-shadow: none;
  pointer-events: none;
}
.spot-paging--disabled .spot-paging__button {
  background-color: #ffffff;
  color: #A9AAAA;
  fill: #A9AAAA;
  pointer-events: none;
}
.spot-container--dark-primary .spot-paging--disabled .spot-paging__button, .spot-container--dark-secondary .spot-paging--disabled .spot-paging__button {
  background-color: #31353D;
  color: #717479;
  fill: #717479;
}
.spot-paging .spot-link {
  line-height: 35px;
  margin: 0 0 0 16px;
  vertical-align: middle;
}
.spot-paging--small .spot-paging__button {
  font-size: 12px;
  line-height: 26px;
  max-height: 28px;
  min-height: 28px;
  min-width: 28px;
  vertical-align: 50%;
  width: 28px;
}
.spot-paging--small .spot-paging__button--first svg, .spot-paging--small .spot-paging__button--previous svg, .spot-paging--small .spot-paging__button--next svg, .spot-paging--small .spot-paging__button--last svg {
  height: 9px;
}
.spot-paging--small .spot-link {
  line-height: 28px;
}
.spot-paging--large .spot-paging__button {
  line-height: 42px;
  max-height: 45px;
  min-height: 45px;
  min-width: 45px;
  width: 45px;
}
.spot-paging--large .spot-link {
  line-height: 45px;
}
.spot-panel {
  align-items: center;
  bottom: 0;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 800;
}
.spot-panel--open {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.spot-panel__content, .spot-container--light-primary .spot-panel__content, .spot-container--light-secondary .spot-panel__content {
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 #86898D;
  color: #25282E;
}
.spot-container--dark-primary .spot-panel__content, .spot-container--dark-secondary .spot-panel__content {
  background-color: #31353D;
  box-shadow: 0 0 3px 0 #25282E;
  color: #E2E2E2;
}
.spot-panel__content {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  height: 100%;
  left: -375px;
  max-height: 100vh;
  position: fixed;
  text-align: left;
  transition: all 0.3s;
  width: 375px;
  z-index: 0;
}
.spot-panel__header {
  display: flex;
  flex-shrink: 0;
  padding: 24px 16px;
  position: relative;
}
.spot-panel__header:after, .spot-container--light-primary .spot-panel__header:after, .spot-container--light-secondary .spot-panel__header:after {
  background: linear-gradient(to bottom, rgba(154, 155, 156, 0.6), rgba(154, 155, 156, 0) 100%);
}
.spot-container--dark-primary .spot-panel__header:after, .spot-container--dark-secondary .spot-panel__header:after {
  background: linear-gradient(to bottom, rgba(37, 40, 46, 0.6), rgba(37, 40, 46, 0) 100%);
}
.spot-panel__header:after {
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}
.spot-panel__header__close-button {
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
}
.spot-panel__header__close-button:hover .spot-icon, .spot-container--light-primary .spot-panel__header__close-button:hover .spot-icon, .spot-container--light-secondary .spot-panel__header__close-button:hover .spot-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-panel__header__close-button, .spot-container--dark-secondary .spot-panel__header__close-button {
  fill: #717479;
}
.spot-container--dark-primary .spot-panel__header__close-button:hover .spot-icon, .spot-container--dark-secondary .spot-panel__header__close-button:hover .spot-icon {
  fill: #62B3F9;
}
.spot-panel__header__drawer-tab-button {
  background-color: #ffffff;
  border-color: #A9AAAA;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  position: absolute;
  right: -45px;
  top: 48px;
}
.spot-panel__header__drawer-tab-button, .spot-container--light-primary .spot-panel__header__drawer-tab-button, .spot-container--light-secondary .spot-panel__header__drawer-tab-button {
  border-color: #A9AAAA;
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-panel__header__drawer-tab-button, .spot-container--dark-secondary .spot-panel__header__drawer-tab-button {
  border-color: #86898D;
  background-color: #3F434A;
}
.spot-panel--open-right .spot-panel__header__drawer-tab-button {
  left: -45px;
  border-width: 1px 0 1px 1px;
}
.spot-panel--open-bottom .spot-panel__header__drawer-tab-button {
  right: auto;
  top: -45px;
  border-width: 1px 1px 0 1px;
}
.spot-panel__header__close-button-icon, .spot-panel__header__drawer-tab-button-icon {
  display: block;
  height: 20px;
  width: 20px;
  pointer-events: none;
}
.spot-panel__header__close-button-icon {
  fill: #9A9B9C;
}
.spot-panel__header__close-button-icon, .spot-container--light-primary .spot-panel__header__close-button-icon, .spot-container--light-secondary .spot-panel__header__close-button-icon {
  fill: #9A9B9C;
}
.spot-container--dark-primary .spot-panel__header__close-button-icon, .spot-container--dark-secondary .spot-panel__header__close-button-icon {
  fill: #717479;
}
.spot-panel__header__drawer-tab-button-icon, .spot-container--light-primary .spot-panel__header__drawer-tab-button-icon, .spot-container--light-secondary .spot-panel__header__drawer-tab-button-icon {
  fill: #9A9B9C;
}
.spot-panel__header-close-button:hover .spot-panel__header__drawer-tab-button-icon, .spot-panel__header-close-button:hover .spot-container--light-primary .spot-panel__header__drawer-tab-button-icon, .spot-panel__header-close-button:hover .spot-container--light-secondary .spot-panel__header__drawer-tab-button-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-panel__header__drawer-tab-button-icon, .spot-container--dark-secondary .spot-panel__header__drawer-tab-button-icon {
  fill: #9A9B9C;
}
.spot-panel__header-close-button:hover .spot-container--dark-primary .spot-panel__header__drawer-tab-button-icon, .spot-panel__header-close-button:hover .spot-container--dark-secondary .spot-panel__header__drawer-tab-button-icon {
  fill: #62B3F9;
}
.spot-panel--visible .spot-panel__header__drawer-tab-button-icon {
  transform: rotateY(180deg);
}
.spot-panel--open-right .spot-panel__header__drawer-tab-button-icon {
  transform: rotateY(0deg);
}
.spot-panel--open-right.spot-panel--visible .spot-panel__header__drawer-tab-button-icon {
  transform: rotateY(180deg);
}
.spot-panel--open-bottom .spot-panel__header__drawer-tab-button-icon {
  transform: rotateY(-90deg);
}
.spot-panel--open-bottom.spot-panel--visible .spot-panel__header__drawer-tab-button-icon {
  transform: rotateY(90deg);
}
.spot-panel__title {
  line-height: 1.5;
}
.spot-panel__title::before, .spot-panel__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-panel__title::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-panel__title::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-panel__title, .spot-container--light-primary .spot-panel__title, .spot-container--light-secondary .spot-panel__title {
  color: #25282E;
}
*[class*="--reverse"] .spot-panel__title, *[class*="--reverse"] .spot-container--light-primary .spot-panel__title, *[class*="--reverse"] .spot-container--light-secondary .spot-panel__title {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-panel__title, .spot-container--dark-secondary .spot-panel__title {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-panel__title, *[class*="--reverse"] .spot-container--dark-secondary .spot-panel__title {
  color: #25282E;
}
.spot-panel__title {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-panel__title {
  font-family: var(--font-family-sans-serif-secondary);
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}
.spot-panel__title {
  padding-right: 8px;
}
.spot-panel__secondary-title ~ .spot-panel__title {
  margin-top: 8px;
}
.spot-panel__secondary-title {
  line-height: 1.5;
}
.spot-panel__secondary-title::before, .spot-panel__secondary-title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-panel__secondary-title::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-panel__secondary-title::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-panel__secondary-title, .spot-container--light-primary .spot-panel__secondary-title, .spot-container--light-secondary .spot-panel__secondary-title {
  color: #25282E;
}
*[class*="--reverse"] .spot-panel__secondary-title, *[class*="--reverse"] .spot-container--light-primary .spot-panel__secondary-title, *[class*="--reverse"] .spot-container--light-secondary .spot-panel__secondary-title {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-panel__secondary-title, .spot-container--dark-secondary .spot-panel__secondary-title {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-panel__secondary-title, *[class*="--reverse"] .spot-container--dark-secondary .spot-panel__secondary-title {
  color: #25282E;
}
.spot-panel__secondary-title {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-panel__secondary-title {
  font-weight: 700;
}
.spot-panel__copy {
  padding: 16px 32px;
  position: relative;
}
.spot-panel__interactive-links {
  padding: 16px;
  position: relative;
}
.spot-panel__body {
  overflow-y: auto;
  position: relative;
  height: 100%;
}
.spot-panel__body--scroll-shadow-mask, .spot-container--light-primary .spot-panel__body--scroll-shadow-mask, .spot-container--light-secondary .spot-panel__body--scroll-shadow-mask {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 12px);
}
.spot-container--dark-primary .spot-panel__body--scroll-shadow-mask, .spot-container--dark-secondary .spot-panel__body--scroll-shadow-mask {
  background: linear-gradient(to bottom, rgba(49, 53, 61, 0), #31353D 12px);
}
.spot-panel__body--scroll-shadow-mask {
  height: 18px;
  margin-top: -18px;
  position: relative;
  z-index: 5;
}
.spot-panel__body--scroll-shadow-mask--top, .spot-container--light-primary .spot-panel__body--scroll-shadow-mask--top, .spot-container--light-secondary .spot-panel__body--scroll-shadow-mask--top {
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff 12px);
}
.spot-container--dark-primary .spot-panel__body--scroll-shadow-mask--top, .spot-container--dark-secondary .spot-panel__body--scroll-shadow-mask--top {
  background: linear-gradient(to top, rgba(49, 53, 61, 0), #31353D 12px);
}
.spot-panel__body--scroll-shadow-mask--top {
  margin-bottom: -18px;
  margin-top: 0;
}
.spot-panel__footer, .spot-container--light-primary .spot-panel__footer, .spot-container--light-secondary .spot-panel__footer {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-panel__footer, .spot-container--dark-secondary .spot-panel__footer {
  background-color: #3F434A;
}
.spot-panel__footer {
  align-items: center;
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: auto;
  max-height: 360px;
  overflow: auto;
  padding: 24px 16px;
  position: relative;
  width: 100%;
}
.spot-panel--open-bottom .spot-panel__footer .spot-list-group {
  flex-direction: row;
  display: flex;
}
.spot-panel__footer .spot-list-group + .spot-list-group {
  margin-top: 16px;
}
.spot-panel__inline-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  min-height: 400px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.spot-panel--visible .spot-panel__inline-container {
  left: 375px;
}
.spot-panel--open-right .spot-panel__inline-container {
  left: auto;
  right: 0;
}
.spot-panel--open-right.spot-panel--visible .spot-panel__inline-container {
  right: 375px;
}
.spot-panel--open-bottom .spot-panel__inline-container {
  left: auto;
  right: auto;
  bottom: 0;
}
.spot-panel--open-bottom.spot-panel--visible .spot-panel__inline-container {
  bottom: 375px;
}
.spot-panel__overlay {
  background: rgba(63, 67, 74, 0.6);
}
.spot-panel__overlay, .spot-container--light-primary .spot-panel__overlay, .spot-container--light-secondary .spot-panel__overlay {
  background: rgba(63, 67, 74, 0.6);
}
.spot-container--dark-primary .spot-panel__overlay, .spot-container--dark-secondary .spot-panel__overlay {
  background: rgba(93, 96, 102, 0.6);
}
.spot-panel__overlay--disable {
  content: "";
}
.spot-panel--visible {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 800;
}
.spot-panel--visible .spot-panel__content {
  left: 0;
}
.spot-panel--visible.spot-panel--open-left .spot-panel__content {
  left: 0;
}
.spot-panel--visible.spot-panel--open-right .spot-panel__content {
  left: auto;
  right: 0;
}
.spot-panel--visible.spot-panel--open-bottom .spot-panel__content {
  bottom: 0;
}
.spot-panel--visible-inline {
  align-items: center;
  background-color: transparent !important;
  height: auto;
  justify-content: flex-start;
  position: relative;
  display: flex;
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
  width: auto;
  z-index: 0;
}
.spot-panel--visible-inline .spot-panel__content {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.spot-panel--display-inline {
  background-color: transparent !important;
  border: 1px solid #A9AAAA;
  height: 100%;
  min-height: 400px;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  position: relative;
  z-index: auto;
}
.spot-panel--display-inline, .spot-container--light-primary .spot-panel--display-inline, .spot-container--light-secondary .spot-panel--display-inline {
  border-color: #A9AAAA;
}
.spot-container--dark-primary .spot-panel--display-inline, .spot-container--dark-secondary .spot-panel--display-inline {
  border-color: #86898D;
}
.spot-panel--display-inline .spot-panel__content {
  border-color: #A9AAAA;
  border-style: solid;
  border-width: 0 1px 0 0;
  box-shadow: none;
  position: absolute;
  z-index: 1;
}
.spot-panel--display-inline .spot-panel__content, .spot-container--light-primary .spot-panel--display-inline .spot-panel__content, .spot-container--light-secondary .spot-panel--display-inline .spot-panel__content {
  border-color: #A9AAAA;
}
.spot-container--dark-primary .spot-panel--display-inline .spot-panel__content, .spot-container--dark-secondary .spot-panel--display-inline .spot-panel__content {
  border-color: #5D6066;
}
.spot-panel--display-inline.spot-panel--open-right .spot-panel__content {
  border-width: 0 0 0 1px;
}
.spot-panel--display-inline.spot-panel--open-bottom .spot-panel__content {
  border-width: 1px 0 0 0;
}
.spot-panel--display-fullscreen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  max-height: 100% !important;
}
.spot-panel--xsmall .spot-panel__content {
  width: 200px;
}
.spot-panel--large .spot-panel__content {
  width: 575px;
}
.spot-panel--open-right .spot-panel__content {
  left: auto;
  right: -375px;
  border-width: 0 0 0 1px;
}
.spot-panel--open-bottom .spot-panel__content {
  left: 0;
  right: 0;
  top: auto;
  border-width: 1px 0 0 0;
  bottom: -375px;
  height: 375px;
  width: 100%;
}
.spot-panel--xsmall.spot-panel--open-bottom .spot-panel__content {
  height: 200px;
  width: 100%;
}
.spot-panel--large.spot-panel--open-bottom .spot-panel__content {
  height: 575px;
  width: 100%;
}
.spot-panel--no-drop-shadow .spot-panel .spot-panel__content {
  box-shadow: none;
}
.spot-patient-display {
  align-items: center;
  display: flex;
}
.spot-patient-display__icon {
  cursor: pointer;
  position: relative;
}
.spot-patient-display--large .spot-patient-display__icon {
  height: 72px;
  margin-right: 28px;
  width: 72px;
}
.spot-patient-display--medium .spot-patient-display__icon {
  height: 62px;
  margin-right: 28px;
  width: 62px;
}
.spot-patient-display--small .spot-patient-display__icon {
  height: 48px;
  margin-right: 18px;
  width: 48px;
}
.spot-patient-display--xs .spot-patient-display__icon {
  height: 40px;
  margin-right: 14px;
  width: 40px;
}
.spot-patient-display__icon:hover .spot-patient-display__avatar--pet {
  position: relative;
}
.spot-patient-display__icon:hover .spot-patient-display__avatar--pet::before {
  background-color: rgba(205, 237, 255, 0.65);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.spot-container--dark-primary .spot-patient-display__icon:hover .spot-patient-display__avatar--pet::before, .spot-container--dark-secondary .spot-patient-display__icon:hover .spot-patient-display__avatar--pet::before {
  background-color: rgba(40, 78, 118, 0.65);
}
.spot-patient-display__icon:has(.spot-patient-display__avatar--na) {
  cursor: default;
}
.spot-patient-display__avatar {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.spot-patient-display__avatar {
  background-color: #E2E2E2;
  border-radius: 10px;
}
.spot-patient-display--large .spot-patient-display__avatar {
  height: 72px;
  width: 72px;
}
.spot-patient-display--medium .spot-patient-display__avatar {
  height: 62px;
  width: 62px;
}
.spot-patient-display--small .spot-patient-display__avatar {
  height: 48px;
  width: 48px;
}
.spot-patient-display--xs .spot-patient-display__avatar {
  height: 40px;
  width: 40px;
}
.spot-patient-display--large .spot-patient-display__img {
  max-width: 72px;
}
.spot-patient-display--medium .spot-patient-display__img {
  max-width: 62px;
}
.spot-patient-display--small .spot-patient-display__img {
  max-width: 48px;
}
.spot-patient-display--xs .spot-patient-display__img {
  max-width: 40px;
}
.spot-patient-display--large .spot-patient-display__svg {
  height: 54px;
  width: 54px;
}
.spot-patient-display--medium .spot-patient-display__svg {
  height: 48px;
  width: 48px;
}
.spot-patient-display--small .spot-patient-display__svg {
  height: 36px;
  width: 36px;
}
.spot-patient-display--xs .spot-patient-display__svg {
  height: 30px;
  width: 30px;
}
.spot-patient-display__avatar--none {
  background-color: #E2E2E2;
  fill: #A9AAAA;
}
.spot-container--dark-primary .spot-patient-display__avatar--none, .spot-container--dark-secondary .spot-patient-display__avatar--none {
  background-color: #25282E;
  fill: #86898D;
}
.spot-patient-display__icon:hover .spot-patient-display__avatar--none, .spot-patient-display__icon--hover .spot-patient-display__avatar--none {
  background-color: #CDEDFF;
  fill: #ffffff;
}
.spot-container--dark-primary .spot-patient-display__icon:hover .spot-patient-display__avatar--none, .spot-container--dark-secondary .spot-patient-display__icon:hover .spot-patient-display__avatar--none, .spot-container--dark-primary .spot-patient-display__icon--hover .spot-patient-display__avatar--none, .spot-container--dark-secondary .spot-patient-display__icon--hover .spot-patient-display__avatar--none {
  background-color: #284E76;
  fill: #25282E;
}
.spot-patient-display__avatar--na {
  fill: #A9AAAA;
}
.spot-container--dark-primary .spot-patient-display__avatar--na, .spot-container--dark-secondary .spot-patient-display__avatar--na {
  background-color: #25282E;
  fill: #86898D;
}
.spot-patient-display__camera {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spot-patient-display__icon:hover .spot-patient-display__camera, .spot-patient-display__icon--hover .spot-patient-display__camera {
  display: flex;
}
.spot-patient-display__camera svg {
  fill: #0969D9;
  height: 24px;
  width: 24px;
}
.spot-container--dark-primary .spot-patient-display__camera svg, .spot-container--dark-secondary .spot-patient-display__camera svg {
  fill: #62B3F9;
}
.spot-patient-display--large .spot-patient-display__title, .spot-patient-display--medium .spot-patient-display__title {
  margin-bottom: 8px;
}
.spot-patient-display--small .spot-patient-display__title {
  margin-bottom: 4px;
}
.spot-patient-display--xs .spot-patient-display__title {
  margin-bottom: 0;
}
.spot-patient-display--link {
  color: #0969D9;
}
.spot-container--dark-primary .spot-patient-display--link, .spot-container--dark-secondary .spot-patient-display--link {
  color: #62B3F9;
}
.spot-patient-display__pet-name {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
  line-height: 1em;
}
.spot-patient-display__pet-name {
  display: inline-block;
  padding: 0;
  color: #25282E;
}
.spot-container--dark-primary .spot-patient-display__pet-name, .spot-container--dark-secondary .spot-patient-display__pet-name {
  color: #E2E2E2;
}
.spot-patient-display--link .spot-patient-display__pet-name {
  color: #0969D9;
}
.spot-container--dark-primary .spot-patient-display--link .spot-patient-display__pet-name, .spot-container--dark-secondary .spot-patient-display--link .spot-patient-display__pet-name {
  color: #62B3F9;
}
.spot-patient-display--large .spot-patient-display__pet-name {
  font-size: 34px;
  margin-right: 14px;
}
.spot-patient-display--medium .spot-patient-display__pet-name {
  font-size: 26px;
  margin-right: 14px;
}
.spot-patient-display--small .spot-patient-display__pet-name, .spot-patient-display--xs .spot-patient-display__pet-name {
  font-size: 18px;
  margin-right: 10px;
}
.spot-patient-display__account {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
  line-height: 1em;
}
.spot-patient-display__account {
  color: #5D6066;
  display: inline-block;
  padding: 0;
}
.spot-container--dark-primary .spot-patient-display__account, .spot-container--dark-secondary .spot-patient-display__account {
  color: #BCBDBC;
}
.spot-patient-display--large .spot-patient-display__account, .spot-patient-display--medium .spot-patient-display__account {
  font-size: 18px;
}
.spot-patient-display--small .spot-patient-display__account {
  font-size: 15px;
}
.spot-patient-display--xs .spot-patient-display__account {
  font-size: 13.5px;
}
.spot-patient-display__pet-info {
  color: #5D6066;
}
.spot-container--dark-primary .spot-patient-display__pet-info, .spot-container--dark-secondary .spot-patient-display__pet-info {
  color: #A9AAAA;
}
.spot-patient-display__pet-info span {
  color: #D0D1D0;
  padding: 0 8px;
}
.spot-container--dark-primary .spot-patient-display__pet-info span, .spot-container--dark-secondary .spot-patient-display__pet-info span {
  color: #5D6066;
}
.spot-patient-display--large .spot-patient-display__pet-info, .spot-patient-display--medium .spot-patient-display__pet-info {
  font-size: 15px;
}
.spot-patient-display--small .spot-patient-display__pet-info {
  font-size: 13.5px;
}
.spot-patient-display--xs .spot-patient-display__pet-info {
  display: none;
}
.spot-pill {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-family: var(--font-family-sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  max-height: 24px;
  padding: 6px 12px;
  vertical-align: top;
}
.spot-pill--primary, .spot-container--light-primary .spot-pill--primary, .spot-container--light-secondary .spot-pill--primary {
  background-color: #3F434A;
  border-color: #3F434A;
  color: #ffffff;
}
.spot-pill--primary .spot-pill__icon, .spot-container--light-primary .spot-pill--primary .spot-pill__icon, .spot-container--light-secondary .spot-pill--primary .spot-pill__icon {
  fill: #ffffff;
}
.spot-pill--primary.spot-pill--outline, .spot-container--light-primary .spot-pill--primary.spot-pill--outline, .spot-container--light-secondary .spot-pill--primary.spot-pill--outline {
  background-color: #ffffff;
  border-color: #25282E;
  color: #25282E;
}
.spot-pill--primary.spot-pill--outline .spot-pill__icon, .spot-container--light-primary .spot-pill--primary.spot-pill--outline .spot-pill__icon, .spot-container--light-secondary .spot-pill--primary.spot-pill--outline .spot-pill__icon {
  fill: #25282E;
}
.spot-pill--primary.spot-pill--interactive, .spot-container--light-primary .spot-pill--primary.spot-pill--interactive, .spot-container--light-secondary .spot-pill--primary.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-pill--primary.spot-pill--interactive:hover, .spot-pill--primary.spot-pill--interactive.spot-pill--hover, .spot-container--light-primary .spot-pill--primary.spot-pill--interactive:hover, .spot-container--light-primary .spot-pill--primary.spot-pill--interactive.spot-pill--hover, .spot-container--light-secondary .spot-pill--primary.spot-pill--interactive:hover, .spot-container--light-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--hover {
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(63, 67, 74, 0.5);
  border-color: rgba(63, 67, 74, 0.5);
}
.spot-pill--primary.spot-pill--interactive:active, .spot-pill--primary.spot-pill--interactive.spot-pill--active, .spot-container--light-primary .spot-pill--primary.spot-pill--interactive:active, .spot-container--light-primary .spot-pill--primary.spot-pill--interactive.spot-pill--active, .spot-container--light-secondary .spot-pill--primary.spot-pill--interactive:active, .spot-container--light-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--active {
  background-color: rgba(63, 67, 74, 0.7);
  border-color: rgba(63, 67, 74, 0.7);
}
.spot-pill--primary.spot-pill--interactive:focus, .spot-pill--primary.spot-pill--interactive.spot-pill--focus, .spot-container--light-primary .spot-pill--primary.spot-pill--interactive:focus, .spot-container--light-primary .spot-pill--primary.spot-pill--interactive.spot-pill--focus, .spot-container--light-secondary .spot-pill--primary.spot-pill--interactive:focus, .spot-container--light-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #3F434A solid;
}
.spot-pill--primary.spot-pill--interactive:disabled, .spot-pill--primary.spot-pill--interactive.spot-pill--disabled, .spot-container--light-primary .spot-pill--primary.spot-pill--interactive:disabled, .spot-container--light-primary .spot-pill--primary.spot-pill--interactive.spot-pill--disabled, .spot-container--light-secondary .spot-pill--primary.spot-pill--interactive:disabled, .spot-container--light-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--light-secondary .spot-pill--primary.spot-pill--outline {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-pill--primary, .spot-container--dark-secondary .spot-pill--primary {
  background-color: #D0D1D0;
  border-color: #D0D1D0;
  color: #25282E;
}
.spot-container--dark-primary .spot-pill--primary .spot-pill__icon, .spot-container--dark-secondary .spot-pill--primary .spot-pill__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-pill--primary.spot-pill--outline, .spot-container--dark-secondary .spot-pill--primary.spot-pill--outline {
  background-color: #31353D;
  border-color: #D0D1D0;
  color: #D0D1D0;
}
.spot-container--dark-primary .spot-pill--primary.spot-pill--outline .spot-pill__icon, .spot-container--dark-secondary .spot-pill--primary.spot-pill--outline .spot-pill__icon {
  fill: #D0D1D0;
}
.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive, .spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive:hover, .spot-container--dark-primary .spot-pill--primary.spot-pill--interactive.spot-pill--hover, .spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive:hover, .spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--hover {
  background-color: rgba(208, 209, 208, 0.5);
  border-color: rgba(208, 209, 208, 0.5);
}
.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive:active, .spot-container--dark-primary .spot-pill--primary.spot-pill--interactive.spot-pill--active, .spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive:active, .spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--active {
  background-color: rgba(208, 209, 208, 0.7);
  border-color: rgba(208, 209, 208, 0.7);
}
.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive:focus, .spot-container--dark-primary .spot-pill--primary.spot-pill--interactive.spot-pill--focus, .spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive:focus, .spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #D0D1D0 solid;
}
.spot-container--dark-primary .spot-pill--primary.spot-pill--interactive:disabled, .spot-container--dark-primary .spot-pill--primary.spot-pill--interactive.spot-pill--disabled, .spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive:disabled, .spot-container--dark-secondary .spot-pill--primary.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--dark-secondary .spot-pill--primary.spot-pill--outline {
  background-color: #3F434A;
}
.spot-pill--secondary, .spot-container--light-primary .spot-pill--secondary, .spot-container--light-secondary .spot-pill--secondary {
  background-color: #717479;
  border-color: #717479;
  color: #ffffff;
}
.spot-pill--secondary .spot-pill__icon, .spot-container--light-primary .spot-pill--secondary .spot-pill__icon, .spot-container--light-secondary .spot-pill--secondary .spot-pill__icon {
  fill: #ffffff;
}
.spot-pill--secondary.spot-pill--outline, .spot-container--light-primary .spot-pill--secondary.spot-pill--outline, .spot-container--light-secondary .spot-pill--secondary.spot-pill--outline {
  background-color: #ffffff;
  border-color: #717479;
  color: #717479;
}
.spot-pill--secondary.spot-pill--outline .spot-pill__icon, .spot-container--light-primary .spot-pill--secondary.spot-pill--outline .spot-pill__icon, .spot-container--light-secondary .spot-pill--secondary.spot-pill--outline .spot-pill__icon {
  fill: #717479;
}
.spot-pill--secondary.spot-pill--interactive, .spot-container--light-primary .spot-pill--secondary.spot-pill--interactive, .spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-pill--secondary.spot-pill--interactive:hover, .spot-pill--secondary.spot-pill--interactive.spot-pill--hover, .spot-container--light-primary .spot-pill--secondary.spot-pill--interactive:hover, .spot-container--light-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--hover, .spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive:hover, .spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--hover {
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(113, 116, 121, 0.5);
  border-color: rgba(113, 116, 121, 0.5);
}
.spot-pill--secondary.spot-pill--interactive:active, .spot-pill--secondary.spot-pill--interactive.spot-pill--active, .spot-container--light-primary .spot-pill--secondary.spot-pill--interactive:active, .spot-container--light-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--active, .spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive:active, .spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--active {
  background-color: rgba(113, 116, 121, 0.7);
  border-color: rgba(113, 116, 121, 0.7);
}
.spot-pill--secondary.spot-pill--interactive:focus, .spot-pill--secondary.spot-pill--interactive.spot-pill--focus, .spot-container--light-primary .spot-pill--secondary.spot-pill--interactive:focus, .spot-container--light-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--focus, .spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive:focus, .spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #717479 solid;
}
.spot-pill--secondary.spot-pill--interactive:disabled, .spot-pill--secondary.spot-pill--interactive.spot-pill--disabled, .spot-container--light-primary .spot-pill--secondary.spot-pill--interactive:disabled, .spot-container--light-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--disabled, .spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive:disabled, .spot-container--light-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--light-secondary .spot-pill--secondary.spot-pill--outline {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-pill--secondary, .spot-container--dark-secondary .spot-pill--secondary {
  background-color: #9A9B9C;
  border-color: #9A9B9C;
  color: #25282E;
}
.spot-container--dark-primary .spot-pill--secondary .spot-pill__icon, .spot-container--dark-secondary .spot-pill--secondary .spot-pill__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-pill--secondary.spot-pill--outline, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--outline {
  background-color: #31353D;
  border-color: #A9AAAA;
  color: #A9AAAA;
}
.spot-container--dark-primary .spot-pill--secondary.spot-pill--outline .spot-pill__icon, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--outline .spot-pill__icon {
  fill: #A9AAAA;
}
.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive:hover, .spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--hover, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive:hover, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--hover {
  background-color: rgba(154, 155, 156, 0.5);
  border-color: rgba(154, 155, 156, 0.5);
}
.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive:active, .spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--active, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive:active, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--active {
  background-color: rgba(154, 155, 156, 0.7);
  border-color: rgba(154, 155, 156, 0.7);
}
.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive:focus, .spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--focus, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive:focus, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #9A9B9C solid;
}
.spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive:disabled, .spot-container--dark-primary .spot-pill--secondary.spot-pill--interactive.spot-pill--disabled, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive:disabled, .spot-container--dark-secondary .spot-pill--secondary.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--dark-secondary .spot-pill--secondary.spot-pill--outline {
  background-color: #3F434A;
}
.spot-pill--positive, .spot-container--light-primary .spot-pill--positive, .spot-container--light-secondary .spot-pill--positive {
  background-color: #2E7D32;
  border-color: #2E7D32;
  color: #ffffff;
}
.spot-pill--positive .spot-pill__icon, .spot-container--light-primary .spot-pill--positive .spot-pill__icon, .spot-container--light-secondary .spot-pill--positive .spot-pill__icon {
  fill: #ffffff;
}
.spot-pill--positive.spot-pill--outline, .spot-container--light-primary .spot-pill--positive.spot-pill--outline, .spot-container--light-secondary .spot-pill--positive.spot-pill--outline {
  background-color: #ffffff;
  border-color: #2E7D32;
  color: #2E7D32;
}
.spot-pill--positive.spot-pill--outline .spot-pill__icon, .spot-container--light-primary .spot-pill--positive.spot-pill--outline .spot-pill__icon, .spot-container--light-secondary .spot-pill--positive.spot-pill--outline .spot-pill__icon {
  fill: #2E7D32;
}
.spot-pill--positive.spot-pill--interactive, .spot-container--light-primary .spot-pill--positive.spot-pill--interactive, .spot-container--light-secondary .spot-pill--positive.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-pill--positive.spot-pill--interactive:hover, .spot-pill--positive.spot-pill--interactive.spot-pill--hover, .spot-container--light-primary .spot-pill--positive.spot-pill--interactive:hover, .spot-container--light-primary .spot-pill--positive.spot-pill--interactive.spot-pill--hover, .spot-container--light-secondary .spot-pill--positive.spot-pill--interactive:hover, .spot-container--light-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--hover {
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(46, 125, 50, 0.5);
  border-color: rgba(46, 125, 50, 0.5);
}
.spot-pill--positive.spot-pill--interactive:active, .spot-pill--positive.spot-pill--interactive.spot-pill--active, .spot-container--light-primary .spot-pill--positive.spot-pill--interactive:active, .spot-container--light-primary .spot-pill--positive.spot-pill--interactive.spot-pill--active, .spot-container--light-secondary .spot-pill--positive.spot-pill--interactive:active, .spot-container--light-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--active {
  background-color: rgba(46, 125, 50, 0.7);
  border-color: rgba(46, 125, 50, 0.7);
}
.spot-pill--positive.spot-pill--interactive:focus, .spot-pill--positive.spot-pill--interactive.spot-pill--focus, .spot-container--light-primary .spot-pill--positive.spot-pill--interactive:focus, .spot-container--light-primary .spot-pill--positive.spot-pill--interactive.spot-pill--focus, .spot-container--light-secondary .spot-pill--positive.spot-pill--interactive:focus, .spot-container--light-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #2E7D32 solid;
}
.spot-pill--positive.spot-pill--interactive:disabled, .spot-pill--positive.spot-pill--interactive.spot-pill--disabled, .spot-container--light-primary .spot-pill--positive.spot-pill--interactive:disabled, .spot-container--light-primary .spot-pill--positive.spot-pill--interactive.spot-pill--disabled, .spot-container--light-secondary .spot-pill--positive.spot-pill--interactive:disabled, .spot-container--light-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--light-secondary .spot-pill--positive.spot-pill--outline {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-pill--positive, .spot-container--dark-secondary .spot-pill--positive {
  background-color: #81C784;
  border-color: #81C784;
  color: #25282E;
}
.spot-container--dark-primary .spot-pill--positive .spot-pill__icon, .spot-container--dark-secondary .spot-pill--positive .spot-pill__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-pill--positive.spot-pill--outline, .spot-container--dark-secondary .spot-pill--positive.spot-pill--outline {
  background-color: #31353D;
  border-color: #81C784;
  color: #81C784;
}
.spot-container--dark-primary .spot-pill--positive.spot-pill--outline .spot-pill__icon, .spot-container--dark-secondary .spot-pill--positive.spot-pill--outline .spot-pill__icon {
  fill: #81C784;
}
.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive, .spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive:hover, .spot-container--dark-primary .spot-pill--positive.spot-pill--interactive.spot-pill--hover, .spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive:hover, .spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--hover {
  background-color: rgba(129, 199, 132, 0.5);
  border-color: rgba(129, 199, 132, 0.5);
}
.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive:active, .spot-container--dark-primary .spot-pill--positive.spot-pill--interactive.spot-pill--active, .spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive:active, .spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--active {
  background-color: rgba(129, 199, 132, 0.7);
  border-color: rgba(129, 199, 132, 0.7);
}
.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive:focus, .spot-container--dark-primary .spot-pill--positive.spot-pill--interactive.spot-pill--focus, .spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive:focus, .spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #81C784 solid;
}
.spot-container--dark-primary .spot-pill--positive.spot-pill--interactive:disabled, .spot-container--dark-primary .spot-pill--positive.spot-pill--interactive.spot-pill--disabled, .spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive:disabled, .spot-container--dark-secondary .spot-pill--positive.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--dark-secondary .spot-pill--positive.spot-pill--outline {
  background-color: #3F434A;
}
.spot-pill--negative, .spot-container--light-primary .spot-pill--negative, .spot-container--light-secondary .spot-pill--negative {
  background-color: #E31527;
  border-color: #E31527;
  color: #ffffff;
}
.spot-pill--negative .spot-pill__icon, .spot-container--light-primary .spot-pill--negative .spot-pill__icon, .spot-container--light-secondary .spot-pill--negative .spot-pill__icon {
  fill: #ffffff;
}
.spot-pill--negative.spot-pill--outline, .spot-container--light-primary .spot-pill--negative.spot-pill--outline, .spot-container--light-secondary .spot-pill--negative.spot-pill--outline {
  background-color: #ffffff;
  border-color: #E31527;
  color: #E31527;
}
.spot-pill--negative.spot-pill--outline .spot-pill__icon, .spot-container--light-primary .spot-pill--negative.spot-pill--outline .spot-pill__icon, .spot-container--light-secondary .spot-pill--negative.spot-pill--outline .spot-pill__icon {
  fill: #E31527;
}
.spot-pill--negative.spot-pill--interactive, .spot-container--light-primary .spot-pill--negative.spot-pill--interactive, .spot-container--light-secondary .spot-pill--negative.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-pill--negative.spot-pill--interactive:hover, .spot-pill--negative.spot-pill--interactive.spot-pill--hover, .spot-container--light-primary .spot-pill--negative.spot-pill--interactive:hover, .spot-container--light-primary .spot-pill--negative.spot-pill--interactive.spot-pill--hover, .spot-container--light-secondary .spot-pill--negative.spot-pill--interactive:hover, .spot-container--light-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--hover {
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(227, 21, 39, 0.5);
  border-color: rgba(227, 21, 39, 0.5);
}
.spot-pill--negative.spot-pill--interactive:active, .spot-pill--negative.spot-pill--interactive.spot-pill--active, .spot-container--light-primary .spot-pill--negative.spot-pill--interactive:active, .spot-container--light-primary .spot-pill--negative.spot-pill--interactive.spot-pill--active, .spot-container--light-secondary .spot-pill--negative.spot-pill--interactive:active, .spot-container--light-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--active {
  background-color: rgba(227, 21, 39, 0.7);
  border-color: rgba(227, 21, 39, 0.7);
}
.spot-pill--negative.spot-pill--interactive:focus, .spot-pill--negative.spot-pill--interactive.spot-pill--focus, .spot-container--light-primary .spot-pill--negative.spot-pill--interactive:focus, .spot-container--light-primary .spot-pill--negative.spot-pill--interactive.spot-pill--focus, .spot-container--light-secondary .spot-pill--negative.spot-pill--interactive:focus, .spot-container--light-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #E31527 solid;
}
.spot-pill--negative.spot-pill--interactive:disabled, .spot-pill--negative.spot-pill--interactive.spot-pill--disabled, .spot-container--light-primary .spot-pill--negative.spot-pill--interactive:disabled, .spot-container--light-primary .spot-pill--negative.spot-pill--interactive.spot-pill--disabled, .spot-container--light-secondary .spot-pill--negative.spot-pill--interactive:disabled, .spot-container--light-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--light-secondary .spot-pill--negative.spot-pill--outline {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-pill--negative, .spot-container--dark-secondary .spot-pill--negative {
  background-color: #F5767D;
  border-color: #F5767D;
  color: #25282E;
}
.spot-container--dark-primary .spot-pill--negative .spot-pill__icon, .spot-container--dark-secondary .spot-pill--negative .spot-pill__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-pill--negative.spot-pill--outline, .spot-container--dark-secondary .spot-pill--negative.spot-pill--outline {
  background-color: #31353D;
  border-color: #F5767D;
  color: #F5767D;
}
.spot-container--dark-primary .spot-pill--negative.spot-pill--outline .spot-pill__icon, .spot-container--dark-secondary .spot-pill--negative.spot-pill--outline .spot-pill__icon {
  fill: #F5767D;
}
.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive, .spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive:hover, .spot-container--dark-primary .spot-pill--negative.spot-pill--interactive.spot-pill--hover, .spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive:hover, .spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--hover {
  background-color: rgba(245, 118, 125, 0.5);
  border-color: rgba(245, 118, 125, 0.5);
}
.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive:active, .spot-container--dark-primary .spot-pill--negative.spot-pill--interactive.spot-pill--active, .spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive:active, .spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--active {
  background-color: rgba(245, 118, 125, 0.7);
  border-color: rgba(245, 118, 125, 0.7);
}
.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive:focus, .spot-container--dark-primary .spot-pill--negative.spot-pill--interactive.spot-pill--focus, .spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive:focus, .spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #F5767D solid;
}
.spot-container--dark-primary .spot-pill--negative.spot-pill--interactive:disabled, .spot-container--dark-primary .spot-pill--negative.spot-pill--interactive.spot-pill--disabled, .spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive:disabled, .spot-container--dark-secondary .spot-pill--negative.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--dark-secondary .spot-pill--negative.spot-pill--outline {
  background-color: #3F434A;
}
.spot-pill--warning, .spot-container--light-primary .spot-pill--warning, .spot-container--light-secondary .spot-pill--warning {
  background-color: #F6E962;
  border-color: #F6E962;
  color: #31353D;
}
.spot-pill--warning .spot-pill__icon, .spot-container--light-primary .spot-pill--warning .spot-pill__icon, .spot-container--light-secondary .spot-pill--warning .spot-pill__icon {
  fill: #31353D;
}
.spot-pill--warning.spot-pill--outline, .spot-container--light-primary .spot-pill--warning.spot-pill--outline, .spot-container--light-secondary .spot-pill--warning.spot-pill--outline {
  background-color: #ffffff;
  border-color: #D1C653;
  color: #5D6066;
}
.spot-pill--warning.spot-pill--outline .spot-pill__icon, .spot-container--light-primary .spot-pill--warning.spot-pill--outline .spot-pill__icon, .spot-container--light-secondary .spot-pill--warning.spot-pill--outline .spot-pill__icon {
  fill: #5D6066;
}
.spot-pill--warning.spot-pill--interactive, .spot-container--light-primary .spot-pill--warning.spot-pill--interactive, .spot-container--light-secondary .spot-pill--warning.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-pill--warning.spot-pill--interactive:hover, .spot-pill--warning.spot-pill--interactive.spot-pill--hover, .spot-container--light-primary .spot-pill--warning.spot-pill--interactive:hover, .spot-container--light-primary .spot-pill--warning.spot-pill--interactive.spot-pill--hover, .spot-container--light-secondary .spot-pill--warning.spot-pill--interactive:hover, .spot-container--light-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--hover {
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(246, 233, 98, 0.5);
  border-color: rgba(246, 233, 98, 0.5);
}
.spot-pill--warning.spot-pill--interactive:active, .spot-pill--warning.spot-pill--interactive.spot-pill--active, .spot-container--light-primary .spot-pill--warning.spot-pill--interactive:active, .spot-container--light-primary .spot-pill--warning.spot-pill--interactive.spot-pill--active, .spot-container--light-secondary .spot-pill--warning.spot-pill--interactive:active, .spot-container--light-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--active {
  background-color: rgba(246, 233, 98, 0.7);
  border-color: rgba(246, 233, 98, 0.7);
}
.spot-pill--warning.spot-pill--interactive:focus, .spot-pill--warning.spot-pill--interactive.spot-pill--focus, .spot-container--light-primary .spot-pill--warning.spot-pill--interactive:focus, .spot-container--light-primary .spot-pill--warning.spot-pill--interactive.spot-pill--focus, .spot-container--light-secondary .spot-pill--warning.spot-pill--interactive:focus, .spot-container--light-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #F6E962 solid;
}
.spot-pill--warning.spot-pill--interactive:disabled, .spot-pill--warning.spot-pill--interactive.spot-pill--disabled, .spot-container--light-primary .spot-pill--warning.spot-pill--interactive:disabled, .spot-container--light-primary .spot-pill--warning.spot-pill--interactive.spot-pill--disabled, .spot-container--light-secondary .spot-pill--warning.spot-pill--interactive:disabled, .spot-container--light-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--light-secondary .spot-pill--warning.spot-pill--outline {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-pill--warning, .spot-container--dark-secondary .spot-pill--warning {
  background-color: #F8ED81;
  border-color: #F8ED81;
  color: #25282E;
}
.spot-container--dark-primary .spot-pill--warning .spot-pill__icon, .spot-container--dark-secondary .spot-pill--warning .spot-pill__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-pill--warning.spot-pill--outline, .spot-container--dark-secondary .spot-pill--warning.spot-pill--outline {
  background-color: #31353D;
  border-color: #F8ED81;
  color: #F8ED81;
}
.spot-container--dark-primary .spot-pill--warning.spot-pill--outline .spot-pill__icon, .spot-container--dark-secondary .spot-pill--warning.spot-pill--outline .spot-pill__icon {
  fill: #F8ED81;
}
.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive, .spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive:hover, .spot-container--dark-primary .spot-pill--warning.spot-pill--interactive.spot-pill--hover, .spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive:hover, .spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--hover {
  background-color: rgba(248, 237, 129, 0.5);
  border-color: rgba(248, 237, 129, 0.5);
}
.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive:active, .spot-container--dark-primary .spot-pill--warning.spot-pill--interactive.spot-pill--active, .spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive:active, .spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--active {
  background-color: rgba(248, 237, 129, 0.7);
  border-color: rgba(248, 237, 129, 0.7);
}
.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive:focus, .spot-container--dark-primary .spot-pill--warning.spot-pill--interactive.spot-pill--focus, .spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive:focus, .spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #F8ED81 solid;
}
.spot-container--dark-primary .spot-pill--warning.spot-pill--interactive:disabled, .spot-container--dark-primary .spot-pill--warning.spot-pill--interactive.spot-pill--disabled, .spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive:disabled, .spot-container--dark-secondary .spot-pill--warning.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--dark-secondary .spot-pill--warning.spot-pill--outline {
  background-color: #3F434A;
}
.spot-pill--info, .spot-container--light-primary .spot-pill--info, .spot-container--light-secondary .spot-pill--info {
  background-color: #99E5FF;
  border-color: #99E5FF;
  color: #25282E;
}
.spot-pill--info .spot-pill__icon, .spot-container--light-primary .spot-pill--info .spot-pill__icon, .spot-container--light-secondary .spot-pill--info .spot-pill__icon {
  fill: #25282E;
}
.spot-pill--info.spot-pill--outline, .spot-container--light-primary .spot-pill--info.spot-pill--outline, .spot-container--light-secondary .spot-pill--info.spot-pill--outline {
  background-color: #ffffff;
  border-color: #0E97BF;
  color: #5D6066;
}
.spot-pill--info.spot-pill--outline .spot-pill__icon, .spot-container--light-primary .spot-pill--info.spot-pill--outline .spot-pill__icon, .spot-container--light-secondary .spot-pill--info.spot-pill--outline .spot-pill__icon {
  fill: #5D6066;
}
.spot-pill--info.spot-pill--interactive, .spot-container--light-primary .spot-pill--info.spot-pill--interactive, .spot-container--light-secondary .spot-pill--info.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-pill--info.spot-pill--interactive:hover, .spot-pill--info.spot-pill--interactive.spot-pill--hover, .spot-container--light-primary .spot-pill--info.spot-pill--interactive:hover, .spot-container--light-primary .spot-pill--info.spot-pill--interactive.spot-pill--hover, .spot-container--light-secondary .spot-pill--info.spot-pill--interactive:hover, .spot-container--light-secondary .spot-pill--info.spot-pill--interactive.spot-pill--hover {
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(153, 229, 255, 0.5);
  border-color: rgba(153, 229, 255, 0.5);
}
.spot-pill--info.spot-pill--interactive:active, .spot-pill--info.spot-pill--interactive.spot-pill--active, .spot-container--light-primary .spot-pill--info.spot-pill--interactive:active, .spot-container--light-primary .spot-pill--info.spot-pill--interactive.spot-pill--active, .spot-container--light-secondary .spot-pill--info.spot-pill--interactive:active, .spot-container--light-secondary .spot-pill--info.spot-pill--interactive.spot-pill--active {
  background-color: rgba(153, 229, 255, 0.7);
  border-color: rgba(153, 229, 255, 0.7);
}
.spot-pill--info.spot-pill--interactive:focus, .spot-pill--info.spot-pill--interactive.spot-pill--focus, .spot-container--light-primary .spot-pill--info.spot-pill--interactive:focus, .spot-container--light-primary .spot-pill--info.spot-pill--interactive.spot-pill--focus, .spot-container--light-secondary .spot-pill--info.spot-pill--interactive:focus, .spot-container--light-secondary .spot-pill--info.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #99E5FF solid;
}
.spot-pill--info.spot-pill--interactive:disabled, .spot-pill--info.spot-pill--interactive.spot-pill--disabled, .spot-container--light-primary .spot-pill--info.spot-pill--interactive:disabled, .spot-container--light-primary .spot-pill--info.spot-pill--interactive.spot-pill--disabled, .spot-container--light-secondary .spot-pill--info.spot-pill--interactive:disabled, .spot-container--light-secondary .spot-pill--info.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--light-secondary .spot-pill--info.spot-pill--outline {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-pill--info, .spot-container--dark-secondary .spot-pill--info {
  background-color: #99E5FF;
  border-color: #99E5FF;
  color: #25282E;
}
.spot-container--dark-primary .spot-pill--info .spot-pill__icon, .spot-container--dark-secondary .spot-pill--info .spot-pill__icon {
  fill: #25282E;
}
.spot-container--dark-primary .spot-pill--info.spot-pill--outline, .spot-container--dark-secondary .spot-pill--info.spot-pill--outline {
  background-color: #31353D;
  border-color: #99E5FF;
  color: #99E5FF;
}
.spot-container--dark-primary .spot-pill--info.spot-pill--outline .spot-pill__icon, .spot-container--dark-secondary .spot-pill--info.spot-pill--outline .spot-pill__icon {
  fill: #99E5FF;
}
.spot-container--dark-primary .spot-pill--info.spot-pill--interactive, .spot-container--dark-secondary .spot-pill--info.spot-pill--interactive {
  cursor: pointer;
  outline: none;
}
.spot-container--dark-primary .spot-pill--info.spot-pill--interactive:hover, .spot-container--dark-primary .spot-pill--info.spot-pill--interactive.spot-pill--hover, .spot-container--dark-secondary .spot-pill--info.spot-pill--interactive:hover, .spot-container--dark-secondary .spot-pill--info.spot-pill--interactive.spot-pill--hover {
  background-color: rgba(153, 229, 255, 0.5);
  border-color: rgba(153, 229, 255, 0.5);
}
.spot-container--dark-primary .spot-pill--info.spot-pill--interactive:active, .spot-container--dark-primary .spot-pill--info.spot-pill--interactive.spot-pill--active, .spot-container--dark-secondary .spot-pill--info.spot-pill--interactive:active, .spot-container--dark-secondary .spot-pill--info.spot-pill--interactive.spot-pill--active {
  background-color: rgba(153, 229, 255, 0.7);
  border-color: rgba(153, 229, 255, 0.7);
}
.spot-container--dark-primary .spot-pill--info.spot-pill--interactive:focus, .spot-container--dark-primary .spot-pill--info.spot-pill--interactive.spot-pill--focus, .spot-container--dark-secondary .spot-pill--info.spot-pill--interactive:focus, .spot-container--dark-secondary .spot-pill--info.spot-pill--interactive.spot-pill--focus {
  border-color: transparent;
  outline: #99E5FF solid;
}
.spot-container--dark-primary .spot-pill--info.spot-pill--interactive:disabled, .spot-container--dark-primary .spot-pill--info.spot-pill--interactive.spot-pill--disabled, .spot-container--dark-secondary .spot-pill--info.spot-pill--interactive:disabled, .spot-container--dark-secondary .spot-pill--info.spot-pill--interactive.spot-pill--disabled {
  cursor: not-allowed;
  outline: transparent;
  background-color: #5D6066;
  border-color: #5D6066;
}
.spot-container--dark-secondary .spot-pill--info.spot-pill--outline {
  background-color: #3F434A;
}
.spot-pill--small {
  max-height: 20px;
}
.spot-pill--large {
  max-height: 32px;
}
.spot-pill__icon--left {
  margin: 0 4px 0 0;
}
.spot-pill__icon--right {
  margin: 0 0 0 4px;
}
.spot-pill__icon {
  flex-shrink: 0;
  height: 12px;
  width: 12px;
}
.spot-pill__vertical-set, .spot-pill__horizontal-set {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}
.spot-pill__vertical-set-item {
  margin: 0 0 8px 0;
}
.spot-pill__horizontal-set-item {
  display: inline-block;
  margin: 0 0 8px 0;
}
.spot-popover {
  /* preferroed class name ".spot-popover--center-left"  */
  /* note: ".spot-popover--left-center" has been deprecated */
}
.spot-popover, .spot-container--light-primary .spot-popover, .spot-container--light-secondary .spot-popover {
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 #3F434A;
  color: #25282E;
}
.spot-container--dark-primary .spot-popover, .spot-container--dark-secondary .spot-popover {
  background-color: #31353D;
  box-shadow: 0 0 6px 0 #0F1114;
  color: #E2E2E2;
}
.spot-popover::before, .spot-container--light-primary .spot-popover::before, .spot-container--light-secondary .spot-popover::before {
  background: #ffffff;
  box-shadow: -2px -2px 2px #BCBDBC;
}
.spot-container--dark-primary .spot-popover::before, .spot-container--dark-secondary .spot-popover::before {
  background: #31353D;
  box-shadow: -2px -2px 2px #25282E;
}
.spot-popover::before {
  content: "";
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}
.spot-popover {
  border-radius: 12px;
  display: none;
  font-size: 18px;
  overflow: visible;
  padding: 16px;
  position: absolute;
  z-index: 600;
}
.spot-popover--small {
  padding: 12px;
}
.spot-popover--large {
  padding: 24px;
}
.spot-popover--no-inset {
  padding: 0;
}
.spot-popover--top-center {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-16px);
}
.spot-popover--top-center::before {
  bottom: -8px;
  right: calc(50% - 8px);
  transform: rotate(225deg);
}
.spot-popover--top-left {
  bottom: 100%;
  left: 50%;
  transform: translateX(-100%) translateX(24px) translateY(-16px);
}
.spot-popover--top-left::before {
  bottom: -8px;
  right: 16px;
  transform: rotate(225deg);
}
.spot-popover--top-right {
  bottom: 100%;
  right: 50%;
  transform: translateX(100%) translateX(-24px) translateY(-16px);
}
.spot-popover--top-right::before {
  bottom: -8px;
  left: 16px;
  transform: rotate(225deg);
}
.spot-popover--center-right, .spot-popover--right-center {
  left: 100%;
  /* top: $spot-caret-width; */
  transform: translateX(16px) translateY(calc(-50% - 16px));
}
[data-radix-popper-content-wrapper] > .spot-popover--center-right, [data-radix-popper-content-wrapper] > .spot-popover--right-center {
  transform: translateX(16px) translateY(-50%);
}
.spot-popover--center-right::before, .spot-popover--right-center::before {
  left: -8px;
  top: calc(50% - 8px);
  transform: rotate(-45deg);
}
.spot-popover--bottom-center {
  left: 50%;
  /* top: calc($spot-caret-width * 2); */
  transform: translateX(-50%) translateY(16px);
}
.spot-popover--bottom-center::before {
  right: calc(50% - 8px);
  top: -8px;
  transform: rotate(45deg);
}
.spot-popover--bottom-left {
  right: 50%;
  /* top: calc($spot-caret-width * 2); */
  transform: translateX(24px) translateY(16px);
}
.spot-popover--bottom-left::before {
  right: 16px;
  top: -8px;
  transform: rotate(45deg);
}
.spot-popover--bottom-right {
  left: 50%;
  /* top: calc($spot-caret-width * 2); */
  transform: translateX(-24px) translateY(16px);
}
.spot-popover--bottom-right::before {
  left: 16px;
  top: -8px;
  transform: rotate(45deg);
}
.spot-popover--center-left, .spot-popover--left-center {
  transform: translateX(calc(-100% - 16px)) translateY(calc(-50% - 16px));
}
[data-radix-popper-content-wrapper] > .spot-popover--center-left, [data-radix-popper-content-wrapper] > .spot-popover--left-center {
  transform: translateX(calc(-100% - 16px)) translateY(-50%);
}
.spot-popover--center-left::before, .spot-popover--left-center::before {
  right: -8px;
  top: calc(50% - 8px);
  transform: rotate(135deg);
}
.spot-popover--align-bottom-left {
  left: 0;
  right: auto;
  transform: translateY(16px);
}
.spot-popover--align-bottom-right {
  left: auto;
  right: 0;
  transform: translateY(16px);
}
.spot-popover--align-top-left {
  left: 0;
  right: auto;
  transform: translateY(-16px);
}
.spot-popover--align-top-right {
  left: auto;
  right: 0;
  transform: translateY(-16px);
}
.spot-popover--no-caret::before, .spot-popover--no-caret::after {
  display: none;
}
.spot-popover--shown {
  display: block;
}
.spot-progress-bar {
  background-color: #9CDCFF;
  height: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.spot-container--dark-primary .spot-progress-bar, .spot-container--dark-secondary .spot-progress-bar {
  background-color: #075BC3;
}
.spot-progress-bar--small {
  height: 10px;
}
.spot-progress-bar--large {
  height: 30px;
}
.spot-progress-bar__value {
  background-color: #0b76f0;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.4s linear;
}
.spot-container--dark-primary .spot-progress-bar__value, .spot-container--dark-secondary .spot-progress-bar__value {
  background-color: #3E9AF5;
}
.spot-progress-bar--indeterminate .spot-progress-bar__value {
  width: 100%;
}
.spot-signin {
  box-shadow: 0 0 6px 0 #3F434A;
}
.spot-signin, .spot-container--light-primary .spot-signin, .spot-container--light-secondary .spot-signin {
  box-shadow: 0 0 6px 0 #3F434A;
}
.spot-container--dark-primary .spot-signin, .spot-container--dark-secondary .spot-signin {
  box-shadow: 0 0 6px 0 #0F1114;
}
.spot-signin__header-label {
  padding: 30px;
  width: 100%;
}
.spot-signin__header-label--with-product-icon {
  justify-content: center;
  display: flex;
  align-items: center;
}
.spot-signin__header-label--with-product-icon .spot-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.spot-signin__header-image--idexx {
  height: 32px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spot-signin__content-intro, .spot-container--light-primary .spot-signin__content-intro, .spot-container--light-secondary .spot-signin__content-intro {
  color: #25282E;
}
*[class*="--reverse"] .spot-signin__content-intro, *[class*="--reverse"] .spot-container--light-primary .spot-signin__content-intro, *[class*="--reverse"] .spot-container--light-secondary .spot-signin__content-intro {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-signin__content-intro, .spot-container--dark-secondary .spot-signin__content-intro {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-signin__content-intro, *[class*="--reverse"] .spot-container--dark-secondary .spot-signin__content-intro {
  color: #25282E;
}
.spot-signin__content-intro {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-signin__content-intro {
  display: inline-block;
  font-weight: 700;
  height: 40px;
}
.spot-signin__content-error-message {
  display: table;
  margin: 0 0 16px 0;
  min-height: 45px;
  padding-bottom: 4px;
  padding-top: 4px;
  position: relative;
}
.spot-signin__content-error-message-icon {
  display: table-cell;
  fill: #ffffff;
  height: 16px;
  line-height: 1.5;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.spot-signin__content-error-message-label {
  color: #ffffff;
  display: table-cell;
  font-size: 15px;
  line-height: 1.5;
  padding: 4px;
  padding-left: 36px;
  top: 10px;
  vertical-align: top;
}
.spot-signin__content-fieldgroup {
  min-height: 60px;
  position: relative;
}
.spot-signin__content--showpassword {
  position: absolute;
  right: 0;
  top: 0;
}
.spot-signin__content--rememberme {
  bottom: 0;
  left: 0;
  position: absolute;
}
.spot-signin__footer {
  background-color: #F0F0F0;
  padding: 24px 32px;
}
.spot-signin__footer, .spot-container--light-primary .spot-signin__footer, .spot-container--light-secondary .spot-signin__footer {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-signin__footer, .spot-container--dark-secondary .spot-signin__footer {
  background-color: #3F434A;
}
.spot-signin__footer--item-separator:before, .spot-container--light-primary .spot-signin__footer--item-separator:before {
  color: #A9AAAA;
}
.spot-container--light-secondary .spot-signin__footer--item-separator:before {
  color: #A9AAAA;
}
.spot-container--dark-primary .spot-signin__footer--item-separator:before {
  color: #717479;
}
.spot-container--dark-secondary .spot-signin__footer--item-separator:before {
  color: #717479;
}
.spot-signin__footer--item-separator:before {
  content: "|";
  line-height: 15px;
  margin-left: 4px;
  margin-right: 4px;
  max-height: 15px;
}
.spot-button-wrapper {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.spot-split-button {
  display: inline-block;
  height: 35px;
  margin: 0;
  padding: 0;
}
.spot-split-button > button:focus:not(.spot-button--sales), .spot-container--light-primary .spot-split-button > button:focus:not(.spot-button--sales), .spot-container--light-secondary .spot-split-button > button:focus:not(.spot-button--sales) {
  box-shadow: 0 0 0 2px #0969D9 inset;
}
.spot-container--dark-primary .spot-split-button > button:focus:not(.spot-button--sales), .spot-container--dark-secondary .spot-split-button > button:focus:not(.spot-button--sales) {
  box-shadow: 0 0 0 2px #62B3F9 inset;
}
.spot-split-button > button:focus:not(.spot-button--sales) {
  border-color: transparent;
  outline: none;
}
.spot-split-button .spot-button--small, .spot-split-button .spot-button-group-toggle--small label, .spot-button-group-toggle--small .spot-split-button label {
  height: 28px;
}
.spot-split-button .spot-button--large, .spot-split-button .spot-button-group-toggle--large label, .spot-button-group-toggle--large .spot-split-button label {
  height: 45px;
}
.spot-split-button > button:first-of-type, .spot-container--light-primary .spot-split-button > button:first-of-type, .spot-container--light-secondary .spot-split-button > button:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.spot-container--dark-primary .spot-split-button > button:first-of-type, .spot-container--dark-secondary .spot-split-button > button:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.spot-split-button > button:first-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-collapse: collapse;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  float: left;
  outline-offset: 1px;
}
.spot-split-button > button:first-of-type:not(.spot-button--secondary), .spot-container--light-primary .spot-split-button > button:first-of-type:not(.spot-button--secondary), .spot-container--light-secondary .spot-split-button > button:first-of-type:not(.spot-button--secondary) {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.spot-container--dark-primary .spot-split-button > button:first-of-type:not(.spot-button--secondary), .spot-container--dark-secondary .spot-split-button > button:first-of-type:not(.spot-button--secondary) {
  border-right: 1px solid rgba(0, 0, 0, 0.015);
}
.spot-split-button > button:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-collapse: collapse;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  height: 35px;
  outline-offset: 0;
  position: relative;
  width: 35px;
}
.spot-split-button > button:last-of-type > svg {
  fill: #ffffff;
  width: 16px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spot-split-button > button:last-of-type.spot-button--large {
  height: 45px;
  width: 45px;
}
.spot-split-button > button:last-of-type.spot-button--large > svg {
  fill: #ffffff;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spot-split-button > button:last-of-type.spot-button--small {
  height: 28px;
  width: 28px;
}
.spot-split-button > button:last-of-type.spot-button--small > svg {
  fill: #ffffff;
  width: 12px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spot-container--dark-primary .spot-split-button > .spot-button--secondary:not(.spot-button--sales) > svg, .spot-container--dark-primary .spot-button-group-toggle .spot-split-button > label:not(.spot-button--sales) > svg, .spot-button-group-toggle .spot-container--dark-primary .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-container--dark-primary .spot-button-group-toggle--small .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-container--dark-primary .spot-button-group-toggle--large .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-split-button > label:not(.spot-button--sales) > svg, .spot-container--dark-secondary .spot-split-button > .spot-button--secondary:not(.spot-button--sales) > svg, .spot-container--dark-secondary .spot-button-group-toggle .spot-split-button > label:not(.spot-button--sales) > svg, .spot-button-group-toggle .spot-container--dark-secondary .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-container--dark-secondary .spot-button-group-toggle--small .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-container--dark-secondary .spot-button-group-toggle--large .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-split-button > label:not(.spot-button--sales) > svg {
  fill: #E2E2E2 !important;
}
.spot-split-button > .spot-button--secondary:not(.spot-button--sales) > svg, .spot-button-group-toggle .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-button-group-toggle--small .spot-split-button > label:not(.spot-button--sales) > svg,
.spot-button-group-toggle--large .spot-split-button > label:not(.spot-button--sales) > svg {
  fill: #0969D9 !important;
}
.spot-container--dark-primary .spot-split-button > .spot-button--secondary > svg, .spot-container--dark-primary .spot-button-group-toggle .spot-split-button > label > svg, .spot-button-group-toggle .spot-container--dark-primary .spot-split-button > label > svg,
.spot-container--dark-primary .spot-button-group-toggle--small .spot-split-button > label > svg,
.spot-button-group-toggle--small .spot-container--dark-primary .spot-split-button > label > svg,
.spot-container--dark-primary .spot-button-group-toggle--large .spot-split-button > label > svg,
.spot-button-group-toggle--large .spot-container--dark-primary .spot-split-button > label > svg, .spot-container--dark-secondary .spot-split-button > .spot-button--secondary > svg, .spot-container--dark-secondary .spot-button-group-toggle .spot-split-button > label > svg, .spot-button-group-toggle .spot-container--dark-secondary .spot-split-button > label > svg,
.spot-container--dark-secondary .spot-button-group-toggle--small .spot-split-button > label > svg,
.spot-button-group-toggle--small .spot-container--dark-secondary .spot-split-button > label > svg,
.spot-container--dark-secondary .spot-button-group-toggle--large .spot-split-button > label > svg,
.spot-button-group-toggle--large .spot-container--dark-secondary .spot-split-button > label > svg {
  fill: #E2E2E2 !important;
}
.spot-split-button > .spot-button--secondary > svg, .spot-button-group-toggle .spot-split-button > label > svg,
.spot-button-group-toggle--small .spot-split-button > label > svg,
.spot-button-group-toggle--large .spot-split-button > label > svg {
  fill: #0969D9 !important;
}
.spot-message {
  align-items: center;
  background-color: #ffffff;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  color: #25282E;
  min-height: 44px;
  overflow: hidden;
  padding: 8px 16px;
  position: relative;
  font-size: 15px;
}
.spot-message, .spot-message:before, .spot-message:after {
  box-sizing: border-box;
}
.spot-message *, .spot-message *:before, .spot-message *:after {
  box-sizing: inherit;
}
.spot-message, .spot-container--light-primary .spot-message, .spot-container--light-secondary .spot-message {
  color: #25282E;
}
*[class*="--reverse"] .spot-message, *[class*="--reverse"] .spot-container--light-primary .spot-message, *[class*="--reverse"] .spot-container--light-secondary .spot-message {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-message, .spot-container--dark-secondary .spot-message {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-message, *[class*="--reverse"] .spot-container--dark-secondary .spot-message {
  color: #25282E;
}
.spot-message, .spot-container--light-primary .spot-message, .spot-container--light-secondary .spot-message {
  background-color: #ffffff;
  color: #25282E;
}
.spot-container--dark-primary .spot-message, .spot-container--dark-secondary .spot-message {
  background-color: #31353D;
  color: #ffffff;
}
.spot-message .spot-icon, .spot-container--light-primary .spot-message .spot-icon, .spot-container--light-secondary .spot-message .spot-icon,
.spot-message i,
.spot-container--light-primary .spot-message i,
.spot-container--light-secondary .spot-message i {
  fill: #25282E;
}
.spot-container--dark-primary .spot-message .spot-icon, .spot-container--dark-secondary .spot-message .spot-icon,
.spot-container--dark-primary .spot-message i,
.spot-container--dark-secondary .spot-message i {
  fill: #ffffff;
}
.spot-message .icon-tab,
.spot-message .dismiss,
.spot-message .spot-dismiss {
  display: flex;
  justify-content: flex-start;
}
.spot-message .icon-tab {
  font-size: 20px;
  line-height: 24px;
  align-items: center;
}
.spot-message .icon-tab .spot-icon {
  height: 16px;
  width: 16px;
}
.spot-message .dismiss,
.spot-message .spot-dismiss {
  align-items: start;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 4px;
}
.spot-message .dismiss .spot-icon,
.spot-message .spot-dismiss .spot-icon {
  height: 16px;
  width: 16px;
}
.spot-message .dismiss i,
.spot-message .spot-dismiss i {
  font-size: 16px;
  line-height: 16px;
}
.spot-message--header {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.spot-message--content .spot-button, .spot-message--content .spot-button-group-toggle label, .spot-button-group-toggle .spot-message--content label,
.spot-message--content .spot-button-group-toggle--small label,
.spot-button-group-toggle--small .spot-message--content label,
.spot-message--content .spot-button-group-toggle--large label,
.spot-button-group-toggle--large .spot-message--content label {
  margin-left: 8px;
  margin-right: 8px;
}
.spot-message--body {
  font-size: 15px;
}
.spot-message--body + .spot-link {
  margin-top: 8px;
}
.spot-message--large {
  padding: 12px 24px;
}
.spot-message--buttons .spot-button + .spot-button, .spot-message--buttons .spot-button-group-toggle label + .spot-button, .spot-button-group-toggle .spot-message--buttons label + .spot-button,
.spot-message--buttons .spot-button-group-toggle--small label + .spot-button,
.spot-button-group-toggle--small .spot-message--buttons label + .spot-button,
.spot-message--buttons .spot-button-group-toggle--large label + .spot-button,
.spot-button-group-toggle--large .spot-message--buttons label + .spot-button, .spot-message--buttons .spot-button-group-toggle .spot-button + label, .spot-button-group-toggle .spot-message--buttons .spot-button + label, .spot-message--buttons .spot-button-group-toggle label + label, .spot-button-group-toggle .spot-message--buttons label + label,
.spot-message--buttons .spot-button-group-toggle--small .spot-button + label,
.spot-button-group-toggle--small .spot-message--buttons .spot-button + label,
.spot-message--buttons .spot-button-group-toggle--small label + label,
.spot-button-group-toggle--small .spot-message--buttons label + label,
.spot-message--buttons .spot-button-group-toggle--large .spot-button + label,
.spot-button-group-toggle--large .spot-message--buttons .spot-button + label,
.spot-message--buttons .spot-button-group-toggle--large label + label,
.spot-button-group-toggle--large .spot-message--buttons label + label {
  margin-left: 8px;
}
.spot-message .progress {
  height: 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  transition: width ease-in-out;
}
.spot-message {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  grid-template-areas: "message--content";
}
.spot-message.dismissible {
  grid-template-columns: 1fr 24px;
  grid-template-areas: "message--content dismiss";
}
.spot-message--with-icon-tab {
  gap: 16px;
  grid-template-columns: 24px 1fr;
  grid-template-areas: "tab message--content";
}
.spot-message--with-icon-tab.dismissible {
  grid-template-columns: 24px 1fr 24px;
  grid-template-areas: "tab message--content dismiss";
}
.spot-message--banner {
  border-radius: 0;
  gap: 16px;
  grid-template-columns: 24px 2fr 1fr;
  grid-template-areas: "tab message--content banner--buttons";
  max-width: 100% !important;
  width: 100%;
}
.spot-message--banner .banner--buttons {
  align-items: center;
  display: flex;
}
.spot-message--banner .banner--buttons .spot-button + .spot-button, .spot-message--banner .banner--buttons .spot-button-group-toggle label + .spot-button, .spot-button-group-toggle .spot-message--banner .banner--buttons label + .spot-button,
.spot-message--banner .banner--buttons .spot-button-group-toggle--small label + .spot-button,
.spot-button-group-toggle--small .spot-message--banner .banner--buttons label + .spot-button,
.spot-message--banner .banner--buttons .spot-button-group-toggle--large label + .spot-button,
.spot-button-group-toggle--large .spot-message--banner .banner--buttons label + .spot-button, .spot-message--banner .banner--buttons .spot-button-group-toggle .spot-button + label, .spot-button-group-toggle .spot-message--banner .banner--buttons .spot-button + label, .spot-message--banner .banner--buttons .spot-button-group-toggle label + label, .spot-button-group-toggle .spot-message--banner .banner--buttons label + label,
.spot-message--banner .banner--buttons .spot-button-group-toggle--small .spot-button + label,
.spot-button-group-toggle--small .spot-message--banner .banner--buttons .spot-button + label,
.spot-message--banner .banner--buttons .spot-button-group-toggle--small label + label,
.spot-button-group-toggle--small .spot-message--banner .banner--buttons label + label,
.spot-message--banner .banner--buttons .spot-button-group-toggle--large .spot-button + label,
.spot-button-group-toggle--large .spot-message--banner .banner--buttons .spot-button + label,
.spot-message--banner .banner--buttons .spot-button-group-toggle--large label + label,
.spot-button-group-toggle--large .spot-message--banner .banner--buttons label + label {
  margin-left: 8px;
}
.spot-message--banner.dismissible {
  grid-template-columns: 24px 2fr 1fr 24px;
  grid-template-areas: "tab message--content banner--buttons dismiss";
}
.spot-message .message--content {
  grid-area: message--content;
}
.spot-message .icon-tab {
  grid-area: tab;
}
.spot-message .dismiss, .spot-message .spot-dismiss {
  grid-area: dismiss;
}
.spot-message .banner--buttons {
  grid-area: banner--buttons;
}
.spot-message {
  box-shadow: 0 0 6px 0 #3F434A;
}
.spot-message, .spot-container--light-primary .spot-message, .spot-container--light-secondary .spot-message {
  box-shadow: 0 0 6px 0 #3F434A;
}
.spot-container--dark-primary .spot-message, .spot-container--dark-secondary .spot-message {
  box-shadow: 0 0 6px 0 #0F1114;
}
.spot-message--banner {
  box-shadow: none;
}
.spot-message--banner, .spot-container--light-primary .spot-message--banner, .spot-container--light-secondary .spot-message--banner {
  box-shadow: none;
}
.spot-container--dark-primary .spot-message--banner, .spot-container--dark-secondary .spot-message--banner {
  box-shadow: none;
}
.spot-message--cookie {
  box-shadow: 0 -2px 6px 0 #86898D;
}
.spot-message--cookie, .spot-container--light-primary .spot-message--cookie, .spot-container--light-secondary .spot-message--cookie {
  box-shadow: 0 -2px 6px 0 #86898D;
}
.spot-container--dark-primary .spot-message--cookie, .spot-container--dark-secondary .spot-message--cookie {
  box-shadow: 0 -2px 6px 0 #25282E;
}
.spot-message .dismiss .spot-icon, .spot-container--light-primary .spot-message .dismiss .spot-icon, .spot-container--light-secondary .spot-message .dismiss .spot-icon,
.spot-message .dismiss i,
.spot-container--light-primary .spot-message .dismiss i,
.spot-container--light-secondary .spot-message .dismiss i,
.spot-message .spot-dismiss .spot-icon,
.spot-container--light-primary .spot-message .spot-dismiss .spot-icon,
.spot-container--light-secondary .spot-message .spot-dismiss .spot-icon,
.spot-message .spot-dismiss i,
.spot-container--light-primary .spot-message .spot-dismiss i,
.spot-container--light-secondary .spot-message .spot-dismiss i {
  color: #25282E;
  fill: #25282E;
}
.spot-container--dark-primary .spot-message .dismiss .spot-icon, .spot-container--dark-secondary .spot-message .dismiss .spot-icon,
.spot-container--dark-primary .spot-message .dismiss i,
.spot-container--dark-secondary .spot-message .dismiss i,
.spot-container--dark-primary .spot-message .spot-dismiss .spot-icon,
.spot-container--dark-secondary .spot-message .spot-dismiss .spot-icon,
.spot-container--dark-primary .spot-message .spot-dismiss i,
.spot-container--dark-secondary .spot-message .spot-dismiss i {
  color: #ffffff;
  fill: #ffffff;
}
.spot-message .dismiss .spot-icon:hover,
.spot-message .dismiss i:hover,
.spot-message .spot-dismiss .spot-icon:hover,
.spot-message .spot-dismiss i:hover {
  cursor: pointer;
}
.spot-message .dismiss .spot-icon:hover, .spot-container--light-primary .spot-message .dismiss .spot-icon:hover, .spot-container--light-secondary .spot-message .dismiss .spot-icon:hover,
.spot-message .dismiss i:hover,
.spot-container--light-primary .spot-message .dismiss i:hover,
.spot-container--light-secondary .spot-message .dismiss i:hover,
.spot-message .spot-dismiss .spot-icon:hover,
.spot-container--light-primary .spot-message .spot-dismiss .spot-icon:hover,
.spot-container--light-secondary .spot-message .spot-dismiss .spot-icon:hover,
.spot-message .spot-dismiss i:hover,
.spot-container--light-primary .spot-message .spot-dismiss i:hover,
.spot-container--light-secondary .spot-message .spot-dismiss i:hover {
  color: #0969D9;
  fill: #0969D9;
}
.spot-container--dark-primary .spot-message .dismiss .spot-icon:hover, .spot-container--dark-secondary .spot-message .dismiss .spot-icon:hover,
.spot-container--dark-primary .spot-message .dismiss i:hover,
.spot-container--dark-secondary .spot-message .dismiss i:hover,
.spot-container--dark-primary .spot-message .spot-dismiss .spot-icon:hover,
.spot-container--dark-secondary .spot-message .spot-dismiss .spot-icon:hover,
.spot-container--dark-primary .spot-message .spot-dismiss i:hover,
.spot-container--dark-secondary .spot-message .spot-dismiss i:hover {
  color: #62B3F9;
  fill: #62B3F9;
}
.spot-message .spot-link {
  text-decoration: underline;
}
.spot-message--success {
  background-color: #2E7D32;
  color: #ffffff;
}
.spot-message--success, .spot-container--light-primary .spot-message--success, .spot-container--light-secondary .spot-message--success {
  background-color: #2E7D32;
  color: #ffffff;
}
.spot-container--dark-primary .spot-message--success, .spot-container--dark-secondary .spot-message--success {
  background-color: #81C784;
  color: #25282E;
}
.spot-message--success .dismiss .spot-icon,
.spot-message--success .spot-dismiss .spot-icon,
.spot-message--success .spot-icon,
.spot-message--success i {
  fill: #ffffff;
}
.spot-message--success .dismiss .spot-icon, .spot-container--light-primary .spot-message--success .dismiss .spot-icon, .spot-container--light-secondary .spot-message--success .dismiss .spot-icon,
.spot-message--success .spot-dismiss .spot-icon,
.spot-container--light-primary .spot-message--success .spot-dismiss .spot-icon,
.spot-container--light-secondary .spot-message--success .spot-dismiss .spot-icon,
.spot-message--success .spot-icon,
.spot-container--light-primary .spot-message--success .spot-icon,
.spot-container--light-secondary .spot-message--success .spot-icon,
.spot-message--success i,
.spot-container--light-primary .spot-message--success i,
.spot-container--light-secondary .spot-message--success i {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-message--success .dismiss .spot-icon, .spot-container--dark-secondary .spot-message--success .dismiss .spot-icon,
.spot-container--dark-primary .spot-message--success .spot-dismiss .spot-icon,
.spot-container--dark-secondary .spot-message--success .spot-dismiss .spot-icon,
.spot-container--dark-primary .spot-message--success .spot-icon,
.spot-container--dark-secondary .spot-message--success .spot-icon,
.spot-container--dark-primary .spot-message--success i,
.spot-container--dark-secondary .spot-message--success i {
  fill: #25282E;
}
.spot-message--success .spot-link {
  color: #ffffff;
  text-decoration: underline;
}
.spot-container--dark-primary .spot-message--success .spot-link, .spot-container--dark-secondary .spot-message--success .spot-link {
  color: #25282E;
}
.spot-message--success .spot-button, .spot-message--success .spot-button-group-toggle label, .spot-button-group-toggle .spot-message--success label,
.spot-message--success .spot-button-group-toggle--small label,
.spot-button-group-toggle--small .spot-message--success label,
.spot-message--success .spot-button-group-toggle--large label,
.spot-button-group-toggle--large .spot-message--success label {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2E7D32;
}
.spot-message--success .spot-button:hover, .spot-message--success .spot-button-group-toggle label:hover, .spot-button-group-toggle .spot-message--success label:hover,
.spot-message--success .spot-button-group-toggle--small label:hover,
.spot-button-group-toggle--small .spot-message--success label:hover,
.spot-message--success .spot-button-group-toggle--large label:hover,
.spot-button-group-toggle--large .spot-message--success label:hover, .spot-message--success .spot-button:focus, .spot-message--success .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-message--success label:focus,
.spot-message--success .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--small .spot-message--success label:focus,
.spot-message--success .spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--large .spot-message--success label:focus, .spot-message--success .spot-button:active, .spot-message--success .spot-button-group-toggle label:active, .spot-button-group-toggle .spot-message--success label:active,
.spot-message--success .spot-button-group-toggle--small label:active,
.spot-button-group-toggle--small .spot-message--success label:active,
.spot-message--success .spot-button-group-toggle--large label:active,
.spot-button-group-toggle--large .spot-message--success label:active {
  background-color: #DAEFDB;
}
.spot-message--warning {
  background-color: #F6E962;
  color: #31353D;
}
.spot-message--warning, .spot-container--light-primary .spot-message--warning, .spot-container--light-secondary .spot-message--warning {
  background-color: #F6E962;
  color: #31353D;
}
.spot-container--dark-primary .spot-message--warning, .spot-container--dark-secondary .spot-message--warning {
  background-color: #F8ED81;
  color: #25282E;
}
.spot-message--warning .dismiss .spot-icon,
.spot-message--warning .spot-dismiss .spot-icon,
.spot-message--warning .spot-icon,
.spot-message--warning i {
  fill: #31353D;
}
.spot-message--warning .dismiss .spot-icon, .spot-container--light-primary .spot-message--warning .dismiss .spot-icon, .spot-container--light-secondary .spot-message--warning .dismiss .spot-icon,
.spot-message--warning .spot-dismiss .spot-icon,
.spot-container--light-primary .spot-message--warning .spot-dismiss .spot-icon,
.spot-container--light-secondary .spot-message--warning .spot-dismiss .spot-icon,
.spot-message--warning .spot-icon,
.spot-container--light-primary .spot-message--warning .spot-icon,
.spot-container--light-secondary .spot-message--warning .spot-icon,
.spot-message--warning i,
.spot-container--light-primary .spot-message--warning i,
.spot-container--light-secondary .spot-message--warning i {
  fill: #31353D;
}
.spot-container--dark-primary .spot-message--warning .dismiss .spot-icon, .spot-container--dark-secondary .spot-message--warning .dismiss .spot-icon,
.spot-container--dark-primary .spot-message--warning .spot-dismiss .spot-icon,
.spot-container--dark-secondary .spot-message--warning .spot-dismiss .spot-icon,
.spot-container--dark-primary .spot-message--warning .spot-icon,
.spot-container--dark-secondary .spot-message--warning .spot-icon,
.spot-container--dark-primary .spot-message--warning i,
.spot-container--dark-secondary .spot-message--warning i {
  fill: #25282E;
}
.spot-message--warning .spot-link {
  color: #31353D;
  text-decoration: underline;
}
.spot-container--dark-primary .spot-message--warning .spot-link, .spot-container--dark-secondary .spot-message--warning .spot-link {
  color: #25282E;
}
.spot-message--warning .spot-button, .spot-message--warning .spot-button-group-toggle label, .spot-button-group-toggle .spot-message--warning label,
.spot-message--warning .spot-button-group-toggle--small label,
.spot-button-group-toggle--small .spot-message--warning label,
.spot-message--warning .spot-button-group-toggle--large label,
.spot-button-group-toggle--large .spot-message--warning label {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #726909;
}
.spot-message--warning .spot-button:hover, .spot-message--warning .spot-button-group-toggle label:hover, .spot-button-group-toggle .spot-message--warning label:hover,
.spot-message--warning .spot-button-group-toggle--small label:hover,
.spot-button-group-toggle--small .spot-message--warning label:hover,
.spot-message--warning .spot-button-group-toggle--large label:hover,
.spot-button-group-toggle--large .spot-message--warning label:hover, .spot-message--warning .spot-button:focus, .spot-message--warning .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-message--warning label:focus,
.spot-message--warning .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--small .spot-message--warning label:focus,
.spot-message--warning .spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--large .spot-message--warning label:focus, .spot-message--warning .spot-button:active, .spot-message--warning .spot-button-group-toggle label:active, .spot-button-group-toggle .spot-message--warning label:active,
.spot-message--warning .spot-button-group-toggle--small label:active,
.spot-button-group-toggle--small .spot-message--warning label:active,
.spot-message--warning .spot-button-group-toggle--large label:active,
.spot-button-group-toggle--large .spot-message--warning label:active {
  background-color: #FEFBE6;
}
.spot-message--danger {
  background-color: #E31527;
  color: #ffffff;
}
.spot-message--danger, .spot-container--light-primary .spot-message--danger, .spot-container--light-secondary .spot-message--danger {
  background-color: #E31527;
  color: #ffffff;
}
.spot-container--dark-primary .spot-message--danger, .spot-container--dark-secondary .spot-message--danger {
  background-color: #F5767D;
  color: #25282E;
}
.spot-message--danger .dismiss .spot-icon,
.spot-message--danger .spot-dismiss .spot-icon,
.spot-message--danger .spot-icon,
.spot-message--danger i {
  fill: #ffffff;
}
.spot-message--danger .dismiss .spot-icon, .spot-container--light-primary .spot-message--danger .dismiss .spot-icon, .spot-container--light-secondary .spot-message--danger .dismiss .spot-icon,
.spot-message--danger .spot-dismiss .spot-icon,
.spot-container--light-primary .spot-message--danger .spot-dismiss .spot-icon,
.spot-container--light-secondary .spot-message--danger .spot-dismiss .spot-icon,
.spot-message--danger .spot-icon,
.spot-container--light-primary .spot-message--danger .spot-icon,
.spot-container--light-secondary .spot-message--danger .spot-icon,
.spot-message--danger i,
.spot-container--light-primary .spot-message--danger i,
.spot-container--light-secondary .spot-message--danger i {
  fill: #ffffff;
}
.spot-container--dark-primary .spot-message--danger .dismiss .spot-icon, .spot-container--dark-secondary .spot-message--danger .dismiss .spot-icon,
.spot-container--dark-primary .spot-message--danger .spot-dismiss .spot-icon,
.spot-container--dark-secondary .spot-message--danger .spot-dismiss .spot-icon,
.spot-container--dark-primary .spot-message--danger .spot-icon,
.spot-container--dark-secondary .spot-message--danger .spot-icon,
.spot-container--dark-primary .spot-message--danger i,
.spot-container--dark-secondary .spot-message--danger i {
  fill: #25282E;
}
.spot-message--danger .spot-link {
  color: #ffffff;
  text-decoration: underline;
}
.spot-container--dark-primary .spot-message--danger .spot-link, .spot-container--dark-secondary .spot-message--danger .spot-link {
  color: #25282E;
}
.spot-message--danger .spot-button, .spot-message--danger .spot-button-group-toggle label, .spot-button-group-toggle .spot-message--danger label,
.spot-message--danger .spot-button-group-toggle--small label,
.spot-button-group-toggle--small .spot-message--danger label,
.spot-message--danger .spot-button-group-toggle--large label,
.spot-button-group-toggle--large .spot-message--danger label {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #D30E1F;
}
.spot-message--danger .spot-button:hover, .spot-message--danger .spot-button-group-toggle label:hover, .spot-button-group-toggle .spot-message--danger label:hover,
.spot-message--danger .spot-button-group-toggle--small label:hover,
.spot-button-group-toggle--small .spot-message--danger label:hover,
.spot-message--danger .spot-button-group-toggle--large label:hover,
.spot-button-group-toggle--large .spot-message--danger label:hover, .spot-message--danger .spot-button:focus, .spot-message--danger .spot-button-group-toggle label:focus, .spot-button-group-toggle .spot-message--danger label:focus,
.spot-message--danger .spot-button-group-toggle--small label:focus,
.spot-button-group-toggle--small .spot-message--danger label:focus,
.spot-message--danger .spot-button-group-toggle--large label:focus,
.spot-button-group-toggle--large .spot-message--danger label:focus, .spot-message--danger .spot-button:active, .spot-message--danger .spot-button-group-toggle label:active, .spot-button-group-toggle .spot-message--danger label:active,
.spot-message--danger .spot-button-group-toggle--small label:active,
.spot-button-group-toggle--small .spot-message--danger label:active,
.spot-message--danger .spot-button-group-toggle--large label:active,
.spot-button-group-toggle--large .spot-message--danger label:active {
  background-color: #FFF5F5;
}
.spot-message--info {
  background-color: #C5F0FF;
}
.spot-message--info, .spot-container--light-primary .spot-message--info, .spot-container--light-secondary .spot-message--info {
  background-color: #C5F0FF;
}
.spot-container--dark-primary .spot-message--info, .spot-container--dark-secondary .spot-message--info {
  background-color: #0E455B;
}
.spot-message--info .spot-link {
  color: #25282E;
  text-decoration: underline;
}
.spot-container--dark-primary .spot-message--info .spot-link, .spot-container--dark-secondary .spot-message--info .spot-link {
  color: #ffffff;
}
.spot-message--cookie {
  background-color: #E2E2E2;
}
.spot-message--cookie, .spot-container--light-primary .spot-message--cookie, .spot-container--light-secondary .spot-message--cookie {
  background-color: #E2E2E2;
}
.spot-container--dark-primary .spot-message--cookie, .spot-container--dark-secondary .spot-message--cookie {
  background-color: #31353D;
}
.toast-container--top-left,
.toast-container--top-right,
.toast-container--bottom-left,
.toast-container--bottom-right {
  width: 424px;
  position: fixed;
  z-index: 21000;
}
.toast-container--top-left,
.toast-container--top-right {
  top: 0;
}
.toast-container--bottom-left,
.toast-container--bottom-right {
  bottom: 0;
}
.toast-container--top-left,
.toast-container--bottom-left {
  left: 0;
}
.toast-container--top-right,
.toast-container--bottom-right {
  right: 0;
}
.spot-message--toast,
.spot-toast {
  margin: 32px;
  max-width: 360px;
  position: fixed;
  z-index: 1000;
}
.spot-message--toast.top-right, .spot-message--toast.bottom-right,
.spot-toast.top-right,
.spot-toast.bottom-right {
  right: 0;
}
.spot-message--toast.top-left, .spot-message--toast.bottom-left,
.spot-toast.top-left,
.spot-toast.bottom-left {
  left: 0;
}
.spot-message--toast.top-right, .spot-message--toast.top-center, .spot-message--toast.top-left, .spot-message--toast.top-full,
.spot-toast.top-right,
.spot-toast.top-center,
.spot-toast.top-left,
.spot-toast.top-full {
  top: 0;
}
.spot-message--toast.bottom-right, .spot-message--toast.bottom-center, .spot-message--toast.bottom-left, .spot-message--toast.bottom-full,
.spot-toast.bottom-right,
.spot-toast.bottom-center,
.spot-toast.bottom-left,
.spot-toast.bottom-full {
  bottom: 0;
}
.spot-message--toast.top-center, .spot-message--toast.bottom-center, .spot-message--toast.center-center,
.spot-toast.top-center,
.spot-toast.bottom-center,
.spot-toast.center-center {
  width: 400px !important;
}
.spot-message--toast.top-center, .spot-message--toast.bottom-center,
.spot-toast.top-center,
.spot-toast.bottom-center {
  left: calc(50vw - 400px / 2);
  margin: 32px 0 !important;
}
.spot-message--toast.top-full, .spot-message--toast.bottom-full,
.spot-toast.top-full,
.spot-toast.bottom-full {
  width: 100% !important;
  left: 0;
  margin: 0 !important;
  border-radius: 0;
}
.spot-message--toast.center-center,
.spot-toast.center-center {
  top: 35%;
  left: calc(50vw - 400px / 2);
  margin: 0 !important;
}
.spot-message--toast-visible,
.spot-toast-visible {
  position: relative;
}
.spot-tabs__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.spot-tabs__tab {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
}
.spot-tabs__link {
  line-height: 1.5;
}
.spot-tabs__link::before, .spot-tabs__link::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-tabs__link::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-tabs__link::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-tabs__link, .spot-container--light-primary .spot-tabs__link, .spot-container--light-secondary .spot-tabs__link {
  color: #25282E;
}
*[class*="--reverse"] .spot-tabs__link, *[class*="--reverse"] .spot-container--light-primary .spot-tabs__link, *[class*="--reverse"] .spot-container--light-secondary .spot-tabs__link {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-tabs__link, .spot-container--dark-secondary .spot-tabs__link {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-tabs__link, *[class*="--reverse"] .spot-container--dark-secondary .spot-tabs__link {
  color: #25282E;
}
.spot-tabs__link {
  background-color: transparent;
  border-width: 0;
  border-bottom: solid 3px transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  min-height: 40px;
  padding: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.spot-tabs__tab--hover .spot-tabs__link, .spot-container--light-primary .spot-tabs__tab--hover .spot-tabs__link, .spot-container--light-secondary .spot-tabs__tab--hover .spot-tabs__link, .spot-tabs__link:hover .spot-tabs__link, .spot-container--light-primary .spot-tabs__link:hover .spot-tabs__link, .spot-container--light-secondary .spot-tabs__link:hover .spot-tabs__link, .spot-tabs__link:hover, .spot-container--light-primary .spot-tabs__link:hover, .spot-container--light-secondary .spot-tabs__link:hover {
  color: #0969D9;
}
.spot-container--dark-primary .spot-tabs__tab--hover .spot-tabs__link, .spot-container--dark-secondary .spot-tabs__tab--hover .spot-tabs__link, .spot-container--dark-primary .spot-tabs__link:hover .spot-tabs__link, .spot-container--dark-secondary .spot-tabs__link:hover .spot-tabs__link, .spot-container--dark-primary .spot-tabs__link:hover, .spot-container--dark-secondary .spot-tabs__link:hover {
  color: #62B3F9;
}
.spot-tabs__tab--hover .spot-tabs__link, .spot-container--light-primary .spot-tabs__tab--hover .spot-tabs__link, .spot-container--light-secondary .spot-tabs__tab--hover .spot-tabs__link, .spot-tabs__link:hover .spot-tabs__link, .spot-container--light-primary .spot-tabs__link:hover .spot-tabs__link, .spot-container--light-secondary .spot-tabs__link:hover .spot-tabs__link, .spot-tabs__link:hover, .spot-container--light-primary .spot-tabs__link:hover, .spot-container--light-secondary .spot-tabs__link:hover {
  background-color: #E2F5FF;
}
.spot-container--dark-primary .spot-tabs__tab--hover .spot-tabs__link, .spot-container--dark-secondary .spot-tabs__tab--hover .spot-tabs__link, .spot-container--dark-primary .spot-tabs__link:hover .spot-tabs__link, .spot-container--dark-secondary .spot-tabs__link:hover .spot-tabs__link, .spot-container--dark-primary .spot-tabs__link:hover, .spot-container--dark-secondary .spot-tabs__link:hover {
  background-color: #224569;
}
.spot-tabs__link--large .spot-tabs__link {
  font-size: 18px;
  padding: 16px;
}
.spot-tabs__link--with-icon {
  align-items: center;
  display: flex;
  font-size: 0;
}
.spot-tabs__link--with-icon:before, .spot-tabs__link--with-icon:after {
  display: none;
}
.spot-tabs__link-text {
  line-height: 1.5;
}
.spot-tabs__link-text::before, .spot-tabs__link-text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-tabs__link-text::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-tabs__link-text::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-tabs__link-text {
  font-size: 15px;
}
.spot-tabs--large .spot-tabs__link-text {
  font-size: 18px;
}
.spot-tabs__link--active, .spot-container--light-primary .spot-tabs__link--active, .spot-container--light-secondary .spot-tabs__link--active, .spot-tabs__link--active:hover, .spot-container--light-primary .spot-tabs__link--active:hover, .spot-container--light-secondary .spot-tabs__link--active:hover {
  color: #25282E;
}
*[class*="--reverse"] .spot-tabs__link--active, *[class*="--reverse"] .spot-container--light-primary .spot-tabs__link--active, *[class*="--reverse"] .spot-container--light-secondary .spot-tabs__link--active, *[class*="--reverse"] .spot-tabs__link--active:hover, *[class*="--reverse"] .spot-container--light-primary .spot-tabs__link--active:hover, *[class*="--reverse"] .spot-container--light-secondary .spot-tabs__link--active:hover {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-tabs__link--active, .spot-container--dark-secondary .spot-tabs__link--active, .spot-container--dark-primary .spot-tabs__link--active:hover, .spot-container--dark-secondary .spot-tabs__link--active:hover {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-tabs__link--active, *[class*="--reverse"] .spot-container--dark-secondary .spot-tabs__link--active, *[class*="--reverse"] .spot-container--dark-primary .spot-tabs__link--active:hover, *[class*="--reverse"] .spot-container--dark-secondary .spot-tabs__link--active:hover {
  color: #25282E;
}
.spot-tabs__link--active, .spot-container--light-primary .spot-tabs__link--active, .spot-container--light-secondary .spot-tabs__link--active, .spot-tabs__link--active:hover, .spot-container--light-primary .spot-tabs__link--active:hover, .spot-container--light-secondary .spot-tabs__link--active:hover {
  color: #0969D9;
}
.spot-container--dark-primary .spot-tabs__link--active, .spot-container--dark-secondary .spot-tabs__link--active, .spot-container--dark-primary .spot-tabs__link--active:hover, .spot-container--dark-secondary .spot-tabs__link--active:hover {
  color: #62B3F9;
}
.spot-tabs__link--active, .spot-container--light-primary .spot-tabs__link--active, .spot-container--light-secondary .spot-tabs__link--active, .spot-tabs__link--active:hover, .spot-container--light-primary .spot-tabs__link--active:hover, .spot-container--light-secondary .spot-tabs__link--active:hover {
  border-bottom-color: #0969D9;
}
.spot-container--dark-primary .spot-tabs__link--active, .spot-container--dark-secondary .spot-tabs__link--active, .spot-container--dark-primary .spot-tabs__link--active:hover, .spot-container--dark-secondary .spot-tabs__link--active:hover {
  border-bottom-color: #62B3F9;
}
.spot-tabs__link--active, .spot-container--light-primary .spot-tabs__link--active, .spot-tabs__link--active:hover, .spot-container--light-primary .spot-tabs__link--active:hover {
  background-color: #F0F0F0;
}
.spot-container--light-secondary .spot-tabs__link--active, .spot-container--light-secondary .spot-tabs__link--active:hover {
  background-color: #E2E2E2;
}
.spot-container--dark-primary .spot-tabs__link--active, .spot-container--dark-primary .spot-tabs__link--active:hover {
  background-color: #25282E;
}
.spot-container--dark-secondary .spot-tabs__link--active, .spot-container--dark-secondary .spot-tabs__link--active:hover {
  background-color: #31353D;
}
.spot-tabs__content--hidden {
  display: none;
}
.spot-tabs__icon, .spot-container--light-primary .spot-tabs__icon, .spot-container--light-secondary .spot-tabs__icon {
  fill: #25282E;
}
*[class*="--reverse"] .spot-tabs__icon, *[class*="--reverse"] .spot-container--light-primary .spot-tabs__icon, *[class*="--reverse"] .spot-container--light-secondary .spot-tabs__icon {
  fill: #E2E2E2;
}
.spot-container--dark-primary .spot-tabs__icon, .spot-container--dark-secondary .spot-tabs__icon {
  fill: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-tabs__icon, *[class*="--reverse"] .spot-container--dark-secondary .spot-tabs__icon {
  fill: #25282E;
}
.spot-tabs__icon {
  height: 16px;
  margin: 0 8px 0 0;
  position: relative;
  width: 16px;
}
.spot-button--dropdown-toggle .spot-tabs__icon {
  margin-left: 4px;
  margin-right: 0;
}
.spot-tabs__tab--hover .spot-tabs__icon, .spot-container--light-primary .spot-tabs__tab--hover .spot-tabs__icon, .spot-container--light-secondary .spot-tabs__tab--hover .spot-tabs__icon, .spot-tabs__link:hover .spot-tabs__icon, .spot-container--light-primary .spot-tabs__link:hover .spot-tabs__icon, .spot-container--light-secondary .spot-tabs__link:hover .spot-tabs__icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-tabs__tab--hover .spot-tabs__icon, .spot-container--dark-secondary .spot-tabs__tab--hover .spot-tabs__icon, .spot-container--dark-primary .spot-tabs__link:hover .spot-tabs__icon, .spot-container--dark-secondary .spot-tabs__link:hover .spot-tabs__icon {
  fill: #62B3F9;
}
.spot-tabs--large .spot-tabs__icon {
  height: 20px;
  width: 20px;
}
.spot-tabs__link--active .spot-tabs__icon, .spot-container--light-primary .spot-tabs__link--active .spot-tabs__icon, .spot-container--light-secondary .spot-tabs__link--active .spot-tabs__icon, .spot-tabs__link--active:hover .spot-tabs__icon, .spot-container--light-primary .spot-tabs__link--active:hover .spot-tabs__icon, .spot-container--light-secondary .spot-tabs__link--active:hover .spot-tabs__icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-tabs__link--active .spot-tabs__icon, .spot-container--dark-secondary .spot-tabs__link--active .spot-tabs__icon, .spot-container--dark-primary .spot-tabs__link--active:hover .spot-tabs__icon, .spot-container--dark-secondary .spot-tabs__link--active:hover .spot-tabs__icon {
  fill: #62B3F9;
}
.spot-tabs--with-border .spot-tabs__list-wrap, .spot-container--light-primary .spot-tabs--with-border .spot-tabs__list-wrap {
  border-bottom: 1px solid #D0D1D0;
}
.spot-container--light-secondary .spot-tabs--with-border .spot-tabs__list-wrap {
  border-bottom: 1px solid #D0D1D0;
}
.spot-container--dark-primary .spot-tabs--with-border .spot-tabs__list-wrap {
  border-bottom: 1px solid #5D6066;
}
.spot-container--dark-secondary .spot-tabs--with-border .spot-tabs__list-wrap {
  border-bottom: 1px solid #5D6066;
}
.spot-tabs--fill .spot-tabs__tab {
  flex: 1 1 auto;
}
.spot-tabs--fill .spot-tabs__tab .spot-tabs__link {
  width: 100%;
  display: flex;
  justify-content: center;
}
.spot-tabs--icon-only.spot-tabs--responsive-forced .spot-tabs__link-text,
.spot-tabs--icon-only.spot-tabs--responsive .spot-tabs__link-text {
  overflow: hidden;
  width: 0;
}
.spot-tabs--icon-only.spot-tabs--responsive-forced .spot-tabs__icon,
.spot-tabs--icon-only.spot-tabs--responsive .spot-tabs__icon {
  margin-right: 0;
}
.spot-tabs--scrollable .spot-tabs__list {
  flex-wrap: nowrap;
}
.spot-container--dark-primary .spot-tabs--scrollable .spot-tabs__scroll-button, .spot-container--dark-secondary .spot-tabs--scrollable .spot-tabs__scroll-button {
  background-color: rgba(63, 67, 74, 0.9);
  border: solid 1px #717479;
}
.spot-container--dark-primary .spot-tabs--scrollable .spot-tabs__scroll-button:hover, .spot-container--dark-secondary .spot-tabs--scrollable .spot-tabs__scroll-button:hover {
  background-color: #0F1114;
}
.spot-tabs--scrollable .spot-tabs__scroll-button {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #BCBDBC;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 4px 8px;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: 6px;
  visibility: hidden;
  z-index: 100;
}
.spot-tabs--scrollable .spot-tabs__scroll-button:hover {
  background-color: #ffffff;
}
.spot-tabs--scrollable .spot-tabs__scroll-button:focus {
  outline: none;
}
.spot-container--dark-primary .spot-tabs--scrollable .spot-tabs__scroll-button-icon, .spot-container--dark-secondary .spot-tabs--scrollable .spot-tabs__scroll-button-icon {
  fill: #717479;
}
.spot-tabs--scrollable .spot-tabs__scroll-button-icon {
  fill: #5D6066;
  height: 16px;
  pointer-events: none;
  width: 16px;
}
.spot-tabs--scrollable .spot-tabs__scroll-button--next {
  right: 0;
}
.spot-tabs--scrollable .spot-tabs__list-wrap {
  overflow: hidden;
  position: relative;
}
.spot-tabs--scrollable.spot-tabs--responsive .spot-tabs__list {
  -ms-overflow-style: none;
  overflow-x: auto;
}
.spot-tabs--scrollable.spot-tabs--responsive .spot-tabs__list::-webkit-scrollbar {
  display: none;
}
.spot-tabs--scrollable.spot-tabs--responsive .spot-tabs__scroll-button {
  visibility: visible;
}
.spot-tabs--scrollable.spot-tabs--previous-scroll-hidden .spot-tabs__scroll-button--previous {
  visibility: hidden;
}
.spot-tabs--scrollable.spot-tabs--next-scroll-hidden .spot-tabs__scroll-button--next {
  visibility: hidden;
}
.spot-tabs--scrollable.spot-tabs--large .spot-tabs__scroll-button {
  padding: 8px 16px;
  padding-left: 4px;
  padding-right: 4px;
}
.spot-tabs--scrollable.spot-tabs--large .spot-tabs__list-wrap {
  height: 50px;
}
.spot-tabs--show-more .spot-tabs__list-wrap {
  overflow: visible;
}
.spot-tabs--show-more .spot-tabs__list-wrap .spot-dropdown {
  top: 40px;
  left: -200px;
  min-width: 200px;
}
.spot-data-table {
  border-collapse: collapse;
  color: #25282E;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 90%;
}
.spot-data-table, .spot-container--light-primary .spot-data-table, .spot-container--light-secondary .spot-data-table {
  color: #25282E;
}
.spot-container--dark-primary .spot-data-table, .spot-container--dark-secondary .spot-data-table {
  color: #E2E2E2;
}
.spot-data-table--center-aligned {
  text-align: center;
}
.spot-data-table--right-aligned {
  text-align: right;
}
.spot-data-table thead tr {
  font-weight: 700;
}
.spot-data-table--clickable tr:hover {
  background-color: #E2F5FF;
}
.spot-data-table--clickable tr:hover, .spot-container--light-primary .spot-data-table--clickable tr:hover {
  background-color: #E2F5FF;
}
.spot-container--light-secondary .spot-data-table--clickable tr:hover {
  background-color: #CDEDFF;
}
.spot-container--dark-primary .spot-data-table--clickable tr:hover {
  background-color: #224569;
}
.spot-container--dark-secondary .spot-data-table--clickable tr:hover {
  background-color: #284E76;
}
.spot-data-table__row--clicked {
  background-color: #F0F0F0;
}
.spot-data-table__row--clicked, .spot-container--light-primary .spot-data-table__row--clicked {
  background-color: #F0F0F0;
}
.spot-container--light-secondary .spot-data-table__row--clicked {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-data-table__row--clicked {
  background-color: #3F434A;
}
.spot-container--dark-secondary .spot-data-table__row--clicked {
  background-color: #31353D;
}
.spot-data-table th {
  padding: 8px 16px;
  border-bottom: 1px solid #A9AAAA;
}
.spot-data-table th, .spot-container--light-primary .spot-data-table th {
  border-bottom: 1px solid #A9AAAA;
}
.spot-container--light-secondary .spot-data-table th {
  border-bottom: 1px solid #A9AAAA;
}
.spot-container--dark-primary .spot-data-table th {
  border-bottom: 1px solid #A9AAAA;
}
.spot-container--dark-secondary .spot-data-table th {
  border-bottom: 1px solid #5D6066;
}
.spot-data-table--small-spacing th {
  padding: 4px 8px;
}
.spot-data-table--large-spacing th {
  padding: 16px 32px;
}
.spot-data-table td {
  border-bottom: 1px solid #D0D1D0;
  cursor: default;
  padding: 8px 16px;
}
.spot-data-table td, .spot-container--light-primary .spot-data-table td {
  border-bottom: 1px solid #D0D1D0;
}
.spot-container--light-secondary .spot-data-table td {
  border-bottom: 1px solid #D0D1D0;
}
.spot-container--dark-primary .spot-data-table td {
  border-bottom: 1px solid #5D6066;
}
.spot-container--dark-secondary .spot-data-table td {
  border-bottom: 1px solid #5D6066;
}
.spot-data-table--small-spacing td {
  padding: 4px 8px;
}
.spot-data-table--large-spacing td {
  padding: 16px 32px;
}
.spot-data-table--clickable td {
  cursor: pointer;
}
.spot-data-table__row--in-range {
  background-color: rgba(89, 183, 48, 0.08);
}
.spot-data-table__row--out-of-range {
  background-color: rgba(249, 66, 58, 0.08);
}
.spot-data-table--sortable th {
  cursor: pointer;
}
.spot-data-table--sortable th, .spot-container--light-primary .spot-data-table--sortable th {
  background-color: #ffffff;
}
.spot-container--light-secondary .spot-data-table--sortable th {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-data-table--sortable th {
  background-color: #31353D;
}
.spot-container--dark-secondary .spot-data-table--sortable th {
  background-color: #3F434A;
}
.spot-data-table--sortable th.spot-data-table__col--sort-disabled {
  cursor: not-allowed;
}
.spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover {
  color: #25282E;
}
.spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover, .spot-container--light-primary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover, .spot-container--light-secondary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover {
  color: #25282E;
}
.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover, .spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--sort-disabled:hover {
  color: #E2E2E2;
}
.spot-data-table--sortable th:hover {
  color: #0969D9;
}
.spot-data-table--sortable th:hover, .spot-container--light-primary .spot-data-table--sortable th:hover, .spot-container--light-secondary .spot-data-table--sortable th:hover {
  color: #0969D9;
}
.spot-container--dark-primary .spot-data-table--sortable th:hover, .spot-container--dark-secondary .spot-data-table--sortable th:hover {
  color: #62B3F9;
}
.spot-data-table--sortable th.spot-data-table__col--active {
  border-bottom: 2px solid #31353D;
  position: relative;
}
.spot-data-table--sortable th.spot-data-table__col--active, .spot-container--light-primary .spot-data-table--sortable th.spot-data-table__col--active, .spot-container--light-secondary .spot-data-table--sortable th.spot-data-table__col--active {
  border-bottom: 2px solid #31353D;
}
.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--active, .spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--active {
  border-bottom: 2px solid #BCBDBC;
}
.spot-data-table--sortable th.spot-data-table__col--active:hover {
  border-color: #0969D9;
}
.spot-data-table--sortable th.spot-data-table__col--active:hover, .spot-container--light-primary .spot-data-table--sortable th.spot-data-table__col--active:hover, .spot-container--light-secondary .spot-data-table--sortable th.spot-data-table__col--active:hover {
  border-color: #0969D9;
}
.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--active:hover, .spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--active:hover {
  border-color: #62B3F9;
}
.spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-ascending:after {
  border-color: #25282E;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 4px;
  content: "";
  height: 12px;
  position: absolute;
  right: 8px;
  transform: rotate(-135deg);
  width: 12px;
}
.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-ascending:after, .spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-ascending:after {
  border-color: #BCBDBC;
}
.spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-descending:after {
  border-color: #25282E;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 12px;
  content: "";
  height: 12px;
  position: absolute;
  right: 8px;
  transform: rotate(45deg);
  width: 12px;
}
.spot-container--dark-primary .spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-descending:after, .spot-container--dark-secondary .spot-data-table--sortable th.spot-data-table__col--active.spot-data-table__col--sort-descending:after {
  border-color: #BCBDBC;
}
.spot-modal__content-scroll-shadow-mask, .spot-container--light-primary .spot-modal__content-scroll-shadow-mask, .spot-container--light-secondary .spot-modal__content-scroll-shadow-mask {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 12px);
}
.spot-container--dark-primary .spot-modal__content-scroll-shadow-mask, .spot-container--dark-secondary .spot-modal__content-scroll-shadow-mask {
  background: linear-gradient(to bottom, rgba(49, 53, 61, 0), #31353D 12px);
}
.spot-modal__content-scroll-shadow-mask {
  height: 18px;
  margin-top: -18px;
  position: relative;
  z-index: 5;
}
.spot-modal__content-scroll-shadow-mask--top, .spot-container--light-primary .spot-modal__content-scroll-shadow-mask--top, .spot-container--light-secondary .spot-modal__content-scroll-shadow-mask--top {
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff 12px);
}
.spot-container--dark-primary .spot-modal__content-scroll-shadow-mask--top, .spot-container--dark-secondary .spot-modal__content-scroll-shadow-mask--top {
  background: linear-gradient(to top, rgba(49, 53, 61, 0), #31353D 12px);
}
.spot-modal__content-scroll-shadow-mask--top {
  margin-bottom: -18px;
  margin-top: 0;
}
.spot-modal, .spot-container--light-primary .spot-modal, .spot-container--light-secondary .spot-modal {
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 #717479;
  color: #25282E;
}
.spot-container--dark-primary .spot-modal, .spot-container--dark-secondary .spot-modal {
  background-color: #31353D;
  box-shadow: 0 0 3px 0 #0F1114;
  color: #E2E2E2;
}
.spot-modal {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  max-height: 90vh;
  max-width: 560px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 90%;
  z-index: 0;
}
.spot-modal__overlay, .spot-container--light-primary .spot-modal__overlay, .spot-container--light-secondary .spot-modal__overlay {
  background: rgba(63, 67, 74, 0.6);
}
.spot-container--dark-primary .spot-modal__overlay, .spot-container--dark-secondary .spot-modal__overlay {
  background: rgba(93, 96, 102, 0.6);
}
.spot-modal__overlay {
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 800;
}
.spot-modal__overlay--disable {
  content: "";
}
.spot-modal__overlay--visible {
  display: flex;
}
.spot-modal--visible-inline.spot-modal__overlay {
  background: transparent;
  display: block;
  height: auto;
  position: static;
}
.spot-modal__header-cancel-button {
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
}
.spot-modal__header-cancel-button-icon, .spot-container--light-primary .spot-modal__header-cancel-button-icon, .spot-container--light-secondary .spot-modal__header-cancel-button-icon {
  fill: #9A9B9C;
}
.spot-modal__header-cancel-button:hover .spot-modal__header-cancel-button-icon, .spot-modal__header-cancel-button:hover .spot-container--light-primary .spot-modal__header-cancel-button-icon, .spot-modal__header-cancel-button:hover .spot-container--light-secondary .spot-modal__header-cancel-button-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-modal__header-cancel-button-icon, .spot-container--dark-secondary .spot-modal__header-cancel-button-icon {
  fill: #9A9B9C;
}
.spot-modal__header-cancel-button:hover .spot-container--dark-primary .spot-modal__header-cancel-button-icon, .spot-modal__header-cancel-button:hover .spot-container--dark-secondary .spot-modal__header-cancel-button-icon {
  fill: #62B3F9;
}
.spot-modal__header-cancel-button-icon {
  display: block;
  height: 20px;
  width: 20px;
}
.spot-modal__header {
  display: flex;
  flex-shrink: 0;
  padding: 24px 32px;
  position: relative;
}
.spot-modal__header:after, .spot-container--light-primary .spot-modal__header:after, .spot-container--light-secondary .spot-modal__header:after {
  background: linear-gradient(to bottom, rgba(154, 155, 156, 0.6), rgba(154, 155, 156, 0) 100%);
}
.spot-container--dark-primary .spot-modal__header:after, .spot-container--dark-secondary .spot-modal__header:after {
  background: linear-gradient(to bottom, rgba(49, 53, 61, 0.6), rgba(49, 53, 61, 0) 100%);
}
.spot-modal__header:after {
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}
.spot-modal__title {
  line-height: 1.5;
}
.spot-modal__title::before, .spot-modal__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-modal__title::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-modal__title::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-modal__title, .spot-container--light-primary .spot-modal__title, .spot-container--light-secondary .spot-modal__title {
  color: #25282E;
}
*[class*="--reverse"] .spot-modal__title, *[class*="--reverse"] .spot-container--light-primary .spot-modal__title, *[class*="--reverse"] .spot-container--light-secondary .spot-modal__title {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-modal__title, .spot-container--dark-secondary .spot-modal__title {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-modal__title, *[class*="--reverse"] .spot-container--dark-secondary .spot-modal__title {
  color: #25282E;
}
.spot-modal__title {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-modal__title {
  font-family: var(--font-family-sans-serif-secondary);
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}
.spot-modal__title {
  padding-right: 8px;
}
.spot-modal__secondary-title ~ .spot-modal__title {
  margin-top: 8px;
}
.spot-modal__secondary-title {
  line-height: 1.5;
}
.spot-modal__secondary-title::before, .spot-modal__secondary-title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-modal__secondary-title::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-modal__secondary-title::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-modal__secondary-title, .spot-container--light-primary .spot-modal__secondary-title, .spot-container--light-secondary .spot-modal__secondary-title {
  color: #25282E;
}
*[class*="--reverse"] .spot-modal__secondary-title, *[class*="--reverse"] .spot-container--light-primary .spot-modal__secondary-title, *[class*="--reverse"] .spot-container--light-secondary .spot-modal__secondary-title {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-modal__secondary-title, .spot-container--dark-secondary .spot-modal__secondary-title {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-modal__secondary-title, *[class*="--reverse"] .spot-container--dark-secondary .spot-modal__secondary-title {
  color: #25282E;
}
.spot-modal__secondary-title {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-modal__secondary-title {
  font-weight: 700;
}
.spot-modal__copy {
  padding: 16px 32px;
  position: relative;
}
.spot-modal__content {
  overflow-y: auto;
  position: relative;
}
.spot-modal__footer-cancel-button {
  line-height: 1.5;
}
.spot-modal__footer-cancel-button::before, .spot-modal__footer-cancel-button::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-modal__footer-cancel-button::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-modal__footer-cancel-button::after {
  margin-top: calc(-0.3611111111em + 0px);
}
.spot-modal__footer-cancel-button, .spot-container--light-primary .spot-modal__footer-cancel-button, .spot-container--light-secondary .spot-modal__footer-cancel-button {
  color: #0969D9;
}
.spot-container--dark-primary .spot-modal__footer-cancel-button, .spot-container--dark-secondary .spot-modal__footer-cancel-button {
  color: #62B3F9;
}
.spot-modal__footer-cancel-button {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  margin: 0 0 16px 0;
  padding: 16px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 460px) {
  .spot-modal__footer-cancel-button {
    margin: 0 auto 0 0;
    width: auto;
  }
}
.spot-modal__footer, .spot-container--light-primary .spot-modal__footer, .spot-container--light-secondary .spot-modal__footer {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-modal__footer, .spot-container--dark-secondary .spot-modal__footer {
  background-color: #3F434A;
}
.spot-modal__footer {
  align-items: center;
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: auto;
  padding: 24px 32px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 460px) {
  .spot-modal__footer {
    flex-wrap: nowrap;
  }
}
.spot-modal__footer .spot-button, .spot-modal__footer .spot-button-group-toggle label, .spot-button-group-toggle .spot-modal__footer label,
.spot-modal__footer .spot-button-group-toggle--small label,
.spot-button-group-toggle--small .spot-modal__footer label,
.spot-modal__footer .spot-button-group-toggle--large label,
.spot-button-group-toggle--large .spot-modal__footer label {
  margin: 0 0 16px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 460px) {
  .spot-modal__footer .spot-button, .spot-modal__footer .spot-button-group-toggle label, .spot-button-group-toggle .spot-modal__footer label,
  .spot-modal__footer .spot-button-group-toggle--small label,
  .spot-button-group-toggle--small .spot-modal__footer label,
  .spot-modal__footer .spot-button-group-toggle--large label,
  .spot-button-group-toggle--large .spot-modal__footer label {
    margin: 0 0 0 16px;
    width: auto;
    word-wrap: break-word;
  }
}
.spot-modal__footer:before, .spot-container--light-primary .spot-modal__footer:before, .spot-container--light-secondary .spot-modal__footer:before {
  background: linear-gradient(to top, rgba(154, 155, 156, 0.6), rgba(154, 155, 156, 0) 100%);
}
.spot-container--dark-primary .spot-modal__footer:before, .spot-container--dark-secondary .spot-modal__footer:before {
  background: linear-gradient(to top, rgba(49, 53, 61, 0.6), rgba(49, 53, 61, 0) 100%);
}
.spot-modal__footer:before {
  bottom: 100%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
[class*=spot-modal--multistep-step-] {
  display: none;
}
.spot-modal--multistep-visible {
  display: block;
}
.spot-modal-open {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.spot-search-bar {
  display: flex;
  border-radius: 50px;
}
.spot-search-bar .spot-search-bar__input {
  background-color: #F0F0F0;
  border-color: transparent;
  border-radius: 50px 0 0 50px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  flex: 1;
}
.spot-container--light-secondary .spot-search-bar .spot-search-bar__input {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-search-bar .spot-search-bar__input {
  background-color: #3F434A;
}
.spot-container--dark-secondary .spot-search-bar .spot-search-bar__input {
  background-color: #31353D;
}
.spot-card--primary .spot-search-bar .spot-search-bar__input, .spot-container--light-primary .spot-card--primary .spot-search-bar .spot-search-bar__input {
  background-color: #F0F0F0;
}
.spot-container--light-secondary .spot-card--primary .spot-search-bar .spot-search-bar__input {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-card--primary .spot-search-bar .spot-search-bar__input {
  background-color: #3F434A;
}
.spot-container--dark-secondary .spot-card--primary .spot-search-bar .spot-search-bar__input {
  background-color: #3F434A;
}
.spot-card--secondary .spot-search-bar .spot-search-bar__input, .spot-container--light-primary .spot-card--secondary .spot-search-bar .spot-search-bar__input {
  background-color: #ffffff;
}
.spot-container--light-secondary .spot-card--secondary .spot-search-bar .spot-search-bar__input {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-card--secondary .spot-search-bar .spot-search-bar__input {
  background-color: #31353D;
}
.spot-container--dark-secondary .spot-card--secondary .spot-search-bar .spot-search-bar__input {
  background-color: #31353D;
}
.spot-search-bar:has(> :hover), .spot-search-bar--hover {
  box-shadow: 0 0 0 2px #BCBDBC;
}
.spot-container--dark-primary .spot-search-bar:has(> :hover), .spot-container--dark-secondary .spot-search-bar:has(> :hover), .spot-container--dark-primary .spot-search-bar--hover, .spot-container--dark-secondary .spot-search-bar--hover {
  box-shadow: 0 0 0 2px #86898D;
}
.spot-search-bar:has(> :focus), .spot-container--light-primary .spot-search-bar:has(> :focus), .spot-container--light-secondary .spot-search-bar:has(> :focus), .spot-search-bar--focus, .spot-container--light-primary .spot-search-bar--focus, .spot-container--light-secondary .spot-search-bar--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-container--dark-primary .spot-search-bar:has(> :focus), .spot-container--dark-secondary .spot-search-bar:has(> :focus), .spot-container--dark-primary .spot-search-bar--focus, .spot-container--dark-secondary .spot-search-bar--focus {
  box-shadow: 0 0 0 3px #3E9AF5;
}
.spot-search-bar:has(> :focus), .spot-search-bar--focus {
  border-color: transparent;
  outline: none;
}
.spot-search-bar--error {
  box-shadow: 0 0 0 2px #D30E1F;
}
.spot-search-bar--error, .spot-container--light-primary .spot-search-bar--error, .spot-container--light-secondary .spot-search-bar--error {
  box-shadow: 0 0 0 2px #D30E1F;
}
.spot-container--dark-primary .spot-search-bar--error, .spot-container--dark-secondary .spot-search-bar--error {
  box-shadow: 0 0 0 2px #F5767D;
}
.spot-search-bar--error:hover, .spot-search-bar--error:has(> :hover), .spot-search-bar--error--hover {
  box-shadow: 0 0 0 2px #D30E1F;
}
.spot-search-bar--error:hover, .spot-container--light-primary .spot-search-bar--error:hover, .spot-container--light-secondary .spot-search-bar--error:hover, .spot-search-bar--error:has(> :hover), .spot-container--light-primary .spot-search-bar--error:has(> :hover), .spot-container--light-secondary .spot-search-bar--error:has(> :hover), .spot-search-bar--error--hover, .spot-container--light-primary .spot-search-bar--error--hover, .spot-container--light-secondary .spot-search-bar--error--hover {
  box-shadow: 0 0 0 2px #D30E1F;
}
.spot-container--dark-primary .spot-search-bar--error:hover, .spot-container--dark-secondary .spot-search-bar--error:hover, .spot-container--dark-primary .spot-search-bar--error:has(> :hover), .spot-container--dark-secondary .spot-search-bar--error:has(> :hover), .spot-container--dark-primary .spot-search-bar--error--hover, .spot-container--dark-secondary .spot-search-bar--error--hover {
  box-shadow: 0 0 0 2px #F5767D;
}
.spot-search-bar--error:hover .spot-search-bar__input,
.spot-search-bar--error:hover .spot-search-bar__input:focus,
.spot-search-bar--error:hover .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-search-bar--error:hover .spot-search-bar__search-button, .spot-search-bar--error:has(> :hover) .spot-search-bar__input,
.spot-search-bar--error:has(> :hover) .spot-search-bar__input:focus,
.spot-search-bar--error:has(> :hover) .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-search-bar--error:has(> :hover) .spot-search-bar__search-button, .spot-search-bar--error--hover .spot-search-bar__input,
.spot-search-bar--error--hover .spot-search-bar__input:focus,
.spot-search-bar--error--hover .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-search-bar--error--hover .spot-search-bar__search-button {
  border-color: transparent;
  box-shadow: none;
}
.spot-search-bar--error:hover .spot-search-bar__date-button,
.spot-search-bar--error:hover .spot-search-bar__input:focus ~ .spot-search-bar__date-button, .spot-search-bar--error:has(> :hover) .spot-search-bar__date-button,
.spot-search-bar--error:has(> :hover) .spot-search-bar__input:focus ~ .spot-search-bar__date-button, .spot-search-bar--error--hover .spot-search-bar__date-button,
.spot-search-bar--error--hover .spot-search-bar__input:focus ~ .spot-search-bar__date-button {
  border-color: transparent;
  box-shadow: none;
}
.spot-search-bar--error:has(> :focus), .spot-search-bar--error:focus, .spot-search-bar--error--focus {
  box-shadow: 0 0 0 3px #D30E1F;
}
.spot-search-bar--error:has(> :focus), .spot-container--light-primary .spot-search-bar--error:has(> :focus), .spot-container--light-secondary .spot-search-bar--error:has(> :focus), .spot-search-bar--error:focus, .spot-container--light-primary .spot-search-bar--error:focus, .spot-container--light-secondary .spot-search-bar--error:focus, .spot-search-bar--error--focus, .spot-container--light-primary .spot-search-bar--error--focus, .spot-container--light-secondary .spot-search-bar--error--focus {
  box-shadow: 0 0 0 3px #D30E1F;
}
.spot-container--dark-primary .spot-search-bar--error:has(> :focus), .spot-container--dark-secondary .spot-search-bar--error:has(> :focus), .spot-container--dark-primary .spot-search-bar--error:focus, .spot-container--dark-secondary .spot-search-bar--error:focus, .spot-container--dark-primary .spot-search-bar--error--focus, .spot-container--dark-secondary .spot-search-bar--error--focus {
  box-shadow: 0 0 0 3px #F5767D;
}
.spot-search-bar--error:has(> :focus) .spot-search-bar__input,
.spot-search-bar--error:has(> :focus) .spot-search-bar__input:focus,
.spot-search-bar--error:has(> :focus) .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-search-bar--error:has(> :focus) .spot-search-bar__search-button, .spot-search-bar--error:focus .spot-search-bar__input,
.spot-search-bar--error:focus .spot-search-bar__input:focus,
.spot-search-bar--error:focus .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-search-bar--error:focus .spot-search-bar__search-button, .spot-search-bar--error--focus .spot-search-bar__input,
.spot-search-bar--error--focus .spot-search-bar__input:focus,
.spot-search-bar--error--focus .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-search-bar--error--focus .spot-search-bar__search-button {
  border-color: transparent;
  box-shadow: none;
}
.spot-search-bar--error:has(> :focus) .spot-search-bar__date-button,
.spot-search-bar--error:has(> :focus) .spot-search-bar__input:focus ~ .spot-search-bar__date-button, .spot-search-bar--error:focus .spot-search-bar__date-button,
.spot-search-bar--error:focus .spot-search-bar__input:focus ~ .spot-search-bar__date-button, .spot-search-bar--error--focus .spot-search-bar__date-button,
.spot-search-bar--error--focus .spot-search-bar__input:focus ~ .spot-search-bar__date-button {
  border-color: transparent;
  box-shadow: none;
}
.spot-search-bar__input,
.spot-search-bar__date-button,
.spot-search-bar__search-button {
  margin: 0;
}
.spot-search-bar--small .spot-search-bar__input,
.spot-search-bar--small .spot-search-bar__date-button,
.spot-search-bar--small .spot-search-bar__search-button {
  height: 35px;
}
.spot-search-bar__date-button,
.spot-search-bar__search-button {
  line-height: 1.5;
}
.spot-search-bar__date-button::before, .spot-search-bar__date-button::after,
.spot-search-bar__search-button::before,
.spot-search-bar__search-button::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spot-search-bar__date-button::before,
.spot-search-bar__search-button::before {
  margin-bottom: calc(-0.3611111111em + 0px);
}
.spot-search-bar__date-button::after,
.spot-search-bar__search-button::after {
  margin-top: calc(-0.3611111111em + 2px);
}
.spot-search-bar__date-button,
.spot-search-bar__search-button {
  border-style: solid;
  border-color: transparent;
}
.spot-search-bar__date-button .spot-icon, .spot-container--light-primary .spot-search-bar__date-button .spot-icon, .spot-container--light-secondary .spot-search-bar__date-button .spot-icon,
.spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-container--light-primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-container--light-secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-search-bar__search-button .spot-icon,
.spot-container--light-primary .spot-search-bar__search-button .spot-icon,
.spot-container--light-secondary .spot-search-bar__search-button .spot-icon,
.spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-container--light-primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-container--light-secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon {
  fill: #0969D9;
}
.spot-search-bar__date-button, .spot-container--light-primary .spot-search-bar__date-button,
.spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--light-primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-search-bar__search-button,
.spot-container--light-primary .spot-search-bar__search-button,
.spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--light-primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #F0F0F0;
}
.spot-container--light-secondary .spot-search-bar__date-button,
.spot-container--light-secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--light-secondary .spot-search-bar__search-button,
.spot-container--light-secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #ffffff;
}
.spot-card--primary .spot-search-bar__date-button, .spot-container--light-primary .spot-card--primary .spot-search-bar__date-button,
.spot-card--primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--light-primary .spot-card--primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-card--primary .spot-search-bar__search-button,
.spot-container--light-primary .spot-card--primary .spot-search-bar__search-button,
.spot-card--primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--light-primary .spot-card--primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #F0F0F0;
}
.spot-container--light-secondary .spot-card--primary .spot-search-bar__date-button,
.spot-container--light-secondary .spot-card--primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--light-secondary .spot-card--primary .spot-search-bar__search-button,
.spot-container--light-secondary .spot-card--primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #F0F0F0;
}
.spot-container--dark-primary .spot-card--primary .spot-search-bar__date-button,
.spot-container--dark-primary .spot-card--primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--dark-primary .spot-card--primary .spot-search-bar__search-button,
.spot-container--dark-primary .spot-card--primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #3F434A;
}
.spot-container--dark-secondary .spot-card--primary .spot-search-bar__date-button,
.spot-container--dark-secondary .spot-card--primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--dark-secondary .spot-card--primary .spot-search-bar__search-button,
.spot-container--dark-secondary .spot-card--primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #3F434A;
}
.spot-card--secondary .spot-search-bar__date-button, .spot-container--light-primary .spot-card--secondary .spot-search-bar__date-button,
.spot-card--secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--light-primary .spot-card--secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-card--secondary .spot-search-bar__search-button,
.spot-container--light-primary .spot-card--secondary .spot-search-bar__search-button,
.spot-card--secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--light-primary .spot-card--secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #ffffff;
}
.spot-container--light-secondary .spot-card--secondary .spot-search-bar__date-button,
.spot-container--light-secondary .spot-card--secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--light-secondary .spot-card--secondary .spot-search-bar__search-button,
.spot-container--light-secondary .spot-card--secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #ffffff;
}
.spot-container--dark-primary .spot-card--secondary .spot-search-bar__date-button,
.spot-container--dark-primary .spot-card--secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--dark-primary .spot-card--secondary .spot-search-bar__search-button,
.spot-container--dark-primary .spot-card--secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #31353D;
}
.spot-container--dark-secondary .spot-card--secondary .spot-search-bar__date-button,
.spot-container--dark-secondary .spot-card--secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--dark-secondary .spot-card--secondary .spot-search-bar__search-button,
.spot-container--dark-secondary .spot-card--secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #31353D;
}
.spot-container--dark-primary .spot-search-bar__date-button .spot-icon, .spot-container--dark-secondary .spot-search-bar__date-button .spot-icon,
.spot-container--dark-primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-container--dark-secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-container--dark-primary .spot-search-bar__search-button .spot-icon,
.spot-container--dark-secondary .spot-search-bar__search-button .spot-icon,
.spot-container--dark-primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-container--dark-secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon {
  fill: #62B3F9;
}
.spot-container--dark-primary .spot-search-bar__date-button,
.spot-container--dark-primary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--dark-primary .spot-search-bar__search-button,
.spot-container--dark-primary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #3F434A;
}
.spot-container--dark-secondary .spot-search-bar__date-button,
.spot-container--dark-secondary .spot-search-bar__date-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-container--dark-secondary .spot-search-bar__search-button,
.spot-container--dark-secondary .spot-search-bar__search-button .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button {
  background-color: #31353D;
}
.spot-search-bar__date-button,
.spot-search-bar__search-button {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  flex: none;
  font-size: 15px;
  height: 40px;
  outline: none;
  padding: 12px 16px;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.spot-search-bar--small .spot-search-bar__date-button,
.spot-search-bar--small .spot-search-bar__search-button {
  padding: 8px 16px;
}
.spot-search-bar__date-button .spot-icon,
.spot-search-bar__search-button .spot-icon {
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.spot-search-bar__date-button, .spot-container--light-primary .spot-search-bar__date-button, .spot-container--light-secondary .spot-search-bar__date-button {
  color: #0969D9;
}
.spot-container--dark-primary .spot-search-bar__date-button, .spot-container--dark-secondary .spot-search-bar__date-button {
  color: #62B3F9;
}
.spot-search-bar__date-button {
  border-width: 1px 0;
}
.spot-search-bar__date-button .spot-search-bar__date-button__text {
  vertical-align: middle;
  white-space: normal;
}
.spot-search-bar__date-button .spot-icon {
  margin: 0 0 0 4px;
}
.spot-search-bar__search-button {
  border-color: transparent;
  border-radius: 0 50px 50px 0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  font-family: var(--font-family-sans-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  padding-right: 18px;
}
.spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon, .spot-container--light-primary .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon, .spot-container--light-secondary .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon, .spot-container--dark-secondary .spot-search-bar--error .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon {
  fill: #62B3F9;
}
.spot-search-bar__date-button:focus,
.spot-search-bar__search-button:focus {
  box-shadow: none;
  outline: none;
}
.spot-search-bar:hover .spot-search-bar__input,
.spot-search-bar:hover .spot-search-bar__date-button,
.spot-search-bar:hover .spot-search-bar__search-button,
.spot-search-bar--hover .spot-search-bar__input,
.spot-search-bar--hover .spot-search-bar__date-button,
.spot-search-bar--hover .spot-search-bar__search-button {
  border-color: transparent;
}
.spot-search-bar__input:focus,
.spot-search-bar:hover .spot-search-bar__input:focus,
.spot-search-bar--focus .spot-search-bar__input {
  border-right-width: 0px;
}
.spot-search-bar__input:focus ~ .spot-search-bar__date-button,
.spot-search-bar--focus .spot-search-bar__date-button {
  border-width: 1px 0px;
}
.spot-search-bar__input:focus ~ .spot-search-bar__date-button, .spot-container--light-primary .spot-search-bar__input:focus ~ .spot-search-bar__date-button, .spot-container--light-secondary .spot-search-bar__input:focus ~ .spot-search-bar__date-button,
.spot-search-bar--focus .spot-search-bar__date-button,
.spot-container--light-primary .spot-search-bar--focus .spot-search-bar__date-button,
.spot-container--light-secondary .spot-search-bar--focus .spot-search-bar__date-button {
  box-shadow: none;
}
.spot-search-bar__input:focus ~ .spot-search-bar__date-button .spot-icon, .spot-container--light-primary .spot-search-bar__input:focus ~ .spot-search-bar__date-button .spot-icon, .spot-container--light-secondary .spot-search-bar__input:focus ~ .spot-search-bar__date-button .spot-icon,
.spot-search-bar--focus .spot-search-bar__date-button .spot-icon,
.spot-container--light-primary .spot-search-bar--focus .spot-search-bar__date-button .spot-icon,
.spot-container--light-secondary .spot-search-bar--focus .spot-search-bar__date-button .spot-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-search-bar__input:focus ~ .spot-search-bar__date-button, .spot-container--dark-secondary .spot-search-bar__input:focus ~ .spot-search-bar__date-button,
.spot-container--dark-primary .spot-search-bar--focus .spot-search-bar__date-button,
.spot-container--dark-secondary .spot-search-bar--focus .spot-search-bar__date-button {
  box-shadow: none;
}
.spot-container--dark-primary .spot-search-bar__input:focus ~ .spot-search-bar__date-button .spot-icon, .spot-container--dark-secondary .spot-search-bar__input:focus ~ .spot-search-bar__date-button .spot-icon,
.spot-container--dark-primary .spot-search-bar--focus .spot-search-bar__date-button .spot-icon,
.spot-container--dark-secondary .spot-search-bar--focus .spot-search-bar__date-button .spot-icon {
  fill: #62B3F9;
}
.spot-search-bar__input:focus ~ .spot-search-bar__search-button,
.spot-search-bar--focus .spot-search-bar__search-button {
  border-left-width: 0px;
}
.spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon, .spot-container--light-primary .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon, .spot-container--light-secondary .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-search-bar--focus .spot-search-bar__search-button .spot-icon,
.spot-container--light-primary .spot-search-bar--focus .spot-search-bar__search-button .spot-icon,
.spot-container--light-secondary .spot-search-bar--focus .spot-search-bar__search-button .spot-icon {
  fill: #0969D9;
}
.spot-container--dark-primary .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon, .spot-container--dark-secondary .spot-search-bar__input:focus ~ .spot-search-bar__search-button .spot-icon,
.spot-container--dark-primary .spot-search-bar--focus .spot-search-bar__search-button .spot-icon,
.spot-container--dark-secondary .spot-search-bar--focus .spot-search-bar__search-button .spot-icon {
  fill: #62B3F9;
}
:root {
  --font-family-sans-serif: "Roboto", "Helvetica Neue", Arial, sans-serif;
  --font-family-sans-serif-secondary: "Sora", "Helvetica Neue", Arial, sans-serif;
  --font-family-code: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
:root[lang=kr-KR],
:root --font-family-sans-serif-korean {
  --font-family-sans-serif: "Noto Sans KR", sans-serif;
  --font-family-sans-serif-secondary: "Noto Sans KR", sans-serif;
}
:root[lang=ja-JP],
:root --font-family-sans-serif-japanese {
  --font-family-sans-serif: "Noto Sans JP", sans-serif;
  --font-family-sans-serif-secondary: "Noto Sans JP", sans-serif;
}
*, *:before, *:after {
  box-sizing: border-box;
}
* *, * *:before, * *:after {
  box-sizing: inherit;
}
body {
  font-family: var(--font-family-sans-serif);
  line-height: 1.5;
}
.spot-typography__heading--level-1, .spot-container--light-primary .spot-typography__heading--level-1, .spot-container--light-secondary .spot-typography__heading--level-1 {
  color: #25282E;
}
*[class*="--reverse"] .spot-typography__heading--level-1, *[class*="--reverse"] .spot-container--light-primary .spot-typography__heading--level-1, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__heading--level-1 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-typography__heading--level-1, .spot-container--dark-secondary .spot-typography__heading--level-1 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__heading--level-1, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__heading--level-1 {
  color: #25282E;
}
.spot-typography__heading--level-1 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-typography__heading--level-1 {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
}
.spot-typography__heading--level-1 {
  font-size: 42px;
  line-height: 57px;
}
.spot-typography__heading--level-2, .spot-container--light-primary .spot-typography__heading--level-2, .spot-container--light-secondary .spot-typography__heading--level-2 {
  color: #25282E;
}
*[class*="--reverse"] .spot-typography__heading--level-2, *[class*="--reverse"] .spot-container--light-primary .spot-typography__heading--level-2, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__heading--level-2 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-typography__heading--level-2, .spot-container--dark-secondary .spot-typography__heading--level-2 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__heading--level-2, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__heading--level-2 {
  color: #25282E;
}
.spot-typography__heading--level-2 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-typography__heading--level-2 {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
}
.spot-typography__heading--level-2 {
  font-size: 34px;
  line-height: 46px;
}
.spot-typography__heading--level-3, .spot-container--light-primary .spot-typography__heading--level-3, .spot-container--light-secondary .spot-typography__heading--level-3 {
  color: #25282E;
}
*[class*="--reverse"] .spot-typography__heading--level-3, *[class*="--reverse"] .spot-container--light-primary .spot-typography__heading--level-3, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__heading--level-3 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-typography__heading--level-3, .spot-container--dark-secondary .spot-typography__heading--level-3 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__heading--level-3, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__heading--level-3 {
  color: #25282E;
}
.spot-typography__heading--level-3 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-typography__heading--level-3 {
  font-family: var(--font-family-sans-serif-secondary);
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}
.spot-typography__heading--level-4, .spot-container--light-primary .spot-typography__heading--level-4, .spot-container--light-secondary .spot-typography__heading--level-4 {
  color: #25282E;
}
*[class*="--reverse"] .spot-typography__heading--level-4, *[class*="--reverse"] .spot-container--light-primary .spot-typography__heading--level-4, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__heading--level-4 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-typography__heading--level-4, .spot-container--dark-secondary .spot-typography__heading--level-4 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__heading--level-4, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__heading--level-4 {
  color: #25282E;
}
.spot-typography__heading--level-4 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-typography__heading--level-4 {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
}
.spot-typography__heading--level-4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.spot-typography__heading--level-5, .spot-container--light-primary .spot-typography__heading--level-5, .spot-container--light-secondary .spot-typography__heading--level-5 {
  color: #25282E;
}
*[class*="--reverse"] .spot-typography__heading--level-5, *[class*="--reverse"] .spot-container--light-primary .spot-typography__heading--level-5, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__heading--level-5 {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-typography__heading--level-5, .spot-container--dark-secondary .spot-typography__heading--level-5 {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__heading--level-5, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__heading--level-5 {
  color: #25282E;
}
.spot-typography__heading--level-5 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-typography__heading--level-5 {
  font-family: var(--font-family-sans-serif-secondary);
  font-weight: 300;
}
.spot-typography__heading--level-5 {
  font-size: 18px;
  font-weight: 400;
}
.spot-typography__text--body, .spot-container--light-primary .spot-typography__text--body, .spot-container--light-secondary .spot-typography__text--body {
  color: #25282E;
}
*[class*="--reverse"] .spot-typography__text--body, *[class*="--reverse"] .spot-container--light-primary .spot-typography__text--body, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__text--body {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-typography__text--body, .spot-container--dark-secondary .spot-typography__text--body {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__text--body, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__text--body {
  color: #25282E;
}
.spot-typography__text--body {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-typography__text--secondary, .spot-container--light-primary .spot-typography__text--secondary, .spot-container--light-secondary .spot-typography__text--secondary {
  color: #25282E;
}
*[class*="--reverse"] .spot-typography__text--secondary, *[class*="--reverse"] .spot-container--light-primary .spot-typography__text--secondary, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__text--secondary {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-typography__text--secondary, .spot-container--dark-secondary .spot-typography__text--secondary {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__text--secondary, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__text--secondary {
  color: #25282E;
}
.spot-typography__text--secondary {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-typography__text--secondary, .spot-container--light-primary .spot-typography__text--secondary, .spot-container--light-secondary .spot-typography__text--secondary {
  color: #5D6066;
}
*[class*="--reverse"] .spot-typography__text--secondary, *[class*="--reverse"] .spot-container--light-primary .spot-typography__text--secondary, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__text--secondary {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-typography__text--secondary, .spot-container--dark-secondary .spot-typography__text--secondary {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__text--secondary, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__text--secondary {
  color: #5D6066;
}
.spot-typography__text--secondary {
  font-size: 13.5px;
}
.spot-typography__text--tertiary, .spot-container--light-primary .spot-typography__text--tertiary, .spot-container--light-secondary .spot-typography__text--tertiary {
  color: #25282E;
}
*[class*="--reverse"] .spot-typography__text--tertiary, *[class*="--reverse"] .spot-container--light-primary .spot-typography__text--tertiary, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__text--tertiary {
  color: #E2E2E2;
}
.spot-container--dark-primary .spot-typography__text--tertiary, .spot-container--dark-secondary .spot-typography__text--tertiary {
  color: #E2E2E2;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__text--tertiary, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__text--tertiary {
  color: #25282E;
}
.spot-typography__text--tertiary {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.spot-typography__text--tertiary, .spot-container--light-primary .spot-typography__text--tertiary, .spot-container--light-secondary .spot-typography__text--tertiary {
  color: #5D6066;
}
*[class*="--reverse"] .spot-typography__text--tertiary, *[class*="--reverse"] .spot-container--light-primary .spot-typography__text--tertiary, *[class*="--reverse"] .spot-container--light-secondary .spot-typography__text--tertiary {
  color: #BCBDBC;
}
.spot-container--dark-primary .spot-typography__text--tertiary, .spot-container--dark-secondary .spot-typography__text--tertiary {
  color: #BCBDBC;
}
*[class*="--reverse"] .spot-container--dark-primary .spot-typography__text--tertiary, *[class*="--reverse"] .spot-container--dark-secondary .spot-typography__text--tertiary {
  color: #5D6066;
}
.spot-typography__text--tertiary {
  font-size: 12px;
}
.spot-typography__font-weight--light {
  font-weight: 300;
}
.spot-typography__font-weight--normal {
  font-weight: 400;
}
.spot-typography__font-weight--bold {
  font-weight: 700;
}
.spot-typography--korean {
  font-family: var(--font-family-sans-serif-korean);
}
.spot-typography--japanese {
  font-family: var(--font-family-sans-serif-japanese);
}