@charset "UTF-8";

/* sass-plugin-0:/Users/thabotitus/Projects/woodstock-ui/src/styles/app.scss */
body {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12pt;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  color: #222222;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Trebuchet MS", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.text-cursive {
  font-family: "Brush Script MT", cursive;
}
.text-mono {
  font-family: "Courier New", monospace;
}
.primary-font {
  font-family: "Trebuchet MS", sans-serif;
}
.secondary-font {
  font-family: "Georgia", sans-serif;
}
.bg-success {
  background: #4ad7d1 !important;
}
.bg-danger {
  background: #fe4a49 !important;
}
.bg-warning {
  background: #f7a617 !important;
}
.bg-info {
  background: #3555d0 !important;
}
.text-success {
  color: #10ca93 !important;
}
.text-danger {
  color: #f25767 !important;
}
.text-warning {
  color: #f76a2d !important;
}
.text-info {
  color: #3555d0 !important;
}
.wui-btn {
  border-radius: 2em;
  background: #ffffff;
  color: #222222;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  transition: none;
  font-size: 0.9em;
  padding: 0.5em 2em;
  text-transform: uppercase;
}
.wui-btn:hover {
  background: #fafafa;
}
.wui-btn:active {
  background: whitesmoke;
}
.wui-btn--block {
  width: 100%;
}
.wui-btn--back {
  font-size: 1.3em;
}
.wui-btn--primary {
  background: #001730;
  color: #ffffff;
}
.wui-btn--primary:hover {
  background: #001226;
  color: #ffffff;
}
.wui-btn--primary:active {
  background: #000b17;
  color: #ffffff;
}
.wui-btn--secondary {
  background: #736CED;
  color: #ffffff;
}
.wui-btn--secondary:hover {
  background: #6a63ec;
  color: #ffffff;
}
.wui-btn--secondary:active {
  background: #5d55ea;
  color: #ffffff;
}
.wui-btn--tertiary {
  background: #fe4a49;
  color: #ffffff;
}
.wui-btn--tertiary:hover {
  background: #fe403f;
  color: #ffffff;
}
.wui-btn--tertiary:active {
  background: #fe3130;
  color: #ffffff;
}
.wui-button-group {
  border-radius: 50px;
  display: flex;
  padding: 6px;
  background: #eaedf1;
  width: 100%;
  align-items: center;
  height: 50px;
}
.wui-button-group a {
  text-decoration: none;
}
.wui-button-group .wui-btn {
  background: none;
  box-shadow: none;
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.wui-button-group .wui-btn:hover {
  font-weight: 700;
  color: initial;
}
.wui-button-group .wui-btn--active {
  background: white;
}
.wui-button-group .wui-btn--active:hover {
  background: white;
  font-weight: normal;
}
.wui-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  transition: all 200ms ease;
}
.wui-layout--mobile {
  grid-template-rows: 60px 1fr 70px !important;
  grid-template-columns: 1fr !important;
}
.wui-layout--mobile.wui-layout--display {
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  height: 736px;
  width: 414px;
  border-radius: 8px;
}
@media screen and (min-width: 62em) {
  .wui-layout {
    grid-template-columns: 60px 1fr;
  }
}
@media screen and (min-width: 75em) {
  .wui-layout {
    grid-template-columns: 250px 1fr;
  }
}
.wui-layout__main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60px 1fr;
  overflow: hidden;
}
.wui-layout__content {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 2em 1em;
}
@media screen and (min-width: 62em) {
  .wui-layout__content {
    padding: 2em;
  }
}
.wui-layout__bottombar {
  background: #ffffff;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
  padding: 0;
}
.wui-layout--scrollable {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wui-layout--display div {
  border: 0.5px dashed grey;
}
.wui-bg-gradient-1 {
  background:
    linear-gradient(140.54deg, #608D00 0%, #D30000 72.37%),
    linear-gradient(360deg, #0029FF 0%, #8FFF00 100%),
    radial-gradient(100% 164.72% at 100% 100%, #6100FF 0%, #00FF57 100%),
    radial-gradient(100% 148.07% at 0% 0%, #FFF500 0%, #51D500 100%) !important;
  background-image:
    linear-gradient(140.54deg, #608D00 0%, #D30000 72.37%),
    linear-gradient(360deg, #0029FF 0%, #8FFF00 100%),
    radial-gradient(100% 164.72% at 100% 100%, #6100FF 0%, #00FF57 100%),
    radial-gradient(100% 148.07% at 0% 0%, #FFF500 0%, #51D500 100%) !important;
  background-blend-mode:
    color-dodge,
    overlay,
    difference,
    normal !important;
}
.wui-bg-gradient-2 {
  background:
    linear-gradient(238.72deg, #FF0000 0%, #56124F 100%),
    linear-gradient(127.43deg, #00FFFF 0%, #FF4444 100%),
    radial-gradient(100.22% 100% at 70.57% 0%, #FF0000 0%, #00FFE0 100%),
    linear-gradient(127.43deg, #B7D500 0%, #3300FF 100%) !important;
  background-image:
    linear-gradient(238.72deg, #FF0000 0%, #56124F 100%),
    linear-gradient(127.43deg, #00FFFF 0%, #FF4444 100%),
    radial-gradient(100.22% 100% at 70.57% 0%, #FF0000 0%, #00FFE0 100%),
    linear-gradient(127.43deg, #B7D500 0%, #3300FF 100%) !important;
  background-blend-mode:
    hard-light,
    color-burn,
    color-dodge,
    normal !important;
}
.wui-bg-gradient-3 {
  background:
    linear-gradient(123deg, #ffffff 0%, #00b2ff 100%),
    linear-gradient(236deg, #baff99 0%, #005e64 100%),
    linear-gradient(180deg, #ffffff 0%, #002a5a 100%),
    linear-gradient(225deg, #0094ff 20%, #bff4ed 45%, #280f34 45%, #280f34 70%, #ff004e 70%, #e41655 85%, #b30753 85%, #b30753 100%),
    linear-gradient(135deg, #0e0220 15%, #0e0220 35%, #e40475 35%, #e40475 60%, #48e0e4 60%, #48e0e4 68%, #d7fbf6 68%, #d7fbf6 100%) !important;
  background-blend-mode:
    overlay,
    overlay,
    overlay,
    darken,
    normal !important;
}
.wui-info-gradient {
  background: linear-gradient(109.6deg, #2d74d5 11.2%, #7989d4 91.2%);
  color: #ffffff;
}
.wui-danger-gradient {
  background: radial-gradient(circle 860px at 11.8% 33.5%, #f01e5c 0%, #f4314a 30.5%, #f94b25 56.1%, #fa5813 75.6%, #fd6602 100.2%);
  color: #ffffff;
}
.wui-success-gradient {
  background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
  color: #214C3C;
}
.wui-bg-gradient-4 {
  background-color: #FF3CAC;
  background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
}
.wui-dark-shadow {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.04) !important;
}
.wui-no-shadow {
  box-shadow: none !important;
}
.wui-layout__topbar {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 1em;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
}
.wui-layout__topbar-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
}
.wui-layout__topbar-offcanvas {
  flex: 1;
  max-width: 60px;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
}
@media screen and (min-width: 62em) {
  .wui-layout__topbar-offcanvas {
    display: none;
  }
}
.wui-layout__logo {
  align-items: center;
  justify-content: center;
  display: none;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
}
@media screen and (min-width: 62em) {
  .wui-layout__logo {
    display: flex;
  }
}
.wui-layout__logo-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
}
@media screen and (min-width: 62em) {
  .wui-layout__logo-compact {
    display: none;
  }
}
.wui-layout__nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wui-layout__nav-text {
  align-items: center;
  justify-content: flex-start;
  font-weight: normal;
  font-size: 0.9em;
  display: none;
}
@media screen and (min-width: 75em) {
  .wui-layout__nav-text {
    display: flex;
  }
}
.wui-layout__nav ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.wui-layout__nav ul li,
.wui-layout__nav ul .wui-layout__nav-item {
  padding: 0px;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 0.5rem;
}
.wui-layout__nav ul li-wrapper,
.wui-layout__nav ul .wui-layout__nav-item-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
  border-radius: 0.3em;
  padding: 5px 0;
}
@media screen and (min-width: 75em) {
  .wui-layout__nav ul li-wrapper,
  .wui-layout__nav ul .wui-layout__nav-item-wrapper {
    padding: 8px;
    grid-template-columns: 40px 1fr;
    border-radius: 2em;
  }
}
.wui-layout__nav ul li a,
.wui-layout__nav ul .wui-layout__nav-item a {
  color: #222222;
  text-decoration: none;
}
.wui-layout__nav ul li:last-child,
.wui-layout__nav ul .wui-layout__nav-item:last-child {
  border-bottom: none;
}
.wui-layout__nav ul li--active,
.wui-layout__nav ul .wui-layout__nav-item--active {
  width: 100% !important;
  border-radius: 0 !important;
}
.wui-layout__nav ul li--active .wui-layout__nav-item-wrapper,
.wui-layout__nav ul .wui-layout__nav-item--active .wui-layout__nav-item-wrapper {
  background: rgba(115, 108, 237, 0.9);
}
.wui-layout__nav ul li--active a,
.wui-layout__nav ul .wui-layout__nav-item--active a {
  color: #ffffff;
  text-decoration: none;
}
.wui-layout__nav ul li--active .wui-layout__nav-text,
.wui-layout__nav ul .wui-layout__nav-item--active .wui-layout__nav-text {
  color: #ffffff;
  font-weight: bold;
}
.wui-layout__nav ul li--active:hover .wui-layout__nav-item-wrapper,
.wui-layout__nav ul .wui-layout__nav-item--active:hover .wui-layout__nav-item-wrapper {
  background: rgba(115, 108, 237, 0.8) !important;
}
@media screen and (min-width: 62em) {
  .wui-layout__nav ul li--active,
  .wui-layout__nav ul .wui-layout__nav-item--active {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 106%;
  }
}
.wui-layout__nav ul li:hover .wui-layout__nav-item-wrapper,
.wui-layout__nav ul .wui-layout__nav-item:hover .wui-layout__nav-item-wrapper {
  background: rgba(0, 0, 0, 0.03);
}
.wui-layout__nav--boxed-icon .wui-layout__nav-icon {
  position: relative;
}
.wui-layout__nav--boxed-icon .wui-layout__nav-icon:after {
  content: "";
  width: 2px;
  height: 40%;
  background-color: #e0e0e0;
  position: absolute;
  right: 0;
}
.wui-layout__nav--boxed-icon .wui-layout__nav-text {
  padding-left: 1em;
}
.wui-offcanvas .wui-layout__nav-item-wrapper {
  width: 100%;
  display: grid;
  padding: 8px;
  grid-template-columns: 40px 1fr !important;
  border-radius: 2em !important;
}
.wui-offcanvas .wui-layout__nav ul li {
  grid-template-columns: 50px 1fr;
}
.wui-offcanvas .wui-layout__nav-text {
  display: flex;
}
.wui-layout__sidebar {
  display: none;
  grid-template-columns: 1fr;
  grid-template-rows: 60px 1fr 60px;
  color: #ffffff;
  font-weight: 300;
  background: #f2f2f2;
}
@media screen and (min-width: 62em) {
  .wui-layout__sidebar {
    display: grid;
  }
}
.offcanvas-body {
  padding: 0;
}
.wui-section {
  padding: 1em;
}
.wui-section-heading {
  font-size: 2em;
  margin-bottom: 0.5rem;
}
.wui-section-subheading {
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.wui-section__content {
  max-width: 960px;
  margin: 0 auto;
}
.wui-section--alt {
  background: #fafafa;
}
.wui-clients {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (min-width: 48em) {
  .wui-clients {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.wui-clients__title {
  display: none;
  transition: all 0.3s ease-in;
  font-size: 1.2em;
}
.wui-clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  border: 1px solid #f2f2f2;
  flex-direction: column;
}
.wui-clients__item img {
  max-width: 65%;
  filter: grayscale(100%);
  transition: all 0.2s ease-in;
}
.wui-clients__item:hover {
  cursor: pointer;
}
.wui-clients__item:hover img {
  filter: none;
}
.wui-clients-style-2 .wui-clients__item:hover {
  background: whitesmoke;
}
.wui-clients-style-2 .wui-clients__item:hover img {
  display: none;
}
.wui-clients-style-2 .wui-clients__item:hover .wui-clients__title {
  display: block;
}
@media screen and (min-width: 62em) {
  .wui-clients--single-row {
    grid-template-rows: 1fr;
  }
  .wui-clients--5-col {
    grid-template-columns: repeat(5, 1fr);
  }
}
.wui-lander-profile {
  position: relative;
  height: 200px;
  background-color: white;
  padding-top: 20px;
  display: flex;
  padding: 2em;
}
.wui-lander-profile__details {
  flex: 2;
  padding-top: 0.5em;
}
.wui-lander-profile__title {
  font-weight: bold;
  font-size: 1.6em;
}
.wui-lander-profile__subtitle {
  font-size: 0.85em;
}
.wui-lander-profile__image {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
}
.wui-lander-profile__image img {
  width: 100%;
  border-radius: 100%;
}
.wui-lander-profile-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.wui-lander-profile-border svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 75px;
  transform: rotateY(180deg);
}
.wui-lander-profile-border .shape-fill {
  fill: #F3F5F7;
}
@media (max-width: 767px) {
  .wui-lander-profile-border svg {
    width: calc(231% + 1.3px);
    height: 75px;
  }
}
.wui-mobile-layout {
  display: grid;
  grid-template-rows: 60px 1fr 50px;
  grid-template-columns: 1fr;
  min-height: 1vh;
  min-height: -webkit-fill-available;
  font-family: "Trebuchet MS";
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.wui-mobile-layout--display {
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  height: 736px;
  width: 414px;
  border-radius: 8px;
}
.wui-mobile-layout__topbar {
  display: flex;
  width: 100%;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
}
.wui-mobile-layout__topbar-logo {
  flex: 1;
  flex-basis: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60px;
}
.wui-mobile-layout__topbar-logo img {
  max-width: 100%;
}
.wui-mobile-layout__topbar-title {
  flex: 1;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.wui-mobile-layout__topbar-actions {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wui-mobile-layout__content {
  background: #f3f5f7;
  overflow-y: auto;
  padding: 20px 10px;
}
.wui-mobile-layout__bottombar {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wui-mobile-layout__topbar {
  background-image: linear-gradient(96.5deg, #2767bb 10.4%, #104890 87.7%);
  background-size: auto 60px;
}
.wui-empty-state {
  background: #ffffff;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  border-radius: 0.3em;
  overflow: hidden;
  width: 100%;
}
.wui-empty-state__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-size: 4em;
}
.wui-empty-state__title {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.02);
}
.wui-empty-state__message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  line-height: 24px;
}
.wui-table {
  background: white;
  width: 100%;
  border-radius: 0.3em;
  overflow-x: auto;
  white-space: nowrap;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
}
.wui-table * {
  font-size: 14px !important;
}
.wui-table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
.wui-table thead {
  border-collapse: collapse;
  border-bottom: 1px solid #f8f8f9;
}
.wui-table thead tr:hover {
  background-color: #f8f8f9;
  cursor: initial !important;
}
.wui-table th {
  text-align: left;
  padding: 0.6rem 1rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  white-space: nowrap;
}
.wui-table tr,
.wui-table__tr {
  border-bottom: 1px solid #f4f4f4;
}
.wui-table tr:last-child,
.wui-table__tr:last-child {
  border-bottom: none;
}
.wui-table tr:nth-child(even),
.wui-table__tr:nth-child(even) {
  background-color: #fcfcfc;
}
.wui-table tr:hover,
.wui-table__tr:hover {
  background: #fff5e8;
  color: #222222;
  cursor: pointer;
}
.wui-table tr--selected,
.wui-table__tr--selected {
  background: #ffeed9 !important;
  color: #222222;
  cursor: pointer;
}
.wui-table tr td,
.wui-table__tr td {
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
}
.wui-table__meta {
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 1rem;
  margin-bottom: 1rem;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .wui-table {
    width: 100%;
  }
  .wui-table thead {
    display: none;
  }
  .wui-table th,
  .wui-table td {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .wui-table tr {
    border-top: 3px solid #f4f4f4;
  }
  .wui-table tr:first-child {
    border-top: none;
  }
  .wui-table tr:last-child {
    border-bottom: none;
  }
  .wui-table tr:nth-child(even) {
    background: #fafafa;
  }
  .wui-table td {
    font-weight: 400 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px dashed #f2f2f2;
  }
  .wui-table td::before {
    content: attr(data-col);
    width: 100%;
    font-weight: 700;
  }
  .wui-table td:first-child {
    border-top: none;
  }
}
.wui-toolbar {
  display: flex;
  justify-content: flex-start;
}
.wui-toolbar--centered {
  justify-content: center;
}
.wui-toolbar--right {
  justify-content: flex-end;
}
.wui-toolbar--dark .wui-toolbar-wrapper {
  background: #001730;
  color: #ffffff;
}
.wui-toolbar--vertical .wui-toolbar-wrapper {
  height: initial;
  flex-direction: column;
  width: 100%;
}
.wui-toolbar--vertical .wui-toolbar__item {
  padding: 1em;
  justify-content: flex-start;
}
.wui-toolbar-wrapper {
  display: flex;
  height: 50px;
  display: inline-flex;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  background: #ffffff;
  overflow: hidden;
  border-radius: 0.3em;
}
@media screen and (min-width: 48em) {
  .wui-toolbar-wrapper {
    border-radius: 0.3em;
  }
}
.wui-toolbar__item {
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.02);
  cursor: pointer;
  text-decoration: none;
  color: initial;
}
.wui-toolbar__item:first-child {
  border-left: none;
}
.wui-toolbar__item:hover {
  background: rgba(0, 0, 0, 0.02);
}
.wui-toolbar__item--active {
  background: #736CED;
  color: #ffffff;
}
.wui-toolbar__item--active:hover {
  background: #6a63ec;
  color: #ffffff;
}
.wui-toolbar__item--active:hover a {
  color: #ffffff;
}
.wui-toolbar--fluid {
  width: 100%;
}
.wui-toolbar--fluid .wui-toolbar-wrapper {
  width: 100%;
}
.wui-toolbar--fluid .wui-toolbar__item {
  flex: 1;
}
.wui-toolbar--slim .wui-toolbar-wrapper {
  height: 30px;
  font-size: 0.9em;
}
.wui-toolbar--wide .wui-toolbar__item {
  flex: 1;
  padding-left: 60px;
  padding-right: 60px;
}
.wui-toolbar--bottombar {
  height: 100%;
}
.wui-toolbar--bottombar .wui-toolbar-wrapper {
  box-shadow: none;
  border-radius: 0;
  height: 100%;
}
.wui-form {
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  border-radius: 0.3em;
}
@media screen and (min-width: 48em) {
  .wui-form {
    border-radius: 0.3em;
  }
}
.wui-form__meta {
  padding: 1em 2em;
  font-size: 0.9em;
  color: #222222;
}
.wui-form__meta--error {
  background: radial-gradient(circle 860px at 11.8% 33.5%, #f01e5c 0%, #f4314a 30.5%, #f94b25 56.1%, #fa5813 75.6%, #fd6602 100.2%);
  color: #ffffff;
}
.wui-form__meta--info {
  background: linear-gradient(109.6deg, #2d74d5 11.2%, #7989d4 91.2%);
  color: #ffffff;
}
.wui-form__meta--success {
  background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
  color: #214C3C;
}
.wui-form__meta--rounded {
  border-radius: 0.3em;
}
.wui-form__header {
  padding: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.wui-form__content {
  padding: 1em;
}
@media screen and (min-width: 48em) {
  .wui-form__content {
    padding: 2em;
  }
}
.wui-form__group {
  display: flex;
  flex-direction: column;
}
.wui-form__label {
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 0;
}
.wui-form__label--compact {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .wui-form__label {
    margin-bottom: 10px;
  }
}
.wui-form__help {
  font-size: 0.8em;
  font-style: italic;
}
.wui-form__input {
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 40px;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  border-radius: 2em;
}
.wui-form__input--search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 15px !important;
}
.wui-form__input--search-bar input[type=text],
.wui-form__input--search-bar input[type=email] {
  background: none;
  border: none;
  height: 100%;
  flex: 1;
}
.wui-form__input--search-bar input[type=text]:focus,
.wui-form__input--search-bar input[type=email]:focus {
  border: none;
  outline: none;
}
.wui-form__input--search-bar .wui-btn {
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .wui-form__input {
    border-radius: 2em;
    padding: 0 20px;
  }
}
.wui-form__input:focus {
  outline: 1px solid rgba(0, 123, 255, 0.5);
  outline: none;
  border: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.wui-form__input:disabled {
  background: rgba(0, 0, 0, 0.04);
}
.wui-form__input[type=color] {
  padding: 0;
  box-sizing: border-box;
  border-width: 3px;
}
.wui-form__textarea {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.3em;
  padding: 1em;
  width: 100%;
  resize: none;
}
.wui-form__textarea:focus {
  outline: 1px solid rgba(0, 123, 255, 0.5);
  outline: none;
  border: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.wui-form__textarea:disabled {
  background: rgba(0, 0, 0, 0.04);
}
.wui-form__actions {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 1em 2em;
}
.wui-form__errors-list {
  margin: 0;
  padding: 0;
}
.wui-form__errors-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wui-form .field_with_errors .wui-form__input {
  border-color: radial-gradient(circle 860px at 11.8% 33.5%, #f01e5c 0%, #f4314a 30.5%, #f94b25 56.1%, #fa5813 75.6%, #fd6602 100.2%);
}
.wui-pagination,
.pagy-nav {
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  border-radius: 0.3em;
  background: #ffffff;
  overflow: hidden;
  display: inline-flex;
  height: 50px;
  font-size: 0.8em;
}
.wui-pagination .page,
.pagy-nav .page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 50px;
  padding: 0 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.02);
}
.wui-pagination .page:hover,
.pagy-nav .page:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.wui-pagination .page a,
.pagy-nav .page a {
  text-decoration: none;
  color: initial;
}
.wui-pagination .page:first-child,
.pagy-nav .page:first-child {
  border-left: none;
}
.wui-pagination .page.active,
.pagy-nav .page.active {
  border-left: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.wui-links-list {
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  border-radius: 0.3em;
  background: #ffffff;
  overflow: hidden;
}
.wui-links-list__item {
  padding: 0.5em 1em;
  text-decoration: none;
  color: initial;
}
.wui-links-list__item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.wui-links-list__item:hover {
  background-color: rgba(0, 0, 0, 0.02);
  text-decoration: underline;
}
.wui-links-list--clean {
  box-shadow: none;
  background: none;
}
.wui-links-list--clean .wui-links-list__item {
  padding: 0.5em 0;
}
.wui-links-list--clean .wui-links-list__item:hover {
  background-color: initial;
}
.wui-links-list--clean .wui-links-list__item:nth-child(odd) {
  background-color: initial;
}
.wui-links-list--centered .wui-links-list__item {
  text-align: center;
}
.wui-ordered-list {
  counter-reset: section;
  list-style-type: none;
}
.wui-ordered-list--sublist {
  margin: 0;
  padding-left: 20px;
}
.wui-ordered-list__header {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: initial;
}
.wui-ordered-list__item {
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: initial;
}
.wui-ordered-list li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  font-weight: 700;
}
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}
trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  border-radius: 0.3em;
  height: 50px;
  background: #ffffff;
  overflow: hidden;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.02);
}
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    background-size: 100%;
  }
}
trix-toolbar .trix-button--icon::before {
  background-size: 50%;
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 50%;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #f00 0px 0px 1.5px 1px;
}
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}
trix-editor .attachment {
  position: relative;
}
trix-editor .attachment:hover {
  cursor: default;
}
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}
trix-editor .trix-button-group {
  display: inline-flex;
}
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
trix-editor .trix-button--remove:hover {
  border-color: #333;
}
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}
trix-editor .attachment__metadata-container {
  position: relative;
}
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}
.trix-content {
  line-height: 1.5;
}
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}
.trix-content li {
  margin-left: 1em;
}
.trix-content [dir=rtl] li {
  margin-right: 1em;
}
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
.trix-content img {
  max-width: 100%;
  height: auto;
}
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}
.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit;
}
.trix-content .attachment__caption {
  text-align: center;
}
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " \b7  ";
}
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.wui-data-dashboard__code {
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  padding: 1em;
  border-radius: 0.3em;
  background: #ffffff;
  margin-bottom: 20px;
}
.wui-data-dashboard__code img {
  width: 100%;
}
.wui-data-dashboard__item {
  background: #f2f7fa;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  border-radius: 0.3em;
  padding: 1em;
}
.wui-data-dashboard__item-title {
  text-transform: uppercase;
  color: #737c84;
}
.wui-data-dashboard__item-value {
  font-size: 1.5em;
}
.wui-data-dashboard__item--flat {
  box-shadow: none;
}
.wui-data-dashboard__item--bordered {
  border: 1px solid #ebf2f7;
}
.wui-social-proof {
  display: flex;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  border-radius: 3em;
  padding: 0.5em;
  max-width: 400px;
  height: 90px;
  background-color: #ffffff;
}
.wui-social-proof__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.5em 1em;
  justify-content: center;
}
.wui-social-proof__time {
  display: flex;
  justify-content: flex-start;
  font-size: 0.7em;
  font-weight: 700;
}
.wui-social-proof__icon {
  background-color: rgba(0, 0, 0, 0.05);
  width: 80px;
  padding: 0.5em;
  border-radius: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  border: 2px solid rgba(0, 0, 0, 0.01);
}
.wui-social-proof__text {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  line-height: 18px;
}
.wui-page-header {
  position: relative;
  max-width: 100vw;
}
.wui-page-header__heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.66667rem;
  margin-bottom: 1rem;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
.wui-page-header__blurb {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.wui-page-header .tag-wrapper {
  display: inline-flex;
  padding: 0.25rem 2rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.wui-page-header__tag {
  text-transform: uppercase;
}
.wui-page-header__content {
  display: flex;
  align-items: center;
}
.wui-page-header__image {
  display: flex;
  align-items: center;
}
.wui-page-header__image svg {
  height: 75%;
}
.wui-store-item {
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  border-radius: 1em;
  background: #ffffff;
  padding: 1em 0;
  height: 100%;
  flex-grow: 1;
  position: relative;
}
.wui-store-item__image {
  padding: 0 1em;
}
.wui-store-item__image img {
  max-width: 100%;
}
.wui-store-item__details {
  display: grid;
  grid-template-rows: 60px 60px;
}
.wui-store-item__meta {
  display: flex;
  margin-top: 1rem;
  padding: 1em;
}
.wui-store-item__title {
  font-weight: 700;
  font-size: 1em;
  flex: 2;
}
.wui-store-item__price {
  text-align: right;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
}
.wui-store-item__description {
  margin-top: 1rem;
  padding: 1em;
}
.wui-store-item__actions {
  margin-top: 1rem;
  padding: 0 1em;
}
.wui-card {
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  padding: 2em;
  border-radius: 0.3em;
  background: #ffffff;
  margin-bottom: 20px;
}
.wui-card--dark {
  background: #001730;
  color: #ffffff;
}
.wui-card__main {
  padding: 2em;
}
.wui-card__footer {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 1em 2em;
}
.wui-card--quick-view {
  box-shadow: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-bottom: 0;
}
.wui-card-style-1 {
  text-align: center;
}
.wui-card-style-1__icon {
  font-size: 2.5em;
}
.wui-card-style-1__title {
  font-weight: 700;
  text-transform: uppercase;
}
.wui-card-style-1--dark {
  background: #001730;
  color: #ffffff;
}
.wui-card-style-2 {
  padding: 0;
  overflow: hidden;
}
.wui-card-style-2__header {
  display: flex;
  height: 100px;
  padding: 2em;
}
.wui-card-style-2__image {
  max-width: 60px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  margin-right: 20px;
}
.wui-card-style-2__image img {
  max-width: 100%;
  border-radius: 50%;
}
.wui-card-style-2__meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wui-card-style-2__title {
  font-weight: 700;
}
.wui-card-style-2__subtitle {
  color: #001730;
  font-size: 0.9em;
}
.wui-card-style-2__caption {
  font-weight: 700;
  padding: 1em 2em;
  background-color: #f3f5f7;
}
.wui-card-style-2__content {
  line-height: 1.5em;
  font-size: 0.9em;
  padding: 1em 2em;
}
.wui-card-style-2__footer {
  background-color: #f9fafb;
  padding: 2em;
}
.wui-card-style-2__footer-actions {
  padding: 0;
  display: flex;
}
.wui-card-style-2__footer-action-item {
  flex: 1;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: initial;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.wui-card-style-2__footer-action-item:last-of-type {
  border: none;
}
.wui-card--dark .wui-card-style-2__header {
  border-bottom: 1px solid #001021;
}
.wui-card-style-3 {
  padding-top: 20px;
  margin-top: 50px;
  padding: 0;
}
.wui-card-style-3__image {
  margin-top: -60px;
  margin-bottom: 20px;
}
.wui-card-style-3__image img {
  max-width: 100%;
  border-radius: 0.3em;
}
.wui-card-style-3__image svg {
  max-width: 100%;
}
.wui-card-style-3__title {
  font-weight: 700;
  font-size: 1.2em;
}
.wui-card-style-3__subtitle {
  font-weight: 300;
}
.wui-card-style-3__footer {
  background: #fafafa;
  padding: 1em 2em;
}
.wui-card-style-4 {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.wui-card-style-4__date {
  position: absolute;
  width: 30%;
  height: 30px;
  background: #f7f7f7;
  top: 0;
  right: 0;
  font-size: 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-radius-bottomleft: 0.3em;
  border-bottom-left-radius: 0.3em;
  display: none;
}
.wui-card-style-4__image {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wui-card-style-4__image img {
  border-radius: 50%;
  width: 100%;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.wui-card-style-4__header {
  display: flex;
  padding: 15px;
}
.wui-card-style-4__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wui-card-style-4__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  text-transform: uppercase;
  height: 100%;
}
.wui-card-style-4__subtitle {
  display: flex;
  align-items: center;
  padding-left: 20px;
  text-transform: uppercase;
  height: 100%;
  font-size: 0.75em;
}
.wui-card-style-4__footer {
  font-size: 0.8em;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
  text-align: center;
  display: flex;
  align-items: center;
}
.wui-card-style-4__footer i {
  margin-right: 8px;
}
.wui-card-style-4__footer-item {
  flex: 1;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  padding: 10px 15px;
  justify-content: center;
}
.wui-card-style-4__footer-item:first-child {
  border-left: none;
}
.wui-card-style-5 {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.wui-card-style-5__header {
  display: flex;
}
.wui-card-style-5__title {
  flex: 2;
  background: #fafafa;
  padding: 1em;
  display: flex;
  align-items: center;
}
.wui-card-style-5__value {
  flex: 1;
  background: whitesmoke;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  position: relative;
}
.wui-card-style-5__notification {
  position: absolute;
  width: 30px;
  height: 15px;
  background-color: #dc3545;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  font-size: 0.8em;
}
.wui-card-style-5__content {
  padding: 1em;
}
.wui-card-style-5__content .progress {
  border-radius: 50px;
  height: 15px;
}
.wui-lander {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  padding: 0;
  position: relative;
  border-radius: 0.3em;
  z-index: 99;
  padding: 0;
  margin: 0;
}
.wui-lander__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #001730;
  overflow: hidden;
  color: initial;
  background-color: none;
}
.wui-lander__item:first-child {
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-radius-topleft: 0.3em;
  border-top-left-radius: 0.3em;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.wui-lander__item:nth-child(2) {
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-radius-topright: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.wui-lander__item:nth-child(3) {
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-radius-bottomleft: 0.3em;
  border-bottom-left-radius: 0.3em;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.wui-lander__item:nth-child(4) {
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-radius-bottomright: 0.3em;
  border-bottom-right-radius: 0.3em;
}
.wui-lander__icon {
  text-align: center;
  font-size: 3rem;
}
.wui-lander__icon svg {
  width: 80px;
  height: 90px;
}
.wui-lander__title {
  text-transform: uppercase;
}
.wui-lander__center-item {
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  text-decoration: none;
  color: #3555d0;
}
.wui-info-card {
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
  padding: 1em;
  border-radius: 0.3em;
  background: linear-gradient(109.6deg, #2d74d5 11.2%, #7989d4 91.2%);
  color: #ffffff;
  display: block;
  text-decoration: none;
  position: relative;
}
.wui-info-card:hover,
.wui-info-card:active {
  color: #fcfcfc;
  text-decoration: none;
}
.wui-info-card__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}
.wui-info-card__value {
  font-weight: normal;
  font-size: 1.5em;
}
.wui-info-card__cta {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.8em;
}
.wui-info-card--danger {
  background: radial-gradient(circle 860px at 11.8% 33.5%, #f01e5c 0%, #f4314a 30.5%, #f94b25 56.1%, #fa5813 75.6%, #fd6602 100.2%);
}
.wui-info-card--success {
  background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
}
.wui-card-voucher {
  display: flex;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: white;
  border-radius: 0.3em;
  height: 100px;
  box-shadow: 3px 3px 10px 4px rgba(218, 224, 228, 0.4);
}
.wui-card-voucher__icon {
  flex: 1;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  transform: skew(-16deg, 0deg);
  margin-left: -15px;
  color: initial;
}
.wui-card-voucher__icon svg {
  width: 60px;
}
.wui-card-voucher__icon::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-size: 60px 60px;
  opacity: 0.2;
}
.wui-card-voucher--active .wui-card-voucher__icon {
  background-color: #dc3545;
  color: #ffffff;
}
.wui-card-voucher__icon-inner {
  transform: skew(16deg, 0);
  transform-origin: top left;
  will-change: transform;
  text-align: center;
}
.wui-card-voucher__details {
  flex: 1;
  max-width: 75%;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  padding: 8px 20px;
}
.wui-card-voucher__title {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wui-card-voucher__title-main {
  margin: 0;
}
.wui-card-voucher__title-sub {
  margin: 0;
  font-size: 0.8em;
}
.wui-card-voucher__progress {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wui-card-voucher__progress .progress {
  border-radius: 50px;
  height: 15px;
}
.wui-card-choice {
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.wui-card-choice__title {
  padding: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.wui-card-choice__item {
  display: flex;
  align-items: center;
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #f8f9fa;
}
.wui-card-choice__value-name {
  flex: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wui-card-choice__value-price {
  font-size: 0.75em;
}
.wui-card-choice__value-checkbox {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.progress-bar {
  background-color: #4ad7d1;
}
.wui-gradient-success {
  background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
}
.wui-gradient-warning {
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
.wui-gradient-info {
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}
.wui-gradient-danger {
  background-image: linear-gradient(to right, #ff0844 0%, #ec6d6d 100%);
}
.wui-gradient-dark {
  background-image: linear-gradient(to left, #434343 0%, black 100%);
}
.bg-info-gradient {
  background: linear-gradient(109.6deg, #2d74d5 11.2%, #7989d4 91.2%);
}
.bg-success-gradient {
  background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
}
.wui-general-bg--gradient-1 {
  background:
    linear-gradient(123deg, #FFFFFF 0%, #00B2FF 100%),
    linear-gradient(236deg, #BAFF99 0%, #005E64 100%),
    linear-gradient(180deg, #FFFFFF 0%, #002A5A 100%),
    linear-gradient(225deg, #0094FF 20%, #BFF4ED 45%, #280F34 45%, #280F34 70%, #FF004E 70%, #E41655 85%, #B30753 85%, #B30753 100%),
    linear-gradient(135deg, #0E0220 15%, #0E0220 35%, #E40475 35%, #E40475 60%, #48E0E4 60%, #48E0E4 68%, #D7FBF6 68%, #D7FBF6 100%);
  background-blend-mode:
    overlay,
    overlay,
    overlay,
    darken,
    normal;
}
.wui-general-bg--gradient-2 {
  background: linear-gradient(60deg, #2B2E4A 0%, #2B2E4A 30%, #E84545 calc(30% + 1px), #E84545 60%, #903749 calc(60% + 1px), #903749 70%, #53354A calc(70% + 1px), #53354A 100%);
}
.wui-general-bg--gradient-3 {
  background:
    radial-gradient(100% 225% at 100% 0%, #FF0000 0%, #000000 100%),
    linear-gradient(236deg, #00C2FF 0%, #000000 100%),
    linear-gradient(135deg, #CDFFEB 0%, #CDFFEB 36%, #009F9D 36%, #009F9D 60%, #07456F 60%, #07456F 67%, #0F0A3C 67%, #0F0A3C 100%);
  background-blend-mode:
    overlay,
    hard-light,
    normal;
}
.wui-general-bg--gradient-4 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
  background-blend-mode: multiply, multiply;
}
.wui-general-bg--gradient-5 {
  background: #0F2027;
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
}
.wui-general-bg--gradient-6 {
  background:
    radial-gradient(100% 225% at 100% 0%, #120037 0%, #000000 100%),
    linear-gradient(35deg, #C0FFC7 0%, #17001F 75%),
    linear-gradient(55deg, #2400FF 0%, #000000 100%),
    linear-gradient(90deg, #FFE037 0%, #FFE037 40%, #1DCD9F 40%, #1DCD9F 50%, #088C6F 50%, #088C6F 70%, #23033C 70%, #23033C 100%),
    linear-gradient(180deg, #FF8FE5 0%, #FF8FE5 45%, #FBFF64 45%, #FBFF64 60%, #76E3FF 60%, #76E3FF 80%, #6EB6E7 80%, #6EB6E7 100%);
  background-blend-mode:
    screen,
    overlay,
    overlay,
    darken,
    normal;
}
.wui-general-bg--gradient-7 {
  background: linear-gradient(180deg, #FF0055 0%, #000066 100%);
}
.wui-general-bg--gradient-8 {
  background:
    radial-gradient(100% 135% at 90% 0%, #00FF66 0%, #00FF66 33%, #00FFFF calc(33% + 1px), #00FFFF 75%, #EB00FF calc(75% + 1px), #EB00FF 100%),
    radial-gradient(circle at 60% 110%, #00FF66 0%, #00FF66 33%, #00FFFF calc(33% + 1px), #00FFFF 66%, #EB00FF calc(66% + 1px), #EB00FF 100%),
    radial-gradient(100% 225% at 0% 0%, #00FF66 0%, #00FF66 33%, #00FFFF calc(33% + 1px), #00FFFF 66%, #EB00FF calc(66% + 1px), #EB00FF 100%);
  background-blend-mode:
    multiply,
    multiply,
    normal;
}
.wui-general-bg--gradient-9 {
  background:
    radial-gradient(100% 225% at 0% 0%, #DE3E3E 0%, #17115C 100%),
    radial-gradient(100% 225% at 100% 0%, #FF9040 0%, #FF0000 100%),
    linear-gradient(180deg, #CE63B7 0%, #ED6283 100%),
    radial-gradient(100% 120% at 75% 0%, #A74600 0%, #000000 100%),
    linear-gradient(310deg, #0063D8 0%, #16009A 50%);
  background-blend-mode:
    overlay,
    color-dodge,
    color-burn,
    color-dodge,
    normal;
}
.wui-general-bg--gradient-10 {
  background:
    linear-gradient(180deg, #000346 0%, #FF0000 100%),
    linear-gradient(58.72deg, #0029FF 0%, #AA0014 100%),
    radial-gradient(100% 164.72% at 100% 100%, #FF00A8 0%, #00FF47 100%),
    radial-gradient(100% 148.07% at 0% 0%, #FFF500 0%, #51D500 100%);
  background-blend-mode:
    overlay,
    overlay,
    difference,
    normal;
}
.wui-general-bg--gradient-11 {
  background: #ee0979;
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
  background: linear-gradient(to right, #ff6a00, #ee0979);
}
.wui-fallback-image {
  background: #f4f4f4;
  padding: 5px;
}
.svg svg {
  width: 120px;
  height: 120px;
  padding: 15px;
}
.nav-link.active {
  font-weight: bold;
}
.wui-overlay--left:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, #40407a 20%, rgba(33, 17, 17, 0.1) 100%);
  background: -webkit-linear-gradient(left, #40407a 20%, rgba(33, 17, 17, 0.1) 100%);
  background: linear-gradient(to right, #40407a 20%, rgba(33, 17, 17, 0.1) 100%);
  z-index: 1;
}
.fs-7 {
  font-size: 0.9rem !important;
}
.fs-8 {
  font-size: 0.85rem !important;
}
.fs-9 {
  font-size: 0.8rem !important;
}
.fs-10 {
  font-size: 0.75rem !important;
}
/*# sourceMappingURL=app.min.css.map */
