.svgFill {
  fill: currentColor;
}
.cls-2 {
  fill: #000000;
}
.has-blue[data-v-48cd2f23] {
  color: #0b315e;
}
.has-blue[data-v-92b242c0] {
  color: #0b315e;
}
.outline-btn[data-v-92b242c0] {
  border-color: rgba(11, 49, 94, 0.8);
}
.outline-btn[data-v-92b242c0]:hover {
  color: #0b315e;
  background: rgba(11, 49, 94, 0.1);
}
.mini-rotate[data-v-92b242c0] {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.svg-fill[data-v-92b242c0] {
@apply fill-current;
}
.right-after-signpost-pink[data-v-92b242c0]:after {
  /*  our pseudo-element */
  content: ""; /* required */
  position: absolute; /* takes the 'cap' out off flow */
  top: 0; /* stick it to top edge of the sign */
  left: 99%; /* push it way overto the right*/
  height: 0; /* we're doing this with borders remember */
  width: 0;
  border-width: 25px;
  border-style: solid;
@apply border-pink-200;
  /* now we make some of theborders disappear*/
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.right-after-signpost-blue[data-v-92b242c0]:after {
  /*  our pseudo-element */
  content: ""; /* required */
  position: absolute; /* takes the 'cap' out off flow */
  top: 0; /* stick it to top edge of the sign */
  left: 99%; /* push it way overto the right*/
  height: 0; /* we're doing this with borders remember */
  width: 0;
  border-width: 25px;
  border-style: solid;
@apply border-blue-200;
  /* now we make some of theborders disappear*/
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.left-after-signpost-indigo[data-v-92b242c0]:after {
  /*  our pseudo-element */
  content: ""; /* required */
  position: absolute; /* takes the 'cap' out off flow */
  top: 0; /* stick it to top edge of the sign */
  right: 99%; /* push it way overto the right*/
  height: 0; /* we're doing this with borders remember */
  width: 0;
  border-width: 25px;
  border-style: solid;
@apply border-indigo-200;
  /* now we make some of theborders disappear*/
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.scroller[data-v-92b242c0] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: scroller-92b242c0 linear;
          animation: scroller-92b242c0 linear;
  animation-timeline: scroll(inline);
}
@-webkit-keyframes scroller-92b242c0 {
to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
}
}
@keyframes scroller-92b242c0 {
to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
}
}
