@import url(https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #42a5f5;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #42a5f5;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #42a5f5;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255,255,255,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255,255,255,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #42a5f5;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #42a5f5;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #42a5f5;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #42a5f5;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72,72,72,0.2);
  border-right: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72,72,72,0.2);
          box-shadow: -1px 0 0 rgba(72,72,72,0.2);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #42a5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #42a5f5;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #42a5f5;
          box-shadow: -10px 0 0 #42a5f5;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
          box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72,72,72,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #42a5f5, 5px 0 0 #42a5f5;
          box-shadow: -5px 0 0 #42a5f5, 5px 0 0 #42a5f5;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::-moz-selection, .cm-fat-cursor .CodeMirror-line > span::-moz-selection, .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */ border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

/*!
 * @toast-ui/editor
 * @version 2.5.4 | Tue Nov 30 2021
 * @author NHN FE Development Lab <dl_javascript@nhn.com>
 * @license MIT
 */
@charset "utf-8";
/* height */
.auto-height,
.auto-height .tui-editor-defaultUI {
  height: auto;
}

.auto-height .tui-editor {
  position: relative;
}

:not(.auto-height) > .tui-editor-defaultUI,
:not(.auto-height) > .tui-editor-defaultUI > .te-editor-section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

:not(.auto-height) > .tui-editor-defaultUI > .te-editor-section {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

/* tui editor */
.tui-editor:after,
.tui-editor-defaultUI-toolbar:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.tui-editor {
  position: absolute;
  line-height: 1;
  color: #222;
  width: 100%;
  height: inherit;
}

.te-editor-section {
  min-height: 0px;
  position: relative;
  height: inherit;
}

.te-md-container {
  display: none;
  overflow: hidden;
  height: 100%;
}

.te-md-container .te-editor {
  line-height: 1.5;
}

.te-md-container .te-editor,
.te-md-container .te-preview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  height: inherit;
}

.te-md-container .CodeMirror {
  font-size: 13px;
  height: inherit;
}

.te-md-container .te-preview {
  overflow: auto;
  padding: 0 25px;
  height: 100%;
}

.te-md-container .te-preview > p:first-child {
  margin-top: 0 !important;
}

.te-md-container .te-preview .tui-editor-contents {
  padding-top: 8px;
}

.tui-editor .te-preview-style-tab > .te-editor,
.tui-editor .te-preview-style-tab > .te-preview {
  float: left;
  width: 100%;
  display: none;
}

.tui-editor .te-preview-style-tab > .te-tab-active {
  display: block;
}

.tui-editor .te-preview-style-vertical > .te-tab-section {
  display: none;
}

.tui-editor .te-preview-style-tab > .te-tab-section {
  display: block;
}

.tui-editor .te-preview-style-vertical .te-editor {
  float: left;
  width: 50%;
}

.tui-editor .te-preview-style-vertical .te-preview {
  float: left;
  width: 50%;
}

.tui-editor .te-md-splitter {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #e5e5e5;
}

.tui-editor .te-preview-style-vertical .te-md-splitter {
  display: block;
}

.te-ww-container {
  display: none;
  overflow: hidden;
  z-index: 10;
  height: inherit;
  background-color: #fff;
}

.te-ww-container > .te-editor {
  overflow: auto;
  height: inherit;
}

.te-ww-container .tui-editor-contents:focus {
  outline: none;
}

.te-ww-container .tui-editor-contents {
  padding: 0 25px;
}

.te-ww-container .tui-editor-contents:first-child {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 16px 25px 0px 25px;
  height: inherit;
}

.te-ww-container .tui-editor-contents:last-child {
  margin-bottom: 16px;
}

.te-md-mode .te-md-container {
  display: block;
  z-index: 100;
}

.te-ww-mode .te-ww-container {
  display: block;
  z-index: 100;
}

.tui-editor.te-hide,
.tui-editor-defaultUI.te-hide {
  display: none;
}

.tui-editor-defaultUI .CodeMirror-lines {
  padding-top: 18px;
  padding-bottom: 18px;
}

.tui-editor-defaultUI pre.CodeMirror-line {
  padding-left: 25px;
  padding-right: 25px;
}

.tui-editor-defaultUI .CodeMirror pre.CodeMirror-placeholder {
  margin: 0;
  padding-left: 25px;
  color: grey;
}

.tui-editor-defaultUI .CodeMirror-scroll {
  cursor: text;
}

/* Essential element style */
.tui-editor-contents td.te-cell-selected {
  background-color: #d8dfec;
}
.tui-editor-contents td.te-cell-selected::-moz-selection {
  background-color: #d8dfec;
}
.tui-editor-contents td.te-cell-selected::selection {
  background-color: #d8dfec;
}
.tui-editor-contents th.te-cell-selected {
  background-color: #908f8f;
}
.tui-editor-contents th.te-cell-selected::-moz-selection {
  background-color: #908f8f;
}
.tui-editor-contents th.te-cell-selected::selection {
  background-color: #908f8f;
}

/* default UI Styles */
.tui-editor-defaultUI {
  position: relative;
  border: 1px solid #e5e5e5;
  height: 100%;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
    'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
}

.tui-editor-defaultUI button {
  color: #fff;
  padding: 0px 14px 0px 15px;
  height: 28px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  outline: none;
}
.tui-editor-defaultUI button.te-ok-button {
  background-color: #4b96e6;
}
.tui-editor-defaultUI button.te-close-button {
  background-color: #777;
}

.tui-editor-defaultUI-toolbar {
  padding: 0 25px;
  height: 31px;
  background-color: #fff;
  border: 0;
  overflow: hidden;
}

.tui-toolbar-divider {
  float: left;
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #ddd;
  margin: 9px 6px;
}

.tui-toolbar-button-group {
  height: 28px;
  border-right: 1px solid #d9d9d9;
  float: left;
}

.te-toolbar-section {
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

.tui-editor-defaultUI-toolbar button {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 0;
  margin: 5px 3px;
  border: 1px solid #fff;
}

.tui-editor-defaultUI-toolbar button:hover,
.tui-editor-defaultUI-toolbar button:active,
.tui-editor-defaultUI-toolbar button.active {
  border: 1px solid #aaa;
  background-color: #fff;
}

.tui-editor-defaultUI-toolbar button:first-child {
  margin-left: 0;
}

.tui-editor-defaultUI-toolbar button:last-child {
  margin-right: 0;
}

.tui-editor-defaultUI-toolbar button.tui-scrollsync {
  width: auto;
  color: #777777;
  border: 0;
}

.tui-editor-defaultUI button.tui-scrollsync:after {
  content: 'Scroll off';
}

.tui-editor-defaultUI button.tui-scrollsync.active {
  color: #4b96e6;
  font-weight: bold;
}

.tui-editor-defaultUI button.tui-scrollsync.active:after {
  content: 'Scroll on';
}

.tui-editor-defaultUI .te-mode-switch-section {
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  height: 20px;
  font-size: 12px;
}

.tui-editor-defaultUI .te-mode-switch {
  float: right;
  height: 100%;
}

.tui-editor-defaultUI .te-switch-button {
  width: 92px;
  height: inherit;
  background: #e5e5e5;
  outline: 0;
  color: #a0aabf;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.tui-editor-defaultUI .te-switch-button.active {
  background-color: #fff;
  color: #000;
}

.tui-editor-defaultUI .te-markdown-tab-section {
  float: left;
  height: 31px;
  background: #fff;
}

.te-markdown-tab-section .te-tab {
  margin: 0 -7px 0 24px;
  background: #fff;
}

.tui-editor-defaultUI .te-tab button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 1;
  font-size: 13px;
  background-color: #f9f9f9;
  border: solid 1px #e5e5e5;
  border-top: 0;
  padding: 0 9px;
  color: #777;
  border-radius: 0;
  outline: 0;
}

.te-markdown-tab-section .te-tab button:last-child {
  margin-left: -1px;
}

.te-markdown-tab-section .te-tab button.te-tab-active,
.te-markdown-tab-section .te-tab button:hover.te-tab-active {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  z-index: 2;
}

.te-markdown-tab-section .te-tab button:hover {
  background-color: #fff;
  color: #333;
}

.tui-popup-modal-background {
  background-color: rgba(202, 202, 202, 0.6);
  position: fixed;
  margin: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.tui-popup-wrapper.fit-window,
.tui-popup-modal-background.fit-window .tui-popup-wrapper {
  width: 100%;
  height: 100%;
}

.tui-popup-wrapper {
  width: 500px;
  margin-right: auto;
  border: 1px solid #cacaca;
  background: white;
  z-index: 9999;
}

.tui-popup-modal-background .tui-popup-wrapper {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tui-popup-header {
  padding: 10px;
  height: auto;
  line-height: normal;
  position: relative;
  border-bottom: 1px solid #cacaca;
}

.tui-popup-header .tui-popup-header-buttons {
  float: right;
}

.tui-popup-header .tui-popup-header-buttons button {
  padding: 0px;
  background-color: transparent;
  background-size: cover;
  float: left;
}

.tui-popup-header .tui-popup-close-button {
  margin: 3px;
  width: 13px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5GMjc2Qzc4MC0zM0JBLTQ3MTItQTM3OC04RkQwQUNDOTFDRTk8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImxuYi1mb2xkZXItZGVsIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiM3Nzc3NzciPiAgICAgICAgICAgIDxwYXRoIGQ9Ik01LDMuNTg1Nzg2NDQgTDEuNzA3MTA2NzgsMC4yOTI4OTMyMTkgTDAuMjkyODkzMjE5LDEuNzA3MTA2NzggTDMuNTg1Nzg2NDQsNSBMMC4yOTI4OTMyMTksOC4yOTI4OTMyMiBMMS43MDcxMDY3OCw5LjcwNzEwNjc4IEw1LDYuNDE0MjEzNTYgTDguMjkyODkzMjIsOS43MDcxMDY3OCBMOS43MDcxMDY3OCw4LjI5Mjg5MzIyIEw2LjQxNDIxMzU2LDUgTDkuNzA3MTA2NzgsMS43MDcxMDY3OCBMOC4yOTI4OTMyMiwwLjI5Mjg5MzIxOSBMNSwzLjU4NTc4NjQ0IFoiIGlkPSJDb21iaW5lZC1TaGFwZSI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}

.tui-popup-header .tui-popup-title {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  vertical-align: bottom;
}

.tui-popup-body {
  padding: 15px;
  font-size: 12px;
}

.tui-editor-popup {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -250px;
}

.tui-editor-popup.tui-popup-modal-background {
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0px;
}

.tui-editor-popup .tui-popup-body label {
  font-weight: bold;
  color: #666;
  display: block;
  margin: 10px 0 5px;
}

.tui-editor-popup .tui-popup-body .te-button-section {
  margin-top: 15px;
}

.tui-editor-popup .tui-popup-body input[type='text'],
.tui-editor-popup .tui-popup-body input[type='file'] {
  padding: 4px 10px;
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.tui-editor-popup .tui-popup-body input[type='text'].disabled {
  border-color: #e5e5e5;
  background-color: #eee;
  color: #e5e5e5;
}

.tui-editor-popup .tui-popup-body input.wrong {
  border-color: #ff0000;
}

.te-popup-add-link .tui-popup-wrapper {
  height: 219px;
}

.te-popup-add-image .tui-popup-wrapper {
  height: 243px;
}

.te-popup-add-image .te-tab {
  display: block;
  background: none;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 8px;
}

.te-popup-add-image .te-url-type {
  display: none;
}

.te-popup-add-image .te-file-type {
  display: none;
}

.te-popup-add-image div.te-tab-active,
.te-popup-add-image form.te-tab-active {
  display: block;
}

.te-popup-add-image .te-tab button {
  border: 1px solid #ccc;
  background: #eee;
  min-width: 100px;
  margin-left: -1px;
  border-bottom: 0px;
  border-radius: 3px 3px 0px 0px;
}

.te-popup-add-image .te-tab button.te-tab-active {
  background: #fff;
}

.te-popup-add-table .te-table-selection {
  position: relative;
}

.te-popup-add-table .te-table-body {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAARCAYAAAAougcOAAAC7mlDQ1BJQ0MgUHJvZmlsZQAAeAGFVM9rE0EU/jZuqdAiCFprDrJ4kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpFKN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJQTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog836Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcdB2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObEhj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqHBX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOrBhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2bmrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XMlymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx/GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIXv9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NSUtcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8/UXAeIuJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAOklEQVQ4EWO8e/fuPwYGBkYgphlgAZmspKREMwtABjPR1HSo4aOWkBTKo8E1GlwkhQBJikdT1wgNLgAMSwQgckFvTgAAAABJRU5ErkJggg==');
}

.te-popup-add-table .te-table-header {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAARCAYAAAAougcOAAAC7mlDQ1BJQ0MgUHJvZmlsZQAAeAGFVM9rE0EU/jZuqdAiCFprDrJ4kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpFKN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJQTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog836Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcdB2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObEhj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqHBX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOrBhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2bmrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XMlymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx/GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIXv9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NSUtcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8/UXAeIuJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAOklEQVQ4EWO8e/fuPwYGBkYgphlgAZksLCxMMwtABjPR1HSo4aOWkBTKo8E1GlwkhQBJikdT1wgNLgDxKwPzTeWPdAAAAABJRU5ErkJggg==');
}

.te-popup-add-table .te-selection-area {
  position: absolute;
  top: 0;
  left: 0;
  background: #80d2ff;
  opacity: 0.3;
  z-index: 999;
}

.te-popup-add-table .te-description {
  margin: 10px 0 0 0;
  text-align: center;
}

.te-popup-table-utils {
  width: auto;
  min-width: 120px;
}

.te-popup-table-utils .tui-popup-body {
  padding: 0px;
}

.te-popup-table-utils button {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 0px 10px 0px 10px;
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  color: #777;
}

.te-popup-table-utils button:hover {
  background-color: #f4f4f4;
}

.te-popup-table-utils hr {
  margin: 0;
  background-color: #cacaca;
  border-style: none;
  height: 1px;
}

.te-popup-table-utils .te-context-menu-disabled {
  color: #ccc;
}

.te-popup-table-utils .te-context-menu-disabled:hover {
  background-color: #fff;
}

.te-heading-add {
  width: auto;
}

.te-heading-add .tui-popup-body {
  padding: 0;
}

.te-heading-add h1,
.te-heading-add h2,
.te-heading-add h3,
.te-heading-add h4,
.te-heading-add h5,
.te-heading-add h6,
.te-heading-add ul,
.te-heading-add p {
  padding: 0;
  margin: 0;
}

.te-heading-add ul {
  list-style: none;
}

.te-heading-add ul li {
  padding: 2px 10px;
  cursor: pointer;
}

.te-heading-add ul li:hover {
  background-color: #eee;
}

.te-heading-add h1 {
  font-size: 24px;
}

.te-heading-add h2 {
  font-size: 22px;
}

.te-heading-add h3 {
  font-size: 20px;
}

.te-heading-add h4 {
  font-size: 18px;
}

.te-heading-add h5 {
  font-size: 16px;
}

.te-heading-add h6 {
  font-size: 14px;
}

.te-dropdown-toolbar {
  position: absolute;
  width: auto;
}

.te-dropdown-toolbar .tui-popup-body {
  padding: 0px;
}

.tui-popup-color {
  padding: 0;
}

.tui-popup-color .tui-colorpicker-container,
.tui-popup-color .tui-colorpicker-palette-container {
  width: 144px;
}

.tui-popup-color .tui-colorpicker-container ul {
  width: 144px;
  margin-bottom: 8px;
}

.tui-popup-color .tui-colorpicker-container li {
  padding: 0 1px 1px 0;
}

.tui-popup-color .tui-colorpicker-container li .tui-colorpicker-palette-button {
  border: 0;
  width: 17px;
  height: 17px;
}

.tui-popup-color .tui-popup-body {
  padding: 10px;
}

.tui-popup-color .tui-colorpicker-container .tui-colorpicker-palette-toggle-slider {
  display: none;
}

.tui-popup-color .te-apply-button,
.tui-popup-color .tui-colorpicker-palette-hex {
  float: right;
}

.tui-popup-color .te-apply-button {
  height: 21px;
  width: 35px;
  background: #fff;
  border: 1px solid #efefef;
  position: absolute;
  bottom: 135px;
  right: 10px;
  color: black;
}

.tui-popup-color .tui-colorpicker-container .tui-colorpicker-palette-hex {
  border: 1px solid #e1e1e1;
  padding: 3px 14px;
  margin-left: -1px;
}

.tui-popup-color .tui-colorpicker-container div.tui-colorpicker-clearfix {
  display: inline-block;
}

.tui-popup-color .tui-colorpicker-container .tui-colorpicker-palette-preview {
  width: 19px;
  height: 19px;
}

.tui-popup-color .tui-colorpicker-slider-container .tui-colorpicker-slider-right {
  width: 22px;
}

.tui-popup-color .tui-colorpicker-slider-container .tui-colorpicker-huebar-handle {
  display: none;
}

.tui-tooltip {
  position: absolute;
  background-color: #222;
  z-index: 999;
  opacity: 0.8;
  color: #fff;
  padding: 2px 5px;
  font-size: 10px;
}

.tui-tooltip .arrow {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 6px;
  z-index: -1;
}

.tui-toolbar-icons {
  background: url(data:image/png;base64,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);
  background-size: 218px 188px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .tui-toolbar-icons {
    background: url(data:image/png;base64,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Xqz8qBcJkED0BGIbcoxe1QtDor4qT80zFpNh01flYWg2e1Fo2C6Me5NnSQLFToAeWpFfITFmxbrCUdCJMeMKxyK/iageCZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACQQgkA5QNlTRRYsWZbwEbNu2LTFdnPSAftc6pas06PesihdTmIurXdekOefi6qBfpJyD8rHrk+s4LM+gfHLpY8+P+r6Ngmc6nf7q1q1b6+26RnEcBc/S0tLmLVu2HI5Cn6Ay7Hxz3V9BywfVx17ezjfX/RW0vL29oMclQSuwPAmQAAnkS0A3ZrW1tR9Gh1ebr6w46unGrK6ubiz0GxdHO5QZD4HEDJo8aeBmmWk7jf2SnuspxFYnlkN50pg8efJLNuHdki67LZ2HJEACAQnYjVl/f/+PIeLxYjFqdmPW0dExC/rNpFELeKELWDwxgybn2NfXt1A/V9zg2/XjQsePHz8+StcBN/gZ/ZhxEiCB/Ai4GLMKSCvFXnCj5mTMYHDVNAiNWn6XPfFaZUm2iJt6YSZzfioN8e1Jtp+rLegzUi8Dfdv14yTiixcvbhw7duxdDQ0Nb/ppL2nvdsmSJZfMmzfvQH19fb9P/Qrq3SbNxw8Tvcxg9/6D8pVhRsMzE2OmthJslodJlRE2DMpXhhnFM9OMWVaFsrKyRB/+w573hVo/0YsEg7FQB42nou36caHj8CAtP6qamprEPTQwuq21tfX3GOa4vNA8nNoHo/G7d++eD/2qnPKZRgJuBFyMWQbGbHVTU9NDbvWSSvcwZvs3b958PCk92E7+BBIzaPJkDzVnaKrux0qi17XjgkbXrFkzDAroT43da9eu7SqQUmLMxKjVFah9z2Z7e3sr8TAyb+nSpTWeBZl5wRGQewKjDP/bfuLFYswwslAmhsuuH42ZncjgPE7MoHH+LPANMhw1HpUhyNWrV0u8qDZczxIYthnyoIJOIrH7qKggUBkLATFmuCf+E4k/xsPYCpVZTMZsx44dc86ePXvpypUrxyv9aMwUicEfJjaHxvmz/G4WYwjyOnQQizAf8LJdCpLPT0raMx2Og855OIiwJBlDkCOgx17I7rBk4gDpnu/32csHnfOw1w96HJSfXX7UPO3yg/Kz10+Kp2bMrsQ9m8LvvRG6pzCc2OowZ5b4MKN4ZmLMwCc7VI55sktg1ES/Ppc5s6IYZgx7f9rvh6iPw96fUeuT2JM1589CXToOQYbCx8pxE8CDzbUwYvNVO/i9l4hRKwZjJjrBmI2A8apU+kkoRq2YjZmuK+P+CCRi0Dh/5u9i5CqFDiKQN5ZLXtT55eXlRa1f1OdLeecJ4Msfv4ARq8U92qNSxaghrs9LO3pmGFavV3XiCuGpnsK87z4YNcs96rCacYBnhv5ralx6UW60BBIxaJw/C33RZKjxOnQaj4WWFIMALGnuxDXetX79+hMxiKfIQUIARuMJu1HTVHc1Zqhzr1YutuimTZtanYyaahD3saMxw709RZVhWNwEEplDw1Mb3z/L8z4Au8e83kuLew4nl9roIE7MnTvX9b20pOZwcunpll9ofm56qfRi56f0VCH0fQLzKrIg5HHs8tJ0doNn9En70nzxzJIyZkoPMWrQT16Ytny1qLKy8uCGDRssS/PFMyu0Mct1fxZ6ji3X/Zn0HFsiBg037UJ1Q0mITnC7flzoOG7agr9/5sDgTRizu4rVK8M17K+oqDhAr8zhyl3gSejkmtCRCYWsUYMx+wSM2TodSyGMmWof+p009MsaNcOYHVX5EhaDMdP1YdwfgdiHHDl/5u9C2EpxiNEGhIeDi4AYNWi83MmYyZkk7ZnZ6YlRQ9o+J2MmZQvtmdn15bE/ArF7aLgxFuqqwOvYrh8XOl5s32/MNcRYaF65hhgLrR/bLx4ChlErHoVsmhhGzZbKw8FMIHaDhg6a82cB7hAMMdYFKC7veVlWbeWqix+xzB/kvQX9ukvQMXTo92zeyjlUDMrHQYRnUlieQfl4KuOQGTVPexNx87W3F/Q4br5B9WH5eAnEPuTI+bN4LyClkwAJkAAJnCMQm4fm9uSGIch9yEuFfbINewHdntxaWlquMPSL1FMIqy/rkwAJkAAJeBOI3UPzbp65JEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJFC8BNJRq7Zo0aKMLnPbtm2ebQQtr8vOJ472rtXrQb9n9WN7PGh5e/24j+38crWX63rkqh80384vV/1c1yNXfXt+UD72+rmOw/IMyieXPvb8qHkq+dB7TDqdvgPHtZlMZrak4/gVBE04fgjtnpI0tfm4Ds2ov728vPwLjz/++CFVL98Q7ZWWlZXV9Pf3j8M+TOSUlJR0YT/Z29t7HPr16bJzXQfI6oF+7T09PYdQt1uvG1fc0Om/bfLf5nRNX5xytaXftdVJvaX5j579sL28n+MVK1aM6OzsnKeXrays3LVhw4azeprEd065xtLv2vPnN//Bsx+2l3c7LnHLYDoJkAAJOBFYvHjxDUh/CYbrO9ivQ3ys7BKXNMkzyiDqe5uCuku7u7ufX758+TTftRwKrlq1ahQM0AIYrmkwZsNRpFR2iUua5EkZh6quSahXDmNWjQKXw9BUuBaMMAMG9E67OKc0e5mkjvv6+mrsbTml2cvEeUyDFiddyiaBIUYAnfn7YXh+jtPyMjrTpMySJUv+Zx6nPw6G4+/yqJetAmM4+uzZs7PFALnJkDwpI2Xdynikl8KL9Dp3j6r+s8B5pBh4ew1Jkzx7etLH0EEeEMbZ25U0ybOnJ3VMg5YUabZDAoOcwK233joFHkITTiM7hOd1Oij3Mzytv+BVxiPvfR55rlmrV68uh4c3C51qzuG10tLSthEjRnS4CvPIgFFJwqAsgwrZdsDy97IbKkma5BV6G4frm7UfGMZ9U3ZRyEgbYOiSUrYsqYbYTjgC+LEOb2trW7d169Y6XRLG03P+ePXyccXr6+tLdu3aNX3Lli2v6204jffr+XHHi4WP23kWmo+bXk7pMBb3ozOXYTd9a0Rn9nUM4x1D/v9Ax3sP9n9oamrapheyx+3XBU/15hwQ2phq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Q4EADMZCdR5O82cqr1BhrvmzQunFdqMhEGr8368KGKb7NDyb7xnl/xHDjWu86sKIrUX+J6UMjMZnMPz3917lw+bJC9dYij/NkHMM+h3wkgn9piM/a2j5TpoXKeaRAAmQQHIEEvHQ9OFGPLW5Djeq09bL6HVVftSh/l4ZPlLsOtyo2tXL6HVVPkMSIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESGKwE0oNV8aGq92uvvZaJ89wuvfTSUNd8//7918ap34wZM56NUz5lkwAJDF0CJUP31HhmJEACJEACFxIBGrQL6WrzXEmABEhgCBOgQRvCF5enRgIkQAIXEoGyOE520aJFEyD389jfg33Otm3barzaCVreS5afvNWrV5efPXt2Un9//8je3t5K6PecV72g5b1kRZF3+PDh1AMPPGAR9alPfSo1depUS1qhDg4cOOCo3/Tp0wulEtslARK4AAhEbtBqa2v/DIZiI9iN9MMvaHk/Mr3K1NXVjT19+vTMvr4+X95p0PJebUeV9+yzA9dNSFqxGLQ//OEPA05V0mjQBmBhAgmQQIQEIjVoixcvfi+M2VboVyE6ptPpdRUVFV930zdoeTc5ftNXrVo1Cp7ZLOioVvodq66ubnarH7S8m5wo02GIU889N9ChlLRbbrklVVpaGmVzgWX19PSkXnzxxQH1JO1DH/pQqry8fEAeE0iABLwJjFtx2HP188kNU1Wf5i0oZG4uPQaKT+8vSaV/MnbspHteXZvuGpgfbUpkBg3DhtKTPog9a8wQ/rapqemTMGqOFyJo+bCnnclk0suWLZuujFlZWdnZTZs2HXTTL2j5sPr5rb9r164UjHK2uPLIZAhS0iRvwYIFfkXFUk50OHXqVFa28shkCFLSJO8tb3lLLO1GJbS+vn6iyEJ4NCqZUcr5wQ9+kH0iuPPOO3uilEtZJBAPgcyM/lTmMydP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VSp27NgxTQnDMOHxMWPG7JIhQ5WmhximPIrjl5E/wDhDRzHI+6L8yr5qW7fqKo0hCZAACZBATATgVaXx+ag/QPxVWhP3whB9TR3Da6tAx38zvJp3I03iexD+BwyehPLVEFl08Uns02F85MXm38HA/Ezm4yQ/is3QU96Py3qQIhOGqhlf+zeNqXhtr7/+unx8eCSGJtNY/NGFMqcbGxuzhk7OA9tEyKrAufSgzFn8r7Y2mY+LQke7DBo0OxEekwAJkEDMBLCwYjbmop5BR69/eeNHMAir8RmpwC9Ew3B8ECr/GkaxPUrVjU9dzYNM8zNWMK5t8+fP3w+jZA59+m0TespnsdqhZ2QvU+ttm0rqiYyTAAmQAAnER+DFF188CU/lWXhWS9GK6ocvhxdzB9JHX3nllbteeuml7Ff43bQQD2r37t0LYVxkwUg9ZHVgWPBXbuXzSX/uued6r7766jfR1jhpT2QgrDx27NgE6FmKvevll1/2NE5S7+DBg6Og5wyc3xSsiOx/4YUXIjW86tzooSkSDEmABEggYQIYenwvOvxtaHaiQ9MvI+3XMFSHUOY4PCMZpqtCXIzLfKRfj/BirV4b3hObieE+c4Wilhcqavwjz1kwSOZ7bkqgzKNBl3bo143VjlmvDWkl0K0UexXSR8AbLVflEfbBEL6Uj4enyXCM0qA5YmEiCZAACSRDAP8j7WIYCvmnnjeFbHEf5q8+ijmuP4aU41hd5sNgnC6BrpbVio6FvRO78f7da1HO96nmaNAUCYYkQAIkUEAC8NZugFGThSHvCaIGvKPnUe8HMBIPyftsQermU1a8NXwJZCrqmv9ixqcc+Wr/Mby6cBw66++x+ayeuxgNWm5GLEECJEACiRFYvnz5NAzRfRBG6gPYZ6JhGY6cYChwCsbgOOIvYn8WHtm/RfmlDaMNX4F4bBhaHA19RmP14jAZjoQHp4YW+xDvRV4HzuEszuc0FoKY/4bGVwMsRAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAKDgMD/D2WyCk5hENCOAAAAAElFTkSuQmCC);
    background-size: 218px 188px;
    display: inline-block;
  }
}

.tui-toolbar-icons.tui-heading {
  background-position: -172px -48px;
}

.tui-toolbar-icons.tui-heading:disabled {
  background-position: -193px -48px;
}

.tui-toolbar-icons.tui-bold {
  background-position: -4px -4px;
}

.tui-toolbar-icons.tui-bold:disabled {
  background-position: -25px -4px;
}

.tui-toolbar-icons.tui-italic {
  background-position: -4px -48px;
}

.tui-toolbar-icons.tui-italic:disabled {
  background-position: -25px -48px;
}

.tui-toolbar-icons.tui-color {
  background-position: -172px -70px;
}

.tui-toolbar-icons.tui-color:disabled {
  background-position: -193px -70px;
}

.tui-toolbar-icons.tui-strike {
  background-position: -4px -26px;
}

.tui-toolbar-icons.tui-strike:disabled {
  background-position: -25px -26px;
}

.tui-toolbar-icons.tui-hrline {
  background-position: -46px -92px;
}

.tui-toolbar-icons.tui-hrline:disabled {
  background-position: -67px -92px;
}

.tui-toolbar-icons.tui-quote {
  background-position: -4px -114px;
}

.tui-toolbar-icons.tui-quote:disabled {
  background-position: -25px -114px;
}

.tui-toolbar-icons.tui-ul {
  background-position: -46px -4px;
}

.tui-toolbar-icons.tui-ul:disabled {
  background-position: -67px -4px;
}

.tui-toolbar-icons.tui-ol {
  background-position: -46px -26px;
}

.tui-toolbar-icons.tui-ol:disabled {
  background-position: -67px -26px;
}

.tui-toolbar-icons.tui-task {
  background-position: -130px -48px;
}

.tui-toolbar-icons.tui-task:disabled {
  background-position: -151px -48px;
}

.tui-toolbar-icons.tui-indent {
  background-position: -46px -48px;
}

.tui-toolbar-icons.tui-indent:disabled {
  background-position: -67px -48px;
}

.tui-toolbar-icons.tui-outdent {
  background-position: -46px -70px;
}

.tui-toolbar-icons.tui-outdent:disabled {
  background-position: -67px -70px;
}

.tui-toolbar-icons.tui-table {
  background-position: -88px -92px;
}

.tui-toolbar-icons.tui-table:disabled {
  background-position: -109px -92px;
}

.tui-toolbar-icons.tui-image {
  background-position: -130px -4px;
}

.tui-toolbar-icons.tui-image:disabled {
  background-position: -151px -4px;
}

.tui-toolbar-icons.tui-link {
  background-position: -130px -26px;
}

.tui-toolbar-icons.tui-link:disabled {
  background-position: -151px -26px;
}

.tui-toolbar-icons.tui-code {
  background-position: -130px -92px;
}

.tui-toolbar-icons.tui-code:disabled {
  background-position: -151px -92px;
}

.tui-toolbar-icons.tui-codeblock {
  background-position: -130px -70px;
}

.tui-toolbar-icons.tui-codeblock:disabled {
  background-position: -151px -70px;
}

.tui-toolbar-icons.tui-more {
  background-position: -172px -92px;
}

.tui-toolbar-icons.tui-more:disabled {
  background-position: -193px -92px;
}
.tui-colorpicker-svg-slider {
  border: 1px solid #ebebeb;
}
.tui-colorpicker-vml-slider {
  border: 1px solid #ebebeb;
}
.tui-colorpicker-svg-huebar {
  border: 1px solid #ebebeb;
}

.tui-editor-pseudo-clipboard {
  position: fixed;
  left: -1000px;
  top: -1000px;
  width: 100px;
  height: 100px;
}

.te-ww-block-overlay.code-block-header {
  text-align: right;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.te-ww-block-overlay.code-block-header span {
  font-size: 10px;
  font-weight: 600;
  padding: 0px 10px;
  color: #333333;
  cursor: default;
}

.te-ww-block-overlay.code-block-header button {
  margin: 8px;
  font-size: 10px;
  color: #333333;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 4px;
  height: auto;
}

.te-popup-code-block-languages {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
}

.te-popup-code-block-languages .tui-popup-body {
  max-height: 169px;
  overflow: auto;
  padding: 0px;
}

.te-popup-code-block-languages button {
  width: 100%;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 0px 10px 0px 10px;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  color: #777;
}

.te-popup-code-block-languages button.active {
  background-color: #f4f4f4;
}

.tui-popup-code-block-editor .tui-popup-wrapper {
  width: 70%;
  height: 70%;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.te-input-language {
  position: relative;
  margin-left: 15px;
  cursor: pointer;
}

.te-input-language input {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding: 3px 5px;
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
  outline: none;
}

.te-input-language input::-ms-clear {
  display: none;
}

.te-input-language::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxMiAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT42Q0NBRDk2QS0yMjYxLTRFNDAtOTk1RC1DRUUyQUREQUQ3NkQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbS10cmFuZ2xlLWQtc2lkZSIgZmlsbD0iIzU1NTU1NSI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS03IiBwb2ludHM9IjIgNSAxMCA1IDYgMTAiPjwvcG9seWdvbj4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  position: absolute;
  top: 1px;
  right: 3px;
}

.te-input-language.active::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxMiAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5BNEZDRkIzMy0zNjdBLTREMjAtOEEyNC1DQ0I2ODFBMDZDODg8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbS10cmFuZ2xlLXVwLXNpZGUiIGZpbGw9IiM1NTU1NTUiPiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4wMDAwMDAsIDYuNTAwMDAwKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC02LjAwMDAwMCwgLTYuNTAwMDAwKSAiIHBvaW50cz0iMiA0IDEwIDQgNiA5Ij48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
}

.tui-popup-code-block-editor button {
  margin: -1px 3px;
}

.tui-popup-code-block-editor .tui-popup-header-buttons {
  height: 20px;
}

.tui-popup-code-block-editor .popup-editor-toggle-preview::after {
  content: 'Preview off';
  color: #777;
  margin-right: 22px;
}

.tui-popup-code-block-editor .popup-editor-toggle-preview.active::after {
  content: 'Preview on';
  color: #4b96e6;
}

.tui-popup-code-block-editor .popup-editor-toggle-scroll::after {
  content: 'Scroll off';
  color: #777;
  margin-right: 16px;
}

.tui-popup-code-block-editor .popup-editor-toggle-scroll.active::after {
  content: 'Scroll on';
  color: #4b96e6;
}

.tui-popup-code-block-editor .popup-editor-toggle-fit {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 14px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT40OUQ4RTYyMy1GRTAyLTQ1RUUtQkQ5Ri0xMjUyQjEzRTU1MkQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbnRlbnRzLWV4cGFuZCIgZmlsbD0iIzU1NTU1NSI+ICAgICAgICAgICAgPHBhdGggZD0iTTMsMyBMOSwzIEw5LDUgTDUsNSBMNSw5IEwzLDkgTDMsMyBaIE0xNSwxNSBMOSwxNSBMOSwxMyBMMTMsMTMgTDEzLDkgTDE1LDkgTDE1LDE1IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wMDAwMDAsIDkuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC05LjAwMDAwMCwgLTkuMDAwMDAwKSAiPjwvcGF0aD4gICAgICAgICAgICA8cG9seWdvbiBpZD0iTGluZSIgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS41MDAwMDAsIDYuNTAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMS41MDAwMDAsIC02LjUwMDAwMCkgIiBwb2ludHM9IjkuMDg1Nzg2NDQgNS41IDEyLjUgOC45MTQyMTM1NiAxMy45MTQyMTM2IDcuNSAxMC41IDQuMDg1Nzg2NDQiPjwvcG9seWdvbj4gICAgICAgICAgICA8cG9seWdvbiBpZD0iTGluZS1Db3B5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNTAwMDAwLCAxMS41MDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTYuNTAwMDAwLCAtMTEuNTAwMDAwKSAiIHBvaW50cz0iNC4wODU3ODY0NCAxMC41IDcuNSAxMy45MTQyMTM2IDguOTE0MjEzNTYgMTIuNSA1LjUgOS4wODU3ODY0NCI+PC9wb2x5Z29uPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}

.tui-popup-code-block-editor .popup-editor-toggle-fit.active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT4wN0Q1MjlCRi1GNTIzLTREN0EtQTlGNi05NTUzNTU5RDNEMUE8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbnRlbnRzLXJlZHVjZSIgZmlsbD0iIzU1NTU1NSI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtMzIiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS41MDAwMDAsIDEyLjUwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtNS41MDAwMDAsIC0xMi41MDAwMDApICIgcG9pbnRzPSIzLjA4NTc4NjQ0IDExLjUgNi41IDE0LjkxNDIxMzYgNy45MTQyMTM1NiAxMy41IDQuNSAxMC4wODU3ODY0Ij48L3BvbHlnb24+ICAgICAgICAgICAgPHBhdGggZD0iTTksOSBMMTUsOSBMMTUsMTEgTDExLDExIEwxMSwxNSBMOSwxNSBMOSw5IFogTTksOSBMMyw5IEwzLDcgTDcsNyBMNywzIEw5LDMgTDksOSBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMDAwMDAwLCA5LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtOS4wMDAwMDAsIC05LjAwMDAwMCkgIj48L3BhdGg+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtMzMiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuNTAwMDAwLCA1LjUwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTIuNTAwMDAwLCAtNS41MDAwMDApICIgcG9pbnRzPSIxNC45MTQyMTM2IDYuNSAxMS41IDMuMDg1Nzg2NDQgMTAuMDg1Nzg2NCA0LjUgMTMuNSA3LjkxNDIxMzU2Ij48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
}

.tui-popup-code-block-editor .tui-popup-close-button {
  margin-top: 6px;
}

.tui-popup-code-block-editor .tui-popup-body {
  z-index: -1;
  padding: 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.tui-popup-code-block-editor .popup-editor-body {
  position: relative;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  border-bottom: 1px solid #cacaca;
}

.tui-popup-code-block-editor .te-button-section {
  padding: 15px;
}

.tui-popup-code-block-editor .te-button-section button {
  float: left;
}

.tui-popup-code-block-editor .tui-editor-contents pre {
  margin: 0px;
  background-color: transparent;
}

.tui-popup-code-block-editor .CodeMirror {
  height: auto;
}

.tui-popup-code-block-editor .CodeMirror-line {
  font-family: Consolas, Courier, 'Lucida Grande', '나눔바른고딕', 'Nanum Barun Gothic', '맑은고딕',
    'Malgun Gothic', sans-serif;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: -0.3px;
}

.tui-popup-code-block-editor .popup-editor-editor-wrapper {
  min-height: 100%;
}

.tui-split-scroll-wrapper {
  position: relative;
}

.tui-split-scroll {
  position: absolute;
}

.tui-split-scroll,
.tui-split-scroll-wrapper {
  width: 100%;
  height: 100%;
}

.tui-split-scroll .tui-split-content-left,
.tui-split-scroll .tui-split-content-right {
  position: absolute;
  top: 0px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tui-split-scroll .tui-split-content-left {
  left: 0px;
}

.tui-split-scroll .tui-split-content-right {
  left: 50%;
}

.tui-split-scroll .tui-splitter {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #cacaca;
}

.tui-split-scroll .tui-split-scroll-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.tui-split-scroll .tui-split-content-left,
.tui-split-scroll .tui-split-content-right {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.tui-split-scroll button.tui-scrollsync {
  top: 10px;
  opacity: 0.2;
}

.tui-split-scroll button.tui-scrollsync::after {
  content: 'scroll off';
}

.tui-split-scroll.scroll-sync button.tui-scrollsync {
  opacity: 0.5;
}

.tui-split-scroll.scroll-sync .tui-split-content-left,
.tui-split-scroll.scroll-sync .tui-split-content-right {
  height: auto;
  overflow: initial;
}

.tui-split-scroll.scroll-sync button.tui-scrollsync::after {
  content: 'scroll on';
}

.tui-split-scroll.scroll-sync .tui-split-scroll-content {
  overflow-y: auto;
}

.tui-split-scroll.single-content .tui-splitter {
  display: none;
}

.tui-split-scroll.single-content .tui-split-content-left {
  width: 100%;
}

.tui-split-scroll.single-content .tui-split-content-right {
  display: none;
}

.tui-split-scroll.single-content button.tui-scrollsync {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .tui-split-scroll-wrapper .tui-splitter {
    left: calc(50% - 9px);
  }
}

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
  .tui-split-scroll-wrapper .tui-splitter {
    left: calc(50% - 9px);
  }
}

@media screen and (max-width: 480px) {
  .tui-popup-wrapper {
    max-width: 300px;
  }

  .tui-editor-popup {
    margin-left: -150px;
  }

  .te-dropdown-toolbar {
    max-width: none;
  }
}

@charset "utf-8";
.tui-editor-contents {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
    'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
}

.tui-editor-contents *:not(table) {
  line-height: 160%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.tui-editor-contents i,
.tui-editor-contents cite,
.tui-editor-contents em,
.tui-editor-contents var,
.tui-editor-contents address,
.tui-editor-contents dfn {
  font-style: italic;
}

.tui-editor-contents strong {
  font-weight: bold;
}

.tui-editor-contents p {
  margin: 10px 0;
  color: #222;
}

.tui-editor-contents > h1:first-of-type,
.tui-editor-contents > div > div:first-of-type h1 {
  margin-top: 14px;
}

.tui-editor-contents h1,
.tui-editor-contents h2,
.tui-editor-contents h3,
.tui-editor-contents h4,
.tui-editor-contents h5,
.tui-editor-contents h6 {
  font-weight: bold;
  color: #222;
}

.tui-editor-contents h1 {
  font-size: 24px;
  line-height: 28px;
  border-bottom: 3px double #999;
  margin: 52px 0 15px 0;
  padding-bottom: 7px;
}

.tui-editor-contents h2 {
  font-size: 22px;
  line-height: 23px;
  border-bottom: 1px solid #dbdbdb;
  margin: 20px 0 13px 0;
  padding-bottom: 7px;
}

.tui-editor-contents h3 {
  font-size: 20px;
  margin: 18px 0 2px;
}

.tui-editor-contents h4 {
  font-size: 18px;
  margin: 10px 0 2px;
}

.tui-editor-contents h3,
.tui-editor-contents h4 {
  line-height: 18px;
}

.tui-editor-contents h5 {
  font-size: 16px;
}

.tui-editor-contents h6 {
  font-size: 14px;
}

.tui-editor-contents h5,
.tui-editor-contents h6 {
  line-height: 17px;
  margin: 9px 0 -4px;
}

.tui-editor-contents del {
  color: #999;
}

.tui-editor-contents blockquote {
  margin: 14px 0;
  border-left: 4px solid #e5e5e5;
  padding: 0 16px;
  color: #999;
}

.tui-editor-contents blockquote p,
.tui-editor-contents blockquote ul,
.tui-editor-contents blockquote ol {
  color: #999;
}

.tui-editor-contents blockquote > :first-child {
  margin-top: 0;
}

.tui-editor-contents blockquote > :last-child {
  margin-bottom: 0;
}

.tui-editor-contents pre,
.tui-editor-contents code {
  font-family: Consolas, Courier, 'Apple SD 산돌고딕 Neo', -apple-system, 'Lucida Grande',
    'Apple SD Gothic Neo', '맑은 고딕', 'Malgun Gothic', 'Segoe UI', '돋움', dotum, sans-serif;
  border: 0;
  border-radius: 0;
}

.tui-editor-contents pre {
  margin: 2px 0 8px;
  padding: 18px;
  background-color: #f5f7f8;
}

.tui-editor-contents code {
  color: #c1798b;
  background-color: #f9f2f4;
  padding: 2px 3px;
  letter-spacing: -0.3px;
  border-radius: 2px;
}

.tui-editor-contents pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}

.tui-editor-contents pre.addon {
  border: 1px solid #e8ebed;
  background-color: #fff;
}

.tui-editor-contents img {
  margin: 4px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}

.tui-editor-contents table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 12px 0 14px;
  color: #222;
  width: auto;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tui-editor-contents table th,
.tui-editor-contents table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 14px 5px 12px;
  height: 32px;
}

.tui-editor-contents table th {
  background-color: #555;
  font-weight: 300;
  color: #fff;
  padding-top: 6px;
}

.tui-editor-contents ul,
.tui-editor-contents menu,
.tui-editor-contents ol,
.tui-editor-contents dir {
  display: block;
  list-style-type: none;
  padding-left: 24px;
  margin: 6px 0 10px;
  color: #222;
}

.tui-editor-contents ol {
  list-style-type: none;
  counter-reset: li;
}

.tui-editor-contents ol > li {
  counter-increment: li;
}

.tui-editor-contents ul > li::before,
.tui-editor-contents ol > li::before {
  display: inline-block;
  position: absolute;
}

.tui-editor-contents ul > li::before {
  content: '';
  margin-top: 6px;
  margin-left: -17px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ccc;
}

.tui-editor-contents ol > li::before {
  content: '.' counter(li);
  margin-left: -28px;
  width: 24px;
  text-align: right;
  direction: rtl;
  color: #aaa;
}

.tui-editor-contents ul ul,
.tui-editor-contents ul ol,
.tui-editor-contents ol ol,
.tui-editor-contents ol ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tui-editor-contents ul li,
.tui-editor-contents ol li {
  position: relative;
}

.tui-editor-contents ul p,
.tui-editor-contents ol p {
  margin: 0;
}

.tui-editor-contents ul li.task-list-item::before,
.tui-editor-contents ol li.task-list-item::before,
.tui-editor-contents pre ul li::before {
  content: '';
}

.tui-editor-contents th ol,
.tui-editor-contents th ul {
  color: #fff;
}

.tui-editor-contents hr {
  border-top: 1px solid #eee;
  margin: 16px 0;
}

.tui-editor-contents a {
  text-decoration: underline;
  color: #4b96e6;
}

.tui-editor-contents a:hover {
  color: #1f70de;
}

.tui-editor-contents a.image-link {
  position: relative;
}

.tui-editor-contents a.image-link::before {
  content: '';
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  top: 2px;
  right: 2px;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAAA/0lEQVQ4Ee2UIY6FQAyG/91wAQQJDg8SSwI3QIFAcQHuwFHQoOAEEFAELB6H4wIku+9vQgIP9zLyVbTTTufLtJ3MzzRNf1AoGlmu6ypBzvOMXyWkC+QLvDTjw6VM+Xr2OA6UZYmu67Dvu2zleX6zuq7D933EcQxNuyPu3usYYXVdw/M8mKYpIMMwxEZRJHbbNsmhkySJxE71APJmhGVZhnVdURQFlmU585GmKSzLEp+570Dlz+ZxQ/aGJVNYsm3bCIJA/LZtMY4jmqbBMAwIw1DiV/UAstEUltP3vawdxxFbVZVYDoWwM1eCp+LnoErIUt7DL/Ac1edWng1/WlXyD380myY5A34sAAAAAElFTkSuQmCC');
  cursor: pointer;
}

.tui-editor-contents .task-list-item {
  border: 0;
  list-style: none;
  padding-left: 24px;
  margin-left: -24px;
}

.tui-editor-contents .task-list-item::before {
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  content: '';
  margin-left: 0;
  margin-top: 0;
  border-radius: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  cursor: pointer;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEqADAAQAAAABAAAAEgAAAACaqbJVAAAAQklEQVQ4EWM8c+bMfwYqABaQGcbGxhQZdfbsWQYmikxA0jxqEFJg4GCOhhGOgEESHg0jpMDAwRx8YQQuj0DlCaUAAEdBCPJ7TaEPAAAAAElFTkSuQmCC');
}

.tui-editor-contents .task-list-item.checked::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEqADAAQAAAABAAAAEgAAAACaqbJVAAAA1ElEQVQ4EWP0nvbsPwMVABMVzAAbMWoQIiT5OJgYvLS5EAJQFguGCB4BkCHt/kIM8kKsYFXbrn6DqyY6sJENefjuN8ORuz/ghoAYWA0COR2kEQbQDanc+I7h049/MGkwjVANFQYZkmXHD/YCyABiDAFpxQgjkJO9dbjA4QAKDxAAhQnIO9hcAlYAJDBcBHIySANII8gAYgwBGYZhEEgQZFjVJohhhFwCUg8CjPgyLT8nE8N/YJZGD1iIVlQSI4yQpT9+R40ZZDl0NlavoSsihj/4DAIAR+hZHUj727YAAAAASUVORK5CYII=');
}

.tui-editor-contents .task-list-item input[type='checkbox'],
.tui-editor-contents .task-list-item .task-list-item-checkbox {
  margin-left: -17px;
  margin-right: 3.8px;
  margin-top: 3px;
}

.tui-editor-contents-placeholder::before {
  content: attr(data-placeholder);
  color: grey;
  line-height: 160%;
  position: absolute;
}

.te-preview .tui-editor-contents h1 {
  min-height: 28px;
}

.te-preview .tui-editor-contents h2 {
  min-height: 23px;
}

.te-preview .tui-editor-contents blockquote {
  min-height: 20px;
}

.te-preview .tui-editor-contents li {
  min-height: 22px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+11 */
  .te-ww-container .tui-editor-contents li {
    vertical-align: middle;
  }

  .te-ww-container .tui-editor-contents ul > li::before,
  .te-ww-container .tui-editor-contents ol > li::before,
  .te-ww-container .tui-editor-contents .task-list-item:before {
    position: static;
    vertical-align: middle;
  }

  .te-ww-container .tui-editor-contents ul > li::before {
    margin-top: -3px;
    margin-right: 12px;
  }

  .te-ww-container .tui-editor-contents ol > li::before {
    margin-right: 6px;
  }

  .te-ww-container .tui-editor-contents .task-list-item {
    padding-left: 2px;
  }
}

.tui-editor-contents .te-preview-highlight {
  position: relative;
  z-index: 0;
}

.tui-editor-contents .te-preview-highlight::after {
  content: '';
  background-color: rgba(255, 245, 131, 0.5);
  border-radius: 4px;
  z-index: -1;
  position: absolute;
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
}

.tui-editor-contents h1.te-preview-highlight::after,
.tui-editor-contents h2.te-preview-highlight::after {
  bottom: 0;
}

.tui-editor-contents td.te-preview-highlight::after,
.tui-editor-contents th.te-preview-highlight::after {
  display: none;
}

.tui-editor-contents th.te-preview-highlight,
.tui-editor-contents td.te-preview-highlight {
  background-color: rgba(255, 245, 131, 0.5);
}

.tui-editor-contents th.te-preview-highlight {
  color: #222;
}

.te-md-container .CodeMirror {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
    'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
  color: #222;
}

.tui-md-heading1 {
  font-size: 24px;
}

.tui-md-heading2 {
  font-size: 22px;
}

.tui-md-heading3 {
  font-size: 20px;
}

.tui-md-heading4 {
  font-size: 18px;
}

.tui-md-heading5 {
  font-size: 16px;
}

.tui-md-heading6 {
  font-size: 14px;
}

.tui-md-heading.tui-md-delimiter.setext {
  line-height: 15px;
}

.tui-md-strong,
.tui-md-heading,
.tui-md-list-item.tui-md-list-item-bullet,
.tui-md-list-item.tui-md-meta {
  font-weight: bold;
}

.tui-md-emph {
  font-style: italic;
}

.tui-md-strike {
  text-decoration: line-through;
}

.tui-md-strike.tui-md-delimiter {
  text-decoration: none;
}

.tui-md-delimiter,
.tui-md-thematic-break,
.tui-md-link,
.tui-md-table,
.tui-md-block-quote {
  color: #ccc;
}

.tui-md-code-block.tui-md-meta,
.tui-md-code.tui-md-delimiter {
  color: #aaa;
}

.tui-md-meta,
.tui-md-html,
.tui-md-link.tui-md-link-url.tui-md-marked-text {
  color: #999;
}

.tui-md-block-quote.tui-md-marked-text,
.tui-md-list-item.tui-md-meta {
  color: #555;
}

.tui-md-table.tui-md-marked-text {
  color: #222;
}

.tui-md-link.tui-md-link-desc.tui-md-marked-text,
.tui-md-list-item-odd.tui-md-list-item-bullet {
  color: #4b96e6;
}

.tui-md-list-item-even.tui-md-list-item-bullet {
  color: #cb4848;
}

.tui-md-code.tui-md-marked-text {
  color: #c1798b;
}

.tui-md-code {
  background-color: rgba(243, 229, 233, 0.5);
  padding: 2px 0;
  letter-spacing: -0.3px;
}

.tui-md-code.tui-md-delimiter.start {
  padding-left: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.tui-md-code.tui-md-delimiter.end {
  padding-right: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.tui-md-code-block.CodeMirror-linebackground {
  left: 20px;
  right: 20px;
  background-color: #f5f7f8;
}

.tui-md-code-block.CodeMirror-linebackground.start {
  top: 2px;
}

.tui-md-code-block.CodeMirror-linebackground.end {
  bottom: 2px;
}

.tui-md-code,
.tui-md-code-block {
  font-family: Consolas, Courier, 'Lucida Grande', '나눔바른고딕', 'Nanum Barun Gothic', '맑은고딕',
    'Malgun Gothic', sans-serif;
}


@charset "UTF-8";
body.-editing .page-content {
  padding-left: calc((100vw - 1180px - 160px) / 2);
  padding-right: calc((100vw - 1180px - 160px) / 2);
}

/* Placeholder */
/* Placeholder */
body.-editing .page-content {
  padding-left: calc((100vw - 1180px - 160px) / 2);
  padding-right: calc((100vw - 1180px - 160px) / 2);
}

/* Placeholder */
/* Placeholder */
html {
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html.scroll-lock {
  overflow: hidden;
}
html.scroll-lock body {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-width: 320px;
  position: relative;
  height: 100%;
  width: 100%;
  font-weight: 300;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #E1D6DD;
}

.site {
  background-color: #fff;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

@media print {
  * {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  pre,
  blockquote,
  tr,
  img,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
}
a:not([href]) {
  opacity: 0.5;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fas, .upcoming .cta::after, .site-header .utility .action.-processing::before, .site-header .utility .action.-external::before, .site-header .utility .action.-date::before, .site-header .utility .action.-secure::before, .site-header .utility .action.-personAdd::before, .site-header .utility .action.-person::before, .site-header .utility .action.-remove::before, .event .time::before, .event .credit::before, body.search [data-mobile-trigger]::after, body.review [data-mobile-trigger]::after, .internal [data-mobile-trigger]::after, body.detail [data-mobile-trigger]::after, .site-header .navigation > ul > li.-hasSubmenu > a::after, .site-header .submenu-link::after, .related .title a::after, .option-sets .option-set input[type=radio]:checked ~ div:first-of-type > [type=checkbox]:checked + label::after, .homepage-hero .latest .hero-cta.-secondary.-processing::before, .homepage-hero .latest .hero-cta.-secondary.-external::before, .homepage-hero .latest .hero-cta.-secondary.-date::before, .homepage-hero .latest .hero-cta.-secondary.-remove::before, .homepage-hero .latest .hero-cta.-processing::before, .homepage-hero .latest .hero-cta.-external::before, .homepage-hero .latest .hero-cta.-date::before, .homepage-hero .latest .hero-cta.-secure::before, .homepage-hero .latest .hero-cta.-personAdd::before, .homepage-hero .latest .hero-cta.-person::before, .homepage-hero .latest .hero-cta.-remove::before, .checkout form button.-processing::before, .checkout form button.-external::before, .checkout form button.-date::before, .checkout form button.-remove::before, .resource .filetype::before, .navigation.-aside .-hasSubmenu > a::after, .message::before, .manage-card-modal [data-mobile-trigger]::after, .firm .address::before, .firm .website::before, .firm .phone::before, .firm-guide .address:before,
.firm-guide .internships:before,
.firm-guide .employees:before,
.firm-guide .size:before, .event .price::before, .employees .member-action::before, .employees .member-button, .due .js-expandTrigger::after, .cpa.-preview .accept-clients::before, .cpa.-preview .address::before, .cpa.-preview .website::before, .cpa.-preview .phone::before, .cart-savings a::after, .article .privileged::before, .type.-seminar::before, .type.-conference::before, .type.-special-event::before, .type.-committee-meeting::before, .type.-webinar::before, .type.-livestream::before, .toggle::after, .tag:not(.token).-link a::before, .tag:not(.token)::before, .tag:not(.token) .tag-remove::after, .sort label::after, .share::after, .search:not(body)::after, .position::before, .-person::after, .person::before, .mobile::before, .-logout::after, .-login:not(.text)::after, .location::before, .like::after, .js-printCart.-processing::before, .js-printCart.-external::before, .js-printCart.-date::before, .js-printCart.-secure::before, .js-printCart.-personAdd::before, .js-printCart.-person::before, .js-printCart.-remove::before, .join.-processing::before, .join.-external::before, .join.-date::before, .join.-remove::before, .fraction::before, .find-firm:not(body)::after, .find-cpa:not(body)::after, .expand.-processing::before, .expand.-external::before, .expand.-date::before, .expand.-remove::before, .dropdown .js-expandTrigger::after, .division.-processing::before, .division.-external::before, .division.-date::before, .division.-remove::before, .date::before, .community::after, a.-cart::after, .button.-secondary.-processing::before, .button.-secondary.-external::before, .button.-secondary.-date::before, .button.-secondary.-remove::before, .button.-primary.-processing::before,
.button.-processing::before, .button.-primary.-external::before,
.button.-external::before, .button.-primary.-date::before,
.button.-date::before, .button.-primary.-secure::before,
.button.-secure::before, .button.-primary.-personAdd::before,
.button.-personAdd::before, .button.-primary.-person::before,
.button.-person::before, .button.-primary.-remove::before,
.button.-remove::before, .-blog::after, .back::before, .cancel.-processing::before, .cancel.-external::before, .cancel.-date::before, .cancel.-remove::before, .action.-secondary.-processing::before, .action.-secondary.-external::before, .action.-secondary.-date::before, .action.-secondary.-remove::before, .cms-recordlist.-reordering .cms-select::before, .message header::before, .cms-editing-content .title::before, .cms-alert::after, .text.-search .search::before, .select > span + .error li::before, .cms-settings::before, .cms-save::before, .cms-recordsettings::before, .cms-recordremove::before, .cms-recordedit::before, .note.-success::before, .note.-error::before, .note.-info::before, .cms-nav::before, .cms-module .settings::before,
.cms-module .remove::before,
.cms-module .context::before, .cms-editorHighlight::after, .cms-edit::before, .cms-controlpanel::before, .cms-cancel::before, .alert-naked.error p::before, .cms-action.-processing::before, .cms-action.-external::before, .cms-action.-date::before, .cms-action.-remove::before, .action.-processing::before, .action.-external::before, .action.-date::before, .action.-secure::before, .action.-personAdd::before, .action.-person::before, .action.-remove::before, .select > span::before, .select > span + .error p::before, .ck.ck-button.confirm::before, button + .error li::before,
input + .error li::before,
optgroup + .error li::before,
select + .error li::before,
textarea + .error li::before, button + .error p::before,
input + .error p::before,
optgroup + .error p::before,
select + .error p::before,
textarea + .error p::before,
.fass,
.far,
.site-header .utility .action.-print::before,
.site-header .utility .action.-download::before,
.site-header .utility .action.-add::before,
.event .time::before,
.upcoming .cta::after,
.self-cpe .addition::before,
.paths .cta::after,
.news .cta::after,
.homepage-hero .latest .hero-cta.-secondary.-download::before,
.homepage-hero .latest .hero-cta.-secondary.-add::before,
.homepage-hero .latest .hero-cta.-print::before,
.homepage-hero .latest .hero-cta.-download::before,
.homepage-hero .latest .hero-cta.-add::before,
.hero.-cpe summary::after,
.cpe-preview .addl-cta::after,
.checkout form button.-download::before,
.checkout form button.-add::before,
.application-type-category > .title .cta::after,
.record-detail::before,
.groups > .action::after,
.firm-guide .title::after,
.filters .filter.applied::before,
.event .title::after,
.banner .tag .remove::after,
.article:not(div) .title::after,
.article:not(a) .title a::after,
.article-detail::before,
.alert .title::before,
.js-printCart.-print::before,
.js-printCart.-download::before,
.js-printCart.-add::before,
.join.-download::before,
.join.-add::before,
.expand.-download::before,
.expand.-add::before,
.division.-download::before,
.division.-add::before,
.close::before,
.button.-secondary.-download::before,
.button.-secondary.-add::before,
.button.-primary.-print::before,
.button.-print::before,
.button.-primary.-download::before,
.button.-download::before,
.button.-primary.-add::before,
.button.-add::before,
.cancel.-download::before,
.cancel.-add::before,
.action.-secondary.-download::before,
.action.-secondary.-add::before,
.cms-widget .cta::after,
.cms-pagination .cms-next::after,
.cms-pagination .cms-previous::before,
.cms-inline-file::after,
.cms-inline-file .confirm-upload::before,
.cms-inline-file .cancel-upload::before,
.file-upload .file-feedback::before,
.cms-return::before,
.cms-module::before,
.cms-logout::before,
.cms-home::before,
.cms-admin-home::before,
.cms-action.-download::before,
.cms-action.-add::before,
.action.-print::before,
.action.-download::before,
.action.-add::before,
.fasr,
.fal,
.cms-errorless::before,
.cms-errorful::before,
.cms-context::after,
.cms-close::before,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.social a::before,
.social-featured header > .title::before,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before, .site-header .utility .action.-processing::before, .site-header .utility .action.-external::before, .site-header .utility .action.-date::before, .site-header .utility .action.-secure::before, .site-header .utility .action.-personAdd::before, .site-header .utility .action.-person::before, .site-header .utility .action.-remove::before, .event .time::before, .event .credit::before, .homepage-hero .latest .hero-cta.-secondary.-processing::before, .homepage-hero .latest .hero-cta.-secondary.-external::before, .homepage-hero .latest .hero-cta.-secondary.-date::before, .homepage-hero .latest .hero-cta.-secondary.-remove::before, .homepage-hero .latest .hero-cta.-processing::before, .homepage-hero .latest .hero-cta.-external::before, .homepage-hero .latest .hero-cta.-date::before, .homepage-hero .latest .hero-cta.-secure::before, .homepage-hero .latest .hero-cta.-personAdd::before, .homepage-hero .latest .hero-cta.-person::before, .homepage-hero .latest .hero-cta.-remove::before, .checkout form button.-processing::before, .checkout form button.-external::before, .checkout form button.-date::before, .checkout form button.-remove::before, .resource .filetype::before, .message::before, .firm .address::before, .firm .website::before, .firm .phone::before, .firm-guide .address::before,
.firm-guide .internships::before,
.firm-guide .employees::before,
.firm-guide .size::before, .event .price::before, .employees .member-action::before, .employees .member-button::before, .cpa.-preview .accept-clients::before, .cpa.-preview .address::before, .cpa.-preview .website::before, .cpa.-preview .phone::before, .article .privileged::before, .type.-seminar::before, .type.-conference::before, .type.-special-event::before, .type.-committee-meeting::before, .type.-webinar::before, .type.-livestream::before, .tag:not(.token).-link a::before, .tag:not(.token)::before, .position::before, .person::before, .mobile::before, .location::before, .js-printCart.-processing::before, .js-printCart.-external::before, .js-printCart.-date::before, .js-printCart.-secure::before, .js-printCart.-personAdd::before, .js-printCart.-person::before, .js-printCart.-remove::before, .join.-processing::before, .join.-external::before, .join.-date::before, .join.-remove::before, .fraction::before, .expand.-processing::before, .expand.-external::before, .expand.-date::before, .expand.-remove::before, .division.-processing::before, .division.-external::before, .division.-date::before, .division.-remove::before, .date::before, .button.-secondary.-processing::before, .button.-secondary.-external::before, .button.-secondary.-date::before, .button.-secondary.-remove::before, .button.-primary.-processing::before,
.button.-processing::before, .button.-primary.-external::before,
.button.-external::before, .button.-primary.-date::before,
.button.-date::before, .button.-primary.-secure::before,
.button.-secure::before, .button.-primary.-personAdd::before,
.button.-personAdd::before, .button.-primary.-person::before,
.button.-person::before, .button.-primary.-remove::before,
.button.-remove::before, .back::before, .cancel.-processing::before, .cancel.-external::before, .cancel.-date::before, .cancel.-remove::before, .action.-secondary.-processing::before, .action.-secondary.-external::before, .action.-secondary.-date::before, .action.-secondary.-remove::before, .cms-recordlist.-reordering .cms-select::before, .message header::before, .cms-editing-content .title::before, .text.-search .search::before, .select > span + .error li::before, .cms-settings::before, .cms-save::before, .cms-recordsettings::before, .cms-recordremove::before, .cms-recordedit::before, .note.-success::before, .note.-error::before, .note.-info::before, .cms-nav::before, .cms-module .settings::before,
.cms-module .remove::before,
.cms-module .context::before, .cms-edit::before, .cms-controlpanel::before, .cms-cancel::before, .alert-naked.error p::before, .cms-action.-processing::before, .cms-action.-external::before, .cms-action.-date::before, .cms-action.-remove::before, .action.-processing::before, .action.-external::before, .action.-date::before, .action.-secure::before, .action.-personAdd::before, .action.-person::before, .action.-remove::before, .select > span::before, .select > span + .error p::before, .ck.ck-button.confirm::before, button + .error li::before,
input + .error li::before,
optgroup + .error li::before,
select + .error li::before,
textarea + .error li::before, button + .error p::before,
input + .error p::before,
optgroup + .error p::before,
select + .error p::before,
textarea + .error p::before,
.fass::before,
.far::before,
.site-header .utility .action.-print::before,
.site-header .utility .action.-download::before,
.site-header .utility .action.-add::before,
.event .time::before,
.self-cpe .addition::before,
.homepage-hero .latest .hero-cta.-secondary.-download::before,
.homepage-hero .latest .hero-cta.-secondary.-add::before,
.homepage-hero .latest .hero-cta.-print::before,
.homepage-hero .latest .hero-cta.-download::before,
.homepage-hero .latest .hero-cta.-add::before,
.checkout form button.-download::before,
.checkout form button.-add::before,
.record-detail::before,
.filters .filter.applied::before,
.article-detail::before,
.alert .title::before,
.js-printCart.-print::before,
.js-printCart.-download::before,
.js-printCart.-add::before,
.join.-download::before,
.join.-add::before,
.expand.-download::before,
.expand.-add::before,
.division.-download::before,
.division.-add::before,
.close::before,
.button.-secondary.-download::before,
.button.-secondary.-add::before,
.button.-primary.-print::before,
.button.-print::before,
.button.-primary.-download::before,
.button.-download::before,
.button.-primary.-add::before,
.button.-add::before,
.cancel.-download::before,
.cancel.-add::before,
.action.-secondary.-download::before,
.action.-secondary.-add::before,
.cms-pagination .cms-previous::before,
.cms-inline-file .confirm-upload::before,
.cms-inline-file .cancel-upload::before,
.file-upload .file-feedback::before,
.cms-return::before,
.cms-module::before,
.cms-logout::before,
.cms-home::before,
.cms-admin-home::before,
.cms-action.-download::before,
.cms-action.-add::before,
.action.-print::before,
.action.-download::before,
.action.-add::before,
.fasr::before,
.fal::before,
.cms-errorless::before,
.cms-errorful::before,
.cms-close::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.social a::before,
.social-featured header > .title::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa);
}

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa);
}

.fa-classic.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fad,
.fa-duotone {
  font-weight: 900;
}

.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}

.fa-classic,
.fas,
.upcoming .cta::after,
.site-header .utility .action.-processing::before,
.site-header .utility .action.-external::before,
.site-header .utility .action.-date::before,
.site-header .utility .action.-secure::before,
.site-header .utility .action.-personAdd::before,
.site-header .utility .action.-person::before,
.site-header .utility .action.-remove::before,
.event .time::before,
.event .credit::before,
body.search [data-mobile-trigger]::after,
body.review [data-mobile-trigger]::after,
.internal [data-mobile-trigger]::after,
body.detail [data-mobile-trigger]::after,
.site-header .navigation > ul > li.-hasSubmenu > a::after,
.site-header .submenu-link::after,
.related .title a::after,
.option-sets .option-set input[type=radio]:checked ~ div:first-of-type > [type=checkbox]:checked + label::after,
.homepage-hero .latest .hero-cta.-secondary.-processing::before,
.homepage-hero .latest .hero-cta.-secondary.-external::before,
.homepage-hero .latest .hero-cta.-secondary.-date::before,
.homepage-hero .latest .hero-cta.-secondary.-remove::before,
.homepage-hero .latest .hero-cta.-processing::before,
.homepage-hero .latest .hero-cta.-external::before,
.homepage-hero .latest .hero-cta.-date::before,
.homepage-hero .latest .hero-cta.-secure::before,
.homepage-hero .latest .hero-cta.-personAdd::before,
.homepage-hero .latest .hero-cta.-person::before,
.homepage-hero .latest .hero-cta.-remove::before,
.checkout form button.-processing::before,
.checkout form button.-external::before,
.checkout form button.-date::before,
.checkout form button.-remove::before,
.resource .filetype::before,
.navigation.-aside .-hasSubmenu > a::after,
.message::before,
.manage-card-modal [data-mobile-trigger]::after,
.firm .address::before,
.firm .website::before,
.firm .phone::before,
.firm-guide .address:before,
.firm-guide .internships:before,
.firm-guide .employees:before,
.firm-guide .size:before,
.event .price::before,
.employees .member-action::before,
.employees .member-button,
.due .js-expandTrigger::after,
.cpa.-preview .accept-clients::before,
.cpa.-preview .address::before,
.cpa.-preview .website::before,
.cpa.-preview .phone::before,
.cart-savings a::after,
.article .privileged::before,
.type.-seminar::before,
.type.-conference::before,
.type.-special-event::before,
.type.-committee-meeting::before,
.type.-webinar::before,
.type.-livestream::before,
.toggle::after,
.tag:not(.token).-link a::before,
.tag:not(.token)::before,
.tag:not(.token) .tag-remove::after,
.sort label::after,
.share::after,
.search:not(body)::after,
.position::before,
.-person::after,
.person::before,
.mobile::before,
.-logout::after,
.-login:not(.text)::after,
.location::before,
.like::after,
.js-printCart.-processing::before,
.js-printCart.-external::before,
.js-printCart.-date::before,
.js-printCart.-secure::before,
.js-printCart.-personAdd::before,
.js-printCart.-person::before,
.js-printCart.-remove::before,
.join.-processing::before,
.join.-external::before,
.join.-date::before,
.join.-remove::before,
.fraction::before,
.find-firm:not(body)::after,
.find-cpa:not(body)::after,
.expand.-processing::before,
.expand.-external::before,
.expand.-date::before,
.expand.-remove::before,
.dropdown .js-expandTrigger::after,
.division.-processing::before,
.division.-external::before,
.division.-date::before,
.division.-remove::before,
.date::before,
.community::after,
a.-cart::after,
.button.-secondary.-processing::before,
.button.-secondary.-external::before,
.button.-secondary.-date::before,
.button.-secondary.-remove::before,
.button.-primary.-processing::before,
.button.-processing::before,
.button.-primary.-external::before,
.button.-external::before,
.button.-primary.-date::before,
.button.-date::before,
.button.-primary.-secure::before,
.button.-secure::before,
.button.-primary.-personAdd::before,
.button.-personAdd::before,
.button.-primary.-person::before,
.button.-person::before,
.button.-primary.-remove::before,
.button.-remove::before,
.-blog::after,
.back::before,
.cancel.-processing::before,
.cancel.-external::before,
.cancel.-date::before,
.cancel.-remove::before,
.action.-secondary.-processing::before,
.action.-secondary.-external::before,
.action.-secondary.-date::before,
.action.-secondary.-remove::before,
.cms-recordlist.-reordering .cms-select::before,
.message header::before,
.cms-editing-content .title::before,
.cms-alert::after,
.text.-search .search::before,
.select > span + .error li::before,
.cms-settings::before,
.cms-save::before,
.cms-recordsettings::before,
.cms-recordremove::before,
.cms-recordedit::before,
.note.-success::before,
.note.-error::before,
.note.-info::before,
.cms-nav::before,
.cms-module .settings::before,
.cms-module .remove::before,
.cms-module .context::before,
.cms-editorHighlight::after,
.cms-edit::before,
.cms-controlpanel::before,
.cms-cancel::before,
.alert-naked.error p::before,
.cms-action.-processing::before,
.cms-action.-external::before,
.cms-action.-date::before,
.cms-action.-remove::before,
.action.-processing::before,
.action.-external::before,
.action.-date::before,
.action.-secure::before,
.action.-personAdd::before,
.action.-person::before,
.action.-remove::before,
.select > span::before,
.select > span + .error p::before,
.ck.ck-button.confirm::before,
button + .error li::before,
input + .error li::before,
optgroup + .error li::before,
select + .error li::before,
textarea + .error li::before,
button + .error p::before,
input + .error p::before,
optgroup + .error p::before,
select + .error p::before,
textarea + .error p::before,
.fa-solid,
.far,
.site-header .utility .action.-print::before,
.site-header .utility .action.-download::before,
.site-header .utility .action.-add::before,
.event .time::before,
.upcoming .cta::after,
.self-cpe .addition::before,
.paths .cta::after,
.news .cta::after,
.homepage-hero .latest .hero-cta.-secondary.-download::before,
.homepage-hero .latest .hero-cta.-secondary.-add::before,
.homepage-hero .latest .hero-cta.-print::before,
.homepage-hero .latest .hero-cta.-download::before,
.homepage-hero .latest .hero-cta.-add::before,
.hero.-cpe summary::after,
.cpe-preview .addl-cta::after,
.checkout form button.-download::before,
.checkout form button.-add::before,
.application-type-category > .title .cta::after,
.record-detail::before,
.groups > .action::after,
.firm-guide .title::after,
.filters .filter.applied::before,
.event .title::after,
.banner .tag .remove::after,
.article:not(div) .title::after,
.article:not(a) .title a::after,
.article-detail::before,
.alert .title::before,
.js-printCart.-print::before,
.js-printCart.-download::before,
.js-printCart.-add::before,
.join.-download::before,
.join.-add::before,
.expand.-download::before,
.expand.-add::before,
.division.-download::before,
.division.-add::before,
.close::before,
.button.-secondary.-download::before,
.button.-secondary.-add::before,
.button.-primary.-print::before,
.button.-print::before,
.button.-primary.-download::before,
.button.-download::before,
.button.-primary.-add::before,
.button.-add::before,
.cancel.-download::before,
.cancel.-add::before,
.action.-secondary.-download::before,
.action.-secondary.-add::before,
.cms-widget .cta::after,
.cms-pagination .cms-next::after,
.cms-pagination .cms-previous::before,
.cms-inline-file::after,
.cms-inline-file .confirm-upload::before,
.cms-inline-file .cancel-upload::before,
.file-upload .file-feedback::before,
.cms-return::before,
.cms-module::before,
.cms-logout::before,
.cms-home::before,
.cms-admin-home::before,
.cms-action.-download::before,
.cms-action.-add::before,
.action.-print::before,
.action.-download::before,
.action.-add::before,
.fa-regular,
.fal,
.cms-errorless::before,
.cms-errorful::before,
.cms-context::after,
.cms-close::before,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: "Font Awesome 6 Duotone";
}

.fa-brands,
.fab,
.social a::before,
.social-featured header > .title::before {
  font-family: "Font Awesome 6 Brands";
}

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: "Font Awesome 6 Sharp";
}

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: "Font Awesome 6 Sharp Duotone";
}

.site-header .utility .action.-processing::before, .site-header .utility .action.-print::before, .site-header .utility .action.-download::before, .site-header .utility .action.-external::before, .site-header .utility .action.-date::before, .site-header .utility .action.-secure::before, .site-header .utility .action.-personAdd::before, .site-header .utility .action.-person::before, .site-header .utility .action.-remove::before, .site-header .utility .action.-add::before, .event .time::before, .event .credit::before, body.search [data-mobile-trigger]::after, body.review [data-mobile-trigger]::after, .internal [data-mobile-trigger]::after, body.detail [data-mobile-trigger]::after, .upcoming .cta::after, .social a::before, .social-featured header > .title::before, .site-header .navigation > ul > li.-hasSubmenu > a::after, .site-header .submenu-link::after, .self-cpe .addition::before, .related .title a::after, .paths .cta::after, .option-sets .option-set input[type=radio]:checked ~ div:first-of-type > [type=checkbox]:checked + label::after, .news .cta::after, .homepage-hero .latest .hero-cta.-secondary.-download::before, .homepage-hero .latest .hero-cta.-secondary.-processing::before, .homepage-hero .latest .hero-cta.-secondary.-external::before, .homepage-hero .latest .hero-cta.-secondary.-date::before, .homepage-hero .latest .hero-cta.-secondary.-remove::before, .homepage-hero .latest .hero-cta.-secondary.-add::before, .homepage-hero .latest .hero-cta.-processing::before, .homepage-hero .latest .hero-cta.-print::before, .homepage-hero .latest .hero-cta.-download::before, .homepage-hero .latest .hero-cta.-external::before, .homepage-hero .latest .hero-cta.-date::before, .homepage-hero .latest .hero-cta.-secure::before, .homepage-hero .latest .hero-cta.-personAdd::before, .homepage-hero .latest .hero-cta.-person::before, .homepage-hero .latest .hero-cta.-remove::before, .homepage-hero .latest .hero-cta.-add::before, .hero.-cpe summary::after, .cpe-preview .addl-cta::after, .checkout form button.-download::before, .checkout form button.-processing::before, .checkout form button.-external::before, .checkout form button.-date::before, .checkout form button.-remove::before, .checkout form button.-add::before, .application-type-category > .title .cta::after, .resource .filetype::before, .record-detail::before, .navigation.-aside .-hasSubmenu > a::after, .message::before, .manage-card-modal [data-mobile-trigger]::after, .groups > .action::after, .firm .address::before, .firm .website::before, .firm .phone::before, .firm-guide .address:before,
.firm-guide .internships:before,
.firm-guide .employees:before,
.firm-guide .size:before, .firm-guide .title::after, .filters .filter.applied::before, .event .price::before, .event .title::after, .employees .member-action::before, .employees .member-button, .due .js-expandTrigger::after, .cpa.-preview .accept-clients::before, .cpa.-preview .address::before, .cpa.-preview .website::before, .cpa.-preview .phone::before, .cart-savings a::after, .banner .tag .remove::after, .article .privileged::before, .article:not(div) .title::after, .article:not(a) .title a::after, .article-detail::before, .alert .title::before, .type.-seminar::before, .type.-conference::before, .type.-special-event::before, .type.-committee-meeting::before, .type.-webinar::before, .type.-livestream::before, .toggle::after, .tag:not(.token).-link a::before, .tag:not(.token)::before, .tag:not(.token) .tag-remove::after, .sort label::after, .share::after, .search:not(body)::after, .position::before, .-person::after, .person::before, .mobile::before, .-logout::after, .-login:not(.text)::after, .location::before, .like::after, .js-printCart.-processing::before, .js-printCart.-print::before, .js-printCart.-download::before, .js-printCart.-external::before, .js-printCart.-date::before, .js-printCart.-secure::before, .js-printCart.-personAdd::before, .js-printCart.-person::before, .js-printCart.-remove::before, .js-printCart.-add::before, .join.-download::before, .join.-processing::before, .join.-external::before, .join.-date::before, .join.-remove::before, .join.-add::before, .fraction::before, .find-firm:not(body)::after, .find-cpa:not(body)::after, .expand.-download::before, .expand.-processing::before, .expand.-external::before, .expand.-date::before, .expand.-remove::before, .expand.-add::before, .dropdown .js-expandTrigger::after, .division.-download::before, .division.-processing::before, .division.-external::before, .division.-date::before, .division.-remove::before, .division.-add::before, .date::before, .community::after, .close::before, a.-cart::after, .button.-secondary.-download::before, .button.-secondary.-processing::before, .button.-secondary.-external::before, .button.-secondary.-date::before, .button.-secondary.-remove::before, .button.-secondary.-add::before, .button.-primary.-processing::before,
.button.-processing::before, .button.-primary.-print::before,
.button.-print::before, .button.-primary.-download::before,
.button.-download::before, .button.-primary.-external::before,
.button.-external::before, .button.-primary.-date::before,
.button.-date::before, .button.-primary.-secure::before,
.button.-secure::before, .button.-primary.-personAdd::before,
.button.-personAdd::before, .button.-primary.-person::before,
.button.-person::before, .button.-primary.-remove::before,
.button.-remove::before, .button.-primary.-add::before,
.button.-add::before, .-blog::after, .back::before, .cancel.-download::before, .cancel.-processing::before, .cancel.-external::before, .cancel.-date::before, .cancel.-remove::before, .cancel.-add::before, .action.-secondary.-download::before, .action.-secondary.-processing::before, .action.-secondary.-external::before, .action.-secondary.-date::before, .action.-secondary.-remove::before, .action.-secondary.-add::before, .cms-recordlist.-reordering .cms-select::before, .cms-widget .cta::after, .cms-pagination .cms-next::after, .cms-pagination .cms-previous::before, .message header::before, .cms-inline-file::after, .cms-inline-file .confirm-upload::before,
.cms-inline-file .cancel-upload::before, .file-upload .file-feedback::before, .cms-editing-content .title::before, .cms-alert::after, .text.-search .search::before, .select > span + .error li::before, .cms-settings::before, .cms-save::before, .cms-return::before, .cms-recordsettings::before, .cms-recordremove::before, .cms-recordedit::before, .note.-success::before, .note.-error::before, .note.-info::before, .cms-nav::before, .cms-module::before, .cms-module .settings::before,
.cms-module .remove::before,
.cms-module .context::before, .cms-logout::before, .cms-home::before, .cms-errorless::before, .cms-errorful::before, .cms-editorHighlight::after, .cms-edit::before, .cms-controlpanel::before, .cms-context::after, .cms-close::before, .cms-cancel::before, .alert-naked.error p::before, .cms-admin-home::before, .cms-action.-download::before, .cms-action.-processing::before, .cms-action.-external::before, .cms-action.-date::before, .cms-action.-remove::before, .cms-action.-add::before, .action.-processing::before, .action.-print::before, .action.-download::before, .action.-external::before, .action.-date::before, .action.-secure::before, .action.-personAdd::before, .action.-person::before, .action.-remove::before, .action.-add::before, .select > span::before, .select > span + .error p::before, .ck.ck-button.confirm::before, button + .error li::before,
input + .error li::before,
optgroup + .error li::before,
select + .error li::before,
textarea + .error li::before, button + .error p::before,
input + .error p::before,
optgroup + .error p::before,
select + .error p::before,
textarea + .error p::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
  --fa--fa: "\30 \30 ";
}

.fa-1 {
  --fa: "\31 ";
  --fa--fa: "\31 \31 ";
}

.fa-2 {
  --fa: "\32 ";
  --fa--fa: "\32 \32 ";
}

.fa-3 {
  --fa: "\33 ";
  --fa--fa: "\33 \33 ";
}

.fa-4 {
  --fa: "\34 ";
  --fa--fa: "\34 \34 ";
}

.fa-5 {
  --fa: "\35 ";
  --fa--fa: "\35 \35 ";
}

.fa-6 {
  --fa: "\36 ";
  --fa--fa: "\36 \36 ";
}

.fa-7 {
  --fa: "\37 ";
  --fa--fa: "\37 \37 ";
}

.fa-8 {
  --fa: "\38 ";
  --fa--fa: "\38 \38 ";
}

.fa-9 {
  --fa: "\39 ";
  --fa--fa: "\39 \39 ";
}

.fa-fill-drip {
  --fa: "\f576";
  --fa--fa: "\f576\f576";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
  --fa--fa: "\e4bd\e4bd";
}

.fa-circle-chevron-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}

.fa-wagon-covered {
  --fa: "\f8ee";
  --fa--fa: "\f8ee\f8ee";
}

.fa-line-height {
  --fa: "\f871";
  --fa--fa: "\f871\f871";
}

.fa-bagel {
  --fa: "\e3d7";
  --fa--fa: "\e3d7\e3d7";
}

.fa-transporter-7 {
  --fa: "\e2a8";
  --fa--fa: "\e2a8\e2a8";
}

.fa-at {
  --fa: "\@";
  --fa--fa: "\@\@";
}

.fa-rectangles-mixed {
  --fa: "\e323";
  --fa--fa: "\e323\e323";
}

.fa-phone-arrow-up-right {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}

.fa-phone-arrow-up {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}

.fa-phone-outgoing {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}

.fa-trash-can {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}

.fa-circle-l {
  --fa: "\e114";
  --fa--fa: "\e114\e114";
}

.fa-head-side-goggles {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}

.fa-head-vr {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}

.fa-text-height {
  --fa: "\f034";
  --fa--fa: "\f034\f034";
}

.fa-user-xmark {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}

.fa-user-times {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}

.fa-face-hand-yawn {
  --fa: "\e379";
  --fa--fa: "\e379\e379";
}

.fa-gauge-simple-min {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}

.fa-tachometer-slowest {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}

.fa-stethoscope {
  --fa: "\f0f1";
  --fa--fa: "\f0f1\f0f1";
}

.fa-coffin {
  --fa: "\f6c6";
  --fa--fa: "\f6c6\f6c6";
}

.fa-message {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}

.fa-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}

.fa-bowl-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}

.fa-info {
  --fa: "\f129";
  --fa--fa: "\f129\f129";
}

.fa-robot-astromech {
  --fa: "\e2d2";
  --fa--fa: "\e2d2\e2d2";
}

.fa-ring-diamond {
  --fa: "\e5ab";
  --fa--fa: "\e5ab\e5ab";
}

.fa-fondue-pot {
  --fa: "\e40d";
  --fa--fa: "\e40d\e40d";
}

.fa-theta {
  --fa: "\f69e";
  --fa--fa: "\f69e\f69e";
}

.fa-face-hand-peeking {
  --fa: "\e481";
  --fa--fa: "\e481\e481";
}

.fa-square-user {
  --fa: "\e283";
  --fa--fa: "\e283\e283";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}

.fa-compress-alt {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}

.fa-explosion {
  --fa: "\e4e9";
  --fa--fa: "\e4e9\e4e9";
}

.fa-file-lines {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-file-text {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-wave-square {
  --fa: "\f83e";
  --fa--fa: "\f83e\f83e";
}

.fa-ring {
  --fa: "\f70b";
  --fa--fa: "\f70b\f70b";
}

.fa-building-un {
  --fa: "\e4d9";
  --fa--fa: "\e4d9\e4d9";
}

.fa-dice-three {
  --fa: "\f527";
  --fa--fa: "\f527\f527";
}

.fa-tire-pressure-warning {
  --fa: "\f633";
  --fa--fa: "\f633\f633";
}

.fa-wifi-fair {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}

.fa-wifi-2 {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}

.fa-calendar-days {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}

.fa-mp3-player {
  --fa: "\f8ce";
  --fa--fa: "\f8ce\f8ce";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
  --fa--fa: "\e4aa\e4aa";
}

.fa-tally-4 {
  --fa: "\e297";
  --fa--fa: "\e297\e297";
}

.fa-rectangle-history {
  --fa: "\e4a2";
  --fa--fa: "\e4a2\e4a2";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
  --fa--fa: "\e4d1\e4d1";
}

.fa-volleyball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}

.fa-sun-haze {
  --fa: "\f765";
  --fa--fa: "\f765\f765";
}

.fa-text-size {
  --fa: "\f894";
  --fa--fa: "\f894\f894";
}

.fa-ufo {
  --fa: "\e047";
  --fa--fa: "\e047\e047";
}

.fa-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}

.fa-utensil-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
  --fa--fa: "\e4c2\e4c2";
}

.fa-mobile-signal {
  --fa: "\e1ef";
  --fa--fa: "\e1ef\e1ef";
}

.fa-barcode-scan {
  --fa: "\f465";
  --fa--fa: "\f465\f465";
}

.fa-sort-down {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}

.fa-folder-arrow-down {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}

.fa-folder-download {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}

.fa-circle-minus {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}

.fa-minus-circle {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}

.fa-face-icicles {
  --fa: "\e37c";
  --fa--fa: "\e37c\e37c";
}

.fa-shovel {
  --fa: "\f713";
  --fa--fa: "\f713\f713";
}

.fa-door-open {
  --fa: "\f52b";
  --fa--fa: "\f52b\f52b";
}

.fa-films {
  --fa: "\e17a";
  --fa--fa: "\e17a\e17a";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}

.fa-face-glasses {
  --fa: "\e377";
  --fa--fa: "\e377\e377";
}

.fa-nfc {
  --fa: "\e1f7";
  --fa--fa: "\e1f7\e1f7";
}

.fa-atom {
  --fa: "\f5d2";
  --fa--fa: "\f5d2\f5d2";
}

.fa-soap {
  --fa: "\e06e";
  --fa--fa: "\e06e\e06e";
}

.fa-icons {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}

.fa-closed-captioning-slash {
  --fa: "\e135";
  --fa--fa: "\e135\e135";
}

.fa-calculator-simple {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}

.fa-calculator-alt {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
  --fa--fa: "\e4c9\e4c9";
}

.fa-sliders-up {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}

.fa-sliders-v {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}

.fa-location-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}

.fa-map-marker-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}

.fa-pump-medical {
  --fa: "\e06a";
  --fa--fa: "\e06a\e06a";
}

.fa-fingerprint {
  --fa: "\f577";
  --fa--fa: "\f577\f577";
}

.fa-ski-boot {
  --fa: "\e3cc";
  --fa--fa: "\e3cc\e3cc";
}

.fa-standard-definition {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}

.fa-rectangle-sd {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}

.fa-h1 {
  --fa: "\f313";
  --fa--fa: "\f313\f313";
}

.fa-hand-point-right {
  --fa: "\f0a4";
  --fa--fa: "\f0a4\f0a4";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}

.fa-search-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}

.fa-message-bot {
  --fa: "\e3b8";
  --fa--fa: "\e3b8\e3b8";
}

.fa-forward-step {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}

.fa-step-forward {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}

.fa-light-ceiling {
  --fa: "\e016";
  --fa--fa: "\e016\e016";
}

.fa-message-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}

.fa-comment-alt-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}

.fa-bowl-scoop {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}

.fa-bowl-shaved-ice {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}

.fa-square-x {
  --fa: "\e286";
  --fa--fa: "\e286\e286";
}

.fa-building-memo {
  --fa: "\e61e";
  --fa--fa: "\e61e\e61e";
}

.fa-utility-pole-double {
  --fa: "\e2c4";
  --fa--fa: "\e2c4\e2c4";
}

.fa-flag-checkered {
  --fa: "\f11e";
  --fa--fa: "\f11e\f11e";
}

.fa-chevrons-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}

.fa-chevron-double-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}

.fa-football {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}

.fa-user-vneck {
  --fa: "\e461";
  --fa--fa: "\e461\e461";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
  --fa--fa: "\e56c\e56c";
}

.fa-crop {
  --fa: "\f125";
  --fa--fa: "\f125\f125";
}

.fa-angles-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}

.fa-users-rectangle {
  --fa: "\e594";
  --fa--fa: "\e594\e594";
}

.fa-people-roof {
  --fa: "\e537";
  --fa--fa: "\e537\e537";
}

.fa-square-arrow-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}

.fa-arrow-square-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}

.fa-location-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}

.fa-map-marker-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}

.fa-lightbulb-exclamation-on {
  --fa: "\e1ca";
  --fa--fa: "\e1ca\e1ca";
}

.fa-people-line {
  --fa: "\e534";
  --fa--fa: "\e534\e534";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}

.fa-carpool {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}

.fa-car-people {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}

.fa-crate-empty {
  --fa: "\e151";
  --fa--fa: "\e151\e151";
}

.fa-diagram-predecessor {
  --fa: "\e477";
  --fa--fa: "\e477\e477";
}

.fa-transporter {
  --fa: "\e042";
  --fa--fa: "\e042\e042";
}

.fa-calendar-circle-user {
  --fa: "\e471";
  --fa--fa: "\e471\e471";
}

.fa-arrow-up-long {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}

.fa-person-carry-box {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}

.fa-person-carry {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}

.fa-burn {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}

.fa-person {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}

.fa-male {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}

.fa-laptop {
  --fa: "\f109";
  --fa--fa: "\f109\f109";
}

.fa-file-csv {
  --fa: "\f6dd";
  --fa--fa: "\f6dd\f6dd";
}

.fa-menorah {
  --fa: "\f676";
  --fa--fa: "\f676\f676";
}

.fa-union {
  --fa: "\f6a2";
  --fa--fa: "\f6a2\f6a2";
}

.fa-chevrons-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}

.fa-chevron-double-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}

.fa-circle-heart {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}

.fa-heart-circle {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}

.fa-truck-plane {
  --fa: "\e58f";
  --fa--fa: "\e58f\e58f";
}

.fa-record-vinyl {
  --fa: "\f8d9";
  --fa--fa: "\f8d9\f8d9";
}

.fa-bring-forward {
  --fa: "\f856";
  --fa--fa: "\f856\f856";
}

.fa-square-p {
  --fa: "\e279";
  --fa--fa: "\e279\e279";
}

.fa-face-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}

.fa-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}

.fa-sigma {
  --fa: "\f68b";
  --fa--fa: "\f68b\f68b";
}

.fa-camera-movie {
  --fa: "\f8a9";
  --fa--fa: "\f8a9\f8a9";
}

.fa-bong {
  --fa: "\f55c";
  --fa--fa: "\f55c\f55c";
}

.fa-clarinet {
  --fa: "\f8ad";
  --fa--fa: "\f8ad\f8ad";
}

.fa-truck-flatbed {
  --fa: "\e2b6";
  --fa--fa: "\e2b6\e2b6";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
  --fa--fa: "\e4af\e4af";
}

.fa-arrows-rotate-reverse {
  --fa: "\e630";
  --fa--fa: "\e630\e630";
}

.fa-leaf-heart {
  --fa: "\f4cb";
  --fa--fa: "\f4cb\f4cb";
}

.fa-house-building {
  --fa: "\e1b1";
  --fa--fa: "\e1b1\e1b1";
}

.fa-cheese-swiss {
  --fa: "\f7f0";
  --fa--fa: "\f7f0\f7f0";
}

.fa-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}

.fa-jar-wheat {
  --fa: "\e517";
  --fa--fa: "\e517\e517";
}

.fa-envelopes-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
  --fa--fa: "\e4eb\e4eb";
}

.fa-bow-arrow {
  --fa: "\f6b9";
  --fa--fa: "\f6b9\f6b9";
}

.fa-cart-xmark {
  --fa: "\e0dd";
  --fa--fa: "\e0dd\e0dd";
}

.fa-hexagon-xmark {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}

.fa-times-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}

.fa-xmark-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}

.fa-circle-h {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}

.fa-merge {
  --fa: "\e526";
  --fa--fa: "\e526\e526";
}

.fa-pager {
  --fa: "\f815";
  --fa--fa: "\f815\f815";
}

.fa-cart-minus {
  --fa: "\e0db";
  --fa--fa: "\e0db\e0db";
}

.fa-address-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}

.fa-pan-frying {
  --fa: "\e42c";
  --fa--fa: "\e42c\e42c";
}

.fa-grid {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}

.fa-grid-3 {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}

.fa-football-helmet {
  --fa: "\f44f";
  --fa--fa: "\f44f\f44f";
}

.fa-hand-love {
  --fa: "\e1a5";
  --fa--fa: "\e1a5\e1a5";
}

.fa-trees {
  --fa: "\f724";
  --fa--fa: "\f724\f724";
}

.fa-strikethrough {
  --fa: "\f0cc";
  --fa--fa: "\f0cc\f0cc";
}

.fa-page {
  --fa: "\e428";
  --fa--fa: "\e428\e428";
}

.fa-k {
  --fa: "K";
  --fa--fa: "KK";
}

.fa-diagram-previous {
  --fa: "\e478";
  --fa--fa: "\e478\e478";
}

.fa-gauge-min {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}

.fa-tachometer-alt-slowest {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}

.fa-folder-grid {
  --fa: "\e188";
  --fa--fa: "\e188\e188";
}

.fa-eggplant {
  --fa: "\e16c";
  --fa--fa: "\e16c\e16c";
}

.fa-excavator {
  --fa: "\e656";
  --fa--fa: "\e656\e656";
}

.fa-ram {
  --fa: "\f70a";
  --fa--fa: "\f70a\f70a";
}

.fa-landmark-flag {
  --fa: "\e51c";
  --fa--fa: "\e51c\e51c";
}

.fa-lips {
  --fa: "\f600";
  --fa--fa: "\f600\f600";
}

.fa-pencil {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}

.fa-backward {
  --fa: "\f04a";
  --fa--fa: "\f04a\f04a";
}

.fa-caret-right {
  --fa: "\f0da";
  --fa--fa: "\f0da\f0da";
}

.fa-comments {
  --fa: "\f086";
  --fa--fa: "\f086\f086";
}

.fa-paste {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}

.fa-desktop-arrow-down {
  --fa: "\e155";
  --fa--fa: "\e155\e155";
}

.fa-code-pull-request {
  --fa: "\e13c";
  --fa--fa: "\e13c\e13c";
}

.fa-pumpkin {
  --fa: "\f707";
  --fa--fa: "\f707\f707";
}

.fa-clipboard-list {
  --fa: "\f46d";
  --fa--fa: "\f46d\f46d";
}

.fa-pen-field {
  --fa: "\e211";
  --fa--fa: "\e211\e211";
}

.fa-chart-sine {
  --fa: "\e69d";
  --fa--fa: "\e69d\e69d";
}

.fa-blueberries {
  --fa: "\e2e8";
  --fa--fa: "\e2e8\e2e8";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}

.fa-note {
  --fa: "\e1ff";
  --fa--fa: "\e1ff\e1ff";
}

.fa-arrow-down-to-square {
  --fa: "\e096";
  --fa--fa: "\e096\e096";
}

.fa-user-check {
  --fa: "\f4fc";
  --fa--fa: "\f4fc\f4fc";
}

.fa-cloud-xmark {
  --fa: "\e35f";
  --fa--fa: "\e35f\e35f";
}

.fa-vial-virus {
  --fa: "\e597";
  --fa--fa: "\e597\e597";
}

.fa-book-blank {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}

.fa-book-alt {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}

.fa-golf-flag-hole {
  --fa: "\e3ac";
  --fa--fa: "\e3ac\e3ac";
}

.fa-message-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}

.fa-comment-alt-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}

.fa-face-unamused {
  --fa: "\e39f";
  --fa--fa: "\e39f\e39f";
}

.fa-sheet-plastic {
  --fa: "\e571";
  --fa--fa: "\e571\e571";
}

.fa-circle-9 {
  --fa: "\e0f6";
  --fa--fa: "\e0f6\e0f6";
}

.fa-blog {
  --fa: "\f781";
  --fa--fa: "\f781\f781";
}

.fa-user-ninja {
  --fa: "\f504";
  --fa--fa: "\f504\f504";
}

.fa-pencil-slash {
  --fa: "\e215";
  --fa--fa: "\e215\e215";
}

.fa-bowling-pins {
  --fa: "\f437";
  --fa--fa: "\f437\f437";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
  --fa--fa: "\e539\e539";
}

.fa-down-right {
  --fa: "\e16b";
  --fa--fa: "\e16b\e16b";
}

.fa-scroll-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}

.fa-webhook {
  --fa: "\e5d5";
  --fa--fa: "\e5d5\e5d5";
}

.fa-blinds-open {
  --fa: "\f8fc";
  --fa--fa: "\f8fc\f8fc";
}

.fa-fence {
  --fa: "\e303";
  --fa--fa: "\e303\e303";
}

.fa-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}

.fa-arrow-alt-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}

.fa-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-quidditch {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-drumstick {
  --fa: "\f6d6";
  --fa--fa: "\f6d6\f6d6";
}

.fa-square-v {
  --fa: "\e284";
  --fa--fa: "\e284\e284";
}

.fa-face-awesome {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}

.fa-gave-dandy {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}

.fa-dial-off {
  --fa: "\e162";
  --fa--fa: "\e162\e162";
}

.fa-toggle-off {
  --fa: "\f204";
  --fa--fa: "\f204\f204";
}

.fa-face-smile-horns {
  --fa: "\e391";
  --fa--fa: "\e391\e391";
}

.fa-box-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}

.fa-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}

.fa-grapes {
  --fa: "\e306";
  --fa--fa: "\e306\e306";
}

.fa-person-drowning {
  --fa: "\e545";
  --fa--fa: "\e545\e545";
}

.fa-dial-max {
  --fa: "\e15e";
  --fa--fa: "\e15e\e15e";
}

.fa-circle-m {
  --fa: "\e115";
  --fa--fa: "\e115\e115";
}

.fa-calendar-image {
  --fa: "\e0d4";
  --fa--fa: "\e0d4\e0d4";
}

.fa-circle-caret-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}

.fa-caret-circle-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}

.fa-shish-kebab {
  --fa: "\f821";
  --fa--fa: "\f821\f821";
}

.fa-spray-can {
  --fa: "\f5bd";
  --fa--fa: "\f5bd\f5bd";
}

.fa-alarm-snooze {
  --fa: "\f845";
  --fa--fa: "\f845\f845";
}

.fa-scarecrow {
  --fa: "\f70d";
  --fa--fa: "\f70d\f70d";
}

.fa-truck-monster {
  --fa: "\f63b";
  --fa--fa: "\f63b\f63b";
}

.fa-gift-card {
  --fa: "\f663";
  --fa--fa: "\f663\f663";
}

.fa-w {
  --fa: "W";
  --fa--fa: "WW";
}

.fa-code-pull-request-draft {
  --fa: "\e3fa";
  --fa--fa: "\e3fa\e3fa";
}

.fa-square-b {
  --fa: "\e264";
  --fa--fa: "\e264\e264";
}

.fa-elephant {
  --fa: "\f6da";
  --fa--fa: "\f6da\f6da";
}

.fa-earth-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}

.fa-rainbow {
  --fa: "\f75b";
  --fa--fa: "\f75b\f75b";
}

.fa-circle-notch {
  --fa: "\f1ce";
  --fa--fa: "\f1ce\f1ce";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}

.fa-paw {
  --fa: "\f1b0";
  --fa--fa: "\f1b0\f1b0";
}

.fa-message-question {
  --fa: "\e1e3";
  --fa--fa: "\e1e3\e1e3";
}

.fa-cloud {
  --fa: "\f0c2";
  --fa--fa: "\f0c2\f0c2";
}

.fa-trowel-bricks {
  --fa: "\e58a";
  --fa--fa: "\e58a\e58a";
}

.fa-square-3 {
  --fa: "\e258";
  --fa--fa: "\e258\e258";
}

.fa-face-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}

.fa-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}

.fa-hospital-user {
  --fa: "\f80d";
  --fa--fa: "\f80d\f80d";
}

.fa-microwave {
  --fa: "\e01b";
  --fa--fa: "\e01b\e01b";
}

.fa-chf-sign {
  --fa: "\e602";
  --fa--fa: "\e602\e602";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
  --fa--fa: "\e57f\e57f";
}

.fa-cart-circle-arrow-up {
  --fa: "\e3f0";
  --fa--fa: "\e3f0\e3f0";
}

.fa-trash-clock {
  --fa: "\e2b0";
  --fa--fa: "\e2b0\e2b0";
}

.fa-reflect-both {
  --fa: "\e66f";
  --fa--fa: "\e66f\e66f";
}

.fa-gavel {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}

.fa-sprinkler-ceiling {
  --fa: "\e44c";
  --fa--fa: "\e44c\e44c";
}

.fa-browsers {
  --fa: "\e0cb";
  --fa--fa: "\e0cb\e0cb";
}

.fa-trillium {
  --fa: "\e588";
  --fa--fa: "\e588\e588";
}

.fa-table-cells-unlock {
  --fa: "\e692";
  --fa--fa: "\e692\e692";
}

.fa-music-slash {
  --fa: "\f8d1";
  --fa--fa: "\f8d1\f8d1";
}

.fa-truck-ramp {
  --fa: "\f4e0";
  --fa--fa: "\f4e0\f4e0";
}

.fa-binoculars {
  --fa: "\f1e5";
  --fa--fa: "\f1e5\f1e5";
}

.fa-microphone-slash {
  --fa: "\f131";
  --fa--fa: "\f131\f131";
}

.fa-box-tissue {
  --fa: "\e05b";
  --fa--fa: "\e05b\e05b";
}

.fa-circle-c {
  --fa: "\e101";
  --fa--fa: "\e101\e101";
}

.fa-star-christmas {
  --fa: "\f7d4";
  --fa--fa: "\f7d4\f7d4";
}

.fa-chart-bullet {
  --fa: "\e0e1";
  --fa--fa: "\e0e1\e0e1";
}

.fa-motorcycle {
  --fa: "\f21c";
  --fa--fa: "\f21c\f21c";
}

.fa-tree-christmas {
  --fa: "\f7db";
  --fa--fa: "\f7db\f7db";
}

.fa-tire-flat {
  --fa: "\f632";
  --fa--fa: "\f632\f632";
}

.fa-sunglasses {
  --fa: "\f892";
  --fa--fa: "\f892\f892";
}

.fa-badge {
  --fa: "\f335";
  --fa--fa: "\f335\f335";
}

.fa-message-pen {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}

.fa-comment-alt-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}

.fa-message-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}

.fa-bell-concierge {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}

.fa-pen-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}

.fa-file-mp3 {
  --fa: "\e648";
  --fa--fa: "\e648\e648";
}

.fa-arrow-progress {
  --fa: "\e5df";
  --fa--fa: "\e5df\e5df";
}

.fa-chess-rook-piece {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}

.fa-chess-rook-alt {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}

.fa-square-root {
  --fa: "\f697";
  --fa--fa: "\f697\f697";
}

.fa-album-collection-circle-plus {
  --fa: "\e48e";
  --fa--fa: "\e48e\e48e";
}

.fa-people-arrows {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}

.fa-sign-post {
  --fa: "\e624";
  --fa--fa: "\e624\e624";
}

.fa-face-angry-horns {
  --fa: "\e368";
  --fa--fa: "\e368\e368";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
  --fa--fa: "\e523\e523";
}

.fa-tombstone {
  --fa: "\f720";
  --fa--fa: "\f720\f720";
}

.fa-square-caret-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}

.fa-scissors {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}

.fa-list-music {
  --fa: "\f8c9";
  --fa--fa: "\f8c9\f8c9";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
  --fa--fa: "\e57a\e57a";
}

.fa-toilets-portable {
  --fa: "\e584";
  --fa--fa: "\e584\e584";
}

.fa-hockey-puck {
  --fa: "\f453";
  --fa--fa: "\f453\f453";
}

.fa-mustache {
  --fa: "\e5bc";
  --fa--fa: "\e5bc\e5bc";
}

.fa-hyphen {
  --fa: "\-";
  --fa--fa: "\-\-";
}

.fa-table {
  --fa: "\f0ce";
  --fa--fa: "\f0ce\f0ce";
}

.fa-user-chef {
  --fa: "\e3d2";
  --fa--fa: "\e3d2\e3d2";
}

.fa-message-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}

.fa-comment-alt-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}

.fa-users-medical {
  --fa: "\f830";
  --fa--fa: "\f830\f830";
}

.fa-sensor-triangle-exclamation {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}

.fa-sensor-alert {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
  --fa--fa: "\e521\e521";
}

.fa-tachograph-digital {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}

.fa-face-mask {
  --fa: "\e37f";
  --fa--fa: "\e37f\e37f";
}

.fa-pickleball {
  --fa: "\e435";
  --fa--fa: "\e435\e435";
}

.fa-star-sharp-half {
  --fa: "\e28c";
  --fa--fa: "\e28c\e28c";
}

.fa-users-slash {
  --fa: "\e073";
  --fa--fa: "\e073\e073";
}

.fa-clover {
  --fa: "\e139";
  --fa--fa: "\e139\e139";
}

.fa-meat {
  --fa: "\f814";
  --fa--fa: "\f814\f814";
}

.fa-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}

.fa-star-and-crescent {
  --fa: "\f699";
  --fa--fa: "\f699\f699";
}

.fa-empty-set {
  --fa: "\f656";
  --fa--fa: "\f656\f656";
}

.fa-house-fire {
  --fa: "\e50c";
  --fa--fa: "\e50c\e50c";
}

.fa-square-minus {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}

.fa-minus-square {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}

.fa-helicopter {
  --fa: "\f533";
  --fa--fa: "\f533\f533";
}

.fa-bird {
  --fa: "\e469";
  --fa--fa: "\e469\e469";
}

.fa-compass {
  --fa: "\f14e";
  --fa--fa: "\f14e\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}

.fa-heart-half-stroke {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}

.fa-heart-half-alt {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}

.fa-file-circle-question {
  --fa: "\e4ef";
  --fa--fa: "\e4ef\e4ef";
}

.fa-truck-utensils {
  --fa: "\e628";
  --fa--fa: "\e628\e628";
}

.fa-laptop-code {
  --fa: "\f5fc";
  --fa--fa: "\f5fc\f5fc";
}

.fa-joystick {
  --fa: "\f8c5";
  --fa--fa: "\f8c5\f8c5";
}

.fa-grill-fire {
  --fa: "\e5a4";
  --fa--fa: "\e5a4\e5a4";
}

.fa-rectangle-vertical-history {
  --fa: "\e237";
  --fa--fa: "\e237\e237";
}

.fa-swatchbook {
  --fa: "\f5c3";
  --fa--fa: "\f5c3\f5c3";
}

.fa-prescription-bottle {
  --fa: "\f485";
  --fa--fa: "\f485\f485";
}

.fa-bars {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}

.fa-keyboard-left {
  --fa: "\e1c3";
  --fa--fa: "\e1c3\e1c3";
}

.fa-people-group {
  --fa: "\e533";
  --fa--fa: "\e533\e533";
}

.fa-hourglass-end {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}

.fa-heart-crack {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}

.fa-face-beam-hand-over-mouth {
  --fa: "\e47c";
  --fa--fa: "\e47c\e47c";
}

.fa-droplet-percent {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}

.fa-humidity {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}

.fa-square-up-right {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}

.fa-face-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}

.fa-corn {
  --fa: "\f6c7";
  --fa--fa: "\f6c7\f6c7";
}

.fa-roller-coaster {
  --fa: "\e324";
  --fa--fa: "\e324\e324";
}

.fa-photo-film-music {
  --fa: "\e228";
  --fa--fa: "\e228\e228";
}

.fa-radar {
  --fa: "\e024";
  --fa--fa: "\e024\e024";
}

.fa-sickle {
  --fa: "\f822";
  --fa--fa: "\f822\f822";
}

.fa-film {
  --fa: "\f008";
  --fa--fa: "\f008\f008";
}

.fa-coconut {
  --fa: "\e2f6";
  --fa--fa: "\e2f6\e2f6";
}

.fa-ruler-horizontal {
  --fa: "\f547";
  --fa--fa: "\f547\f547";
}

.fa-shield-cross {
  --fa: "\f712";
  --fa--fa: "\f712\f712";
}

.fa-cassette-tape {
  --fa: "\f8ab";
  --fa--fa: "\f8ab\f8ab";
}

.fa-square-terminal {
  --fa: "\e32a";
  --fa--fa: "\e32a\e32a";
}

.fa-people-robbery {
  --fa: "\e536";
  --fa--fa: "\e536\e536";
}

.fa-lightbulb {
  --fa: "\f0eb";
  --fa--fa: "\f0eb\f0eb";
}

.fa-caret-left {
  --fa: "\f0d9";
  --fa--fa: "\f0d9\f0d9";
}

.fa-comment-middle {
  --fa: "\e149";
  --fa--fa: "\e149\e149";
}

.fa-trash-can-list {
  --fa: "\e2ab";
  --fa--fa: "\e2ab\e2ab";
}

.fa-block {
  --fa: "\e46a";
  --fa--fa: "\e46a\e46a";
}

.fa-circle-exclamation {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
  --fa--fa: "\e56d\e56d";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}

.fa-face-frown-slight {
  --fa: "\e376";
  --fa--fa: "\e376\e376";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}

.fa-sidebar-flip {
  --fa: "\e24f";
  --fa--fa: "\e24f\e24f";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}

.fa-temperature-list {
  --fa: "\e299";
  --fa--fa: "\e299\e299";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
  --fa--fa: "\f740\f740";
}

.fa-headphones-simple {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}

.fa-headphones-alt {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}

.fa-sitemap {
  --fa: "\f0e8";
  --fa--fa: "\f0e8\f0e8";
}

.fa-pipe-section {
  --fa: "\e438";
  --fa--fa: "\e438\e438";
}

.fa-space-station-moon-construction {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}

.fa-space-station-moon-alt {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}

.fa-memory {
  --fa: "\f538";
  --fa--fa: "\f538\f538";
}

.fa-face-sleeping {
  --fa: "\e38d";
  --fa--fa: "\e38d\e38d";
}

.fa-road-spikes {
  --fa: "\e568";
  --fa--fa: "\e568\e568";
}

.fa-fire-burner {
  --fa: "\e4f1";
  --fa--fa: "\e4f1\e4f1";
}

.fa-squirrel {
  --fa: "\f71a";
  --fa--fa: "\f71a\f71a";
}

.fa-arrow-up-to-line {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}

.fa-arrow-to-top {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}

.fa-flag {
  --fa: "\f024";
  --fa--fa: "\f024\f024";
}

.fa-face-cowboy-hat {
  --fa: "\e36e";
  --fa--fa: "\e36e\e36e";
}

.fa-hanukiah {
  --fa: "\f6e6";
  --fa--fa: "\f6e6\f6e6";
}

.fa-chart-scatter-3d {
  --fa: "\e0e8";
  --fa--fa: "\e0e8\e0e8";
}

.fa-display-chart-up {
  --fa: "\e5e3";
  --fa--fa: "\e5e3\e5e3";
}

.fa-square-code {
  --fa: "\e267";
  --fa--fa: "\e267\e267";
}

.fa-feather {
  --fa: "\f52d";
  --fa--fa: "\f52d\f52d";
}

.fa-volume-low {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}

.fa-volume-down {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}

.fa-xmark-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}

.fa-times-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}

.fa-vote-nay {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}

.fa-box-taped {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}

.fa-box-alt {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}

.fa-comment-slash {
  --fa: "\f4b3";
  --fa--fa: "\f4b3\f4b3";
}

.fa-swords {
  --fa: "\f71d";
  --fa--fa: "\f71d\f71d";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
  --fa--fa: "\f743\f743";
}

.fa-album {
  --fa: "\f89f";
  --fa--fa: "\f89f\f89f";
}

.fa-circle-n {
  --fa: "\e118";
  --fa--fa: "\e118\e118";
}

.fa-compress {
  --fa: "\f066";
  --fa--fa: "\f066\f066";
}

.fa-wheat-awn {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}

.fa-ankh {
  --fa: "\f644";
  --fa--fa: "\f644\f644";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
  --fa--fa: "\e4fa\e4fa";
}

.fa-asterisk {
  --fa: "\*";
  --fa--fa: "\*\*";
}

.fa-key-skeleton-left-right {
  --fa: "\e3b4";
  --fa--fa: "\e3b4\e3b4";
}

.fa-comment-lines {
  --fa: "\f4b0";
  --fa--fa: "\f4b0\f4b0";
}

.fa-luchador-mask {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}

.fa-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}

.fa-mask-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}

.fa-square-check {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}

.fa-check-square {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}

.fa-shredder {
  --fa: "\f68a";
  --fa--fa: "\f68a\f68a";
}

.fa-book-open-cover {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}

.fa-book-open-alt {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}

.fa-sandwich {
  --fa: "\f81f";
  --fa--fa: "\f81f\f81f";
}

.fa-peseta-sign {
  --fa: "\e221";
  --fa--fa: "\e221\e221";
}

.fa-square-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}

.fa-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}

.fa-train-tunnel {
  --fa: "\e454";
  --fa--fa: "\e454\e454";
}

.fa-heading {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}

.fa-header {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}

.fa-ghost {
  --fa: "\f6e2";
  --fa--fa: "\f6e2\f6e2";
}

.fa-face-anguished {
  --fa: "\e369";
  --fa--fa: "\e369\e369";
}

.fa-hockey-sticks {
  --fa: "\f454";
  --fa--fa: "\f454\f454";
}

.fa-abacus {
  --fa: "\f640";
  --fa--fa: "\f640\f640";
}

.fa-film-simple {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}

.fa-film-alt {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}

.fa-list {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}

.fa-tree-palm {
  --fa: "\f82b";
  --fa--fa: "\f82b\f82b";
}

.fa-square-phone-flip {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}

.fa-user-beard-bolt {
  --fa: "\e689";
  --fa--fa: "\e689\e689";
}

.fa-cart-plus {
  --fa: "\f217";
  --fa--fa: "\f217\f217";
}

.fa-gamepad {
  --fa: "\f11b";
  --fa--fa: "\f11b\f11b";
}

.fa-border-center-v {
  --fa: "\f89d";
  --fa--fa: "\f89d\f89d";
}

.fa-circle-dot {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}

.fa-dot-circle {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}

.fa-clipboard-medical {
  --fa: "\e133";
  --fa--fa: "\e133\e133";
}

.fa-face-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}

.fa-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}

.fa-egg {
  --fa: "\f7fb";
  --fa--fa: "\f7fb\f7fb";
}

.fa-up-to-line {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}

.fa-arrow-alt-to-top {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
  --fa--fa: "\e513\e513";
}

.fa-watch-fitness {
  --fa: "\f63e";
  --fa--fa: "\f63e\f63e";
}

.fa-clock-nine-thirty {
  --fa: "\e34d";
  --fa--fa: "\e34d\e34d";
}

.fa-campground {
  --fa: "\f6bb";
  --fa--fa: "\f6bb\f6bb";
}

.fa-folder-plus {
  --fa: "\f65e";
  --fa--fa: "\f65e\f65e";
}

.fa-jug {
  --fa: "\f8c6";
  --fa--fa: "\f8c6\f8c6";
}

.fa-futbol {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-snow-blowing {
  --fa: "\f761";
  --fa--fa: "\f761\f761";
}

.fa-paintbrush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}

.fa-lock {
  --fa: "\f023";
  --fa--fa: "\f023\f023";
}

.fa-arrow-down-from-line {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}

.fa-arrow-from-top {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}

.fa-gas-pump {
  --fa: "\f52f";
  --fa--fa: "\f52f\f52f";
}

.fa-signal-bars-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}

.fa-signal-alt-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}

.fa-monkey {
  --fa: "\f6fb";
  --fa--fa: "\f6fb\f6fb";
}

.fa-rectangle-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}

.fa-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}

.fa-house-night {
  --fa: "\e010";
  --fa--fa: "\e010\e010";
}

.fa-hot-tub-person {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}

.fa-hot-tub {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}

.fa-globe-pointer {
  --fa: "\e60e";
  --fa--fa: "\e60e\e60e";
}

.fa-blanket {
  --fa: "\f498";
  --fa--fa: "\f498\f498";
}

.fa-map-location {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}

.fa-house-flood-water {
  --fa: "\e50e";
  --fa--fa: "\e50e\e50e";
}

.fa-comments-question-check {
  --fa: "\e14f";
  --fa--fa: "\e14f\e14f";
}

.fa-tree {
  --fa: "\f1bb";
  --fa--fa: "\f1bb\f1bb";
}

.fa-arrows-cross {
  --fa: "\e0a2";
  --fa--fa: "\e0a2\e0a2";
}

.fa-backpack {
  --fa: "\f5d4";
  --fa--fa: "\f5d4\f5d4";
}

.fa-square-small {
  --fa: "\e27e";
  --fa--fa: "\e27e\e27e";
}

.fa-folder-arrow-up {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}

.fa-folder-upload {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}

.fa-bridge-lock {
  --fa: "\e4cc";
  --fa--fa: "\e4cc\e4cc";
}

.fa-crosshairs-simple {
  --fa: "\e59f";
  --fa--fa: "\e59f\e59f";
}

.fa-sack-dollar {
  --fa: "\f81d";
  --fa--fa: "\f81d\f81d";
}

.fa-pen-to-square {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}

.fa-edit {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}

.fa-square-sliders {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}

.fa-sliders-h-square {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}

.fa-car-side {
  --fa: "\f5e4";
  --fa--fa: "\f5e4\f5e4";
}

.fa-message-middle-top {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}

.fa-comment-middle-top-alt {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}

.fa-lightbulb-on {
  --fa: "\f672";
  --fa--fa: "\f672\f672";
}

.fa-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}

.fa-utensil-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}

.fa-share-nodes {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}

.fa-display-chart-up-circle-dollar {
  --fa: "\e5e6";
  --fa--fa: "\e5e6\e5e6";
}

.fa-wave-sine {
  --fa: "\f899";
  --fa--fa: "\f899\f899";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
  --fa--fa: "\e4ff\e4ff";
}

.fa-circle-w {
  --fa: "\e12c";
  --fa--fa: "\e12c\e12c";
}

.fa-circle-calendar {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}

.fa-calendar-circle {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}

.fa-hourglass-half {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}

.fa-microscope {
  --fa: "\f610";
  --fa--fa: "\f610\f610";
}

.fa-sunset {
  --fa: "\f767";
  --fa--fa: "\f767\f767";
}

.fa-sink {
  --fa: "\e06d";
  --fa--fa: "\e06d\e06d";
}

.fa-calendar-exclamation {
  --fa: "\f334";
  --fa--fa: "\f334\f334";
}

.fa-truck-container-empty {
  --fa: "\e2b5";
  --fa--fa: "\e2b5\e2b5";
}

.fa-hand-heart {
  --fa: "\f4bc";
  --fa--fa: "\f4bc\f4bc";
}

.fa-bag-shopping {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-mitten {
  --fa: "\f7b5";
  --fa--fa: "\f7b5\f7b5";
}

.fa-reply-clock {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}

.fa-reply-time {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}

.fa-person-rays {
  --fa: "\e54d";
  --fa--fa: "\e54d\e54d";
}

.fa-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}

.fa-arrow-alt-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}

.fa-circle-f {
  --fa: "\e10e";
  --fa--fa: "\e10e\e10e";
}

.fa-users {
  --fa: "\f0c0";
  --fa--fa: "\f0c0\f0c0";
}

.fa-face-pleading {
  --fa: "\e386";
  --fa--fa: "\e386\e386";
}

.fa-eye-slash {
  --fa: "\f070";
  --fa--fa: "\f070\f070";
}

.fa-flask-vial {
  --fa: "\e4f3";
  --fa--fa: "\e4f3\e4f3";
}

.fa-police-box {
  --fa: "\e021";
  --fa--fa: "\e021\e021";
}

.fa-cucumber {
  --fa: "\e401";
  --fa--fa: "\e401\e401";
}

.fa-head-side-brain {
  --fa: "\f808";
  --fa--fa: "\f808\f808";
}

.fa-hand {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}

.fa-hand-paper {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}

.fa-person-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}

.fa-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}

.fa-utensils-slash {
  --fa: "\e464";
  --fa--fa: "\e464\e464";
}

.fa-print-magnifying-glass {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}

.fa-print-search {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}

.fa-turn-right {
  --fa: "\e639";
  --fa--fa: "\e639\e639";
}

.fa-folder-bookmark {
  --fa: "\e186";
  --fa--fa: "\e186\e186";
}

.fa-arrow-turn-left-down {
  --fa: "\e633";
  --fa--fa: "\e633\e633";
}

.fa-om {
  --fa: "\f679";
  --fa--fa: "\f679\f679";
}

.fa-pi {
  --fa: "\f67e";
  --fa--fa: "\f67e\f67e";
}

.fa-flask-round-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}

.fa-flask-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}

.fa-face-shush {
  --fa: "\e38c";
  --fa--fa: "\e38c\e38c";
}

.fa-worm {
  --fa: "\e599";
  --fa--fa: "\e599\e599";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
  --fa--fa: "\e50b\e50b";
}

.fa-plug {
  --fa: "\f1e6";
  --fa--fa: "\f1e6\f1e6";
}

.fa-calendar-circle-exclamation {
  --fa: "\e46e";
  --fa--fa: "\e46e\e46e";
}

.fa-square-i {
  --fa: "\e272";
  --fa--fa: "\e272\e272";
}

.fa-chevron-up {
  --fa: "\f077";
  --fa--fa: "\f077\f077";
}

.fa-face-saluting {
  --fa: "\e484";
  --fa--fa: "\e484\e484";
}

.fa-gauge-simple-low {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}

.fa-tachometer-slow {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}

.fa-face-persevering {
  --fa: "\e385";
  --fa--fa: "\e385\e385";
}

.fa-circle-camera {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}

.fa-camera-circle {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}

.fa-hand-spock {
  --fa: "\f259";
  --fa--fa: "\f259\f259";
}

.fa-spider-web {
  --fa: "\f719";
  --fa--fa: "\f719\f719";
}

.fa-circle-microphone {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}

.fa-microphone-circle {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}

.fa-book-arrow-up {
  --fa: "\e0ba";
  --fa--fa: "\e0ba\e0ba";
}

.fa-popsicle {
  --fa: "\e43e";
  --fa--fa: "\e43e\e43e";
}

.fa-command {
  --fa: "\e142";
  --fa--fa: "\e142\e142";
}

.fa-blinds {
  --fa: "\f8fb";
  --fa--fa: "\f8fb\f8fb";
}

.fa-stopwatch {
  --fa: "\f2f2";
  --fa--fa: "\f2f2\f2f2";
}

.fa-saxophone {
  --fa: "\f8dc";
  --fa--fa: "\f8dc\f8dc";
}

.fa-square-2 {
  --fa: "\e257";
  --fa--fa: "\e257\e257";
}

.fa-field-hockey-stick-ball {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}

.fa-field-hockey {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}

.fa-arrow-up-square-triangle {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}

.fa-sort-shapes-up-alt {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}

.fa-face-scream {
  --fa: "\e38b";
  --fa--fa: "\e38b\e38b";
}

.fa-square-m {
  --fa: "\e276";
  --fa--fa: "\e276\e276";
}

.fa-camera-web {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}

.fa-webcam {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}

.fa-comment-arrow-down {
  --fa: "\e143";
  --fa--fa: "\e143\e143";
}

.fa-lightbulb-cfl {
  --fa: "\e5a6";
  --fa--fa: "\e5a6\e5a6";
}

.fa-window-frame-open {
  --fa: "\e050";
  --fa--fa: "\e050\e050";
}

.fa-face-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}

.fa-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
  --fa--fa: "\e4cb\e4cb";
}

.fa-period {
  --fa: "\.";
  --fa--fa: "\.\.";
}

.fa-face-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}

.fa-up-to-dotted-line {
  --fa: "\e457";
  --fa--fa: "\e457\e457";
}

.fa-thought-bubble {
  --fa: "\e32e";
  --fa--fa: "\e32e\e32e";
}

.fa-skeleton-ribs {
  --fa: "\e5cb";
  --fa--fa: "\e5cb\e5cb";
}

.fa-raygun {
  --fa: "\e025";
  --fa--fa: "\e025\e025";
}

.fa-flute {
  --fa: "\f8b9";
  --fa--fa: "\f8b9\f8b9";
}

.fa-acorn {
  --fa: "\f6ae";
  --fa--fa: "\f6ae\f6ae";
}

.fa-video-arrow-up-right {
  --fa: "\e2c9";
  --fa--fa: "\e2c9\e2c9";
}

.fa-grate-droplet {
  --fa: "\e194";
  --fa--fa: "\e194\e194";
}

.fa-seal-exclamation {
  --fa: "\e242";
  --fa--fa: "\e242\e242";
}

.fa-chess-bishop {
  --fa: "\f43a";
  --fa--fa: "\f43a\f43a";
}

.fa-message-sms {
  --fa: "\e1e5";
  --fa--fa: "\e1e5\e1e5";
}

.fa-coffee-beans {
  --fa: "\e13f";
  --fa--fa: "\e13f\e13f";
}

.fa-hat-witch {
  --fa: "\f6e7";
  --fa--fa: "\f6e7\f6e7";
}

.fa-face-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}

.fa-clock-three-thirty {
  --fa: "\e357";
  --fa--fa: "\e357\e357";
}

.fa-ear-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-alarm-clock {
  --fa: "\f34e";
  --fa--fa: "\f34e\f34e";
}

.fa-eclipse {
  --fa: "\f749";
  --fa--fa: "\f749\f749";
}

.fa-face-relieved {
  --fa: "\e389";
  --fa--fa: "\e389\e389";
}

.fa-road-circle-check {
  --fa: "\e564";
  --fa--fa: "\e564\e564";
}

.fa-dice-five {
  --fa: "\f523";
  --fa--fa: "\f523\f523";
}

.fa-octagon-minus {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}

.fa-minus-octagon {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}

.fa-square-rss {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}

.fa-rss-square {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}

.fa-face-zany {
  --fa: "\e3a4";
  --fa--fa: "\e3a4\e3a4";
}

.fa-tricycle {
  --fa: "\e5c3";
  --fa--fa: "\e5c3\e5c3";
}

.fa-land-mine-on {
  --fa: "\e51b";
  --fa--fa: "\e51b\e51b";
}

.fa-square-arrow-up-left {
  --fa: "\e263";
  --fa--fa: "\e263\e263";
}

.fa-i-cursor {
  --fa: "\f246";
  --fa--fa: "\f246\f246";
}

.fa-chart-mixed-up-circle-dollar {
  --fa: "\e5d9";
  --fa--fa: "\e5d9\e5d9";
}

.fa-salt-shaker {
  --fa: "\e446";
  --fa--fa: "\e446\e446";
}

.fa-stamp {
  --fa: "\f5bf";
  --fa--fa: "\f5bf\f5bf";
}

.fa-file-plus {
  --fa: "\f319";
  --fa--fa: "\f319\f319";
}

.fa-draw-square {
  --fa: "\f5ef";
  --fa--fa: "\f5ef\f5ef";
}

.fa-toilet-paper-under-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}

.fa-toilet-paper-reverse-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}

.fa-stairs {
  --fa: "\e289";
  --fa--fa: "\e289\e289";
}

.fa-drone-front {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}

.fa-drone-alt {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}

.fa-glass-empty {
  --fa: "\e191";
  --fa--fa: "\e191\e191";
}

.fa-dial-high {
  --fa: "\e15c";
  --fa--fa: "\e15c\e15c";
}

.fa-user-helmet-safety {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}

.fa-user-construction {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}

.fa-user-hard-hat {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}

.fa-i {
  --fa: "I";
  --fa--fa: "II";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}

.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "\e092";
  --fa--fa: "\e092\e092";
}

.fa-pills {
  --fa: "\f484";
  --fa--fa: "\f484\f484";
}

.fa-face-grin-wide {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}

.fa-grin-alt {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}

.fa-tooth {
  --fa: "\f5c9";
  --fa--fa: "\f5c9\f5c9";
}

.fa-basketball-hoop {
  --fa: "\f435";
  --fa--fa: "\f435\f435";
}

.fa-objects-align-bottom {
  --fa: "\e3bb";
  --fa--fa: "\e3bb\e3bb";
}

.fa-v {
  --fa: "V";
  --fa--fa: "VV";
}

.fa-sparkles {
  --fa: "\f890";
  --fa--fa: "\f890\f890";
}

.fa-squid {
  --fa: "\e450";
  --fa--fa: "\e450\e450";
}

.fa-leafy-green {
  --fa: "\e41d";
  --fa--fa: "\e41d\e41d";
}

.fa-circle-arrow-up-right {
  --fa: "\e0fc";
  --fa--fa: "\e0fc\e0fc";
}

.fa-calendars {
  --fa: "\e0d7";
  --fa--fa: "\e0d7\e0d7";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
  --fa--fa: "\e2e6\e2e6";
}

.fa-bicycle {
  --fa: "\f206";
  --fa--fa: "\f206\f206";
}

.fa-hammer-war {
  --fa: "\f6e4";
  --fa--fa: "\f6e4\f6e4";
}

.fa-circle-d {
  --fa: "\e104";
  --fa--fa: "\e104\e104";
}

.fa-spider-black-widow {
  --fa: "\f718";
  --fa--fa: "\f718\f718";
}

.fa-staff-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-rod-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-pear {
  --fa: "\e20c";
  --fa--fa: "\e20c\e20c";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
  --fa--fa: "\e062\e062";
}

.fa-file-mov {
  --fa: "\e647";
  --fa--fa: "\e647\e647";
}

.fa-triangle {
  --fa: "\f2ec";
  --fa--fa: "\f2ec\f2ec";
}

.fa-apartment {
  --fa: "\e468";
  --fa--fa: "\e468\e468";
}

.fa-truck-medical {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}

.fa-pepper {
  --fa: "\e432";
  --fa--fa: "\e432\e432";
}

.fa-piano {
  --fa: "\f8d4";
  --fa--fa: "\f8d4\f8d4";
}

.fa-gun-squirt {
  --fa: "\e19d";
  --fa--fa: "\e19d\e19d";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
  --fa--fa: "\e598\e598";
}

.fa-snowman {
  --fa: "\f7d0";
  --fa--fa: "\f7d0\f7d0";
}

.fa-user-alien {
  --fa: "\e04a";
  --fa--fa: "\e04a\e04a";
}

.fa-shield-check {
  --fa: "\f2f7";
  --fa--fa: "\f2f7\f2f7";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
  --fa--fa: "\f5a7\f5a7";
}

.fa-road-barrier {
  --fa: "\e562";
  --fa--fa: "\e562\e562";
}

.fa-chart-candlestick {
  --fa: "\e0e2";
  --fa--fa: "\e0e2\e0e2";
}

.fa-briefcase-blank {
  --fa: "\e0c8";
  --fa--fa: "\e0c8\e0c8";
}

.fa-school {
  --fa: "\f549";
  --fa--fa: "\f549\f549";
}

.fa-igloo {
  --fa: "\f7ae";
  --fa--fa: "\f7ae\f7ae";
}

.fa-bracket-round {
  --fa: "\(";
  --fa--fa: "\(\(";
}

.fa-parenthesis {
  --fa: "\(";
  --fa--fa: "\(\(";
}

.fa-joint {
  --fa: "\f595";
  --fa--fa: "\f595\f595";
}

.fa-horse-saddle {
  --fa: "\f8c3";
  --fa--fa: "\f8c3\f8c3";
}

.fa-mug-marshmallows {
  --fa: "\f7b7";
  --fa--fa: "\f7b7\f7b7";
}

.fa-filters {
  --fa: "\e17e";
  --fa--fa: "\e17e\e17e";
}

.fa-bell-on {
  --fa: "\f8fa";
  --fa--fa: "\f8fa\f8fa";
}

.fa-angle-right {
  --fa: "\f105";
  --fa--fa: "\f105\f105";
}

.fa-dial-med {
  --fa: "\e15f";
  --fa--fa: "\e15f\e15f";
}

.fa-horse {
  --fa: "\f6f0";
  --fa--fa: "\f6f0\f6f0";
}

.fa-q {
  --fa: "Q";
  --fa--fa: "QQ";
}

.fa-monitor-waveform {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}

.fa-monitor-heart-rate {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}

.fa-link-simple {
  --fa: "\e1cd";
  --fa--fa: "\e1cd\e1cd";
}

.fa-whistle {
  --fa: "\f460";
  --fa--fa: "\f460\f460";
}

.fa-g {
  --fa: "G";
  --fa--fa: "GG";
}

.fa-wine-glass-crack {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}

.fa-fragile {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}

.fa-slot-machine {
  --fa: "\e3ce";
  --fa--fa: "\e3ce\e3ce";
}

.fa-notes-medical {
  --fa: "\f481";
  --fa--fa: "\f481\f481";
}

.fa-car-wash {
  --fa: "\f5e6";
  --fa--fa: "\f5e6\f5e6";
}

.fa-escalator {
  --fa: "\e171";
  --fa--fa: "\e171\e171";
}

.fa-comment-image {
  --fa: "\e148";
  --fa--fa: "\e148\e148";
}

.fa-temperature-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-dong-sign {
  --fa: "\e169";
  --fa--fa: "\e169\e169";
}

.fa-donut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}

.fa-doughnut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}

.fa-capsules {
  --fa: "\f46b";
  --fa--fa: "\f46b\f46b";
}

.fa-poo-storm {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}

.fa-tally-1 {
  --fa: "\e294";
  --fa--fa: "\e294\e294";
}

.fa-file-vector {
  --fa: "\e64c";
  --fa--fa: "\e64c\e64c";
}

.fa-face-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}

.fa-square-dashed {
  --fa: "\e269";
  --fa--fa: "\e269\e269";
}

.fa-bag-shopping-plus {
  --fa: "\e651";
  --fa--fa: "\e651\e651";
}

.fa-square-j {
  --fa: "\e273";
  --fa--fa: "\e273\e273";
}

.fa-hand-point-up {
  --fa: "\f0a6";
  --fa--fa: "\f0a6\f0a6";
}

.fa-money-bill {
  --fa: "\f0d6";
  --fa--fa: "\f0d6\f0d6";
}

.fa-arrow-up-big-small {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}

.fa-sort-size-up {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}

.fa-barcode-read {
  --fa: "\f464";
  --fa--fa: "\f464\f464";
}

.fa-baguette {
  --fa: "\e3d8";
  --fa--fa: "\e3d8\e3d8";
}

.fa-bowl-soft-serve {
  --fa: "\e46b";
  --fa--fa: "\e46b\e46b";
}

.fa-face-holding-back-tears {
  --fa: "\e482";
  --fa--fa: "\e482\e482";
}

.fa-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}

.fa-arrow-alt-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}

.fa-train-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}

.fa-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}

.fa-square-exclamation {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}

.fa-exclamation-square {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}

.fa-semicolon {
  --fa: "\;";
  --fa--fa: "\;\;";
}

.fa-bookmark {
  --fa: "\f02e";
  --fa--fa: "\f02e\f02e";
}

.fa-fan-table {
  --fa: "\e004";
  --fa--fa: "\e004\e004";
}

.fa-align-justify {
  --fa: "\f039";
  --fa--fa: "\f039\f039";
}

.fa-battery-low {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}

.fa-battery-1 {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}

.fa-credit-card-front {
  --fa: "\f38a";
  --fa--fa: "\f38a\f38a";
}

.fa-brain-arrow-curved-right {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}

.fa-mind-share {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
  --fa--fa: "\f5ca\f5ca";
}

.fa-helmet-un {
  --fa: "\e503";
  --fa--fa: "\e503\e503";
}

.fa-location-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}

.fa-map-marker-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}

.fa-arrow-left-to-line {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}

.fa-arrow-to-left {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}

.fa-bullseye {
  --fa: "\f140";
  --fa--fa: "\f140\f140";
}

.fa-sushi {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}

.fa-nigiri {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}

.fa-message-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}

.fa-comment-alt-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}

.fa-trash-list {
  --fa: "\e2b1";
  --fa--fa: "\e2b1\e2b1";
}

.fa-bacon {
  --fa: "\f7e5";
  --fa--fa: "\f7e5\f7e5";
}

.fa-option {
  --fa: "\e318";
  --fa--fa: "\e318\e318";
}

.fa-raccoon {
  --fa: "\e613";
  --fa--fa: "\e613\e613";
}

.fa-hand-point-down {
  --fa: "\f0a7";
  --fa--fa: "\f0a7\f0a7";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
  --fa--fa: "\e09a\e09a";
}

.fa-head-side-gear {
  --fa: "\e611";
  --fa--fa: "\e611\e611";
}

.fa-trash-plus {
  --fa: "\e2b2";
  --fa--fa: "\e2b2\e2b2";
}

.fa-file-cad {
  --fa: "\e672";
  --fa--fa: "\e672\e672";
}

.fa-objects-align-top {
  --fa: "\e3c0";
  --fa--fa: "\e3c0\e3c0";
}

.fa-folder {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}

.fa-face-anxious-sweat {
  --fa: "\e36a";
  --fa--fa: "\e36a\e36a";
}

.fa-credit-card-blank {
  --fa: "\f389";
  --fa--fa: "\f389\f389";
}

.fa-file-waveform {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}

.fa-microchip-ai {
  --fa: "\e1ec";
  --fa--fa: "\e1ec\e1ec";
}

.fa-mug {
  --fa: "\f874";
  --fa--fa: "\f874\f874";
}

.fa-plane-up-slash {
  --fa: "\e22e";
  --fa--fa: "\e22e\e22e";
}

.fa-radiation {
  --fa: "\f7b9";
  --fa--fa: "\f7b9\f7b9";
}

.fa-pen-circle {
  --fa: "\e20e";
  --fa--fa: "\e20e\e20e";
}

.fa-bag-seedling {
  --fa: "\e5f2";
  --fa--fa: "\e5f2\e5f2";
}

.fa-chart-simple {
  --fa: "\e473";
  --fa--fa: "\e473\e473";
}

.fa-crutches {
  --fa: "\f7f8";
  --fa--fa: "\f7f8\f7f8";
}

.fa-circle-parking {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}

.fa-parking-circle {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}

.fa-mars-stroke {
  --fa: "\f229";
  --fa--fa: "\f229\f229";
}

.fa-leaf-oak {
  --fa: "\f6f7";
  --fa--fa: "\f6f7\f6f7";
}

.fa-square-bolt {
  --fa: "\e265";
  --fa--fa: "\e265\e265";
}

.fa-vial {
  --fa: "\f492";
  --fa--fa: "\f492\f492";
}

.fa-gauge {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-dashboard {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-gauge-med {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}

.fa-lambda {
  --fa: "\f66e";
  --fa--fa: "\f66e\f66e";
}

.fa-e {
  --fa: "E";
  --fa--fa: "EE";
}

.fa-pizza {
  --fa: "\f817";
  --fa--fa: "\f817\f817";
}

.fa-bowl-chopsticks-noodles {
  --fa: "\e2ea";
  --fa--fa: "\e2ea\e2ea";
}

.fa-h3 {
  --fa: "\f315";
  --fa--fa: "\f315\f315";
}

.fa-pen-clip {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}

.fa-pen-alt {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
  --fa--fa: "\e4ca\e4ca";
}

.fa-badge-percent {
  --fa: "\f646";
  --fa--fa: "\f646\f646";
}

.fa-rotate-reverse {
  --fa: "\e631";
  --fa--fa: "\e631\e631";
}

.fa-user {
  --fa: "\f007";
  --fa--fa: "\f007\f007";
}

.fa-sensor {
  --fa: "\e028";
  --fa--fa: "\e028\e028";
}

.fa-comma {
  --fa: "\,";
  --fa--fa: "\,\,";
}

.fa-school-circle-check {
  --fa: "\e56b";
  --fa--fa: "\e56b\e56b";
}

.fa-toilet-paper-under {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}

.fa-toilet-paper-reverse {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}

.fa-light-emergency {
  --fa: "\e41f";
  --fa--fa: "\e41f\e41f";
}

.fa-arrow-down-to-arc {
  --fa: "\e4ae";
  --fa--fa: "\e4ae\e4ae";
}

.fa-dumpster {
  --fa: "\f793";
  --fa--fa: "\f793\f793";
}

.fa-van-shuttle {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}

.fa-building-user {
  --fa: "\e4da";
  --fa--fa: "\e4da\e4da";
}

.fa-light-switch {
  --fa: "\e017";
  --fa--fa: "\e017\e017";
}

.fa-square-caret-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}

.fa-highlighter {
  --fa: "\f591";
  --fa--fa: "\f591\f591";
}

.fa-wave-pulse {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}

.fa-heart-rate {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}

.fa-key {
  --fa: "\f084";
  --fa--fa: "\f084\f084";
}

.fa-arrow-left-to-bracket {
  --fa: "\e669";
  --fa--fa: "\e669\e669";
}

.fa-hat-santa {
  --fa: "\f7a7";
  --fa--fa: "\f7a7\f7a7";
}

.fa-tamale {
  --fa: "\e451";
  --fa--fa: "\e451\e451";
}

.fa-box-check {
  --fa: "\f467";
  --fa--fa: "\f467\f467";
}

.fa-bullhorn {
  --fa: "\f0a1";
  --fa--fa: "\f0a1\f0a1";
}

.fa-steak {
  --fa: "\f824";
  --fa--fa: "\f824\f824";
}

.fa-location-crosshairs-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}

.fa-location-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}

.fa-person-dolly {
  --fa: "\f4d0";
  --fa--fa: "\f4d0\f4d0";
}

.fa-globe {
  --fa: "\f0ac";
  --fa--fa: "\f0ac\f0ac";
}

.fa-synagogue {
  --fa: "\f69b";
  --fa--fa: "\f69b\f69b";
}

.fa-file-chart-column {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}

.fa-file-chart-line {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}

.fa-person-half-dress {
  --fa: "\e548";
  --fa--fa: "\e548\e548";
}

.fa-folder-image {
  --fa: "\e18a";
  --fa--fa: "\e18a\e18a";
}

.fa-calendar-pen {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}

.fa-calendar-edit {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}

.fa-road-bridge {
  --fa: "\e563";
  --fa--fa: "\e563\e563";
}

.fa-face-smile-tear {
  --fa: "\e393";
  --fa--fa: "\e393\e393";
}

.fa-message-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}

.fa-comment-alt-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}

.fa-location-arrow {
  --fa: "\f124";
  --fa--fa: "\f124\f124";
}

.fa-c {
  --fa: "C";
  --fa--fa: "CC";
}

.fa-tablet-button {
  --fa: "\f10a";
  --fa--fa: "\f10a\f10a";
}

.fa-person-dress-fairy {
  --fa: "\e607";
  --fa--fa: "\e607\e607";
}

.fa-rectangle-history-circle-user {
  --fa: "\e4a4";
  --fa--fa: "\e4a4\e4a4";
}

.fa-building-lock {
  --fa: "\e4d6";
  --fa--fa: "\e4d6\e4d6";
}

.fa-chart-line-up {
  --fa: "\e0e5";
  --fa--fa: "\e0e5\e0e5";
}

.fa-mailbox {
  --fa: "\f813";
  --fa--fa: "\f813\f813";
}

.fa-sign-posts {
  --fa: "\e625";
  --fa--fa: "\e625\e625";
}

.fa-truck-bolt {
  --fa: "\e3d0";
  --fa--fa: "\e3d0\e3d0";
}

.fa-pizza-slice {
  --fa: "\f818";
  --fa--fa: "\f818\f818";
}

.fa-money-bill-wave {
  --fa: "\f53a";
  --fa--fa: "\f53a\f53a";
}

.fa-chart-area {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}

.fa-house-flag {
  --fa: "\e50d";
  --fa--fa: "\e50d\e50d";
}

.fa-circle-three-quarters-stroke {
  --fa: "\e5d4";
  --fa--fa: "\e5d4\e5d4";
}

.fa-person-circle-minus {
  --fa: "\e540";
  --fa--fa: "\e540\e540";
}

.fa-scalpel {
  --fa: "\f61d";
  --fa--fa: "\f61d\f61d";
}

.fa-ban {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}

.fa-cancel {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}

.fa-bell-exclamation {
  --fa: "\f848";
  --fa--fa: "\f848\f848";
}

.fa-circle-bookmark {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}

.fa-bookmark-circle {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}

.fa-egg-fried {
  --fa: "\f7fc";
  --fa--fa: "\f7fc\f7fc";
}

.fa-face-weary {
  --fa: "\e3a1";
  --fa--fa: "\e3a1\e3a1";
}

.fa-uniform-martial-arts {
  --fa: "\e3d1";
  --fa--fa: "\e3d1\e3d1";
}

.fa-camera-rotate {
  --fa: "\e0d8";
  --fa--fa: "\e0d8\e0d8";
}

.fa-sun-dust {
  --fa: "\f764";
  --fa--fa: "\f764\f764";
}

.fa-comment-text {
  --fa: "\e14d";
  --fa--fa: "\e14d\e14d";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}

.fa-signal-bars {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-signal-alt {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-signal-alt-4 {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-signal-bars-strong {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-diamond-exclamation {
  --fa: "\e405";
  --fa--fa: "\e405\e405";
}

.fa-star {
  --fa: "\f005";
  --fa--fa: "\f005\f005";
}

.fa-dial-min {
  --fa: "\e161";
  --fa--fa: "\e161\e161";
}

.fa-repeat {
  --fa: "\f363";
  --fa--fa: "\f363\f363";
}

.fa-cross {
  --fa: "\f654";
  --fa--fa: "\f654\f654";
}

.fa-page-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}

.fa-file-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}

.fa-box {
  --fa: "\f466";
  --fa--fa: "\f466\f466";
}

.fa-venus-mars {
  --fa: "\f228";
  --fa--fa: "\f228\f228";
}

.fa-clock-seven-thirty {
  --fa: "\e351";
  --fa--fa: "\e351\e351";
}

.fa-arrow-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}

.fa-clock-four-thirty {
  --fa: "\e34b";
  --fa--fa: "\e34b\e34b";
}

.fa-signal-bars-good {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}

.fa-signal-alt-3 {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}

.fa-cactus {
  --fa: "\f8a7";
  --fa--fa: "\f8a7\f8a7";
}

.fa-lightbulb-gear {
  --fa: "\e5fd";
  --fa--fa: "\e5fd\e5fd";
}

.fa-maximize {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}

.fa-charging-station {
  --fa: "\f5e7";
  --fa--fa: "\f5e7\f5e7";
}

.fa-shapes {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}

.fa-plane-tail {
  --fa: "\e22c";
  --fa--fa: "\e22c\e22c";
}

.fa-gauge-simple-max {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}

.fa-tachometer-fastest {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}

.fa-circle-u {
  --fa: "\e127";
  --fa--fa: "\e127\e127";
}

.fa-shield-slash {
  --fa: "\e24b";
  --fa--fa: "\e24b\e24b";
}

.fa-square-phone-hangup {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}

.fa-phone-square-down {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}

.fa-arrow-up-left {
  --fa: "\e09d";
  --fa--fa: "\e09d\e09d";
}

.fa-transporter-1 {
  --fa: "\e043";
  --fa--fa: "\e043\e043";
}

.fa-peanuts {
  --fa: "\e431";
  --fa--fa: "\e431\e431";
}

.fa-shuffle {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}

.fa-random {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}

.fa-person-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}

.fa-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}

.fa-mobile-retro {
  --fa: "\e527";
  --fa--fa: "\e527\e527";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
  --fa--fa: "\f7a5\f7a5";
}

.fa-bin-bottles-recycle {
  --fa: "\e5f6";
  --fa--fa: "\e5f6\e5f6";
}

.fa-arrow-up-from-square {
  --fa: "\e09c";
  --fa--fa: "\e09c\e09c";
}

.fa-file-dashed-line {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}

.fa-page-break {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}

.fa-bracket-curly-right {
  --fa: "\}";
  --fa--fa: "\}\}";
}

.fa-spider {
  --fa: "\f717";
  --fa--fa: "\f717\f717";
}

.fa-clock-three {
  --fa: "\e356";
  --fa--fa: "\e356\e356";
}

.fa-hands-bound {
  --fa: "\e4f9";
  --fa--fa: "\e4f9\e4f9";
}

.fa-scalpel-line-dashed {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}

.fa-scalpel-path {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
  --fa--fa: "\f571\f571";
}

.fa-pipe-smoking {
  --fa: "\e3c4";
  --fa--fa: "\e3c4\e3c4";
}

.fa-face-astonished {
  --fa: "\e36b";
  --fa--fa: "\e36b\e36b";
}

.fa-window {
  --fa: "\f40e";
  --fa--fa: "\f40e\f40e";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
  --fa--fa: "\e556\e556";
}

.fa-ear {
  --fa: "\f5f0";
  --fa--fa: "\f5f0\f5f0";
}

.fa-file-lock {
  --fa: "\e3a6";
  --fa--fa: "\e3a6\e3a6";
}

.fa-diagram-venn {
  --fa: "\e15a";
  --fa--fa: "\e15a\e15a";
}

.fa-arrow-down-from-bracket {
  --fa: "\e667";
  --fa--fa: "\e667\e667";
}

.fa-x-ray {
  --fa: "\f497";
  --fa--fa: "\f497\f497";
}

.fa-goal-net {
  --fa: "\e3ab";
  --fa--fa: "\e3ab\e3ab";
}

.fa-coffin-cross {
  --fa: "\e051";
  --fa--fa: "\e051\e051";
}

.fa-octopus {
  --fa: "\e688";
  --fa--fa: "\e688\e688";
}

.fa-spell-check {
  --fa: "\f891";
  --fa--fa: "\f891\f891";
}

.fa-location-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}

.fa-map-marker-times {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}

.fa-map-marker-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}

.fa-circle-quarter-stroke {
  --fa: "\e5d3";
  --fa--fa: "\e5d3\e5d3";
}

.fa-lasso {
  --fa: "\f8c8";
  --fa--fa: "\f8c8\f8c8";
}

.fa-slash {
  --fa: "\f715";
  --fa--fa: "\f715\f715";
}

.fa-person-to-portal {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}

.fa-portal-enter {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}

.fa-calendar-star {
  --fa: "\f736";
  --fa--fa: "\f736\f736";
}

.fa-computer-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}

.fa-sign-in {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}

.fa-pegasus {
  --fa: "\f703";
  --fa--fa: "\f703\f703";
}

.fa-files-medical {
  --fa: "\f7fd";
  --fa--fa: "\f7fd\f7fd";
}

.fa-cannon {
  --fa: "\e642";
  --fa--fa: "\e642\e642";
}

.fa-nfc-lock {
  --fa: "\e1f8";
  --fa--fa: "\e1f8\e1f8";
}

.fa-person-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}

.fa-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}

.fa-square-6 {
  --fa: "\e25b";
  --fa--fa: "\e25b\e25b";
}

.fa-shop-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}

.fa-wind-turbine {
  --fa: "\f89b";
  --fa--fa: "\f89b\f89b";
}

.fa-sliders-simple {
  --fa: "\e253";
  --fa--fa: "\e253\e253";
}

.fa-grid-round {
  --fa: "\e5da";
  --fa--fa: "\e5da\e5da";
}

.fa-badge-sheriff {
  --fa: "\f8a2";
  --fa--fa: "\f8a2\f8a2";
}

.fa-server {
  --fa: "\f233";
  --fa--fa: "\f233\f233";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
  --fa--fa: "\e4a9\e4a9";
}

.fa-intersection {
  --fa: "\f668";
  --fa--fa: "\f668\f668";
}

.fa-shop-lock {
  --fa: "\e4a5";
  --fa--fa: "\e4a5\e4a5";
}

.fa-family {
  --fa: "\e300";
  --fa--fa: "\e300\e300";
}

.fa-hourglass-start {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}

.fa-user-hair-buns {
  --fa: "\e3d3";
  --fa--fa: "\e3d3\e3d3";
}

.fa-blender-phone {
  --fa: "\f6b6";
  --fa--fa: "\f6b6\f6b6";
}

.fa-hourglass-clock {
  --fa: "\e41b";
  --fa--fa: "\e41b\e41b";
}

.fa-person-seat-reclined {
  --fa: "\e21f";
  --fa--fa: "\e21f\e21f";
}

.fa-paper-plane-top {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}

.fa-paper-plane-alt {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}

.fa-send {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}

.fa-message-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}

.fa-comment-alt-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}

.fa-lightbulb-exclamation {
  --fa: "\f671";
  --fa--fa: "\f671\f671";
}

.fa-layer-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}

.fa-layer-group-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}

.fa-chart-pie-simple-circle-currency {
  --fa: "\e604";
  --fa--fa: "\e604\e604";
}

.fa-circle-e {
  --fa: "\e109";
  --fa--fa: "\e109\e109";
}

.fa-building-wheat {
  --fa: "\e4db";
  --fa--fa: "\e4db\e4db";
}

.fa-gauge-max {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}

.fa-tachometer-alt-fastest {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
  --fa--fa: "\e53a\e53a";
}

.fa-apostrophe {
  --fa: "\'";
  --fa--fa: "\'\'";
}

.fa-file-png {
  --fa: "\e666";
  --fa--fa: "\e666\e666";
}

.fa-fire-hydrant {
  --fa: "\e17f";
  --fa--fa: "\e17f\e17f";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}

.fa-video-plus {
  --fa: "\f4e1";
  --fa--fa: "\f4e1\f4e1";
}

.fa-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}

.fa-arrow-alt-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}

.fa-comment-smile {
  --fa: "\f4b4";
  --fa--fa: "\f4b4\f4b4";
}

.fa-venus {
  --fa: "\f221";
  --fa--fa: "\f221\f221";
}

.fa-passport {
  --fa: "\f5ab";
  --fa--fa: "\f5ab\f5ab";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}

.fa-inbox-in {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}

.fa-inbox-arrow-down {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}

.fa-heart-pulse {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}

.fa-circle-8 {
  --fa: "\e0f5";
  --fa--fa: "\e0f5\e0f5";
}

.fa-clouds-moon {
  --fa: "\f745";
  --fa--fa: "\f745\f745";
}

.fa-clock-ten-thirty {
  --fa: "\e355";
  --fa--fa: "\e355\e355";
}

.fa-people-carry-box {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}

.fa-folder-user {
  --fa: "\e18e";
  --fa--fa: "\e18e\e18e";
}

.fa-trash-can-xmark {
  --fa: "\e2ae";
  --fa--fa: "\e2ae\e2ae";
}

.fa-temperature-high {
  --fa: "\f769";
  --fa--fa: "\f769\f769";
}

.fa-microchip {
  --fa: "\f2db";
  --fa--fa: "\f2db\f2db";
}

.fa-left-long-to-line {
  --fa: "\e41e";
  --fa--fa: "\e41e\e41e";
}

.fa-crown {
  --fa: "\f521";
  --fa--fa: "\f521\f521";
}

.fa-weight-hanging {
  --fa: "\f5cd";
  --fa--fa: "\f5cd\f5cd";
}

.fa-xmarks-lines {
  --fa: "\e59a";
  --fa--fa: "\e59a\e59a";
}

.fa-file-prescription {
  --fa: "\f572";
  --fa--fa: "\f572\f572";
}

.fa-table-cells-lock {
  --fa: "\e679";
  --fa--fa: "\e679\e679";
}

.fa-calendar-range {
  --fa: "\e0d6";
  --fa--fa: "\e0d6\e0d6";
}

.fa-flower-daffodil {
  --fa: "\f800";
  --fa--fa: "\f800\f800";
}

.fa-hand-back-point-up {
  --fa: "\e1a2";
  --fa--fa: "\e1a2\e1a2";
}

.fa-weight-scale {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}

.fa-weight {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}

.fa-arrow-up-to-arc {
  --fa: "\e617";
  --fa--fa: "\e617\e617";
}

.fa-star-exclamation {
  --fa: "\f2f3";
  --fa--fa: "\f2f3\f2f3";
}

.fa-books {
  --fa: "\f5db";
  --fa--fa: "\f5db\f5db";
}

.fa-user-group {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}

.fa-user-friends {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}

.fa-layer-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}

.fa-layer-group-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}

.fa-play-pause {
  --fa: "\e22f";
  --fa--fa: "\e22f\e22f";
}

.fa-block-question {
  --fa: "\e3dd";
  --fa--fa: "\e3dd\e3dd";
}

.fa-snooze {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}

.fa-zzz {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}

.fa-scanner-image {
  --fa: "\f8f3";
  --fa--fa: "\f8f3\f8f3";
}

.fa-tv-retro {
  --fa: "\f401";
  --fa--fa: "\f401\f401";
}

.fa-square-t {
  --fa: "\e280";
  --fa--fa: "\e280\e280";
}

.fa-farm {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}

.fa-barn-silo {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}

.fa-chess-knight {
  --fa: "\f441";
  --fa--fa: "\f441\f441";
}

.fa-bars-sort {
  --fa: "\e0ae";
  --fa--fa: "\e0ae\e0ae";
}

.fa-pallet-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}

.fa-palette-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}

.fa-pallet-alt {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}

.fa-code-simple {
  --fa: "\e13d";
  --fa--fa: "\e13d\e13d";
}

.fa-bolt-slash {
  --fa: "\e0b8";
  --fa--fa: "\e0b8\e0b8";
}

.fa-panel-fire {
  --fa: "\e42f";
  --fa--fa: "\e42f\e42f";
}

.fa-binary-circle-check {
  --fa: "\e33c";
  --fa--fa: "\e33c\e33c";
}

.fa-comment-minus {
  --fa: "\f4b1";
  --fa--fa: "\f4b1\f4b1";
}

.fa-burrito {
  --fa: "\f7ed";
  --fa--fa: "\f7ed\f7ed";
}

.fa-violin {
  --fa: "\f8ed";
  --fa--fa: "\f8ed\f8ed";
}

.fa-objects-column {
  --fa: "\e3c1";
  --fa--fa: "\e3c1\e3c1";
}

.fa-square-chevron-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}

.fa-chevron-square-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}

.fa-comment-plus {
  --fa: "\f4b2";
  --fa--fa: "\f4b2\f4b2";
}

.fa-triangle-instrument {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}

.fa-triangle-music {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}

.fa-wheelchair {
  --fa: "\f193";
  --fa--fa: "\f193\f193";
}

.fa-user-pilot-tie {
  --fa: "\e2c1";
  --fa--fa: "\e2c1\e2c1";
}

.fa-piano-keyboard {
  --fa: "\f8d5";
  --fa--fa: "\f8d5\f8d5";
}

.fa-bed-empty {
  --fa: "\f8f9";
  --fa--fa: "\f8f9\f8f9";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}

.fa-toggle-on {
  --fa: "\f205";
  --fa--fa: "\f205\f205";
}

.fa-rectangle-vertical {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}

.fa-rectangle-portrait {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}

.fa-person-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}

.fa-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}

.fa-l {
  --fa: "L";
  --fa--fa: "LL";
}

.fa-signal-stream {
  --fa: "\f8dd";
  --fa--fa: "\f8dd\f8dd";
}

.fa-down-to-bracket {
  --fa: "\e4e7";
  --fa--fa: "\e4e7\e4e7";
}

.fa-circle-z {
  --fa: "\e130";
  --fa--fa: "\e130\e130";
}

.fa-stars {
  --fa: "\f762";
  --fa--fa: "\f762\f762";
}

.fa-fire {
  --fa: "\f06d";
  --fa--fa: "\f06d\f06d";
}

.fa-bed-pulse {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}

.fa-procedures {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}

.fa-house-day {
  --fa: "\e00e";
  --fa--fa: "\e00e\e00e";
}

.fa-shuttle-space {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}

.fa-shirt-long-sleeve {
  --fa: "\e3c7";
  --fa--fa: "\e3c7\e3c7";
}

.fa-chart-pie-simple {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}

.fa-chart-pie-alt {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}

.fa-face-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}

.fa-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}

.fa-folder-open {
  --fa: "\f07c";
  --fa--fa: "\f07c\f07c";
}

.fa-album-collection-circle-user {
  --fa: "\e48f";
  --fa--fa: "\e48f\e48f";
}

.fa-candy {
  --fa: "\e3e7";
  --fa--fa: "\e3e7\e3e7";
}

.fa-bowl-hot {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}

.fa-soup {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}

.fa-flatbread {
  --fa: "\e40b";
  --fa--fa: "\e40b\e40b";
}

.fa-heart-circle-plus {
  --fa: "\e500";
  --fa--fa: "\e500\e500";
}

.fa-code-fork {
  --fa: "\e13b";
  --fa--fa: "\e13b\e13b";
}

.fa-city {
  --fa: "\f64f";
  --fa--fa: "\f64f\f64f";
}

.fa-signal-bars-weak {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}

.fa-signal-alt-1 {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}

.fa-microphone-lines {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}

.fa-clock-twelve {
  --fa: "\e358";
  --fa--fa: "\e358\e358";
}

.fa-pepper-hot {
  --fa: "\f816";
  --fa--fa: "\f816\f816";
}

.fa-citrus-slice {
  --fa: "\e2f5";
  --fa--fa: "\e2f5\e2f5";
}

.fa-sheep {
  --fa: "\f711";
  --fa--fa: "\f711\f711";
}

.fa-unlock {
  --fa: "\f09c";
  --fa--fa: "\f09c\f09c";
}

.fa-colon-sign {
  --fa: "\e140";
  --fa--fa: "\e140\e140";
}

.fa-headset {
  --fa: "\f590";
  --fa--fa: "\f590\f590";
}

.fa-badger-honey {
  --fa: "\f6b4";
  --fa--fa: "\f6b4\f6b4";
}

.fa-h4 {
  --fa: "\f86a";
  --fa--fa: "\f86a\f86a";
}

.fa-store-slash {
  --fa: "\e071";
  --fa--fa: "\e071\e071";
}

.fa-road-circle-xmark {
  --fa: "\e566";
  --fa--fa: "\e566\e566";
}

.fa-signal-slash {
  --fa: "\f695";
  --fa--fa: "\f695\f695";
}

.fa-user-minus {
  --fa: "\f503";
  --fa--fa: "\f503\f503";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}

.fa-champagne-glasses {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}

.fa-taco {
  --fa: "\f826";
  --fa--fa: "\f826\f826";
}

.fa-hexagon-plus {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}

.fa-plus-hexagon {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}

.fa-clipboard {
  --fa: "\f328";
  --fa--fa: "\f328\f328";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
  --fa--fa: "\e50a\e50a";
}

.fa-file-arrow-up {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}

.fa-file-upload {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}

.fa-wifi {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-messages {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}

.fa-comments-alt {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}

.fa-bath {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}

.fa-umbrella-simple {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}

.fa-umbrella-alt {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}

.fa-rectangle-history-circle-plus {
  --fa: "\e4a3";
  --fa--fa: "\e4a3\e4a3";
}

.fa-underline {
  --fa: "\f0cd";
  --fa--fa: "\f0cd\f0cd";
}

.fa-prescription-bottle-pill {
  --fa: "\e5c0";
  --fa--fa: "\e5c0\e5c0";
}

.fa-user-pen {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}

.fa-binary-slash {
  --fa: "\e33e";
  --fa--fa: "\e33e\e33e";
}

.fa-square-o {
  --fa: "\e278";
  --fa--fa: "\e278\e278";
}

.fa-caduceus {
  --fa: "\e681";
  --fa--fa: "\e681\e681";
}

.fa-signature {
  --fa: "\f5b7";
  --fa--fa: "\f5b7\f5b7";
}

.fa-stroopwafel {
  --fa: "\f551";
  --fa--fa: "\f551\f551";
}

.fa-bold {
  --fa: "\f032";
  --fa--fa: "\f032\f032";
}

.fa-anchor-lock {
  --fa: "\e4ad";
  --fa--fa: "\e4ad\e4ad";
}

.fa-building-ngo {
  --fa: "\e4d7";
  --fa--fa: "\e4d7\e4d7";
}

.fa-transporter-3 {
  --fa: "\e045";
  --fa--fa: "\e045\e045";
}

.fa-engine-warning {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}

.fa-engine-exclamation {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}

.fa-circle-down-right {
  --fa: "\e108";
  --fa--fa: "\e108\e108";
}

.fa-square-k {
  --fa: "\e274";
  --fa--fa: "\e274\e274";
}

.fa-manat-sign {
  --fa: "\e1d5";
  --fa--fa: "\e1d5\e1d5";
}

.fa-money-check-pen {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}

.fa-money-check-edit {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}

.fa-not-equal {
  --fa: "\f53e";
  --fa--fa: "\f53e\f53e";
}

.fa-border-top-left {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}

.fa-border-style {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}

.fa-map-location-dot {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}

.fa-tilde {
  --fa: "\~";
  --fa--fa: "\~\~";
}

.fa-jedi {
  --fa: "\f669";
  --fa--fa: "\f669\f669";
}

.fa-square-poll-vertical {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}

.fa-poll {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}

.fa-arrow-down-square-triangle {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}

.fa-sort-shapes-down-alt {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}

.fa-mug-hot {
  --fa: "\f7b6";
  --fa--fa: "\f7b6\f7b6";
}

.fa-dog-leashed {
  --fa: "\f6d4";
  --fa--fa: "\f6d4\f6d4";
}

.fa-car-battery {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}

.fa-face-downcast-sweat {
  --fa: "\e371";
  --fa--fa: "\e371\e371";
}

.fa-mailbox-flag-up {
  --fa: "\e5bb";
  --fa--fa: "\e5bb\e5bb";
}

.fa-memo-circle-info {
  --fa: "\e49a";
  --fa--fa: "\e49a\e49a";
}

.fa-gift {
  --fa: "\f06b";
  --fa--fa: "\f06b\f06b";
}

.fa-dice-two {
  --fa: "\f528";
  --fa--fa: "\f528\f528";
}

.fa-volume {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}

.fa-volume-medium {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}

.fa-transporter-5 {
  --fa: "\e2a6";
  --fa--fa: "\e2a6\e2a6";
}

.fa-gauge-circle-bolt {
  --fa: "\e496";
  --fa--fa: "\e496\e496";
}

.fa-coin-front {
  --fa: "\e3fc";
  --fa--fa: "\e3fc\e3fc";
}

.fa-file-slash {
  --fa: "\e3a7";
  --fa--fa: "\e3a7\e3a7";
}

.fa-message-arrow-up-right {
  --fa: "\e1dd";
  --fa--fa: "\e1dd\e1dd";
}

.fa-treasure-chest {
  --fa: "\f723";
  --fa--fa: "\f723\f723";
}

.fa-chess-queen {
  --fa: "\f445";
  --fa--fa: "\f445\f445";
}

.fa-paintbrush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-paint-brush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-paint-brush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-paintbrush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-glasses {
  --fa: "\f530";
  --fa--fa: "\f530\f530";
}

.fa-hood-cloak {
  --fa: "\f6ef";
  --fa--fa: "\f6ef\f6ef";
}

.fa-square-quote {
  --fa: "\e329";
  --fa--fa: "\e329\e329";
}

.fa-up-left {
  --fa: "\e2bd";
  --fa--fa: "\e2bd\e2bd";
}

.fa-bring-front {
  --fa: "\f857";
  --fa--fa: "\f857\f857";
}

.fa-chess-board {
  --fa: "\f43c";
  --fa--fa: "\f43c\f43c";
}

.fa-burger-cheese {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}

.fa-cheeseburger {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}

.fa-building-circle-check {
  --fa: "\e4d2";
  --fa--fa: "\e4d2\e4d2";
}

.fa-repeat-1 {
  --fa: "\f365";
  --fa--fa: "\f365\f365";
}

.fa-arrow-down-to-line {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}

.fa-arrow-to-bottom {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}

.fa-grid-5 {
  --fa: "\e199";
  --fa--fa: "\e199\e199";
}

.fa-swap-arrows {
  --fa: "\e60a";
  --fa--fa: "\e60a\e60a";
}

.fa-right-long-to-line {
  --fa: "\e444";
  --fa--fa: "\e444\e444";
}

.fa-person-chalkboard {
  --fa: "\e53d";
  --fa--fa: "\e53d\e53d";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}

.fa-hand-back-fist {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}

.fa-hand-rock {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}

.fa-grid-round-5 {
  --fa: "\e5de";
  --fa--fa: "\e5de\e5de";
}

.fa-tally {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}

.fa-tally-5 {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}

.fa-square-caret-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
  --fa--fa: "\e4e4\e4e4";
}

.fa-chart-bar {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}

.fa-bar-chart {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}

.fa-hands-bubbles {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}

.fa-less-than-equal {
  --fa: "\f537";
  --fa--fa: "\f537\f537";
}

.fa-train {
  --fa: "\f238";
  --fa--fa: "\f238\f238";
}

.fa-up-from-dotted-line {
  --fa: "\e456";
  --fa--fa: "\e456\e456";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}

.fa-traffic-light-go {
  --fa: "\f638";
  --fa--fa: "\f638\f638";
}

.fa-face-exhaling {
  --fa: "\e480";
  --fa--fa: "\e480\e480";
}

.fa-sensor-fire {
  --fa: "\e02a";
  --fa--fa: "\e02a\e02a";
}

.fa-user-unlock {
  --fa: "\e058";
  --fa--fa: "\e058\e058";
}

.fa-hexagon-divide {
  --fa: "\e1ad";
  --fa--fa: "\e1ad\e1ad";
}

.fa-00 {
  --fa: "\e467";
  --fa--fa: "\e467\e467";
}

.fa-crow {
  --fa: "\f520";
  --fa--fa: "\f520\f520";
}

.fa-cassette-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}

.fa-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}

.fa-sailboat {
  --fa: "\e445";
  --fa--fa: "\e445\e445";
}

.fa-window-restore {
  --fa: "\f2d2";
  --fa--fa: "\f2d2\f2d2";
}

.fa-nfc-magnifying-glass {
  --fa: "\e1f9";
  --fa--fa: "\e1f9\e1f9";
}

.fa-file-binary {
  --fa: "\e175";
  --fa--fa: "\e175\e175";
}

.fa-circle-v {
  --fa: "\e12a";
  --fa--fa: "\e12a\e12a";
}

.fa-square-plus {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}

.fa-bowl-scoops {
  --fa: "\e3df";
  --fa--fa: "\e3df\e3df";
}

.fa-mistletoe {
  --fa: "\f7b4";
  --fa--fa: "\f7b4\f7b4";
}

.fa-custard {
  --fa: "\e403";
  --fa--fa: "\e403\e403";
}

.fa-lacrosse-stick {
  --fa: "\e3b5";
  --fa--fa: "\e3b5\e3b5";
}

.fa-hockey-mask {
  --fa: "\f6ee";
  --fa--fa: "\f6ee\f6ee";
}

.fa-sunrise {
  --fa: "\f766";
  --fa--fa: "\f766\f766";
}

.fa-subtitles {
  --fa: "\e60f";
  --fa--fa: "\e60f\e60f";
}

.fa-panel-ews {
  --fa: "\e42e";
  --fa--fa: "\e42e\e42e";
}

.fa-torii-gate {
  --fa: "\f6a1";
  --fa--fa: "\f6a1\f6a1";
}

.fa-cloud-exclamation {
  --fa: "\e491";
  --fa--fa: "\e491\e491";
}

.fa-message-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}

.fa-comment-alt-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}

.fa-frog {
  --fa: "\f52e";
  --fa--fa: "\f52e\f52e";
}

.fa-bucket {
  --fa: "\e4cf";
  --fa--fa: "\e4cf\e4cf";
}

.fa-floppy-disk-pen {
  --fa: "\e182";
  --fa--fa: "\e182\e182";
}

.fa-image {
  --fa: "\f03e";
  --fa--fa: "\f03e\f03e";
}

.fa-window-frame {
  --fa: "\e04f";
  --fa--fa: "\e04f\e04f";
}

.fa-microphone {
  --fa: "\f130";
  --fa--fa: "\f130\f130";
}

.fa-cow {
  --fa: "\f6c8";
  --fa--fa: "\f6c8\f6c8";
}

.fa-file-zip {
  --fa: "\e5ee";
  --fa--fa: "\e5ee\e5ee";
}

.fa-square-ring {
  --fa: "\e44f";
  --fa--fa: "\e44f\e44f";
}

.fa-down-from-line {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}

.fa-arrow-alt-from-top {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}

.fa-caret-up {
  --fa: "\f0d8";
  --fa--fa: "\f0d8\f0d8";
}

.fa-shield-xmark {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}

.fa-shield-times {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}

.fa-screwdriver {
  --fa: "\f54a";
  --fa--fa: "\f54a\f54a";
}

.fa-circle-sort-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}

.fa-sort-circle-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}

.fa-folder-closed {
  --fa: "\e185";
  --fa--fa: "\e185\e185";
}

.fa-house-tsunami {
  --fa: "\e515";
  --fa--fa: "\e515\e515";
}

.fa-square-nfi {
  --fa: "\e576";
  --fa--fa: "\e576\e576";
}

.fa-forklift {
  --fa: "\f47a";
  --fa--fa: "\f47a\f47a";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
  --fa--fa: "\e4b5\e4b5";
}

.fa-bracket-square-right {
  --fa: "\]";
  --fa--fa: "\]\]";
}

.fa-martini-glass {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}

.fa-square-binary {
  --fa: "\e69b";
  --fa--fa: "\e69b\e69b";
}

.fa-rotate-left {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-table-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}

.fa-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}

.fa-square-a {
  --fa: "\e25f";
  --fa--fa: "\e25f\e25f";
}

.fa-tick {
  --fa: "\e32f";
  --fa--fa: "\e32f\e32f";
}

.fa-lemon {
  --fa: "\f094";
  --fa--fa: "\f094\f094";
}

.fa-head-side-mask {
  --fa: "\e063";
  --fa--fa: "\e063\e063";
}

.fa-handshake {
  --fa: "\f2b5";
  --fa--fa: "\f2b5\f2b5";
}

.fa-gem {
  --fa: "\f3a5";
  --fa--fa: "\f3a5\f3a5";
}

.fa-dolly {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}

.fa-dolly-box {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}

.fa-smoking {
  --fa: "\f48d";
  --fa--fa: "\f48d\f48d";
}

.fa-minimize {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}

.fa-refrigerator {
  --fa: "\e026";
  --fa--fa: "\e026\e026";
}

.fa-monument {
  --fa: "\f5a6";
  --fa--fa: "\f5a6\f5a6";
}

.fa-octagon-xmark {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}

.fa-times-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}

.fa-xmark-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}

.fa-align-slash {
  --fa: "\f846";
  --fa--fa: "\f846\f846";
}

.fa-snowplow {
  --fa: "\f7d2";
  --fa--fa: "\f7d2\f7d2";
}

.fa-angles-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}

.fa-truck-ramp-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}

.fa-truck-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}

.fa-cannabis {
  --fa: "\f55f";
  --fa--fa: "\f55f\f55f";
}

.fa-circle-play {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}

.fa-play-circle {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
  --fa--fa: "\e0a0\e0a0";
}

.fa-location-arrow-up {
  --fa: "\e63a";
  --fa--fa: "\e63a\e63a";
}

.fa-tablets {
  --fa: "\f490";
  --fa--fa: "\f490\f490";
}

.fa-360-degrees {
  --fa: "\e2dc";
  --fa--fa: "\e2dc\e2dc";
}

.fa-ethernet {
  --fa: "\f796";
  --fa--fa: "\f796\f796";
}

.fa-euro-sign {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-eur {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-euro {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-chair {
  --fa: "\f6c0";
  --fa--fa: "\f6c0\f6c0";
}

.fa-circle-check {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}

.fa-check-circle {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}

.fa-square-dashed-circle-plus {
  --fa: "\e5c2";
  --fa--fa: "\e5c2\e5c2";
}

.fa-hand-holding-circle-dollar {
  --fa: "\e621";
  --fa--fa: "\e621\e621";
}

.fa-money-simple-from-bracket {
  --fa: "\e313";
  --fa--fa: "\e313\e313";
}

.fa-bat {
  --fa: "\f6b5";
  --fa--fa: "\f6b5\f6b5";
}

.fa-circle-stop {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}

.fa-head-side-headphones {
  --fa: "\f8c2";
  --fa--fa: "\f8c2\f8c2";
}

.fa-phone-rotary {
  --fa: "\f8d3";
  --fa--fa: "\f8d3\f8d3";
}

.fa-arrow-up-to-bracket {
  --fa: "\e66a";
  --fa--fa: "\e66a\e66a";
}

.fa-compass-drafting {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}

.fa-plate-wheat {
  --fa: "\e55a";
  --fa--fa: "\e55a\e55a";
}

.fa-calendar-circle-minus {
  --fa: "\e46f";
  --fa--fa: "\e46f\e46f";
}

.fa-chopsticks {
  --fa: "\e3f7";
  --fa--fa: "\e3f7\e3f7";
}

.fa-car-wrench {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}

.fa-car-mechanic {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}

.fa-icicles {
  --fa: "\f7ad";
  --fa--fa: "\f7ad\f7ad";
}

.fa-person-shelter {
  --fa: "\e54f";
  --fa--fa: "\e54f\e54f";
}

.fa-neuter {
  --fa: "\f22c";
  --fa--fa: "\f22c\f22c";
}

.fa-id-badge {
  --fa: "\f2c1";
  --fa--fa: "\f2c1\f2c1";
}

.fa-kazoo {
  --fa: "\f8c7";
  --fa--fa: "\f8c7\f8c7";
}

.fa-marker {
  --fa: "\f5a1";
  --fa--fa: "\f5a1\f5a1";
}

.fa-bin-bottles {
  --fa: "\e5f5";
  --fa--fa: "\e5f5\e5f5";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}

.fa-square-arrow-down-left {
  --fa: "\e261";
  --fa--fa: "\e261\e261";
}

.fa-battery-bolt {
  --fa: "\f376";
  --fa--fa: "\f376\f376";
}

.fa-tree-large {
  --fa: "\f7dd";
  --fa--fa: "\f7dd\f7dd";
}

.fa-helicopter-symbol {
  --fa: "\e502";
  --fa--fa: "\e502\e502";
}

.fa-aperture {
  --fa: "\e2df";
  --fa--fa: "\e2df\e2df";
}

.fa-universal-access {
  --fa: "\f29a";
  --fa--fa: "\f29a\f29a";
}

.fa-gear-complex {
  --fa: "\e5e9";
  --fa--fa: "\e5e9\e5e9";
}

.fa-file-magnifying-glass {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}

.fa-file-search {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}

.fa-up-right {
  --fa: "\e2be";
  --fa--fa: "\e2be\e2be";
}

.fa-circle-chevron-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}

.fa-user-police {
  --fa: "\e333";
  --fa--fa: "\e333\e333";
}

.fa-lari-sign {
  --fa: "\e1c8";
  --fa--fa: "\e1c8\e1c8";
}

.fa-volcano {
  --fa: "\f770";
  --fa--fa: "\f770\f770";
}

.fa-teddy-bear {
  --fa: "\e3cf";
  --fa--fa: "\e3cf\e3cf";
}

.fa-stocking {
  --fa: "\f7d5";
  --fa--fa: "\f7d5\f7d5";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
  --fa--fa: "\e553\e553";
}

.fa-image-slash {
  --fa: "\e1b7";
  --fa--fa: "\e1b7\e1b7";
}

.fa-mask-snorkel {
  --fa: "\e3b7";
  --fa--fa: "\e3b7\e3b7";
}

.fa-smoke {
  --fa: "\f760";
  --fa--fa: "\f760\f760";
}

.fa-sterling-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-gbp {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-pound-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-battery-exclamation {
  --fa: "\e0b0";
  --fa--fa: "\e0b0\e0b0";
}

.fa-viruses {
  --fa: "\e076";
  --fa--fa: "\e076\e076";
}

.fa-square-person-confined {
  --fa: "\e577";
  --fa--fa: "\e577\e577";
}

.fa-user-tie {
  --fa: "\f508";
  --fa--fa: "\f508\f508";
}

.fa-up-to-bracket {
  --fa: "\e66e";
  --fa--fa: "\e66e\e66e";
}

.fa-arrow-down-long {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
  --fa--fa: "\e57e\e57e";
}

.fa-certificate {
  --fa: "\f0a3";
  --fa--fa: "\f0a3\f0a3";
}

.fa-crystal-ball {
  --fa: "\e362";
  --fa--fa: "\e362\e362";
}

.fa-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}

.fa-suitcase {
  --fa: "\f0f2";
  --fa--fa: "\f0f2\f0f2";
}

.fa-person-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}

.fa-star-shooting {
  --fa: "\e036";
  --fa--fa: "\e036\e036";
}

.fa-binary-lock {
  --fa: "\e33d";
  --fa--fa: "\e33d\e33d";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}

.fa-camera-retro {
  --fa: "\f083";
  --fa--fa: "\f083\f083";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}

.fa-comment-pen {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}

.fa-comment-edit {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}

.fa-file-import {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}

.fa-banjo {
  --fa: "\f8a3";
  --fa--fa: "\f8a3\f8a3";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}

.fa-light-emergency-on {
  --fa: "\e420";
  --fa--fa: "\e420\e420";
}

.fa-kerning {
  --fa: "\f86f";
  --fa--fa: "\f86f\f86f";
}

.fa-box-open {
  --fa: "\f49e";
  --fa--fa: "\f49e\f49e";
}

.fa-square-f {
  --fa: "\e270";
  --fa--fa: "\e270\e270";
}

.fa-scroll {
  --fa: "\f70e";
  --fa--fa: "\f70e\f70e";
}

.fa-spa {
  --fa: "\f5bb";
  --fa--fa: "\f5bb\f5bb";
}

.fa-arrow-left-from-line {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}

.fa-arrow-from-right {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}

.fa-strawberry {
  --fa: "\e32b";
  --fa--fa: "\e32b\e32b";
}

.fa-location-pin-lock {
  --fa: "\e51f";
  --fa--fa: "\e51f\e51f";
}

.fa-pause {
  --fa: "\f04c";
  --fa--fa: "\f04c\f04c";
}

.fa-clock-eight-thirty {
  --fa: "\e346";
  --fa--fa: "\e346\e346";
}

.fa-plane-engines {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}

.fa-plane-alt {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}

.fa-hill-avalanche {
  --fa: "\e507";
  --fa--fa: "\e507\e507";
}

.fa-temperature-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-bomb {
  --fa: "\f1e2";
  --fa--fa: "\f1e2\f1e2";
}

.fa-gauge-low {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}

.fa-tachometer-alt-slow {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}

.fa-registered {
  --fa: "\f25d";
  --fa--fa: "\f25d\f25d";
}

.fa-trash-can-plus {
  --fa: "\e2ac";
  --fa--fa: "\e2ac\e2ac";
}

.fa-address-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-chart-fft {
  --fa: "\e69e";
  --fa--fa: "\e69e\e69e";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}

.fa-globe-snow {
  --fa: "\f7a3";
  --fa--fa: "\f7a3\f7a3";
}

.fa-subscript {
  --fa: "\f12c";
  --fa--fa: "\f12c\f12c";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}

.fa-integral {
  --fa: "\f667";
  --fa--fa: "\f667\f667";
}

.fa-burst {
  --fa: "\e4dc";
  --fa--fa: "\e4dc\e4dc";
}

.fa-house-laptop {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}

.fa-laptop-house {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}

.fa-face-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}

.fa-money-bills {
  --fa: "\e1f3";
  --fa--fa: "\e1f3\e1f3";
}

.fa-blinds-raised {
  --fa: "\f8fd";
  --fa--fa: "\f8fd\f8fd";
}

.fa-smog {
  --fa: "\f75f";
  --fa--fa: "\f75f\f75f";
}

.fa-ufo-beam {
  --fa: "\e048";
  --fa--fa: "\e048\e048";
}

.fa-hydra {
  --fa: "\e686";
  --fa--fa: "\e686\e686";
}

.fa-circle-caret-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}

.fa-caret-circle-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}

.fa-user-vneck-hair-long {
  --fa: "\e463";
  --fa--fa: "\e463\e463";
}

.fa-square-a-lock {
  --fa: "\e44d";
  --fa--fa: "\e44d\e44d";
}

.fa-crutch {
  --fa: "\f7f7";
  --fa--fa: "\f7f7\f7f7";
}

.fa-gas-pump-slash {
  --fa: "\f5f4";
  --fa--fa: "\f5f4\f5f4";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-palette {
  --fa: "\f53f";
  --fa--fa: "\f53f\f53f";
}

.fa-transporter-4 {
  --fa: "\e2a5";
  --fa--fa: "\e2a5\e2a5";
}

.fa-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
  --fa--fa: "\e5d8\e5d8";
}

.fa-objects-align-right {
  --fa: "\e3bf";
  --fa--fa: "\e3bf\e3bf";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
  --fa--fa: "\e4c0\e4c0";
}

.fa-vest {
  --fa: "\e085";
  --fa--fa: "\e085\e085";
}

.fa-pig {
  --fa: "\f706";
  --fa--fa: "\f706\f706";
}

.fa-inbox-full {
  --fa: "\e1ba";
  --fa--fa: "\e1ba\e1ba";
}

.fa-circle-envelope {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}

.fa-envelope-circle {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}

.fa-triangle-person-digging {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}

.fa-construction {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}

.fa-ferry {
  --fa: "\e4ea";
  --fa--fa: "\e4ea\e4ea";
}

.fa-bullseye-arrow {
  --fa: "\f648";
  --fa--fa: "\f648\f648";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
  --fa--fa: "\e4b9\e4b9";
}

.fa-seedling {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}

.fa-clock-seven {
  --fa: "\e350";
  --fa--fa: "\e350\e350";
}

.fa-left-right {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}

.fa-boxes-packing {
  --fa: "\e4c7";
  --fa--fa: "\e4c7\e4c7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}

.fa-flashlight {
  --fa: "\f8b8";
  --fa--fa: "\f8b8\f8b8";
}

.fa-file-jpg {
  --fa: "\e646";
  --fa--fa: "\e646\e646";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
  --fa--fa: "\e4f6\e4f6";
}

.fa-bowl-food {
  --fa: "\e4c6";
  --fa--fa: "\e4c6\e4c6";
}

.fa-square-9 {
  --fa: "\e25e";
  --fa--fa: "\e25e\e25e";
}

.fa-candy-cane {
  --fa: "\f786";
  --fa--fa: "\f786\f786";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-square-dollar {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}

.fa-dollar-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}

.fa-usd-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}

.fa-phone-arrow-right {
  --fa: "\e5be";
  --fa--fa: "\e5be\e5be";
}

.fa-hand-holding-seedling {
  --fa: "\f4bf";
  --fa--fa: "\f4bf\f4bf";
}

.fa-message-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}

.fa-comment-alt-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}

.fa-cloud-bolt {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}

.fa-chart-line-up-down {
  --fa: "\e5d7";
  --fa--fa: "\e5d7\e5d7";
}

.fa-text-slash {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}

.fa-watch {
  --fa: "\f2e1";
  --fa--fa: "\f2e1\f2e1";
}

.fa-circle-down-left {
  --fa: "\e107";
  --fa--fa: "\e107\e107";
}

.fa-text {
  --fa: "\f893";
  --fa--fa: "\f893\f893";
}

.fa-projector {
  --fa: "\f8d6";
  --fa--fa: "\f8d6\f8d6";
}

.fa-face-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}

.fa-tombstone-blank {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}

.fa-tombstone-alt {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}

.fa-chess-king-piece {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}

.fa-chess-king-alt {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}

.fa-circle-6 {
  --fa: "\e0f3";
  --fa--fa: "\e0f3\e0f3";
}

.fa-waves-sine {
  --fa: "\e65d";
  --fa--fa: "\e65d\e65d";
}

.fa-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}

.fa-arrow-alt-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}

.fa-file-word {
  --fa: "\f1c2";
  --fa--fa: "\f1c2\f1c2";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
  --fa--fa: "\f1c4\f1c4";
}

.fa-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}

.fa-arrow-alt-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}

.fa-objects-align-center-vertical {
  --fa: "\e3bd";
  --fa--fa: "\e3bd\e3bd";
}

.fa-arrows-left-right {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}

.fa-house-lock {
  --fa: "\e510";
  --fa--fa: "\e510\e510";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-wreath {
  --fa: "\f7e2";
  --fa--fa: "\f7e2\f7e2";
}

.fa-children {
  --fa: "\e4e1";
  --fa--fa: "\e4e1\e4e1";
}

.fa-meter-droplet {
  --fa: "\e1ea";
  --fa--fa: "\e1ea\e1ea";
}

.fa-chalkboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}

.fa-user-large-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}

.fa-user-alt-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}

.fa-signal-strong {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}

.fa-signal-4 {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}

.fa-lollipop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}

.fa-lollypop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}

.fa-list-tree {
  --fa: "\e1d2";
  --fa--fa: "\e1d2\e1d2";
}

.fa-envelope-open {
  --fa: "\f2b6";
  --fa--fa: "\f2b6\f2b6";
}

.fa-draw-circle {
  --fa: "\f5ed";
  --fa--fa: "\f5ed\f5ed";
}

.fa-cat-space {
  --fa: "\e001";
  --fa--fa: "\e001\e001";
}

.fa-handshake-simple-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}

.fa-handshake-alt-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}

.fa-rabbit-running {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}

.fa-rabbit-fast {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}

.fa-memo-pad {
  --fa: "\e1da";
  --fa--fa: "\e1da\e1da";
}

.fa-mattress-pillow {
  --fa: "\e525";
  --fa--fa: "\e525\e525";
}

.fa-alarm-plus {
  --fa: "\f844";
  --fa--fa: "\f844\f844";
}

.fa-alicorn {
  --fa: "\f6b0";
  --fa--fa: "\f6b0\f6b0";
}

.fa-comment-question {
  --fa: "\e14b";
  --fa--fa: "\e14b\e14b";
}

.fa-gingerbread-man {
  --fa: "\f79d";
  --fa--fa: "\f79d\f79d";
}

.fa-guarani-sign {
  --fa: "\e19a";
  --fa--fa: "\e19a\e19a";
}

.fa-burger-fries {
  --fa: "\e0cd";
  --fa--fa: "\e0cd\e0cd";
}

.fa-mug-tea {
  --fa: "\f875";
  --fa--fa: "\f875\f875";
}

.fa-border-top {
  --fa: "\f855";
  --fa--fa: "\f855\f855";
}

.fa-arrows-rotate {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-refresh {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-sync {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-circle-book-open {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}

.fa-book-circle {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}

.fa-arrows-to-dotted-line {
  --fa: "\e0a6";
  --fa--fa: "\e0a6\e0a6";
}

.fa-fire-extinguisher {
  --fa: "\f134";
  --fa--fa: "\f134\f134";
}

.fa-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
  --fa--fa: "\e65e\e65e";
}

.fa-garage-open {
  --fa: "\e00b";
  --fa--fa: "\e00b\e00b";
}

.fa-shelves-empty {
  --fa: "\e246";
  --fa--fa: "\e246\e246";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
  --fa--fa: "\e152\e152";
}

.fa-watch-apple {
  --fa: "\e2cb";
  --fa--fa: "\e2cb\e2cb";
}

.fa-watch-calculator {
  --fa: "\f8f0";
  --fa--fa: "\f8f0\f8f0";
}

.fa-list-dropdown {
  --fa: "\e1cf";
  --fa--fa: "\e1cf\e1cf";
}

.fa-cabinet-filing {
  --fa: "\f64b";
  --fa--fa: "\f64b\f64b";
}

.fa-burger-soda {
  --fa: "\f858";
  --fa--fa: "\f858\f858";
}

.fa-square-arrow-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}

.fa-arrow-square-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}

.fa-greater-than-equal {
  --fa: "\f532";
  --fa--fa: "\f532\f532";
}

.fa-pallet-box {
  --fa: "\e208";
  --fa--fa: "\e208\e208";
}

.fa-face-confounded {
  --fa: "\e36c";
  --fa--fa: "\e36c\e36c";
}

.fa-shield-halved {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}

.fa-truck-plow {
  --fa: "\f7de";
  --fa--fa: "\f7de\f7de";
}

.fa-book-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}

.fa-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}

.fa-virus {
  --fa: "\e074";
  --fa--fa: "\e074\e074";
}

.fa-grid-round-2 {
  --fa: "\e5db";
  --fa--fa: "\e5db\e5db";
}

.fa-comment-middle-top {
  --fa: "\e14a";
  --fa--fa: "\e14a\e14a";
}

.fa-wave {
  --fa: "\e65b";
  --fa--fa: "\e65b\e65b";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
  --fa--fa: "\e4e8\e4e8";
}

.fa-layer-group {
  --fa: "\f5fd";
  --fa--fa: "\f5fd\f5fd";
}

.fa-restroom-simple {
  --fa: "\e23a";
  --fa--fa: "\e23a\e23a";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
  --fa--fa: "\e4be\e4be";
}

.fa-border-outer {
  --fa: "\f851";
  --fa--fa: "\f851\f851";
}

.fa-hashtag-lock {
  --fa: "\e415";
  --fa--fa: "\e415\e415";
}

.fa-clock-two-thirty {
  --fa: "\e35b";
  --fa--fa: "\e35b\e35b";
}

.fa-archway {
  --fa: "\f557";
  --fa--fa: "\f557\f557";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
  --fa--fa: "\e4fd\e4fd";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}

.fa-file-zipper {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}

.fa-ticket-perforated {
  --fa: "\e63e";
  --fa--fa: "\e63e\e63e";
}

.fa-heart-half {
  --fa: "\e1ab";
  --fa--fa: "\e1ab\e1ab";
}

.fa-comment-check {
  --fa: "\f4ac";
  --fa--fa: "\f4ac\f4ac";
}

.fa-square {
  --fa: "\f0c8";
  --fa--fa: "\f0c8\f0c8";
}

.fa-memo {
  --fa: "\e1d8";
  --fa--fa: "\e1d8\e1d8";
}

.fa-martini-glass-empty {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}

.fa-glass-martini {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}

.fa-couch {
  --fa: "\f4b8";
  --fa--fa: "\f4b8\f4b8";
}

.fa-cedi-sign {
  --fa: "\e0df";
  --fa--fa: "\e0df\e0df";
}

.fa-italic {
  --fa: "\f033";
  --fa--fa: "\f033\f033";
}

.fa-glass-citrus {
  --fa: "\f869";
  --fa--fa: "\f869\f869";
}

.fa-calendar-lines-pen {
  --fa: "\e472";
  --fa--fa: "\e472\e472";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
  --fa--fa: "\e678\e678";
}

.fa-church {
  --fa: "\f51d";
  --fa--fa: "\f51d\f51d";
}

.fa-person-snowmobiling {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}

.fa-snowmobile {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}

.fa-face-hushed {
  --fa: "\e37b";
  --fa--fa: "\e37b\e37b";
}

.fa-comments-dollar {
  --fa: "\f653";
  --fa--fa: "\f653\f653";
}

.fa-tickets-simple {
  --fa: "\e659";
  --fa--fa: "\e659\e659";
}

.fa-pickaxe {
  --fa: "\e5bf";
  --fa--fa: "\e5bf\e5bf";
}

.fa-link-simple-slash {
  --fa: "\e1ce";
  --fa--fa: "\e1ce\e1ce";
}

.fa-democrat {
  --fa: "\f747";
  --fa--fa: "\f747\f747";
}

.fa-face-confused {
  --fa: "\e36d";
  --fa--fa: "\e36d\e36d";
}

.fa-pinball {
  --fa: "\e229";
  --fa--fa: "\e229\e229";
}

.fa-z {
  --fa: "Z";
  --fa--fa: "ZZ";
}

.fa-person-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}

.fa-deer {
  --fa: "\f78e";
  --fa--fa: "\f78e\f78e";
}

.fa-input-pipe {
  --fa: "\e1be";
  --fa--fa: "\e1be\e1be";
}

.fa-road-lock {
  --fa: "\e567";
  --fa--fa: "\e567\e567";
}

.fa-a {
  --fa: "A";
  --fa--fa: "AA";
}

.fa-bookmark-slash {
  --fa: "\e0c2";
  --fa--fa: "\e0c2\e0c2";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}

.fa-mace {
  --fa: "\f6f8";
  --fa--fa: "\f6f8\f6f8";
}

.fa-feather-pointed {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}

.fa-sausage {
  --fa: "\f820";
  --fa--fa: "\f820\f820";
}

.fa-trash-can-clock {
  --fa: "\e2aa";
  --fa--fa: "\e2aa\e2aa";
}

.fa-p {
  --fa: "P";
  --fa--fa: "PP";
}

.fa-broom-wide {
  --fa: "\e5d1";
  --fa--fa: "\e5d1\e5d1";
}

.fa-snowflake {
  --fa: "\f2dc";
  --fa--fa: "\f2dc\f2dc";
}

.fa-stomach {
  --fa: "\f623";
  --fa--fa: "\f623\f623";
}

.fa-newspaper {
  --fa: "\f1ea";
  --fa--fa: "\f1ea\f1ea";
}

.fa-rectangle-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}

.fa-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}

.fa-guitar-electric {
  --fa: "\f8be";
  --fa--fa: "\f8be\f8be";
}

.fa-arrow-turn-down-right {
  --fa: "\e3d6";
  --fa--fa: "\e3d6\e3d6";
}

.fa-moon-cloud {
  --fa: "\f754";
  --fa--fa: "\f754\f754";
}

.fa-bread-slice-butter {
  --fa: "\e3e1";
  --fa--fa: "\e3e1\e3e1";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}

.fa-user-group-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}

.fa-users-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}

.fa-circle-i {
  --fa: "\e111";
  --fa--fa: "\e111\e111";
}

.fa-toilet-paper-check {
  --fa: "\e5b2";
  --fa--fa: "\e5b2\e5b2";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
  --fa--fa: "\e17b\e17b";
}

.fa-locust {
  --fa: "\e520";
  --fa--fa: "\e520\e520";
}

.fa-sort {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}

.fa-list-ol {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-chart-waterfall {
  --fa: "\e0eb";
  --fa--fa: "\e0eb\e0eb";
}

.fa-sparkle {
  --fa: "\e5d6";
  --fa--fa: "\e5d6\e5d6";
}

.fa-face-party {
  --fa: "\e383";
  --fa--fa: "\e383\e383";
}

.fa-kidneys {
  --fa: "\f5fb";
  --fa--fa: "\f5fb\f5fb";
}

.fa-wifi-exclamation {
  --fa: "\e2cf";
  --fa--fa: "\e2cf\e2cf";
}

.fa-chart-network {
  --fa: "\f78a";
  --fa--fa: "\f78a\f78a";
}

.fa-person-dress-burst {
  --fa: "\e544";
  --fa--fa: "\e544\e544";
}

.fa-dice-d4 {
  --fa: "\f6d0";
  --fa--fa: "\f6d0\f6d0";
}

.fa-money-check-dollar {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}

.fa-vector-square {
  --fa: "\f5cb";
  --fa--fa: "\f5cb\f5cb";
}

.fa-bread-slice {
  --fa: "\f7ec";
  --fa--fa: "\f7ec\f7ec";
}

.fa-language {
  --fa: "\f1ab";
  --fa--fa: "\f1ab\f1ab";
}

.fa-wheat-awn-slash {
  --fa: "\e338";
  --fa--fa: "\e338\e338";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}

.fa-dagger {
  --fa: "\f6cb";
  --fa--fa: "\f6cb\f6cb";
}

.fa-podium {
  --fa: "\f680";
  --fa--fa: "\f680\f680";
}

.fa-diamonds-4 {
  --fa: "\e68b";
  --fa--fa: "\e68b\e68b";
}

.fa-memo-circle-check {
  --fa: "\e1d9";
  --fa--fa: "\e1d9\e1d9";
}

.fa-route-highway {
  --fa: "\f61a";
  --fa--fa: "\f61a\f61a";
}

.fa-down-to-line {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}

.fa-arrow-alt-to-bottom {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}

.fa-filter {
  --fa: "\f0b0";
  --fa--fa: "\f0b0\f0b0";
}

.fa-square-g {
  --fa: "\e271";
  --fa--fa: "\e271\e271";
}

.fa-circle-phone {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}

.fa-phone-circle {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}

.fa-clipboard-prescription {
  --fa: "\f5e8";
  --fa--fa: "\f5e8\f5e8";
}

.fa-user-nurse-hair {
  --fa: "\e45d";
  --fa--fa: "\e45d\e45d";
}

.fa-question {
  --fa: "\?";
  --fa--fa: "\?\?";
}

.fa-file-signature {
  --fa: "\f573";
  --fa--fa: "\f573\f573";
}

.fa-toggle-large-on {
  --fa: "\e5b1";
  --fa--fa: "\e5b1\e5b1";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}

.fa-dryer-heat {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}

.fa-dryer-alt {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}

.fa-house-chimney-user {
  --fa: "\e065";
  --fa--fa: "\e065\e065";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
  --fa--fa: "\f4be\f4be";
}

.fa-arrow-up-small-big {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}

.fa-sort-size-up-alt {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}

.fa-train-track {
  --fa: "\e453";
  --fa--fa: "\e453\e453";
}

.fa-puzzle-piece {
  --fa: "\f12e";
  --fa--fa: "\f12e\f12e";
}

.fa-money-check {
  --fa: "\f53c";
  --fa--fa: "\f53c\f53c";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}

.fa-file-exclamation {
  --fa: "\f31a";
  --fa--fa: "\f31a\f31a";
}

.fa-code {
  --fa: "\f121";
  --fa--fa: "\f121\f121";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}

.fa-moon-stars {
  --fa: "\f755";
  --fa--fa: "\f755\f755";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
  --fa--fa: "\e4d3\e4d3";
}

.fa-clothes-hanger {
  --fa: "\e136";
  --fa--fa: "\e136\e136";
}

.fa-mobile-notch {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}

.fa-mobile-iphone {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
  --fa--fa: "\e522\e522";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}

.fa-external-link {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
  --fa--fa: "\e4e6\e4e6";
}

.fa-images-user {
  --fa: "\e1b9";
  --fa--fa: "\e1b9\e1b9";
}

.fa-won-sign {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-krw {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-won {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-image-polaroid-user {
  --fa: "\e1b6";
  --fa--fa: "\e1b6\e1b6";
}

.fa-virus-covid {
  --fa: "\e4a8";
  --fa--fa: "\e4a8\e4a8";
}

.fa-square-ellipsis {
  --fa: "\e26e";
  --fa--fa: "\e26e\e26e";
}

.fa-pie {
  --fa: "\f705";
  --fa--fa: "\f705\f705";
}

.fa-chess-knight-piece {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}

.fa-chess-knight-alt {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}

.fa-austral-sign {
  --fa: "\e0a9";
  --fa--fa: "\e0a9\e0a9";
}

.fa-cloud-plus {
  --fa: "\e35e";
  --fa--fa: "\e35e\e35e";
}

.fa-f {
  --fa: "F";
  --fa--fa: "FF";
}

.fa-leaf {
  --fa: "\f06c";
  --fa--fa: "\f06c\f06c";
}

.fa-bed-bunk {
  --fa: "\f8f8";
  --fa--fa: "\f8f8\f8f8";
}

.fa-road {
  --fa: "\f018";
  --fa--fa: "\f018\f018";
}

.fa-taxi {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}

.fa-person-circle-plus {
  --fa: "\e541";
  --fa--fa: "\e541\e541";
}

.fa-chart-pie {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}

.fa-pie-chart {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
  --fa--fa: "\e0b7\e0b7";
}

.fa-clock-eight {
  --fa: "\e345";
  --fa--fa: "\e345\e345";
}

.fa-sack-xmark {
  --fa: "\e56a";
  --fa--fa: "\e56a\e56a";
}

.fa-file-xls {
  --fa: "\e64d";
  --fa--fa: "\e64d\e64d";
}

.fa-file-excel {
  --fa: "\f1c3";
  --fa--fa: "\f1c3\f1c3";
}

.fa-file-contract {
  --fa: "\f56c";
  --fa--fa: "\f56c\f56c";
}

.fa-fish-fins {
  --fa: "\e4f2";
  --fa--fa: "\e4f2\e4f2";
}

.fa-circle-q {
  --fa: "\e11e";
  --fa--fa: "\e11e\e11e";
}

.fa-building-flag {
  --fa: "\e4d5";
  --fa--fa: "\e4d5\e4d5";
}

.fa-face-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}

.fa-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}

.fa-object-ungroup {
  --fa: "\f248";
  --fa--fa: "\f248\f248";
}

.fa-face-disguise {
  --fa: "\e370";
  --fa--fa: "\e370\e370";
}

.fa-circle-arrow-down-right {
  --fa: "\e0fa";
  --fa--fa: "\e0fa\e0fa";
}

.fa-alien-8bit {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}

.fa-alien-monster {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}

.fa-hand-point-ribbon {
  --fa: "\e1a6";
  --fa--fa: "\e1a6\e1a6";
}

.fa-poop {
  --fa: "\f619";
  --fa--fa: "\f619\f619";
}

.fa-object-exclude {
  --fa: "\e49c";
  --fa--fa: "\e49c\e49c";
}

.fa-telescope {
  --fa: "\e03e";
  --fa--fa: "\e03e\e03e";
}

.fa-location-pin {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}

.fa-map-marker {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}

.fa-square-list {
  --fa: "\e489";
  --fa--fa: "\e489\e489";
}

.fa-kaaba {
  --fa: "\f66b";
  --fa--fa: "\f66b\f66b";
}

.fa-toilet-paper {
  --fa: "\f71e";
  --fa--fa: "\f71e\f71e";
}

.fa-helmet-safety {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

.fa-hard-hat {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

.fa-hat-hard {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

.fa-comment-code {
  --fa: "\e147";
  --fa--fa: "\e147\e147";
}

.fa-sim-cards {
  --fa: "\e251";
  --fa--fa: "\e251\e251";
}

.fa-starship {
  --fa: "\e039";
  --fa--fa: "\e039\e039";
}

.fa-eject {
  --fa: "\f052";
  --fa--fa: "\f052\f052";
}

.fa-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}

.fa-plane-circle-check {
  --fa: "\e555";
  --fa--fa: "\e555\e555";
}

.fa-seal {
  --fa: "\e241";
  --fa--fa: "\e241\e241";
}

.fa-user-cowboy {
  --fa: "\f8ea";
  --fa--fa: "\f8ea\f8ea";
}

.fa-hexagon-vertical-nft {
  --fa: "\e505";
  --fa--fa: "\e505\e505";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}

.fa-bread-loaf {
  --fa: "\f7eb";
  --fa--fa: "\f7eb\f7eb";
}

.fa-rings-wedding {
  --fa: "\f81b";
  --fa--fa: "\f81b\f81b";
}

.fa-object-group {
  --fa: "\f247";
  --fa--fa: "\f247\f247";
}

.fa-french-fries {
  --fa: "\f803";
  --fa--fa: "\f803\f803";
}

.fa-chart-line {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}

.fa-line-chart {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}

.fa-calendar-arrow-down {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}

.fa-calendar-download {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}

.fa-send-back {
  --fa: "\f87e";
  --fa--fa: "\f87e\f87e";
}

.fa-mask-ventilator {
  --fa: "\e524";
  --fa--fa: "\e524\e524";
}

.fa-tickets {
  --fa: "\e658";
  --fa--fa: "\e658\e658";
}

.fa-signature-lock {
  --fa: "\e3ca";
  --fa--fa: "\e3ca\e3ca";
}

.fa-arrow-right {
  --fa: "\f061";
  --fa--fa: "\f061\f061";
}

.fa-signs-post {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}

.fa-map-signs {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}

.fa-octagon-plus {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}

.fa-plus-octagon {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}

.fa-cash-register {
  --fa: "\f788";
  --fa--fa: "\f788\f788";
}

.fa-person-circle-question {
  --fa: "\e542";
  --fa--fa: "\e542\e542";
}

.fa-melon-slice {
  --fa: "\e311";
  --fa--fa: "\e311\e311";
}

.fa-space-station-moon {
  --fa: "\e033";
  --fa--fa: "\e033\e033";
}

.fa-message-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}

.fa-comment-alt-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}

.fa-cup-straw {
  --fa: "\e363";
  --fa--fa: "\e363\e363";
}

.fa-left-from-line {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}

.fa-arrow-alt-from-right {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}

.fa-h {
  --fa: "H";
  --fa--fa: "HH";
}

.fa-basket-shopping-simple {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}

.fa-shopping-basket-alt {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}

.fa-hands-holding-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}

.fa-hands-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}

.fa-clock-nine {
  --fa: "\e34c";
  --fa--fa: "\e34c\e34c";
}

.fa-hammer-brush {
  --fa: "\e620";
  --fa--fa: "\e620\e620";
}

.fa-tarp {
  --fa: "\e57b";
  --fa--fa: "\e57b\e57b";
}

.fa-face-sleepy {
  --fa: "\e38e";
  --fa--fa: "\e38e\e38e";
}

.fa-hand-horns {
  --fa: "\e1a9";
  --fa--fa: "\e1a9\e1a9";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
  --fa--fa: "\e4bf\e4bf";
}

.fa-circle-three-quarters {
  --fa: "\e125";
  --fa--fa: "\e125\e125";
}

.fa-trophy-star {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}

.fa-trophy-alt {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
  --fa--fa: "\e55b\e55b";
}

.fa-face-thermometer {
  --fa: "\e39a";
  --fa--fa: "\e39a\e39a";
}

.fa-grid-round-4 {
  --fa: "\e5dd";
  --fa--fa: "\e5dd\e5dd";
}

.fa-sign-posts-wrench {
  --fa: "\e626";
  --fa--fa: "\e626\e626";
}

.fa-shirt-running {
  --fa: "\e3c8";
  --fa--fa: "\e3c8\e3c8";
}

.fa-book-circle-arrow-up {
  --fa: "\e0bd";
  --fa--fa: "\e0bd\e0bd";
}

.fa-face-nauseated {
  --fa: "\e381";
  --fa--fa: "\e381\e381";
}

.fa-heart {
  --fa: "\f004";
  --fa--fa: "\f004\f004";
}

.fa-file-chart-pie {
  --fa: "\f65a";
  --fa--fa: "\f65a\f65a";
}

.fa-mars-and-venus {
  --fa: "\f224";
  --fa--fa: "\f224\f224";
}

.fa-house-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}

.fa-circle-arrow-down-left {
  --fa: "\e0f9";
  --fa--fa: "\e0f9\e0f9";
}

.fa-dumpster-fire {
  --fa: "\f794";
  --fa--fa: "\f794\f794";
}

.fa-hexagon-minus {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}

.fa-minus-hexagon {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}

.fa-left-to-line {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}

.fa-arrow-alt-to-left {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}

.fa-house-crack {
  --fa: "\e3b1";
  --fa--fa: "\e3b1\e3b1";
}

.fa-paw-simple {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}

.fa-paw-alt {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}

.fa-arrow-left-long-to-line {
  --fa: "\e3d4";
  --fa--fa: "\e3d4\e3d4";
}

.fa-brackets-round {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}

.fa-parentheses {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}

.fa-cocktail {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}

.fa-user-shakespeare {
  --fa: "\e2c2";
  --fa--fa: "\e2c2\e2c2";
}

.fa-arrow-right-to-arc {
  --fa: "\e4b2";
  --fa--fa: "\e4b2\e4b2";
}

.fa-face-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}

.fa-bottle-water {
  --fa: "\e4c5";
  --fa--fa: "\e4c5\e4c5";
}

.fa-circle-pause {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}

.fa-gauge-circle-plus {
  --fa: "\e498";
  --fa--fa: "\e498\e498";
}

.fa-folders {
  --fa: "\f660";
  --fa--fa: "\f660\f660";
}

.fa-angel {
  --fa: "\f779";
  --fa--fa: "\f779\f779";
}

.fa-value-absolute {
  --fa: "\f6a6";
  --fa--fa: "\f6a6\f6a6";
}

.fa-rabbit {
  --fa: "\f708";
  --fa--fa: "\f708\f708";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
  --fa--fa: "\e072\e072";
}

.fa-circle-euro {
  --fa: "\e5ce";
  --fa--fa: "\e5ce\e5ce";
}

.fa-apple-whole {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}

.fa-kitchen-set {
  --fa: "\e51a";
  --fa--fa: "\e51a\e51a";
}

.fa-diamond-half {
  --fa: "\e5b7";
  --fa--fa: "\e5b7\e5b7";
}

.fa-lock-keyhole {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}

.fa-lock-alt {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}

.fa-r {
  --fa: "R";
  --fa--fa: "RR";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-square-info {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}

.fa-info-square {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}

.fa-wifi-slash {
  --fa: "\f6ac";
  --fa--fa: "\f6ac\f6ac";
}

.fa-toilet-paper-xmark {
  --fa: "\e5b3";
  --fa--fa: "\e5b3\e5b3";
}

.fa-hands-holding-dollar {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}

.fa-hands-usd {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}

.fa-cube {
  --fa: "\f1b2";
  --fa--fa: "\f1b2\f1b2";
}

.fa-arrow-down-triangle-square {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}

.fa-sort-shapes-down {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
  --fa--fa: "\e0b4\e0b4";
}

.fa-shutters {
  --fa: "\e449";
  --fa--fa: "\e449\e449";
}

.fa-shield-dog {
  --fa: "\e573";
  --fa--fa: "\e573\e573";
}

.fa-solar-panel {
  --fa: "\f5ba";
  --fa--fa: "\f5ba\f5ba";
}

.fa-lock-open {
  --fa: "\f3c1";
  --fa--fa: "\f3c1\f3c1";
}

.fa-table-tree {
  --fa: "\e293";
  --fa--fa: "\e293\e293";
}

.fa-house-chimney-heart {
  --fa: "\e1b2";
  --fa--fa: "\e1b2\e1b2";
}

.fa-tally-3 {
  --fa: "\e296";
  --fa--fa: "\e296\e296";
}

.fa-elevator {
  --fa: "\e16d";
  --fa--fa: "\e16d\e16d";
}

.fa-money-bill-transfer {
  --fa: "\e528";
  --fa--fa: "\e528\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
  --fa--fa: "\e529\e529";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
  --fa--fa: "\e50f\e50f";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}

.fa-poll-h {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}

.fa-circle {
  --fa: "\f111";
  --fa--fa: "\f111\f111";
}

.fa-left-to-bracket {
  --fa: "\e66d";
  --fa--fa: "\e66d\e66d";
}

.fa-cart-circle-exclamation {
  --fa: "\e3f2";
  --fa--fa: "\e3f2\e3f2";
}

.fa-sword {
  --fa: "\f71c";
  --fa--fa: "\f71c\f71c";
}

.fa-backward-fast {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}

.fa-fast-backward {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}

.fa-recycle {
  --fa: "\f1b8";
  --fa--fa: "\f1b8\f1b8";
}

.fa-user-astronaut {
  --fa: "\f4fb";
  --fa--fa: "\f4fb\f4fb";
}

.fa-interrobang {
  --fa: "\e5ba";
  --fa--fa: "\e5ba\e5ba";
}

.fa-plane-slash {
  --fa: "\e069";
  --fa--fa: "\e069\e069";
}

.fa-circle-dashed {
  --fa: "\e105";
  --fa--fa: "\e105\e105";
}

.fa-trademark {
  --fa: "\f25c";
  --fa--fa: "\f25c\f25c";
}

.fa-basketball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}

.fa-fork-knife {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}

.fa-utensils-alt {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}

.fa-satellite-dish {
  --fa: "\f7c0";
  --fa--fa: "\f7c0\f7c0";
}

.fa-badge-check {
  --fa: "\f336";
  --fa--fa: "\f336\f336";
}

.fa-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}

.fa-slider {
  --fa: "\e252";
  --fa--fa: "\e252\e252";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}

.fa-clock-one-thirty {
  --fa: "\e34f";
  --fa--fa: "\e34f\e34f";
}

.fa-inbox-out {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}

.fa-inbox-arrow-up {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}

.fa-cloud-slash {
  --fa: "\e137";
  --fa--fa: "\e137\e137";
}

.fa-volume-high {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}

.fa-volume-up {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}

.fa-users-rays {
  --fa: "\e593";
  --fa--fa: "\e593\e593";
}

.fa-wallet {
  --fa: "\f555";
  --fa--fa: "\f555\f555";
}

.fa-octagon-check {
  --fa: "\e426";
  --fa--fa: "\e426\e426";
}

.fa-flatbread-stuffed {
  --fa: "\e40c";
  --fa--fa: "\e40c\e40c";
}

.fa-clipboard-check {
  --fa: "\f46c";
  --fa--fa: "\f46c\f46c";
}

.fa-cart-circle-plus {
  --fa: "\e3f3";
  --fa--fa: "\e3f3\e3f3";
}

.fa-truck-clock {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}

.fa-shipping-timed {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}

.fa-pool-8-ball {
  --fa: "\e3c5";
  --fa--fa: "\e3c5\e3c5";
}

.fa-file-audio {
  --fa: "\f1c7";
  --fa--fa: "\f1c7\f1c7";
}

.fa-turn-down-left {
  --fa: "\e331";
  --fa--fa: "\e331\e331";
}

.fa-lock-hashtag {
  --fa: "\e423";
  --fa--fa: "\e423\e423";
}

.fa-chart-radar {
  --fa: "\e0e7";
  --fa--fa: "\e0e7\e0e7";
}

.fa-staff {
  --fa: "\f71b";
  --fa--fa: "\f71b\f71b";
}

.fa-burger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}

.fa-hamburger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}

.fa-utility-pole {
  --fa: "\e2c3";
  --fa--fa: "\e2c3\e2c3";
}

.fa-transporter-6 {
  --fa: "\e2a7";
  --fa--fa: "\e2a7\e2a7";
}

.fa-arrow-turn-left {
  --fa: "\e632";
  --fa--fa: "\e632\e632";
}

.fa-wrench {
  --fa: "\f0ad";
  --fa--fa: "\f0ad\f0ad";
}

.fa-bugs {
  --fa: "\e4d0";
  --fa--fa: "\e4d0\e4d0";
}

.fa-vector-polygon {
  --fa: "\e2c7";
  --fa--fa: "\e2c7\e2c7";
}

.fa-diagram-nested {
  --fa: "\e157";
  --fa--fa: "\e157\e157";
}

.fa-rupee-sign {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}

.fa-rupee {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}

.fa-file-image {
  --fa: "\f1c5";
  --fa--fa: "\f1c5\f1c5";
}

.fa-circle-question {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}

.fa-question-circle {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}

.fa-tickets-perforated {
  --fa: "\e63f";
  --fa--fa: "\e63f\e63f";
}

.fa-image-user {
  --fa: "\e1b8";
  --fa--fa: "\e1b8\e1b8";
}

.fa-buoy {
  --fa: "\e5b5";
  --fa--fa: "\e5b5\e5b5";
}

.fa-plane-departure {
  --fa: "\f5b0";
  --fa--fa: "\f5b0\f5b0";
}

.fa-handshake-slash {
  --fa: "\e060";
  --fa--fa: "\e060\e060";
}

.fa-book-bookmark {
  --fa: "\e0bb";
  --fa--fa: "\e0bb\e0bb";
}

.fa-border-center-h {
  --fa: "\f89c";
  --fa--fa: "\f89c\f89c";
}

.fa-can-food {
  --fa: "\e3e6";
  --fa--fa: "\e3e6\e3e6";
}

.fa-typewriter {
  --fa: "\f8e7";
  --fa--fa: "\f8e7\f8e7";
}

.fa-arrow-right-from-arc {
  --fa: "\e4b1";
  --fa--fa: "\e4b1\e4b1";
}

.fa-circle-k {
  --fa: "\e113";
  --fa--fa: "\e113\e113";
}

.fa-face-hand-over-mouth {
  --fa: "\e378";
  --fa--fa: "\e378\e378";
}

.fa-popcorn {
  --fa: "\f819";
  --fa--fa: "\f819\f819";
}

.fa-house-water {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}

.fa-house-flood {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}

.fa-object-subtract {
  --fa: "\e49e";
  --fa--fa: "\e49e\e49e";
}

.fa-code-branch {
  --fa: "\f126";
  --fa--fa: "\f126\f126";
}

.fa-warehouse-full {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}

.fa-warehouse-alt {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
  --fa--fa: "\f8c0\f8c0";
}

.fa-bridge {
  --fa: "\e4c8";
  --fa--fa: "\e4c8\e4c8";
}

.fa-phone-flip {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}

.fa-phone-alt {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}

.fa-arrow-down-from-dotted-line {
  --fa: "\e090";
  --fa--fa: "\e090\e090";
}

.fa-file-doc {
  --fa: "\e5ed";
  --fa--fa: "\e5ed\e5ed";
}

.fa-square-quarters {
  --fa: "\e44e";
  --fa--fa: "\e44e\e44e";
}

.fa-truck-front {
  --fa: "\e2b7";
  --fa--fa: "\e2b7\e2b7";
}

.fa-cat {
  --fa: "\f6be";
  --fa--fa: "\f6be\f6be";
}

.fa-trash-xmark {
  --fa: "\e2b4";
  --fa--fa: "\e2b4\e2b4";
}

.fa-circle-caret-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}

.fa-caret-circle-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}

.fa-files {
  --fa: "\e178";
  --fa--fa: "\e178\e178";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
  --fa--fa: "\e4ab\e4ab";
}

.fa-face-clouds {
  --fa: "\e47d";
  --fa--fa: "\e47d\e47d";
}

.fa-user-crown {
  --fa: "\f6a4";
  --fa--fa: "\f6a4\f6a4";
}

.fa-basket-shopping-plus {
  --fa: "\e653";
  --fa--fa: "\e653\e653";
}

.fa-truck-field {
  --fa: "\e58d";
  --fa--fa: "\e58d\e58d";
}

.fa-route {
  --fa: "\f4d7";
  --fa--fa: "\f4d7\f4d7";
}

.fa-cart-circle-check {
  --fa: "\e3f1";
  --fa--fa: "\e3f1\e3f1";
}

.fa-clipboard-question {
  --fa: "\e4e3";
  --fa--fa: "\e4e3\e4e3";
}

.fa-panorama {
  --fa: "\e209";
  --fa--fa: "\e209\e209";
}

.fa-comment-medical {
  --fa: "\f7f5";
  --fa--fa: "\f7f5\f7f5";
}

.fa-teeth-open {
  --fa: "\f62f";
  --fa--fa: "\f62f\f62f";
}

.fa-user-tie-hair-long {
  --fa: "\e460";
  --fa--fa: "\e460\e460";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
  --fa--fa: "\e4ed\e4ed";
}

.fa-head-side-medical {
  --fa: "\f809";
  --fa--fa: "\f809\f809";
}

.fa-arrow-turn-right {
  --fa: "\e635";
  --fa--fa: "\e635\e635";
}

.fa-tags {
  --fa: "\f02c";
  --fa--fa: "\f02c\f02c";
}

.fa-wine-glass {
  --fa: "\f4e3";
  --fa--fa: "\f4e3\f4e3";
}

.fa-forward-fast {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}

.fa-fast-forward {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}

.fa-user-robot {
  --fa: "\e04b";
  --fa--fa: "\e04b\e04b";
}

.fa-square-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}

.fa-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}

.fa-card-diamond {
  --fa: "\e3ea";
  --fa--fa: "\e3ea\e3ea";
}

.fa-face-zipper {
  --fa: "\e3a5";
  --fa--fa: "\e3a5\e3a5";
}

.fa-face-raised-eyebrow {
  --fa: "\e388";
  --fa--fa: "\e388\e388";
}

.fa-house-signal {
  --fa: "\e012";
  --fa--fa: "\e012\e012";
}

.fa-square-chevron-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}

.fa-chevron-square-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}

.fa-bars-progress {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}

.fa-faucet-drip {
  --fa: "\e006";
  --fa--fa: "\e006\e006";
}

.fa-arrows-to-line {
  --fa: "\e0a7";
  --fa--fa: "\e0a7\e0a7";
}

.fa-dolphin {
  --fa: "\e168";
  --fa--fa: "\e168\e168";
}

.fa-arrow-up-right {
  --fa: "\e09f";
  --fa--fa: "\e09f\e09f";
}

.fa-circle-r {
  --fa: "\e120";
  --fa--fa: "\e120\e120";
}

.fa-cart-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}

.fa-ban-smoking {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}

.fa-circle-sort-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}

.fa-sort-circle-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}

.fa-terminal {
  --fa: "\f120";
  --fa--fa: "\f120\f120";
}

.fa-mobile-button {
  --fa: "\f10b";
  --fa--fa: "\f10b\f10b";
}

.fa-house-medical-flag {
  --fa: "\e514";
  --fa--fa: "\e514\e514";
}

.fa-basket-shopping {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}

.fa-tape {
  --fa: "\f4db";
  --fa--fa: "\f4db\f4db";
}

.fa-chestnut {
  --fa: "\e3f6";
  --fa--fa: "\e3f6\e3f6";
}

.fa-bus-simple {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}

.fa-eye {
  --fa: "\f06e";
  --fa--fa: "\f06e\f06e";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}

.fa-heat {
  --fa: "\e00c";
  --fa--fa: "\e00c\e00c";
}

.fa-ticket-airline {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}

.fa-ticket-perforated-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}

.fa-ticket-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}

.fa-boot-heeled {
  --fa: "\e33f";
  --fa--fa: "\e33f\e33f";
}

.fa-arrows-minimize {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}

.fa-compress-arrows {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}

.fa-audio-description {
  --fa: "\f29e";
  --fa--fa: "\f29e\f29e";
}

.fa-person-military-to-person {
  --fa: "\e54c";
  --fa--fa: "\e54c\e54c";
}

.fa-file-shield {
  --fa: "\e4f0";
  --fa--fa: "\e4f0\e4f0";
}

.fa-hexagon {
  --fa: "\f312";
  --fa--fa: "\f312\f312";
}

.fa-manhole {
  --fa: "\e1d6";
  --fa--fa: "\e1d6\e1d6";
}

.fa-user-slash {
  --fa: "\f506";
  --fa--fa: "\f506\f506";
}

.fa-pen {
  --fa: "\f304";
  --fa--fa: "\f304\f304";
}

.fa-tower-observation {
  --fa: "\e586";
  --fa--fa: "\e586\e586";
}

.fa-floppy-disks {
  --fa: "\e183";
  --fa--fa: "\e183\e183";
}

.fa-toilet-paper-blank-under {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}

.fa-toilet-paper-reverse-alt {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}

.fa-file-code {
  --fa: "\f1c9";
  --fa--fa: "\f1c9\f1c9";
}

.fa-signal {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-signal-5 {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-pump {
  --fa: "\e442";
  --fa--fa: "\e442\e442";
}

.fa-bus {
  --fa: "\f207";
  --fa--fa: "\f207\f207";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
  --fa--fa: "\e501\e501";
}

.fa-arrow-up-left-from-circle {
  --fa: "\e09e";
  --fa--fa: "\e09e\e09e";
}

.fa-house-chimney {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}

.fa-window-maximize {
  --fa: "\f2d0";
  --fa--fa: "\f2d0\f2d0";
}

.fa-dryer {
  --fa: "\f861";
  --fa--fa: "\f861\f861";
}

.fa-face-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}

.fa-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}

.fa-chess-bishop-piece {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}

.fa-chess-bishop-alt {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}

.fa-shirt-tank-top {
  --fa: "\e3c9";
  --fa--fa: "\e3c9\e3c9";
}

.fa-diploma {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}

.fa-scroll-ribbon {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}

.fa-screencast {
  --fa: "\e23e";
  --fa--fa: "\e23e\e23e";
}

.fa-walker {
  --fa: "\f831";
  --fa--fa: "\f831\f831";
}

.fa-prescription {
  --fa: "\f5b1";
  --fa--fa: "\f5b1\f5b1";
}

.fa-shop {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}

.fa-floppy-disk {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}

.fa-save {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}

.fa-vihara {
  --fa: "\f6a7";
  --fa--fa: "\f6a7\f6a7";
}

.fa-face-kiss-closed-eyes {
  --fa: "\e37d";
  --fa--fa: "\e37d\e37d";
}

.fa-scale-unbalanced {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}

.fa-file-user {
  --fa: "\f65c";
  --fa--fa: "\f65c\f65c";
}

.fa-user-police-tie {
  --fa: "\e334";
  --fa--fa: "\e334\e334";
}

.fa-face-tongue-money {
  --fa: "\e39d";
  --fa--fa: "\e39d\e39d";
}

.fa-tennis-ball {
  --fa: "\f45e";
  --fa--fa: "\f45e\f45e";
}

.fa-square-l {
  --fa: "\e275";
  --fa--fa: "\e275\e275";
}

.fa-sort-up {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}

.fa-calendar-arrow-up {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}

.fa-calendar-upload {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}

.fa-comment-dots {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}

.fa-plant-wilt {
  --fa: "\e5aa";
  --fa--fa: "\e5aa\e5aa";
}

.fa-scarf {
  --fa: "\f7c1";
  --fa--fa: "\f7c1\f7c1";
}

.fa-album-circle-plus {
  --fa: "\e48c";
  --fa--fa: "\e48c\e48c";
}

.fa-user-nurse-hair-long {
  --fa: "\e45e";
  --fa--fa: "\e45e\e45e";
}

.fa-diamond {
  --fa: "\f219";
  --fa--fa: "\f219\f219";
}

.fa-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}

.fa-arrow-alt-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}

.fa-face-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}

.fa-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}

.fa-circle-ellipsis-vertical {
  --fa: "\e10b";
  --fa--fa: "\e10b\e10b";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}

.fa-grid-dividers {
  --fa: "\e3ad";
  --fa--fa: "\e3ad\e3ad";
}

.fa-chart-diagram {
  --fa: "\e695";
  --fa--fa: "\e695\e695";
}

.fa-bacterium {
  --fa: "\e05a";
  --fa--fa: "\e05a\e05a";
}

.fa-hand-pointer {
  --fa: "\f25a";
  --fa--fa: "\f25a\f25a";
}

.fa-drum-steelpan {
  --fa: "\f56a";
  --fa--fa: "\f56a\f56a";
}

.fa-hand-scissors {
  --fa: "\f257";
  --fa--fa: "\f257\f257";
}

.fa-hands-praying {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}

.fa-praying-hands {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}

.fa-face-pensive {
  --fa: "\e384";
  --fa--fa: "\e384\e384";
}

.fa-user-music {
  --fa: "\f8eb";
  --fa--fa: "\f8eb\f8eb";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-redo {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-messages-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}

.fa-comments-alt-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}

.fa-sensor-on {
  --fa: "\e02b";
  --fa--fa: "\e02b\e02b";
}

.fa-balloon {
  --fa: "\e2e3";
  --fa--fa: "\e2e3\e2e3";
}

.fa-biohazard {
  --fa: "\f780";
  --fa--fa: "\f780\f780";
}

.fa-chess-queen-piece {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}

.fa-chess-queen-alt {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}

.fa-location-crosshairs {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}

.fa-location {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}

.fa-mars-double {
  --fa: "\f227";
  --fa--fa: "\f227\f227";
}

.fa-left-from-bracket {
  --fa: "\e66c";
  --fa--fa: "\e66c\e66c";
}

.fa-house-person-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}

.fa-house-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}

.fa-house-person-depart {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}

.fa-ruler-triangle {
  --fa: "\f61c";
  --fa--fa: "\f61c\f61c";
}

.fa-card-club {
  --fa: "\e3e9";
  --fa--fa: "\e3e9\e3e9";
}

.fa-child-dress {
  --fa: "\e59c";
  --fa--fa: "\e59c\e59c";
}

.fa-users-between-lines {
  --fa: "\e591";
  --fa--fa: "\e591\e591";
}

.fa-lungs-virus {
  --fa: "\e067";
  --fa--fa: "\e067\e067";
}

.fa-spinner-third {
  --fa: "\f3f4";
  --fa--fa: "\f3f4\f3f4";
}

.fa-face-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}

.fa-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}

.fa-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095";
}

.fa-computer-mouse-scrollwheel {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}

.fa-mouse-alt {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}

.fa-calendar-xmark {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}

.fa-calendar-times {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}

.fa-child-reaching {
  --fa: "\e59d";
  --fa--fa: "\e59d\e59d";
}

.fa-table-layout {
  --fa: "\e290";
  --fa--fa: "\e290\e290";
}

.fa-narwhal {
  --fa: "\f6fe";
  --fa--fa: "\f6fe\f6fe";
}

.fa-ramp-loading {
  --fa: "\f4d4";
  --fa--fa: "\f4d4\f4d4";
}

.fa-calendar-circle-plus {
  --fa: "\e470";
  --fa--fa: "\e470\e470";
}

.fa-toothbrush {
  --fa: "\f635";
  --fa--fa: "\f635\f635";
}

.fa-border-inner {
  --fa: "\f84e";
  --fa--fa: "\f84e\f84e";
}

.fa-paw-claws {
  --fa: "\f702";
  --fa--fa: "\f702\f702";
}

.fa-kiwi-fruit {
  --fa: "\e30c";
  --fa--fa: "\e30c\e30c";
}

.fa-traffic-light-slow {
  --fa: "\f639";
  --fa--fa: "\f639\f639";
}

.fa-rectangle-code {
  --fa: "\e322";
  --fa--fa: "\e322\e322";
}

.fa-head-side-virus {
  --fa: "\e064";
  --fa--fa: "\e064\e064";
}

.fa-keyboard-brightness {
  --fa: "\e1c0";
  --fa--fa: "\e1c0\e1c0";
}

.fa-books-medical {
  --fa: "\f7e8";
  --fa--fa: "\f7e8\f7e8";
}

.fa-lightbulb-slash {
  --fa: "\f673";
  --fa--fa: "\f673\f673";
}

.fa-house-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}

.fa-home-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}

.fa-square-5 {
  --fa: "\e25a";
  --fa--fa: "\e25a\e25a";
}

.fa-square-heart {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}

.fa-heart-square {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}

.fa-puzzle {
  --fa: "\e443";
  --fa--fa: "\e443\e443";
}

.fa-user-gear {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}

.fa-pipe-circle-check {
  --fa: "\e436";
  --fa--fa: "\e436\e436";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}

.fa-octagon-exclamation {
  --fa: "\e204";
  --fa--fa: "\e204\e204";
}

.fa-dial-low {
  --fa: "\e15d";
  --fa--fa: "\e15d\e15d";
}

.fa-door-closed {
  --fa: "\f52a";
  --fa--fa: "\f52a\f52a";
}

.fa-laptop-mobile {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}

.fa-phone-laptop {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}

.fa-conveyor-belt-boxes {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}

.fa-conveyor-belt-alt {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}

.fa-shield-virus {
  --fa: "\e06c";
  --fa--fa: "\e06c\e06c";
}

.fa-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}

.fa-starfighter-alt-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}

.fa-dice-six {
  --fa: "\f526";
  --fa--fa: "\f526\f526";
}

.fa-starfighter-twin-ion-engine {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}

.fa-starfighter-alt {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}

.fa-rocket-launch {
  --fa: "\e027";
  --fa--fa: "\e027\e027";
}

.fa-mosquito-net {
  --fa: "\e52c";
  --fa--fa: "\e52c\e52c";
}

.fa-file-fragment {
  --fa: "\e697";
  --fa--fa: "\e697\e697";
}

.fa-vent-damper {
  --fa: "\e465";
  --fa--fa: "\e465\e465";
}

.fa-bridge-water {
  --fa: "\e4ce";
  --fa--fa: "\e4ce\e4ce";
}

.fa-ban-bug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}

.fa-debug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}

.fa-person-booth {
  --fa: "\f756";
  --fa--fa: "\f756\f756";
}

.fa-text-width {
  --fa: "\f035";
  --fa--fa: "\f035\f035";
}

.fa-garage-car {
  --fa: "\e00a";
  --fa--fa: "\e00a\e00a";
}

.fa-square-kanban {
  --fa: "\e488";
  --fa--fa: "\e488\e488";
}

.fa-hat-wizard {
  --fa: "\f6e8";
  --fa--fa: "\f6e8\f6e8";
}

.fa-chart-kanban {
  --fa: "\e64f";
  --fa--fa: "\e64f\e64f";
}

.fa-pen-fancy {
  --fa: "\f5ac";
  --fa--fa: "\f5ac\f5ac";
}

.fa-coffee-pot {
  --fa: "\e002";
  --fa--fa: "\e002\e002";
}

.fa-mouse-field {
  --fa: "\e5a8";
  --fa--fa: "\e5a8\e5a8";
}

.fa-person-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}

.fa-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}

.fa-shower-down {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}

.fa-shower-alt {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}

.fa-box-circle-check {
  --fa: "\e0c4";
  --fa--fa: "\e0c4\e0c4";
}

.fa-brightness {
  --fa: "\e0c9";
  --fa--fa: "\e0c9\e0c9";
}

.fa-car-side-bolt {
  --fa: "\e344";
  --fa--fa: "\e344\e344";
}

.fa-file-xml {
  --fa: "\e654";
  --fa--fa: "\e654\e654";
}

.fa-ornament {
  --fa: "\f7b8";
  --fa--fa: "\f7b8\f7b8";
}

.fa-phone-arrow-down-left {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}

.fa-phone-arrow-down {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}

.fa-phone-incoming {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}

.fa-cloud-word {
  --fa: "\e138";
  --fa--fa: "\e138\e138";
}

.fa-hand-fingers-crossed {
  --fa: "\e1a3";
  --fa--fa: "\e1a3\e1a3";
}

.fa-trash {
  --fa: "\f1f8";
  --fa--fa: "\f1f8\f1f8";
}

.fa-gauge-simple {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-arrow-down-small-big {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}

.fa-sort-size-down-alt {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}

.fa-book-medical {
  --fa: "\f7e6";
  --fa--fa: "\f7e6\f7e6";
}

.fa-face-melting {
  --fa: "\e483";
  --fa--fa: "\e483\e483";
}

.fa-poo {
  --fa: "\f2fe";
  --fa--fa: "\f2fe\f2fe";
}

.fa-pen-clip-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}

.fa-pen-alt-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}

.fa-quote-right {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}

.fa-scroll-old {
  --fa: "\f70f";
  --fa--fa: "\f70f\f70f";
}

.fa-guitars {
  --fa: "\f8bf";
  --fa--fa: "\f8bf\f8bf";
}

.fa-phone-xmark {
  --fa: "\e227";
  --fa--fa: "\e227\e227";
}

.fa-hose {
  --fa: "\e419";
  --fa--fa: "\e419\e419";
}

.fa-clock-six {
  --fa: "\e352";
  --fa--fa: "\e352\e352";
}

.fa-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-t-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-tshirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-billboard {
  --fa: "\e5cd";
  --fa--fa: "\e5cd\e5cd";
}

.fa-square-r {
  --fa: "\e27c";
  --fa--fa: "\e27c\e27c";
}

.fa-cubes {
  --fa: "\f1b3";
  --fa--fa: "\f1b3\f1b3";
}

.fa-envelope-open-dollar {
  --fa: "\f657";
  --fa--fa: "\f657\f657";
}

.fa-divide {
  --fa: "\f529";
  --fa--fa: "\f529\f529";
}

.fa-sun-cloud {
  --fa: "\f763";
  --fa--fa: "\f763\f763";
}

.fa-lamp-floor {
  --fa: "\e015";
  --fa--fa: "\e015\e015";
}

.fa-square-7 {
  --fa: "\e25c";
  --fa--fa: "\e25c\e25c";
}

.fa-tenge-sign {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}

.fa-headphones {
  --fa: "\f025";
  --fa--fa: "\f025\f025";
}

.fa-hands-holding {
  --fa: "\f4c2";
  --fa--fa: "\f4c2\f4c2";
}

.fa-campfire {
  --fa: "\f6ba";
  --fa--fa: "\f6ba\f6ba";
}

.fa-circle-ampersand {
  --fa: "\e0f8";
  --fa--fa: "\e0f8\e0f8";
}

.fa-snowflakes {
  --fa: "\f7cf";
  --fa--fa: "\f7cf\f7cf";
}

.fa-hands-clapping {
  --fa: "\e1a8";
  --fa--fa: "\e1a8\e1a8";
}

.fa-republican {
  --fa: "\f75e";
  --fa--fa: "\f75e\f75e";
}

.fa-leaf-maple {
  --fa: "\f6f6";
  --fa--fa: "\f6f6\f6f6";
}

.fa-arrow-left {
  --fa: "\f060";
  --fa--fa: "\f060\f060";
}

.fa-person-circle-xmark {
  --fa: "\e543";
  --fa--fa: "\e543\e543";
}

.fa-ruler {
  --fa: "\f545";
  --fa--fa: "\f545\f545";
}

.fa-arrow-left-from-bracket {
  --fa: "\e668";
  --fa--fa: "\e668\e668";
}

.fa-cup-straw-swoosh {
  --fa: "\e364";
  --fa--fa: "\e364\e364";
}

.fa-temperature-sun {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}

.fa-temperature-hot {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}

.fa-align-left {
  --fa: "\f036";
  --fa--fa: "\f036\f036";
}

.fa-dice-d6 {
  --fa: "\f6d1";
  --fa--fa: "\f6d1\f6d1";
}

.fa-restroom {
  --fa: "\f7bd";
  --fa--fa: "\f7bd\f7bd";
}

.fa-high-definition {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}

.fa-rectangle-hd {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}

.fa-j {
  --fa: "J";
  --fa--fa: "JJ";
}

.fa-galaxy {
  --fa: "\e008";
  --fa--fa: "\e008\e008";
}

.fa-users-viewfinder {
  --fa: "\e595";
  --fa--fa: "\e595\e595";
}

.fa-file-video {
  --fa: "\f1c8";
  --fa--fa: "\f1c8\f1c8";
}

.fa-cherries {
  --fa: "\e0ec";
  --fa--fa: "\e0ec\e0ec";
}

.fa-up-right-from-square {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}

.fa-circle-sort {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}

.fa-sort-circle {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}

.fa-table-cells {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}

.fa-th {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}

.fa-bag-shopping-minus {
  --fa: "\e650";
  --fa--fa: "\e650\e650";
}

.fa-file-pdf {
  --fa: "\f1c1";
  --fa--fa: "\f1c1\f1c1";
}

.fa-siren {
  --fa: "\e02d";
  --fa--fa: "\e02d\e02d";
}

.fa-arrow-up-to-dotted-line {
  --fa: "\e0a1";
  --fa--fa: "\e0a1\e0a1";
}

.fa-image-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}

.fa-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}

.fa-tank-water {
  --fa: "\e452";
  --fa--fa: "\e452\e452";
}

.fa-curling-stone {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}

.fa-curling {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}

.fa-gamepad-modern {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}

.fa-gamepad-alt {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}

.fa-messages-question {
  --fa: "\e1e7";
  --fa--fa: "\e1e7\e1e7";
}

.fa-book-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}

.fa-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}

.fa-o {
  --fa: "O";
  --fa--fa: "OO";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}

.fa-briefcase-arrow-right {
  --fa: "\e2f2";
  --fa--fa: "\e2f2\e2f2";
}

.fa-expand-wide {
  --fa: "\f320";
  --fa--fa: "\f320\f320";
}

.fa-clock-eleven-thirty {
  --fa: "\e348";
  --fa--fa: "\e348\e348";
}

.fa-rv {
  --fa: "\f7be";
  --fa--fa: "\f7be\f7be";
}

.fa-user-secret {
  --fa: "\f21b";
  --fa--fa: "\f21b\f21b";
}

.fa-otter {
  --fa: "\f700";
  --fa--fa: "\f700\f700";
}

.fa-dreidel {
  --fa: "\f792";
  --fa--fa: "\f792\f792";
}

.fa-person-dress {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}

.fa-female {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}

.fa-comment-dollar {
  --fa: "\f651";
  --fa--fa: "\f651\f651";
}

.fa-business-time {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}

.fa-flower-tulip {
  --fa: "\f801";
  --fa--fa: "\f801\f801";
}

.fa-people-pants-simple {
  --fa: "\e21a";
  --fa--fa: "\e21a\e21a";
}

.fa-cloud-drizzle {
  --fa: "\f738";
  --fa--fa: "\f738\f738";
}

.fa-table-cells-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}

.fa-th-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}

.fa-book-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}

.fa-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}

.fa-solar-system {
  --fa: "\e02f";
  --fa--fa: "\e02f\e02f";
}

.fa-seal-question {
  --fa: "\e243";
  --fa--fa: "\e243\e243";
}

.fa-phone-volume {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}

.fa-disc-drive {
  --fa: "\f8b5";
  --fa--fa: "\f8b5\f8b5";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
  --fa--fa: "\f8c1\f8c1";
}

.fa-table-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}

.fa-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}

.fa-location-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}

.fa-map-marker-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}

.fa-face-fearful {
  --fa: "\e375";
  --fa--fa: "\e375\e375";
}

.fa-clipboard-user {
  --fa: "\f7f3";
  --fa--fa: "\f7f3\f7f3";
}

.fa-bus-school {
  --fa: "\f5dd";
  --fa--fa: "\f5dd\f5dd";
}

.fa-film-slash {
  --fa: "\e179";
  --fa--fa: "\e179\e179";
}

.fa-square-arrow-down-right {
  --fa: "\e262";
  --fa--fa: "\e262\e262";
}

.fa-book-sparkles {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}

.fa-book-spells {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}

.fa-washing-machine {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}

.fa-washer {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}

.fa-child {
  --fa: "\f1ae";
  --fa--fa: "\f1ae\f1ae";
}

.fa-lira-sign {
  --fa: "\f195";
  --fa--fa: "\f195\f195";
}

.fa-user-visor {
  --fa: "\e04c";
  --fa--fa: "\e04c\e04c";
}

.fa-file-plus-minus {
  --fa: "\e177";
  --fa--fa: "\e177\e177";
}

.fa-chess-clock-flip {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}

.fa-chess-clock-alt {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}

.fa-satellite {
  --fa: "\f7bf";
  --fa--fa: "\f7bf\f7bf";
}

.fa-truck-fire {
  --fa: "\e65a";
  --fa--fa: "\e65a\e65a";
}

.fa-plane-lock {
  --fa: "\e558";
  --fa--fa: "\e558\e558";
}

.fa-steering-wheel {
  --fa: "\f622";
  --fa--fa: "\f622\f622";
}

.fa-tag {
  --fa: "\f02b";
  --fa--fa: "\f02b\f02b";
}

.fa-stretcher {
  --fa: "\f825";
  --fa--fa: "\f825\f825";
}

.fa-book-section {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}

.fa-book-law {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}

.fa-inboxes {
  --fa: "\e1bb";
  --fa--fa: "\e1bb\e1bb";
}

.fa-coffee-bean {
  --fa: "\e13e";
  --fa--fa: "\e13e\e13e";
}

.fa-circle-yen {
  --fa: "\e5d0";
  --fa--fa: "\e5d0\e5d0";
}

.fa-brackets-curly {
  --fa: "\f7ea";
  --fa--fa: "\f7ea\f7ea";
}

.fa-ellipsis-stroke-vertical {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}

.fa-ellipsis-v-alt {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}

.fa-comment {
  --fa: "\f075";
  --fa--fa: "\f075\f075";
}

.fa-square-1 {
  --fa: "\e256";
  --fa--fa: "\e256\e256";
}

.fa-cake-candles {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-head-side {
  --fa: "\f6e9";
  --fa--fa: "\f6e9\f6e9";
}

.fa-truck-ladder {
  --fa: "\e657";
  --fa--fa: "\e657\e657";
}

.fa-envelope {
  --fa: "\f0e0";
  --fa--fa: "\f0e0\f0e0";
}

.fa-dolly-empty {
  --fa: "\f473";
  --fa--fa: "\f473\f473";
}

.fa-face-tissue {
  --fa: "\e39c";
  --fa--fa: "\e39c\e39c";
}

.fa-angles-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}

.fa-bin-recycle {
  --fa: "\e5f7";
  --fa--fa: "\e5f7\e5f7";
}

.fa-paperclip {
  --fa: "\f0c6";
  --fa--fa: "\f0c6\f0c6";
}

.fa-chart-line-down {
  --fa: "\f64d";
  --fa--fa: "\f64d\f64d";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
  --fa--fa: "\e4b3\e4b3";
}

.fa-lock-a {
  --fa: "\e422";
  --fa--fa: "\e422\e422";
}

.fa-ribbon {
  --fa: "\f4d6";
  --fa--fa: "\f4d6\f4d6";
}

.fa-lungs {
  --fa: "\f604";
  --fa--fa: "\f604\f604";
}

.fa-person-pinball {
  --fa: "\e21d";
  --fa--fa: "\e21d\e21d";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}

.fa-apple-core {
  --fa: "\e08f";
  --fa--fa: "\e08f\e08f";
}

.fa-circle-y {
  --fa: "\e12f";
  --fa--fa: "\e12f\e12f";
}

.fa-h6 {
  --fa: "\e413";
  --fa--fa: "\e413\e413";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
  --fa--fa: "\e1d3\e1d3";
}

.fa-bottle-baby {
  --fa: "\e673";
  --fa--fa: "\e673\e673";
}

.fa-circle-small {
  --fa: "\e122";
  --fa--fa: "\e122\e122";
}

.fa-border-none {
  --fa: "\f850";
  --fa--fa: "\f850\f850";
}

.fa-arrow-turn-down-left {
  --fa: "\e2e1";
  --fa--fa: "\e2e1\e2e1";
}

.fa-circle-wifi-circle-wifi {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}

.fa-circle-wifi-group {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}

.fa-circle-nodes {
  --fa: "\e4e2";
  --fa--fa: "\e4e2\e4e2";
}

.fa-parachute-box {
  --fa: "\f4cd";
  --fa--fa: "\f4cd\f4cd";
}

.fa-reflect-horizontal {
  --fa: "\e664";
  --fa--fa: "\e664\e664";
}

.fa-message-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}

.fa-comment-alt-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}

.fa-rugby-ball {
  --fa: "\e3c6";
  --fa--fa: "\e3c6\e3c6";
}

.fa-comment-music {
  --fa: "\f8b0";
  --fa--fa: "\f8b0\f8b0";
}

.fa-indent {
  --fa: "\f03c";
  --fa--fa: "\f03c\f03c";
}

.fa-tree-deciduous {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}

.fa-tree-alt {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}

.fa-puzzle-piece-simple {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}

.fa-puzzle-piece-alt {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}

.fa-truck-field-un {
  --fa: "\e58e";
  --fa--fa: "\e58e\e58e";
}

.fa-nfc-trash {
  --fa: "\e1fd";
  --fa--fa: "\e1fd\e1fd";
}

.fa-hourglass {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}

.fa-mountain {
  --fa: "\f6fc";
  --fa--fa: "\f6fc\f6fc";
}

.fa-file-xmark {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}

.fa-file-times {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}

.fa-house-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}

.fa-home-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}

.fa-house-chimney-blank {
  --fa: "\e3b0";
  --fa--fa: "\e3b0\e3b0";
}

.fa-meter-bolt {
  --fa: "\e1e9";
  --fa--fa: "\e1e9\e1e9";
}

.fa-user-doctor {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}

.fa-slash-back {
  --fa: "\\";
  --fa--fa: "\\\\";
}

.fa-circle-info {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}

.fa-fishing-rod {
  --fa: "\e3a8";
  --fa--fa: "\e3a8\e3a8";
}

.fa-hammer-crash {
  --fa: "\e414";
  --fa--fa: "\e414\e414";
}

.fa-message-heart {
  --fa: "\e5c9";
  --fa--fa: "\e5c9\e5c9";
}

.fa-cloud-meatball {
  --fa: "\f73b";
  --fa--fa: "\f73b\f73b";
}

.fa-camera-polaroid {
  --fa: "\f8aa";
  --fa--fa: "\f8aa\f8aa";
}

.fa-camera {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}

.fa-camera-alt {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}

.fa-square-virus {
  --fa: "\e578";
  --fa--fa: "\e578\e578";
}

.fa-cart-arrow-up {
  --fa: "\e3ee";
  --fa--fa: "\e3ee\e3ee";
}

.fa-meteor {
  --fa: "\f753";
  --fa--fa: "\f753\f753";
}

.fa-car-on {
  --fa: "\e4dd";
  --fa--fa: "\e4dd\e4dd";
}

.fa-sleigh {
  --fa: "\f7cc";
  --fa--fa: "\f7cc\f7cc";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-buoy-mooring {
  --fa: "\e5b6";
  --fa--fa: "\e5b6\e5b6";
}

.fa-square-4 {
  --fa: "\e259";
  --fa--fa: "\e259\e259";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}

.fa-file-eps {
  --fa: "\e644";
  --fa--fa: "\e644\e644";
}

.fa-tricycle-adult {
  --fa: "\e5c4";
  --fa--fa: "\e5c4\e5c4";
}

.fa-waveform {
  --fa: "\f8f1";
  --fa--fa: "\f8f1\f8f1";
}

.fa-water {
  --fa: "\f773";
  --fa--fa: "\f773\f773";
}

.fa-star-sharp-half-stroke {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}

.fa-star-sharp-half-alt {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}

.fa-nfc-signal {
  --fa: "\e1fb";
  --fa--fa: "\e1fb\e1fb";
}

.fa-plane-prop {
  --fa: "\e22b";
  --fa--fa: "\e22b\e22b";
}

.fa-calendar-check {
  --fa: "\f274";
  --fa--fa: "\f274\f274";
}

.fa-clock-desk {
  --fa: "\e134";
  --fa--fa: "\e134\e134";
}

.fa-calendar-clock {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}

.fa-calendar-time {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}

.fa-braille {
  --fa: "\f2a1";
  --fa--fa: "\f2a1\f2a1";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}

.fa-plate-utensils {
  --fa: "\e43b";
  --fa--fa: "\e43b\e43b";
}

.fa-family-pants {
  --fa: "\e302";
  --fa--fa: "\e302\e302";
}

.fa-hose-reel {
  --fa: "\e41a";
  --fa--fa: "\e41a\e41a";
}

.fa-house-window {
  --fa: "\e3b3";
  --fa--fa: "\e3b3\e3b3";
}

.fa-landmark {
  --fa: "\f66f";
  --fa--fa: "\f66f\f66f";
}

.fa-truck {
  --fa: "\f0d1";
  --fa--fa: "\f0d1\f0d1";
}

.fa-music-magnifying-glass {
  --fa: "\e662";
  --fa--fa: "\e662\e662";
}

.fa-crosshairs {
  --fa: "\f05b";
  --fa--fa: "\f05b\f05b";
}

.fa-cloud-rainbow {
  --fa: "\f73e";
  --fa--fa: "\f73e\f73e";
}

.fa-person-cane {
  --fa: "\e53c";
  --fa--fa: "\e53c\e53c";
}

.fa-alien {
  --fa: "\f8f5";
  --fa--fa: "\f8f5\f8f5";
}

.fa-tent {
  --fa: "\e57d";
  --fa--fa: "\e57d\e57d";
}

.fa-laptop-binary {
  --fa: "\e5e7";
  --fa--fa: "\e5e7\e5e7";
}

.fa-vest-patches {
  --fa: "\e086";
  --fa--fa: "\e086\e086";
}

.fa-people-dress-simple {
  --fa: "\e218";
  --fa--fa: "\e218\e218";
}

.fa-check-double {
  --fa: "\f560";
  --fa--fa: "\f560\f560";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-bowling-ball-pin {
  --fa: "\e0c3";
  --fa--fa: "\e0c3\e0c3";
}

.fa-bell-school-slash {
  --fa: "\f5d6";
  --fa--fa: "\f5d6\f5d6";
}

.fa-plus-large {
  --fa: "\e59e";
  --fa--fa: "\e59e\e59e";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
  --fa--fa: "\e52a\e52a";
}

.fa-camera-viewfinder {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}

.fa-screenshot {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}

.fa-message-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}

.fa-comment-alt-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}

.fa-car-building {
  --fa: "\f859";
  --fa--fa: "\f859\f859";
}

.fa-border-bottom-right {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}

.fa-border-style-alt {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}

.fa-octagon {
  --fa: "\f306";
  --fa--fa: "\f306\f306";
}

.fa-comment-arrow-up-right {
  --fa: "\e145";
  --fa--fa: "\e145\e145";
}

.fa-octagon-divide {
  --fa: "\e203";
  --fa--fa: "\e203\e203";
}

.fa-cookie {
  --fa: "\f563";
  --fa--fa: "\f563\f563";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-tv-music {
  --fa: "\f8e6";
  --fa--fa: "\f8e6\f8e6";
}

.fa-hard-drive {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}

.fa-reel {
  --fa: "\e238";
  --fa--fa: "\e238\e238";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}

.fa-dumbbell {
  --fa: "\f44b";
  --fa--fa: "\f44b\f44b";
}

.fa-rectangle-list {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}

.fa-list-alt {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}

.fa-tarp-droplet {
  --fa: "\e57c";
  --fa--fa: "\e57c\e57c";
}

.fa-alarm-exclamation {
  --fa: "\f843";
  --fa--fa: "\f843\f843";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
  --fa--fa: "\e511\e511";
}

.fa-traffic-cone {
  --fa: "\f636";
  --fa--fa: "\f636\f636";
}

.fa-grate {
  --fa: "\e193";
  --fa--fa: "\e193\e193";
}

.fa-arrow-down-right {
  --fa: "\e093";
  --fa--fa: "\e093\e093";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}

.fa-calendar-plus {
  --fa: "\f271";
  --fa--fa: "\f271\f271";
}

.fa-person-from-portal {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}

.fa-portal-exit {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}

.fa-plane-arrival {
  --fa: "\f5af";
  --fa--fa: "\f5af\f5af";
}

.fa-cowbell-circle-plus {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}

.fa-cowbell-more {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}

.fa-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}

.fa-distribute-spacing-vertical {
  --fa: "\e366";
  --fa--fa: "\e366\e366";
}

.fa-signal-bars-fair {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}

.fa-signal-alt-2 {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}

.fa-sportsball {
  --fa: "\e44b";
  --fa--fa: "\e44b\e44b";
}

.fa-game-console-handheld-crank {
  --fa: "\e5b9";
  --fa--fa: "\e5b9\e5b9";
}

.fa-train-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}

.fa-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}

.fa-chart-gantt {
  --fa: "\e0e4";
  --fa--fa: "\e0e4\e0e4";
}

.fa-face-smile-upside-down {
  --fa: "\e395";
  --fa--fa: "\e395\e395";
}

.fa-ball-pile {
  --fa: "\f77e";
  --fa--fa: "\f77e\f77e";
}

.fa-badge-dollar {
  --fa: "\f645";
  --fa--fa: "\f645\f645";
}

.fa-money-bills-simple {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}

.fa-money-bills-alt {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}

.fa-list-timeline {
  --fa: "\e1d1";
  --fa--fa: "\e1d1\e1d1";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-crop-simple {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}

.fa-crop-alt {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}

.fa-left-long {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}

.fa-keyboard-down {
  --fa: "\e1c2";
  --fa--fa: "\e1c2\e1c2";
}

.fa-circle-up-right {
  --fa: "\e129";
  --fa--fa: "\e129\e129";
}

.fa-cloud-bolt-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}

.fa-thunderstorm-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}

.fa-turn-left-up {
  --fa: "\e638";
  --fa--fa: "\e638\e638";
}

.fa-dna {
  --fa: "\f471";
  --fa--fa: "\f471\f471";
}

.fa-virus-slash {
  --fa: "\e075";
  --fa--fa: "\e075\e075";
}

.fa-bracket-round-right {
  --fa: "\)";
  --fa--fa: "\)\)";
}

.fa-circle-sterling {
  --fa: "\e5cf";
  --fa--fa: "\e5cf\e5cf";
}

.fa-circle-5 {
  --fa: "\e0f2";
  --fa--fa: "\e0f2\e0f2";
}

.fa-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}

.fa-subtract {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}

.fa-fire-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}

.fa-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}

.fa-right-to-line {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}

.fa-arrow-alt-to-right {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}

.fa-gif {
  --fa: "\e190";
  --fa--fa: "\e190\e190";
}

.fa-chess {
  --fa: "\f439";
  --fa--fa: "\f439\f439";
}

.fa-trash-slash {
  --fa: "\e2b3";
  --fa--fa: "\e2b3\e2b3";
}

.fa-arrow-left-long {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}

.fa-plug-circle-check {
  --fa: "\e55c";
  --fa--fa: "\e55c\e55c";
}

.fa-font-case {
  --fa: "\f866";
  --fa--fa: "\f866\f866";
}

.fa-street-view {
  --fa: "\f21d";
  --fa--fa: "\f21d\f21d";
}

.fa-arrow-down-left {
  --fa: "\e091";
  --fa--fa: "\e091\e091";
}

.fa-franc-sign {
  --fa: "\e18f";
  --fa--fa: "\e18f\e18f";
}

.fa-flask-round-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}

.fa-flask-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}

.fa-volume-off {
  --fa: "\f026";
  --fa--fa: "\f026\f026";
}

.fa-book-circle-arrow-right {
  --fa: "\e0bc";
  --fa--fa: "\e0bc\e0bc";
}

.fa-chart-user {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}

.fa-user-chart {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-presentation-screen {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}

.fa-presentation {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}

.fa-circle-bolt {
  --fa: "\e0fe";
  --fa--fa: "\e0fe\e0fe";
}

.fa-face-smile-halo {
  --fa: "\e38f";
  --fa--fa: "\e38f\e38f";
}

.fa-cart-circle-arrow-down {
  --fa: "\e3ef";
  --fa--fa: "\e3ef\e3ef";
}

.fa-house-person-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}

.fa-house-person-arrive {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}

.fa-house-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}

.fa-message-xmark {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}

.fa-comment-alt-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}

.fa-message-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}

.fa-file-certificate {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}

.fa-file-award {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}

.fa-user-doctor-hair-long {
  --fa: "\e459";
  --fa--fa: "\e459\e459";
}

.fa-camera-security {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}

.fa-camera-home {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}

.fa-gear {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}

.fa-cog {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}

.fa-droplet-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}

.fa-book-heart {
  --fa: "\f499";
  --fa--fa: "\f499\f499";
}

.fa-mosque {
  --fa: "\f678";
  --fa--fa: "\f678\f678";
}

.fa-duck {
  --fa: "\f6d8";
  --fa--fa: "\f6d8\f6d8";
}

.fa-mosquito {
  --fa: "\e52b";
  --fa--fa: "\e52b\e52b";
}

.fa-star-of-david {
  --fa: "\f69a";
  --fa--fa: "\f69a\f69a";
}

.fa-flag-swallowtail {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}

.fa-flag-alt {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}

.fa-person-military-rifle {
  --fa: "\e54b";
  --fa--fa: "\e54b\e54b";
}

.fa-car-garage {
  --fa: "\f5e2";
  --fa--fa: "\f5e2\f5e2";
}

.fa-cart-shopping {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}

.fa-book-font {
  --fa: "\e0bf";
  --fa--fa: "\e0bf\e0bf";
}

.fa-shield-plus {
  --fa: "\e24a";
  --fa--fa: "\e24a\e24a";
}

.fa-vials {
  --fa: "\f493";
  --fa--fa: "\f493\f493";
}

.fa-eye-dropper-full {
  --fa: "\e172";
  --fa--fa: "\e172\e172";
}

.fa-distribute-spacing-horizontal {
  --fa: "\e365";
  --fa--fa: "\e365\e365";
}

.fa-tablet-rugged {
  --fa: "\f48f";
  --fa--fa: "\f48f\f48f";
}

.fa-temperature-snow {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}

.fa-temperature-frigid {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}

.fa-moped {
  --fa: "\e3b9";
  --fa--fa: "\e3b9\e3b9";
}

.fa-face-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}

.fa-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}

.fa-radio-tuner {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}

.fa-radio-alt {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}

.fa-face-swear {
  --fa: "\e399";
  --fa--fa: "\e399\e399";
}

.fa-water-arrow-down {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}

.fa-water-lower {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}

.fa-scanner-touchscreen {
  --fa: "\f48a";
  --fa--fa: "\f48a\f48a";
}

.fa-circle-7 {
  --fa: "\e0f4";
  --fa--fa: "\e0f4\e0f4";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
  --fa--fa: "\e55f\e55f";
}

.fa-person-ski-jumping {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}

.fa-ski-jump {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}

.fa-place-of-worship {
  --fa: "\f67f";
  --fa--fa: "\f67f\f67f";
}

.fa-water-arrow-up {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}

.fa-water-rise {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}

.fa-waveform-lines {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}

.fa-waveform-path {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}

.fa-split {
  --fa: "\e254";
  --fa--fa: "\e254\e254";
}

.fa-film-canister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}

.fa-film-cannister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}

.fa-folder-xmark {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}

.fa-folder-times {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}

.fa-toilet-paper-blank {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}

.fa-toilet-paper-alt {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}

.fa-tablet-screen {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}

.fa-tablet-android-alt {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}

.fa-hexagon-vertical-nft-slanted {
  --fa: "\e506";
  --fa--fa: "\e506\e506";
}

.fa-folder-music {
  --fa: "\e18d";
  --fa--fa: "\e18d\e18d";
}

.fa-display-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}

.fa-desktop-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}

.fa-share-all {
  --fa: "\f367";
  --fa--fa: "\f367\f367";
}

.fa-peapod {
  --fa: "\e31c";
  --fa--fa: "\e31c\e31c";
}

.fa-chess-clock {
  --fa: "\f43d";
  --fa--fa: "\f43d\f43d";
}

.fa-axe {
  --fa: "\f6b2";
  --fa--fa: "\f6b2\f6b2";
}

.fa-square-d {
  --fa: "\e268";
  --fa--fa: "\e268\e268";
}

.fa-grip-vertical {
  --fa: "\f58e";
  --fa--fa: "\f58e\f58e";
}

.fa-mobile-signal-out {
  --fa: "\e1f0";
  --fa--fa: "\e1f0\e1f0";
}

.fa-hexagon-nodes {
  --fa: "\e699";
  --fa--fa: "\e699\e699";
}

.fa-arrow-turn-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}

.fa-level-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}

.fa-u {
  --fa: "U";
  --fa--fa: "UU";
}

.fa-arrow-up-from-dotted-line {
  --fa: "\e09b";
  --fa--fa: "\e09b\e09b";
}

.fa-square-root-variable {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}

.fa-light-switch-on {
  --fa: "\e019";
  --fa--fa: "\e019\e019";
}

.fa-arrow-down-arrow-up {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}

.fa-sort-alt {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}

.fa-raindrops {
  --fa: "\f75c";
  --fa--fa: "\f75c\f75c";
}

.fa-dash {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}

.fa-minus-large {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}

.fa-clock {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}

.fa-clock-four {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}

.fa-input-numeric {
  --fa: "\e1bd";
  --fa--fa: "\e1bd\e1bd";
}

.fa-truck-tow {
  --fa: "\e2b8";
  --fa--fa: "\e2b8\e2b8";
}

.fa-backward-step {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}

.fa-step-backward {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}

.fa-pallet {
  --fa: "\f482";
  --fa--fa: "\f482\f482";
}

.fa-car-bolt {
  --fa: "\e341";
  --fa--fa: "\e341\e341";
}

.fa-arrows-maximize {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}

.fa-expand-arrows {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}

.fa-faucet {
  --fa: "\e005";
  --fa--fa: "\e005\e005";
}

.fa-cloud-sleet {
  --fa: "\f741";
  --fa--fa: "\f741\f741";
}

.fa-lamp-street {
  --fa: "\e1c5";
  --fa--fa: "\e1c5\e1c5";
}

.fa-list-radio {
  --fa: "\e1d0";
  --fa--fa: "\e1d0\e1d0";
}

.fa-pen-nib-slash {
  --fa: "\e4a1";
  --fa--fa: "\e4a1\e4a1";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
  --fa--fa: "\f432\f432";
}

.fa-square-up-left {
  --fa: "\e282";
  --fa--fa: "\e282\e282";
}

.fa-overline {
  --fa: "\f876";
  --fa--fa: "\f876\f876";
}

.fa-s {
  --fa: "S";
  --fa--fa: "SS";
}

.fa-timeline {
  --fa: "\e29c";
  --fa--fa: "\e29c\e29c";
}

.fa-keyboard {
  --fa: "\f11c";
  --fa--fa: "\f11c\f11c";
}

.fa-arrows-from-dotted-line {
  --fa: "\e0a3";
  --fa--fa: "\e0a3\e0a3";
}

.fa-usb-drive {
  --fa: "\f8e9";
  --fa--fa: "\f8e9\f8e9";
}

.fa-ballot {
  --fa: "\f732";
  --fa--fa: "\f732\f732";
}

.fa-caret-down {
  --fa: "\f0d7";
  --fa--fa: "\f0d7\f0d7";
}

.fa-location-dot-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}

.fa-map-marker-alt-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}

.fa-cards {
  --fa: "\e3ed";
  --fa--fa: "\e3ed\e3ed";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}

.fa-boxing-glove {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}

.fa-glove-boxing {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-bell-school {
  --fa: "\f5d5";
  --fa--fa: "\f5d5\f5d5";
}

.fa-mobile-screen {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}

.fa-plane-up {
  --fa: "\e22d";
  --fa--fa: "\e22d\e22d";
}

.fa-folder-heart {
  --fa: "\e189";
  --fa--fa: "\e189\e189";
}

.fa-circle-location-arrow {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}

.fa-location-circle {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}

.fa-face-head-bandage {
  --fa: "\e37a";
  --fa--fa: "\e37a\e37a";
}

.fa-sushi-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}

.fa-maki-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}

.fa-makizushi {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}

.fa-car-bump {
  --fa: "\f5e0";
  --fa--fa: "\f5e0\f5e0";
}

.fa-piggy-bank {
  --fa: "\f4d3";
  --fa--fa: "\f4d3\f4d3";
}

.fa-racquet {
  --fa: "\f45a";
  --fa--fa: "\f45a\f45a";
}

.fa-car-mirrors {
  --fa: "\e343";
  --fa--fa: "\e343\e343";
}

.fa-industry-windows {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}

.fa-industry-alt {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}

.fa-bolt-auto {
  --fa: "\e0b6";
  --fa--fa: "\e0b6\e0b6";
}

.fa-battery-half {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}

.fa-battery-3 {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}

.fa-flux-capacitor {
  --fa: "\f8ba";
  --fa--fa: "\f8ba\f8ba";
}

.fa-mountain-city {
  --fa: "\e52e";
  --fa--fa: "\e52e\e52e";
}

.fa-coins {
  --fa: "\f51e";
  --fa--fa: "\f51e\f51e";
}

.fa-honey-pot {
  --fa: "\e418";
  --fa--fa: "\e418\e418";
}

.fa-olive {
  --fa: "\e316";
  --fa--fa: "\e316\e316";
}

.fa-khanda {
  --fa: "\f66d";
  --fa--fa: "\f66d\f66d";
}

.fa-filter-list {
  --fa: "\e17c";
  --fa--fa: "\e17c\e17c";
}

.fa-outlet {
  --fa: "\e01c";
  --fa--fa: "\e01c\e01c";
}

.fa-sliders {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}

.fa-cauldron {
  --fa: "\f6bf";
  --fa--fa: "\f6bf\f6bf";
}

.fa-people {
  --fa: "\e216";
  --fa--fa: "\e216\e216";
}

.fa-folder-tree {
  --fa: "\f802";
  --fa--fa: "\f802\f802";
}

.fa-network-wired {
  --fa: "\f6ff";
  --fa--fa: "\f6ff\f6ff";
}

.fa-croissant {
  --fa: "\f7f6";
  --fa--fa: "\f7f6\f7f6";
}

.fa-map-pin {
  --fa: "\f276";
  --fa--fa: "\f276\f276";
}

.fa-hamsa {
  --fa: "\f665";
  --fa--fa: "\f665\f665";
}

.fa-cent-sign {
  --fa: "\e3f5";
  --fa--fa: "\e3f5\e3f5";
}

.fa-swords-laser {
  --fa: "\e03d";
  --fa--fa: "\e03d\e03d";
}

.fa-flask {
  --fa: "\f0c3";
  --fa--fa: "\f0c3\f0c3";
}

.fa-person-pregnant {
  --fa: "\e31e";
  --fa--fa: "\e31e\e31e";
}

.fa-square-u {
  --fa: "\e281";
  --fa--fa: "\e281\e281";
}

.fa-wand-sparkles {
  --fa: "\f72b";
  --fa--fa: "\f72b\f72b";
}

.fa-router {
  --fa: "\f8da";
  --fa--fa: "\f8da\f8da";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}

.fa-sword-laser-alt {
  --fa: "\e03c";
  --fa--fa: "\e03c\e03c";
}

.fa-ticket {
  --fa: "\f145";
  --fa--fa: "\f145\f145";
}

.fa-power-off {
  --fa: "\f011";
  --fa--fa: "\f011\f011";
}

.fa-coin {
  --fa: "\f85c";
  --fa--fa: "\f85c\f85c";
}

.fa-laptop-slash {
  --fa: "\e1c7";
  --fa--fa: "\e1c7\e1c7";
}

.fa-right-long {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}

.fa-circle-b {
  --fa: "\e0fd";
  --fa--fa: "\e0fd\e0fd";
}

.fa-person-dress-simple {
  --fa: "\e21c";
  --fa--fa: "\e21c\e21c";
}

.fa-pipe-collar {
  --fa: "\e437";
  --fa--fa: "\e437\e437";
}

.fa-lights-holiday {
  --fa: "\f7b2";
  --fa--fa: "\f7b2\f7b2";
}

.fa-citrus {
  --fa: "\e2f4";
  --fa--fa: "\e2f4\e2f4";
}

.fa-flag-usa {
  --fa: "\f74d";
  --fa--fa: "\f74d\f74d";
}

.fa-laptop-file {
  --fa: "\e51d";
  --fa--fa: "\e51d\e51d";
}

.fa-tty {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}

.fa-chart-tree-map {
  --fa: "\e0ea";
  --fa--fa: "\e0ea\e0ea";
}

.fa-diagram-next {
  --fa: "\e476";
  --fa--fa: "\e476\e476";
}

.fa-person-rifle {
  --fa: "\e54e";
  --fa--fa: "\e54e\e54e";
}

.fa-clock-five-thirty {
  --fa: "\e34a";
  --fa--fa: "\e34a\e34a";
}

.fa-pipe-valve {
  --fa: "\e439";
  --fa--fa: "\e439\e439";
}

.fa-lightbulb-message {
  --fa: "\e687";
  --fa--fa: "\e687\e687";
}

.fa-arrow-up-from-arc {
  --fa: "\e4b4";
  --fa--fa: "\e4b4\e4b4";
}

.fa-face-spiral-eyes {
  --fa: "\e485";
  --fa--fa: "\e485\e485";
}

.fa-compress-wide {
  --fa: "\f326";
  --fa--fa: "\f326\f326";
}

.fa-circle-phone-hangup {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}

.fa-phone-circle-down {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}

.fa-gear-complex-code {
  --fa: "\e5eb";
  --fa--fa: "\e5eb\e5eb";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
  --fa--fa: "\e512\e512";
}

.fa-badminton {
  --fa: "\e33a";
  --fa--fa: "\e33a\e33a";
}

.fa-closed-captioning {
  --fa: "\f20a";
  --fa--fa: "\f20a\f20a";
}

.fa-person-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}

.fa-right-from-line {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}

.fa-arrow-alt-from-left {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}

.fa-venus-double {
  --fa: "\f226";
  --fa--fa: "\f226\f226";
}

.fa-images {
  --fa: "\f302";
  --fa--fa: "\f302\f302";
}

.fa-calculator {
  --fa: "\f1ec";
  --fa--fa: "\f1ec\f1ec";
}

.fa-shuttlecock {
  --fa: "\f45b";
  --fa--fa: "\f45b\f45b";
}

.fa-user-hair {
  --fa: "\e45a";
  --fa--fa: "\e45a\e45a";
}

.fa-eye-evil {
  --fa: "\f6db";
  --fa--fa: "\f6db\f6db";
}

.fa-people-pulling {
  --fa: "\e535";
  --fa--fa: "\e535\e535";
}

.fa-n {
  --fa: "N";
  --fa--fa: "NN";
}

.fa-swap {
  --fa: "\e609";
  --fa--fa: "\e609\e609";
}

.fa-garage {
  --fa: "\e009";
  --fa--fa: "\e009\e009";
}

.fa-cable-car {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}

.fa-tram {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}

.fa-shovel-snow {
  --fa: "\f7c3";
  --fa--fa: "\f7c3\f7c3";
}

.fa-cloud-rain {
  --fa: "\f73d";
  --fa--fa: "\f73d\f73d";
}

.fa-face-lying {
  --fa: "\e37e";
  --fa--fa: "\e37e\e37e";
}

.fa-sprinkler {
  --fa: "\e035";
  --fa--fa: "\e035\e035";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
  --fa--fa: "\e4d4\e4d4";
}

.fa-person-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}

.fa-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}

.fa-game-console-handheld {
  --fa: "\f8bb";
  --fa--fa: "\f8bb\f8bb";
}

.fa-ship {
  --fa: "\f21a";
  --fa--fa: "\f21a\f21a";
}

.fa-clock-six-thirty {
  --fa: "\e353";
  --fa--fa: "\e353\e353";
}

.fa-battery-slash {
  --fa: "\f377";
  --fa--fa: "\f377\f377";
}

.fa-tugrik-sign {
  --fa: "\e2ba";
  --fa--fa: "\e2ba\e2ba";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
  --fa--fa: "\e4b8\e4b8";
}

.fa-download {
  --fa: "\f019";
  --fa--fa: "\f019\f019";
}

.fa-angles-up-down {
  --fa: "\e60d";
  --fa--fa: "\e60d\e60d";
}

.fa-shelves {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}

.fa-inventory {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}

.fa-cloud-snow {
  --fa: "\f742";
  --fa--fa: "\f742\f742";
}

.fa-face-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}

.fa-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}

.fa-delete-left {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}

.fa-backspace {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}

.fa-oven {
  --fa: "\e01d";
  --fa--fa: "\e01d\e01d";
}

.fa-cloud-binary {
  --fa: "\e601";
  --fa--fa: "\e601\e601";
}

.fa-eye-dropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-comment-captions {
  --fa: "\e146";
  --fa--fa: "\e146\e146";
}

.fa-comments-question {
  --fa: "\e14e";
  --fa--fa: "\e14e\e14e";
}

.fa-scribble {
  --fa: "\e23f";
  --fa--fa: "\e23f\e23f";
}

.fa-rotate-exclamation {
  --fa: "\e23c";
  --fa--fa: "\e23c\e23c";
}

.fa-file-circle-check {
  --fa: "\e5a0";
  --fa--fa: "\e5a0\e5a0";
}

.fa-glass {
  --fa: "\f804";
  --fa--fa: "\f804\f804";
}

.fa-loader {
  --fa: "\e1d4";
  --fa--fa: "\e1d4\e1d4";
}

.fa-forward {
  --fa: "\f04e";
  --fa--fa: "\f04e\f04e";
}

.fa-user-pilot {
  --fa: "\e2c0";
  --fa--fa: "\e2c0\e2c0";
}

.fa-mobile {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-code-pull-request-closed {
  --fa: "\e3f9";
  --fa--fa: "\e3f9\e3f9";
}

.fa-face-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}

.fa-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}

.fa-align-center {
  --fa: "\f037";
  --fa--fa: "\f037\f037";
}

.fa-book-skull {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}

.fa-id-card {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}

.fa-face-dotted {
  --fa: "\e47f";
  --fa--fa: "\e47f\e47f";
}

.fa-face-worried {
  --fa: "\e3a3";
  --fa--fa: "\e3a3\e3a3";
}

.fa-outdent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}

.fa-dedent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}

.fa-court-sport {
  --fa: "\e643";
  --fa--fa: "\e643\e643";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
  --fa--fa: "\e4fe\e4fe";
}

.fa-house {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-vector-circle {
  --fa: "\e2c6";
  --fa--fa: "\e2c6\e2c6";
}

.fa-car-circle-bolt {
  --fa: "\e342";
  --fa--fa: "\e342\e342";
}

.fa-calendar-week {
  --fa: "\f784";
  --fa--fa: "\f784\f784";
}

.fa-flying-disc {
  --fa: "\e3a9";
  --fa--fa: "\e3a9\e3a9";
}

.fa-laptop-medical {
  --fa: "\f812";
  --fa--fa: "\f812\f812";
}

.fa-square-down-right {
  --fa: "\e26c";
  --fa--fa: "\e26c\e26c";
}

.fa-b {
  --fa: "B";
  --fa--fa: "BB";
}

.fa-seat-airline {
  --fa: "\e244";
  --fa--fa: "\e244\e244";
}

.fa-moon-over-sun {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}

.fa-eclipse-alt {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}

.fa-pipe {
  --fa: "\|";
  --fa--fa: "\|\|";
}

.fa-file-medical {
  --fa: "\f477";
  --fa--fa: "\f477\f477";
}

.fa-potato {
  --fa: "\e440";
  --fa--fa: "\e440\e440";
}

.fa-dice-one {
  --fa: "\f525";
  --fa--fa: "\f525\f525";
}

.fa-circle-a {
  --fa: "\e0f7";
  --fa--fa: "\e0f7\e0f7";
}

.fa-helmet-battle {
  --fa: "\f6eb";
  --fa--fa: "\f6eb\f6eb";
}

.fa-butter {
  --fa: "\e3e4";
  --fa--fa: "\e3e4\e3e4";
}

.fa-blanket-fire {
  --fa: "\e3da";
  --fa--fa: "\e3da\e3da";
}

.fa-kiwi-bird {
  --fa: "\f535";
  --fa--fa: "\f535\f535";
}

.fa-castle {
  --fa: "\e0de";
  --fa--fa: "\e0de\e0de";
}

.fa-golf-club {
  --fa: "\f451";
  --fa--fa: "\f451\f451";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}

.fa-rotate-right {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-utensils {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}

.fa-chart-pie-simple-circle-dollar {
  --fa: "\e605";
  --fa--fa: "\e605\e605";
}

.fa-balloons {
  --fa: "\e2e4";
  --fa--fa: "\e2e4\e2e4";
}

.fa-mill-sign {
  --fa: "\e1ed";
  --fa--fa: "\e1ed\e1ed";
}

.fa-bowl-rice {
  --fa: "\e2eb";
  --fa--fa: "\e2eb\e2eb";
}

.fa-timeline-arrow {
  --fa: "\e29d";
  --fa--fa: "\e29d\e29d";
}

.fa-skull {
  --fa: "\f54c";
  --fa--fa: "\f54c\f54c";
}

.fa-game-board-simple {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}

.fa-game-board-alt {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}

.fa-circle-video {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}

.fa-video-circle {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}

.fa-chart-scatter-bubble {
  --fa: "\e0e9";
  --fa--fa: "\e0e9\e0e9";
}

.fa-house-turret {
  --fa: "\e1b4";
  --fa--fa: "\e1b4\e1b4";
}

.fa-banana {
  --fa: "\e2e5";
  --fa--fa: "\e2e5\e2e5";
}

.fa-hand-holding-skull {
  --fa: "\e1a4";
  --fa--fa: "\e1a4\e1a4";
}

.fa-people-dress {
  --fa: "\e217";
  --fa--fa: "\e217\e217";
}

.fa-loveseat {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}

.fa-couch-small {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}

.fa-tower-broadcast {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}

.fa-truck-pickup {
  --fa: "\f63c";
  --fa--fa: "\f63c\f63c";
}

.fa-block-quote {
  --fa: "\e0b5";
  --fa--fa: "\e0b5\e0b5";
}

.fa-up-long {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}

.fa-stop {
  --fa: "\f04d";
  --fa--fa: "\f04d\f04d";
}

.fa-code-merge {
  --fa: "\f387";
  --fa--fa: "\f387\f387";
}

.fa-money-check-dollar-pen {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}

.fa-money-check-edit-alt {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}

.fa-up-from-line {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}

.fa-arrow-alt-from-bottom {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}

.fa-upload {
  --fa: "\f093";
  --fa--fa: "\f093\f093";
}

.fa-hurricane {
  --fa: "\f751";
  --fa--fa: "\f751\f751";
}

.fa-grid-round-2-plus {
  --fa: "\e5dc";
  --fa--fa: "\e5dc\e5dc";
}

.fa-people-pants {
  --fa: "\e219";
  --fa--fa: "\e219\e219";
}

.fa-mound {
  --fa: "\e52d";
  --fa--fa: "\e52d\e52d";
}

.fa-windsock {
  --fa: "\f777";
  --fa--fa: "\f777\f777";
}

.fa-circle-half {
  --fa: "\e110";
  --fa--fa: "\e110\e110";
}

.fa-brake-warning {
  --fa: "\e0c7";
  --fa--fa: "\e0c7\e0c7";
}

.fa-toilet-portable {
  --fa: "\e583";
  --fa--fa: "\e583\e583";
}

.fa-compact-disc {
  --fa: "\f51f";
  --fa--fa: "\f51f\f51f";
}

.fa-file-arrow-down {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}

.fa-file-download {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}

.fa-saxophone-fire {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}

.fa-sax-hot {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}

.fa-camera-web-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}

.fa-webcam-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}

.fa-folder-medical {
  --fa: "\e18c";
  --fa--fa: "\e18c\e18c";
}

.fa-folder-gear {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}

.fa-folder-cog {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}

.fa-hand-wave {
  --fa: "\e1a7";
  --fa--fa: "\e1a7\e1a7";
}

.fa-arrow-up-arrow-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}

.fa-sort-up-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}

.fa-caravan {
  --fa: "\f8ff";
  --fa--fa: "\f8ff\f8ff";
}

.fa-shield-cat {
  --fa: "\e572";
  --fa--fa: "\e572\e572";
}

.fa-message-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}

.fa-comment-alt-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}

.fa-bolt {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}

.fa-trash-can-check {
  --fa: "\e2a9";
  --fa--fa: "\e2a9\e2a9";
}

.fa-glass-water {
  --fa: "\e4f4";
  --fa--fa: "\e4f4\e4f4";
}

.fa-oil-well {
  --fa: "\e532";
  --fa--fa: "\e532\e532";
}

.fa-table-cells-column-unlock {
  --fa: "\e690";
  --fa--fa: "\e690\e690";
}

.fa-person-simple {
  --fa: "\e220";
  --fa--fa: "\e220\e220";
}

.fa-arrow-turn-left-up {
  --fa: "\e634";
  --fa--fa: "\e634\e634";
}

.fa-vault {
  --fa: "\e2c5";
  --fa--fa: "\e2c5\e2c5";
}

.fa-mars {
  --fa: "\f222";
  --fa--fa: "\f222\f222";
}

.fa-toilet {
  --fa: "\f7d8";
  --fa--fa: "\f7d8\f7d8";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
  --fa--fa: "\e557\e557";
}

.fa-yen-sign {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-cny {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-jpy {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-rmb {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-yen {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-gear-code {
  --fa: "\e5e8";
  --fa--fa: "\e5e8\e5e8";
}

.fa-notes {
  --fa: "\e202";
  --fa--fa: "\e202\e202";
}

.fa-ruble-sign {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-rouble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-rub {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-ruble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-trash-undo {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}

.fa-trash-arrow-turn-left {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}

.fa-champagne-glass {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}

.fa-glass-champagne {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}

.fa-objects-align-center-horizontal {
  --fa: "\e3bc";
  --fa--fa: "\e3bc\e3bc";
}

.fa-sun {
  --fa: "\f185";
  --fa--fa: "\f185\f185";
}

.fa-trash-can-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}

.fa-trash-alt-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}

.fa-screen-users {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}

.fa-users-class {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}

.fa-guitar {
  --fa: "\f7a6";
  --fa--fa: "\f7a6\f7a6";
}

.fa-square-arrow-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}

.fa-arrow-square-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}

.fa-square-8 {
  --fa: "\e25d";
  --fa--fa: "\e25d\e25d";
}

.fa-face-smile-hearts {
  --fa: "\e390";
  --fa--fa: "\e390\e390";
}

.fa-brackets-square {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}

.fa-brackets {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}

.fa-laptop-arrow-down {
  --fa: "\e1c6";
  --fa--fa: "\e1c6\e1c6";
}

.fa-hockey-stick-puck {
  --fa: "\e3ae";
  --fa--fa: "\e3ae\e3ae";
}

.fa-house-tree {
  --fa: "\e1b3";
  --fa--fa: "\e1b3\e1b3";
}

.fa-signal-fair {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}

.fa-signal-2 {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}

.fa-circle-dollar {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}

.fa-dollar-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}

.fa-usd-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}

.fa-horse-head {
  --fa: "\f7ab";
  --fa--fa: "\f7ab\f7ab";
}

.fa-arrows-repeat {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}

.fa-repeat-alt {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}

.fa-bore-hole {
  --fa: "\e4c3";
  --fa--fa: "\e4c3\e4c3";
}

.fa-industry {
  --fa: "\f275";
  --fa--fa: "\f275\f275";
}

.fa-image-polaroid {
  --fa: "\f8c4";
  --fa--fa: "\f8c4\f8c4";
}

.fa-wave-triangle {
  --fa: "\f89a";
  --fa--fa: "\f89a\f89a";
}

.fa-turn-left-down {
  --fa: "\e637";
  --fa--fa: "\e637\e637";
}

.fa-person-running-fast {
  --fa: "\e5ff";
  --fa--fa: "\e5ff\e5ff";
}

.fa-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}

.fa-grill {
  --fa: "\e5a3";
  --fa--fa: "\e5a3\e5a3";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
  --fa--fa: "\e4c1\e4c1";
}

.fa-chart-mixed {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}

.fa-analytics {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}

.fa-florin-sign {
  --fa: "\e184";
  --fa--fa: "\e184\e184";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-less-than {
  --fa: "\<";
  --fa--fa: "\<\<";
}

.fa-display-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}

.fa-desktop-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}

.fa-face-drooling {
  --fa: "\e372";
  --fa--fa: "\e372\e372";
}

.fa-oil-temperature {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}

.fa-oil-temp {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}

.fa-square-question {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}

.fa-question-square {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}

.fa-air-conditioner {
  --fa: "\f8f4";
  --fa--fa: "\f8f4\f8f4";
}

.fa-angle-down {
  --fa: "\f107";
  --fa--fa: "\f107\f107";
}

.fa-mountains {
  --fa: "\f6fd";
  --fa--fa: "\f6fd\f6fd";
}

.fa-omega {
  --fa: "\f67a";
  --fa--fa: "\f67a\f67a";
}

.fa-car-tunnel {
  --fa: "\e4de";
  --fa--fa: "\e4de\e4de";
}

.fa-person-dolly-empty {
  --fa: "\f4d1";
  --fa--fa: "\f4d1\f4d1";
}

.fa-pan-food {
  --fa: "\e42b";
  --fa--fa: "\e42b\e42b";
}

.fa-head-side-cough {
  --fa: "\e061";
  --fa--fa: "\e061\e061";
}

.fa-grip-lines {
  --fa: "\f7a4";
  --fa--fa: "\f7a4\f7a4";
}

.fa-thumbs-down {
  --fa: "\f165";
  --fa--fa: "\f165\f165";
}

.fa-user-lock {
  --fa: "\f502";
  --fa--fa: "\f502\f502";
}

.fa-arrow-right-long {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}

.fa-tickets-airline {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}

.fa-tickets-perforated-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}

.fa-tickets-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}

.fa-tent-double-peak {
  --fa: "\e627";
  --fa--fa: "\e627\e627";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
  --fa--fa: "\e4ac\e4ac";
}

.fa-ellipsis {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}

.fa-nfc-slash {
  --fa: "\e1fc";
  --fa--fa: "\e1fc\e1fc";
}

.fa-chess-pawn {
  --fa: "\f443";
  --fa--fa: "\f443\f443";
}

.fa-kit-medical {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}

.fa-first-aid {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}

.fa-grid-2-plus {
  --fa: "\e197";
  --fa--fa: "\e197\e197";
}

.fa-bells {
  --fa: "\f77f";
  --fa--fa: "\f77f\f77f";
}

.fa-person-through-window {
  --fa: "\e5a9";
  --fa--fa: "\e5a9\e5a9";
}

.fa-toolbox {
  --fa: "\f552";
  --fa--fa: "\f552\f552";
}

.fa-globe-wifi {
  --fa: "\e685";
  --fa--fa: "\e685\e685";
}

.fa-envelope-dot {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}

.fa-envelope-badge {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}

.fa-magnifying-glass-waveform {
  --fa: "\e661";
  --fa--fa: "\e661\e661";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
  --fa--fa: "\e4fb\e4fb";
}

.fa-bug {
  --fa: "\f188";
  --fa--fa: "\f188\f188";
}

.fa-bowl-chopsticks {
  --fa: "\e2e9";
  --fa--fa: "\e2e9\e2e9";
}

.fa-credit-card {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}

.fa-circle-s {
  --fa: "\e121";
  --fa--fa: "\e121\e121";
}

.fa-box-ballot {
  --fa: "\f735";
  --fa--fa: "\f735\f735";
}

.fa-car {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
  --fa--fa: "\e4f7\e4f7";
}

.fa-user-tie-hair {
  --fa: "\e45f";
  --fa--fa: "\e45f\e45f";
}

.fa-podium-star {
  --fa: "\f758";
  --fa--fa: "\f758\f758";
}

.fa-user-hair-mullet {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-business-front {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-party-back {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-trian-balbot {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-microphone-stand {
  --fa: "\f8cb";
  --fa--fa: "\f8cb\f8cb";
}

.fa-book-open-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}

.fa-family-dress {
  --fa: "\e301";
  --fa--fa: "\e301\e301";
}

.fa-circle-x {
  --fa: "\e12e";
  --fa--fa: "\e12e\e12e";
}

.fa-cabin {
  --fa: "\e46d";
  --fa--fa: "\e46d\e46d";
}

.fa-mountain-sun {
  --fa: "\e52f";
  --fa--fa: "\e52f\e52f";
}

.fa-chart-simple-horizontal {
  --fa: "\e474";
  --fa--fa: "\e474\e474";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
  --fa--fa: "\e4ba\e4ba";
}

.fa-hand-back-point-left {
  --fa: "\e19f";
  --fa--fa: "\e19f\e19f";
}

.fa-message-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}

.fa-comment-alt-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}

.fa-messaging {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}

.fa-file-heart {
  --fa: "\e176";
  --fa--fa: "\e176\e176";
}

.fa-beer-mug {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}

.fa-beer-foam {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}

.fa-dice-d20 {
  --fa: "\f6cf";
  --fa--fa: "\f6cf\f6cf";
}

.fa-drone {
  --fa: "\f85f";
  --fa--fa: "\f85f\f85f";
}

.fa-truck-droplet {
  --fa: "\e58c";
  --fa--fa: "\e58c\e58c";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
  --fa--fa: "\e5a1\e5a1";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}

.fa-temperature-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}

.fa-medal {
  --fa: "\f5a2";
  --fa--fa: "\f5a2\f5a2";
}

.fa-person-fairy {
  --fa: "\e608";
  --fa--fa: "\e608\e608";
}

.fa-bed {
  --fa: "\f236";
  --fa--fa: "\f236\f236";
}

.fa-book-copy {
  --fa: "\e0be";
  --fa--fa: "\e0be\e0be";
}

.fa-square-h {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}

.fa-square-c {
  --fa: "\e266";
  --fa--fa: "\e266\e266";
}

.fa-clock-two {
  --fa: "\e35a";
  --fa--fa: "\e35a\e35a";
}

.fa-square-ellipsis-vertical {
  --fa: "\e26f";
  --fa--fa: "\e26f\e26f";
}

.fa-calendar-users {
  --fa: "\e5e2";
  --fa--fa: "\e5e2\e5e2";
}

.fa-podcast {
  --fa: "\f2ce";
  --fa--fa: "\f2ce\f2ce";
}

.fa-bee {
  --fa: "\e0b2";
  --fa--fa: "\e0b2\e0b2";
}

.fa-temperature-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-bell {
  --fa: "\f0f3";
  --fa--fa: "\f0f3\f0f3";
}

.fa-candy-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}

.fa-chocolate-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}

.fa-xmark-large {
  --fa: "\e59b";
  --fa--fa: "\e59b\e59b";
}

.fa-pinata {
  --fa: "\e3c3";
  --fa--fa: "\e3c3\e3c3";
}

.fa-file-ppt {
  --fa: "\e64a";
  --fa--fa: "\e64a\e64a";
}

.fa-arrows-from-line {
  --fa: "\e0a4";
  --fa--fa: "\e0a4\e0a4";
}

.fa-superscript {
  --fa: "\f12b";
  --fa--fa: "\f12b\f12b";
}

.fa-bowl-spoon {
  --fa: "\e3e0";
  --fa--fa: "\e3e0\e3e0";
}

.fa-hexagon-check {
  --fa: "\e416";
  --fa--fa: "\e416\e416";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
  --fa--fa: "\e560\e560";
}

.fa-star-of-life {
  --fa: "\f621";
  --fa--fa: "\f621\f621";
}

.fa-phone-slash {
  --fa: "\f3dd";
  --fa--fa: "\f3dd\f3dd";
}

.fa-traffic-light-stop {
  --fa: "\f63a";
  --fa--fa: "\f63a\f63a";
}

.fa-paint-roller {
  --fa: "\f5aa";
  --fa--fa: "\f5aa\f5aa";
}

.fa-accent-grave {
  --fa: "\`";
  --fa--fa: "\`\`";
}

.fa-handshake-angle {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}

.fa-circle-0 {
  --fa: "\e0ed";
  --fa--fa: "\e0ed\e0ed";
}

.fa-dial-med-low {
  --fa: "\e160";
  --fa--fa: "\e160\e160";
}

.fa-location-dot {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}

.fa-crab {
  --fa: "\e3ff";
  --fa--fa: "\e3ff\e3ff";
}

.fa-box-open-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}

.fa-box-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}

.fa-file {
  --fa: "\f15b";
  --fa--fa: "\f15b\f15b";
}

.fa-greater-than {
  --fa: "\>";
  --fa--fa: "\>\>";
}

.fa-quotes {
  --fa: "\e234";
  --fa--fa: "\e234\e234";
}

.fa-pretzel {
  --fa: "\e441";
  --fa--fa: "\e441\e441";
}

.fa-t-rex {
  --fa: "\e629";
  --fa--fa: "\e629\e629";
}

.fa-person-swimming {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}

.fa-arrow-down {
  --fa: "\f063";
  --fa--fa: "\f063\f063";
}

.fa-user-robot-xmarks {
  --fa: "\e4a7";
  --fa--fa: "\e4a7\e4a7";
}

.fa-message-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}

.fa-comment-alt-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}

.fa-candy-corn {
  --fa: "\f6bd";
  --fa--fa: "\f6bd\f6bd";
}

.fa-folder-magnifying-glass {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}

.fa-folder-search {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}

.fa-notebook {
  --fa: "\e201";
  --fa--fa: "\e201\e201";
}

.fa-circle-wifi {
  --fa: "\e67d";
  --fa--fa: "\e67d\e67d";
}

.fa-droplet {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}

.fa-tint {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}

.fa-bullseye-pointer {
  --fa: "\f649";
  --fa--fa: "\f649\f649";
}

.fa-eraser {
  --fa: "\f12d";
  --fa--fa: "\f12d\f12d";
}

.fa-hexagon-image {
  --fa: "\e504";
  --fa--fa: "\e504\e504";
}

.fa-earth-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-earth {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-file-svg {
  --fa: "\e64b";
  --fa--fa: "\e64b\e64b";
}

.fa-crate-apple {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}

.fa-apple-crate {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}

.fa-person-burst {
  --fa: "\e53b";
  --fa--fa: "\e53b\e53b";
}

.fa-game-board {
  --fa: "\f867";
  --fa--fa: "\f867\f867";
}

.fa-hat-chef {
  --fa: "\f86b";
  --fa--fa: "\f86b\f86b";
}

.fa-hand-back-point-right {
  --fa: "\e1a1";
  --fa--fa: "\e1a1\e1a1";
}

.fa-dove {
  --fa: "\f4ba";
  --fa--fa: "\f4ba\f4ba";
}

.fa-snowflake-droplets {
  --fa: "\e5c1";
  --fa--fa: "\e5c1\e5c1";
}

.fa-battery-empty {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}

.fa-battery-0 {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}

.fa-grid-4 {
  --fa: "\e198";
  --fa--fa: "\e198\e198";
}

.fa-socks {
  --fa: "\f696";
  --fa--fa: "\f696\f696";
}

.fa-face-sunglasses {
  --fa: "\e398";
  --fa--fa: "\e398\e398";
}

.fa-inbox {
  --fa: "\f01c";
  --fa--fa: "\f01c\f01c";
}

.fa-square-0 {
  --fa: "\e255";
  --fa--fa: "\e255\e255";
}

.fa-section {
  --fa: "\e447";
  --fa--fa: "\e447\e447";
}

.fa-square-this-way-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}

.fa-box-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}

.fa-gauge-high {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-square-ampersand {
  --fa: "\e260";
  --fa--fa: "\e260\e260";
}

.fa-envelope-open-text {
  --fa: "\f658";
  --fa--fa: "\f658\f658";
}

.fa-lamp-desk {
  --fa: "\e014";
  --fa--fa: "\e014\e014";
}

.fa-hospital {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-poll-people {
  --fa: "\f759";
  --fa--fa: "\f759\f759";
}

.fa-whiskey-glass-ice {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}

.fa-glass-whiskey-rocks {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}

.fa-wine-bottle {
  --fa: "\f72f";
  --fa--fa: "\f72f\f72f";
}

.fa-chess-rook {
  --fa: "\f447";
  --fa--fa: "\f447\f447";
}

.fa-user-bounty-hunter {
  --fa: "\e2bf";
  --fa--fa: "\e2bf\e2bf";
}

.fa-bars-staggered {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-reorder {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-stream {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-diagram-sankey {
  --fa: "\e158";
  --fa--fa: "\e158\e158";
}

.fa-cloud-hail-mixed {
  --fa: "\f73a";
  --fa--fa: "\f73a\f73a";
}

.fa-circle-up-left {
  --fa: "\e128";
  --fa--fa: "\e128\e128";
}

.fa-dharmachakra {
  --fa: "\f655";
  --fa--fa: "\f655\f655";
}

.fa-objects-align-left {
  --fa: "\e3be";
  --fa--fa: "\e3be\e3be";
}

.fa-oil-can-drip {
  --fa: "\e205";
  --fa--fa: "\e205\e205";
}

.fa-face-smiling-hands {
  --fa: "\e396";
  --fa--fa: "\e396\e396";
}

.fa-broccoli {
  --fa: "\e3e2";
  --fa--fa: "\e3e2\e3e2";
}

.fa-route-interstate {
  --fa: "\f61b";
  --fa--fa: "\f61b\f61b";
}

.fa-ear-muffs {
  --fa: "\f795";
  --fa--fa: "\f795\f795";
}

.fa-hotdog {
  --fa: "\f80f";
  --fa--fa: "\f80f\f80f";
}

.fa-transporter-empty {
  --fa: "\e046";
  --fa--fa: "\e046\e046";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}

.fa-blind {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}

.fa-angle-90 {
  --fa: "\e08d";
  --fa--fa: "\e08d\e08d";
}

.fa-rectangle-terminal {
  --fa: "\e236";
  --fa--fa: "\e236\e236";
}

.fa-kite {
  --fa: "\f6f4";
  --fa--fa: "\f6f4\f6f4";
}

.fa-drum {
  --fa: "\f569";
  --fa--fa: "\f569\f569";
}

.fa-scrubber {
  --fa: "\f2f8";
  --fa--fa: "\f2f8\f2f8";
}

.fa-ice-cream {
  --fa: "\f810";
  --fa--fa: "\f810\f810";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
  --fa--fa: "\e4fc\e4fc";
}

.fa-fish-bones {
  --fa: "\e304";
  --fa--fa: "\e304\e304";
}

.fa-deer-rudolph {
  --fa: "\f78f";
  --fa--fa: "\f78f\f78f";
}

.fa-fax {
  --fa: "\f1ac";
  --fa--fa: "\f1ac\f1ac";
}

.fa-paragraph {
  --fa: "\f1dd";
  --fa--fa: "\f1dd\f1dd";
}

.fa-head-side-heart {
  --fa: "\e1aa";
  --fa--fa: "\e1aa\e1aa";
}

.fa-square-e {
  --fa: "\e26d";
  --fa--fa: "\e26d\e26d";
}

.fa-meter-fire {
  --fa: "\e1eb";
  --fa--fa: "\e1eb\e1eb";
}

.fa-cloud-hail {
  --fa: "\f739";
  --fa--fa: "\f739\f739";
}

.fa-check-to-slot {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}

.fa-vote-yea {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}

.fa-money-from-bracket {
  --fa: "\e312";
  --fa--fa: "\e312\e312";
}

.fa-star-half {
  --fa: "\f089";
  --fa--fa: "\f089\f089";
}

.fa-car-bus {
  --fa: "\f85a";
  --fa--fa: "\f85a\f85a";
}

.fa-speaker {
  --fa: "\f8df";
  --fa--fa: "\f8df\f8df";
}

.fa-timer {
  --fa: "\e29e";
  --fa--fa: "\e29e\e29e";
}

.fa-boxes-stacked {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-boxes {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-landmark-magnifying-glass {
  --fa: "\e622";
  --fa--fa: "\e622\e622";
}

.fa-grill-hot {
  --fa: "\e5a5";
  --fa--fa: "\e5a5\e5a5";
}

.fa-ballot-check {
  --fa: "\f733";
  --fa--fa: "\f733\f733";
}

.fa-link {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}

.fa-ear-listen {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}

.fa-file-minus {
  --fa: "\f318";
  --fa--fa: "\f318\f318";
}

.fa-tree-city {
  --fa: "\e587";
  --fa--fa: "\e587\e587";
}

.fa-play {
  --fa: "\f04b";
  --fa--fa: "\f04b\f04b";
}

.fa-font {
  --fa: "\f031";
  --fa--fa: "\f031\f031";
}

.fa-cup-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}

.fa-coffee-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}

.fa-square-down-left {
  --fa: "\e26b";
  --fa--fa: "\e26b\e26b";
}

.fa-burger-lettuce {
  --fa: "\e3e3";
  --fa--fa: "\e3e3\e3e3";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
  --fa--fa: "\e67a\e67a";
}

.fa-rupiah-sign {
  --fa: "\e23d";
  --fa--fa: "\e23d\e23d";
}

.fa-magnifying-glass {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}

.fa-search {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}

.fa-diagnoses {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}

.fa-chevrons-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}

.fa-chevron-double-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}

.fa-signal-good {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}

.fa-signal-3 {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}

.fa-location-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}

.fa-map-marker-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}

.fa-floppy-disk-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-floppy-disk-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-save-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-save-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-naira-sign {
  --fa: "\e1f6";
  --fa--fa: "\e1f6\e1f6";
}

.fa-peach {
  --fa: "\e20b";
  --fa--fa: "\e20b\e20b";
}

.fa-circles-overlap-3 {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}

.fa-pronoun {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}

.fa-taxi-bus {
  --fa: "\e298";
  --fa--fa: "\e298\e298";
}

.fa-bracket-curly {
  --fa: "\{";
  --fa--fa: "\{\{";
}

.fa-bracket-curly-left {
  --fa: "\{";
  --fa--fa: "\{\{";
}

.fa-lobster {
  --fa: "\e421";
  --fa--fa: "\e421\e421";
}

.fa-cart-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}

.fa-dolly-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}

.fa-colon {
  --fa: "\:";
  --fa--fa: "\:\:";
}

.fa-cart-arrow-down {
  --fa: "\f218";
  --fa--fa: "\f218\f218";
}

.fa-wand {
  --fa: "\f72a";
  --fa--fa: "\f72a\f72a";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
  --fa--fa: "\f8ef\f8ef";
}

.fa-file-pen {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}

.fa-receipt {
  --fa: "\f543";
  --fa--fa: "\f543\f543";
}

.fa-table-picnic {
  --fa: "\e32d";
  --fa--fa: "\e32d\e32d";
}

.fa-square-pen {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-circle-microphone-lines {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}

.fa-microphone-circle-alt {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}

.fa-display-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}

.fa-desktop-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
  --fa--fa: "\f5c1\f5c1";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
  --fa--fa: "\e53f\e53f";
}

.fa-transporter-2 {
  --fa: "\e044";
  --fa--fa: "\e044\e044";
}

.fa-user-hoodie {
  --fa: "\e68a";
  --fa--fa: "\e68a\e68a";
}

.fa-hands-holding-diamond {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}

.fa-hand-receiving {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}

.fa-money-bill-simple-wave {
  --fa: "\e1f2";
  --fa--fa: "\e1f2\e1f2";
}

.fa-chevron-down {
  --fa: "\f078";
  --fa--fa: "\f078\f078";
}

.fa-battery-full {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-battery {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-battery-5 {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-bell-plus {
  --fa: "\f849";
  --fa--fa: "\f849\f849";
}

.fa-book-arrow-right {
  --fa: "\e0b9";
  --fa--fa: "\e0b9\e0b9";
}

.fa-hospitals {
  --fa: "\f80e";
  --fa--fa: "\f80e\f80e";
}

.fa-club {
  --fa: "\f327";
  --fa--fa: "\f327\f327";
}

.fa-skull-crossbones {
  --fa: "\f714";
  --fa--fa: "\f714\f714";
}

.fa-droplet-degree {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}

.fa-dewpoint {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}

.fa-code-compare {
  --fa: "\e13a";
  --fa--fa: "\e13a\e13a";
}

.fa-list-ul {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}

.fa-hand-holding-magic {
  --fa: "\f6e5";
  --fa--fa: "\f6e5\f6e5";
}

.fa-watermelon-slice {
  --fa: "\e337";
  --fa--fa: "\e337\e337";
}

.fa-circle-ellipsis {
  --fa: "\e10a";
  --fa--fa: "\e10a\e10a";
}

.fa-school-lock {
  --fa: "\e56f";
  --fa--fa: "\e56f\e56f";
}

.fa-tower-cell {
  --fa: "\e585";
  --fa--fa: "\e585\e585";
}

.fa-sd-cards {
  --fa: "\e240";
  --fa--fa: "\e240\e240";
}

.fa-jug-bottle {
  --fa: "\e5fb";
  --fa--fa: "\e5fb\e5fb";
}

.fa-down-long {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}

.fa-envelopes {
  --fa: "\e170";
  --fa--fa: "\e170\e170";
}

.fa-phone-office {
  --fa: "\f67d";
  --fa--fa: "\f67d\f67d";
}

.fa-ranking-star {
  --fa: "\e561";
  --fa--fa: "\e561\e561";
}

.fa-chess-king {
  --fa: "\f43f";
  --fa--fa: "\f43f\f43f";
}

.fa-nfc-pen {
  --fa: "\e1fa";
  --fa--fa: "\e1fa\e1fa";
}

.fa-person-harassing {
  --fa: "\e549";
  --fa--fa: "\e549\e549";
}

.fa-magnifying-glass-play {
  --fa: "\e660";
  --fa--fa: "\e660\e660";
}

.fa-hat-winter {
  --fa: "\f7a8";
  --fa--fa: "\f7a8\f7a8";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
  --fa--fa: "\e46c\e46c";
}

.fa-landmark-dome {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}

.fa-bone-break {
  --fa: "\f5d8";
  --fa--fa: "\f5d8\f5d8";
}

.fa-arrow-up {
  --fa: "\f062";
  --fa--fa: "\f062\f062";
}

.fa-down-from-dotted-line {
  --fa: "\e407";
  --fa--fa: "\e407\e407";
}

.fa-tv {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-television {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-border-left {
  --fa: "\f84f";
  --fa--fa: "\f84f\f84f";
}

.fa-circle-divide {
  --fa: "\e106";
  --fa--fa: "\e106\e106";
}

.fa-shrimp {
  --fa: "\e448";
  --fa--fa: "\e448\e448";
}

.fa-list-check {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}

.fa-diagram-subtask {
  --fa: "\e479";
  --fa--fa: "\e479\e479";
}

.fa-jug-detergent {
  --fa: "\e519";
  --fa--fa: "\e519\e519";
}

.fa-circle-user {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}

.fa-square-y {
  --fa: "\e287";
  --fa--fa: "\e287\e287";
}

.fa-user-doctor-hair {
  --fa: "\e458";
  --fa--fa: "\e458\e458";
}

.fa-planet-ringed {
  --fa: "\e020";
  --fa--fa: "\e020\e020";
}

.fa-mushroom {
  --fa: "\e425";
  --fa--fa: "\e425\e425";
}

.fa-user-shield {
  --fa: "\f505";
  --fa--fa: "\f505\f505";
}

.fa-megaphone {
  --fa: "\f675";
  --fa--fa: "\f675\f675";
}

.fa-wreath-laurel {
  --fa: "\e5d2";
  --fa--fa: "\e5d2\e5d2";
}

.fa-circle-exclamation-check {
  --fa: "\e10d";
  --fa--fa: "\e10d\e10d";
}

.fa-wind {
  --fa: "\f72e";
  --fa--fa: "\f72e\f72e";
}

.fa-box-dollar {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}

.fa-box-usd {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}

.fa-car-burst {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}

.fa-y {
  --fa: "Y";
  --fa--fa: "YY";
}

.fa-user-headset {
  --fa: "\f82d";
  --fa--fa: "\f82d\f82d";
}

.fa-arrows-retweet {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}

.fa-retweet-alt {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}

.fa-square-chevron-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}

.fa-chevron-square-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}

.fa-lacrosse-stick-ball {
  --fa: "\e3b6";
  --fa--fa: "\e3b6\e3b6";
}

.fa-truck-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}

.fa-user-magnifying-glass {
  --fa: "\e5c5";
  --fa--fa: "\e5c5\e5c5";
}

.fa-star-sharp {
  --fa: "\e28b";
  --fa--fa: "\e28b\e28b";
}

.fa-comment-heart {
  --fa: "\e5c8";
  --fa--fa: "\e5c8\e5c8";
}

.fa-circle-1 {
  --fa: "\e0ee";
  --fa--fa: "\e0ee\e0ee";
}

.fa-circle-star {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}

.fa-star-circle {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}

.fa-fish {
  --fa: "\f578";
  --fa--fa: "\f578\f578";
}

.fa-cloud-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}

.fa-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}

.fa-waffle {
  --fa: "\e466";
  --fa--fa: "\e466\e466";
}

.fa-music-note {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}

.fa-music-alt {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}

.fa-hexagon-exclamation {
  --fa: "\e417";
  --fa--fa: "\e417\e417";
}

.fa-cart-shopping-fast {
  --fa: "\e0dc";
  --fa--fa: "\e0dc\e0dc";
}

.fa-object-union {
  --fa: "\e49f";
  --fa--fa: "\e49f\e49f";
}

.fa-user-graduate {
  --fa: "\f501";
  --fa--fa: "\f501\f501";
}

.fa-starfighter {
  --fa: "\e037";
  --fa--fa: "\e037\e037";
}

.fa-circle-half-stroke {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}

.fa-adjust {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}

.fa-arrow-right-long-to-line {
  --fa: "\e3d5";
  --fa--fa: "\e3d5\e3d5";
}

.fa-square-arrow-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}

.fa-arrow-square-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}

.fa-diamond-half-stroke {
  --fa: "\e5b8";
  --fa--fa: "\e5b8\e5b8";
}

.fa-clapperboard {
  --fa: "\e131";
  --fa--fa: "\e131\e131";
}

.fa-square-chevron-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}

.fa-chevron-square-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}

.fa-phone-intercom {
  --fa: "\e434";
  --fa--fa: "\e434\e434";
}

.fa-link-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}

.fa-chain-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}

.fa-mango {
  --fa: "\e30f";
  --fa--fa: "\e30f\e30f";
}

.fa-music-note-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}

.fa-music-alt-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}

.fa-circle-radiation {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}

.fa-face-tongue-sweat {
  --fa: "\e39e";
  --fa--fa: "\e39e\e39e";
}

.fa-globe-stand {
  --fa: "\f5f6";
  --fa--fa: "\f5f6\f5f6";
}

.fa-baseball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}

.fa-circle-p {
  --fa: "\e11a";
  --fa--fa: "\e11a\e11a";
}

.fa-award-simple {
  --fa: "\e0ab";
  --fa--fa: "\e0ab\e0ab";
}

.fa-jet-fighter-up {
  --fa: "\e518";
  --fa--fa: "\e518\e518";
}

.fa-diagram-project {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}

.fa-project-diagram {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}

.fa-pedestal {
  --fa: "\e20d";
  --fa--fa: "\e20d\e20d";
}

.fa-chart-pyramid {
  --fa: "\e0e6";
  --fa--fa: "\e0e6\e0e6";
}

.fa-sidebar {
  --fa: "\e24e";
  --fa--fa: "\e24e\e24e";
}

.fa-snowman-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}

.fa-frosty-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}

.fa-copy {
  --fa: "\f0c5";
  --fa--fa: "\f0c5\f0c5";
}

.fa-burger-glass {
  --fa: "\e0ce";
  --fa--fa: "\e0ce\e0ce";
}

.fa-volume-xmark {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-hand-sparkles {
  --fa: "\e05d";
  --fa--fa: "\e05d\e05d";
}

.fa-bars-filter {
  --fa: "\e0ad";
  --fa--fa: "\e0ad\e0ad";
}

.fa-paintbrush-pencil {
  --fa: "\e206";
  --fa--fa: "\e206\e206";
}

.fa-party-bell {
  --fa: "\e31a";
  --fa--fa: "\e31a\e31a";
}

.fa-user-vneck-hair {
  --fa: "\e462";
  --fa--fa: "\e462\e462";
}

.fa-jack-o-lantern {
  --fa: "\f30e";
  --fa--fa: "\f30e\f30e";
}

.fa-grip {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}

.fa-share-from-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}

.fa-share-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}

.fa-keynote {
  --fa: "\f66c";
  --fa--fa: "\f66c\f66c";
}

.fa-child-combatant {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}

.fa-gun {
  --fa: "\e19b";
  --fa--fa: "\e19b\e19b";
}

.fa-square-phone {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}

.fa-phone-square {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}

.fa-hat-beach {
  --fa: "\e606";
  --fa--fa: "\e606\e606";
}

.fa-plus {
  --fa: "\+";
  --fa--fa: "\+\+";
}

.fa-add {
  --fa: "\+";
  --fa--fa: "\+\+";
}

.fa-expand {
  --fa: "\f065";
  --fa--fa: "\f065\f065";
}

.fa-computer {
  --fa: "\e4e5";
  --fa--fa: "\e4e5\e4e5";
}

.fa-fort {
  --fa: "\e486";
  --fa--fa: "\e486\e486";
}

.fa-cloud-check {
  --fa: "\e35c";
  --fa--fa: "\e35c\e35c";
}

.fa-xmark {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-close {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-multiply {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-remove {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-times {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-face-smirking {
  --fa: "\e397";
  --fa--fa: "\e397\e397";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}

.fa-arrows {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}

.fa-chalkboard-user {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}

.fa-rhombus {
  --fa: "\e23b";
  --fa--fa: "\e23b\e23b";
}

.fa-claw-marks {
  --fa: "\f6c2";
  --fa--fa: "\f6c2\f6c2";
}

.fa-peso-sign {
  --fa: "\e222";
  --fa--fa: "\e222\e222";
}

.fa-face-smile-tongue {
  --fa: "\e394";
  --fa--fa: "\e394\e394";
}

.fa-cart-circle-xmark {
  --fa: "\e3f4";
  --fa--fa: "\e3f4\e3f4";
}

.fa-building-shield {
  --fa: "\e4d8";
  --fa--fa: "\e4d8\e4d8";
}

.fa-circle-phone-flip {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}

.fa-phone-circle-alt {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}

.fa-baby {
  --fa: "\f77c";
  --fa--fa: "\f77c\f77c";
}

.fa-users-line {
  --fa: "\e592";
  --fa--fa: "\e592\e592";
}

.fa-quote-left {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}

.fa-tractor {
  --fa: "\f722";
  --fa--fa: "\f722\f722";
}

.fa-down-from-bracket {
  --fa: "\e66b";
  --fa--fa: "\e66b\e66b";
}

.fa-key-skeleton {
  --fa: "\f6f3";
  --fa--fa: "\f6f3\f6f3";
}

.fa-trash-arrow-up {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}

.fa-trash-restore {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
  --fa--fa: "\e4b0\e4b0";
}

.fa-arrow-down-to-bracket {
  --fa: "\e094";
  --fa--fa: "\e094\e094";
}

.fa-lines-leaning {
  --fa: "\e51e";
  --fa--fa: "\e51e\e51e";
}

.fa-square-q {
  --fa: "\e27b";
  --fa--fa: "\e27b\e27b";
}

.fa-ruler-combined {
  --fa: "\f546";
  --fa--fa: "\f546\f546";
}

.fa-symbols {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}

.fa-icons-alt {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}

.fa-copyright {
  --fa: "\f1f9";
  --fa--fa: "\f1f9\f1f9";
}

.fa-flask-gear {
  --fa: "\e5f1";
  --fa--fa: "\e5f1\e5f1";
}

.fa-highlighter-line {
  --fa: "\e1af";
  --fa--fa: "\e1af\e1af";
}

.fa-bracket-square {
  --fa: "\[";
  --fa--fa: "\[\[";
}

.fa-bracket {
  --fa: "\[";
  --fa--fa: "\[\[";
}

.fa-bracket-left {
  --fa: "\[";
  --fa--fa: "\[\[";
}

.fa-island-tropical {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}

.fa-island-tree-palm {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}

.fa-arrow-right-from-line {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}

.fa-arrow-from-left {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}

.fa-h2 {
  --fa: "\f314";
  --fa--fa: "\f314\f314";
}

.fa-equals {
  --fa: "\=";
  --fa--fa: "\=\=";
}

.fa-cake-slice {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}

.fa-shortcake {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}

.fa-building-magnifying-glass {
  --fa: "\e61c";
  --fa--fa: "\e61c\e61c";
}

.fa-peanut {
  --fa: "\e430";
  --fa--fa: "\e430\e430";
}

.fa-wrench-simple {
  --fa: "\e2d1";
  --fa--fa: "\e2d1\e2d1";
}

.fa-blender {
  --fa: "\f517";
  --fa--fa: "\f517\f517";
}

.fa-teeth {
  --fa: "\f62e";
  --fa--fa: "\f62e\f62e";
}

.fa-tally-2 {
  --fa: "\e295";
  --fa--fa: "\e295\e295";
}

.fa-shekel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-ils {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-shekel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-cars {
  --fa: "\f85b";
  --fa--fa: "\f85b\f85b";
}

.fa-axe-battle {
  --fa: "\f6b3";
  --fa--fa: "\f6b3\f6b3";
}

.fa-user-hair-long {
  --fa: "\e45b";
  --fa--fa: "\e45b\e45b";
}

.fa-map {
  --fa: "\f279";
  --fa--fa: "\f279\f279";
}

.fa-arrow-left-from-arc {
  --fa: "\e615";
  --fa--fa: "\e615\e615";
}

.fa-file-circle-info {
  --fa: "\e493";
  --fa--fa: "\e493\e493";
}

.fa-face-disappointed {
  --fa: "\e36f";
  --fa--fa: "\e36f\e36f";
}

.fa-lasso-sparkles {
  --fa: "\e1c9";
  --fa--fa: "\e1c9\e1c9";
}

.fa-clock-eleven {
  --fa: "\e347";
  --fa--fa: "\e347\e347";
}

.fa-rocket {
  --fa: "\f135";
  --fa--fa: "\f135\f135";
}

.fa-siren-on {
  --fa: "\e02e";
  --fa--fa: "\e02e\e02e";
}

.fa-clock-ten {
  --fa: "\e354";
  --fa--fa: "\e354\e354";
}

.fa-candle-holder {
  --fa: "\f6bc";
  --fa--fa: "\f6bc\f6bc";
}

.fa-video-arrow-down-left {
  --fa: "\e2c8";
  --fa--fa: "\e2c8\e2c8";
}

.fa-photo-film {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}

.fa-floppy-disk-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}

.fa-save-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}

.fa-folder-minus {
  --fa: "\f65d";
  --fa--fa: "\f65d\f65d";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
  --fa--fa: "\e69a\e69a";
}

.fa-planet-moon {
  --fa: "\e01f";
  --fa--fa: "\e01f\e01f";
}

.fa-face-eyes-xmarks {
  --fa: "\e374";
  --fa--fa: "\e374\e374";
}

.fa-chart-scatter {
  --fa: "\f7ee";
  --fa--fa: "\f7ee\f7ee";
}

.fa-circle-gf {
  --fa: "\e67f";
  --fa--fa: "\e67f\e67f";
}

.fa-display-arrow-down {
  --fa: "\e164";
  --fa--fa: "\e164\e164";
}

.fa-store {
  --fa: "\f54e";
  --fa--fa: "\f54e\f54e";
}

.fa-arrow-trend-up {
  --fa: "\e098";
  --fa--fa: "\e098\e098";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
  --fa--fa: "\e55e\e55e";
}

.fa-olive-branch {
  --fa: "\e317";
  --fa--fa: "\e317\e317";
}

.fa-angle {
  --fa: "\e08c";
  --fa--fa: "\e08c\e08c";
}

.fa-vacuum-robot {
  --fa: "\e04e";
  --fa--fa: "\e04e\e04e";
}

.fa-sign-hanging {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}

.fa-square-divide {
  --fa: "\e26a";
  --fa--fa: "\e26a\e26a";
}

.fa-folder-check {
  --fa: "\e64e";
  --fa--fa: "\e64e\e64e";
}

.fa-signal-stream-slash {
  --fa: "\e250";
  --fa--fa: "\e250\e250";
}

.fa-bezier-curve {
  --fa: "\f55b";
  --fa--fa: "\f55b\f55b";
}

.fa-eye-dropper-half {
  --fa: "\e173";
  --fa--fa: "\e173\e173";
}

.fa-store-lock {
  --fa: "\e4a6";
  --fa--fa: "\e4a6\e4a6";
}

.fa-bell-slash {
  --fa: "\f1f6";
  --fa--fa: "\f1f6\f1f6";
}

.fa-cloud-bolt-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}

.fa-thunderstorm-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}

.fa-camera-slash {
  --fa: "\e0d9";
  --fa--fa: "\e0d9\e0d9";
}

.fa-comment-quote {
  --fa: "\e14c";
  --fa--fa: "\e14c\e14c";
}

.fa-tablet {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}

.fa-school-flag {
  --fa: "\e56e";
  --fa--fa: "\e56e\e56e";
}

.fa-message-code {
  --fa: "\e1df";
  --fa--fa: "\e1df\e1df";
}

.fa-glass-half {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}

.fa-glass-half-empty {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}

.fa-glass-half-full {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}

.fa-fill {
  --fa: "\f575";
  --fa--fa: "\f575\f575";
}

.fa-message-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}

.fa-comment-alt-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}

.fa-angle-up {
  --fa: "\f106";
  --fa--fa: "\f106\f106";
}

.fa-dinosaur {
  --fa: "\e5fe";
  --fa--fa: "\e5fe\e5fe";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
  --fa--fa: "\f6d7\f6d7";
}

.fa-link-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}

.fa-chain-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}

.fa-holly-berry {
  --fa: "\f7aa";
  --fa--fa: "\f7aa\f7aa";
}

.fa-nose {
  --fa: "\e5bd";
  --fa--fa: "\e5bd\e5bd";
}

.fa-arrow-left-to-arc {
  --fa: "\e616";
  --fa--fa: "\e616\e616";
}

.fa-chevron-left {
  --fa: "\f053";
  --fa--fa: "\f053\f053";
}

.fa-bacteria {
  --fa: "\e059";
  --fa--fa: "\e059\e059";
}

.fa-clouds {
  --fa: "\f744";
  --fa--fa: "\f744\f744";
}

.fa-money-bill-simple {
  --fa: "\e1f1";
  --fa--fa: "\e1f1\e1f1";
}

.fa-hand-lizard {
  --fa: "\f258";
  --fa--fa: "\f258\f258";
}

.fa-table-pivot {
  --fa: "\e291";
  --fa--fa: "\e291\e291";
}

.fa-filter-slash {
  --fa: "\e17d";
  --fa--fa: "\e17d\e17d";
}

.fa-trash-can-undo {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}

.fa-trash-can-arrow-turn-left {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}

.fa-trash-undo-alt {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}

.fa-notdef {
  --fa: "\e1fe";
  --fa--fa: "\e1fe\e1fe";
}

.fa-disease {
  --fa: "\f7fa";
  --fa--fa: "\f7fa\f7fa";
}

.fa-person-to-door {
  --fa: "\e433";
  --fa--fa: "\e433\e433";
}

.fa-turntable {
  --fa: "\f8e4";
  --fa--fa: "\f8e4\f8e4";
}

.fa-briefcase-medical {
  --fa: "\f469";
  --fa--fa: "\f469\f469";
}

.fa-genderless {
  --fa: "\f22d";
  --fa--fa: "\f22d\f22d";
}

.fa-chevron-right {
  --fa: "\f054";
  --fa--fa: "\f054\f054";
}

.fa-signal-weak {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}

.fa-signal-1 {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}

.fa-clock-five {
  --fa: "\e349";
  --fa--fa: "\e349\e349";
}

.fa-retweet {
  --fa: "\f079";
  --fa--fa: "\f079\f079";
}

.fa-car-rear {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}

.fa-pump-soap {
  --fa: "\e06b";
  --fa--fa: "\e06b\e06b";
}

.fa-computer-classic {
  --fa: "\f8b1";
  --fa--fa: "\f8b1\f8b1";
}

.fa-frame {
  --fa: "\e495";
  --fa--fa: "\e495\e495";
}

.fa-video-slash {
  --fa: "\f4e2";
  --fa--fa: "\f4e2\f4e2";
}

.fa-battery-quarter {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}

.fa-battery-2 {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}

.fa-ellipsis-stroke {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}

.fa-ellipsis-h-alt {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}

.fa-radio {
  --fa: "\f8d7";
  --fa--fa: "\f8d7\f8d7";
}

.fa-baby-carriage {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}

.fa-face-expressionless {
  --fa: "\e373";
  --fa--fa: "\e373\e373";
}

.fa-down-to-dotted-line {
  --fa: "\e408";
  --fa--fa: "\e408\e408";
}

.fa-cloud-music {
  --fa: "\f8ae";
  --fa--fa: "\f8ae\f8ae";
}

.fa-traffic-light {
  --fa: "\f637";
  --fa--fa: "\f637\f637";
}

.fa-cloud-minus {
  --fa: "\e35d";
  --fa--fa: "\e35d\e35d";
}

.fa-thermometer {
  --fa: "\f491";
  --fa--fa: "\f491\f491";
}

.fa-shield-minus {
  --fa: "\e249";
  --fa--fa: "\e249\e249";
}

.fa-vr-cardboard {
  --fa: "\f729";
  --fa--fa: "\f729\f729";
}

.fa-car-tilt {
  --fa: "\f5e5";
  --fa--fa: "\f5e5\f5e5";
}

.fa-gauge-circle-minus {
  --fa: "\e497";
  --fa--fa: "\e497\e497";
}

.fa-brightness-low {
  --fa: "\e0ca";
  --fa--fa: "\e0ca\e0ca";
}

.fa-hand-middle-finger {
  --fa: "\f806";
  --fa--fa: "\f806\f806";
}

.fa-percent {
  --fa: "\%";
  --fa--fa: "\%\%";
}

.fa-percentage {
  --fa: "\%";
  --fa--fa: "\%\%";
}

.fa-truck-moving {
  --fa: "\f4df";
  --fa--fa: "\f4df\f4df";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
  --fa--fa: "\e4f5\e4f5";
}

.fa-conveyor-belt {
  --fa: "\f46e";
  --fa--fa: "\f46e\f46e";
}

.fa-location-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}

.fa-map-marker-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}

.fa-coin-vertical {
  --fa: "\e3fd";
  --fa--fa: "\e3fd\e3fd";
}

.fa-display {
  --fa: "\e163";
  --fa--fa: "\e163\e163";
}

.fa-person-sign {
  --fa: "\f757";
  --fa--fa: "\f757\f757";
}

.fa-face-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}

.fa-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}

.fa-phone-hangup {
  --fa: "\e225";
  --fa--fa: "\e225\e225";
}

.fa-signature-slash {
  --fa: "\e3cb";
  --fa--fa: "\e3cb\e3cb";
}

.fa-thumbtack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}

.fa-wheat-slash {
  --fa: "\e339";
  --fa--fa: "\e339\e339";
}

.fa-trophy {
  --fa: "\f091";
  --fa--fa: "\f091\f091";
}

.fa-clouds-sun {
  --fa: "\f746";
  --fa--fa: "\f746\f746";
}

.fa-person-praying {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}

.fa-pray {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}

.fa-hammer {
  --fa: "\f6e3";
  --fa--fa: "\f6e3\f6e3";
}

.fa-face-vomit {
  --fa: "\e3a0";
  --fa--fa: "\e3a0\e3a0";
}

.fa-speakers {
  --fa: "\f8e0";
  --fa--fa: "\f8e0\f8e0";
}

.fa-tty-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}

.fa-teletype-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}

.fa-mug-tea-saucer {
  --fa: "\e1f5";
  --fa--fa: "\e1f5\e1f5";
}

.fa-diagram-lean-canvas {
  --fa: "\e156";
  --fa--fa: "\e156\e156";
}

.fa-alt {
  --fa: "\e08a";
  --fa--fa: "\e08a\e08a";
}

.fa-dial {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}

.fa-dial-med-high {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}

.fa-hand-peace {
  --fa: "\f25b";
  --fa--fa: "\f25b\f25b";
}

.fa-circle-trash {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}

.fa-trash-circle {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}

.fa-rotate {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}

.fa-circle-quarters {
  --fa: "\e3f8";
  --fa--fa: "\e3f8\e3f8";
}

.fa-spinner {
  --fa: "\f110";
  --fa--fa: "\f110\f110";
}

.fa-tower-control {
  --fa: "\e2a2";
  --fa--fa: "\e2a2\e2a2";
}

.fa-arrow-up-triangle-square {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}

.fa-sort-shapes-up {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}

.fa-whale {
  --fa: "\f72c";
  --fa--fa: "\f72c\f72c";
}

.fa-robot {
  --fa: "\f544";
  --fa--fa: "\f544\f544";
}

.fa-peace {
  --fa: "\f67c";
  --fa--fa: "\f67c\f67c";
}

.fa-party-horn {
  --fa: "\e31b";
  --fa--fa: "\e31b\e31b";
}

.fa-gears {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}

.fa-cogs {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}

.fa-sun-bright {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}

.fa-sun-alt {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}

.fa-warehouse {
  --fa: "\f494";
  --fa--fa: "\f494\f494";
}

.fa-conveyor-belt-arm {
  --fa: "\e5f8";
  --fa--fa: "\e5f8\e5f8";
}

.fa-lock-keyhole-open {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}

.fa-lock-open-alt {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}

.fa-square-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}

.fa-box-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}

.fa-square-wine-glass-crack {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
  --fa--fa: "\e4b7\e4b7";
}

.fa-square-n {
  --fa: "\e277";
  --fa--fa: "\e277\e277";
}

.fa-splotch {
  --fa: "\f5bc";
  --fa--fa: "\f5bc\f5bc";
}

.fa-face-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}

.fa-meter {
  --fa: "\e1e8";
  --fa--fa: "\e1e8\e1e8";
}

.fa-mandolin {
  --fa: "\f6f9";
  --fa--fa: "\f6f9\f6f9";
}

.fa-dice-four {
  --fa: "\f524";
  --fa--fa: "\f524\f524";
}

.fa-sim-card {
  --fa: "\f7c4";
  --fa--fa: "\f7c4\f7c4";
}

.fa-transgender {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}

.fa-mercury {
  --fa: "\f223";
  --fa--fa: "\f223\f223";
}

.fa-up-from-bracket {
  --fa: "\e590";
  --fa--fa: "\e590\e590";
}

.fa-knife-kitchen {
  --fa: "\f6f5";
  --fa--fa: "\f6f5\f6f5";
}

.fa-border-right {
  --fa: "\f852";
  --fa--fa: "\f852\f852";
}

.fa-arrow-turn-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}

.fa-level-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}

.fa-spade {
  --fa: "\f2f4";
  --fa--fa: "\f2f4\f2f4";
}

.fa-card-spade {
  --fa: "\e3ec";
  --fa--fa: "\e3ec\e3ec";
}

.fa-line-columns {
  --fa: "\f870";
  --fa--fa: "\f870\f870";
}

.fa-ant {
  --fa: "\e680";
  --fa--fa: "\e680\e680";
}

.fa-arrow-right-to-line {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}

.fa-arrow-to-right {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}

.fa-person-falling-burst {
  --fa: "\e547";
  --fa--fa: "\e547\e547";
}

.fa-flag-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}

.fa-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}

.fa-conveyor-belt-empty {
  --fa: "\e150";
  --fa--fa: "\e150\e150";
}

.fa-user-group-simple {
  --fa: "\e603";
  --fa--fa: "\e603\e603";
}

.fa-award {
  --fa: "\f559";
  --fa--fa: "\f559\f559";
}

.fa-ticket-simple {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}

.fa-building {
  --fa: "\f1ad";
  --fa--fa: "\f1ad\f1ad";
}

.fa-angles-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}

.fa-camcorder {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}

.fa-video-handheld {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}

.fa-pancakes {
  --fa: "\e42d";
  --fa--fa: "\e42d\e42d";
}

.fa-album-circle-user {
  --fa: "\e48d";
  --fa--fa: "\e48d\e48d";
}

.fa-subtitles-slash {
  --fa: "\e610";
  --fa--fa: "\e610\e610";
}

.fa-qrcode {
  --fa: "\f029";
  --fa--fa: "\f029\f029";
}

.fa-dice-d10 {
  --fa: "\f6cd";
  --fa--fa: "\f6cd\f6cd";
}

.fa-fireplace {
  --fa: "\f79a";
  --fa--fa: "\f79a\f79a";
}

.fa-browser {
  --fa: "\f37e";
  --fa--fa: "\f37e\f37e";
}

.fa-pen-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}

.fa-pencil-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}

.fa-fish-cooked {
  --fa: "\f7fe";
  --fa--fa: "\f7fe\f7fe";
}

.fa-chair-office {
  --fa: "\f6c1";
  --fa--fa: "\f6c1\f6c1";
}

.fa-magnifying-glass-music {
  --fa: "\e65f";
  --fa--fa: "\e65f\e65f";
}

.fa-nesting-dolls {
  --fa: "\e3ba";
  --fa--fa: "\e3ba\e3ba";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}

.fa-history {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}

.fa-trumpet {
  --fa: "\f8e3";
  --fa--fa: "\f8e3\f8e3";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}

.fa-fire-smoke {
  --fa: "\f74b";
  --fa--fa: "\f74b\f74b";
}

.fa-phone-missed {
  --fa: "\e226";
  --fa--fa: "\e226\e226";
}

.fa-file-export {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}

.fa-shield {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}

.fa-shield-blank {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}

.fa-arrows-repeat-1 {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}

.fa-repeat-1-alt {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}

.fa-gun-slash {
  --fa: "\e19c";
  --fa--fa: "\e19c\e19c";
}

.fa-avocado {
  --fa: "\e0aa";
  --fa--fa: "\e0aa\e0aa";
}

.fa-binary {
  --fa: "\e33b";
  --fa--fa: "\e33b\e33b";
}

.fa-comment-nodes {
  --fa: "\e696";
  --fa--fa: "\e696\e696";
}

.fa-glasses-round {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}

.fa-glasses-alt {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}

.fa-phone-plus {
  --fa: "\f4d2";
  --fa--fa: "\f4d2\f4d2";
}

.fa-ditto {
  --fa: "\"";
  --fa--fa: "\"\"";
}

.fa-person-seat {
  --fa: "\e21e";
  --fa--fa: "\e21e\e21e";
}

.fa-house-medical {
  --fa: "\e3b2";
  --fa--fa: "\e3b2\e3b2";
}

.fa-golf-ball-tee {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}

.fa-golf-ball {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}

.fa-circle-chevron-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}

.fa-house-chimney-window {
  --fa: "\e00d";
  --fa--fa: "\e00d\e00d";
}

.fa-scythe {
  --fa: "\f710";
  --fa--fa: "\f710\f710";
}

.fa-pen-nib {
  --fa: "\f5ad";
  --fa--fa: "\f5ad\f5ad";
}

.fa-ban-parking {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}

.fa-parking-circle-slash {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
  --fa--fa: "\e580\e580";
}

.fa-face-diagonal-mouth {
  --fa: "\e47e";
  --fa--fa: "\e47e\e47e";
}

.fa-diagram-cells {
  --fa: "\e475";
  --fa--fa: "\e475\e475";
}

.fa-cricket-bat-ball {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}

.fa-cricket {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}

.fa-tents {
  --fa: "\e582";
  --fa--fa: "\e582\e582";
}

.fa-wand-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}

.fa-dog {
  --fa: "\f6d3";
  --fa--fa: "\f6d3\f6d3";
}

.fa-pen-line {
  --fa: "\e212";
  --fa--fa: "\e212\e212";
}

.fa-atom-simple {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}

.fa-atom-alt {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}

.fa-ampersand {
  --fa: "\&";
  --fa--fa: "\&\&";
}

.fa-carrot {
  --fa: "\f787";
  --fa--fa: "\f787\f787";
}

.fa-arrow-up-from-line {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}

.fa-arrow-from-bottom {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}

.fa-moon {
  --fa: "\f186";
  --fa--fa: "\f186\f186";
}

.fa-pen-slash {
  --fa: "\e213";
  --fa--fa: "\e213\e213";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}

.fa-square-star {
  --fa: "\e27f";
  --fa--fa: "\e27f\e27f";
}

.fa-cheese {
  --fa: "\f7ef";
  --fa--fa: "\f7ef\f7ef";
}

.fa-send-backward {
  --fa: "\f87f";
  --fa--fa: "\f87f\f87f";
}

.fa-yin-yang {
  --fa: "\f6ad";
  --fa--fa: "\f6ad\f6ad";
}

.fa-music {
  --fa: "\f001";
  --fa--fa: "\f001\f001";
}

.fa-compass-slash {
  --fa: "\f5e9";
  --fa--fa: "\f5e9\f5e9";
}

.fa-clock-one {
  --fa: "\e34e";
  --fa--fa: "\e34e\e34e";
}

.fa-file-music {
  --fa: "\f8b6";
  --fa--fa: "\f8b6\f8b6";
}

.fa-code-commit {
  --fa: "\f386";
  --fa--fa: "\f386\f386";
}

.fa-temperature-low {
  --fa: "\f76b";
  --fa--fa: "\f76b\f76b";
}

.fa-person-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}

.fa-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}

.fa-display-chart-up-circle-currency {
  --fa: "\e5e5";
  --fa--fa: "\e5e5\e5e5";
}

.fa-skeleton {
  --fa: "\f620";
  --fa--fa: "\f620\f620";
}

.fa-circle-g {
  --fa: "\e10f";
  --fa--fa: "\e10f\e10f";
}

.fa-circle-arrow-up-left {
  --fa: "\e0fb";
  --fa--fa: "\e0fb\e0fb";
}

.fa-coin-blank {
  --fa: "\e3fb";
  --fa--fa: "\e3fb\e3fb";
}

.fa-broom {
  --fa: "\f51a";
  --fa--fa: "\f51a\f51a";
}

.fa-vacuum {
  --fa: "\e04d";
  --fa--fa: "\e04d\e04d";
}

.fa-shield-heart {
  --fa: "\e574";
  --fa--fa: "\e574\e574";
}

.fa-card-heart {
  --fa: "\e3eb";
  --fa--fa: "\e3eb\e3eb";
}

.fa-lightbulb-cfl-on {
  --fa: "\e5a7";
  --fa--fa: "\e5a7\e5a7";
}

.fa-melon {
  --fa: "\e310";
  --fa--fa: "\e310\e310";
}

.fa-gopuram {
  --fa: "\f664";
  --fa--fa: "\f664\f664";
}

.fa-earth-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}

.fa-container-storage {
  --fa: "\f4b7";
  --fa--fa: "\f4b7\f4b7";
}

.fa-face-pouting {
  --fa: "\e387";
  --fa--fa: "\e387\e387";
}

.fa-square-xmark {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-face-explode {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}

.fa-exploding-head {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}

.fa-hashtag {
  --fa: "\#";
  --fa--fa: "\#\#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}

.fa-expand-alt {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}

.fa-oil-can {
  --fa: "\f613";
  --fa--fa: "\f613\f613";
}

.fa-t {
  --fa: "T";
  --fa--fa: "TT";
}

.fa-transformer-bolt {
  --fa: "\e2a4";
  --fa--fa: "\e2a4\e2a4";
}

.fa-hippo {
  --fa: "\f6ed";
  --fa--fa: "\f6ed\f6ed";
}

.fa-chart-column {
  --fa: "\e0e3";
  --fa--fa: "\e0e3\e0e3";
}

.fa-cassette-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}

.fa-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}

.fa-infinity {
  --fa: "\f534";
  --fa--fa: "\f534\f534";
}

.fa-vial-circle-check {
  --fa: "\e596";
  --fa--fa: "\e596\e596";
}

.fa-chimney {
  --fa: "\f78b";
  --fa--fa: "\f78b\f78b";
}

.fa-object-intersect {
  --fa: "\e49d";
  --fa--fa: "\e49d\e49d";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
  --fa--fa: "\e538\e538";
}

.fa-voicemail {
  --fa: "\f897";
  --fa--fa: "\f897\f897";
}

.fa-block-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}

.fa-wall-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}

.fa-fan {
  --fa: "\f863";
  --fa--fa: "\f863\f863";
}

.fa-bags-shopping {
  --fa: "\f847";
  --fa--fa: "\f847\f847";
}

.fa-paragraph-left {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}

.fa-paragraph-rtl {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}

.fa-person-walking-luggage {
  --fa: "\e554";
  --fa--fa: "\e554\e554";
}

.fa-caravan-simple {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}

.fa-caravan-alt {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}

.fa-turtle {
  --fa: "\f726";
  --fa--fa: "\f726\f726";
}

.fa-pencil-mechanical {
  --fa: "\e5ca";
  --fa--fa: "\e5ca\e5ca";
}

.fa-up-down {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
  --fa--fa: "\f73c\f73c";
}

.fa-booth-curtain {
  --fa: "\f734";
  --fa--fa: "\f734\f734";
}

.fa-calendar {
  --fa: "\f133";
  --fa--fa: "\f133\f133";
}

.fa-box-heart {
  --fa: "\f49d";
  --fa--fa: "\f49d\f49d";
}

.fa-trailer {
  --fa: "\e041";
  --fa--fa: "\e041\e041";
}

.fa-user-doctor-message {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}

.fa-user-md-chat {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}

.fa-bahai {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}

.fa-haykal {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}

.fa-lighthouse {
  --fa: "\e612";
  --fa--fa: "\e612\e612";
}

.fa-amp-guitar {
  --fa: "\f8a1";
  --fa--fa: "\f8a1\f8a1";
}

.fa-sd-card {
  --fa: "\f7c2";
  --fa--fa: "\f7c2\f7c2";
}

.fa-volume-slash {
  --fa: "\f2e2";
  --fa--fa: "\f2e2\f2e2";
}

.fa-border-bottom {
  --fa: "\f84d";
  --fa--fa: "\f84d\f84d";
}

.fa-wifi-weak {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}

.fa-wifi-1 {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}

.fa-dragon {
  --fa: "\f6d5";
  --fa--fa: "\f6d5\f6d5";
}

.fa-shoe-prints {
  --fa: "\f54b";
  --fa--fa: "\f54b\f54b";
}

.fa-circle-plus {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}

.fa-plus-circle {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}

.fa-hand-holding {
  --fa: "\f4bd";
  --fa--fa: "\f4bd\f4bd";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
  --fa--fa: "\e55d\e55d";
}

.fa-link-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-chain-broken {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-chain-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-unlink {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-clone {
  --fa: "\f24d";
  --fa--fa: "\f24d\f24d";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
  --fa--fa: "\e551\e551";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}

.fa-tornado {
  --fa: "\f76f";
  --fa--fa: "\f76f\f76f";
}

.fa-file-circle-plus {
  --fa: "\e494";
  --fa--fa: "\e494\e494";
}

.fa-delete-right {
  --fa: "\e154";
  --fa--fa: "\e154\e154";
}

.fa-book-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}

.fa-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}

.fa-circle-quarter {
  --fa: "\e11f";
  --fa--fa: "\e11f\e11f";
}

.fa-anchor {
  --fa: "\f13d";
  --fa--fa: "\f13d\f13d";
}

.fa-border-all {
  --fa: "\f84c";
  --fa--fa: "\f84c\f84c";
}

.fa-function {
  --fa: "\f661";
  --fa--fa: "\f661\f661";
}

.fa-face-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}

.fa-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}

.fa-people-simple {
  --fa: "\e21b";
  --fa--fa: "\e21b\e21b";
}

.fa-cookie-bite {
  --fa: "\f564";
  --fa--fa: "\f564\f564";
}

.fa-arrow-trend-down {
  --fa: "\e097";
  --fa--fa: "\e097\e097";
}

.fa-rss {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}

.fa-feed {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}

.fa-face-monocle {
  --fa: "\e380";
  --fa--fa: "\e380\e380";
}

.fa-draw-polygon {
  --fa: "\f5ee";
  --fa--fa: "\f5ee\f5ee";
}

.fa-scale-balanced {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}

.fa-calendar-lines {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}

.fa-calendar-note {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}

.fa-arrow-down-big-small {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}

.fa-sort-size-down {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-do-not-enter {
  --fa: "\f5ec";
  --fa--fa: "\f5ec\f5ec";
}

.fa-shower {
  --fa: "\f2cc";
  --fa--fa: "\f2cc\f2cc";
}

.fa-dice-d8 {
  --fa: "\f6d2";
  --fa--fa: "\f6d2\f6d2";
}

.fa-desktop {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}

.fa-m {
  --fa: "M";
  --fa--fa: "MM";
}

.fa-spinner-scale {
  --fa: "\e62a";
  --fa--fa: "\e62a\e62a";
}

.fa-grip-dots-vertical {
  --fa: "\e411";
  --fa--fa: "\e411\e411";
}

.fa-face-viewfinder {
  --fa: "\e2ff";
  --fa--fa: "\e2ff\e2ff";
}

.fa-soft-serve {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}

.fa-creemee {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}

.fa-h5 {
  --fa: "\e412";
  --fa--fa: "\e412\e412";
}

.fa-hand-back-point-down {
  --fa: "\e19e";
  --fa--fa: "\e19e\e19e";
}

.fa-table-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}

.fa-th-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}

.fa-basket-shopping-minus {
  --fa: "\e652";
  --fa--fa: "\e652\e652";
}

.fa-comment-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}

.fa-rectangle {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}

.fa-rectangle-landscape {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}

.fa-clipboard-list-check {
  --fa: "\f737";
  --fa--fa: "\f737\f737";
}

.fa-turkey {
  --fa: "\f725";
  --fa--fa: "\f725\f725";
}

.fa-book {
  --fa: "\f02d";
  --fa--fa: "\f02d\f02d";
}

.fa-user-plus {
  --fa: "\f234";
  --fa--fa: "\f234\f234";
}

.fa-ice-skate {
  --fa: "\f7ac";
  --fa--fa: "\f7ac\f7ac";
}

.fa-check {
  --fa: "\f00c";
  --fa--fa: "\f00c\f00c";
}

.fa-battery-three-quarters {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}

.fa-battery-4 {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}

.fa-tomato {
  --fa: "\e330";
  --fa--fa: "\e330\e330";
}

.fa-sword-laser {
  --fa: "\e03b";
  --fa--fa: "\e03b\e03b";
}

.fa-house-circle-check {
  --fa: "\e509";
  --fa--fa: "\e509\e509";
}

.fa-buildings {
  --fa: "\e0cc";
  --fa--fa: "\e0cc\e0cc";
}

.fa-angle-left {
  --fa: "\f104";
  --fa--fa: "\f104\f104";
}

.fa-cart-flatbed-boxes {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}

.fa-dolly-flatbed-alt {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}

.fa-diagram-successor {
  --fa: "\e47a";
  --fa--fa: "\e47a\e47a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
  --fa--fa: "\e58b\e58b";
}

.fa-square-w {
  --fa: "\e285";
  --fa--fa: "\e285\e285";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
  --fa--fa: "\e4bc\e4bc";
}

.fa-lamp {
  --fa: "\f4ca";
  --fa--fa: "\f4ca\f4ca";
}

.fa-airplay {
  --fa: "\e089";
  --fa--fa: "\e089\e089";
}

.fa-hand-fist {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}

.fa-shield-quartered {
  --fa: "\e575";
  --fa--fa: "\e575\e575";
}

.fa-slash-forward {
  --fa: "\/";
  --fa--fa: "\/\/";
}

.fa-location-pen {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}

.fa-map-marker-edit {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}

.fa-cloud-moon {
  --fa: "\f6c3";
  --fa--fa: "\f6c3\f6c3";
}

.fa-pot-food {
  --fa: "\e43f";
  --fa--fa: "\e43f\e43f";
}

.fa-briefcase {
  --fa: "\f0b1";
  --fa--fa: "\f0b1\f0b1";
}

.fa-person-falling {
  --fa: "\e546";
  --fa--fa: "\e546\e546";
}

.fa-image-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}

.fa-user-tag {
  --fa: "\f507";
  --fa--fa: "\f507\f507";
}

.fa-rug {
  --fa: "\e569";
  --fa--fa: "\e569\e569";
}

.fa-print-slash {
  --fa: "\f686";
  --fa--fa: "\f686\f686";
}

.fa-earth-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}

.fa-hand-back-point-ribbon {
  --fa: "\e1a0";
  --fa--fa: "\e1a0\e1a0";
}

.fa-rectangle-xmark {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-window-close {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-tire-rugged {
  --fa: "\f634";
  --fa--fa: "\f634\f634";
}

.fa-lightbulb-dollar {
  --fa: "\f670";
  --fa--fa: "\f670\f670";
}

.fa-cowbell {
  --fa: "\f8b3";
  --fa--fa: "\f8b3\f8b3";
}

.fa-baht-sign {
  --fa: "\e0ac";
  --fa--fa: "\e0ac\e0ac";
}

.fa-corner {
  --fa: "\e3fe";
  --fa--fa: "\e3fe\e3fe";
}

.fa-chevrons-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}

.fa-chevron-double-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}

.fa-book-open {
  --fa: "\f518";
  --fa--fa: "\f518\f518";
}

.fa-book-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}

.fa-inhaler {
  --fa: "\f5f9";
  --fa--fa: "\f5f9\f5f9";
}

.fa-handcuffs {
  --fa: "\e4f8";
  --fa--fa: "\e4f8\e4f8";
}

.fa-snake {
  --fa: "\f716";
  --fa--fa: "\f716\f716";
}

.fa-triangle-exclamation {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-warning {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-note-medical {
  --fa: "\e200";
  --fa--fa: "\e200\e200";
}

.fa-database {
  --fa: "\f1c0";
  --fa--fa: "\f1c0\f1c0";
}

.fa-down-left {
  --fa: "\e16a";
  --fa--fa: "\e16a\e16a";
}

.fa-share {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}

.fa-mail-forward {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}

.fa-face-thinking {
  --fa: "\e39b";
  --fa--fa: "\e39b\e39b";
}

.fa-turn-down-right {
  --fa: "\e455";
  --fa--fa: "\e455\e455";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
  --fa--fa: "\e4c4\e4c4";
}

.fa-mask-face {
  --fa: "\e1d7";
  --fa--fa: "\e1d7\e1d7";
}

.fa-hill-rockslide {
  --fa: "\e508";
  --fa--fa: "\e508\e508";
}

.fa-scanner-keyboard {
  --fa: "\f489";
  --fa--fa: "\f489\f489";
}

.fa-circle-o {
  --fa: "\e119";
  --fa--fa: "\e119\e119";
}

.fa-grid-horizontal {
  --fa: "\e307";
  --fa--fa: "\e307\e307";
}

.fa-message-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}

.fa-comment-alt-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}

.fa-right-left {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}

.fa-columns-3 {
  --fa: "\e361";
  --fa--fa: "\e361\e361";
}

.fa-paper-plane {
  --fa: "\f1d8";
  --fa--fa: "\f1d8\f1d8";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
  --fa--fa: "\e565\e565";
}

.fa-dungeon {
  --fa: "\f6d9";
  --fa--fa: "\f6d9\f6d9";
}

.fa-hand-holding-box {
  --fa: "\f47b";
  --fa--fa: "\f47b\f47b";
}

.fa-input-text {
  --fa: "\e1bf";
  --fa--fa: "\e1bf\e1bf";
}

.fa-window-flip {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}

.fa-window-alt {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}

.fa-align-right {
  --fa: "\f038";
  --fa--fa: "\f038\f038";
}

.fa-scanner-gun {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}

.fa-scanner {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}

.fa-tire {
  --fa: "\f631";
  --fa--fa: "\f631\f631";
}

.fa-engine {
  --fa: "\e16e";
  --fa--fa: "\e16e\e16e";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}

.fa-life-ring {
  --fa: "\f1cd";
  --fa--fa: "\f1cd\f1cd";
}

.fa-hands {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-circle-caret-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}

.fa-caret-circle-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}

.fa-turn-left {
  --fa: "\e636";
  --fa--fa: "\e636\e636";
}

.fa-wheat {
  --fa: "\f72d";
  --fa--fa: "\f72d\f72d";
}

.fa-file-spreadsheet {
  --fa: "\f65b";
  --fa--fa: "\f65b\f65b";
}

.fa-audio-description-slash {
  --fa: "\e0a8";
  --fa--fa: "\e0a8\e0a8";
}

.fa-bell-ring {
  --fa: "\e62c";
  --fa--fa: "\e62c\e62c";
}

.fa-calendar-day {
  --fa: "\f783";
  --fa--fa: "\f783\f783";
}

.fa-water-ladder {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-arrows-up-down {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}

.fa-chess-pawn-piece {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}

.fa-chess-pawn-alt {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}

.fa-face-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}

.fa-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}

.fa-turn-down {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}

.fa-square-s {
  --fa: "\e27d";
  --fa--fa: "\e27d\e27d";
}

.fa-rectangle-barcode {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}

.fa-barcode-alt {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
  --fa--fa: "\e552\e552";
}

.fa-square-envelope {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}

.fa-envelope-square {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}

.fa-dice {
  --fa: "\f522";
  --fa--fa: "\f522\f522";
}

.fa-unicorn {
  --fa: "\f727";
  --fa--fa: "\f727\f727";
}

.fa-bowling-ball {
  --fa: "\f436";
  --fa--fa: "\f436\f436";
}

.fa-pompebled {
  --fa: "\e43d";
  --fa--fa: "\e43d\e43d";
}

.fa-brain {
  --fa: "\f5dc";
  --fa--fa: "\f5dc\f5dc";
}

.fa-watch-smart {
  --fa: "\e2cc";
  --fa--fa: "\e2cc\e2cc";
}

.fa-book-user {
  --fa: "\f7e7";
  --fa--fa: "\f7e7\f7e7";
}

.fa-sensor-cloud {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}

.fa-sensor-smoke {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}

.fa-clapperboard-play {
  --fa: "\e132";
  --fa--fa: "\e132\e132";
}

.fa-bandage {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}

.fa-band-aid {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}

.fa-calendar-minus {
  --fa: "\f272";
  --fa--fa: "\f272\f272";
}

.fa-circle-xmark {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-times-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-circle-4 {
  --fa: "\e0f1";
  --fa--fa: "\e0f1\e0f1";
}

.fa-gifts {
  --fa: "\f79c";
  --fa--fa: "\f79c\f79c";
}

.fa-album-collection {
  --fa: "\f8a0";
  --fa--fa: "\f8a0\f8a0";
}

.fa-hotel {
  --fa: "\f594";
  --fa--fa: "\f594\f594";
}

.fa-earth-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}

.fa-id-card-clip {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}

.fa-thumbs-up {
  --fa: "\f164";
  --fa--fa: "\f164\f164";
}

.fa-cloud-showers {
  --fa: "\f73f";
  --fa--fa: "\f73f\f73f";
}

.fa-user-clock {
  --fa: "\f4fd";
  --fa--fa: "\f4fd\f4fd";
}

.fa-onion {
  --fa: "\e427";
  --fa--fa: "\e427\e427";
}

.fa-clock-twelve-thirty {
  --fa: "\e359";
  --fa--fa: "\e359\e359";
}

.fa-arrow-down-to-dotted-line {
  --fa: "\e095";
  --fa--fa: "\e095\e095";
}

.fa-hand-dots {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}

.fa-allergies {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}

.fa-file-invoice {
  --fa: "\f570";
  --fa--fa: "\f570\f570";
}

.fa-window-minimize {
  --fa: "\f2d1";
  --fa--fa: "\f2d1\f2d1";
}

.fa-rectangle-wide {
  --fa: "\f2fc";
  --fa--fa: "\f2fc\f2fc";
}

.fa-comment-arrow-up {
  --fa: "\e144";
  --fa--fa: "\e144\e144";
}

.fa-garlic {
  --fa: "\e40e";
  --fa--fa: "\e40e\e40e";
}

.fa-mug-saucer {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}

.fa-brush {
  --fa: "\f55d";
  --fa--fa: "\f55d\f55d";
}

.fa-file-half-dashed {
  --fa: "\e698";
  --fa--fa: "\e698\e698";
}

.fa-tree-decorated {
  --fa: "\f7dc";
  --fa--fa: "\f7dc\f7dc";
}

.fa-mask {
  --fa: "\f6fa";
  --fa--fa: "\f6fa\f6fa";
}

.fa-calendar-heart {
  --fa: "\e0d3";
  --fa--fa: "\e0d3\e0d3";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}

.fa-search-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}

.fa-flower {
  --fa: "\f7ff";
  --fa--fa: "\f7ff\f7ff";
}

.fa-arrow-down-from-arc {
  --fa: "\e614";
  --fa--fa: "\e614\e614";
}

.fa-right-left-large {
  --fa: "\e5e1";
  --fa--fa: "\e5e1\e5e1";
}

.fa-ruler-vertical {
  --fa: "\f548";
  --fa--fa: "\f548\f548";
}

.fa-circles-overlap {
  --fa: "\e600";
  --fa--fa: "\e600\e600";
}

.fa-user-large {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}

.fa-user-alt {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}

.fa-starship-freighter {
  --fa: "\e03a";
  --fa--fa: "\e03a\e03a";
}

.fa-train-tram {
  --fa: "\e5b4";
  --fa--fa: "\e5b4\e5b4";
}

.fa-bridge-suspension {
  --fa: "\e4cd";
  --fa--fa: "\e4cd\e4cd";
}

.fa-trash-check {
  --fa: "\e2af";
  --fa--fa: "\e2af\e2af";
}

.fa-user-nurse {
  --fa: "\f82f";
  --fa--fa: "\f82f\f82f";
}

.fa-boombox {
  --fa: "\f8a5";
  --fa--fa: "\f8a5\f8a5";
}

.fa-syringe {
  --fa: "\f48e";
  --fa--fa: "\f48e\f48e";
}

.fa-cloud-sun {
  --fa: "\f6c4";
  --fa--fa: "\f6c4\f6c4";
}

.fa-shield-exclamation {
  --fa: "\e247";
  --fa--fa: "\e247\e247";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
  --fa--fa: "\e06f\e06f";
}

.fa-square-full {
  --fa: "\f45c";
  --fa--fa: "\f45c\f45c";
}

.fa-grip-dots {
  --fa: "\e410";
  --fa--fa: "\e410\e410";
}

.fa-comment-exclamation {
  --fa: "\f4af";
  --fa--fa: "\f4af\f4af";
}

.fa-pen-swirl {
  --fa: "\e214";
  --fa--fa: "\e214\e214";
}

.fa-falafel {
  --fa: "\e40a";
  --fa--fa: "\e40a\e40a";
}

.fa-circle-2 {
  --fa: "\e0ef";
  --fa--fa: "\e0ef\e0ef";
}

.fa-magnet {
  --fa: "\f076";
  --fa--fa: "\f076\f076";
}

.fa-jar {
  --fa: "\e516";
  --fa--fa: "\e516\e516";
}

.fa-gramophone {
  --fa: "\f8bd";
  --fa--fa: "\f8bd\f8bd";
}

.fa-dice-d12 {
  --fa: "\f6ce";
  --fa--fa: "\f6ce\f6ce";
}

.fa-note-sticky {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}

.fa-sticky-note {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}

.fa-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}

.fa-arrow-alt-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}

.fa-hundred-points {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}

.fa-100 {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}

.fa-paperclip-vertical {
  --fa: "\e3c2";
  --fa--fa: "\e3c2\e3c2";
}

.fa-wind-warning {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}

.fa-wind-circle-exclamation {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}

.fa-location-pin-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}

.fa-map-marker-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}

.fa-face-sad-sweat {
  --fa: "\e38a";
  --fa--fa: "\e38a\e38a";
}

.fa-bug-slash {
  --fa: "\e490";
  --fa--fa: "\e490\e490";
}

.fa-cupcake {
  --fa: "\e402";
  --fa--fa: "\e402\e402";
}

.fa-light-switch-off {
  --fa: "\e018";
  --fa--fa: "\e018\e018";
}

.fa-toggle-large-off {
  --fa: "\e5b0";
  --fa--fa: "\e5b0\e5b0";
}

.fa-pen-fancy-slash {
  --fa: "\e210";
  --fa--fa: "\e210\e210";
}

.fa-truck-container {
  --fa: "\f4dc";
  --fa--fa: "\f4dc\f4dc";
}

.fa-boot {
  --fa: "\f782";
  --fa--fa: "\f782\f782";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
  --fa--fa: "\e4b6\e4b6";
}

.fa-file-check {
  --fa: "\f316";
  --fa--fa: "\f316\f316";
}

.fa-bone {
  --fa: "\f5d7";
  --fa--fa: "\f5d7\f5d7";
}

.fa-cards-blank {
  --fa: "\e4df";
  --fa--fa: "\e4df\e4df";
}

.fa-circle-3 {
  --fa: "\e0f0";
  --fa--fa: "\e0f0\e0f0";
}

.fa-bench-tree {
  --fa: "\e2e7";
  --fa--fa: "\e2e7\e2e7";
}

.fa-keyboard-brightness-low {
  --fa: "\e1c1";
  --fa--fa: "\e1c1\e1c1";
}

.fa-ski-boot-ski {
  --fa: "\e3cd";
  --fa--fa: "\e3cd\e3cd";
}

.fa-brain-circuit {
  --fa: "\e0c6";
  --fa--fa: "\e0c6\e0c6";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
  --fa--fa: "\e691\e691";
}

.fa-user-injured {
  --fa: "\f728";
  --fa--fa: "\f728\f728";
}

.fa-block-brick-fire {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}

.fa-firewall {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}

.fa-plane {
  --fa: "\f072";
  --fa--fa: "\f072\f072";
}

.fa-tent-arrows-down {
  --fa: "\e581";
  --fa--fa: "\e581\e581";
}

.fa-exclamation {
  --fa: "\!";
  --fa--fa: "\!\!";
}

.fa-arrows-spin {
  --fa: "\e4bb";
  --fa--fa: "\e4bb\e4bb";
}

.fa-face-smile-relaxed {
  --fa: "\e392";
  --fa--fa: "\e392\e392";
}

.fa-comment-xmark {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}

.fa-comment-times {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}

.fa-print {
  --fa: "\f02f";
  --fa--fa: "\f02f\f02f";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-try {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-face-nose-steam {
  --fa: "\e382";
  --fa--fa: "\e382\e382";
}

.fa-circle-waveform-lines {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}

.fa-waveform-circle {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}

.fa-dollar-sign {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-dollar {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-usd {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-ferris-wheel {
  --fa: "\e174";
  --fa--fa: "\e174\e174";
}

.fa-computer-speaker {
  --fa: "\f8b2";
  --fa--fa: "\f8b2\f8b2";
}

.fa-skull-cow {
  --fa: "\f8de";
  --fa--fa: "\f8de\f8de";
}

.fa-x {
  --fa: "X";
  --fa--fa: "XX";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}

.fa-search-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}

.fa-users-gear {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}

.fa-users-cog {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}

.fa-person-military-pointing {
  --fa: "\e54a";
  --fa--fa: "\e54a\e54a";
}

.fa-building-columns {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-bank {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-institution {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-museum {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-university {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-circle-t {
  --fa: "\e124";
  --fa--fa: "\e124\e124";
}

.fa-sack {
  --fa: "\f81c";
  --fa--fa: "\f81c\f81c";
}

.fa-grid-2 {
  --fa: "\e196";
  --fa--fa: "\e196\e196";
}

.fa-camera-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}

.fa-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}

.fa-umbrella {
  --fa: "\f0e9";
  --fa--fa: "\f0e9\f0e9";
}

.fa-trowel {
  --fa: "\e589";
  --fa--fa: "\e589\e589";
}

.fa-horizontal-rule {
  --fa: "\f86c";
  --fa--fa: "\f86c\f86c";
}

.fa-bed-front {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}

.fa-bed-alt {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}

.fa-d {
  --fa: "D";
  --fa--fa: "DD";
}

.fa-stapler {
  --fa: "\e5af";
  --fa--fa: "\e5af\e5af";
}

.fa-masks-theater {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}

.fa-theater-masks {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}

.fa-file-gif {
  --fa: "\e645";
  --fa--fa: "\e645\e645";
}

.fa-kip-sign {
  --fa: "\e1c4";
  --fa--fa: "\e1c4\e1c4";
}

.fa-face-woozy {
  --fa: "\e3a2";
  --fa--fa: "\e3a2\e3a2";
}

.fa-cloud-question {
  --fa: "\e492";
  --fa--fa: "\e492\e492";
}

.fa-pineapple {
  --fa: "\e31f";
  --fa--fa: "\e31f\e31f";
}

.fa-hand-point-left {
  --fa: "\f0a5";
  --fa--fa: "\f0a5\f0a5";
}

.fa-gallery-thumbnails {
  --fa: "\e3aa";
  --fa--fa: "\e3aa\e3aa";
}

.fa-circle-j {
  --fa: "\e112";
  --fa--fa: "\e112\e112";
}

.fa-eyes {
  --fa: "\e367";
  --fa--fa: "\e367\e367";
}

.fa-handshake-simple {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}

.fa-handshake-alt {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}

.fa-page-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}

.fa-file-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}

.fa-jet-fighter {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}

.fa-comet {
  --fa: "\e003";
  --fa--fa: "\e003\e003";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}

.fa-reflect-vertical {
  --fa: "\e665";
  --fa--fa: "\e665\e665";
}

.fa-shield-keyhole {
  --fa: "\e248";
  --fa--fa: "\e248\e248";
}

.fa-file-mp4 {
  --fa: "\e649";
  --fa--fa: "\e649\e649";
}

.fa-barcode {
  --fa: "\f02a";
  --fa--fa: "\f02a\f02a";
}

.fa-bulldozer {
  --fa: "\e655";
  --fa--fa: "\e655\e655";
}

.fa-plus-minus {
  --fa: "\e43c";
  --fa--fa: "\e43c\e43c";
}

.fa-square-sliders-vertical {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}

.fa-sliders-v-square {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}

.fa-video {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}

.fa-message-middle {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}

.fa-comment-middle-alt {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}

.fa-graduation-cap {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
  --fa--fa: "\e05c\e05c";
}

.fa-person-circle-check {
  --fa: "\e53e";
  --fa--fa: "\e53e\e53e";
}

.fa-square-z {
  --fa: "\e288";
  --fa--fa: "\e288\e288";
}

.fa-message-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}

.fa-comment-alt-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}

.fa-turn-up {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.woff2?db4ca34781183536f299747e2b3c0e11) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.ttf?569695cd3f74579e105f2442acca8edc) format("truetype");
}
.fas, .upcoming .cta::after, .site-header .utility .action.-processing::before, .site-header .utility .action.-external::before, .site-header .utility .action.-date::before, .site-header .utility .action.-secure::before, .site-header .utility .action.-personAdd::before, .site-header .utility .action.-person::before, .site-header .utility .action.-remove::before, .event .time::before, .event .credit::before, body.search [data-mobile-trigger]::after, body.review [data-mobile-trigger]::after, .internal [data-mobile-trigger]::after, body.detail [data-mobile-trigger]::after, .site-header .navigation > ul > li.-hasSubmenu > a::after, .site-header .submenu-link::after, .related .title a::after, .option-sets .option-set input[type=radio]:checked ~ div:first-of-type > [type=checkbox]:checked + label::after, .homepage-hero .latest .hero-cta.-secondary.-processing::before, .homepage-hero .latest .hero-cta.-secondary.-external::before, .homepage-hero .latest .hero-cta.-secondary.-date::before, .homepage-hero .latest .hero-cta.-secondary.-remove::before, .homepage-hero .latest .hero-cta.-processing::before, .homepage-hero .latest .hero-cta.-external::before, .homepage-hero .latest .hero-cta.-date::before, .homepage-hero .latest .hero-cta.-secure::before, .homepage-hero .latest .hero-cta.-personAdd::before, .homepage-hero .latest .hero-cta.-person::before, .homepage-hero .latest .hero-cta.-remove::before, .checkout form button.-processing::before, .checkout form button.-external::before, .checkout form button.-date::before, .checkout form button.-remove::before, .resource .filetype::before, .navigation.-aside .-hasSubmenu > a::after, .message::before, .manage-card-modal [data-mobile-trigger]::after, .firm .address::before, .firm .website::before, .firm .phone::before, .firm-guide .address:before,
.firm-guide .internships:before,
.firm-guide .employees:before,
.firm-guide .size:before, .event .price::before, .employees .member-action::before, .employees .member-button, .due .js-expandTrigger::after, .cpa.-preview .accept-clients::before, .cpa.-preview .address::before, .cpa.-preview .website::before, .cpa.-preview .phone::before, .cart-savings a::after, .article .privileged::before, .type.-seminar::before, .type.-conference::before, .type.-special-event::before, .type.-committee-meeting::before, .type.-webinar::before, .type.-livestream::before, .toggle::after, .tag:not(.token).-link a::before, .tag:not(.token)::before, .tag:not(.token) .tag-remove::after, .sort label::after, .share::after, .search:not(body)::after, .position::before, .-person::after, .person::before, .mobile::before, .-logout::after, .-login:not(.text)::after, .location::before, .like::after, .js-printCart.-processing::before, .js-printCart.-external::before, .js-printCart.-date::before, .js-printCart.-secure::before, .js-printCart.-personAdd::before, .js-printCart.-person::before, .js-printCart.-remove::before, .join.-processing::before, .join.-external::before, .join.-date::before, .join.-remove::before, .fraction::before, .find-firm:not(body)::after, .find-cpa:not(body)::after, .expand.-processing::before, .expand.-external::before, .expand.-date::before, .expand.-remove::before, .dropdown .js-expandTrigger::after, .division.-processing::before, .division.-external::before, .division.-date::before, .division.-remove::before, .date::before, .community::after, a.-cart::after, .button.-secondary.-processing::before, .button.-secondary.-external::before, .button.-secondary.-date::before, .button.-secondary.-remove::before, .button.-primary.-processing::before,
.button.-processing::before, .button.-primary.-external::before,
.button.-external::before, .button.-primary.-date::before,
.button.-date::before, .button.-primary.-secure::before,
.button.-secure::before, .button.-primary.-personAdd::before,
.button.-personAdd::before, .button.-primary.-person::before,
.button.-person::before, .button.-primary.-remove::before,
.button.-remove::before, .-blog::after, .back::before, .cancel.-processing::before, .cancel.-external::before, .cancel.-date::before, .cancel.-remove::before, .action.-secondary.-processing::before, .action.-secondary.-external::before, .action.-secondary.-date::before, .action.-secondary.-remove::before, .cms-recordlist.-reordering .cms-select::before, .message header::before, .cms-editing-content .title::before, .cms-alert::after, .text.-search .search::before, .select > span + .error li::before, .cms-settings::before, .cms-save::before, .cms-recordsettings::before, .cms-recordremove::before, .cms-recordedit::before, .note.-success::before, .note.-error::before, .note.-info::before, .cms-nav::before, .cms-module .settings::before,
.cms-module .remove::before,
.cms-module .context::before, .cms-editorHighlight::after, .cms-edit::before, .cms-controlpanel::before, .cms-cancel::before, .alert-naked.error p::before, .cms-action.-processing::before, .cms-action.-external::before, .cms-action.-date::before, .cms-action.-remove::before, .action.-processing::before, .action.-external::before, .action.-date::before, .action.-secure::before, .action.-personAdd::before, .action.-person::before, .action.-remove::before, .select > span::before, .select > span + .error p::before, .ck.ck-button.confirm::before, button + .error li::before,
input + .error li::before,
optgroup + .error li::before,
select + .error li::before,
textarea + .error li::before, button + .error p::before,
input + .error p::before,
optgroup + .error p::before,
select + .error p::before,
textarea + .error p::before,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.woff2?fe86066c287fd322614957ce4f21a3e5) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.ttf?b947543b648c1f5da74940c85d6204d5) format("truetype");
}
.far, .site-header .utility .action.-print::before, .site-header .utility .action.-download::before, .site-header .utility .action.-add::before, .event .time::before, .upcoming .cta::after, .self-cpe .addition::before, .paths .cta::after, .news .cta::after, .homepage-hero .latest .hero-cta.-secondary.-download::before, .homepage-hero .latest .hero-cta.-secondary.-add::before, .homepage-hero .latest .hero-cta.-print::before, .homepage-hero .latest .hero-cta.-download::before, .homepage-hero .latest .hero-cta.-add::before, .hero.-cpe summary::after, .cpe-preview .addl-cta::after, .checkout form button.-download::before, .checkout form button.-add::before, .application-type-category > .title .cta::after, .record-detail::before, .groups > .action::after, .firm-guide .title::after, .filters .filter.applied::before, .event .title::after, .banner .tag .remove::after, .article:not(div) .title::after, .article:not(a) .title a::after, .article-detail::before, .alert .title::before, .js-printCart.-print::before, .js-printCart.-download::before, .js-printCart.-add::before, .join.-download::before, .join.-add::before, .expand.-download::before, .expand.-add::before, .division.-download::before, .division.-add::before, .close::before, .button.-secondary.-download::before, .button.-secondary.-add::before, .button.-primary.-print::before,
.button.-print::before, .button.-primary.-download::before,
.button.-download::before, .button.-primary.-add::before,
.button.-add::before, .cancel.-download::before, .cancel.-add::before, .action.-secondary.-download::before, .action.-secondary.-add::before, .cms-widget .cta::after, .cms-pagination .cms-next::after, .cms-pagination .cms-previous::before, .cms-inline-file::after, .cms-inline-file .confirm-upload::before,
.cms-inline-file .cancel-upload::before, .file-upload .file-feedback::before, .cms-return::before, .cms-module::before, .cms-logout::before, .cms-home::before, .cms-admin-home::before, .cms-action.-download::before, .cms-action.-add::before, .action.-print::before, .action.-download::before, .action.-add::before,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-light-300.woff2?f5f7d49392e43b5fa03b9361fd480a00) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-light-300.ttf?2cdc809329db86c168340cf8a42cabd6) format("truetype");
}
.fal, .cms-errorless::before, .cms-errorful::before, .cms-context::after, .cms-close::before,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.woff2?c43573f69650eb78889e0564436392ac) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.ttf?9a6c87759956b0d4fe98b627340c6616) format("truetype");
}
.fab, .social a::before, .social-featured header > .title::before,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-aws {
  --fa: "\f375";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-modx {
  --fa: "\f285";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-unity {
  --fa: "\e049";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-vk {
  --fa: "\f189";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-edge {
  --fa: "\f282";
}

.fa-threads {
  --fa: "\e618";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-safari {
  --fa: "\f267";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-centos {
  --fa: "\f789";
}

.fa-adn {
  --fa: "\f170";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-node {
  --fa: "\f419";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-hips {
  --fa: "\f452";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-discord {
  --fa: "\f392";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-apple {
  --fa: "\f179";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-neos {
  --fa: "\f612";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-angular {
  --fa: "\f420";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-envira {
  --fa: "\f299";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-sith {
  --fa: "\f512";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-react {
  --fa: "\f41b";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-umbraco {
  --fa: "\f8e8";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-gg {
  --fa: "\f260";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-xing {
  --fa: "\f168";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-less {
  --fa: "\f41d";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-fly {
  --fa: "\f417";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-viber {
  --fa: "\f409";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-audible {
  --fa: "\f373";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-figma {
  --fa: "\f799";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-docker {
  --fa: "\f395";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-apper {
  --fa: "\f371";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-trello {
  --fa: "\f181";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-android {
  --fa: "\f17b";
}

.fa-bots {
  --fa: "\e340";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-uber {
  --fa: "\f402";
}

.fa-github {
  --fa: "\f09b";
}

.fa-php {
  --fa: "\f457";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-usb {
  --fa: "\f287";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-strava {
  --fa: "\f428";
}

.fa-ember {
  --fa: "\f423";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

figure {
  margin: 0;
  margin-bottom: 2rem;
}

figcaption {
  margin-top: 1rem;
  font-style: italic;
  font-size: 0.9rem;
}

button,
input,
optgroup,
select,
textarea {
  font-feature-settings: "lnum" 1;
  font: inherit;
  margin: 0;
}
button + .error p::before,
input + .error p::before,
optgroup + .error p::before,
select + .error p::before,
textarea + .error p::before {
  content: "\f06a";
  color: #C43E31;
  margin-right: 0.5rem;
}
button + .error p::before, button + .error li::before,
input + .error p::before,
input + .error li::before,
optgroup + .error p::before,
optgroup + .error li::before,
select + .error p::before,
select + .error li::before,
textarea + .error p::before,
textarea + .error li::before {
  content: "\f06a";
  color: #C43E31;
  margin-right: 0.5rem;
}
button + .error li::before,
input + .error li::before,
optgroup + .error li::before,
select + .error li::before,
textarea + .error li::before {
  top: 2px;
  left: 0;
  margin-right: 0.5rem;
}
button + .error li,
input + .error li,
optgroup + .error li,
select + .error li,
textarea + .error li {
  padding-left: 1.5rem;
  display: inline;
  margin-right: 1rem;
  position: relative;
}
button + .error ul,
input + .error ul,
optgroup + .error ul,
select + .error ul,
textarea + .error ul {
  margin-top: 0;
  padding-left: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.85rem;
  line-height: 1rem;
}

fieldset > legend {
  font-size: 1.7rem;
  border-bottom: 1px solid #B3CA2D;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  fieldset > legend {
    font-size: 2.25rem;
  }
}

.no-pointer {
  pointer-events: none;
}

.field-collapse {
  overflow: hidden;
  height: 0;
}

.field-collapse.-expanded {
  height: auto;
}

legend + .note {
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}

label + .note {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

fieldset > * {
  margin-bottom: 1rem;
}

fieldset > *:last-child {
  margin-bottom: 0;
}

label.required::after {
  content: "*";
  color: #C43E31;
  margin-left: 3px;
  font-weight: 900;
}

form > * {
  margin-bottom: 2.1rem;
}

form > *:last-child {
  margin-bottom: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 2.8rem;
}
fieldset .help {
  color: #741746;
  font-size: 0.8rem;
  margin: 0;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  border: 1px solid #A79F9D;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  transition: 250ms border;
  display: block;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0.875rem 0.6rem;
  width: 100%;
  line-height: 1;
}
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  border: 1.5px solid #000;
}

input[type=reset],
input[type=search],
input[type=text],
input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #dbdcd6;
}

::ms-input-placeholder {
  color: #dbdcd6;
}

::-placeholder {
  color: #dbdcd6;
}

textarea {
  height: 8em;
  overflow: auto;
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
}

[type=radio]:checked + label .count,
[type=radio]:not(:checked) + label .count {
  margin-bottom: 0;
  color: #fff;
  background-color: #E1D6DD;
  white-space: nowrap;
  margin-left: 0.3rem;
  padding: 0.05rem 0.4rem;
  border-radius: 8px;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #969696;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #741746;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.radios .radio {
  display: inline;
  margin-right: 1rem;
}

.radios .radio label {
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 1rem;
  line-height: 1.4;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.7rem;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 1.15rem;
  }
}

hr {
  border: 0;
  display: block;
  height: 50px;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
hr::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 60px);
  height: 200%;
  box-shadow: inset 0 30px 30px rgba(0, 0, 0, 0.05);
}

a {
  text-decoration: none;
  color: #741746;
  transition: color 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
}

a:hover,
a:focus,
button.link:hover,
button.link:focus {
  color: #36071F;
}

button.link {
  text-decoration: none;
  background-color: transparent;
  color: #741746;
  transition: color 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
  padding: 0;
  border: 0;
  cursor: pointer;
}

p,
ol,
ul,
dl {
  margin-bottom: 2rem;
}

ol,
ul {
  padding-left: 2rem;
}
ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd {
  margin-bottom: 1em;
}

ul {
  list-style: disc;
  list-style-type: none;
  padding-left: 1.2rem;
}

ul li {
  position: relative;
}

ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: -1.2rem;
}

dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (min-width: 576px) {
  dl {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

dt {
  font-weight: 700;
  width: 160px;
}

dd {
  width: calc(100% - 160px);
  margin-left: 0;
  padding-left: 1rem;
}

/* Placeholder */
nav {
  margin-bottom: 2rem;
}
nav .back {
  display: none;
}
nav ul {
  list-style-type: none;
  padding-left: 0;
}
nav ul li::before {
  content: "";
}
nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
nav li {
  flex-grow: 1;
  margin-bottom: 0;
  text-align: center;
  display: block;
}
nav a {
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: 400;
  background-color: #333;
  color: #fff;
  transition: background 250ms cubic-bezier(0.215, 0.61, 0.355, 1), color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
nav a:hover {
  background-color: #ddd;
  color: #000;
}

body {
  transition: padding-left 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.-editing {
  padding-left: 320px;
}
body.-editing .imageWithText [href=" "] {
  pointer-events: auto;
}
body.-editing a:not([href]) {
  opacity: 1;
}
body.-editing [data-editor=image] {
  cursor: pointer;
}
body.-editing [data-editor=html]:not([data-editing=true]) * {
  pointer-events: none;
}

.ql-container {
  font-size: inherit !important;
  font-family: inherit !important;
  height: auto;
}

.codeflask {
  position: relative !important;
}

.ck.ck-editor__editable_inline {
  overflow: visible !important;
  background-color: rgba(134, 185, 198, 0.2);
  padding: 0 !important;
}

.ck.ck-button.confirm::before {
  content: "\f00c";
  color: #B3CA2D;
}

.codeflask__flatten {
  width: 100% !important;
  white-space: normal !important;
}

.codeflask__textarea {
  height: 100% !important;
}

.codeflask__pre {
  display: block !important;
  position: relative !important;
}

.codeflask__flatten {
  width: 100% !important;
}

.ck-content {
  overflow: hidden;
}

.ck .ck-widget {
  width: 100%;
}

[data-module=section] hr {
  border-top: 1px solid #B3CA2D;
  height: 0;
  margin: 3rem 0;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  [data-module=section] hr {
    margin: 2rem 0;
  }
}

[data-editor=richtext] > *:last-child {
  margin-bottom: 0;
}

[data-editor=richtext] li {
  margin-bottom: 0.3em;
  line-height: 1.75;
}

[data-module=section] > [data-editor=richtext] {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  [data-module=section] > [data-editor=richtext] {
    margin-bottom: 4rem;
  }
}

[data-editor=richtext] ul {
  padding-left: 3rem;
}

[data-editor=richtext] ul,
[data-editor=richtext] ol {
  margin-bottom: 1.5rem;
}

[data-editor=richtext] ol {
  padding-left: 2rem;
}

[data-editor=richtext] p {
  margin-bottom: 1.5rem;
}

[data-editor=richtext] > *:first-child {
  margin-top: 0;
}

[data-editor=richtext] h2 {
  margin-bottom: 1rem;
}

[data-module=section] > .card {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  [data-module=section] > .card {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  [data-module=section] > * + hr {
    margin-top: -2rem;
  }
}

@media screen and (min-width: 1024px) {
  [data-module=section] > [data-module=cta] + hr {
    margin-top: 2rem;
  }
}

p {
  margin: 0 0 2em;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

blockquote {
  margin-bottom: 2rem;
  padding-left: 3rem;
  margin-left: 0;
  position: relative;
}
blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 6rem;
}
blockquote footer {
  position: relative;
}
blockquote footer::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #000;
  top: -12px;
  left: 0;
  width: 70px;
}

section .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section .container > * {
  width: 100%;
}

section:empty {
  margin-bottom: 0;
}

section {
  margin-bottom: 4rem;
}

section .container article {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  section .container article {
    width: 70%;
    padding-right: 2rem;
  }
}

section .container aside {
  width: 100%;
  background-color: #ddd;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  section .container aside {
    width: 30%;
    padding-right: 2rem;
  }
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

main footer {
  border-top: 1px solid #B3CA2D;
  padding-top: 1rem;
  margin-top: 4rem;
}

.select > span {
  border: 1.5px solid #A79F9D;
  display: inline-block;
  width: 100%;
  position: relative;
}
.select > span + .error p::before {
  content: "\f06a";
  color: #C43E31;
  margin-right: 0.5rem;
}

.select > span::before {
  content: "\f0d7";
  position: absolute;
  top: 0.8rem;
  right: 1.3rem;
  color: #741746;
  pointer-events: none;
  z-index: 2;
}

.select select {
  width: 100%;
  border: none;
  padding: 0.4rem 0.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.select select::-ms-expand {
  display: none;
}

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.ss-main .ss-multi-selected .ss-add {
  opacity: 0;
}

.ss-main .ss-multi-selected,
.ss-main .ss-single-selected {
  border: none !important;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled,
.ss-main .ss-single-selected {
  padding: 10px 5px !important;
}

.ss-main .ss-single-selected {
  height: 41px !important;
}

.ss-main {
  min-height: 41px;
}

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.ss-main .ss-multi-selected .ss-values .ss-value {
  background-color: #741746 !important;
}

.ss-arrow {
  display: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
  width: 100%;
}
table td,
table th {
  padding: 0.7rem 1.5rem;
  text-align: left;
}
table td {
  border: 0;
}

/* Placeholder */
.action {
  background: none;
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 3.25rem;
  color: #fff;
  background-color: #741746;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.action:hover, .action:focus {
  background-color: #36071F;
  color: #fff;
  text-decoration: none;
}
.action:hover .count, .action:focus .count {
  color: #36071F;
}
.action.-option {
  padding: 5px 13px;
}
.action.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-person::before {
  content: "\f007";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-personAdd::before {
  content: "\f234";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secure::before {
  content: "\f30d";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-print::before {
  content: "\f02f";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-processing {
  background-color: #36071F;
  color: #36071F;
}
.action.-processing::before {
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.action[disabled] {
  background-color: #dbdcd6;
}
.action.-processing[disabled] {
  color: #dbdcd6;
}
.action .count {
  background-color: rgba(255, 255, 255, 0.7);
  color: #741746;
  padding: 0 5px;
  border-radius: 12px;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

button.action {
  border: none;
}

.cms-action {
  background: none;
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cms-action:hover, .cms-action:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.cms-action:hover .count, .cms-action:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.cms-action.-option {
  padding: 3px 11px;
}
.cms-action.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.cms-action.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.cms-action.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.cms-action.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.cms-action.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.cms-action.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.cms-action.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.cms-action.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.cms-action.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.cms-action[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.cms-action .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cms-action.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.cms-action.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}
.cms-action.-filter::before {
  content: "⬤";
  color: #C43E31;
  font-size: 0.6em;
  line-height: 0;
  vertical-align: 3px;
  margin-right: 1.5em;
}
.cms-action.-filter.-filtered::before {
  color: #B3CA2D;
}
.cms-action::after {
  display: none;
}

.cms-admin-home::before {
  content: "\f625";
}

.alert-naked.error p::before {
  content: "\f06a";
  color: #C43E31;
  margin-right: 0.5rem;
}
.alert-naked.info {
  color: #000;
  font-size: 0.875rem;
}

.cms-avatar {
  width: 48px;
  min-width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
}

.cms-cancel {
  background-color: #dbdcd6;
  border: none;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0;
  transition: background 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cms-cancel[href] {
  cursor: pointer;
}
.cms-cancel[href]:hover, .cms-cancel[href]:focus {
  background-color: #babbb2;
}
.cms-cancel:not([href]), .cms-cancel:not([href])::before {
  color: #babbb2;
}
.cms-cancel::before {
  content: "\f00d";
  color: #C43E31;
  margin-right: 0.4em;
}

.cms-close {
  background: none;
  border: none;
}
.cms-close::before {
  content: "\f00d";
}

.cms-context {
  font-weight: 200;
  margin-right: 0.65em;
}
.cms-context::after {
  content: "\f105";
  font-size: 1.1em;
  line-height: 0;
  vertical-align: -0.1em;
  margin-left: 0.65em;
  color: #9064a9;
}

.cms-controlpanel {
  background-color: #3faa88;
  border: none;
  font-size: 0;
  line-height: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.cms-controlpanel:hover, .cms-controlpanel:focus {
  background: rgb(49.2103004292, 132.7896995708, 106.2317596567);
}
.cms-controlpanel::before {
  font-size: 1rem;
  color: #fff;
  vertical-align: -30px;
}
.cms-controlpanel {
  position: fixed;
  bottom: 11.2rem;
  left: 2rem;
}
.cms-controlpanel::before {
  content: "\f625";
}

.cta {
  margin-bottom: 2rem;
}

.cms-edit {
  background-color: #3faa88;
  border: none;
  font-size: 0;
  line-height: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.cms-edit:hover, .cms-edit:focus {
  background: rgb(49.2103004292, 132.7896995708, 106.2317596567);
}
.cms-edit::before {
  font-size: 1rem;
  color: #fff;
  vertical-align: -30px;
}
.cms-edit {
  position: fixed;
  bottom: 7.2rem;
  left: 2rem;
}
.cms-edit::before {
  content: "\f303";
}

.cms-editorHighlight {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid rgba(63, 170, 136, 0.3);
  z-index: 1;
}
.cms-editorHighlight::after {
  content: "\f303";
  display: block;
  background-color: #3faa88;
  padding: 0.5rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.cms-errorful {
  font-size: 1.125rem;
  font-weight: 500;
}
.cms-errorful::before {
  content: "\f057";
  color: #C43E31;
  font-size: 2.4em;
  margin-right: 0.8rem;
  vertical-align: middle;
}

.cms-errorless {
  font-size: 1.125rem;
  font-weight: 500;
}
.cms-errorless::before {
  content: "\f058";
  color: #B3CA2D;
  font-size: 2.4em;
  margin-right: 0.8rem;
  vertical-align: middle;
}

.fullWidthImage {
  margin-bottom: 4rem;
}

.cms-title {
  margin: 0;
}

h1.cms-title {
  font-size: 2rem;
  line-height: 1.0625;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  h1.cms-title {
    font-size: 3rem;
  }
}

h2.cms-title {
  font-size: 1.7rem;
  line-height: 1.1875;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  h2.cms-title {
    font-size: 2rem;
  }
}

h3.cms-title {
  font-size: 1.5rem;
  line-height: 1.2665;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  h3.cms-title {
    font-size: 1.875rem;
  }
}

h4.cms-title {
  font-size: 2rem;
  line-height: 1.4165;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  h4.cms-title {
    font-size: 1.5rem;
  }
}

h5.cms-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  h5.cms-title {
    font-size: 1.25rem;
  }
}

.cms-home::before {
  content: "\f015";
}

.image {
  display: block;
  margin-bottom: 4rem;
}
.image.-center {
  text-align: center;
}
.image.-right {
  text-align: right;
}
.image.-left {
  text-align: left;
}
.image img {
  display: inline;
}

/* Placeholder */
.cms-logout::before {
  content: "\f08b";
}

.markdown .tui-editor-defaultUI {
  border: 1px solid #A79F9D;
  overflow: hidden;
}
.markdown .te-mode-switch-section {
  display: none !important;
}
.markdown .tui-editor-contents ul > li::before {
  margin-top: 8px;
  margin-left: 4px;
  width: 3px;
  height: 3px;
  margin-top: 10px;
  margin-left: 8px;
  background-color: #000;
}
.markdown .tui-editor-contents *:not(table) {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}

.cms-module-select {
  display: inline-flex;
  flex-direction: column;
  border-radius: 1.5rem;
  background-color: #f6f6f6;
  border: 2px solid #ececec;
  padding: 1rem;
  padding-bottom: 0.6rem;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1), border 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: left;
}
.cms-module-select img {
  margin-bottom: 19px;
}
.cms-module-select .title {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #3faa88;
  font-weight: 700;
  justify-self: flex-end;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: left;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0.4rem;
  text-align: center;
}
.cms-module-select .description {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}
.cms-module-select:hover {
  background-color: #e8faff;
  border: 2px solid #86b9c6;
}
.cms-module-select:hover .title {
  color: #454545;
}

.cms-module {
  background-color: #3faa88;
  padding: 1rem;
  padding-left: 1.8rem;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
}
.cms-module .title {
  font-size: 1rem;
  line-height: 1;
}
.cms-module p {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.cms-module .title,
.cms-module p {
  color: #fff;
}
.cms-module .settings,
.cms-module .remove,
.cms-module .context {
  font-size: 0;
  line-height: 0;
}
.cms-module .actions a:hover::before,
.cms-module .actions a:focus::before {
  color: #3e6a91;
}
.cms-module .cms-moduleinfo {
  flex-grow: 1;
  position: relative;
  cursor: grab;
}
.cms-module .cms-moduleinfo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3rem;
  height: 100%;
  width: 3rem;
}
.cms-module .settings::before {
  content: "\f013";
}
.cms-module .remove::before {
  content: "\f2ed";
}
.cms-module .context::before {
  content: "\f009";
}
.cms-module .actions a:last-child {
  margin-right: 0;
}
.cms-module .settings::before,
.cms-module .remove::before,
.cms-module .context::before {
  color: #fff;
  font-size: 1rem;
}
.cms-module::before {
  content: "\f142";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  opacity: 0.5;
}

.cms-moduleHighlight {
  display: block;
  position: fixed;
  border: 2px solid #3e6a91;
  pointer-events: none;
  z-index: 9999;
}

.cms-nav {
  background-color: #dbdcd6;
  border: none;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0;
  transition: background 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cms-nav[href] {
  cursor: pointer;
}
.cms-nav[href]:hover, .cms-nav[href]:focus {
  background-color: #babbb2;
}
.cms-nav:not([href]), .cms-nav:not([href])::before {
  color: #babbb2;
}
.cms-nav::before {
  content: "\f0c9";
  color: #3e6a91;
  margin-right: 0.4em;
}

.cms-navitem {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  padding: 0;
  background-color: transparent;
  text-align: left;
  padding: 0.15rem 2rem;
}
.cms-navitem[href].-active, .cms-navitem[href]:hover, .cms-navitem[href]:focus {
  background-color: #3e6a91;
  color: #fff;
}
.cms-navitem:not([href]), .cms-navitem:not([href])::before {
  color: #3d4e5c;
  pointer-events: none;
}
.cms-navitem::before {
  color: #86b9c6;
  margin-right: 0.5em;
}

.note {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.7;
}
.note.-info::before {
  content: "\f05a";
  color: #0c8ee1;
  margin-right: 0.2rem;
}
.note.-error::before {
  content: "\f2f0";
  color: #C43E31;
  margin-right: 0.2rem;
}
.note.-success::before {
  content: "\f058";
  color: #B3CA2D;
  margin-right: 0.2rem;
}

.cms-recordedit {
  background: none;
  border: none;
  font-size: 0;
  padding: 0;
}
.cms-recordedit::before {
  content: "\f303";
  color: #dbdcd6;
  font-size: 0.875rem;
}

.cms-recordremove {
  background: none;
  border: none;
  font-size: 0;
  padding: 0;
}
.cms-recordremove::before {
  content: "\f2ed";
  color: #dbdcd6;
  font-size: 0.875rem;
}

.cms-recordsettings {
  background: none;
  border: none;
  font-size: 0;
  padding: 0;
}
.cms-recordsettings::before {
  content: "\f013";
  color: #dbdcd6;
  font-size: 0.875rem;
}

.cms-status {
  color: #9d9d9d;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.75rem;
}
.cms-status.-active::before {
  color: #B3CA2D;
}
.cms-status.-inactive::before {
  color: #C43E31;
}
.cms-status::before {
  content: "⬤";
  font-size: 0.6em;
  line-height: 0;
  vertical-align: 3px;
  margin-right: 0.6em;
}

.cms-recordstatus {
  font-size: 0.75rem;
  vertical-align: middle;
}

.cms-recordtitle {
  width: 291px;
}

.cms-return {
  padding-left: 1rem;
  position: relative;
}
.cms-return::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f104";
  font-size: 1rem;
  margin-right: 0.5rem;
}

.cms-save {
  background-color: #dbdcd6;
  border: none;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0;
  transition: background 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cms-save[href] {
  cursor: pointer;
}
.cms-save[href]:hover, .cms-save[href]:focus {
  background-color: #babbb2;
}
.cms-save:not([href]), .cms-save:not([href])::before {
  color: #babbb2;
}
.cms-save::before {
  content: "\f00c";
  color: #B3CA2D;
  margin-right: 0.4em;
}

.cms-settings {
  background-color: #3faa88;
  border: none;
  font-size: 0;
  line-height: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.cms-settings:hover, .cms-settings:focus {
  background: rgb(49.2103004292, 132.7896995708, 106.2317596567);
}
.cms-settings::before {
  font-size: 1rem;
  color: #fff;
  vertical-align: -30px;
}
.cms-settings {
  position: fixed;
  bottom: 3.2rem;
  left: 2rem;
}
.cms-settings::before {
  content: "\f013";
}

.cms-tab {
  padding: 1rem 2rem;
  border: 0;
  color: #3faa88;
  background-color: transparent;
  font-weight: 500;
  border-top: 5px solid transparent;
  cursor: pointer;
  transition: border-top 250ms cubic-bezier(0.215, 0.61, 0.355, 1), color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cms-tab:hover, .cms-tab:focus {
  border-top: 5px solid #9064a9;
  color: #000;
}
.cms-tab.-active {
  border-top: 5px solid #9064a9;
  background-color: #fff;
  color: #000;
}

.cms-texthidden {
  font-size: 0 !important;
}

.flatpickr-month,
.flatpickr-months,
.flatpickr-weekdays,
span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background: #741746 !important;
}

span.error {
  color: #C43E31;
  font-size: 1.125rem;
}

.inline-group {
  margin-bottom: 0;
}
.inline-group > * {
  display: inline-block;
  margin-right: 0.5rem;
}
.inline-group > *:last-child {
  margin-right: 0;
}

.image-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: rgba(225, 214, 221, 0.1);
}
.image-field img {
  display: inline-block;
  margin-top: 1rem;
}
.image-field > input {
  margin-bottom: 1rem;
  width: 100%;
}
.image-field a {
  line-height: 1.1;
}
.image-field .remove {
  font-weight: 700;
  font-size: 1rem;
}

.name-set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.name-set > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .name-set {
    margin-bottom: 0;
  }
  .name-set > * {
    width: calc(50% - 30px);
  }
}
.name-set {
  max-width: 710px;
  margin-bottom: 2rem;
}

.range .hidden {
  visibility: hidden;
  height: 0;
  padding: 0;
  border: none;
}

.range label {
  margin-bottom: 4.25rem;
}

.range .presets label {
  margin-bottom: 0;
}

.range .presets {
  margin-top: 1rem;
}

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  box-shadow: none;
  border: 2px solid #B3CA2D;
  width: 25px;
  height: 25px;
  top: -5px;
  cursor: grab;
}

.noUi-horizontal .noUi-handle:active {
  cursor: grabbing;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-connect {
  background-color: #741746;
}

.noUi-horizontal .noUi-tooltip {
  padding: 0px 5px;
  line-height: 1.6;
  border: 1px solid #dbdcd6;
  bottom: 180%;
}

.select > span {
  border: 1.5px solid #A79F9D;
  display: inline-block;
  width: 100%;
  position: relative;
}
.select > span + .error p::before, .select > span + .error li::before {
  content: "\f06a";
  color: #C43E31;
  margin-right: 0.5rem;
}
.select > span + .error li::before {
  top: 2px;
  left: 0;
  margin-right: 0.5rem;
}
.select > span + .error li {
  padding-left: 1.5rem;
  display: inline;
  margin-right: 1rem;
  position: relative;
}
.select > span + .error ul {
  margin-top: 0;
  padding-left: 0;
}

.select.-limit {
  width: 80px;
}

.select > span::before {
  content: "\f0d7";
  position: absolute;
  top: 0.8rem;
  right: 1.3rem;
  color: #741746;
  pointer-events: none;
  z-index: 2;
}

.select select {
  width: 100%;
  border: none;
  padding: 0.4rem 0.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.select select::-ms-expand {
  display: none;
}

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.selectr-selected {
  border: none;
  height: 45px;
}

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 9px 28px 9px 5px;
}

.selectr-option {
  min-height: 42px;
  margin-bottom: 0;
}

.selectr-options-container {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  border-radius: 5px;
}

.selectr-selected::before {
  display: none;
}

selectr-label {
  height: 32px;
}

.selectr-container:not(.multiple) .selectr-label {
  pointer-events: none;
}

.selectr-tag {
  background-color: #741746;
}

.template-select {
  margin-top: 3rem;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.template-select span {
  margin-right: 4rem;
  position: relative;
}
.template-select input:checked,
.template-select input:not(:checked) {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.template-select label {
  padding: 2rem;
  text-align: center;
  background-color: #f6f6f6;
  border: 2px solid #ececec;
  border-radius: 1.5rem;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1), border 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.template-select span:last-child {
  margin-right: 0;
}
.template-select label img {
  display: block;
  max-width: 128px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.template-select input:checked + label {
  background-color: #e8faff;
  border: 2px solid #86b9c6;
}
.template-select label::before,
.template-select label::after {
  display: none;
}

.text.-phone input {
  max-width: 150px;
}
.text.-extension input {
  max-width: 90px;
}
.text.-postalCode input {
  max-width: 120px;
}
.text.-date input {
  max-width: 130px;
}
.text.-immutable label {
  margin-bottom: 0.8rem;
}
.text.-immutable p {
  line-height: 1.5;
  margin-bottom: 0;
}
.text.-fullDescription textarea {
  height: 24em;
}
.text.-search {
  position: relative;
}
.text.-search input {
  padding-right: 3rem;
  border: none;
  border-bottom: 2px solid #dbdcd6;
}
.text.-search input:focus {
  border-bottom: 2px solid #2f3c47;
}
.text.-search .search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background: transparent;
  border: none;
  font-size: 0;
}
.text.-search .search::before {
  content: "\f002";
  font-size: 1rem;
  color: #3faa88;
}
.text textarea {
  line-height: 1.5;
}

.text .hidden {
  visibility: hidden;
  height: 0;
  padding: 0;
  border: none;
}

.cms-actionbar ul {
  display: flex;
  flex-direction: row;
}
.cms-actionbar li {
  width: 100%;
}
.cms-actionbar button {
  width: 100%;
}

.cms-actions li {
  margin-right: 1rem;
}
.cms-actions li:last-child {
  margin-right: 0;
}

.cms-alert {
  background-color: #dbdcd6;
  border-radius: 6px;
  padding: 1.2rem 1rem 0.8rem 3rem;
  position: relative;
}
.cms-alert .title,
.cms-alert .description {
  font-size: 0.75rem;
  text-transform: none;
  margin-bottom: 0;
}
.cms-alert .description {
  line-height: 1.4;
}
.cms-alert.-success::before {
  background-color: #B3CA2D;
}
.cms-alert.-success::after {
  content: "\f303";
}
.cms-alert.-error::before {
  background-color: #C43E31;
}
.cms-alert.-error::after {
  content: "\f05e";
}
.cms-alert::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: 5px;
  border-radius: 3px;
  background-color: #B3CA2D;
}
.cms-alert::after {
  content: "\f303";
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  font-size: 1.15rem;
}

.cms-navsecondary ul {
  flex-direction: column;
}

.cms-content .cms-alert {
  margin-bottom: 2.7rem;
}

.cms-editing-content {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  padding-left: 2rem;
  transition: padding-left 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #3e6a91;
  z-index: 5;
}
.cms-editing-content .action {
  background: none;
  border-radius: 0;
  background-color: #3faa88;
  font-weight: 600;
}
.cms-editing-content .action:hover::after,
.cms-editing-content .action:focus::after,
.cms-editing-content .cancel:hover::after,
.cms-editing-content .cancel:focus::after {
  display: none;
}
.cms-editing-content .title {
  font-size: 2.25rem;
  font-weight: 200;
  color: #fff;
  text-transform: none;
}
.cms-editing-content .title::before {
  content: "\f071";
  color: #ffe447;
  margin-right: 1.5rem;
  font-size: 1.9rem;
}
.cms-editing-content .actions {
  align-items: center;
}
.cms-editing-content .cancel {
  background: none;
  color: #fff;
  border: none;
}
.cms-editing-content .cancel:hover,
.cms-editing-content .cancel:focus {
  border: none;
}
.cms-editing-content.-open {
  padding-left: calc(320px + 2rem);
}

.file-upload {
  position: relative;
}
.file-upload .file-feedback {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(63, 170, 136, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.file-upload .file-feedback::before {
  content: "\f093";
  margin: 0;
  margin-bottom: 0.4em;
  display: block;
  font-size: 1.25rem;
}
.file-upload .message {
  text-align: center;
  font-size: 1.25rem;
  padding: 0;
  font-weight: 600;
  margin: 0;
}

.cms-filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.cms-filters .select.-limit {
  margin-left: auto;
  margin-right: 0;
}

.cms-frontend-nav .title {
  color: #86b9c6;
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 0.35rem;
  line-height: normal;
}
.cms-frontend-nav ul {
  padding-left: 0;
  margin-top: 0;
}
.cms-frontend-nav li {
  margin-bottom: 0;
}
.cms-frontend-nav li::before {
  display: none;
}
.cms-frontend-nav a {
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
}
.cms-frontend-nav a:hover,
.cms-frontend-nav a:focus {
  color: #86b9c6;
}

.headerWithEyebrow {
  margin-bottom: 2.5rem;
}
.headerWithEyebrow .title {
  font-size: 2.2rem;
  text-transform: none;
}
@media screen and (min-width: 1024px) {
  .headerWithEyebrow .title {
    font-size: 3rem;
  }
}

.cms-inline-file {
  position: absolute;
  padding: 0.5rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border: #c4c4c4;
  background-color: #fafafa;
  top: -9999px;
  left: -9999px;
  z-index: 9999999;
  background-color: #fff;
}
.cms-inline-file input {
  width: 233px;
}
.cms-inline-file .confirm-upload,
.cms-inline-file .cancel-upload {
  font-size: 0;
  cursor: pointer;
  border: none;
  background: none;
  vertical-align: middle;
}
.cms-inline-file .confirm-upload::before,
.cms-inline-file .cancel-upload::before {
  font-size: 1.5rem;
}
.cms-inline-file .confirm-upload::before {
  content: "\f00c";
  color: #B3CA2D;
}
.cms-inline-file .cancel-upload::before {
  content: "\f00d";
  color: #C43E31;
}
.cms-inline-file .confirm-upload {
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cms-inline-file .confirm-upload.-active {
  opacity: 1;
  pointer-events: all;
}
.cms-inline-file::after {
  content: "\f3f4";
  position: absolute;
  top: 21px;
  right: 41px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: continuousRotation 0.5s infinite linear;
}
.cms-inline-file.-active::after {
  opacity: 1;
}

.cms-islet-error {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background-color: rgb(217.3, 114.2020408163, 104.2);
  z-index: 10;
  padding: 1rem;
  padding-right: 3rem;
  margin-left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.cms-islet-error p {
  margin-bottom: 0;
}
.cms-islet-error .cms-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.cms-list {
  background-color: green;
}

.cms-loading-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Placeholder */
.message {
  display: flex;
  flex-direction: row;
  padding: 2rem;
}
.message > *:last-child {
  margin-bottom: 0;
}
.message header::before {
  display: block;
  font-size: 2rem;
  margin-bottom: 0rem;
}
.message header {
  margin-right: 1rem;
}
.message .description > *:last-child {
  margin-bottom: 0;
}
.message .title {
  font-size: 1.1rem;
}
.message.-info {
  background-color: rgb(237.9113924051, 247.7848101266, 254.0886075949);
  border: 2px solid #0c8ee1;
}
.message.-info header {
  color: #0c8ee1;
}
.message.-info header::before {
  content: "\f05a";
}
.message.-error {
  background-color: rgb(240.76, 201.8179591837, 198.04);
  border: 2px solid #C43E31;
}
.message.-error header {
  color: #C43E31;
}
.message.-error header::before {
  content: "\f2f0";
}
.message.-warning {
  background-color: rgb(255, 222.84, 193.8);
  border: 2px solid #FF7900;
}
.message.-warning header {
  color: #FF7900;
}
.message.-warning header::before {
  content: "\f071";
}
.message.-success {
  background-color: rgb(252.7975708502, 253.5425101215, 248.4574898785);
  border: 2px solid #B3CA2D;
}
.message.-success header {
  color: #B3CA2D;
}
.message.-success header::before {
  content: "\f058";
}
.message.-emphasize {
  text-align: center;
  flex-direction: column;
  padding: 0;
}
.message.-emphasize header {
  color: #fff;
  padding: 1.7rem;
  margin-right: 0;
}
.message.-emphasize .title {
  display: block;
}
.message.-emphasize header::before {
  margin-bottom: 0.9em;
}
.message.-emphasize .description {
  padding: 2rem;
  font-size: 0.8rem;
}
.message.-emphasize.-error header {
  background-color: #C43E31;
}
.message.-emphasize.-success header {
  background-color: #B3CA2D;
}
.message.-emphasize.-info header {
  background-color: #0c8ee1;
}

.cms-module-palette {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: calc(-1 * 2rem / 2);
  margin-right: calc(-1 * 2rem / 2);
}
.cms-module-palette > * {
  width: 100%;
  margin-left: calc(2rem / 2);
  margin-right: calc(2rem / 2);
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .cms-module-palette > * {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .cms-module-palette > * {
    width: calc(33.3333% - 2rem);
  }
}
.cms-module-palette {
  overflow-y: scroll;
  margin-right: calc(-1 * (1rem + 1px));
  height: calc(100% - 100px);
}
.cms-module-palette .cms-module-select {
  margin-bottom: 2rem;
}

.cms-module-palette-wrapper {
  overflow: hidden;
}

body.-mac .cms-module-palette {
  margin-right: -1rem;
}

.cms-modules > .title {
  color: #86b9c6;
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 1.55rem;
  line-height: 1.3;
}
.cms-modules ul {
  padding-left: 0;
}
.cms-modules li {
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cms-modules li::before {
  display: none;
}
.cms-modules .cms-module {
  min-width: 234px;
}
.cms-modules .cms-return {
  color: #fff;
  display: inherit;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}
.cms-modules .cms-return:hover,
.cms-modules .cms-return:focus {
  color: #86b9c6;
}
.cms-modules .draggable-source--is-dragging > * {
  opacity: 0;
}
.cms-modules .draggable-source--is-dragging {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px #86b9c6;
  box-sizing: border-box;
}

.navigation.-pagination ul {
  display: flex;
  flex-direction: row;
  background-color: transparent;
}
.navigation.-pagination ul .page,
.navigation.-pagination ul .prev,
.navigation.-pagination ul .next {
  width: auto;
  display: inline-block;
  font-size: 1.125rem;
  background-color: transparent;
  color: #741746;
}
.navigation.-pagination ul .page:hover, .navigation.-pagination ul .page:focus, .navigation.-pagination ul .page.-active,
.navigation.-pagination ul .prev:hover,
.navigation.-pagination ul .prev:focus,
.navigation.-pagination ul .prev.-active,
.navigation.-pagination ul .next:hover,
.navigation.-pagination ul .next:focus,
.navigation.-pagination ul .next.-active {
  background-color: transparent;
  color: #36071F;
}

.cms-pagination ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
}
.cms-pagination li {
  flex-grow: 0;
}
.cms-pagination .cms-spread {
  color: #3faa88;
  font-weight: 600;
  margin: 0 0.3em;
  line-height: 0;
  vertical-align: -4px;
}
.cms-pagination .cms-page,
.cms-pagination .cms-previous,
.cms-pagination .cms-next {
  width: auto;
  display: inline-block;
  padding: 0.05rem 0.7rem;
  background-color: transparent;
  color: #3faa88;
  font-weight: 600;
  border-radius: 5px;
}
.cms-pagination .cms-page:hover, .cms-pagination .cms-page.-active,
.cms-pagination .cms-previous:hover,
.cms-pagination .cms-previous.-active,
.cms-pagination .cms-next:hover,
.cms-pagination .cms-next.-active {
  background-color: #9064a9;
  color: #fff;
}
.cms-pagination .cms-previous,
.cms-pagination .cms-next {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}
.cms-pagination .cms-previous {
  margin-right: 1.5em;
}
.cms-pagination .cms-next {
  margin-left: 1.5em;
}
.cms-pagination .cms-previous::before {
  content: "\f177";
  margin-right: 0.5em;
  font-size: 1.3em;
  vertical-align: -1px;
}
.cms-pagination .cms-next::after {
  content: "\f178";
  margin-left: 0.5em;
  font-size: 1.3em;
  vertical-align: -1px;
}

.cms-photo-thumbnail input {
  display: block;
  margin: 0 auto;
}
.cms-photo-thumbnail .img-preview {
  max-height: 200px;
  width: auto;
}

.cms-profile {
  padding: 2rem;
  padding-bottom: 1.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #27323c;
  color: #fff;
}
.cms-profile .cms-name {
  margin-bottom: 0;
  margin-bottom: 0.3rem;
}
.cms-profile .cms-avatar {
  margin-right: 1rem;
}
.cms-profile > div {
  line-height: 1;
}
.cms-profile a {
  font-size: 0.75rem;
  font-weight: 400;
  margin-right: 1rem;
  margin-bottom: 0.3rem;
  display: inline-block;
  color: #fff;
}
.cms-profile a:hover {
  color: #86b9c6;
}

.cms-record {
  display: none;
  padding: 0 4rem;
}
.cms-record form {
  display: flex;
  flex-direction: row;
}
.cms-record form > * {
  padding-top: 3rem;
}
.cms-record form .primary {
  margin-right: 4rem;
  flex-grow: 1;
}
.cms-record form .primary fieldset > *:not(.-immutable) {
  max-width: 540px;
}
.cms-record .-immutable {
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: #f6f6f6;
}
.cms-record form .secondary {
  width: 300px;
  box-shadow: inset 21px 0 45px -45px rgba(0, 0, 0, 0.4);
  padding-left: 2rem;
}
.cms-record.-active {
  display: block;
}

.cms-user-login {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.cms-user-login .text {
  margin-bottom: 0;
  flex-grow: 1;
  margin-right: 2rem;
}

.cms-version {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: right;
}

.cms-widget {
  width: 100%;
  border: 1px solid #dbdcd6;
  border-radius: 5px;
  padding: 2rem;
}
.cms-widget .title {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
}
.cms-widget h3 {
  font-size: 1rem;
}
.cms-widget p {
  margin-bottom: 1.3rem;
}
.cms-widget .action {
  margin-top: 1rem;
}
.cms-widget .cta::after {
  content: "\f105";
  font-size: 1.4em;
  margin-left: 0.4em;
  vertical-align: -3px;
}
.cms-widget > *:last-child {
  margin-bottom: 0;
}

.cms-admin {
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 0;
  display: none;
  position: relative;
  z-index: 4;
}
.cms-admin .title,
.cms-admin h1, .cms-admin h2, .cms-admin h3, .cms-admin h4, .cms-admin h5,
.cms-admin p, .cms-admin ul, .cms-admin li, .cms-admin a, .cms-admin input {
  font-family: "Poppins", sans-serif !important;
}
@media screen and (min-width: 1024px) {
  .cms-admin {
    display: block;
  }
}

.cms-dashboard {
  padding: 4rem;
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 3.1em;
       column-gap: 3.1em;
  max-width: 1600px;
}
.cms-dashboard .cms-widget {
  margin-bottom: 3.1rem;
}
.cms-dashboard > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: block;
}
@media screen and (min-width: 1024px) {
  .cms-dashboard {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media screen and (min-width: 1024px) {
  .cms-frontend-admin {
    width: 320px;
    position: fixed;
    background-color: #2f3c47;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 6;
    transition: transform 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(-100%);
    margin-bottom: 0;
    overflow: hidden;
  }
  .cms-frontend-admin.-open {
    transform: translateX(0);
  }
  .cms-frontend-admin.-open::before {
    transform: translateX(0);
  }
  .cms-frontend-admin .cms-toolbar {
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-bottom: 0;
    overflow-y: scroll;
    margin-right: -17px;
  }
  .cms-frontend-admin.-mac .cms-toolbar {
    margin-right: 0;
  }
  .cms-frontend-admin .cms-toolbar main {
    position: relative;
    padding: 2rem;
    padding-bottom: 7rem;
  }
  .cms-frontend-admin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    z-index: 1;
    transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(-100%);
    background: repeating-linear-gradient(-35deg, #e2e428, #e2e428 4px, #2f3c47 4px, #2f3c47 8px);
  }
}

.cms-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 2rem;
}
.cms-header .cms-title {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 48px;
}
.cms-header .cms-subtitle {
  display: block;
  color: #9064a9;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.cms-header nav {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .cms-header {
    flex-direction: row;
  }
  .cms-header .cms-title {
    margin-bottom: 0;
    font-size: 2.1175rem;
  }
}

/* Placeholder */
.cms-main {
  background-color: red;
}

.cms-navprimary {
  margin-top: 0.5rem;
}
.cms-navprimary ul {
  flex-direction: column;
}
.cms-navprimary > ul > li.-active {
  background-color: #3e6a91;
}
.cms-navprimary > ul > li.-active ul a.-active {
  color: #fff;
  font-weight: 700;
}
.cms-navprimary ul ul {
  height: 0;
  overflow: hidden;
}
.cms-navprimary ul ul.-open {
  height: auto;
}
.cms-navprimary ul ul a {
  font-size: 0.875rem;
  padding: 0 1rem;
  padding-left: 2rem;
  font-weight: 400;
}
.cms-navprimary ul ul a.-active,
.cms-navprimary ul ul a:hover,
.cms-navprimary ul ul a:focus {
  background-color: transparent;
  color: #86b9c6;
}
.cms-navprimary a {
  text-align: left;
  background-color: transparent;
  margin-bottom: 0.5rem;
}
.cms-navprimary a i {
  margin-right: 0.3rem;
  width: 17px;
}
.cms-navprimary a:hover,
.cms-navprimary a:focus,
.cms-navprimary a.-active {
  background-color: transparent;
  color: #86b9c6;
}

.cms-prompt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(19, 19, 19, 0.86);
  z-index: 7;
  margin-bottom: 0;
}
.cms-prompt .text,
.cms-prompt .select {
  margin-bottom: 1.5rem;
}
.cms-prompt .note {
  text-align: left;
}
.cms-prompt .cms-attribute-fields {
  margin: 2rem 0;
  position: relative;
}
.cms-prompt .cms-attribute-fields .cms-loading-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cms-prompt .description {
  margin-bottom: 0;
}
.cms-prompt .cms-loading-indicator.-fetch {
  display: inline;
  margin-left: 1rem;
}
.cms-prompt .cms-loading-indicator.-fetch img {
  width: 20px;
}
.cms-prompt-info {
  background-color: #fff;
  max-width: 768px;
  width: 100%;
  max-height: 100%;
  border-radius: 30px;
  text-align: center;
  padding: 3rem 4rem 2.625rem;
  overflow-y: scroll;
}
.cms-prompt-info > .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: none;
}
.cms-prompt .link {
  margin-right: 1rem;
}
.cms-prompt-cancel {
  color: #838383;
  font-weight: 600;
}
.cms-prompt input[type=date],
.cms-prompt input[type=datetime-local],
.cms-prompt input[type=email],
.cms-prompt input[type=month],
.cms-prompt input[type=number],
.cms-prompt input[type=password],
.cms-prompt input[type=search],
.cms-prompt input[type=tel],
.cms-prompt input[type=text],
.cms-prompt input[type=time],
.cms-prompt input[type=url],
.cms-prompt input[type=week],
.cms-prompt textarea {
  border: 1px solid #A79F9D;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  transition: 250ms border;
  display: block;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0.875rem 0.6rem;
  width: 100%;
}
.cms-prompt input[type=date]:focus,
.cms-prompt input[type=datetime-local]:focus,
.cms-prompt input[type=email]:focus,
.cms-prompt input[type=month]:focus,
.cms-prompt input[type=number]:focus,
.cms-prompt input[type=password]:focus,
.cms-prompt input[type=search]:focus,
.cms-prompt input[type=tel]:focus,
.cms-prompt input[type=text]:focus,
.cms-prompt input[type=time]:focus,
.cms-prompt input[type=url]:focus,
.cms-prompt input[type=week]:focus,
.cms-prompt textarea:focus {
  border: 1.5px solid #000;
}
.cms-prompt label {
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.85rem;
  line-height: 1rem;
  text-align: left;
}

.receipt .description p {
  display: inline;
}

.cms-recordlist.-reordering .cms-select {
  position: relative;
  cursor: grab;
}
.cms-recordlist.-reordering .cms-select input {
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}
.cms-recordlist.-reordering .cms-select::before {
  content: "\f58d";
  font-size: 0.8rem;
  color: #dbdcd6;
}
.cms-recordlist .draggable-mirror {
  background: #fff;
  min-width: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cms-recordlist .draggable-mirror {
  background: #fff;
  min-width: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.cms-records {
  padding: 2.5rem 4rem;
}
.cms-records .text.-search {
  max-width: 400px;
}
.cms-records .cms-select {
  width: 42px;
}
.cms-records .cms-pagination {
  margin-bottom: 0;
}
.cms-records .cms-actions {
  width: 200px;
  text-align: center;
}
.cms-records .cms-actions > * {
  margin-right: 18px;
}
.cms-records .cms-actions > *:last-child {
  margin-right: 0;
}
.cms-records .cms-actions a {
  background: none;
  border: none;
  padding: 0;
  font-size: 0;
}
.cms-records .cms-actions a i {
  font-size: 1rem;
}
.cms-records .cms-actions a::before {
  color: #dbdcd6;
  font-size: 0.875rem;
}
.cms-records .cms-actions a[href]:hover::before {
  color: #3faa88;
}
.cms-records .cms-record {
  display: table-row;
}
.cms-records footer {
  border-top: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cms-records form {
  max-width: 100%;
  overflow-x: auto;
}
.cms-records th {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: none;
}
.cms-records tr:nth-child(even) > td {
  background-color: transparent;
}
.cms-records tr {
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cms-records tbody tr:hover {
  background-color: #f6f6f6;
}
.cms-records tbody tr:hover .cms-recordedit::before,
.cms-records tbody tr:hover .cms-recordsettings::before {
  color: #3faa88;
}
.cms-records tbody tr:hover .cms-recordremove::before {
  color: #C43E31;
}
.cms-records td {
  font-size: 0.875rem;
  line-height: 1em;
}
.cms-records td:first-child:not(.cms-select),
.cms-records .cms-select + td {
  font-weight: 600;
}
.cms-records td label {
  margin-bottom: 0;
}
.cms-records tr > td {
  border-bottom: 2px solid #dbdcd6;
  border-right: 2px solid #dbdcd6;
}
.cms-records tr > td:last-child {
  border-right: none;
}
.cms-records tr:last-child > td {
  border-bottom: none;
}

.cms-repeated .cms-hidden {
  display: none;
}
.cms-repeated .cms-remove {
  margin-top: -1.1rem;
  display: block;
}
.cms-repeated .cms-add {
  font-size: 1rem;
  margin-left: 1rem;
}

.cms-tabs {
  margin-bottom: 0;
  padding-left: 4rem;
  padding-top: 2rem;
  background-color: #f6f6f6;
}
.cms-tabs ul {
  list-style-type: none;
  padding-left: 0;
}
.cms-tabs ul li::before {
  content: "";
}
.cms-tabs ul {
  justify-content: flex-start;
}
.cms-tabs li {
  margin-right: 3rem;
  flex-grow: 0;
}
.cms-tabs li:last-child {
  margin-right: 0;
}

.cms-toolbar {
  padding-left: 5px;
  position: relative;
}
.cms-toolbar .cms-actionbar {
  margin-bottom: 0;
}
.cms-toolbar .cms-title {
  font-size: 1rem;
  padding: 1.3rem 2rem;
  color: #fff;
  font-weight: 600;
}
.cms-toolbar .cms-navsecondary {
  padding-bottom: 1rem;
}
.cms-toolbar .cms-action {
  background: none;
  border-radius: 0;
  border: 2px solid #3faa88;
  color: #fff;
  font-weight: 600;
  padding: calc(0.55rem - 2px) calc(1rem - 2px);
  background-color: transparent;
  margin: 0 auto;
}
.cms-toolbar .cms-action.-close {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.cms-toolbar .cms-action:hover,
.cms-toolbar .cms-action:focus {
  background-color: #3faa88;
}
.cms-toolbar .cms-action:hover::after,
.cms-toolbar .cms-action:focus::after {
  display: none;
}

/* Placeholder */
.cms-tool {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .cms-tool > main {
    margin-left: 320px;
  }
  .cms-tool > main > .message {
    margin: 3rem 4rem;
    margin-bottom: 0;
  }
  .cms-tool aside {
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  .cms-tool aside .cms-toolbar {
    background-color: #2f3c47;
    height: 100%;
    overflow-y: scroll;
    margin-right: -17px;
  }
  .cms-tool aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    z-index: 1;
    background: repeating-linear-gradient(-35deg, #e2e428, #e2e428 4px, #2f3c47 4px, #2f3c47 8px);
  }
}

@media screen and (min-width: 1024px) {
  body.-mac aside .cms-toolbar {
    margin-right: 0;
  }
}

/* Placeholder */
main.update fieldset > * {
  margin-bottom: 1.4rem;
}

/* Placeholder */
/* Placeholder */
/* Placeholder */
/* Placeholder */
/* Placeholder */
/* Placeholder */
/* Placeholder */
figure {
  margin: 0;
  margin-bottom: 2rem;
}

figcaption {
  margin-top: 1rem;
  font-style: italic;
  font-size: 0.9rem;
}

button,
input,
optgroup,
select,
textarea {
  font-feature-settings: "lnum" 1;
  font: inherit;
  margin: 0;
}
button + .error p::before,
input + .error p::before,
optgroup + .error p::before,
select + .error p::before,
textarea + .error p::before {
  content: "\f06a";
  color: #C43E31;
  margin-right: 0.5rem;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.85rem;
  line-height: 1rem;
}

fieldset > legend {
  font-size: 1.7rem;
  border-bottom: 1px solid #B3CA2D;
  width: 100%;
}
fieldset > legend label {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  fieldset > legend {
    font-size: 2.25rem;
  }
}

fieldset > * {
  margin-bottom: 1rem;
}

fieldset > *:last-child,
fieldset > button.action {
  margin-bottom: 0;
}

label.required::after {
  content: "*";
  color: #C43E31;
  margin-left: 3px;
  font-weight: 900;
}

form > * {
  margin-bottom: 2.1rem;
}

form > *:last-child {
  margin-bottom: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 2.8rem;
}
fieldset .help {
  color: #741746;
  font-size: 0.8rem;
  margin: 0;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  border: 1px solid #A79F9D;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  transition: 250ms border;
  display: block;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0.875rem 0.6rem;
  width: 100%;
  line-height: 1;
}
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  border: 1.5px solid #000;
}

input[type=reset],
input[type=search],
input[type=text],
input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #dbdcd6;
}

::ms-input-placeholder {
  color: #dbdcd6;
}

::-placeholder {
  color: #dbdcd6;
}

textarea {
  height: 8em;
  overflow: auto;
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
}

[type=radio]:checked + label .count,
[type=radio]:not(:checked) + label .count {
  margin-bottom: 0;
  color: #fff;
  background-color: #E1D6DD;
  white-space: nowrap;
  margin-left: 0.3rem;
  padding: 0.05rem 0.4rem;
  border-radius: 8px;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #969696;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #741746;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.radios .radio {
  display: inline;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 1rem;
  line-height: 1.4;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 1.7rem;
}
@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 1.15rem;
  }
}

hr {
  border: 0;
  display: block;
  height: 50px;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
hr::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 60px);
  height: 200%;
  box-shadow: inset 0 30px 30px rgba(0, 0, 0, 0.05);
}

a {
  text-decoration: none;
  color: #741746;
  transition: color 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
}

a:hover,
a:focus,
button.link:hover,
button.link:focus {
  color: #36071F;
}

button.link {
  text-decoration: none;
  background-color: transparent;
  color: #741746;
  transition: color 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
  padding: 0;
  border: 0;
  cursor: pointer;
}

p,
ol,
ul,
dl {
  margin-bottom: 2rem;
}

ol,
ul {
  padding-left: 2rem;
}
ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd {
  margin-bottom: 1em;
}

ul {
  list-style: disc;
  list-style-type: disc;
  padding-left: 1.1rem;
}

ul li {
  position: relative;
}

ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.1rem;
}

.ck ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: -1.1rem;
}

dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

dt {
  flex-basis: 20%;
  padding: 2px 4px;
  background: #333;
  text-align: left;
  color: #fff;
}

dd {
  flex-basis: 70%;
  flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
}

@media screen and (min-width: 576px) {
  dl {
    flex-direction: row;
    flex-wrap: wrap;
    border: solid #333;
    border-width: 1px 1px 0 0;
  }
  dt {
    text-align: right;
  }
  dd {
    border-bottom: 1px solid #333;
  }
}
/* Placeholder */
video {
  max-width: 100%;
}

nav {
  margin-bottom: 2rem;
}
nav .back {
  display: none;
}
nav ul {
  list-style-type: none;
  padding-left: 0;
}
nav ul li::before {
  content: "";
}
nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
nav li {
  flex-grow: 1;
  margin-bottom: 0;
  text-align: center;
  display: block;
}
nav a {
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: 400;
  background-color: #333;
  color: #fff;
  transition: background 250ms cubic-bezier(0.215, 0.61, 0.355, 1), color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
nav a:hover {
  background-color: #ddd;
  color: #000;
}

p {
  margin: 0 0 2em;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

blockquote {
  margin-bottom: 2rem;
  padding-left: 3rem;
  margin-left: 0;
  position: relative;
}
blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 6rem;
}
blockquote footer {
  position: relative;
}
blockquote footer::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #000;
  top: -12px;
  left: 0;
  width: 70px;
}

section .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section .container > * {
  width: 100%;
}

section {
  margin-bottom: 4rem;
}

section .container article {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  section .container article {
    width: 70%;
    padding-right: 2rem;
  }
}

section .container aside {
  width: 100%;
  background-color: #ddd;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  section .container aside {
    width: 30%;
    padding-right: 2rem;
  }
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

main footer {
  border-top: 1px solid #B3CA2D;
  padding-top: 1rem;
  margin: 4rem 0 3rem 0;
}

.select > span {
  border: 1.5px solid #A79F9D;
  display: inline-block;
  width: 100%;
  position: relative;
}
.select > span + .error p::before {
  content: "\f06a";
  color: #C43E31;
  margin-right: 0.5rem;
}

.select > span::before {
  content: "\f0d7";
  position: absolute;
  top: 0.8rem;
  right: 1.3rem;
  color: #741746;
  pointer-events: none;
  z-index: 2;
}

.select select {
  width: 100%;
  border: none;
  padding: 0.4rem 0.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.select select::-ms-expand {
  display: none;
}

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.ss-main .ss-multi-selected .ss-add {
  opacity: 0;
}

table:not([class]),
table.ck-table-resized {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
  width: 100%;
}
table:not([class]) caption,
table.ck-table-resized caption {
  font-size: 0.9rem;
  margin-bottom: 0.75em;
}
table:not([class]) td,
table:not([class]) th,
table.ck-table-resized td,
table.ck-table-resized th {
  padding: 1rem 2rem;
  text-align: left;
}
table:not([class]) thead th,
table.ck-table-resized thead th {
  border-bottom: 1px solid #B3CA2D;
}
table:not([class]) tbody th,
table.ck-table-resized tbody th {
  background-color: #333;
  color: #fff;
}
table:not([class]) td,
table.ck-table-resized td {
  border: 0;
  vertical-align: top;
}
table:not([class]) tr:nth-child(even) td,
table.ck-table-resized tr:nth-child(even) td {
  background-color: rgba(225, 214, 221, 0.2);
}

figure.table {
  overflow: scroll;
  margin-bottom: 2rem;
}
figure.table table thead th {
  border-bottom: none;
}
figure.table table {
  margin-bottom: 0;
}
figure.table table thead {
  box-shadow: 0 4px 10px rgba(179, 202, 45, 0.1);
}
figure.table table tr:nth-child(even) td {
  background-color: rgba(225, 214, 221, 0.075);
}
figure.table table td,
figure.table table th {
  padding: 0.7rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  figure.table {
    overflow: hidden;
  }
}

@keyframes continuousRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Placeholder */
.action {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 3.25rem;
  color: #fff;
  background-color: #741746;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.action:hover, .action:focus {
  background-color: #36071F;
  color: #fff;
  text-decoration: none;
}
.action:hover .count, .action:focus .count {
  color: #36071F;
}
.action.-option {
  padding: 5px 13px;
}
.action.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-person::before {
  content: "\f007";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-personAdd::before {
  content: "\f234";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secure::before {
  content: "\f30d";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-print::before {
  content: "\f02f";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-processing {
  background-color: #36071F;
  color: #36071F;
}
.action.-processing::before {
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.action[disabled] {
  background-color: #dbdcd6;
}
.action.-processing[disabled] {
  color: #dbdcd6;
}
.action .count {
  background-color: rgba(255, 255, 255, 0.7);
  color: #741746;
  padding: 0 5px;
  border-radius: 12px;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.action.-sticky {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 50%;
}
.action.-secondary {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.action.-secondary:hover, .action.-secondary:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.action.-secondary:hover .count, .action.-secondary:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.action.-secondary.-option {
  padding: 3px 11px;
}
.action.-secondary.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.action.-secondary.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.action.-secondary.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.action.-secondary.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.action.-secondary.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.action.-secondary .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.action.-secondary.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.action.-secondary.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}
.action.-secondary {
  background-color: #3EBFB9;
}
.action.-secondary:hover {
  background-color: #A79F9D;
}
@media screen and (min-width: 1024px) {
  .action.-sticky {
    font-size: 1rem;
    border-radius: 5px;
  }
  .action.-sticky::before {
    margin-right: 0.5rem;
  }
}

button.action {
  border: none;
  cursor: pointer;
}
button.action:hover, button.action:focus, button.action:active {
  border: none;
}

.cancel {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cancel:hover, .cancel:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.cancel:hover .count, .cancel:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.cancel.-option {
  padding: 3px 11px;
}
.cancel.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.cancel.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.cancel.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.cancel.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.cancel.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.cancel .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cancel.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.cancel.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}

.address .recipient {
  text-transform: uppercase;
}

.advancement {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.advancement > * {
  margin-bottom: 30px;
}
.advancement > *:last-child {
  margin-bottom: 0;
}
.advancement {
  background-color: #B3CA2D;
  color: #fff;
  font-size: 1.125rem;
}
.advancement .types {
  list-style-type: none;
  padding-left: 0;
}
.advancement .types li::before {
  content: "";
}
.advancement .types {
  display: flex;
  flex-direction: row;
  flex: 0 1 0;
  margin-top: 0;
}
.advancement .type {
  margin-bottom: 0;
  color: #fff;
  background-color: #E1D6DD;
  white-space: nowrap;
  margin-left: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 5px;
}
.advancement .type:first-of-type {
  margin-left: 0;
}
.advancement .type::before {
  display: none;
}
.advancement.-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: calc(-0 / 2);
  margin-right: calc(-0 / 2);
  padding: 0;
}
.advancement.-preview > * {
  width: calc(100% - 0);
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .advancement.-preview {
    flex-direction: row;
  }
  .advancement.-preview > * {
    margin: 0 calc(0 / 2);
    flex: 1 1 0;
  }
}
.advancement.-preview p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: calc(-0 / 2);
  margin-right: calc(-0 / 2);
  padding: 0;
}
.advancement.-preview p > * {
  width: calc(100% - 0);
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .advancement.-preview p {
    flex-direction: row;
  }
  .advancement.-preview p > * {
    margin: 0 calc(0 / 2);
    flex: 1 1 0;
  }
}
.advancement.-preview strong {
  margin-right: 5px;
}
.advancement.-featured p {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px;
}
.advancement.-featured p > * {
  margin-bottom: 30px;
}
.advancement.-featured p > *:last-child {
  margin-bottom: 0;
}
.advancement.-featured p {
  margin-bottom: 0;
}
.advancement.-featured strong {
  font-size: 1.6em;
  line-height: 1;
}
.advancement.-featured .fraction {
  padding: 0;
}
.advancement.-featured .types {
  flex-direction: column;
  align-items: center;
}
.advancement.-featured .type {
  margin-left: 0;
  margin-bottom: 1rem;
}
.advancement.-featured .type:last-of-type {
  margin-bottom: 0;
}

.back {
  display: block;
}
.back::before {
  content: "\f060";
  margin-right: 0.5rem;
}

.-blog::after {
  content: "\f4ad";
  font-size: 1rem;
  font-weight: 300;
  order: 1;
  margin-left: 5px;
}

.button.-primary,
.button {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 3.25rem;
  color: #fff;
  background-color: #741746;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button.-primary:hover, .button.-primary:focus,
.button:hover,
.button:focus {
  background-color: #36071F;
  color: #fff;
  text-decoration: none;
}
.button.-primary:hover .count, .button.-primary:focus .count,
.button:hover .count,
.button:focus .count {
  color: #36071F;
}
.button.-primary.-option,
.button.-option {
  padding: 5px 13px;
}
.button.-primary.-add::before,
.button.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-primary.-remove::before,
.button.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-primary.-person::before,
.button.-person::before {
  content: "\f007";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-primary.-personAdd::before,
.button.-personAdd::before {
  content: "\f234";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-primary.-secure::before,
.button.-secure::before {
  content: "\f30d";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-primary.-date::before,
.button.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-primary.-external::before,
.button.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-primary.-download::before,
.button.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-primary.-print::before,
.button.-print::before {
  content: "\f02f";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-primary.-processing,
.button.-processing {
  background-color: #36071F;
  color: #36071F;
}
.button.-primary.-processing::before,
.button.-processing::before {
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.button.-primary[disabled],
.button[disabled] {
  background-color: #dbdcd6;
}
.button.-primary.-processing[disabled],
.button.-processing[disabled] {
  color: #dbdcd6;
}
.button.-primary .count,
.button .count {
  background-color: rgba(255, 255, 255, 0.7);
  color: #741746;
  padding: 0 5px;
  border-radius: 12px;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button.-secondary {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button.-secondary:hover, .button.-secondary:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.button.-secondary:hover .count, .button.-secondary:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.button.-secondary.-option {
  padding: 3px 11px;
}
.button.-secondary.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-secondary.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.button.-secondary.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.button.-secondary.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-secondary.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-secondary.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-secondary.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.button.-secondary.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.button.-secondary.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.button.-secondary[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.button.-secondary .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button.-secondary.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.button.-secondary.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}

.button.-left {
  align-self: flex-start;
}

.button.-center {
  align-self: center;
}

.button.-right {
  align-self: flex-end;
}

.button.-pill {
  padding: 5px 8px;
  margin: 0;
  line-height: 1.2;
}

[data-module=cta] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  [data-module=cta] {
    margin-bottom: 4rem;
  }
}

.cancel {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cancel:hover, .cancel:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.cancel:hover .count, .cancel:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.cancel.-option {
  padding: 3px 11px;
}
.cancel.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.cancel.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.cancel.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.cancel.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.cancel.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.cancel .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cancel.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.cancel.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}

button.cancel {
  border: none;
}

a.-cart {
  display: inline-flex;
  align-items: center;
  vertical-align: 1px;
}
a.-cart::after {
  content: "\f07a";
  font-size: 1rem;
  font-weight: 300;
  order: 1;
  margin-left: 5px;
}

.close {
  font-size: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.close::before {
  content: "\f00d";
  font-size: 1.125rem;
  color: #000;
}
.close:hover::before, .close:focus::before {
  color: #36071F;
}

.community::after {
  content: "\f4b6";
  margin-left: 0.5rem;
  font-weight: 400;
}

.count {
  font-size: 0.7em;
  margin-left: 0.7em;
  background-color: #E1D6DD;
  padding: 0 5px;
  border-radius: 50%;
  color: #fff;
  order: 2;
  line-height: 1.6;
  min-width: 18px;
  text-align: center;
}

.cpe-group {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  color: #741746;
  font-weight: 600;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0.25rem 0;
  background-color: rgba(116, 23, 70, 0.1);
}
.cpe-group .count {
  height: 24px;
  min-width: 24px;
  border-radius: 12px;
  border: 1px solid #741746;
  background-color: transparent;
  color: #741746;
  display: inline-block;
  vertical-align: 3px;
  line-height: 22px;
  text-align: center;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1), border 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cpe-group.-active {
  color: #333;
}
.cpe-group.-active .count {
  border: 1px solid #333;
  color: #333;
}
.cpe-group .description {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  display: none;
}
.cpe-group.-active {
  background-color: #741746;
  color: #fff;
}
.cpe-group.-active .count {
  color: #fff;
  border: 1px solid #fff;
}
.cpe-group.-active:focus {
  border-color: #741746;
  background-color: #741746;
  color: #fff;
}
.cpe-group.-active:focus .count {
  color: #fff;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .cpe-group {
    margin: 0 0.5rem;
    text-align: center;
  }
  .cpe-group:first-child {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .cpe-group:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .cpe-group .description {
    color: #000;
  }
  .cpe-group.-active {
    background-color: #741746;
    color: #fff;
  }
  .cpe-group.-active .count {
    color: #fff;
    border: 1px solid #fff;
  }
  .cpe-group.-active:hover, .cpe-group.-active:focus {
    border-color: #741746;
    background-color: #741746;
    color: #fff;
  }
  .cpe-group.-active:hover .count, .cpe-group.-active:focus .count {
    color: #fff;
    background-color: transparent;
  }
  .cpe-group:hover, .cpe-group:focus {
    color: #fff;
    background-color: #741746;
  }
  .cpe-group:hover .count, .cpe-group:focus .count {
    color: #fff;
    border: 1px solid #fff;
  }
}

section.primary-content:not(:empty) {
  margin-top: 4rem;
}

.date {
  color: #000;
  font-weight: 600;
}
.date::before {
  color: #3EBFB9;
  margin-right: 0.25rem;
}
.date::before {
  content: "\f073";
}
.date span {
  display: block;
  padding-left: 1.65rem;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .date span {
    display: inline;
    padding-left: 0;
  }
}

.divide {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 0.5rem 0;
  margin-bottom: 1.9rem;
}
.divide::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #B3CA2D;
  opacity: 0.25;
  margin-left: 1rem;
}

.division {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.division:hover, .division:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.division:hover .count, .division:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.division.-option {
  padding: 3px 11px;
}
.division.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.division.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.division.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.division.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.division.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.division.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.division.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.division.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.division.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.division[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.division .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.division.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.division.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}

.dropdown .js-expandTrigger::after {
  content: "\f078";
  font-size: 13px;
  margin-left: 5px;
}
.dropdown__item {
  display: none;
  position: absolute;
}
.dropdown__item.-expanded {
  display: block;
  width: 100%;
}
.dropdown__item.-expanded > ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0rem;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.expand {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.expand:hover, .expand:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.expand:hover .count, .expand:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.expand.-option {
  padding: 3px 11px;
}
.expand.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.expand.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.expand.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.expand.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.expand.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.expand.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.expand.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.expand.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.expand.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.expand[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.expand .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.expand.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.expand.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}
.expand.-download:hover {
  cursor: pointer;
}
.expand.-download::before {
  font-weight: 900;
}

.find-cpa:not(body)::after {
  content: "\f14e";
  margin-left: 0.5rem;
  font-weight: 400;
}

.find-firm:not(body)::after {
  content: "\f3c5";
  margin-left: 0.5rem;
  font-weight: 400;
}

.firm-option {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
}

.fraction {
  color: #000;
  font-weight: 600;
}
.fraction::before {
  color: #3EBFB9;
  margin-right: 0.25rem;
}
.fraction.-date::before {
  content: "\f073";
}
.fraction::before {
  content: "\f19c";
}

.hub {
  position: relative;
}
.hub svg,
.hub path {
  transition: fill 250ms cubic-bezier(0.215, 0.61, 0.355, 1), stroke 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hub:hover svg,
.hub:hover path {
  fill: #741746;
  stroke: #741746;
}

.join {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.join:hover, .join:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.join:hover .count, .join:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.join.-option {
  padding: 3px 11px;
}
.join.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.join.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.join.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.join.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.join.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.join.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.join.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.join.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.join.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.join[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.join .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.join.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.join.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}

.js-printCart {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 3.25rem;
  color: #fff;
  background-color: #741746;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-printCart:hover, .js-printCart:focus {
  background-color: #36071F;
  color: #fff;
  text-decoration: none;
}
.js-printCart:hover .count, .js-printCart:focus .count {
  color: #36071F;
}
.js-printCart.-option {
  padding: 5px 13px;
}
.js-printCart.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.js-printCart.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.js-printCart.-person::before {
  content: "\f007";
  font-size: 0.8em;
  margin-right: 5px;
}
.js-printCart.-personAdd::before {
  content: "\f234";
  font-size: 0.8em;
  margin-right: 5px;
}
.js-printCart.-secure::before {
  content: "\f30d";
  font-size: 0.8em;
  margin-right: 5px;
}
.js-printCart.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.js-printCart.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.js-printCart.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.js-printCart.-print::before {
  content: "\f02f";
  font-size: 0.8em;
  margin-right: 5px;
}
.js-printCart.-processing {
  background-color: #36071F;
  color: #36071F;
}
.js-printCart.-processing::before {
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.js-printCart[disabled] {
  background-color: #dbdcd6;
}
.js-printCart.-processing[disabled] {
  color: #dbdcd6;
}
.js-printCart .count {
  background-color: rgba(255, 255, 255, 0.7);
  color: #741746;
  padding: 0 5px;
  border-radius: 12px;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-printCart {
  border-style: unset;
}

.like {
  font-size: 0;
}
.like::after {
  font-size: 1rem;
  font-weight: 400;
  content: "\f004";
}

/* Placeholder */
.location {
  color: #000;
  font-weight: 600;
}
.location::before {
  color: #3EBFB9;
  margin-right: 0.25rem;
}
.location::before {
  content: "\f3c5";
}

.-login:not(.text)::after {
  content: "\f2bd";
  margin-left: 0.5rem;
  font-weight: 400;
}

.-logout::after {
  content: "\f2f5";
  font-size: 1rem;
  font-weight: 300;
  order: 1;
  margin-left: 9px;
}

@media screen and (min-width: 1024px) {
  [data-mobile-trigger] {
    display: none !important;
  }
}

.mobile {
  color: #000;
  font-weight: 600;
}
.mobile::before {
  color: #3EBFB9;
  margin-right: 0.25rem;
}
.mobile {
  margin: 0;
  padding: 1rem;
  background-color: #741746;
  color: #fff;
  border: 0;
  line-height: 1rem;
  width: 46px;
  border-radius: 5px;
}
.mobile::before {
  content: "\f0c9";
  margin-right: 0;
  line-height: 0;
}
.mobile.-opened::before {
  content: "\f00d";
}

.page,
.next,
.prev {
  color: #741746;
  background-color: transparent;
}

.page.-active {
  color: #3EBFB9;
  font-weight: 700;
}

.person::before {
  content: "\f406";
  margin-right: 0.25em;
  color: #3EBFB9;
}

.-person::after {
  content: "\f2bd";
  font-size: 1rem;
  font-weight: 300;
  order: 1;
  margin-left: 5px;
}

.person .position::before {
  display: none;
}

.position {
  font-size: 1.2rem;
}
.position::before {
  content: "\f406";
  margin-right: 0.25em;
  color: #3EBFB9;
}

.progress {
  position: relative;
}
.progress p {
  font-style: italic;
  color: #333;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.progress .meter-container {
  background-color: #dae2e7;
  height: 12px;
  display: block;
  margin-bottom: 3px;
}
.progress .meter {
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B3CA2D;
}

.remove {
  color: #C43E31;
}
.remove:hover {
  color: rgb(114.4, 36.187755102, 28.6);
}

.search:not(body)::after {
  content: "\f002";
  margin-left: 0.5rem;
  font-weight: 400;
}

.season-pass .season-card-container {
  position: relative;
}
.season-pass #season-pass-card {
  position: relative;
}
.season-pass h5 {
  font-weight: 600;
  color: #3EBFB9;
  margin-top: 0;
}
.season-pass .season-card-details {
  position: absolute;
  top: 3%;
  left: 0;
  padding: 0.5rem 1.5rem;
  width: 290px;
  height: 90%;
}
.season-pass .season-card-details.-alternate {
  top: 15%;
}
.season-pass .season-card-info {
  position: absolute;
  top: 25%;
  left: 0;
  max-width: 75%;
  padding: 0.5rem 1.5rem;
  display: block;
}
.season-pass .season-card-details .subtitle {
  color: #3EBFB9;
  font-size: 1.4rem;
}
.season-pass .season-card-details p,
.season-pass .season-card-info p {
  margin-bottom: 0;
  color: #3EBFB9;
}
.season-pass .season-card-info h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.season-pass .season-card-info p {
  color: black;
  font-size: 14px;
}
.season-pass .season-pass-credits {
  display: flex;
  align-items: center;
}
.season-pass .remaining-credits {
  font-size: 60px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 0.5rem;
}
.season-pass .denominator {
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 0.5rem;
}
.season-pass .denominator p {
  font-weight: 400;
}
.season-pass .expiration {
  font-weight: 900;
  font-weight: 14px;
  margin-bottom: 0.5rem;
}
.season-pass .name {
  font-size: 12px;
}
@media screen and (min-width: 1023px) and (max-width: 1135px) {
  .season-pass {
    margin-left: -1.5rem;
  }
  .season-pass #season-pass-card {
    width: 290px;
  }
}

.share {
  font-size: 0;
}
.share::after {
  font-size: 1rem;
  font-weight: 400;
  content: "\f064";
}

.slide button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  border: 1.5px solid #d7be69;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slide button.-active {
  background-color: #d7be69;
}

.slide-nav ul {
  justify-content: center;
}
.slide-nav li {
  flex-grow: 0;
  margin-right: 11px;
}
.slide-nav li:last-child {
  margin-right: 0;
}

.ss-content .ss-list .ss-option {
  min-height: 30px;
}

.ss-main .ss-single-selected .ss-deselect {
  margin: 0px 40px 0 6px !important;
}

.sort label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  border: 1px solid #dbdcd6;
  border-radius: 5px;
  background-color: transparent;
  padding: 0.5rem 0.8rem;
  padding-right: 2.6rem;
  color: #000;
  font-weight: 400;
}
.sort label::after {
  content: "\f2ec";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: rotate(180deg) scaleX(1.4) translateY(50%);
  color: #741746;
  font-size: 0.5rem;
  pointer-events: none;
}

.subtitle {
  font-style: italic;
}

.tab {
  padding: 0.25rem 1.7rem;
  font-size: 0.9rem;
  font-weight: 700;
  border: none;
  background-color: transparent;
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.tab.-active, .tab:hover, .tab:focus {
  background-color: #E1D6DD;
}
@media screen and (min-width: 576px) {
  .tab {
    padding: 0.45rem 2rem;
    font-size: 1.125rem;
  }
}

.tag:not(.token) {
  color: #741746;
  font-size: 0.875rem;
}
.tag:not(.token) .tag-remove {
  font-size: 0;
}
.tag:not(.token) .tag-remove::after {
  content: "\f00d";
  font-size: 0.875rem;
  color: #741746;
  margin-left: 0.5rem;
}
.tag:not(.token)::before {
  content: "\f02b";
  position: relative;
  font-weight: 400;
  top: 2px;
  margin-right: -11px;
}
.tag:not(.token).-link::before {
  display: none;
}
.tag:not(.token).-link a::before {
  content: "\f02b";
  font-weight: 400;
  top: 2px;
  margin-right: 5px;
}

.title {
  margin: 0;
}

.toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
}
.toggle::after {
  content: "\f2ec";
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(180deg) scaleX(1.4);
  color: #741746;
  font-size: 0.5rem;
}

.tooltip {
  position: relative;
  display: inline-block;
  color: #A79F9D;
}
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}
.tooltip:hover {
  cursor: pointer;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.total .cost {
  font-weight: 700;
}
.total .cost.-discount {
  color: #B3CA2D;
}

.type {
  text-transform: uppercase;
  display: block;
  color: #741746;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
}
.type.-webinar::before, .type.-livestream::before {
  margin-right: 0.5em;
  font-weight: 400;
  font-size: 1em;
  content: "\f0ac";
}
.type.-special-event::before, .type.-committee-meeting::before {
  margin-right: 0.5em;
  font-size: 1em;
  content: "\f500";
}
.type.-seminar::before, .type.-conference::before {
  margin-right: 0.5em;
  font-size: 1em;
  content: "\f007";
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.accepted-cards {
  margin-top: 2rem;
  margin-bottom: 0rem;
}
.accepted-cards ul {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  list-style: none;
}
.accepted-cards ul li {
  margin-right: 1.5rem;
  margin-bottom: 0;
}
.accepted-cards ul li::before {
  content: none;
}
.accepted-cards ul li .fab::before, .accepted-cards ul li .social a::before, .social .accepted-cards ul li a::before, .accepted-cards ul li .social-featured header > .title::before, .social-featured .accepted-cards ul li header > .title::before {
  font-size: 2rem;
}

.accordion {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion .action {
  display: block;
  background: none;
  width: 100%;
  border-radius: 0;
  background-color: #B3CA2D;
  color: #fff;
  text-align: left;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  text-transform: none;
}
.accordion .action::before,
.accordion .action::after {
  content: "";
  background: none;
  position: absolute;
  top: calc(50% - 0.125rem);
  right: 1.13rem;
  left: auto;
  border-radius: 0;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center;
  width: 1rem;
  height: 0.25rem;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #fff;
}
.accordion .action::after {
  transform: rotate(90deg);
}
.accordion header.action {
  position: relative;
}
.accordion.-active .action::after {
  transform: rotate(0);
}
.accordion.-active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (hover: hover) {
  .accordion .action:hover {
    background-color: rgb(196.6356275304, 216.3765182186, 81.6234817814);
  }
}
.accordion .accordion-content {
  padding: 2rem 2rem;
}
.accordion .accordion-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.-editing .accordion-body {
  max-height: none !important;
}

body.-editing .accordion {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

[data-module=section] > .accordion + *:not(.accordion) {
  margin-top: 4rem;
}

[data-module=section] > .accordion + .accordion {
  margin-top: 2rem;
}

.actions {
  display: flex;
  flex-direction: row;
}
.actions > * {
  margin-right: 1rem;
}

@media print {
  .actions {
    display: none !important;
  }
}
.add-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 6.5rem 2.5rem;
  border-radius: 16px;
}
.add-card h4 {
  color: #741746;
  margin: 0;
  margin-top: -1rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.add-card .icon {
  text-align: center;
  font-size: 4.5rem;
  color: #741746;
  margin-bottom: 1rem;
}

.agreement {
  margin-top: 3rem;
}
.agreement .checkbox {
  margin-bottom: 3rem;
}
.agreement .radios.-autorenewal {
  margin-bottom: 0;
}

.alert .title {
  color: #741746;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.alert .title::before {
  content: "\f0f3";
  margin-right: 7px;
  color: #3EBFB9;
}
.alert a {
  display: initial;
  font-size: 16px;
  margin-top: 0.6rem;
}
.alert ul {
  line-height: 1.5;
}

.article-detail {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1rem;
  margin-bottom: 0;
}
.article-detail::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-size: 1.0625rem;
  color: #E1D6DD;
}
.article-detail.-date::before {
  content: "\f073";
}
.article-detail.-author::before {
  content: "\f007";
}

.article {
  border-bottom: 1px solid #B3CA2D;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.article header {
  margin-bottom: 1rem;
}
.article header > p {
  margin-bottom: 0;
}
.article header span {
  margin-left: 1.5rem;
}
.article header span:first-child {
  margin-left: 0;
}
.article .title {
  margin-top: 0;
  text-transform: none;
}
.article:not(div) .title::after, .article:not(a) .title a::after {
  content: "\f0a9";
  vertical-align: -1px;
  margin-left: 1px;
  margin-left: 0.3rem;
}
.article .privileged {
  color: #3EBFB9;
}
.article .privileged::before {
  content: "\f30d";
  margin-right: 0.5rem;
}
.article .description > *,
.article .date {
  color: #000;
  font-weight: 400;
}
.article .description > *:last-child {
  margin-bottom: 0;
}
.article.-job header, .article.-posting header {
  position: relative;
}
.article.-job .title, .article.-posting .title {
  margin-bottom: 1rem;
}
.article.-job .logo, .article.-posting .logo {
  display: block;
  max-width: 150px;
  margin-bottom: 1rem;
}
.article.-job .details, .article.-posting .details {
  align-items: flex-start;
}
.article.-job .details > *, .article.-posting .details > * {
  flex-grow: 1;
}
@media screen and (min-width: 576px) {
  .article.-posting header, .article.-job header {
    padding-right: 170px;
  }
  .article.-posting .logo, .article.-job .logo {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 6rem;
  }
}

.auto-renewal .status.-active {
  color: #B3CA2D;
}
.auto-renewal .status.-pending {
  color: #FF7900;
}
.auto-renewal .status.-error {
  color: #C43E31;
}
.auto-renewal + p .-cancel {
  color: #C43E31;
}

.avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.avatar .name {
  font-weight: 700;
  font-size: 1.125rem;
  color: #000;
}
.avatar .photo {
  overflow: hidden;
  border-radius: 50%;
  width: 110px;
  min-width: 110px;
  height: 110px;
  margin-right: 2rem;
}
.avatar p, .avatar a {
  display: block;
  margin-bottom: 0;
  line-height: 1.2;
}
.avatar .position {
  margin-top: 0.4rem;
  font-size: 1rem;
}

.image-field.-avatar .preview {
  overflow: hidden;
  border-radius: 50%;
  width: 110px;
  min-width: 110px;
  height: 110px;
  margin-right: 2rem;
}
.image-field.-avatar .preview img {
  margin-top: 0;
  width: 100%;
}

.widget .avatar p,
.widget .avatar a {
  display: block;
  margin-bottom: 0;
  line-height: 1.2;
}

.widget .avatar .role {
  margin-bottom: 0.4rem;
}

.banner-ads {
  background-color: #f2f2f2;
  padding: 1.25rem 0;
  position: relative;
  text-align: center;
}
.banner-ads.-footer {
  background-color: #fff;
  order: 4;
  padding-bottom: 4.8rem;
  padding-top: 0;
  width: 100%;
}
.banner-ads .image {
  margin-bottom: 0;
}

.banner {
  position: relative;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #ddd;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .tag::before {
  display: none;
}
.banner .tags {
  display: flex;
  max-width: 450px;
  margin-bottom: 1rem;
}
.banner .tags .tag {
  position: relative;
  background-color: #A79F9D;
  padding: 0.25rem;
  padding-right: 2rem;
  color: #000;
  margin-right: 0.5rem;
  display: inline-block;
  white-space: normal;
  line-height: 1.3;
  margin-bottom: 0;
  border-radius: 5px;
}
.banner .tag .remove {
  border: none;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  cursor: pointer;
}
.banner .tag .remove::after {
  content: "\f00d";
  font-size: 1rem;
  color: #000;
}
.banner::before, .banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 110%;
  background-color: #ddd;
}
.banner::before {
  left: -110%;
}
.banner::after {
  right: -110%;
}
.banner__message {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .banner .tags {
    margin-bottom: 0;
  }
}

.billing-email {
  margin-bottom: 0;
}
.billing-email .note {
  width: 100%;
  margin: 0.5rem 0;
}

.biography .person {
  padding-bottom: 1rem;
  font-size: 1.125rem;
}
.biography .person::before {
  font-size: 1rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 50%;
  padding: 0.3rem;
  margin-right: 0.5rem;
}
.biography .avatar {
  margin-bottom: 1rem;
}
.biography .avatar .photo {
  width: 75px;
  min-width: 75px;
  height: 75px;
  margin-right: 1rem;
}
.biography .avatar .person::before {
  content: none;
}
.biography .avatar h3 {
  margin-bottom: 0;
}

.brand {
  max-width: 260px;
}

.card-name .note {
  width: 100%;
  margin: 0.5rem 0;
}

.card-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card-numbers .note {
  width: 100%;
  margin: 0.5rem 0;
}
.card-numbers .info p {
  margin-bottom: 0;
}
.card-numbers .-number {
  margin-right: 1rem;
}
.card-numbers .-number input {
  max-width: 190px;
}
.card-numbers .-cvv input {
  max-width: 60px;
}

.card-reference {
  margin-bottom: 1rem;
}

.card-type {
  margin-bottom: 1rem;
}
.card-type .note {
  width: 100%;
  margin: 0.5rem 0;
}

.card {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
}
.card .image {
  margin-bottom: 2rem;
}
.card [data-module=cta]:not(.-right) [data-module=cta]:not(.-left) {
  align-self: center;
}
.card [data-module=richtext] + [data-module=cta] {
  margin-top: 1rem;
}
.card > .image:first-child {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
}
.card > .image:first-child img {
  width: 100%;
}
.card > * {
  margin-bottom: 1rem;
}
.card > *:last-child {
  margin-bottom: 0;
}
.card > *:first-child {
  margin-top: 0;
}
.card > *:first-child > * {
  margin-top: 0;
}

.card .imageWithText.-stacked .image {
  flex-basis: auto !important;
}

.cart-savings {
  display: flex;
  flex-direction: column;
  background-color: rgba(179, 202, 45, 0.25);
  border: 2px solid #B3CA2D;
  padding: 1rem;
}
.cart-savings h2.title,
.cart-savings .title {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.cart-savings p {
  font-size: 0.875rem;
}
.cart-savings a {
  font-weight: 600;
  font-size: 14px;
}
.cart-savings a:link, .cart-savings a:visited, .cart-savings a:hover, .cart-savings a:active {
  color: #000;
}
.cart-savings a::after {
  content: "\f054";
  font-size: 13px;
  margin-left: 5px;
}

.compare table tr th:first-child,
.compare table tr td:first-child {
  max-width: 325px;
}
.compare td {
  text-align: center;
}
.compare tr td {
  border-right: 3px solid #741746;
}
.compare tr td:last-of-type {
  border: none;
}
.compare table tr:nth-child(even) td {
  background-color: rgba(116, 23, 70, 0.5);
}
.compare th {
  background-color: #741746;
  border: 3px solid white;
}
.compare th, .compare__leftAligned td,
.compare td.compare__back {
  text-align: left;
  vertical-align: top;
}
.compare__firms td {
  vertical-align: top;
}
.compare__firms td p {
  font-weight: 600;
}
.compare td.compare__back {
  width: 10%;
  padding: 0;
}
.compare td.compare__back a.back {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.compare__firm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 200px;
}
.compare__firm .button {
  margin-top: auto;
}
.compare__logo {
  display: block;
  max-width: 190px;
  max-height: 102px;
  -o-object-fit: contain;
     object-fit: contain;
}
.compare__name {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0;
  line-height: 1;
}
.compare__section th {
  background-color: #741746;
}
.compare__note {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
}

.contribution-lists .contribution-list {
  margin-top: 3rem;
}
.contribution-lists .contribution-list ul {
  -moz-column-count: 3;
       column-count: 3;
  padding-left: 0;
}
.contribution-lists .contribution-list ul li {
  margin: 0;
}
.contribution-lists .contribution-list ul li::before {
  content: "";
}
.contribution-lists .contribution-list ul h4 {
  margin: 0;
}

.contribution {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  max-width: 500px;
}
.contribution .title {
  font-size: 1rem;
}
.contribution label {
  display: flex;
  flex-direction: row;
  height: 32px;
  align-items: center;
}
.contribution input[type=radio],
.contribution input[type=radio]:checked,
.contribution input[type=radio]:not(:checked) {
  position: relative;
  left: 0;
  margin-right: 0.5rem;
}
.contribution input[type=radio]:checked + .tier {
  color: #3EBFB9;
  font-weight: 600;
}
.contribution input[type=number] {
  width: 100px;
  display: inline-block;
  margin-left: 0.25rem;
  font-weight: 400;
}
.contribution .price {
  margin-left: auto;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.contributions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.contributions > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .contributions {
    margin-bottom: 0;
  }
  .contributions > * {
    width: calc(50% - 30px);
  }
}
.contributions > *:only-child {
  width: calc(100% - 30px);
}
.contributions {
  margin-top: 2rem;
}

.controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.controls > div {
  padding: 1rem;
  text-align: center;
}
.controls label {
  margin: 0;
}
.controls input[type=checkbox] {
  /* Removes native input styles */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  font: inherit;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #741746;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: inline-flex;
  place-content: center;
  align-items: center;
}
.controls input[type=checkbox]:hover {
  cursor: pointer;
}
.controls input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #741746;
}
.controls input[type=checkbox]:checked::before {
  transform: scale(1);
}
.controls .action {
  color: #fff;
  margin-left: 2rem;
}

.course {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.course .description {
  margin-bottom: 1.5rem;
}
.course .action {
  margin-top: auto;
  margin-bottom: 0;
}

.cpa.-preview {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
}
.cpa.-preview .logo {
  max-width: 300px;
  margin-bottom: 2rem;
}
.cpa.-preview .title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cpa.-preview .phone::before {
  content: "\f095";
  color: #3EBFB9;
  margin-right: 0.5rem;
}
.cpa.-preview .website::before {
  content: "\f37e";
  color: #3EBFB9;
  margin-right: 0.5rem;
}
.cpa.-preview .address {
  position: relative;
  padding-left: 1.3rem;
}
.cpa.-preview .address::before {
  content: "\f3c5";
  position: absolute;
  top: 9px;
  left: 0;
  color: #3EBFB9;
  margin-right: 0.5rem;
}
.cpa.-preview .accept-clients {
  position: relative;
  padding-left: 1.3rem;
}
.cpa.-preview .accept-clients::before {
  content: "\f336";
  position: absolute;
  top: 9px;
  left: 0;
  color: #3EBFB9;
  margin-right: 0.5rem;
}
.cpa.-preview .button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}

.cpe-divisions ul {
  list-style-type: none;
  padding-left: 0;
}
.cpe-divisions ul li::before {
  content: "";
}
.cpe-divisions ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cpe-divisions li {
  margin-right: 1rem;
}

section.cpe-divisions {
  margin-bottom: 1rem;
}

.credit-field {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.credit-field .select {
  margin-right: 1rem;
  max-width: 300px;
  width: 100%;
}
.credit-field .text input {
  padding: 0.725rem 0.6rem;
}
.credit-field .error p {
  margin-bottom: 0;
}
.credit-field .text.-amount.-error-hl + .remove {
  margin-bottom: 3.9rem;
}
.credit-field .remove {
  background: none;
  border: none;
  align-self: flex-end;
  padding: 0;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}

.date-group {
  display: flex;
  gap: 1.5rem;
}

.description p {
  margin-bottom: 1.5rem;
}
.description li {
  margin-bottom: 0.3em;
  line-height: 1.75;
}
.description ul {
  padding-left: 3rem;
}
.description ul,
.description ol {
  margin-bottom: 1.5rem;
}
.description ol {
  padding-left: 2rem;
}

.detail {
  padding-bottom: 1.4rem;
  margin-bottom: 2.4rem;
}
.detail .aspect {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.detail > p {
  margin-bottom: 0;
}
.detail .action {
  margin-top: 0.75rem;
}
.detail .type {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.detail .cta {
  margin-top: 1.7rem;
  display: inline-block;
  font-weight: 500;
}
.detail .address {
  margin-left: 0;
  margin-right: 0;
}

.details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.details > * {
  margin-right: 1rem;
}
.details > *:last-child {
  margin-right: 0;
}
.details.-stacked > * {
  display: flex;
  flex-direction: column;
}
.details.-stacked > *:last-child {
  margin-bottom: 0;
}
.details.-stacked .location,
.details.-stacked .date,
.details.-stacked .person {
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  position: relative;
}
.details.-stacked .location::before,
.details.-stacked .date::before,
.details.-stacked .person::before {
  position: absolute;
  top: 3px;
  left: 0;
}
.details.-stacked .location:last-child,
.details.-stacked .date:last-child,
.details.-stacked .person:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .details {
    flex-direction: row;
    align-items: center;
  }
}

.due {
  position: relative;
}
.due input[type=checkbox] {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  width: 16px;
  height: 16px;
}
.due input[type=checkbox] + main label::before,
.due .checkbox input[type=checkbox] + label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  position: absolute;
  display: block;
  left: -2.5rem;
  top: 0;
  background-color: #fff;
  border-radius: 3px;
}
.due .checkbox input[type=checkbox] + label::before {
  left: -2.3rem;
}
.due input[type=checkbox]:checked + main label::after,
.due .checkbox input[type=checkbox]:checked + label::after {
  content: "";
  width: 8px;
  height: 11px;
  border-right: 3px solid #B3CA2D;
  border-bottom: 3px solid #B3CA2D;
  position: absolute;
  display: block;
  left: -36px;
  top: 1px;
  transform: rotate(38deg);
}
.due .checkbox input[type=checkbox]:checked + label::after {
  left: -33px;
}
.due input[type=checkbox]:checked + main label,
.due .checkbox input[type=checkbox]:checked + label {
  font-weight: 600;
}
.due input[type=checkbox]:checked + main .description * {
  color: #3EBFB9;
}
.due .checkbox {
  position: relative;
  padding-left: 2.3rem;
}
.due .checkbox input {
  top: 0;
  left: 0;
}
.due .checkbox label {
  display: flex;
}
.due .checkbox .price {
  margin-left: auto;
}
.due .details li:last-child {
  margin-bottom: 0;
}
.due .additional {
  padding-left: 1.5rem;
}
.due .additional [data-toggle] {
  padding-left: 2.2rem;
  margin-top: 0.2rem;
}
.due .additional .title {
  border-bottom: none;
}
.due .additional h4 {
  font-size: 1.125rem;
}
.due main .title {
  border-bottom: 1px solid #B3CA2D;
}
.due main {
  padding: 1rem;
  padding-left: 4rem;
  position: relative;
}
.due main label {
  position: relative;
  transition: font-weight 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.due main .description * {
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.due main .description hr {
  border-top: 1px solid #B3CA2D;
  height: 1px;
}
.due main .description hr::before,
.due main .description hr::after {
  display: none;
}
.due main > header .title {
  font-size: 1.35rem;
  color: #B3CA2D;
}
.due main > header a {
  display: block;
}
.due main > header .date, .due main > header .credit, .due main > header .location {
  display: inline-block;
  font-weight: normal;
  font-size: 0.9rem;
  margin-right: 1rem;
  margin-top: 1rem;
}
.due main > header .price, .due main .checkbox .price {
  font-weight: 700;
  line-height: 1;
  font-size: 1rem;
}
.due main > header {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.due main > header * {
  margin-top: 0;
  margin-bottom: 0;
}
.due main > a {
  position: relative;
  display: block;
  margin-top: -0.8rem;
  cursor: pointer;
}
.due main fieldset {
  margin-bottom: 0;
}
.due main fieldset > *:last-child {
  margin-bottom: 0;
}
.due .js-expandTrigger::after {
  content: "\f078";
  font-size: 13px;
  margin-left: 5px;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.due .js-expandTrigger.-expanded::after {
  transform: rotate(180deg);
}
.due .details {
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  height: 0;
}
.due .details > * {
  margin-right: 0;
}
.due .details.-expanded {
  height: auto;
  overflow: visible;
}
.due .details.-expanded > * {
  width: 100%;
}
.due.-renewal {
  display: flex;
  align-items: flex-start;
}
.due.-renewal input[type=checkbox] {
  opacity: 0;
}
.due.-renewal + hr {
  flex-basis: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 1.5rem;
  width: 100%;
}
.due.-renewal + hr::before, .due.-renewal + hr::after {
  all: initial;
}

.edit-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  overflow: hidden;
}
.edit-card .recurring-details {
  padding: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 45%;
}
.edit-card .recurring-details h4 {
  font-weight: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.edit-card .manage-recurring {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.edit-card .manage-recurring p {
  font-size: 0.95rem;
  font-weight: 600;
  color: #dbdcd6;
  margin-bottom: 0;
}
.edit-card .manage-recurring p:last-of-type {
  color: #741746;
}
.edit-card .manage-recurring:not(:last-of-type) {
  border-bottom: 1px solid gray;
}

.elective {
  padding-bottom: 1rem;
}
.elective__title {
  margin-bottom: 0.6rem;
}
.elective__message ol {
  margin-block: 0.125rem;
}
.elective__message ol li {
  margin-block: 0;
}

.employee-signup {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  margin-bottom: 4rem;
}

.employee {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  display: inline-block;
}
.employee .details {
  margin-bottom: 1rem;
}
.employee .details > * {
  margin-bottom: 0;
}
.employee .actions {
  align-items: flex-start;
}
.employee .cancel {
  padding: 0.3rem 1.3rem;
}
.employee .action {
  margin-bottom: 0;
  cursor: pointer;
}

.employees ~ .action {
  margin-right: 1rem;
}
.employees .member-actions,
.employees .balance > .detail {
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 20px 1px #e6e6e6;
  margin-top: 1rem;
  position: absolute;
  right: 0;
}
.employees .member-button {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}
.employees .member-button::before {
  display: block;
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  content: "\f141";
  border: 1px solid #741746;
  border-radius: 50%;
  background: transparent;
  line-height: 1.33em;
}
.employees .member-button.-active::before {
  border-color: #741746;
  background-color: #741746;
  color: white;
}
.employees .member-button.-alert::after {
  display: block;
  position: absolute;
  content: "\!";
  text-align: center;
  background: #741746;
  border-color: #741746;
  color: white;
  font-size: 0.5em;
  line-height: 2em;
  width: 2em;
  height: 2em;
  top: -1em;
  margin-left: 3em;
  border-radius: 50%;
}
.employees .member-action {
  display: block;
  white-space: nowrap;
  position: relative;
}
.employees .member-action.-alert {
  color: #741746;
}
.employees .member-action::before {
  font-size: 1rem;
  text-align: left;
  width: 2rem;
}
.employees .member-action.-edit::before {
  content: "\f4ff";
}
.employees .member-action.-doc::before {
  content: "\f15c";
}
.employees .member-action.-upgrade::before {
  content: "\f35b";
}
.employees .member-action.-change::before {
  content: "\f35a";
}
.employees .member-action.-remove::before {
  content: "\f2ed";
}
.employees .member-action.-add::before {
  content: "\f234";
}
.employees .member-action.-view::before {
  content: "\f133";
}
.employees .member-action.-tracker::before {
  content: "\f6a3";
}
.employees .member-action.-transaction::before {
  content: "\$";
}
.employees .member-action.-invoice::before {
  content: "\f571";
}
.employees .member-action.-remove {
  color: #C43E31;
}
.employees .member-action.-add {
  font-size: 1rem;
  border: none;
  background: none;
  color: #741746;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
.employees .member-action.-add[disabled] {
  opacity: 0.5;
  cursor: default;
}
.employees .member-action.-add:hover {
  color: #36071F;
}
.employees .member-action.-processing {
  background-color: transparent;
  color: #36071F;
}
.employees .member-action.-processing::before {
  content: "\f110";
  text-align: center;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.employees .balance {
  white-space: nowrap;
}
.employees .balance .member-button {
  display: inline-block;
}
.employees .balance .member-button::before {
  content: "\?";
}
.employees .balance .price {
  width: 4rem;
  display: inline-block;
  margin-right: 1rem;
  font-weight: 600;
}
.employees label {
  margin-bottom: 0;
  font-size: 1rem;
}
.employees td, .employees th {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .employees {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .employees .member-action {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    display: block;
  }
  .employees .member-action::before {
    margin-right: 0.5rem;
  }
  .employees tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .employees tbody > tr {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    border-top: 1px solid #191919;
  }
  .employees tbody > tr:nth-child(even) td {
    background: transparent;
  }
  .employees thead {
    display: none;
  }
  .employees td {
    padding: 0;
    margin-bottom: 0.3rem;
  }
  .employees .member-actions {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .employees th, .employees td {
    padding: 0.2rem 1rem;
  }
  .employees tr:nth-child(2n) td {
    background-color: rgba(179, 202, 45, 0.05);
  }
  .employees th.-actions {
    text-align: right;
  }
}

.event-add {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 100vw;
  margin-bottom: 0;
  z-index: 2;
  background-color: #E1D6DD;
  order: 5;
}
@media screen and (min-width: 576px) {
  .event-add {
    justify-content: flex-end;
  }
}
.event-add .actions {
  align-items: center;
}
.event-add .action {
  font-size: 1.125rem;
  padding: 0.15rem 1.5rem;
  margin-left: auto;
}
.event-add .pricing p {
  display: inline;
}
.event-add .pricing .title {
  font-size: 1.125rem;
  margin-right: 1.5rem;
}
.event-add .pricing .title strong {
  font-size: 1.5rem;
  color: #B3CA2D;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
.event-add p.-cancelled {
  color: rgb(53.2, 16.8285714286, 13.3);
  font-weight: 700;
}
.event-add p {
  margin-bottom: 0;
}
.event-add.-relative {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.event-add .pricing {
  display: none;
}
@media screen and (min-width: 576px) {
  .event-add {
    justify-content: space-between;
    background-color: #E1D6DD;
  }
  .event-add .pricing {
    display: block;
  }
  .event-add .action {
    margin-left: 0;
  }
}
@media screen and (min-width: 1180px) {
  .event-add {
    padding-left: calc((100vw - 1150px) / 2);
    padding-right: calc((100vw - 1150px) / 2);
  }
  .event-add.-relative {
    padding-left: calc((100vw - 1150px) / 2);
    padding-right: calc((100vw - 1150px) / 2);
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
}

.event .title {
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
}
.event .title::after {
  content: "\f0a9";
  vertical-align: -1px;
  margin-left: 1px;
}
.event p, .event li, .event ul {
  color: #333;
  font-weight: 400;
}
.event li {
  list-style-type: none;
}
.event li p {
  margin-bottom: 0;
}
.event .location::before,
.event .date::before,
.event .credit::before,
.event .price::before {
  color: #3EBFB9;
}
.event .location,
.event .date,
.event .credit,
.event .price {
  margin-bottom: 0.1rem;
}
.event .subtitle {
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.event .alternate-event .date::before {
  display: none;
}
.event .alternate-event .date {
  color: #000;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event .alternate-event .date:hover {
  color: #741746;
}
.event .actions .alternate-event {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .event .actions .alternate-event {
    width: 50%;
  }
}
.event .actions:has(.alternate-event) {
  margin-top: 0;
}
.event .price::before {
  content: "\$";
}
.event .description {
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event .actions {
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .event .actions {
    justify-content: left;
  }
}
.event.-tracked {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
}
.event.-tracked .title::after {
  display: none;
}

.expiration {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.expiration .note {
  width: 100%;
  margin: 0.5rem 0;
}
.expiration .-expiryMonth span {
  max-width: 130px;
}
.expiration .-expiryMonth {
  margin-right: 1rem;
}
.expiration .-expiryYear span {
  max-width: 95px;
}

.aspects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.aspects > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .aspects {
    margin-bottom: 0;
  }
  .aspects > * {
    width: calc(50% - 30px);
  }
}

.filters {
  padding: 2.5rem 1.9rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
}
.filters h2 {
  margin-top: 0;
}
.filters .action {
  text-align: center;
}
.filters > * {
  margin-bottom: 1rem;
}
.filters .range > label {
  margin: 1rem 0 2rem 0;
}
.filters .range > .value {
  margin-bottom: 0;
}
.filters .range > .note {
  margin-top: 1em;
}
.filters .action,
.filters .expand {
  padding: 0.3rem 0.7rem;
}
.filters .noUi-tooltip {
  bottom: 120%;
  font-size: 0.75rem;
}
.filters h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.filters .list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  gap: 0.5rem;
}
.filters .list li {
  margin-bottom: 0;
  line-height: 1.4;
}
.filters .list li::before {
  display: none;
}
.filters .filter.applied {
  border: none;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  background-color: #B3CA2D;
  line-height: 1.4;
  color: white;
  margin-bottom: 0;
  cursor: pointer;
  text-align: left;
}
.filters .filter.applied:disabled {
  pointer-events: none;
  opacity: 0.25;
}
.filters .filter.applied::before {
  content: "\f00d";
  margin-right: 0.125rem;
}
.filters fieldset > legend {
  font-size: 1.125rem;
  border-color: #dbdcd6;
  text-transform: none;
}
.filters .checkboxes label {
  font-size: 1rem;
}
.filters details .inputs {
  padding-top: 1rem;
}
.filters summary {
  cursor: pointer;
}
.filters summary::marker {
  color: #B3CA2D;
}

main .filters {
  box-shadow: 0 0 20px rgba(219, 220, 214, 0.4);
  padding: 3.125rem;
}
main .filters > * {
  margin-bottom: 2.1rem;
}
main .filters > *:last-child {
  margin-bottom: 0;
}

.find {
  padding: 2.5rem 1.9rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
}

.firm-filters {
  padding-top: 3rem;
}

.firm-guide {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  padding: 1rem 2rem 2rem 1rem;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #333;
  display: flex;
  align-items: flex-start;
}
.firm-guide__info {
  margin-left: 2rem;
  width: 100%;
}
.firm-guide__checkbox {
  margin-top: 0.6rem;
  padding: 0 1rem;
}
.firm-guide__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  max-height: 70px;
  width: 140px;
}
.firm-guide__featured {
  display: block;
  width: 100%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background-color: #741746;
  color: white;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.firm-guide .title {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
  padding-right: 2rem;
}
.firm-guide .title::after {
  content: "\f0a9";
  position: absolute;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.firm-guide .address,
.firm-guide .internships,
.firm-guide .employees,
.firm-guide .size {
  line-height: 1.3;
  display: flex;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.firm-guide .address:last-child,
.firm-guide .internships:last-child,
.firm-guide .employees:last-child,
.firm-guide .size:last-child {
  margin-bottom: 0;
}
.firm-guide .address:before,
.firm-guide .internships:before,
.firm-guide .employees:before,
.firm-guide .size:before {
  content: "\f054";
  vertical-align: 0px;
  font-size: 13px;
  font-weight: 900;
  color: #3EBFB9;
  margin-right: 0.5rem;
  margin-top: 0.3rem;
}
.firm-guide .address::before {
  content: "\f3c5";
}
.firm-guide .internships::before {
  content: "\f19d";
}
.firm-guide .employees::before {
  content: "\f0c0";
}
.firm-guide .size::before {
  content: "\f1ad";
}
.firm-guide__link {
  color: #134AA9;
  align-self: flex-end;
  text-decoration: underline;
}
.firm-guide:hover {
  transform: translateY(-10px);
  color: inherit;
}
.firm-guide.-featured {
  background-color: #E1D6DD;
}
.firm-guide.-featured .title {
  color: #fff;
}
.firm-guide.-featured .title:hover {
  color: #000;
}
.firm-guide.-featured .firm-guide__info {
  color: #fff;
}
@media screen and (min-width: 576px) {
  .firm-guide .title {
    font-size: 32px;
  }
}

.firm-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.firm-options > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .firm-options {
    margin-bottom: 0;
  }
  .firm-options > * {
    width: calc(50% - 30px);
  }
}
.firm-options .description {
  margin-bottom: 2rem;
}

.firm {
  position: relative;
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
}
.firm .fa-ul {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.firm .fa-ul li {
  margin-bottom: 0.5rem;
}
.firm .fa-li, .firm .fas, .firm .upcoming .cta::after, .upcoming .firm .cta::after, .firm .site-header .utility .action.-processing::before, .site-header .utility .firm .action.-processing::before, .firm .site-header .utility .action.-external::before, .site-header .utility .firm .action.-external::before, .firm .site-header .utility .action.-date::before, .site-header .utility .firm .action.-date::before, .firm .site-header .utility .action.-secure::before, .site-header .utility .firm .action.-secure::before, .firm .site-header .utility .action.-personAdd::before, .site-header .utility .firm .action.-personAdd::before, .firm .site-header .utility .action.-person::before, .site-header .utility .firm .action.-person::before, .firm .site-header .utility .action.-remove::before, .site-header .utility .firm .action.-remove::before, .firm .event .time::before, .event .firm .time::before, .firm .event .credit::before, .event .firm .credit::before, .firm body.search [data-mobile-trigger]::after, body.search .firm [data-mobile-trigger]::after, .firm body.review [data-mobile-trigger]::after, body.review .firm [data-mobile-trigger]::after, .firm .internal [data-mobile-trigger]::after, .internal .firm [data-mobile-trigger]::after, .firm body.detail [data-mobile-trigger]::after, body.detail .firm [data-mobile-trigger]::after, .firm .site-header .navigation > ul > li.-hasSubmenu > a::after, .site-header .firm .navigation > ul > li.-hasSubmenu > a::after, .firm .site-header .submenu-link::after, .site-header .firm .submenu-link::after, .firm .related .title a::after, .related .title .firm a::after, .firm .option-sets .option-set input[type=radio]:checked ~ div:first-of-type > [type=checkbox]:checked + label::after, .option-sets .option-set .firm input[type=radio]:checked ~ div:first-of-type > [type=checkbox]:checked + label::after, .firm .homepage-hero .latest .hero-cta.-secondary.-processing::before, .homepage-hero .latest .firm .hero-cta.-secondary.-processing::before, .firm .homepage-hero .latest .hero-cta.-secondary.-external::before, .homepage-hero .latest .firm .hero-cta.-secondary.-external::before, .firm .homepage-hero .latest .hero-cta.-secondary.-date::before, .homepage-hero .latest .firm .hero-cta.-secondary.-date::before, .firm .homepage-hero .latest .hero-cta.-secondary.-remove::before, .homepage-hero .latest .firm .hero-cta.-secondary.-remove::before, .firm .homepage-hero .latest .hero-cta.-processing::before, .homepage-hero .latest .firm .hero-cta.-processing::before, .firm .homepage-hero .latest .hero-cta.-external::before, .homepage-hero .latest .firm .hero-cta.-external::before, .firm .homepage-hero .latest .hero-cta.-date::before, .homepage-hero .latest .firm .hero-cta.-date::before, .firm .homepage-hero .latest .hero-cta.-secure::before, .homepage-hero .latest .firm .hero-cta.-secure::before, .firm .homepage-hero .latest .hero-cta.-personAdd::before, .homepage-hero .latest .firm .hero-cta.-personAdd::before, .firm .homepage-hero .latest .hero-cta.-person::before, .homepage-hero .latest .firm .hero-cta.-person::before, .firm .homepage-hero .latest .hero-cta.-remove::before, .homepage-hero .latest .firm .hero-cta.-remove::before, .firm .checkout form button.-processing::before, .checkout form .firm button.-processing::before, .firm .checkout form button.-external::before, .checkout form .firm button.-external::before, .firm .checkout form button.-date::before, .checkout form .firm button.-date::before, .firm .checkout form button.-remove::before, .checkout form .firm button.-remove::before, .firm .resource .filetype::before, .resource .firm .filetype::before, .firm .navigation.-aside .-hasSubmenu > a::after, .navigation.-aside .firm .-hasSubmenu > a::after, .firm .message::before, .firm .manage-card-modal [data-mobile-trigger]::after, .manage-card-modal .firm [data-mobile-trigger]::after, .firm .address::before, .firm .website::before, .firm .phone::before, .firm button + .error p::before, button + .error .firm p::before,
.firm input + .error p::before,
input + .error .firm p::before,
.firm optgroup + .error p::before,
optgroup + .error .firm p::before,
.firm select + .error p::before,
select + .error .firm p::before,
.firm textarea + .error p::before,
textarea + .error .firm p::before, .firm button + .error li::before, button + .error .firm li::before,
.firm input + .error li::before,
input + .error .firm li::before,
.firm optgroup + .error li::before,
optgroup + .error .firm li::before,
.firm select + .error li::before,
select + .error .firm li::before,
.firm textarea + .error li::before,
textarea + .error .firm li::before, .firm .ck.ck-button.confirm::before, .firm .select > span + .error p::before, .select > span + .error .firm p::before, .firm .select > span::before, .firm .action.-remove::before, .firm .action.-person::before, .firm .action.-personAdd::before, .firm .action.-secure::before, .firm .action.-date::before, .firm .action.-external::before, .firm .action.-processing::before, .firm .cms-action.-remove::before, .firm .cms-action.-date::before, .firm .cms-action.-external::before, .firm .cms-action.-processing::before, .firm .alert-naked.error p::before, .alert-naked.error .firm p::before, .firm .cms-cancel::before, .firm .cms-controlpanel::before, .firm .cms-edit::before, .firm .cms-editorHighlight::after, .firm .cms-module .settings::before, .cms-module .firm .settings::before,
.firm .cms-module .remove::before,
.cms-module .firm .remove::before,
.firm .cms-module .context::before,
.cms-module .firm .context::before, .firm .cms-nav::before, .firm .note.-info::before, .firm .note.-error::before, .firm .note.-success::before, .firm .cms-recordedit::before, .firm .cms-recordremove::before, .firm .cms-recordsettings::before, .firm .cms-save::before, .firm .cms-settings::before, .firm .select > span + .error li::before, .select > span + .error .firm li::before, .firm .text.-search .search::before, .text.-search .firm .search::before, .firm .cms-alert::after, .firm .cms-editing-content .title::before, .cms-editing-content .firm .title::before, .firm .message header::before, .message .firm header::before, .firm .cms-recordlist.-reordering .cms-select::before, .cms-recordlist.-reordering .firm .cms-select::before, .firm .action.-secondary.-remove::before, .firm .action.-secondary.-date::before, .firm .action.-secondary.-external::before, .firm .action.-secondary.-processing::before, .firm .cancel.-remove::before, .firm .cancel.-date::before, .firm .cancel.-external::before, .firm .cancel.-processing::before, .firm .back::before, .firm .-blog::after, .firm .button.-primary.-remove::before,
.firm .button.-remove::before, .firm .button.-primary.-person::before,
.firm .button.-person::before, .firm .button.-primary.-personAdd::before,
.firm .button.-personAdd::before, .firm .button.-primary.-secure::before,
.firm .button.-secure::before, .firm .button.-primary.-date::before,
.firm .button.-date::before, .firm .button.-primary.-external::before,
.firm .button.-external::before, .firm .button.-primary.-processing::before,
.firm .button.-processing::before, .firm .button.-secondary.-remove::before, .firm .button.-secondary.-date::before, .firm .button.-secondary.-external::before, .firm .button.-secondary.-processing::before, .firm a.-cart::after, .firm .community::after, .firm .date::before, .firm .division.-remove::before, .firm .division.-date::before, .firm .division.-external::before, .firm .division.-processing::before, .firm .dropdown .js-expandTrigger::after, .dropdown .firm .js-expandTrigger::after, .firm .expand.-remove::before, .firm .expand.-date::before, .firm .expand.-external::before, .firm .expand.-processing::before, .firm .find-cpa:not(body)::after, .firm .find-firm:not(body)::after, .firm .fraction::before, .firm .join.-remove::before, .firm .join.-date::before, .firm .join.-external::before, .firm .join.-processing::before, .firm .js-printCart.-remove::before, .firm .js-printCart.-person::before, .firm .js-printCart.-personAdd::before, .firm .js-printCart.-secure::before, .firm .js-printCart.-date::before, .firm .js-printCart.-external::before, .firm .js-printCart.-processing::before, .firm .like::after, .firm .location::before, .firm .-login:not(.text)::after, .firm .-logout::after, .firm .mobile::before, .firm .person::before, .firm .-person::after, .firm .position::before, .firm .search:not(body)::after, .firm .share::after, .firm .sort label::after, .sort .firm label::after, .firm .tag:not(.token) .tag-remove::after, .tag:not(.token) .firm .tag-remove::after, .firm .tag:not(.token)::before, .firm .tag:not(.token).-link a::before, .tag:not(.token).-link .firm a::before, .firm .toggle::after, .firm .type.-webinar::before, .firm .type.-livestream::before, .firm .type.-special-event::before, .firm .type.-committee-meeting::before, .firm .type.-seminar::before, .firm .type.-conference::before, .firm .article .privileged::before, .article .firm .privileged::before, .firm .cart-savings a::after, .cart-savings .firm a::after, .firm .cpa.-preview .phone::before, .cpa.-preview .firm .phone::before, .firm .cpa.-preview .website::before, .cpa.-preview .firm .website::before, .firm .cpa.-preview .address::before, .cpa.-preview .firm .address::before, .firm .cpa.-preview .accept-clients::before, .cpa.-preview .firm .accept-clients::before, .firm .due .js-expandTrigger::after, .due .firm .js-expandTrigger::after, .firm .employees .member-button, .employees .firm .member-button, .firm .employees .member-action::before, .employees .firm .member-action::before, .firm .event .price::before, .event .firm .price::before, .firm .firm-guide .address:before, .firm-guide .firm .address:before,
.firm .firm-guide .internships:before,
.firm-guide .firm .internships:before,
.firm .firm-guide .employees:before,
.firm-guide .firm .employees:before,
.firm .firm-guide .size:before,
.firm-guide .firm .size:before {
  width: 1.5rem;
}
.firm .logo {
  max-width: 300px;
  margin-bottom: 2rem;
}
.firm .title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.firm .phone {
  margin-bottom: 1rem;
}
.firm .phone::before {
  content: "\f095";
  color: #3EBFB9;
}
.firm .website::before {
  content: "\f37e";
  color: #3EBFB9;
  margin-right: 0.5rem;
}
.firm .address {
  position: relative;
  padding-left: 1.3rem;
}
.firm .address::before {
  content: "\f3c5";
  position: absolute;
  top: 9px;
  left: 0;
  color: #3EBFB9;
  margin-right: 0.5rem;
}
.firm.-detail {
  max-width: 790px;
}
.firm.-detail .map {
  width: calc(100% + 4rem);
  height: 500px;
  margin-left: -2rem;
  margin-bottom: -2.7rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .firm.-detail {
    padding-right: calc(2rem + 300px);
  }
  .firm.-detail .map {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.branch-change,
.firm-details {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  max-width: 640px;
  margin-bottom: 2rem;
}
.branch-change .title,
.firm-details .title {
  margin-bottom: 2rem;
}

.geography {
  display: flex;
  flex-direction: row;
}
.geography > * {
  margin-right: 1rem;
}
.geography > *:last-child {
  margin-right: 0;
}
.geography > *:first-child {
  width: 100%;
}
.geography .error p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.groups {
  margin-bottom: 1rem;
  padding-top: 2.4rem;
  position: relative;
}
.groups .action {
  display: block;
  width: 100%;
}
.groups .actions {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  background-color: #fff;
  z-index: 1;
}
.groups .action .category,
.groups .action .divider {
  display: none;
}
.groups .actions.-open {
  height: auto;
  padding: 1rem 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.groups > .action::after {
  content: "\f107";
  margin-left: 0.5rem;
}
.groups .cpe-group {
  flex-grow: 1;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .groups {
    margin-bottom: 1rem;
    padding-top: 2.4rem;
    height: auto;
  }
  .groups.-collapse .actions {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    background-color: #fff;
    z-index: 1;
  }
  .groups.-collapse .actions.-open {
    height: auto;
    padding: 1rem 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .groups.-collapse .action {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0.2rem 2rem;
  }
  .groups.-collapse .action .category, .groups.-collapse .action .divider {
    display: inline;
  }
  .groups.-collapse .action .category {
    font-weight: 600;
    font-size: 1.25rem;
  }
  .groups.-collapse .action .divider {
    margin: 0 0.5rem;
    font-size: 1.2rem;
  }
  .groups.-collapse .cpe-group {
    padding: 0.25rem 0.5rem;
    display: inline-block;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-align: center;
    color: #741746;
    font-weight: 600;
    transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    border-bottom: none;
  }
  .groups.-collapse .cpe-group .count {
    height: 24px;
    min-width: 24px;
    border-radius: 12px;
    border: 1px solid #741746;
    background-color: transparent;
    color: #741746;
    display: inline-block;
    vertical-align: 3px;
    line-height: 22px;
    text-align: center;
    transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1), border 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .groups.-collapse .cpe-group.-active {
    color: #333;
    background-color: transparent;
  }
  .groups.-collapse .cpe-group.-active .count {
    border: 1px solid #333;
    color: #333;
  }
  .groups.-collapse .cpe-group:hover, .groups.-collapse .cpe-group:focus {
    color: #333;
    background-color: transparent;
  }
  .groups .actions {
    display: flex;
    flex-direction: row;
    position: relative;
    top: 0;
    height: auto;
  }
  .groups .action {
    display: none;
  }
  .groups .cpe-group {
    flex-grow: 1;
    margin-right: 0;
  }
}

.information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.information .title {
  font-weight: 400;
}
.information .description {
  display: block;
  font-size: 1rem;
  margin-top: 0.6rem;
  color: #333;
}

.invoice > .note {
  margin-bottom: 2rem;
}
.invoice > .title {
  margin-bottom: 2rem;
}
.invoice .total {
  font-size: 1.15rem;
  display: inline-block;
}
.invoice__table {
  display: grid;
  grid-template-columns: 75px 1fr 250px;
}
.invoice__table thead,
.invoice__table tbody,
.invoice__table tr {
  display: contents;
}
.invoice__table ul {
  padding-left: inherit;
  margin-top: 0;
}
.invoice__table ul li {
  margin-bottom: 0;
}

.item p {
  margin-bottom: 0;
}
.item .title {
  font-size: 1.3rem;
  padding-right: 1rem;
}
.item .information {
  margin-bottom: 0.3rem;
  width: 100%;
}
.item .error {
  background-color: rgb(240.76, 201.8179591837, 198.04);
  padding: 8px 15px;
  margin-bottom: 1rem;
}
.item .price {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  line-height: 1;
}
.item .cancel {
  font-size: 0;
  padding: 10px 11px;
}
.item .cancel::before {
  font-size: 0.8rem;
  margin-right: 0;
}
.item .subtotal {
  font-size: 1.3rem;
  font-weight: 700;
}
.item .information .details {
  flex-wrap: wrap;
  row-gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.item > .details {
  display: none;
  padding-top: 1rem;
}
.item > .details > .item.-sub {
  margin-right: 0;
  margin-bottom: 0;
}
.item > .details.js-expand {
  padding-top: 0.3rem;
}
.item > .details.-expanded {
  display: block;
}
.item > .details h4 {
  color: #741746;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.item .options > * {
  margin-right: 1rem;
}
.item .options span {
  border: 1px solid #741746;
  border-radius: 9px;
  padding: 0.2rem 0.5rem;
}
.item .promos {
  margin: 1rem 0;
}
.item .actions {
  align-items: flex-start;
  margin-top: 2rem;
}
.item .coupons {
  margin-bottom: 0;
}
.item .coupon-add .radio,
.item .moa-add .radio {
  margin-bottom: 0.6rem;
}
.item .coupon-add,
.item .moa-add {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 0;
}
.item .coupon-add {
  flex-wrap: wrap;
}
.item .actions {
  flex-wrap: wrap;
  flex-direction: row;
}
.item .season-add,
.item .coupon-add,
.item .moa-add {
  width: calc(100% - 1rem);
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .item .season-add,
  .item .coupon-add,
  .item .moa-add {
    width: calc(65% - 1rem);
  }
}
@media screen and (min-width: 1024px) {
  .item .season-add,
  .item .coupon-add,
  .item .moa-add {
    width: calc(40% - 1rem);
  }
}
.item .none-add {
  width: 100%;
  margin-bottom: 2rem;
}
.item .season-add,
.item .none-add {
  margin-top: 0.4rem;
}
.item .coupon-add .text {
  width: calc(80% - (123px + 1rem));
  margin-right: 1rem;
}
.item .moa-add .text {
  flex-grow: 1;
}
.item .coupon-add .tags {
  width: 100%;
  margin-top: 0.5rem;
}
.item .season-add,
.item .moa-add {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.item [type=radio]:checked + label::before, .item [type=radio]:not(:checked) + label::before {
  border-color: #5c5c5c;
}
.item .season-add .select {
  flex-grow: 1;
}
.item .select {
  margin-bottom: 0;
}
.item input[type=text],
.item .tags {
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.item input[type=text].-inactive,
.item .tags.-inactive {
  opacity: 0.3;
  pointer-events: none;
}
.item.-sub {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(179, 202, 45, 0.5);
  padding-bottom: 0;
}
.item.-sub .description {
  flex-grow: 1;
  padding-right: 2rem;
  color: #333;
}
.item.-sub .cost {
  text-align: right;
}
.item.-sub .cost.-discount {
  color: #B3CA2D;
}
.item.-sub:last-child {
  border-bottom: none;
}
.item.-sub.-divider {
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .item .none-add,
  .item .season-add {
    margin-top: 0.5rem;
  }
}

.job {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.job p {
  margin-bottom: 0;
}
.job a {
  display: block;
  line-height: 1.35;
}
.job .location {
  font-size: 0.875rem;
  font-style: italic;
}
.job > div:first-child {
  font-size: 1.125rem;
}
.job > div:first-child a {
  margin-bottom: 0.55rem;
}
.job > div:last-child {
  font-size: 0.9375rem;
}
.job > div:last-child p {
  margin-bottom: 0.65rem;
}

.jump-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 1.5rem;
}
.jump-navigation ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.jump-navigation a {
  background: none;
  color: #741746;
  display: inline;
  font-weight: 700;
  padding: 0;
}
.jump-navigation a:hover,
.jump-navigation a:focus {
  color: #36071F;
  background: none;
}
.jump-navigation li {
  display: inline;
  text-align: left;
  margin-right: 1rem;
}
@media screen and (min-width: 576px) {
  .jump-navigation {
    flex-direction: row;
    align-items: center;
  }
  .jump-navigation h2 {
    margin-top: 0;
  }
  .jump-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.leave-firm {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  display: inline-block;
  margin-bottom: 4rem;
}
.leave-firm .title {
  margin-top: 0;
  margin-bottom: 2rem;
}

.legal {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 0);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #E1D6DD;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.legal > * {
  margin: 0 15px;
}
.legal a {
  padding: 0;
  background-color: transparent;
}
.legal a:hover {
  background-color: transparent;
  color: #36071F;
}
.legal nav {
  max-width: 195px;
  width: 100%;
}
.legal li {
  flex-grow: 0;
  margin-right: 1rem;
}
.legal .fuse-logo {
  color: white;
  max-width: 175px;
}
@media screen and (min-width: 1024px) {
  .legal {
    flex-direction: row;
  }
  .legal > * {
    margin-bottom: 0;
    margin: 0 20px;
  }
}

.listing {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}
.listing li {
  width: calc(50% - 2rem);
  margin: 0 1rem 1.2rem;
  line-height: 1.3rem;
}
.listing li::before {
  display: none;
}
.listing.-oneColumn li {
  width: 100%;
}
.listing__title + .listing {
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .listing li {
    width: calc(33.3333% - 2rem);
  }
  .listing.-oneColumn li {
    width: 100%;
  }
  .listing.-twoColumn li {
    width: calc(50% - 2rem);
  }
}

/* Placeholder */
.sponsor-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -2rem;
  margin-right: -2rem;
}
.sponsor-logos .sponsor-logo {
  width: calc(100% - 4rem);
  margin: 0 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
.sponsor-logos img {
  max-width: 160px;
  max-height: 100px;
}
@media screen and (min-width: 576px) {
  .sponsor-logos .sponsor-logo {
    width: calc(50% - 4rem);
  }
}
@media screen and (min-width: 1024px) {
  .sponsor-logos .sponsor-logo {
    width: calc(33.3333% - 4rem);
  }
}

.manage-card-modal .page-content {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
.manage-card-modal .page-content > header {
  width: 100%;
  order: 1;
  margin-bottom: 2rem;
}
.manage-card-modal .page-content > aside {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  order: 2;
}
.manage-card-modal [data-mobile-trigger] {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  background-color: #741746;
  color: #fff;
  border: none;
}
.manage-card-modal [data-mobile-trigger]::after {
  content: "\f105";
  margin-left: 0.5rem;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.manage-card-modal .mobileActive[data-mobile-trigger]::after {
  transform: rotate(90deg);
}
.manage-card-modal .filters, .manage-card-modal .navigation.-aside, .manage-card-modal aside .find {
  display: none;
}
.manage-card-modal .filters.-triggered, .manage-card-modal .navigation.-aside.-triggered, .manage-card-modal aside .find.-triggered {
  display: block;
}
.manage-card-modal .page-content > main {
  width: 100%;
  order: 3;
}
.manage-card-modal .page-content > aside {
  margin-bottom: 2rem;
}
.manage-card-modal .page-content > .preamble {
  order: 2;
  width: 100%;
}
.manage-card-modal .page-content aside .navigation ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
.manage-card-modal .page-content aside .navigation ul > * {
  margin-bottom: 0;
}
.manage-card-modal .page-content aside .navigation ul > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .manage-card-modal .page-content > header {
    order: 1;
    margin-bottom: 4rem;
  }
  .manage-card-modal .page-content > aside {
    width: 240px;
    min-width: 240px;
    height: auto;
    overflow: visible;
    margin-right: 4rem;
    margin-left: 0;
    margin-bottom: 0;
    order: 2;
  }
  .manage-card-modal .filters, .manage-card-modal .navigation.-aside, .manage-card-modal aside .find {
    display: block;
  }
  .manage-card-modal .filters:not(:last-child), .manage-card-modal .navigation.-aside:not(:last-child), .manage-card-modal aside .find:not(:last-child) {
    margin-bottom: 2rem;
  }
  .manage-card-modal .page-content > main {
    width: calc(100% - (240px + 4rem));
    order: 3;
  }
}
.manage-card-modal legend {
  font-size: 3rem;
  font-weight: 700;
  border: 0;
  color: #0000ff;
}
.manage-card-modal label {
  font-weight: 400;
  margin-bottom: 1rem;
}
.manage-card-modal section {
  margin: 0;
}
.manage-card-modal h4 {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .manage-card-modal h4 {
    font-size: 1.3rem;
  }
}
.manage-card-modal .page-content {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 0;
}
.manage-card-modal .card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.manage-card-modal .card-actions .-delete {
  color: #C43E31;
  padding-right: 10px;
  font-weight: 400;
}
.manage-card-modal .card-actions .-delete:hover {
  cursor: pointer;
}
.manage-card-modal .saved-card-preference {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .manage-card-modal .saved-card-preference {
    flex-direction: row;
  }
}
.manage-card-modal .saved-card-preference .checkbox label {
  background-color: #99ddff;
  margin: 0.25rem;
  padding: 1rem;
  border-radius: 8px;
  min-width: 300px;
  color: #3e6a91;
}
.manage-card-modal .saved-card-preference .checkbox input {
  transform: scale(2);
}
.manage-card-modal .remove-card-modal h4 {
  max-width: 18rem;
}
.manage-card-modal .remove-card-modal .card-actions {
  flex-direction: column;
  justify-content: center;
}
.manage-card-modal .card-actions button.-removeCard {
  background-color: #C43E31;
  margin-bottom: 1rem;
  color: #fff;
}
.manage-card-modal .card-actions .js-modalClose {
  cursor: pointer;
  opacity: 1;
  font-weight: 400;
  color: #0047AF;
}
.manage-card-modal .manage-recurring {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 1rem;
}
.manage-card-modal .manage-recurring p {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  color: #3B3D3F;
  font-family: "Open Sans", sans-serif;
}
.manage-card-modal .manage-recurring i {
  color: #1f706b;
  margin-right: 10px;
}
.manage-card-modal .manage-recurring > p {
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
}
.manage-card-modal .manage-recurring-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manage-card-modal .manage-recurring-options .btn {
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
}
.manage-card-modal .manage-recurring-options .btn:hover {
  filter: brightness(0.8);
}
.manage-card-modal .manage-recurring-options .btn.-cancel {
  background-color: #C43E31;
}
.manage-card-modal .manage-recurring-options .btn.-switch {
  background-color: #0047AF;
}
.manage-card-modal .remove-card {
  border-radius: 5px;
}
.manage-card-modal .recurring-details h3 {
  color: #1f706b;
  text-transform: capitalize;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .manage-card-modal .remove-card-modal h4 {
    max-width: none;
  }
  .manage-card-modal .remove-card-modal .card-actions {
    flex-direction: row;
    justify-content: flex-start;
  }
  .manage-card-modal .card-actions button.-removeCard {
    margin-bottom: 0;
  }
  .manage-card-modal .card-actions button {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 840px) {
  .manage-card-modal .manage-recurring {
    flex-direction: row;
    position: relative;
  }
  .manage-card-modal .manage-recurring::after {
    content: "";
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.6);
    height: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .manage-card-modal .manage-recurring > p {
    border-bottom: none;
  }
  .manage-card-modal .manage-recurring-options a:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.manage-card-modal .-name {
  width: 100%;
  margin-right: 10px;
}
.manage-card-modal .-name label {
  display: none;
}
@media screen and (min-width: 1024px) {
  .manage-card-modal .-name {
    width: 65%;
  }
}
.manage-card-modal .saved-cards-fieldset p {
  color: #3e6a91;
  font-family: "Open Sans", sans-serif;
}
.manage-card-modal .tooltip {
  color: #3D454D;
}
.manage-card-modal .tooltip i {
  color: #0047AF;
}

.membership-card {
  padding: 1.5rem;
  border: 1.5px dashed #dbdcd6;
  display: flex;
  flex-direction: column;
  width: 425px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .membership-card {
    margin-left: 5rem;
  }
}
.membership-card span,
.membership-card .expiration {
  color: #888;
}
.membership-card p {
  margin-bottom: 0;
}
.membership-card .card-header {
  display: flex;
}
.membership-card .cpa-logo {
  max-width: 200px;
  margin-right: 1rem;
}
.membership-card .title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.membership-card .expiration {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  color: #888888;
  margin-top: 0;
}
.membership-card .user-info {
  border-bottom: 1px solid black;
  padding: 0.5rem 0;
  font-size: 12px;
}
.membership-card .society-info {
  padding-top: 0.5rem;
  font-size: 10px;
}

aside .message {
  flex-direction: column;
  padding: 0;
}
aside .message.-info header {
  background-color: #0c8ee1;
}
aside .message.-error header {
  background-color: #C43E31;
}
aside .message.-warning header {
  background-color: #FF7900;
}
aside .message.-success header {
  background-color: #B3CA2D;
}
aside .message header {
  padding: 1rem;
  margin-right: 0;
}
aside .message header p {
  margin-bottom: 0;
}
aside .message header::before {
  color: #fff;
}
aside .message header * {
  color: #fff;
}
aside .message > p {
  padding: 1rem;
}

.message {
  display: flex;
  flex-direction: row;
  padding: 2rem;
}
.message > *:last-child {
  margin-bottom: 0;
}
.message::before {
  display: block;
  font-size: 2rem;
  margin-bottom: 0rem;
  margin-right: 1rem;
}
.message header {
  margin-right: 1rem;
}
.message .description > *:last-child {
  margin-bottom: 0;
}
.message .description > *:first-child {
  margin-top: 0;
}
.message .title {
  font-size: 1.1rem;
}
.message .update {
  color: #0c8ee1;
}
.message .update::after {
  content: "\f0a9";
  position: absolute;
  margin-left: 0.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.message .update:hover {
  color: #0c8ee1;
}
.message .update.-payment::after {
  display: none;
}
.message.-action {
  border: 2px solid #e900e9;
}
.message.-action::before {
  color: #0c8ee1;
  content: "\f021";
}
.message.-info {
  background-color: rgb(237.9113924051, 247.7848101266, 254.0886075949);
  border: 2px solid #0c8ee1;
}
.message.-info::before {
  color: #0c8ee1;
  content: "\f05a";
}
.message.-pay-by-check p {
  margin-bottom: 0.5rem;
}
.message.-error {
  background-color: rgb(240.76, 201.8179591837, 198.04);
  border: 2px solid #C43E31;
}
.message.-error::before {
  color: #C43E31;
  content: "\f2f0";
}
.message.-warning {
  background-color: rgb(255, 222.84, 193.8);
  border: 2px solid #FF7900;
}
.message.-warning header {
  color: #FF7900;
}
.message.-warning::before {
  color: #FF7900;
  content: "\f071";
}
.message.-success {
  background-color: rgba(179, 202, 45, 0.25);
  border: 2px solid #B3CA2D;
}
.message.-success::before {
  color: #B3CA2D;
}
.message.-success::before {
  content: "\f058";
}
.message.-emphasize {
  text-align: center;
  flex-direction: column;
  padding: 0;
}
.message.-emphasize header {
  color: #fff;
  padding: 1.7rem;
  margin-right: 0;
}
.message.-emphasize .title {
  display: block;
}
.message.-emphasize::before {
  margin-bottom: 0.9em;
}
.message.-emphasize .description {
  padding: 2rem;
  font-size: 0.8rem;
}
.message.-emphasize.-error header {
  background-color: #C43E31;
}
.message.-emphasize.-success header {
  background-color: #B3CA2D;
}
.message.-emphasize.-info header {
  background-color: #0c8ee1;
}

.minor-filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem !important;
}
.minor-filters .text {
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .minor-filters {
    flex-direction: row;
    align-items: flex-end;
  }
  .minor-filters .text {
    flex-grow: 1;
    margin-right: 0.75rem;
    margin-bottom: 0;
    width: auto;
  }
}

.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal .modalContent {
  border-radius: 16px;
}
.modal .modalContent,
.modal .js-modalContent {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 50%;
}
.modal .modalContent iframe,
.modal .js-modalContent iframe {
  border: none;
  width: 500px;
  height: 500px;
}
.modal .scrollfix {
  overflow-y: scroll;
  position: relative;
  padding: 2rem;
  background-color: white;
  overflow: hidden;
}
.modal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal.-active {
  display: flex;
}
.modal.-revealed {
  opacity: 1;
}

.js-modalContent {
  display: none;
}

.navigation.-pagination ul {
  display: flex;
  flex-direction: row;
  background-color: transparent;
}
.navigation.-pagination ul .page,
.navigation.-pagination ul .prev,
.navigation.-pagination ul .next {
  width: auto;
  display: inline-block;
  font-size: 1.125rem;
}
.navigation.-pagination ul .page:hover,
.navigation.-pagination ul .prev:hover,
.navigation.-pagination ul .next:hover {
  background-color: transparent;
  color: #36071F;
}
.navigation li.-active > a {
  color: #741746;
}
.navigation.-aside .title {
  margin-bottom: 0.8rem;
}
.navigation.-aside > ul > * {
  margin-bottom: 0.8rem !important;
}
.navigation.-aside > ul > * li {
  margin-bottom: 0.4rem !important;
}
.navigation.-aside a {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  color: #000;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.4;
}
.navigation.-aside a:hover {
  background-color: transparent;
  color: #741746;
}
.navigation.-aside .submenu {
  display: none;
  padding: 0.25rem 0rem 0.25rem 0.9rem;
}
.navigation.-aside .submenu a {
  font-size: 0.937rem;
}
.navigation.-aside .submenu ul li {
  margin-bottom: 0.5rem;
}
.navigation.-aside .-hasSubmenu {
  text-align: left;
}
.navigation.-aside .-hasSubmenu > a {
  position: relative;
  display: inline;
}
.navigation.-aside .-hasSubmenu > a::after {
  content: "\f107";
  font-weight: 400;
  font-size: 1.3rem;
  margin-left: 0.2rem;
  vertical-align: middle;
  position: absolute;
  bottom: -2px;
  right: -19px;
}
.navigation.-aside ul ul li a {
  font-size: 0.875rem;
  padding-left: 1rem;
}
.navigation.-aside .-hasSubmenu.-active .submenu {
  display: block;
}

.new-card-info {
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 0;
}
.new-card-info.-inactive {
  pointer-events: none;
  opacity: 0.3;
}

.people {
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
}
.people .type {
  margin-bottom: 0.5rem;
}
.people .detail {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 0.875em;
}
.people .title {
  background: #B3CA2D;
  color: #fff;
  padding: 0.75rem 1.75rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.people ul {
  list-style-type: none;
  padding-left: 0;
}
.people ul li::before {
  content: "";
}
.people ul {
  padding: 1.75rem;
  margin: 0;
}
.people li {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.people li:last-child {
  margin-bottom: 0;
}

.period-select {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.period-select > * {
  margin-right: 1rem;
  flex-grow: 1;
}
.period-select > :last-child {
  margin-right: 0;
}
.period-select .text.-start_date label:before {
  content: "Select a ";
  font-weight: 300;
}
.period-select .text.-end_date label:before {
  content: "Select an ";
  font-weight: 300;
}

.postal-code .note {
  width: 100%;
  margin: 0.5rem 0;
}

.profile-form {
  max-width: 600px;
  margin-bottom: 2rem;
}
.profile-form .contributions {
  padding-top: 2rem;
  margin: 0;
}
.profile-form .contribution {
  margin: 0;
  width: 100%;
}
.profile-form .contribution:not(:first-child) {
  margin-top: 2.5rem;
}
.profile-form .checkboxes.-interests .inputs {
  -moz-column-count: 2;
       column-count: 2;
}

.promos {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  background-color: #E1D6DD;
}
.promos > *:first-child {
  margin-right: 1rem;
}
.promos > * {
  flex-grow: 1;
}

.record-detail {
  position: relative;
  padding-left: 1.6rem;
}
.record-detail p {
  font-size: 1rem;
  margin-bottom: 0;
}
.record-detail .title {
  font-size: 1.025rem;
  font-weight: 700;
  margin-bottom: 0;
}
.record-detail::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-size: 1.0625rem;
  color: #E1D6DD;
}
.record-detail.-date::before {
  content: "\f073";
}
.record-detail.-date span {
  display: block;
}
.record-detail.-location::before {
  content: "\f3c5";
}
.record-detail.-credits::before {
  content: "\f19d";
}
.record-detail.-price::before {
  content: "\f2e8";
}
.record-detail .date::before {
  display: none;
}

.related .event {
  margin-bottom: 1.5rem;
}
.related p.title::after {
  display: none;
}
.related .item {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.related .item strong {
  display: block;
}
.related.-contact .title {
  margin-bottom: 0;
  margin-top: 1rem;
}
.related.-contact .actions {
  margin-top: 2rem;
}
.related.-contact .map {
  margin-bottom: -3.3rem !important;
  margin-left: -1.9rem;
  margin-right: -1.9rem;
  margin-top: 2rem;
  width: calc(100% + 3.8rem);
  height: 400px;
}

.remove-card {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  border-top: none;
  width: 100%;
  margin-bottom: 5rem;
}
.remove-card h4 {
  font-weight: 1.3rem;
  font-weight: 600;
}
.remove-card p {
  font-size: 1.3rem;
  margin: 0 0 1.5rem 0;
}
.remove-card a {
  cursor: pointer;
}
.remove-card .info {
  display: flex;
  padding: 1rem;
  border: 2px solid #741746;
  margin-top: 1rem;
}
.remove-card .info .fas, .remove-card .info .upcoming .cta::after, .upcoming .remove-card .info .cta::after, .remove-card .info .site-header .utility .action.-processing::before, .site-header .utility .remove-card .info .action.-processing::before, .remove-card .info .site-header .utility .action.-external::before, .site-header .utility .remove-card .info .action.-external::before, .remove-card .info .site-header .utility .action.-date::before, .site-header .utility .remove-card .info .action.-date::before, .remove-card .info .site-header .utility .action.-secure::before, .site-header .utility .remove-card .info .action.-secure::before, .remove-card .info .site-header .utility .action.-personAdd::before, .site-header .utility .remove-card .info .action.-personAdd::before, .remove-card .info .site-header .utility .action.-person::before, .site-header .utility .remove-card .info .action.-person::before, .remove-card .info .site-header .utility .action.-remove::before, .site-header .utility .remove-card .info .action.-remove::before, .remove-card .info .event .time::before, .event .remove-card .info .time::before, .remove-card .info .event .credit::before, .event .remove-card .info .credit::before, .remove-card .info body.search [data-mobile-trigger]::after, body.search .remove-card .info [data-mobile-trigger]::after, .remove-card .info body.review [data-mobile-trigger]::after, body.review .remove-card .info [data-mobile-trigger]::after, .remove-card .info .internal [data-mobile-trigger]::after, .internal .remove-card .info [data-mobile-trigger]::after, .remove-card .info body.detail [data-mobile-trigger]::after, body.detail .remove-card .info [data-mobile-trigger]::after, .remove-card .info .site-header .navigation > ul > li.-hasSubmenu > a::after, .site-header .remove-card .info .navigation > ul > li.-hasSubmenu > a::after, .remove-card .info .site-header .submenu-link::after, .site-header .remove-card .info .submenu-link::after, .remove-card .info .related .title a::after, .related .title .remove-card .info a::after, .remove-card .info .option-sets .option-set input[type=radio]:checked ~ div:first-of-type > [type=checkbox]:checked + label::after, .option-sets .option-set .remove-card .info input[type=radio]:checked ~ div:first-of-type > [type=checkbox]:checked + label::after, .remove-card .info .homepage-hero .latest .hero-cta.-secondary.-processing::before, .homepage-hero .latest .remove-card .info .hero-cta.-secondary.-processing::before, .remove-card .info .homepage-hero .latest .hero-cta.-secondary.-external::before, .homepage-hero .latest .remove-card .info .hero-cta.-secondary.-external::before, .remove-card .info .homepage-hero .latest .hero-cta.-secondary.-date::before, .homepage-hero .latest .remove-card .info .hero-cta.-secondary.-date::before, .remove-card .info .homepage-hero .latest .hero-cta.-secondary.-remove::before, .homepage-hero .latest .remove-card .info .hero-cta.-secondary.-remove::before, .remove-card .info .homepage-hero .latest .hero-cta.-processing::before, .homepage-hero .latest .remove-card .info .hero-cta.-processing::before, .remove-card .info .homepage-hero .latest .hero-cta.-external::before, .homepage-hero .latest .remove-card .info .hero-cta.-external::before, .remove-card .info .homepage-hero .latest .hero-cta.-date::before, .homepage-hero .latest .remove-card .info .hero-cta.-date::before, .remove-card .info .homepage-hero .latest .hero-cta.-secure::before, .homepage-hero .latest .remove-card .info .hero-cta.-secure::before, .remove-card .info .homepage-hero .latest .hero-cta.-personAdd::before, .homepage-hero .latest .remove-card .info .hero-cta.-personAdd::before, .remove-card .info .homepage-hero .latest .hero-cta.-person::before, .homepage-hero .latest .remove-card .info .hero-cta.-person::before, .remove-card .info .homepage-hero .latest .hero-cta.-remove::before, .homepage-hero .latest .remove-card .info .hero-cta.-remove::before, .remove-card .info .checkout form button.-processing::before, .checkout form .remove-card .info button.-processing::before, .remove-card .info .checkout form button.-external::before, .checkout form .remove-card .info button.-external::before, .remove-card .info .checkout form button.-date::before, .checkout form .remove-card .info button.-date::before, .remove-card .info .checkout form button.-remove::before, .checkout form .remove-card .info button.-remove::before, .remove-card .info .resource .filetype::before, .resource .remove-card .info .filetype::before, .remove-card .info button + .error p::before, button + .error .remove-card .info p::before,
.remove-card .info input + .error p::before,
input + .error .remove-card .info p::before,
.remove-card .info optgroup + .error p::before,
optgroup + .error .remove-card .info p::before,
.remove-card .info select + .error p::before,
select + .error .remove-card .info p::before,
.remove-card .info textarea + .error p::before,
textarea + .error .remove-card .info p::before, .remove-card .info button + .error li::before, button + .error .remove-card .info li::before,
.remove-card .info input + .error li::before,
input + .error .remove-card .info li::before,
.remove-card .info optgroup + .error li::before,
optgroup + .error .remove-card .info li::before,
.remove-card .info select + .error li::before,
select + .error .remove-card .info li::before,
.remove-card .info textarea + .error li::before,
textarea + .error .remove-card .info li::before, .remove-card .info .ck.ck-button.confirm::before, .remove-card .info .select > span + .error p::before, .select > span + .error .remove-card .info p::before, .remove-card .info .select > span::before, .remove-card .info .action.-remove::before, .remove-card .info .action.-person::before, .remove-card .info .action.-personAdd::before, .remove-card .info .action.-secure::before, .remove-card .info .action.-date::before, .remove-card .info .action.-external::before, .remove-card .info .action.-processing::before, .remove-card .info .cms-action.-remove::before, .remove-card .info .cms-action.-date::before, .remove-card .info .cms-action.-external::before, .remove-card .info .cms-action.-processing::before, .remove-card .info .alert-naked.error p::before, .alert-naked.error .remove-card .info p::before, .remove-card .info .cms-cancel::before, .remove-card .info .cms-controlpanel::before, .remove-card .info .cms-edit::before, .remove-card .info .cms-editorHighlight::after, .remove-card .info .cms-module .settings::before, .cms-module .remove-card .info .settings::before,
.remove-card .info .cms-module .remove::before,
.cms-module .remove-card .info .remove::before,
.remove-card .info .cms-module .context::before,
.cms-module .remove-card .info .context::before, .remove-card .info .cms-nav::before, .remove-card .info .note.-info::before, .remove-card .info .note.-error::before, .remove-card .info .note.-success::before, .remove-card .info .cms-recordedit::before, .remove-card .info .cms-recordremove::before, .remove-card .info .cms-recordsettings::before, .remove-card .info .cms-save::before, .remove-card .info .cms-settings::before, .remove-card .info .select > span + .error li::before, .select > span + .error .remove-card .info li::before, .remove-card .info .text.-search .search::before, .text.-search .remove-card .info .search::before, .remove-card .info .cms-alert::after, .remove-card .info .cms-editing-content .title::before, .cms-editing-content .remove-card .info .title::before, .remove-card .info .message header::before, .message .remove-card .info header::before, .remove-card .info .cms-recordlist.-reordering .cms-select::before, .cms-recordlist.-reordering .remove-card .info .cms-select::before, .remove-card .info .action.-secondary.-remove::before, .remove-card .info .action.-secondary.-date::before, .remove-card .info .action.-secondary.-external::before, .remove-card .info .action.-secondary.-processing::before, .remove-card .info .cancel.-remove::before, .remove-card .info .cancel.-date::before, .remove-card .info .cancel.-external::before, .remove-card .info .cancel.-processing::before, .remove-card .info .back::before, .remove-card .info .-blog::after, .remove-card .info .button.-primary.-remove::before,
.remove-card .info .button.-remove::before, .remove-card .info .button.-primary.-person::before,
.remove-card .info .button.-person::before, .remove-card .info .button.-primary.-personAdd::before,
.remove-card .info .button.-personAdd::before, .remove-card .info .button.-primary.-secure::before,
.remove-card .info .button.-secure::before, .remove-card .info .button.-primary.-date::before,
.remove-card .info .button.-date::before, .remove-card .info .button.-primary.-external::before,
.remove-card .info .button.-external::before, .remove-card .info .button.-primary.-processing::before,
.remove-card .info .button.-processing::before, .remove-card .info .button.-secondary.-remove::before, .remove-card .info .button.-secondary.-date::before, .remove-card .info .button.-secondary.-external::before, .remove-card .info .button.-secondary.-processing::before, .remove-card .info a.-cart::after, .remove-card .info .community::after, .remove-card .info .date::before, .remove-card .info .division.-remove::before, .remove-card .info .division.-date::before, .remove-card .info .division.-external::before, .remove-card .info .division.-processing::before, .remove-card .info .dropdown .js-expandTrigger::after, .dropdown .remove-card .info .js-expandTrigger::after, .remove-card .info .expand.-remove::before, .remove-card .info .expand.-date::before, .remove-card .info .expand.-external::before, .remove-card .info .expand.-processing::before, .remove-card .info .find-cpa:not(body)::after, .remove-card .info .find-firm:not(body)::after, .remove-card .info .fraction::before, .remove-card .info .join.-remove::before, .remove-card .info .join.-date::before, .remove-card .info .join.-external::before, .remove-card .info .join.-processing::before, .remove-card .info .js-printCart.-remove::before, .remove-card .info .js-printCart.-person::before, .remove-card .info .js-printCart.-personAdd::before, .remove-card .info .js-printCart.-secure::before, .remove-card .info .js-printCart.-date::before, .remove-card .info .js-printCart.-external::before, .remove-card .info .js-printCart.-processing::before, .remove-card .info .like::after, .remove-card .info .location::before, .remove-card .info .-login:not(.text)::after, .remove-card .info .-logout::after, .remove-card .info .mobile::before, .remove-card .info .person::before, .remove-card .info .-person::after, .remove-card .info .position::before, .remove-card .info .search:not(body)::after, .remove-card .info .share::after, .remove-card .info .sort label::after, .sort .remove-card .info label::after, .remove-card .info .tag:not(.token) .tag-remove::after, .tag:not(.token) .remove-card .info .tag-remove::after, .remove-card .info .tag:not(.token)::before, .remove-card .info .tag:not(.token).-link a::before, .tag:not(.token).-link .remove-card .info a::before, .remove-card .info .toggle::after, .remove-card .info .type.-webinar::before, .remove-card .info .type.-livestream::before, .remove-card .info .type.-special-event::before, .remove-card .info .type.-committee-meeting::before, .remove-card .info .type.-seminar::before, .remove-card .info .type.-conference::before, .remove-card .info .article .privileged::before, .article .remove-card .info .privileged::before, .remove-card .info .cart-savings a::after, .cart-savings .remove-card .info a::after, .remove-card .info .cpa.-preview .phone::before, .cpa.-preview .remove-card .info .phone::before, .remove-card .info .cpa.-preview .website::before, .cpa.-preview .remove-card .info .website::before, .remove-card .info .cpa.-preview .address::before, .cpa.-preview .remove-card .info .address::before, .remove-card .info .cpa.-preview .accept-clients::before, .cpa.-preview .remove-card .info .accept-clients::before, .remove-card .info .due .js-expandTrigger::after, .due .remove-card .info .js-expandTrigger::after, .remove-card .info .employees .member-button, .employees .remove-card .info .member-button, .remove-card .info .employees .member-action::before, .employees .remove-card .info .member-action::before, .remove-card .info .event .price::before, .event .remove-card .info .price::before, .remove-card .info .firm-guide .address:before, .firm-guide .remove-card .info .address:before,
.remove-card .info .firm-guide .internships:before,
.firm-guide .remove-card .info .internships:before,
.remove-card .info .firm-guide .employees:before,
.firm-guide .remove-card .info .employees:before,
.remove-card .info .firm-guide .size:before,
.firm-guide .remove-card .info .size:before, .remove-card .info .firm .phone::before, .firm .remove-card .info .phone::before, .remove-card .info .firm .website::before, .firm .remove-card .info .website::before, .remove-card .info .firm .address::before, .firm .remove-card .info .address::before, .remove-card .info .manage-card-modal [data-mobile-trigger]::after, .manage-card-modal .remove-card .info [data-mobile-trigger]::after, .remove-card .info .message::before, .remove-card .info .navigation.-aside .-hasSubmenu > a::after, .navigation.-aside .remove-card .info .-hasSubmenu > a::after {
  font-size: 1.5rem;
  color: #741746;
  margin-right: 1rem;
}
.remove-card .info p {
  font-size: 1rem;
}
.remove-card .button {
  margin-top: 2rem;
  opacity: 1;
}
.remove-card .button.action.-removeCard {
  background-color: #C43E31;
  border: 2px solid transparent;
  margin-right: 2rem;
}
.remove-card .button.action.-removeCard:hover {
  background-color: #fff;
  border: 2px solid #C43E31;
  color: #C43E31;
}
.remove-card .button.-newCard {
  margin-bottom: 1.5rem;
}

.resource {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(179, 202, 45, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.resource .action {
  margin-top: auto;
}
.resource .filetype {
  font-style: italic;
  margin-bottom: 1rem;
  color: #741746;
}
.resource .filetype::before {
  content: "\f15c";
  font-size: 1em;
  margin-right: 5px;
}
.resource .filetype.-pdf::before {
  content: "\f1c1";
}
.resource .filetype.-docx::before {
  content: "\f1c2";
}

.results {
  margin-bottom: 0.4rem;
}
.results .meta {
  color: #333;
  text-align: right;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .results .meta {
    font-size: 1rem;
  }
}

.saved-card {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  border-top: none;
  border: 4px solid transparent;
  display: flex;
  flex-direction: column;
  flex: 0 0 47%;
  padding: 5px;
  position: relative;
  border-radius: 20px;
}
.saved-card:hover {
  border: 4px solid #99ddff;
}
.saved-card.-error {
  border-top-color: #C43E31;
  background-color: rgba(196, 62, 49, 0.1);
}
.saved-card h4 {
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.saved-card p {
  font-weight: 100;
  margin: 0;
}
.saved-card .saved-card-info {
  display: block;
  background-color: #3e6a91;
  border-radius: 16px;
  padding: 1.5rem;
}
.saved-card .saved-card-info h4, .saved-card .saved-card-info p {
  color: #fff;
}
.saved-card .saved-card-info h4 {
  font-weight: 600;
  margin: 0;
}
.saved-card .saved-card-info .number {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Courier New", Courier, monospace;
}
.saved-card .saved-card-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saved-card .saved-card-footer .card-actions {
  display: flex;
  margin: 0.5rem;
}
.saved-card .card-actions .-secondary {
  background-color: #C43E31;
  border-color: #C43E31;
  color: #fff;
}
.saved-card .card-actions .-secondary:hover {
  color: #dbdcd6;
}
.saved-card .card-actions .-remove {
  padding-right: 10px;
}
.saved-card .card-actions .-recurring .in-use {
  color: #1f706b;
  line-height: 20px;
  padding-left: 1rem;
}
.saved-card .card-actions .-recurring .in-use.-pending {
  color: #C43E31;
}
.saved-card .saved-card-footer .edit {
  color: #000;
}
.saved-card .saved-card-info .personal-info {
  flex-wrap: wrap;
  width: 75%;
}
.saved-card .saved-card-info .expiration-date {
  margin-bottom: 1rem;
}
.saved-card .saved-card-info .expiration-date span {
  opacity: 0.7;
}
.saved-card .personal-info .name {
  padding-top: 1rem;
  flex: 0 0 100%;
  font-family: "Open Sans", sans-serif;
}
.saved-card .personal-info .name p {
  line-height: 13px;
  font-style: italic;
  font-size: 1rem;
}
.saved-card .personal-info .name span {
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
}
.saved-card .personal-info .number {
  margin-right: 1rem;
  display: inline-block;
}
.saved-card .personal-info .expiration-date {
  display: inline-block;
}
.saved-card .card-default {
  color: #0000ff;
  font-weight: 400;
  font-size: 1rem;
  padding: 0 29px;
  position: absolute;
  left: 0;
  background-color: #99ddff;
  font-family: "Open Sans", sans-serif;
}
.saved-card .saved-card-footer .card-default {
  bottom: 80px;
}
.saved-card .saved-card-footer .card-actions {
  justify-content: space-between;
}
.saved-card .personal-info .number {
  font-weight: 600;
}

.saved-cards-fieldset {
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
}
.saved-cards-fieldset .number {
  margin-left: 1rem;
}

.saved-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.saved-cards .saved-card,
.saved-cards .add-card {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  flex: 1;
}
.saved-cards .add-card {
  width: 47%;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
@media screen and (min-width: 500px) {
  .saved-cards {
    justify-content: space-between;
  }
  .saved-cards .saved-card,
  .saved-cards .add-card {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 530px) {
  .saved-cards .saved-card,
  .saved-cards .add-card {
    flex: 0 0 47%;
  }
}

.selection > header {
  margin-bottom: 0.6rem;
}
.selection .time {
  display: block;
  font-weight: 400;
  font-size: 1rem;
}
.selection .title {
  font-size: 1.406rem;
}
.selection .details p {
  color: #666666;
  margin-bottom: 1.2rem;
}
.selection .details .note {
  font-style: initial;
  color: #898d8d;
}
.selection .details {
  flex-direction: column;
  align-items: flex-start;
}
.selection .details > *:last-child {
  margin-bottom: 0;
}
.selection dl {
  border: none;
  display: block;
}
.selection dl .title {
  display: inline;
}
.selection dt,
.selection dd,
.selection dl .title {
  display: inline;
}
.selection dt,
.selection dd,
.selection dl .title,
.selection .credit {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}
.selection .details .credit {
  margin-bottom: 0;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.selection dt {
  background: none;
  padding: 0;
}
.selection dl .title,
.selection dd {
  margin-right: 1rem;
}
.selection dd {
  border-bottom: none;
}
.selection .prices {
  margin-top: 0;
}
.selection .person {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  display: inline-block;
  font-weight: 400;
}
.selection .person:hover,
.selection .person:focus {
  color: #741746;
}
.selection .person:hover:before,
.selection .person:focus:before {
  border-color: #36071F;
}
.selection .person::before {
  font-size: 1rem;
  border: 2px solid #741746;
  border-radius: 50%;
  padding: 0.3rem;
  margin-right: 0.5rem;
}
.selection .avatar {
  margin: 1rem 0;
}
.selection .avatar h3 {
  padding: 0;
}
.selection .avatar > .person::before {
  content: "";
  display: none;
  margin-right: 1rem;
}
.selection .avatar .photo,
.selection .biography .photo {
  width: 75px;
  min-width: 75px;
  height: 75px;
  margin-right: 1rem;
}
.selection .biography h3 {
  margin-bottom: 0;
}

fieldset.selection .description {
  display: flex;
  flex-direction: row;
}
fieldset.selection .checkbox,
fieldset.selection .radio {
  padding-top: 1.3rem;
  margin-right: 1rem;
}
fieldset.selection .checkbox input[type=checkbox],
fieldset.selection .radio input[type=radio] {
  opacity: 0;
  width: 21px;
  height: 21px;
}
fieldset.selection .checkbox label::before,
fieldset.selection .radio label::before {
  content: "";
  display: inline-block;
  height: 21px;
  width: 21px;
  box-shadow: inset 0 0 5px rgba(179, 202, 45, 0.5);
}
fieldset.selection .radio label::before {
  border-radius: 50%;
  top: -18px;
  pointer-events: none;
}
fieldset.selection .checkbox label::before {
  top: 19px;
}
fieldset.selection .checkbox label::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 12px;
  border-left: 3px solid #741746;
  border-bottom: 3px solid #741746;
  left: 5px;
  top: 24px;
  transform: rotate(-45deg);
}
fieldset.selection .radio label::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #741746;
  top: -15px;
  left: 3px;
}
fieldset.selection [type=radio]:checked + label::before,
fieldset.selection [type=radio]:not(:checked) + label::before {
  background: transparent;
  border: none;
}
fieldset.selection [type=radio]:checked,
fieldset.selection [type=radio]:not(:checked) {
  left: 0;
  position: absolute;
}
fieldset.selection .checkbox,
fieldset.selection .radio {
  position: relative;
}
fieldset.selection .checkbox label {
  pointer-events: none;
}
fieldset.selection .checkbox label::before,
fieldset.selection .checkbox label::after {
  position: absolute;
}
fieldset.selection {
  /*Hide the checkmark by default*/
}
fieldset.selection .checkbox input[type=checkbox] + label::after {
  content: none;
}
fieldset.selection {
  /*Unhide the checkmark on the checked state*/
}
fieldset.selection .checkbox input[type=checkbox]:checked + label::after {
  content: "";
}
fieldset.selection .radio input[type=radio] + label::after {
  transform: scale(0);
}
fieldset.selection .radio input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
fieldset.selection header {
  flex: 1 1 0;
}

.site-alert {
  background-color: #741746;
  text-align: center;
  padding: 0.8rem 3.2rem;
  margin-bottom: 0;
  position: relative;
  transition: max-height 200ms cubic-bezier(0.215, 0.61, 0.355, 1), padding 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
  max-height: 100vh;
  z-index: 2;
}
.site-alert .alerts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-alert p {
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #fff;
}
.site-alert p:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.site-alert p a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
}
.site-alert p a:hover {
  color: #ddd;
}
.site-alert .close {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  cursor: pointer;
}
.site-alert .close::before {
  color: #fff;
  font-size: 1.125rem;
}
.site-alert.-hide {
  max-height: 0;
  padding: 0;
}

.site-search {
  display: flex;
  flex-direction: row;
  max-width: 600px;
}
.site-search input[type=text] {
  margin-right: 1rem;
}

.tags {
  margin-bottom: 0;
}
.tags .tag {
  display: inline;
  margin-bottom: 1rem;
  margin-right: 2.4rem;
  white-space: nowrap;
}

.tracker .advancement {
  background-color: transparent;
  position: relative;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tracker .fraction {
  color: #000;
  font-size: 0.95rem;
}
.tracker svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  transform-origin: center;
  transform: rotate(-180deg);
}
.tracker svg circle {
  fill: transparent;
  stroke-width: 20;
}
.tracker .empty circle {
  stroke: #e7e7e7;
}
.tracker .filled circle {
  stroke: #B3CA2D;
}

.transaction {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
}
.transaction .price {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.transaction p {
  margin-bottom: 1rem;
}

.tweet {
  padding-bottom: 1.3rem;
  border-bottom: 0.5px solid #000;
}
.tweet .description {
  line-height: 1.45;
  margin-bottom: 1rem;
}
.tweet .description a {
  color: inherit;
}
.tweet .description a:hover,
.tweet .description a:focus {
  text-decoration: underline;
}
.tweet .details {
  justify-content: space-between;
  font-size: 0.8335rem;
}
.tweet .details a:hover,
.tweet .details a:focus {
  color: #000;
}
.tweet .hours {
  margin-bottom: 0;
}

.widget {
  padding: 1.6rem 2.9rem 2.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.widget > .title {
  margin-bottom: 1rem;
}
.widget > div {
  margin-bottom: 2rem;
  overflow-wrap: wrap;
}
.widget .widget {
  font-size: 1.125rem;
}
.widget .committee {
  margin-bottom: 1.2rem;
}
.widget .-hidden {
  display: none;
}
.widget .job,
.widget .event {
  margin-bottom: 1.4rem;
}
.widget > .title + .subtitle {
  margin-top: -0.8rem;
}
.widget .introduction {
  font-size: 1.125rem;
}
.widget .event .date,
.widget .event .time {
  display: inline;
}
.widget .event .time:not(:last-child) {
  color: #3EBFB9;
}
.widget .event a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.widget .event > *:last-child {
  margin-bottom: 0;
}
.widget .introduction strong {
  font-weight: 700;
  color: #B3CA2D;
  font-size: 1.25rem;
}
.widget .details {
  justify-content: space-between;
}
.widget .details > * {
  margin-bottom: 0;
}
.widget .details .date::before {
  content: "";
}
.widget a {
  font-weight: 400;
}
.widget p {
  line-height: 1.35;
}
.widget.-highlight {
  border: 1.5px solid #741746;
}
.widget.-alertHighlight {
  border: 3px solid #3EBFB9;
}
.widget > *:last-child {
  margin-bottom: 0;
}
.widget dl {
  border: none;
}
.widget dt {
  margin-right: 0.5rem;
}
.widget dd, .widget dt {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #191919;
  flex-basis: auto;
  text-align: left;
  width: auto;
}
.widget dd::after {
  content: "";
  display: block;
  width: 100%;
}
.widget dd {
  display: contents;
  color: #B3CA2D;
}
.widget table:not([class]) th,
.widget table:not([class]) td {
  padding: 0.4rem 1.4rem;
}

.addsearch-result-item-sub {
  background-image: none !important;
  background: none;
}
.addsearch-result-item-sub > div {
  padding-left: 0 !important;
  padding: 1rem !important;
  min-height: 0 !important;
}

/* HIDE THUMBNAILS */
#addsearch-results .addsearch-result-item-container,
#addsearch-results .addsearch-result-item-sub-active,
#addsearch-results .addsearch-result-item-sub {
  background-size: 0 0 !important;
}

.agenda .selection {
  margin: 2rem 0;
}
.agenda .date {
  margin-bottom: 0;
}

.application-category {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.75rem 3.5rem;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border: 2px solid #dbdcd6;
}
.application-category.-active {
  border-color: #000;
  color: #000;
}
.application-category {
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.application-category:hover, .application-category:focus {
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}
.application-category:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.application-category > .title {
  font-weight: 500;
  font-size: 1.1rem;
  border-color: #000;
  border-bottom: 3px solid transparent;
}
.application-category.-active > .title {
  border-color: #741746;
  color: #000;
}
.application-category:hover > .title, .application-category > .title.-active:hover {
  color: white;
}

.application-type-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-bottom: 1.5rem;
}
@media (min-width: 675px) {
  .application-type-categories {
    display: block;
  }
}

.application-type-category {
  border-bottom: 1px solid #B3CA2D;
}
.application-type-category.-revealed .application-types {
  display: flex;
}
.application-type-category.-guestAdd {
  border-bottom: none;
}
.application-type-category.-revealed > .title .cta::after {
  transform: rotate(90deg);
}
.application-type-category > .title {
  margin-bottom: 1rem;
}
.application-type-category > .title .cta {
  font-size: 1rem;
  margin-left: 1rem;
}
.application-type-category > .title .cta::after {
  content: "\f105";
  margin-left: 0.5em;
  vertical-align: middle;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.application-type-category [data-reveal].-revealed {
  display: flex;
}

.application-types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: calc(-1 * 30px / 2);
  margin-right: calc(-1 * 30px / 2);
}
.application-types > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .application-types > * {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .application-types > * {
    width: calc(33.3333% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .application-types > * {
    width: calc(53% - 71px);
  }
}
.application-types .application-type {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 5px;
}
.application-types .application-type .action {
  margin-top: auto;
  margin-bottom: 0;
}
.application-types .application-type .description {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.application-types .application-type .label {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.application-types .application-type .description,
.application-types .application-type .label {
  width: 100%;
}
.application-types.-hidden {
  display: none;
}

.articles .article {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: block;
  margin-bottom: 2.5rem;
}
.articles[data-module] .article {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  border-bottom: 0;
  margin-bottom: 30px;
  border-width: 10px;
  padding-top: 1.3rem;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.articles[data-module] .article:hover {
  transform: translateY(-10px);
}
.articles[data-module] .article p, .articles[data-module] .article li, .articles[data-module] .article ul {
  color: #000;
}
.articles[data-module] .article .title {
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
}
.articles[data-module] .article .date::before {
  color: #3EBFB9;
}
.articles[data-module] .article .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles.-featured header > .title {
  margin-bottom: 1.1rem;
}
.articles.-featured header > .title a {
  font-size: 1.3rem;
}
.articles[data-module=news-list][data-preview].-hidePreview .description {
  display: none;
}

.billing-form {
  max-width: 600px;
  margin-bottom: 4rem;
}

.biographies .title {
  margin-bottom: 2rem;
}

.biography-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 5;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.biography-modal .biography {
  max-width: 600px;
  max-height: 100vh;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.biography-modal .biography-scrollfix {
  overflow-y: scroll;
  position: relative;
  padding: 2rem;
}
.biography-modal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.biography-modal.-active {
  display: flex;
}
.biography-modal.-revealed {
  opacity: 1;
}

body:not(.-mac) .biography-scrollfix {
  margin-right: -17px;
  padding-right: 17px;
}

.block {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.block > header:empty {
  display: none;
}
.block > header:empty + .options .option {
  margin-left: 0;
}
.block > header {
  position: relative;
  padding-left: 20px;
}
.block > header .type {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.8;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  white-space: nowrap;
}
.block .biography {
  display: none;
}
.block .selections {
  flex-grow: 1;
  padding-top: 1.5rem;
}
.block .selection {
  margin-bottom: 2rem;
}
.block .selection:last-child {
  margin-bottom: 0;
}
.block.-breakout > header {
  position: relative;
  margin-bottom: 0;
}
.block.-breakout > header::after, .block.-breakout > header::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  right: 0.7rem;
  background-color: #B3CA2D;
  border: 3px solid #A79F9D;
  border-radius: 50%;
}
.block.-breakout > header::before {
  top: 4px;
}
.block.-breakout > header::after {
  bottom: 3px;
}
.block.-breakout .type::after {
  display: none;
}
.block.-breakout .selections {
  position: relative;
}
.block.-breakout .selections::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: -19.5px;
  border-left: 2px dotted #000;
  height: calc(100% - 4rem);
}
@media screen and (min-width: 576px) {
  .block {
    margin-bottom: 4rem;
  }
  .block .selection {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .block .selections {
    padding-top: 0;
  }
  .block .addon p {
    margin-bottom: 1em;
  }
  .block .addon:last-of-type p {
    margin-bottom: 0;
  }
  .block.-breakout > header::after, .block.-breakout > header::before {
    width: 1.125rem;
    height: 1.125rem;
    right: 2.25rem;
  }
  .block.-breakout > header .type::after {
    display: none;
  }
  .block.-breakout .selections::before {
    left: -45px;
  }
  .block > header {
    width: 250px;
    min-width: 250px;
  }
  .block > header .type {
    position: relative;
    white-space: normal;
  }
  .block > header .type::after {
    content: "";
    display: inline;
    width: 25px;
    border-top: 1px solid #000;
    position: absolute;
    right: 2rem;
  }
}

.call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.call-to-action > * {
  margin-bottom: 0;
}
.call-to-action > *:last-child {
  margin-bottom: 0;
}
.call-to-action {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  text-align: center;
}
.call-to-action .action {
  width: auto;
  margin-top: auto;
}
.call-to-action .introduction {
  margin-bottom: 0;
  text-align: center;
}
.call-to-action .title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.call-to-action.-featured {
  border-top: 7px solid #B3CA2D;
  border-right: 2px solid #B3CA2D;
  border-bottom: 2px solid #B3CA2D;
  border-left: 2px solid #B3CA2D;
}
.call-to-action.-featured .actions {
  display: flex;
}

.card-info {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  display: flex;
  flex-direction: column;
  max-width: 740px;
  margin-bottom: 4rem;
}
.card-info .checkout {
  box-shadow: none;
  padding: 0;
}
.card-info .total {
  flex-direction: column;
}
.card-info .radios {
  margin-bottom: 0;
}
.card-info .radios .radio {
  display: block;
  margin-right: 0;
}
.card-info aside {
  max-width: 250px;
  width: 100%;
}
.card-info label {
  font-size: 1rem;
}
.card-info .divide {
  margin: 1.8rem 0;
  margin-bottom: 1.9rem;
}
@media screen and (min-width: 1024px) {
  .card-info {
    flex-direction: row;
  }
  .card-info main {
    flex-grow: 1;
    width: 50%;
    margin-bottom: 0;
  }
  .card-info {
    padding: 2.5rem 1.9rem;
  }
  .card-info > .title {
    font-size: 1.406rem;
    margin-bottom: 2.5rem;
  }
  .card-info aside {
    max-width: 250px;
  }
  .card-info main {
    margin-right: 3rem;
  }
}

.card-link, [data-card-link] {
  cursor: pointer;
}

.cart {
  margin: 0 auto;
  margin-bottom: 4rem;
}
.cart .details span {
  display: none;
}
@media screen and (min-width: 576px) {
  .cart .details span {
    display: block;
  }
}

.chapters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.chapters > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .chapters {
    margin-bottom: 0;
  }
  .chapters > * {
    width: calc(50% - 30px);
  }
}

.checkout {
  padding: 2.5rem 0;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  margin-bottom: 1rem;
}
.checkout > footer {
  margin-top: 2rem;
}
.checkout p {
  margin-bottom: 0.5rem;
}
.checkout .title {
  margin-bottom: 1rem;
}
.checkout .promo-code {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.checkout .promo-code label {
  width: 100%;
}
.checkout .promo-code input[type=text] {
  width: 70%;
  margin-right: 15px;
}
.checkout .promo-code button {
  margin-bottom: 0;
}
.checkout ul {
  padding-left: 0;
}
.checkout ul li {
  list-style: none;
  margin-bottom: 0.5rem;
  font-style: italic;
  background-color: #eee;
  border-radius: 8px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 0.75rem;
}
.checkout ul li::before {
  content: none;
}
.checkout ul li i {
  padding-left: 0.5rem;
}
.checkout form button {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.checkout form button:hover, .checkout form button:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.checkout form button:hover .count, .checkout form button:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.checkout form button.-option {
  padding: 3px 11px;
}
.checkout form button.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.checkout form button.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.checkout form button.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.checkout form button.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.checkout form button.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.checkout form button.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.checkout form button.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.checkout form button.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.checkout form button.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.checkout form button[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.checkout form button .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.checkout form button.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.checkout form button.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}
.checkout form button {
  border: none;
  margin-bottom: 0.25rem;
  display: inline-block;
  padding: 0.4rem;
}
.checkout .additions .total {
  font-size: 0.875rem;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0.2rem;
}
.checkout .total {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(179, 202, 45, 0.5);
  margin-bottom: 0.6rem;
}
.checkout .action {
  margin-top: 1rem;
  line-height: 2.5;
}
.checkout .button.-secondary {
  padding-left: 1rem;
  padding-right: 1rem;
}
.checkout.js-is-sticky, .checkout.js-is-stuck {
  width: 100%;
  max-width: 320px;
}
.checkout.js-is-stuck {
  position: absolute;
  bottom: 0;
  right: 0;
}
.checkout.-emphasize .total {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .checkout {
    padding: 2.5rem 1.9rem;
  }
  .checkout > .title {
    font-size: 1.406rem;
    margin-bottom: 2.5rem;
  }
}

.card-info aside {
  position: relative;
}

.card-info .checkout.js-is-sticky, .card-info .checkout.js-is-stuck {
  width: 100%;
  max-width: 250px;
}

.committees {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.committees > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .committees {
    margin-bottom: 0;
  }
  .committees > * {
    width: calc(50% - 30px);
  }
}

.firm-roster {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  margin-bottom: 2rem;
}
.firm-roster header {
  display: flex;
  flex-direction: column;
}
.firm-roster .title {
  margin-bottom: 0.4rem;
}
.firm-roster .employees {
  margin-bottom: 0;
}
.firm-roster .actions {
  flex-wrap: wrap;
}
.firm-roster .actions > * {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .firm-roster header {
    margin-bottom: 1.4rem;
  }
  .firm-roster header .actions {
    margin-bottom: 0;
    line-height: 1.7;
  }
}

.courses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.courses > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .courses {
    margin-bottom: 0;
  }
  .courses > * {
    width: calc(50% - 30px);
  }
}

.cpa-info {
  display: flex;
  flex-direction: column;
}
.cpa-info aside {
  order: 1;
}
.cpa-info main {
  order: 2;
}
.cpa-info aside > .title {
  margin-bottom: 1.1rem;
  font-size: 1.406rem;
}
.cpa-info .description p {
  color: #666666;
  line-height: 2;
}
.cpa-info .description .title {
  font-size: 1.406rem;
  margin-bottom: 1rem;
}
.cpa-info .title + .events {
  margin-top: 1.5rem;
}
.cpa-info .logo {
  max-width: 280px;
  width: 100%;
  margin-bottom: 2rem;
}
.cpa-info .referral {
  text-transform: capitalize;
}
@media screen and (min-width: 1024px) {
  .cpa-info {
    flex-direction: row;
  }
  .cpa-info aside {
    flex-grow: 1;
    max-width: 390px;
    min-width: 390px;
    order: 2;
  }
  .cpa-info aside .related {
    margin-bottom: 2.1rem;
  }
  .cpa-info aside .related > *:last-child {
    margin-bottom: 0;
  }
  .cpa-info main {
    margin-right: 100px;
    flex-grow: 1;
    width: 100%;
    order: 1;
  }
}

.cpas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.cpas > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .cpas {
    margin-bottom: 0;
  }
  .cpas > * {
    width: calc(50% - 30px);
  }
}

.cpe-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cpe-preview .event {
  padding: 1.3rem 2rem 2rem;
}
.cpe-preview .price::before {
  content: "\$";
}
.cpe-preview .types {
  flex: 0 1 0;
}
.cpe-preview.-featured {
  background: #E1D6DD;
  border-top-color: #A79F9D;
}
.cpe-preview.-featured .title {
  font-weight: 700;
  color: #fff;
}
.cpe-preview.-featured .title::after {
  content: none;
}
.cpe-preview.-featured .eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #A79F9D;
}
.cpe-preview.-featured > *,
.cpe-preview.-featured .date,
.cpe-preview.-featured .location,
.cpe-preview.-featured .credit,
.cpe-preview.-featured .price,
.cpe-preview.-featured .description {
  color: #fff;
}
.cpe-preview.-featured > *::before,
.cpe-preview.-featured .date::before,
.cpe-preview.-featured .location::before,
.cpe-preview.-featured .credit::before,
.cpe-preview.-featured .price::before,
.cpe-preview.-featured .description::before {
  color: #A79F9D;
}
.cpe-preview.-featured .action {
  margin-top: 1.5rem;
}
.cpe-preview.-featured .addl-cta::after {
  color: #A79F9D;
}
.cpe-preview.-featured .alternate-event:hover,
.cpe-preview.-featured .alternate-event:hover * {
  color: #A79F9D;
  transition: color 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cpe-preview .actions.-additional {
  display: block;
}
.cpe-preview .actions.-additional .alternate-event {
  display: block;
  line-height: 1.2;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 0.75rem;
  width: auto;
}
.cpe-preview .details {
  flex-wrap: wrap;
  row-gap: 1rem;
}
.cpe-preview.-upcoming .title::after {
  display: none;
}
.cpe-preview.-upcoming .actions {
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.cpe-preview.-upcoming:hover {
  transform: translateY(0);
}
.cpe-preview:hover {
  transform: translateY(-10px);
}
.cpe-preview .addl-cta {
  margin-bottom: 0;
  font-weight: 700;
}
.cpe-preview .addl-cta::after {
  content: "\f107";
  margin-left: 0.5rem;
  color: #3EBFB9;
}
.cpe-preview .addl-details::marker {
  display: none;
}
.cpe-preview .addl-details {
  list-style: none;
}
.cpe-preview .addl-details::-webkit-details-marker {
  display: none;
}
.cpe-preview.-list {
  cursor: pointer;
}
.cpe-preview.-list .details {
  position: relative;
}
.cpe-preview.-list .details::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #B3CA2D;
}
.cpe-preview.-list .details::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 11px;
  right: 8px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 1px solid #B3CA2D;
  border-bottom: 1px solid #B3CA2D;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), bottom 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cpe-preview.-list p.-cancelled {
  line-height: 1.4;
}
.cpe-preview.-list.-featured .details::after {
  border-color: #A79F9D;
}
.cpe-preview.-list.-featured .details::before {
  border-color: #A79F9D;
}
.cpe-preview.-list.-addon .details::after {
  display: none;
}
.cpe-preview.-list.-addon .details::before {
  display: none;
}
.cpe-preview.-list .body {
  height: 0;
  overflow: hidden;
}
.cpe-preview.-list .body:focus-within {
  height: auto;
}
.cpe-preview.-list:hover {
  transform: translateY(0);
}
.cpe-preview.-list.-expanded .body {
  height: auto;
}
.cpe-preview.-list.-expanded .details::before {
  transform: rotate(225deg);
  bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .cpe-preview > .credits {
    align-items: center;
    padding: 0.35rem 2rem 0.35rem;
  }
  .cpe-preview .actions.-additional {
    -moz-columns: 2;
         columns: 2;
    gap: 2rem;
  }
}

.dashboard {
  display: block;
}
.dashboard .js-gridItem {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .dashboard .js-gridItem {
    width: calc(50% - 14px);
  }
}
.dashboard {
  width: 100%;
}

.discount-apply .items .item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(179, 202, 45, 0.5);
}

.discounts .title {
  max-width: 400px;
}
.discounts .radio label {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.discounts .coupon-input {
  display: flex;
  flex-direction: row;
}
.discounts .pass label::before,
.discounts .pass label::before {
  top: -7px !important;
}
.discounts .pass label::before,
.discounts .coupon-input label::before {
  border-color: #333 !important;
}
.discounts .pass label::after,
.discounts .pass {
  top: -4px !important;
}
.discounts tfoot td {
  padding: 0;
  padding-top: 2rem;
}

.event-agenda {
  flex-direction: column;
}
.event-agenda > .title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .event-agenda > .title {
    font-size: 1.406rem;
    margin-bottom: 2.5rem;
  }
}

.event-details {
  flex-direction: column;
}
.event-details aside > .title {
  margin-bottom: 1.1rem;
  font-size: 1.406rem;
}
.event-details .description p {
  color: #666666;
  line-height: 2;
}
.event-details .description .title {
  font-size: 1.406rem;
  margin: 1rem 0 0.5rem 0;
}
.event-details .title + .events {
  margin-top: 1.5rem;
}
.event-details .logo {
  max-width: 280px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .event-details {
    flex-direction: row;
  }
  .event-details aside {
    flex-grow: 1;
    max-width: 390px;
    min-width: 390px;
  }
  .event-details aside .related {
    margin-bottom: 2.1rem;
  }
  .event-details aside .related > *:last-child {
    margin-bottom: 0;
  }
  .event-details main {
    margin-right: 100px;
    flex-grow: 1;
    width: 100%;
  }
}

.event-leadership {
  flex-direction: column;
}
.event-leadership .people {
  box-shadow: none;
  margin-bottom: 3rem;
}
.event-leadership .people .title {
  background: none;
  color: #000;
  padding: 0;
  font-size: 1.406rem;
  margin-bottom: 2.2rem;
}
.event-leadership .biographies > .title {
  font-size: 1.406rem;
  margin-bottom: 4rem;
}
.event-leadership .biography {
  margin-bottom: 4rem;
}
.event-leadership .biography p {
  font-size: 1.125rem;
}
.event-leadership .biography h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0;
}
.event-leadership .biography .avatar {
  margin-bottom: 1rem;
}
.event-leadership .biography .avatar h3 {
  padding: 0;
}
.event-leadership .biography .avatar .person::before {
  content: "";
  display: none;
  margin-right: 1rem;
}
.event-leadership .biography .avatar .photo {
  width: 75px;
  min-width: 75px;
  height: 75px;
  margin-right: 1rem;
}
.event-leadership .biography .person::before {
  font-size: 2rem;
  margin-right: 0.25em;
  border: 3px solid #741746;
  border-radius: 50%;
  padding: 0.6rem;
  margin-right: 1rem;
}
.event-leadership .people ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.event-leadership .people li {
  font-size: 1.125rem;
  margin-bottom: 1.3rem;
}
.event-leadership .people li:not(:last-child)::after {
  content: "•";
  margin-right: 1rem;
}
.event-leadership .people li a {
  margin-right: 1rem;
}
.event-leadership .people a,
.event-leadership .biography a {
  font-size: 1.125rem;
  font-weight: 400;
}

.event-registrations {
  flex-direction: column;
}
.event-registrations > .title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .event-registrations > .title {
    font-size: 1.406rem;
    margin-bottom: 2.5rem;
  }
}

.event-selections .title.-addon {
  margin-bottom: 1.2rem;
}
.event-selections > .title {
  margin-bottom: 2rem;
}
.event-selections.-perPerson {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: calc(-1 * 30px / 2);
  margin-right: calc(-1 * 30px / 2);
}
.event-selections.-perPerson > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .event-selections.-perPerson > * {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .event-selections.-perPerson > * {
    width: calc(33.3333% - 30px);
  }
}
.event-selections.-perPerson .selection {
  padding: 1rem;
}
.event-selections.-perPerson .selection > header {
  margin: -1rem;
  margin-bottom: 1rem;
}
.event-selections.-perPerson .selection .checkbox {
  padding-top: 0;
}
.event-selections.-perPerson .selection .checkbox label::before {
  top: 5px;
}
.event-selections.-perPerson .selection .checkbox label::after {
  top: 10px;
}
.event-selections.-perPerson .description {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.event-selections.-perPerson .description:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.event-selections.-perPerson .description .title {
  font-size: 1rem;
}
.event-selections.event-agenda .block {
  margin-bottom: 3rem;
}
.event-selections.event-agenda .block > header::before,
.event-selections.event-agenda .block > header::after {
  height: 0;
  background-color: transparent;
  width: 1.5rem;
  border: none;
  border-radius: 0;
  border-top: 1px solid #000;
  right: 0.8rem;
}
.event-selections.event-agenda .block > header::before {
  top: 0.7rem;
}
.event-selections.event-agenda .selection {
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
.event-selections.event-agenda .selections::before {
  left: -25.5px;
  top: 1.2rem;
  height: calc(100% - 1.9rem);
}
.event-selections.event-agenda .selection input {
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0;
}
.event-selections.event-agenda .selection .title {
  line-height: 1.5;
}
.event-selections.event-agenda .selection.checkbox input {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.event-selections.event-agenda .selection.checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  pointer-events: none;
}
.event-selections.event-agenda .selection.checkbox [type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
  border-right: 3px solid #741746;
  border-bottom: 3px solid #741746;
  top: 10px;
  left: 5px;
  transform: rotate(45deg);
}
.event-selections.event-agenda .selection.checkbox [type=checkbox]:checked:disabled {
  opacity: 0;
}
.event-selections.event-agenda .selection.checkbox [type=checkbox]:checked:disabled + label::after,
.event-selections.event-agenda .selection.checkbox [type=checkbox]:checked:disabled + label::before {
  opacity: 0.35;
}
.event-selections.event-agenda .selection.radio label::before {
  top: 7px;
  left: -34px;
  border: 1px solid #666666;
}
.event-selections.event-agenda .selection.radio label::after {
  top: 10px;
  left: -31px;
}
.event-selections.event-agenda .selection.radio label {
  padding-left: 0;
}
.event-selections.event-agenda .block > header .error {
  padding-right: 4rem;
}
@media screen and (min-width: 1024px) {
  .event-selections.event-agenda .selections::before {
    left: -45px;
  }
  .event-selections.event-agenda .block > header::before,
  .event-selections.event-agenda .block > header::after {
    right: 2rem;
  }
}
.event-selections .options.selections {
  flex-direction: column;
  align-items: flex-start;
}

.events > * {
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
}
.events .cpe-preview {
  padding: 0;
  border-top: 10px solid #B3CA2D;
}
.events .cpe-preview.-cancelled {
  border-top: 10px solid rgb(53.2, 16.8285714286, 13.3);
  text-decoration: line-through;
  opacity: 0.33;
}
.events .cpe-preview.-cancelled .title {
  color: rgb(53.2, 16.8285714286, 13.3);
}
.events .cpe-preview:first-of-type {
  margin-top: 0;
}
.events .card {
  width: 100% !important;
}

[data-module-name="Primary Content"] .events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
[data-module-name="Primary Content"] .events > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  [data-module-name="Primary Content"] .events {
    margin-bottom: 0;
  }
  [data-module-name="Primary Content"] .events > * {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  [data-module-name="Primary Content"] .events .cpe-preview .details {
    flex-direction: column;
    align-items: flex-start;
  }
}

[data-module-name="Primary Content"] .twoColumn .events {
  margin-left: 15px;
  margin-right: 15px;
}
[data-module-name="Primary Content"] .twoColumn .events .cpe-preview {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 1024px) {
  .internal [data-module-name="Secondary Content"] .cpe-preview .details {
    flex-direction: column;
    align-items: flex-start;
  }
  .internal [data-module-name="Secondary Content"] .cpe-preview .description {
    display: none;
  }
  .internal [data-module-name="Secondary Content"] .cpe-preview .title {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .find-firm-list {
    padding-top: 3rem;
  }
}

.firm-form {
  max-width: 500px;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.firm-form .text.-employmentDescription {
  margin-bottom: 2rem;
}
.firm-form .text.-minimumGpa {
  margin-top: 2rem;
}
.firm-form .select.-offerings {
  margin-top: 2rem;
}

.firm-guide-detail .hero .back {
  display: block;
  margin-bottom: 3rem;
}
.firm-guide-detail .description .title {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.firm-guide-detail .detail-title {
  background-color: #741746;
  color: #fff;
  position: relative;
  margin-bottom: 1.5rem;
}
.firm-guide-detail .detail-title::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #741746;
  z-index: -1;
}
.firm-guide-detail .benefits .listing {
  margin-left: 1rem;
}

.firms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.firms > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .firms {
    margin-bottom: 0;
  }
  .firms > * {
    width: calc(50% - 30px);
  }
}
.firms .firm {
  margin-bottom: 2rem;
}
.firms .firm-guide {
  width: 100%;
}
.firms .meta {
  color: #191919;
  font-weight: 400;
}

.fourColumn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: calc(-1 * 30px / 2);
  margin-right: calc(-1 * 30px / 2);
}
.fourColumn > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
}
@media screen and (min-width: 576px) {
  .fourColumn > * {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .fourColumn > * {
    width: calc(25% - 30px);
  }
}
.fourColumn {
  align-items: flex-start;
  margin-bottom: 2rem;
}
.fourColumn:first-child {
  padding-top: 4rem;
}
.fourColumn .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  align-self: stretch;
}
.fourColumn .card [data-module=cta]:last-child {
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .fourColumn {
    margin-bottom: 4rem;
  }
}

.funds {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.funds > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .funds {
    margin-bottom: 0;
  }
  .funds > * {
    width: calc(50% - 30px);
  }
}

.group {
  margin-bottom: 3rem;
  border-radius: 5px;
}
.group > .title {
  border-bottom: 2px solid #B3CA2D;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-size: 2rem;
}

.guest-form > header {
  padding-bottom: 1rem;
  border-bottom: 1px solid #B3CA2D;
  margin-bottom: 2rem;
}
.guest-form > header > * {
  display: inline;
}
.guest-form > header > a {
  margin-left: 1rem;
}
.guest-form > header > a:not(.remove)::before {
  content: "Close";
}
.guest-form .form-fields {
  overflow: hidden;
}
.guest-form .form-fields .title {
  font-size: 1.406rem;
  margin-bottom: 2rem;
}
.guest-form.-collapse .form-fields {
  height: 0;
  margin-bottom: 0;
}
.guest-form.-collapse {
  margin-bottom: 1rem;
}
.guest-form.-collapse > header > a:not(.remove)::before {
  content: "Open";
}

.hero {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 0px);
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #741746;
  margin-left: -20px;
  margin-right: -20px;
  text-align: left;
}
.hero > .banner:last-child {
  margin-bottom: -2rem;
  background-color: #B3CA2D;
  padding: 1rem 0;
  width: calc(100% - 2.5rem);
  flex-direction: column;
}
.hero .banner::before,
.hero .banner::after {
  background-color: #B3CA2D;
}
.hero .actions {
  margin-top: 1rem;
}
.hero > .title,
.hero .subtitle {
  color: #fff;
}
.hero > .title {
  margin-bottom: 0;
}
.hero [data-module=section-simple] > *:first-child {
  margin-top: 1.5rem;
}
.hero .subtitle {
  margin-bottom: 0;
}
.hero > * {
  margin-left: 20px;
  margin-right: 20px;
}
.hero > *:last-child {
  margin-bottom: 0;
}
.hero p {
  color: #fff;
}
.hero .tabs {
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}
.hero .tab.-active,
.hero .tab:hover,
.hero .tab:focus {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.hero .tab {
  color: #fff;
  font-weight: 400;
}
.hero .back {
  color: #E1D6DD;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.hero .back::before {
  content: "\f104";
  font-size: 1.4rem;
  font-weight: 300;
  vertical-align: -3px;
}
.hero .back:hover,
.hero .back:focus {
  color: #fff;
}
.hero.-cpe {
  padding-bottom: 0;
  padding-top: 1.2rem;
}
.hero.-cpe > .title {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 0.8rem;
  margin-bottom: 1.8rem;
}
.hero.-cpe > a {
  display: block;
}
.hero.-cpe .details > * {
  margin: 0 1rem;
  margin-bottom: 1.5rem;
  width: calc(100% - 2rem);
}
.hero.-cpe .details {
  margin: 0 0.25rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hero.-cpe::after {
  opacity: 0.5;
}
.hero.-cpe .additional-events {
  padding-bottom: 2.25rem;
  padding-right: 0;
}
.hero.-cpe summary {
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.hero.-cpe summary::marker {
  content: "" !important;
  content-visibility: hidden !important;
  display: none !important;
  list-style: none !important;
  opacity: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
}
.hero.-cpe .additional-events .actions {
  flex-wrap: wrap;
}
.hero.-cpe .additional-events .date {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hero.-cpe .additional-events .date:hover {
  color: #F68A33;
}
.hero.-cpe .additional-events .date::before {
  display: none;
}
.hero.-cpe .additional-events .alternate-event {
  margin-right: 0;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hero.-cpe .additional-events .alternate-event {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hero.-cpe .additional-events .alternate-event {
    width: 33.333%;
  }
}
.hero.-cpe summary::after {
  content: "\f107";
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #F68A33;
}
.hero.-cpe .additional-events details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.hero.-article > .title {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 0.8rem;
  margin-bottom: 1.8rem;
}
.hero [data-editor=richtext] p, .hero [data-editor=richtext] li, .hero [data-editor=richtext] h1, .hero [data-editor=richtext] h2, .hero [data-editor=richtext] h3, .hero [data-editor=richtext] h4 {
  color: #fff;
}
.hero [data-editor=richtext] figure.table {
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.hero [data-editor=richtext] figure.table table {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .hero.-cpe .details > * {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .hero.-cpe .details > * {
    width: calc(25% - 2rem);
  }
  .hero.-cpe .details .-date {
    width: calc(35% - 2rem);
  }
  .hero.-cpe .details .-location,
  .hero.-cpe .details .-price {
    width: calc(25% - 2rem);
  }
  .hero.-cpe .details .-credits {
    width: calc(15% - 2rem);
  }
  .hero > .banner:last-child {
    flex-direction: row;
  }
}
@media screen and (min-width: 1180px) {
  .hero {
    padding-top: 2.8rem;
    padding-bottom: 2.75rem;
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
  .hero > .banner:last-child {
    margin-bottom: -2.75rem;
  }
  .hero .tabs {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.homepage-hero {
  background-image: url("/media/heroimage.jpg");
}
@media screen and (min-width: 1180px) {
  .homepage-hero {
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
}
.homepage-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
}
.homepage-hero .slide-container {
  position: relative;
  z-index: 2;
  max-width: 577px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.homepage-hero .slider-wrapper > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.homepage-hero .latest {
  position: relative;
  padding-top: 50px;
  padding-bottom: calc(63px + 4rem);
  background-image: var(--feature-image-mobile, var(--feature-image));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.homepage-hero .latest .title {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.homepage-hero .latest .title p {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .homepage-hero .latest .title {
    font-size: 2.8rem;
  }
}
.homepage-hero .latest .description {
  margin-bottom: 3.2rem;
}
.homepage-hero .latest .description > * {
  color: #fff;
  line-height: 1.5;
}
.homepage-hero .latest .description p {
  margin-bottom: 0;
}
.homepage-hero .latest .description br:last-child {
  display: none;
}
.homepage-hero .latest .hero-cta {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 3.25rem;
  color: #fff;
  background-color: #741746;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homepage-hero .latest .hero-cta:hover, .homepage-hero .latest .hero-cta:focus {
  background-color: #36071F;
  color: #fff;
  text-decoration: none;
}
.homepage-hero .latest .hero-cta:hover .count, .homepage-hero .latest .hero-cta:focus .count {
  color: #36071F;
}
.homepage-hero .latest .hero-cta.-option {
  padding: 5px 13px;
}
.homepage-hero .latest .hero-cta.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-person::before {
  content: "\f007";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-personAdd::before {
  content: "\f234";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secure::before {
  content: "\f30d";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-print::before {
  content: "\f02f";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-processing {
  background-color: #36071F;
  color: #36071F;
}
.homepage-hero .latest .hero-cta.-processing::before {
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.homepage-hero .latest .hero-cta[disabled] {
  background-color: #dbdcd6;
}
.homepage-hero .latest .hero-cta.-processing[disabled] {
  color: #dbdcd6;
}
.homepage-hero .latest .hero-cta .count {
  background-color: rgba(255, 255, 255, 0.7);
  color: #741746;
  padding: 0 5px;
  border-radius: 12px;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homepage-hero .latest .hero-cta {
  font-weight: 700;
}
.homepage-hero .latest .hero-cta.-secondary {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homepage-hero .latest .hero-cta.-secondary:hover, .homepage-hero .latest .hero-cta.-secondary:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.homepage-hero .latest .hero-cta.-secondary:hover .count, .homepage-hero .latest .hero-cta.-secondary:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.homepage-hero .latest .hero-cta.-secondary.-option {
  padding: 3px 11px;
}
.homepage-hero .latest .hero-cta.-secondary.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.homepage-hero .latest .hero-cta.-secondary.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.homepage-hero .latest .hero-cta.-secondary.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.homepage-hero .latest .hero-cta.-secondary.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.homepage-hero .latest .hero-cta.-secondary.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.homepage-hero .latest .hero-cta.-secondary .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homepage-hero .latest .hero-cta.-secondary.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.homepage-hero .latest .hero-cta.-secondary.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}
.homepage-hero .latest.-light {
  background-color: #fff;
}
.homepage-hero .latest.-light .title {
  color: #E1D6DD;
}
.homepage-hero .latest.-light .description > * {
  color: #E1D6DD;
}
.homepage-hero .latest.-dark {
  background-color: #E1D6DD;
}
.homepage-hero .latest.-dark .title {
  color: #fff;
}
.homepage-hero .latest.-dark .description > * {
  color: #fff;
}
.homepage-hero .latest:not(:first-of-type) {
  display: none;
}
.homepage-hero .slide-nav {
  position: absolute;
  left: 0;
  bottom: 6rem;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .homepage-hero .latest {
    padding-top: 100px;
    padding-bottom: calc(100px + 4rem);
    background-image: var(--feature-image);
  }
  .homepage-hero::after {
    display: block;
  }
  .homepage-hero::before {
    display: block;
  }
}

.htmlEmbed {
  margin-bottom: 2rem;
}
.htmlEmbed.-default {
  aspect-ratio: auto;
}
.htmlEmbed.-oneByOne {
  aspect-ratio: 1/1;
}
.htmlEmbed.-sixteenByNine {
  aspect-ratio: 16/9;
}
.htmlEmbed.-sixteenByTen {
  aspect-ratio: 16/10;
}
.htmlEmbed.-fiveByFour {
  aspect-ratio: 5/4;
}
.htmlEmbed.-fourByThree {
  aspect-ratio: 4/3;
}
.htmlEmbed.-threeByTwo {
  aspect-ratio: 3/2;
}
.htmlEmbed section {
  width: 100%;
  height: 100%;
}
.htmlEmbed section iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .htmlEmbed {
    margin-bottom: 4rem;
  }
}

.imageWithText {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.imageWithText.-right .image {
  order: 2;
  margin: 2rem auto 0;
}
.imageWithText.-right [data-editor=richtext] {
  order: 1;
}
.imageWithText.-bottom .image {
  order: 2;
}
.imageWithText.-bottom [data-editor=richtext] {
  order: 1;
}
.imageWithText .image {
  margin: 0 auto 2rem;
}
.imageWithText .image img {
  width: 100%;
}
.imageWithText a.image:not([href]) {
  opacity: 1;
}
.imageWithText [href=""] {
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .imageWithText .image {
    width: revert !important;
    flex-basis: revert !important;
  }
}
@media screen and (min-width: 576px) {
  .imageWithText:not(.-stacked):not(.-bottom):not(.-top) {
    flex-direction: row;
  }
  .imageWithText:not(.-stacked):not(.-bottom):not(.-top) .image {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 50%;
    margin: 0;
  }
  .imageWithText:not(.-stacked):not(.-bottom):not(.-top).-left .image {
    margin-right: 2rem;
  }
  .imageWithText:not(.-stacked):not(.-bottom):not(.-top).-right .image {
    margin-left: 2rem;
  }
  .imageWithText.-bottom .image {
    order: 2;
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.items > .item {
  margin-bottom: 2rem;
  padding-bottom: 1.7rem;
  border-bottom: 2px solid #ededed;
}
.items .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.items.-publications {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 0;
}
.items.-publications > * {
  width: 100%;
  margin-left: calc(4rem / 2);
  margin-right: calc(4rem / 2);
  margin-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .items.-publications {
    margin-bottom: 0;
  }
  .items.-publications > * {
    width: calc(50% - 4rem);
  }
}
.items.-publications > .item {
  border-bottom: none;
  margin-bottom: 2rem;
}

.job-form .job-contact,
.job-form .job-detail,
.job-form .job-listing {
  max-width: 600px;
}
.job-form .member-disabled label, .job-form .member-disabled label + .note {
  color: #333;
}
.job-form input:disabled {
  background: #333;
}
.job-form input:disabled + label {
  color: #ccc;
}

.join-form {
  max-width: 600px;
}

/* Placeholder */
.login {
  display: flex;
  flex-direction: column;
}
.login form {
  box-shadow: 0 0 20px rgba(219, 220, 214, 0.4);
  padding: 3.125rem;
  margin-bottom: 2rem;
}
.login form .meta * {
  font-size: 0.8125rem;
  font-weight: 400;
}
.login form .meta > * {
  margin-bottom: 0;
}
.login form .meta {
  margin-bottom: 0;
}
.login form .text + .meta {
  margin-top: -1rem;
}
.login form .actions {
  justify-content: flex-end;
}
.login > * {
  flex-grow: 1;
  max-width: 500px;
  width: 100%;
  margin-right: 4rem;
}
.login > section {
  padding-left: 1rem;
}
.login > section p {
  font-size: 1.125rem;
  color: #333;
}
@media screen and (min-width: 576px) {
  .login {
    flex-direction: row;
    align-items: flex-start;
  }
  .login form {
    margin-bottom: 0rem;
  }
}

.members ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.members li {
  margin: 0;
}
.members li:before {
  display: none;
}

.membership-dues {
  border-bottom: 1px solid #A79F9D;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.membership-dues > header {
  border-bottom: 1px solid #B3CA2D;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.membership-dues > header * {
  margin-top: 0;
  margin-bottom: 0;
}
.membership-dues > header .price {
  font-size: 1.5rem;
}
.membership-dues.-optional .due > main {
  padding: 1rem 0 1rem;
  padding-left: 0;
}
.membership-dues.-optional .due > main.additional {
  padding-left: 1.5rem;
}
.membership-dues.-optional .due > input[type=checkbox] {
  top: 1rem;
}
.membership-dues.-optional > header {
  margin-bottom: 1rem;
}
.membership-dues .description p {
  margin-bottom: 1.5rem;
}

.my-membership {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .my-membership {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .my-membership > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
}
.my-membership h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.my-membership p {
  line-height: 1.8;
}

@media screen and (min-width: 1180px) {
  .news {
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
}
.news {
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
  padding: 30px 0;
  text-align: center;
}
.news .action {
  padding: 0.3rem 2rem 0.4rem;
}
.news .news-group {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  text-align: left;
}
.news .news-featured {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #cacaca;
}
.news .news-featured .title {
  margin-bottom: 1rem;
}
.news .description h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
.news .description {
  margin-bottom: 0.2rem;
}
.news .description > *:first-child {
  margin-top: 0;
}
.news .description > *:last-child {
  margin-bottom: 0;
}
.news .news-item .title {
  font-weight: 400;
  font-size: 21px;
}
.news .news-item {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #cacaca;
}
@media screen and (min-width: ) {
  .news .news-item {
    margin-bottom: 1.5rem;
  }
}
.news .cta::after {
  content: "\f0a9";
  vertical-align: -1px;
  margin-left: 6px;
}
@media screen and (max-width: 1180px) {
  .news {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    padding: 75px 0;
  }
  .news .news-group {
    flex-direction: row;
  }
  .news .news-list,
  .news .news-featured {
    width: 50%;
  }
  .news .news-featured {
    padding-right: 70px;
    margin-bottom: 0;
    border-right: 2px solid #cacaca;
    border-bottom: none;
  }
  .news .news-list {
    padding-left: 70px;
  }
}

.option-sets .option-set {
  border: solid 1px #A79F9D;
  margin-bottom: 2rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 28px 1fr;
}
.option-sets .option-set [type=radio]:checked + label:after {
  background: black;
}
.option-sets .option-set.-highlight {
  border-color: #741746;
}
.option-sets .option-set label {
  margin: 0 0 1rem 0;
}
.option-sets .option-set p {
  line-height: 21px;
  margin-bottom: 0.5rem;
}
.option-sets .option-set > label {
  grid-column: 1/span 2;
}
.option-sets .option-set > *:not(label) {
  grid-column: 2/span 1;
}
.option-sets .option-set div > [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.option-sets .option-set input[type=radio]:not(:checked) ~ div:first-of-type > [type=checkbox] {
  display: none;
}
.option-sets .option-set div > [type=checkbox]:checked + label::before,
.option-sets .option-set div > [type=checkbox]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #707070;
  border-radius: 0;
  background: #fff;
}
.option-sets .option-set input[type=radio]:checked ~ div:first-of-type > [type=checkbox]:checked + label::after {
  content: "\f00c";
  position: absolute;
  left: 0px;
  top: 0;
  width: 15px;
  height: 15px;
  margin: 0;
  border: 2px solid #707070;
  border-radius: 0;
  background: #fff;
  color: #707070;
  font-size: 0.6rem;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
}
.option-sets .option-set div > label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 0.9rem;
  font-weight: 500;
}
.option-sets .option-set div > p {
  display: inline-block;
  position: relative;
  margin-left: 28px;
}
.option-sets .option-set #pay-schedule-trigger {
  color: #741746;
  grid-column: 2/span 1;
}
.option-sets .option-set .note {
  color: #333;
}
.option-sets .option-set a:not([href]) {
  opacity: 1;
  font-weight: 500;
}
.option-sets .option-set table {
  margin-bottom: 0;
}
.option-sets .option-set table[data-reveal].-revealed {
  display: inline-block;
  padding: 1rem;
  background-color: #f2f2f2;
}
.option-sets .option-set table td {
  font-size: 0.9rem;
  padding: 0.25rem 1rem;
  border: 1px solid #707070;
}
.option-sets .option-set table tr:nth-child(odd) td {
  background-color: #fff;
}
.option-sets .option-set table tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.option-sets .option-set table td:nth-child(odd) {
  width: 100%;
}
.option-sets .option-set table td:nth-child(even) {
  text-align: center;
  width: 25%;
}
.option-sets .advance {
  display: none;
}
.option-sets.advance-option .option-set {
  margin-bottom: 0;
}
.option-sets.advance-option .advance {
  display: block;
}
.option-sets.advance-option .current {
  border: solid 1px #A79F9D;
}
.option-sets.advance-option .current .option-set {
  border: 0;
}
.option-sets.advance-option .current .option-set:first-child {
  padding-bottom: 0;
}

form.options > * {
  margin: 0;
}

.job-postings.options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  min-height: 34px;
  flex-direction: column;
  align-items: normal;
}

.options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  min-height: 34px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .options {
    flex-direction: row;
  }
}
.options .meta {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.options .details {
  flex-direction: column;
  margin-bottom: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .options .details {
    flex-direction: row;
  }
}
.options .toggle {
  margin-bottom: 0;
}
.options.-expanded .details {
  display: flex;
}
.options .sort {
  margin-bottom: 5px;
}
.options.-expanded .toggle::after {
  transform: rotate(0) scaleX(1.4);
}
@media screen and (min-width: 1024px) {
  .options .sort {
    margin-bottom: 0;
  }
  .options .toggle {
    display: flex;
  }
}

.page-content {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.partners {
  text-align: center;
  padding: 2rem 0 4rem;
}
.partners .title {
  margin-bottom: 3rem;
  text-align: center;
  color: #741746;
}
.partners .logo {
  padding: 0 2rem;
  max-width: 300px;
}
.partners .logos:not(.slider) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1180px) {
  .paths {
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
}
.paths {
  padding: 30px 0 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #B3CA2D;
}
.paths .path-list {
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.paths .title {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.paths .title,
.paths .cta {
  color: #fff;
}
.paths .cta {
  display: block;
  margin-bottom: 1rem;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.paths .cta:hover {
  color: #741746;
}
.paths .cta:last-child {
  margin-bottom: 0;
}
.paths .path {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 15px;
  border-bottom: 1px solid #741746;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.paths .path:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.paths .cta::after {
  content: "\f0a9";
  vertical-align: -1px;
  margin-left: 6px;
}
@media screen and (max-width: 1180px) {
  .paths {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .paths {
    padding: 75px 0 75px;
  }
  .paths .path-list {
    flex-direction: row;
  }
  .paths .path {
    border-right: 1px solid #741746;
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .paths .path:last-child {
    border-right: 0;
  }
}

.popular-searches {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.popular-searches li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.preamble > section {
  margin-bottom: 1rem;
}
.preamble > section > [data-editor=richtext] {
  margin-bottom: 2rem;
}

.receipts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.receipts > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .receipts {
    margin-bottom: 0;
  }
  .receipts > * {
    width: calc(50% - 30px);
  }
}

.related-courses .previews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.related-courses .previews > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .related-courses .previews {
    margin-bottom: 0;
  }
  .related-courses .previews > * {
    width: calc(50% - 30px);
  }
}
.related-courses .cpe-preview {
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
}
.related-courses .details {
  flex-direction: column;
  align-items: flex-start;
}
.related-courses .title {
  margin-bottom: 1rem;
}

.related {
  padding: 2.5rem 1.9rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
}
.related .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.related .title:first-child {
  margin-top: 0;
}
.related.-contact .map {
  margin-top: 4rem;
}
.related .title a::after {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 0.3rem;
  content: "\f0a9";
}
.related .cta {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: block;
}
.related .credits {
  margin: -2.5rem -1.9rem;
  margin-bottom: 2rem;
}
.related .credits {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem 1.9rem;
}
.related .credits .credit {
  display: inline;
  line-height: 13px;
}
.related .credits .types {
  flex-direction: row;
  justify-content: flex-end;
}
.related .credits .type {
  margin-bottom: 0;
  margin-left: 0.5rem;
  font-size: 0.7rem;
}
.related .credits strong {
  margin-right: 0.25rem;
  line-height: 28px;
}
.related .detail {
  border-bottom: 2px solid #ddd;
}
.related > *:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.resources {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 0;
}
.resources > * {
  width: 100%;
  margin-left: calc(4rem / 2);
  margin-right: calc(4rem / 2);
  margin-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .resources {
    margin-bottom: 0;
  }
  .resources > * {
    width: calc(50% - 4rem);
  }
}

.richText {
  margin-bottom: 3rem;
}
.richText ul {
  padding-left: 3rem;
}
.richText ul li::before {
  color: #B3CA2D;
  font-size: 1.7rem;
  top: -12px;
}
.richText li > ul {
  margin-bottom: 0;
}
.richText blockquote,
.richText .ck-content blockquote {
  padding-left: 4rem !important;
  max-width: 600px;
  border-left: none !important;
}
.richText blockquote > * i,
.richText .ck-content blockquote > * i {
  font-weight: 400;
  font-style: normal;
}
.richText blockquote > * strong,
.richText .ck-content blockquote > * strong {
  font-weight: 400;
}
.richText blockquote::before,
.richText .ck-content blockquote::before {
  content: "";
  top: 0;
  left: 2rem;
  width: 7px;
  height: 100%;
  background-color: #B3CA2D;
}

.ck-content ul {
  list-style-type: none !important;
}

[data-editor=richtext] .type,
.card [data-editor=richtext] .type {
  margin-bottom: 0.2rem;
}

[data-editor=richtext] li > ul {
  margin-bottom: 0;
}

.self-cpe {
  margin-bottom: 4rem;
  max-width: 600px;
}
.self-cpe .addition {
  border: none;
  background: none;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
  margin-left: 1rem;
  color: #741746;
}
.self-cpe .addition[disabled] {
  opacity: 0.25;
}
.self-cpe .addition::before {
  content: "\+";
  margin-right: 0.5rem;
}
.self-cpe .credit-field:first-child:last-child .remove {
  display: none;
}
.self-cpe .credit-field:not(:first-child) {
  margin-top: 1rem;
}
.self-cpe .actions {
  align-items: center;
}

.site-footer {
  display: block;
  padding-top: 2.4rem;
  padding-bottom: 0rem;
  background-color: #741746;
  font-size: 1.125rem;
}
.site-footer .footer-menu {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 0);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.site-footer .footer-menu > * {
  margin: 0 15px;
  margin-bottom: 2rem;
}
.site-footer .contact {
  display: block;
  color: #fff;
  line-height: 1.55rem;
}
.site-footer .contact p {
  margin-bottom: 0;
}
.site-footer .contact .address {
  margin-bottom: 0.7rem;
}
.site-footer .contact .email {
  font-weight: 400;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #741746;
}
.site-footer .navigation ul {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
  max-height: initial;
  margin-left: -25px;
  margin-right: -25px;
}
.site-footer .navigation li {
  margin-bottom: 0.3rem;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 230px;
}
.site-footer .navigation .submenu {
  display: none;
}
.site-footer .navigation a {
  text-align: left;
  background-color: transparent;
  padding: 0;
}
.site-footer .utility > ul a {
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
}
.site-footer .utility > ul {
  flex-wrap: wrap;
  margin-left: -1rem;
}
.site-footer .utility > ul li {
  flex-grow: 0;
  margin-left: 1rem;
}
.site-footer .utility .cart {
  font-size: 1rem;
  display: block;
}
.site-footer .utility .cart::before {
  content: none;
}
.site-footer .utility .search::after {
  content: none;
}
.site-footer .utility .cart .count {
  display: none;
}
.site-footer .utility {
  max-width: 195px;
}
.site-footer .social {
  margin-bottom: 1rem;
}
.site-footer .utility a.-cart,
.site-footer .utility .action {
  vertical-align: 4px;
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-menu {
    flex-direction: row;
  }
  .site-footer .footer-menu > *:first-child {
    margin-left: 20px;
  }
  .site-footer .footer-menu > *:last-child {
    margin-right: 20px;
  }
  .site-footer .footer-menu > * {
    margin-bottom: 0;
  }
}

body.-editing .site-footer {
  padding-left: calc((100vw - 1180px - 160px) / 2);
  padding-right: calc((100vw - 1180px - 160px) / 2);
}

@media print {
  body.-print-page .site-footer {
    display: none;
  }
}

.site-header {
  padding: 0.9rem 0 0.7rem;
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  background-color: #fff;
  text-align: right;
  position: relative;
  z-index: 2;
}
.site-header .brand {
  margin-bottom: 0.4rem;
  position: absolute;
  top: 13px;
  max-width: 180px;
}
.site-header .back {
  display: block;
  position: relative;
  background: none;
  border: none;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #B3CA2D;
}
.site-header .back::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #741746;
  font-weight: 400;
  font-size: 2.1rem;
  content: "\f104";
}
.site-header .submenu-link {
  position: absolute;
  display: none;
  right: 1rem;
  background: none;
  border: none;
  transform: translateY(-7px);
}
.site-header .-hasSubmenu.-expanded > .submenu-link {
  display: block;
}
.site-header .submenu-link::after {
  content: "\f105";
  font-weight: 300;
  font-size: 1.7rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.site-header .submenu .-hasSubmenu .submenu-link {
  transform: translateY(-31px);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-header .cart .count {
  background-color: #fff;
  color: #E1D6DD;
}
.site-header .navigation li {
  flex-grow: 0;
  padding-bottom: 17px;
  position: static;
  border-bottom: 1px solid rgba(179, 202, 45, 0.5);
}
.site-header .navigation li:last-child {
  border-bottom: 0;
}
.site-header .mobile {
  display: inline;
  align-self: flex-start;
  position: relative;
  z-index: 2;
}
.site-header .mobile.-back {
  display: none;
  margin-left: auto;
  margin-right: 0.5rem;
}
.site-header .mobile.-back.-opened {
  display: inline;
}
.site-header .overview {
  display: block;
}
.site-header .utility,
.site-header .navigation,
.site-header .submenu {
  z-index: 1;
}
.site-header .submenu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-100%);
}
.site-header .navigation > ul > li.-hasSubmenu:not(.-expanded) > div.submenu {
  display: none;
}
.site-header .navigation > ul > li.-hasSubmenu:not(.-expanded) > a::after {
  display: none;
}
.site-header .navigation > ul > li.-hasSubmenu:not(.-expanded) > .submenu-link {
  display: none;
}
.site-header .navigation > ul > li.-hasSubmenu > div.submenu > ul > li.-hasSubmenu:not(.-expanded) > .submenu {
  display: none;
}
.site-header .submenu.-opened {
  transform: translateX(0);
}
.site-header .submenu .submenu.-opened {
  padding-top: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  background: white;
}
.site-header .submenu .submenu.-opened ul {
  background: white;
  padding-top: 0;
}
.site-header .submenu .submenu.-opened li {
  background: white;
}
.site-header .submenu,
.site-header .navigation {
  order: 1;
}
.site-header .utility {
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 0;
  padding: 1rem 0;
  order: 2;
}
.site-header .utility > ul {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.site-header .utility .action {
  background-color: #B3CA2D;
  padding: 0.3rem 1.6rem;
  color: #fff;
}
.site-header .utility .action:hover {
  background-color: #741746;
  color: #fff;
}
.site-header .navigation,
.site-header .submenu {
  background-color: #fff;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 122px;
  left: 0;
  padding: 1rem;
  padding-bottom: 0;
}
.site-header .submenu {
  padding-top: 2rem;
  width: 80%;
}
.site-header .navigation > ul,
.site-header .submenu > ul {
  flex-direction: column;
}
.site-header .navigation {
  width: 100%;
  margin-bottom: 0;
}
.site-header .navigation > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: calc(-30px / 2);
  margin-right: calc(-30px / 2);
  padding: 0;
}
.site-header .navigation > ul > li > * {
  width: calc(100% - 30px);
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .site-header .navigation > ul > li {
    flex-direction: row;
  }
  .site-header .navigation > ul > li > * {
    margin: 0 calc(30px / 2);
    flex: 1 1 0;
  }
}
.site-header .navigation > ul > li {
  position: static;
  flex-grow: 0;
  padding-bottom: 17px;
  align-items: flex-start;
}
.site-header .navigation > ul > li > button {
  width: auto;
}
.site-header .navigation > ul > li {
  padding: 8px 0;
}
@media screen and (min-width: 1024px) {
  .site-header .navigation > ul > li {
    padding-bottom: 17px;
  }
}
.site-header .navigation > ul > li > * {
  margin-bottom: 0;
  width: 100%;
}
.site-header .navigation li ul a {
  font-size: 1rem;
}
.site-header .navigation a {
  font-size: 1.15rem;
  line-height: 1.4;
  padding: 0;
  text-align: left;
  color: #000;
}
.site-header .utility li {
  padding-right: 2rem;
  text-align: left;
}
.site-header .utility .join-first {
  display: block;
}
@media screen and (min-width: 1024px) {
  .site-header .utility .join-first {
    display: none;
  }
}
.site-header .utility .join-last {
  padding-right: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .utility .join-last {
    display: block;
  }
}
.site-header .navigation > ul > li.-hasSubmenu > a::after {
  content: "\f107";
  font-weight: 400;
  font-size: 1.7rem;
  margin-left: 0.5rem;
  line-height: 0.8;
  vertical-align: middle;
  display: none;
}
.site-header .navigation a,
.site-header .submenu > ul > li > a {
  font-size: 1.15rem;
}
.site-header .utility a {
  padding: 0;
  color: #000;
}
.site-header .navigation a,
.site-header .utility a {
  background-color: transparent;
}
.site-header .navigation a:hover,
.site-header .navigation a:focus,
.site-header .utility a:hover,
.site-header .utility a:focus {
  background-color: transparent;
  color: #741746;
  outline: none;
}
.site-header .links {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: stretch;
  width: 80%;
  height: 100%;
  padding: 1rem;
  overflow-y: scroll;
  transition: transform 125ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-100%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-header .links {
    transition: none;
  }
}
.site-header .links.-opened {
  box-shadow: 21vw 0 rgba(0, 0, 0, 0.3);
  transform: translateX(0);
}
.site-header .brand video {
  display: none;
}
@media screen and (min-width: 576px) {
  .site-header .navigation > ul,
  .site-header .submenu > ul {
    align-items: center;
    height: 100%;
  }
  .site-header .navigation a,
  .site-header .submenu > ul > li > a {
    font-size: 1.45rem;
  }
  .site-header .navigation > ul > li,
  .site-header .submenu > ul > li {
    width: 100%;
    text-align: center;
    position: static;
  }
  .site-header .submenu li {
    flex-grow: 0;
  }
  .site-header .utility ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (min-width: 1024px) {
  .site-header {
    padding-top: 1.8rem;
    padding-left: calc((100vw - 1180px) / 2);
    padding-right: calc((100vw - 1180px) / 2);
    margin: 0 auto;
    max-width: calc(100vw - 40px);
  }
  .site-header .brand video {
    display: block;
  }
  .site-header .brand video + img {
    display: none;
  }
  .site-header::after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    width: calc(100% + 100px);
    height: 50px;
    box-shadow: 0 5px 7.1px rgba(0, 0, 0, 0.2);
    z-index: -1;
    pointer-events: none;
  }
  .site-header .links {
    display: flex;
    align-items: flex-end;
  }
  .site-header .cart .count {
    background-color: #E1D6DD;
    color: #fff;
  }
  .site-header .brand {
    max-width: 260px;
    z-index: 2;
  }
  .site-header .overview {
    display: none;
  }
  .site-header .navigation,
  .site-header .utility {
    display: block;
    position: relative;
  }
  .site-header .back {
    display: none;
  }
  .site-header .utility,
  .site-header .navigation {
    background-color: transparent;
  }
  .site-header .navigation {
    padding-top: 0;
    padding: 0;
    order: 2;
  }
  .site-header .navigation a {
    white-space: nowrap;
    text-align: center;
  }
  .site-header .navigation li {
    margin-bottom: 0;
    width: auto !important;
    padding-bottom: 0;
    border-bottom: none;
  }
  .site-header .navigation > ul {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
  .site-header .navigation > ul > li {
    position: relative;
    text-align: center;
    padding-bottom: 0;
    height: 2rem;
  }
  .site-header .navigation > ul,
  .site-header .submenu > ul {
    overflow-y: visible;
    flex-wrap: nowrap;
  }
  .site-header .mobile,
  .site-header .mobile.-back {
    display: none;
  }
  .site-header .utility {
    margin-bottom: 1.6rem;
    padding: 0;
    order: 1;
  }
  .site-header .utility a {
    color: #000;
  }
  .site-header .utility ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .site-header .submenu {
    display: none;
    position: absolute;
    top: 2.28rem;
    padding: 1rem 1.6rem;
    border-radius: 5px;
    left: -1.3rem;
    right: auto;
    bottom: auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    width: auto;
  }
  .site-header .submenu-link,
  .site-header .-hasSubmenu.-expanded > .submenu-link {
    display: none;
  }
  .site-header .links,
  .site-header .submenu {
    transform: translateX(0);
  }
  .site-header .links {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 0;
  }
  .site-header .submenu {
    height: auto;
  }
  .site-header .submenu li {
    margin-bottom: 0.7rem;
  }
  .site-header .submenu::after {
    content: "";
    top: -0.8rem;
    left: 0;
    width: 100%;
    height: 0.9rem;
    background-color: transparent;
    display: block;
    position: absolute;
  }
  .site-header .submenu ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header .-hasSubmenu.-expanded > div.submenu:has(.-expanded) {
    border: 2px solid red;
  }
  .site-header .submenu > ul > li {
    position: static;
  }
  .site-header .submenu li a {
    font-size: 1rem;
  }
  .site-header .submenu > ul > li:first-child {
    display: none;
  }
  .site-header .submenu .submenu {
    position: initial;
    box-shadow: none;
    width: auto !important;
    padding-left: 0;
    padding-top: 0;
    margin-right: 2rem;
    left: calc((100vw - 1180px) / 2 * -1);
  }
  .site-header .submenu .submenu ul {
    padding: 0;
    flex-direction: column;
  }
  .site-header .submenu .submenu li a {
    font-size: 1rem;
    font-weight: 400;
  }
  .site-header .-hasSubmenu.-billboard > .submenu > ul > li:not(.-hasSubmenu.-hasSubmenu.-expanded) {
    min-width: 200px;
  }
  .site-header .navigation > ul > li:hover .submenu {
    display: inline-block;
    width: 240px;
  }
  .site-header .navigation a {
    font-size: 1.15rem;
    line-height: inherit;
    text-align: left;
    white-space: normal;
    line-height: 1.4;
  }
  .site-header .submenu > ul > li > a {
    font-size: 0.937rem;
  }
  .site-header .navigation > ul > li.-hasSubmenu > a::after {
    display: inline;
  }
  .site-header li.-hasSubmenu.-expanded a {
    position: relative;
  }
}
@media (min-width: 1000px) and (max-width: 1070px) {
  .site-header .submenu {
    left: calc((100vw - 905px) / 2 * -1);
    padding-left: calc((100vw - 905px) / 2);
  }
}

body.-editing .site-header {
  padding-left: calc((100vw - 1180px - 160px) / 2);
  padding-right: calc((100vw - 1180px - 160px) / 2);
}

@media print {
  body.-print-page .site-header {
    display: none;
  }
}

.skill-groups .skill-group {
  margin-bottom: 2rem;
}

.skill-group {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.skill-group label {
  font-weight: 400;
}
.skill-group.-parent label:not(.-parent) {
  display: none;
  padding-left: 1rem;
}
.skill-group.-parent label:not(.-parent).-active {
  display: block;
}
.skill-group input {
  margin-right: 0.5rem;
}
.skill-group label.-parent {
  margin-bottom: 1rem;
  font-weight: 700;
}

.social-featured {
  padding: 30px 0;
  margin-bottom: 0;
}
.social-featured header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #efeeee;
}
.social-featured header:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.social-featured .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.social-featured a:hover {
  color: #3EBFB9;
}
.social-featured .social ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.social-featured .social li::before {
  display: none;
}
.social-featured .social li {
  margin-bottom: 0;
}
.social-featured header .title {
  color: #B3CA2D;
}
.social-featured .tweet-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.social-featured .tweet {
  border-bottom: 2px solid #efeeee;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.social-featured .tweet .details {
  margin-top: auto;
  width: 100%;
  flex-direction: row;
}
.social-featured header > .title::before {
  content: "\e61b";
  vertical-align: -1px;
  margin-right: 1rem;
}
.social-featured header > .title {
  margin-bottom: 1rem;
}
.social-featured .social .title {
  margin-right: 2rem;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .social-featured header {
    flex-direction: row;
  }
  .social-featured header > .title {
    margin-bottom: 0;
  }
  .social-featured .tweet-list {
    flex-direction: row;
  }
  .social-featured .tweet {
    border-bottom: none;
    border-right: 2px solid #efeeee;
    padding: 1rem 2rem 0;
    width: 33.3333%;
    margin-bottom: 0;
  }
  .social-featured .tweet:last-child {
    border-right: none;
  }
  .social-featured .social .title {
    font-size: 1.3rem;
  }
}

.social ul {
  display: flex;
  flex-direction: row;
}
.social li {
  flex-grow: 0;
  margin-right: 1rem;
}
.social li:last-child {
  margin-right: 0;
}
.social a {
  padding: 0;
  background-color: transparent;
  font-size: 0;
  width: auto;
}
.social a:hover {
  background-color: transparent;
}
.social a::before {
  font-size: 1.5625rem;
  font-weight: 300;
}
.social .facebook::before {
  content: "\f39e";
}
.social .twitter::before {
  content: "\e61b";
}
.social .instagram::before {
  content: "\f16d";
}
.social .linkedin::before {
  content: "\f08c";
}
.social .youtube::before {
  content: "\f167";
}
.social .podcast::before {
  content: "\f2ce";
  font-family: "Font Awesome 6 Pro";
}

.sponsor-group {
  margin-bottom: 5rem;
}
.sponsor-group .title {
  margin-bottom: 3rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
  width: 100%;
}
table caption {
  font-size: 0.9rem;
  margin-bottom: 0.75em;
}
table td,
table th {
  padding: 1rem 2rem;
  text-align: left;
}
table thead th {
  border-bottom: 1px solid #B3CA2D;
}
table tbody th {
  background-color: #333;
  color: #fff;
}
table td {
  border: 0;
}
table tr:nth-child(even) td {
  background-color: rgba(225, 214, 221, 0.2);
}

figure.table {
  overflow: scroll;
  margin-bottom: 2rem;
}
figure.table table thead th {
  border-bottom: none;
}
figure.table table {
  margin-bottom: 0;
}
figure.table table thead {
  box-shadow: 0 4px 10px rgba(179, 202, 45, 0.1);
}
figure.table table tr:nth-child(even) td {
  background-color: rgba(225, 214, 221, 0.075);
}
figure.table table td,
figure.table table th {
  padding: 0.7rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  figure.table {
    overflow: hidden;
  }
}

.tabs ul {
  list-style-type: none;
  padding-left: 0;
}
.tabs ul li::before {
  content: "";
}
.tabs ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.tabs li {
  margin-bottom: 0;
}
.tabs .tab {
  display: block;
}

.teams {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.teams > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .teams {
    margin-bottom: 0;
  }
  .teams > * {
    width: calc(50% - 30px);
  }
}

.threeColumn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: calc(-1 * 30px / 2);
  margin-right: calc(-1 * 30px / 2);
}
.threeColumn > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .threeColumn > * {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .threeColumn > * {
    width: calc(33.3333% - 30px);
  }
}
.threeColumn {
  align-items: flex-start;
  margin-bottom: 2rem;
}
.threeColumn:first-child {
  padding-top: 4rem;
}
.threeColumn .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  align-self: stretch;
}
.threeColumn .card [data-module=cta]:last-child {
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .threeColumn {
    margin-bottom: 4rem;
  }
}

.tracked {
  margin-top: 2rem;
}
.tracked .title {
  margin-bottom: 1rem;
}

@media only screen {
  .transaction-details > .title {
    margin-bottom: 2rem;
  }
  .transaction-details table tr:nth-child(even) td {
    background-color: transparent;
  }
  .transaction-details table {
    max-width: 500px;
  }
  .transaction-details .item .title {
    border-bottom: 1px solid rgba(179, 202, 45, 0.5);
    padding-bottom: 0.8rem;
    padding-top: 1rem;
    line-height: 1.3;
  }
  .transaction-details .item .title + .price {
    border-bottom: 1px solid rgba(179, 202, 45, 0.5);
  }
  .transaction-details .item:not(.-sub) + .item.-sub td {
    padding-top: 1rem;
  }
  .transaction-details .cost {
    background-color: #fff;
    vertical-align: bottom;
  }
  .transaction-details .description::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted rgba(179, 202, 45, 0.5);
    transform: translateX(17px);
    bottom: 13px;
  }
  .transaction-details .item:not(.-sub) .price {
    font-weight: 800;
    vertical-align: bottom;
  }
  .transaction-details .item.-sub .description {
    color: #000;
    position: relative;
    overflow: hidden;
  }
  .transaction-details .item.-sub td[style="padding-left: 30px;"] {
    padding-left: 20px !important;
    line-height: 0.3;
    font-style: italic;
  }
  .transaction-details .divider {
    display: none;
  }
  .transaction-details .item td:first-child:last-child {
    font-weight: 700;
    color: #B3CA2D;
  }
  .transaction-details .item.-sub {
    display: table-row;
    border-bottom: none;
  }
  .transaction-details .item.-sub td:first-child {
    width: 100%;
  }
  .transaction-details .item.-sub td:last-child {
    white-space: nowrap;
  }
  .transaction-details td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0.2rem;
  }
  .transaction-details .price {
    line-height: inherit;
    display: table-cell;
  }
}
.transaction-details img {
  display: none;
}
@media print {
  .transaction-details {
    max-width: 600px;
    padding: 3rem;
    page-break-before: always;
  }
  .transaction-details .receipt-logo {
    display: block;
    margin-bottom: 3rem;
    max-width: 300px;
  }
  .transaction-details .transaction-details > * {
    display: block;
  }
  .transaction-details .transaction-details {
    display: block;
    page-break-before: always;
  }
  .transaction-details .item {
    display: table-row;
  }
  .transaction-details .price,
  .transaction-details .item td + td:last-child {
    display: table-cell;
    text-align: right;
  }
  .transaction-details .item.-sub {
    display: table-row;
    border-bottom: none;
  }
  .transaction-details .transaction {
    border: none;
    padding: 0;
  }
  .transaction-details td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .transaction-details .transaction .title {
    font-size: 1.7rem;
    border-bottom: 1px solid black;
  }
  .transaction-details h4.title {
    font-size: 1.4rem;
    border-bottom: 1px solid black;
  }
}

.transcripts .cpe-preview {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
  padding: 0;
  margin-bottom: 2rem;
}

.two-column-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.two-column-cta > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .two-column-cta {
    margin-bottom: 0;
  }
  .two-column-cta > * {
    width: calc(50% - 30px);
  }
}

.twoColumn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.twoColumn > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .twoColumn {
    margin-bottom: 0;
  }
  .twoColumn > * {
    width: calc(50% - 30px);
  }
}
.twoColumn {
  align-items: flex-start;
  margin-bottom: 2rem;
}
.twoColumn .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  align-self: stretch;
}
.twoColumn .card [data-module=cta]:last-child {
  margin-top: auto;
}
.twoColumn [data-module=cta] + [data-module=cta] {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .twoColumn {
    margin-bottom: 4rem;
  }
}

.upcoming {
  background-color: #B3CA2D;
  position: relative;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1180px) {
  .upcoming {
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
}
.upcoming .container {
  max-width: 1180px;
  padding: 0 20px;
}
.upcoming .container > .title {
  text-align: center;
  color: #fff;
  margin-bottom: 2.1rem;
}
.upcoming .container > .action {
  width: auto;
  margin: 0 auto;
}
.upcoming .container * {
  position: relative;
  z-index: 2;
}
.upcoming .events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  width: calc(100% + 18px);
  margin-bottom: 1.4rem;
}
.upcoming .meta {
  color: #741746;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  font-weight: 600;
  font-size: 1rem;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.upcoming .event {
  width: calc(100% - 18px);
  margin-left: 9px;
  margin-right: 9px;
  padding: 1.4rem;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center;
  background-color: transparent;
}
.upcoming .event::before {
  display: none;
}
.upcoming .event:hover {
  transform: scale(1.15);
  background-color: #741746;
}
.upcoming .event:hover .meta,
.upcoming .event:hover .cta {
  color: #fff;
}
.upcoming .event .title {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.upcoming .event .title::after {
  display: none;
}
.upcoming .cta {
  color: #E1D6DD;
  margin-bottom: 0;
  font-weight: 600;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.upcoming .cta::after {
  content: "\f0a9";
  vertical-align: -1px;
  margin-left: 11px;
}
.upcoming .event {
  box-shadow: none;
  border-top: none;
  border: 1.5px solid #741746;
}
@media screen and (max-width: 1024px) {
  .upcoming {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 576px) {
  .upcoming .event {
    width: calc(50% - 18px);
    margin-left: 9px;
    margin-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .upcoming {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .upcoming .event {
    width: calc(25% - 18px);
    margin-left: 9px;
    margin-right: 9px;
  }
}

/* Placeholder */
body.detail .page-content {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
body.detail .page-content > header {
  width: 100%;
  order: 1;
  margin-bottom: 2rem;
}
body.detail .page-content > aside {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  order: 2;
}
body.detail [data-mobile-trigger] {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  background-color: #741746;
  color: #fff;
  border: none;
}
body.detail [data-mobile-trigger]::after {
  content: "\f105";
  margin-left: 0.5rem;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.detail .mobileActive[data-mobile-trigger]::after {
  transform: rotate(90deg);
}
body.detail .filters, body.detail .navigation.-aside, body.detail aside .find {
  display: none;
}
body.detail .filters.-triggered, body.detail .navigation.-aside.-triggered, body.detail aside .find.-triggered {
  display: block;
}
body.detail .page-content > main {
  width: 100%;
  order: 3;
}
body.detail .page-content > aside {
  margin-bottom: 2rem;
}
body.detail .page-content > .preamble {
  order: 2;
  width: 100%;
}
body.detail .page-content aside .navigation ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
body.detail .page-content aside .navigation ul > * {
  margin-bottom: 0;
}
body.detail .page-content aside .navigation ul > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.detail .page-content > header {
    order: 1;
    margin-bottom: 4rem;
  }
  body.detail .page-content > aside {
    width: 320px;
    min-width: 320px;
    height: auto;
    overflow: visible;
    margin-right: 4rem;
    margin-left: 0;
    margin-bottom: 0;
    order: 2;
  }
  body.detail .filters, body.detail .navigation.-aside, body.detail aside .find {
    display: block;
  }
  body.detail .filters:not(:last-child), body.detail .navigation.-aside:not(:last-child), body.detail aside .find:not(:last-child) {
    margin-bottom: 2rem;
  }
  body.detail .page-content > main {
    width: calc(100% - (320px + 4rem));
    order: 3;
  }
}
body.detail {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.detail aside > .action {
  margin-top: 0;
}
body.detail main {
  padding-bottom: 4rem;
}

.internal {
  background-color: white;
}
.internal .site .page-content main > .primary-content:first-child {
  margin-top: 0;
}
.internal .page-content {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
.internal .page-content > header {
  width: 100%;
  order: 1;
  margin-bottom: 2rem;
}
.internal .page-content > aside {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  order: 2;
}
.internal [data-mobile-trigger] {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  background-color: #741746;
  color: #fff;
  border: none;
}
.internal [data-mobile-trigger]::after {
  content: "\f105";
  margin-left: 0.5rem;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.internal .mobileActive[data-mobile-trigger]::after {
  transform: rotate(90deg);
}
.internal .filters, .internal .navigation.-aside, .internal aside .find {
  display: none;
}
.internal .filters.-triggered, .internal .navigation.-aside.-triggered, .internal aside .find.-triggered {
  display: block;
}
.internal .page-content > main {
  width: 100%;
  order: 3;
}
.internal .page-content > aside {
  margin-bottom: 2rem;
}
.internal .page-content > .preamble {
  order: 2;
  width: 100%;
}
.internal .page-content aside .navigation ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
.internal .page-content aside .navigation ul > * {
  margin-bottom: 0;
}
.internal .page-content aside .navigation ul > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .internal .page-content > header {
    order: 1;
    margin-bottom: 4rem;
  }
  .internal .page-content > aside {
    width: 240px;
    min-width: 240px;
    height: auto;
    overflow: visible;
    margin-right: 4rem;
    margin-left: 0;
    margin-bottom: 0;
    order: 2;
  }
  .internal .filters, .internal .navigation.-aside, .internal aside .find {
    display: block;
  }
  .internal .filters:not(:last-child), .internal .navigation.-aside:not(:last-child), .internal aside .find:not(:last-child) {
    margin-bottom: 2rem;
  }
  .internal .page-content > main {
    width: calc(100% - (240px + 4rem));
    order: 3;
  }
}
@media screen and (min-width: ) {
  .internal main {
    padding-bottom: 4rem;
  }
}
.internal .page-content > aside {
  order: 3;
}
.internal .page-content > main {
  order: 2;
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .internal .page-content > main {
    order: 3;
    padding-top: 0;
  }
  .internal .page-content > aside {
    order: 2;
  }
}

.landing .page-content {
  position: relative;
  z-index: 1;
}
.landing .page-content > main > .back {
  margin-bottom: 2rem;
  display: block;
}
.landing .page-content > header,
.landing .page-content > main {
  width: 100%;
  margin-bottom: 2rem;
}
.landing:not(.-home) .page-content {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
.landing.-home header,
.landing.-home section, .landing.-homepage header,
.landing.-homepage section {
  margin-bottom: 0;
}
.landing.-home .page-content > header,
.landing.-home .page-content > main, .landing.-homepage .page-content > header,
.landing.-homepage .page-content > main {
  margin-bottom: 0;
}
.landing.-home [data-module-name="Primary Content"], .landing.-homepage [data-module-name="Primary Content"] {
  padding-top: 7rem;
}
.landing [data-module-name="Secondary Content"] {
  margin-top: 3rem;
}
.landing .site-footer {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .landing .page-content > header,
  .landing .page-content > main {
    margin-bottom: 4rem;
  }
}

body.-editing.landing:not(.-home) .page-content {
  padding-left: calc((100vw - 1180px - 160px) / 2);
  padding-right: calc((100vw - 1180px - 160px) / 2);
}

/* Placeholder */
body.review .page-content {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
body.review .page-content > header {
  width: 100%;
  order: 1;
  margin-bottom: 2rem;
}
body.review .page-content > aside {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  order: 2;
}
body.review [data-mobile-trigger] {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  background-color: #741746;
  color: #fff;
  border: none;
}
body.review [data-mobile-trigger]::after {
  content: "\f105";
  margin-left: 0.5rem;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.review .mobileActive[data-mobile-trigger]::after {
  transform: rotate(90deg);
}
body.review .filters, body.review .navigation.-aside, body.review aside .find {
  display: none;
}
body.review .filters.-triggered, body.review .navigation.-aside.-triggered, body.review aside .find.-triggered {
  display: block;
}
body.review .page-content > main {
  width: 100%;
  order: 3;
}
body.review .page-content > aside {
  margin-bottom: 2rem;
}
body.review .page-content > .preamble {
  order: 2;
  width: 100%;
}
body.review .page-content aside .navigation ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
body.review .page-content aside .navigation ul > * {
  margin-bottom: 0;
}
body.review .page-content aside .navigation ul > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.review .page-content > header {
    order: 1;
    margin-bottom: 4rem;
  }
  body.review .page-content > aside {
    width: 320px;
    min-width: 320px;
    height: auto;
    overflow: visible;
    margin-left: 4rem;
    margin-bottom: 0;
    order: 3;
  }
  body.review .filters, body.review .navigation.-aside, body.review aside .find {
    display: block;
  }
  body.review .filters:not(:last-child), body.review .navigation.-aside:not(:last-child), body.review aside .find:not(:last-child) {
    margin-bottom: 2rem;
  }
  body.review .page-content > main {
    width: calc(100% - (320px + 4rem));
    order: 2;
  }
}
body.review {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.review .page-content > aside {
  margin-bottom: 2rem;
  height: auto;
  position: relative;
  order: 3;
}
body.review .page-content > main {
  padding-bottom: 0;
  order: 2;
}
@media screen and (min-width: 1024px) {
  body.review .page-content > main {
    padding-bottom: 4rem;
  }
}

body.search .page-content {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
body.search .page-content > header {
  width: 100%;
  order: 1;
  margin-bottom: 2rem;
}
body.search .page-content > aside {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  order: 2;
}
body.search [data-mobile-trigger] {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  background-color: #741746;
  color: #fff;
  border: none;
}
body.search [data-mobile-trigger]::after {
  content: "\f105";
  margin-left: 0.5rem;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.search .mobileActive[data-mobile-trigger]::after {
  transform: rotate(90deg);
}
body.search .filters, body.search .navigation.-aside, body.search aside .find {
  display: none;
}
body.search .filters.-triggered, body.search .navigation.-aside.-triggered, body.search aside .find.-triggered {
  display: block;
}
body.search .page-content > main {
  width: 100%;
  order: 3;
}
body.search .page-content > aside {
  margin-bottom: 2rem;
}
body.search .page-content > .preamble {
  order: 2;
  width: 100%;
}
body.search .page-content aside .navigation ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
body.search .page-content aside .navigation ul > * {
  margin-bottom: 0;
}
body.search .page-content aside .navigation ul > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.search .page-content > header {
    order: 1;
    margin-bottom: 4rem;
  }
  body.search .page-content > aside {
    width: 320px;
    min-width: 320px;
    height: auto;
    overflow: visible;
    margin-right: 4rem;
    margin-left: 0;
    margin-bottom: 0;
    order: 2;
  }
  body.search .filters, body.search .navigation.-aside, body.search aside .find {
    display: block;
  }
  body.search .filters:not(:last-child), body.search .navigation.-aside:not(:last-child), body.search aside .find:not(:last-child) {
    margin-bottom: 2rem;
  }
  body.search .page-content > main {
    width: calc(100% - (320px + 4rem));
    order: 3;
  }
}
body.search {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.search main {
  padding-bottom: 4rem;
}
body.search .page-content > header {
  margin-bottom: 0.5rem;
}
body.search.-firmGuide .page-content > header {
  margin-bottom: 0;
}
body.search.-firmGuide .page-content > aside {
  padding-top: 3rem;
}
body.search.-noGroups .page-content > header {
  margin-bottom: 2rem;
}
body.search.-noGroups .page-content > main > .message {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  body.search.-noGroups .page-content > header {
    margin-bottom: 4rem;
  }
  body.search.-noGroups .page-content > aside {
    margin-bottom: 4rem;
  }
  body.search.-noGroups .page-content > main > .employees {
    margin-bottom: 4rem;
  }
}

.membership-dues input[type=checkbox][disabled] + label,
.membership-dues label:has(> input[type=checkbox][disabled]), .option-sets .option-set input[type=radio]:not(:checked) ~ div:first-of-type {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
}

.flex {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.-invisible {
  visibility: hidden;
}
@media screen and (min-width: 576px) {
  .-invisible--sm {
    visibility: hidden;
  }
}
@media screen and (min-width: 576px) {
  .-invisible--md {
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .-invisible--lg {
    visibility: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .-invisible--xl {
    visibility: hidden;
  }
}

[data-reveal] {
  display: none;
  z-index: 100;
}
[data-reveal].-revealed {
  display: block;
}

.focus--mouse {
  outline: none;
}

.js-tab {
  display: none;
}

.js-tab.-active {
  display: flex;
}

.toggle:not(.-active) .-when-inactive {
  display: initial;
}
.toggle:not(.-active) .-when-active {
  display: none;
}
.toggle.-active .-when-inactive {
  display: none;
}
.toggle.-active .-when-active {
  display: initial;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.4;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 1.7rem;
}
@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 1.15rem;
  }
}

hr {
  border-top: 1px solid #B3CA2D;
  display: block;
  height: 1px;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
hr::before, hr::after {
  display: none;
}

/* Placeholder */
p {
  line-height: 1.625;
}

/* Placeholder */
.action {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 3.25rem;
  color: #fff;
  background-color: #741746;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.action:hover, .action:focus {
  background-color: #36071F;
  color: #fff;
  text-decoration: none;
}
.action:hover .count, .action:focus .count {
  color: #36071F;
}
.action.-option {
  padding: 5px 13px;
}
.action.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-person::before {
  content: "\f007";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-personAdd::before {
  content: "\f234";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secure::before {
  content: "\f30d";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-print::before {
  content: "\f02f";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-processing {
  background-color: #36071F;
  color: #36071F;
}
.action.-processing::before {
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.action[disabled] {
  background-color: #dbdcd6;
}
.action.-processing[disabled] {
  color: #dbdcd6;
}
.action .count {
  background-color: rgba(255, 255, 255, 0.7);
  color: #741746;
  padding: 0 5px;
  border-radius: 12px;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.action.-sticky {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 50%;
}
.action.-secondary {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.action.-secondary:hover, .action.-secondary:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.action.-secondary:hover .count, .action.-secondary:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.action.-secondary.-option {
  padding: 3px 11px;
}
.action.-secondary.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.action.-secondary.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.action.-secondary.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.action.-secondary.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.action.-secondary.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.action.-secondary[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.action.-secondary .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.action.-secondary.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.action.-secondary.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}
.action.-secondary {
  background-color: #3EBFB9;
}
.action.-secondary:hover {
  background-color: #A79F9D;
}
@media screen and (min-width: 1024px) {
  .action.-sticky {
    font-size: 1rem;
    border-radius: 5px;
  }
  .action.-sticky::before {
    margin-right: 0.5rem;
  }
}

button.action {
  border: none;
  cursor: pointer;
}
button.action:hover, button.action:focus, button.action:active {
  border: none;
}

.cancel {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cancel:hover, .cancel:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.cancel:hover .count, .cancel:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.cancel.-option {
  padding: 3px 11px;
}
.cancel.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.cancel.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.cancel.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.cancel.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.cancel.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.cancel[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.cancel .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cancel.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.cancel.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}

.address {
  font-size: 0.875rem;
}
.address .recipient {
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
}

.count {
  font-size: 0.7em;
  margin-left: 0.7em;
  background-color: #3EBFB9;
  padding: 0 5px;
  border-radius: 50%;
  color: #fff;
  order: 2;
  line-height: 1.6;
  min-width: 18px;
  text-align: center;
}

/* Placeholder */
.slide button {
  font-size: 0;
  padding: 0;
  background-color: #A79F9D;
  border: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slide button.-active {
  background-color: #F68A33;
}

.slide-nav ul {
  justify-content: center;
}
.slide-nav li {
  flex-grow: 0;
  margin-right: 11px;
}
.slide-nav li:last-child {
  margin-right: 0;
}

.accordion {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  transition: box-shadow 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion .action {
  display: block;
  background: none;
  width: 100%;
  border-radius: 0;
  background-color: #E1D6DD;
  color: #000;
  text-align: left;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  text-transform: none;
}
.accordion .action::before,
.accordion .action::after {
  content: "";
  background: none;
  position: absolute;
  top: calc(50% - 0.125rem);
  right: 1.13rem;
  left: auto;
  border-radius: 0;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center;
  width: 1rem;
  height: 0.25rem;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #741746;
}
.accordion .action::after {
  transform: rotate(90deg);
}
.accordion header.action {
  position: relative;
}
.accordion.-active .action::after {
  transform: rotate(0);
}
.accordion.-active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (hover: hover) {
  .accordion .action:hover {
    background-color: rgb(196.6356275304, 216.3765182186, 81.6234817814);
  }
}
.accordion .accordion-content {
  padding: 2rem 2rem;
}
.accordion .accordion-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.-editing .accordion-body {
  max-height: none !important;
}

body.-editing .accordion {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

[data-module=section] > .accordion + *:not(.accordion) {
  margin-top: 4rem;
}

[data-module=section] > .accordion + .accordion {
  margin-top: 2rem;
}

.article {
  border-bottom: 1px solid #B3CA2D;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.article header {
  margin-bottom: 1rem;
}
.article header > p {
  margin-bottom: 0;
}
.article header span {
  margin-left: 1.5rem;
}
.article header span:first-child {
  margin-left: 0;
}
.article .title {
  margin-top: 0;
  text-transform: none;
}
.article:not(div) .title::after, .article:not(a) .title a::after {
  content: "\f0a9";
  vertical-align: -1px;
  margin-left: 1px;
  margin-left: 0.3rem;
}
.article .privileged {
  color: #000;
}
.article .privileged::before {
  content: "\f30d";
  margin-right: 0.5rem;
  color: #3EBFB9;
}
.article .description > *,
.article .date {
  color: #000;
  font-weight: 400;
}
.article .date::before {
  color: #3EBFB9;
}
.article .description > *:last-child {
  margin-bottom: 0;
}
.article.-job header, .article.-posting header {
  position: relative;
}
.article.-job .title, .article.-posting .title {
  margin-bottom: 1rem;
}
.article.-job .logo, .article.-posting .logo {
  display: block;
  max-width: 150px;
  margin-bottom: 1rem;
}
.article.-job .details, .article.-posting .details {
  align-items: flex-start;
}
.article.-job .details > *, .article.-posting .details > * {
  flex-grow: 1;
}
@media screen and (min-width: 576px) {
  .article.-posting header, .article.-job header {
    padding-right: 170px;
  }
  .article.-posting .logo, .article.-job .logo {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 6rem;
  }
}

.event-add {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 100vw;
  margin-bottom: 0;
  z-index: 2;
  background-color: #AE8CA0;
  order: 5;
}
@media screen and (min-width: 576px) {
  .event-add {
    justify-content: flex-end;
  }
}
.event-add .actions {
  align-items: center;
}
.event-add .action {
  font-size: 1.125rem;
  padding: 0.15rem 1.5rem;
  margin-left: auto;
}
.event-add .pricing p {
  display: inline;
}
.event-add .pricing .title {
  font-size: 1.125rem;
  margin-right: 1.5rem;
}
.event-add .pricing .title strong {
  font-size: 1.5rem;
  color: #741746;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
.event-add p.-cancelled {
  color: rgb(53.2, 16.8285714286, 13.3);
  font-weight: 700;
}
.event-add p {
  margin-bottom: 0;
}
.event-add.-relative {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.event-add .pricing {
  display: none;
}
@media screen and (min-width: 576px) {
  .event-add {
    justify-content: space-between;
  }
  .event-add .pricing {
    display: block;
  }
  .event-add .action {
    margin-left: 0;
  }
}
@media screen and (min-width: 1180px) {
  .event-add {
    padding-left: calc((100vw - 1150px) / 2);
    padding-right: calc((100vw - 1150px) / 2);
  }
  .event-add.-relative {
    padding-left: calc((100vw - 1150px) / 2);
    padding-right: calc((100vw - 1150px) / 2);
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
}

.event {
  background-color: #fff;
  border-radius: 1.25rem;
  border: none;
  display: flex;
  flex-direction: column;
}
.event > * {
  padding: 0 1.2rem;
  text-align: center;
}
.event .type {
  background-color: #3EBFB9;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  color: #000;
  font-weight: 700;
  padding: 0.75rem 1.2rem;
  text-align: center;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1), color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event .type i:before {
  font-weight: 400;
}
.event .title {
  color: #000;
  margin-bottom: 1.2rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
}
.event .title::after {
  display: none;
}
.event p, .event li, .event ul {
  color: #333;
  font-weight: 400;
}
.event li {
  list-style-type: none;
}
.event li p {
  margin-bottom: 0;
}
.event .location::before,
.event .date::before,
.event .credit::before,
.event .price::before,
.event .time::before {
  color: #3EBFB9;
  font-weight: 400;
  margin-right: 0.25rem;
}
.event .location,
.event .date,
.event .credit,
.event .price {
  margin-bottom: 0.1rem;
}
.event .credit::before {
  content: "\f19c";
}
.event .subtitle {
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.event .alternate-event .date::before {
  display: none;
}
.event .alternate-event .date {
  color: #741746;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event .alternate-event .date:hover {
  color: #36071F;
}
.event .actions .alternate-event {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .event .actions .alternate-event {
    width: 50%;
  }
}
.event .actions:has(.alternate-event) {
  margin-top: 0;
}
.event .price::before {
  content: "\$";
}
.event .time {
  color: #000;
  font-weight: 600;
}
.event .time::before {
  color: #3EBFB9;
  margin-right: 0.25rem;
}
.event .time {
  font-weight: 400;
}
.event .time::before {
  content: "\f017";
}
.event .description {
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event .actions {
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .event .actions {
    justify-content: left;
  }
}
.event.-tracked {
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
}
.event.-tracked > .title {
  text-align: left;
}
.event.-tracked .title::after {
  display: none;
}

.legal {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 0);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  color: #fff;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.legal > * {
  margin: 0;
}
.legal a {
  padding: 0;
  background-color: transparent;
}
.legal a:hover {
  background-color: transparent;
  color: #36071F;
}
.legal nav {
  max-width: 195px;
  width: 100%;
}
.legal li {
  flex-grow: 0;
  margin-right: 1rem;
}
.legal .fuse-logo {
  color: white;
  max-width: 175px;
}
@media screen and (min-width: 1024px) {
  .legal {
    flex-direction: row;
  }
  .legal > * {
    margin-bottom: 0;
    margin: 0 20px;
  }
}

/* Placeholder */
.navigation.-aside .title a {
  font-size: 1.5rem;
  font-weight: 700;
}

.record-detail {
  position: relative;
  padding-left: 1.6rem;
}
.record-detail p {
  font-size: 1rem;
  margin-bottom: 0;
}
.record-detail .title {
  font-size: 1.025rem;
  font-weight: 700;
  margin-bottom: 0;
}
.record-detail::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-size: 1.0625rem;
  color: #F68A33;
}
.record-detail.-date::before {
  content: "\f073";
}
.record-detail.-date span {
  display: block;
}
.record-detail.-location::before {
  content: "\f3c5";
}
.record-detail.-credits::before {
  content: "\f19c";
}
.record-detail.-price::before {
  content: "\f2e8";
}
.record-detail .date::before {
  display: none;
}
.record-detail .date.cta {
  color: #F68A33;
}

.widget {
  padding: 1.6rem 2.9rem 2.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.widget > .title {
  margin-bottom: 1rem;
}
.widget > div {
  margin-bottom: 2rem;
  overflow-wrap: wrap;
}
.widget .widget {
  font-size: 1.125rem;
}
.widget .committee {
  margin-bottom: 1.2rem;
}
.widget .-hidden {
  display: none;
}
.widget .job,
.widget .event {
  margin-bottom: 1.4rem;
}
.widget > .title + .subtitle {
  margin-top: -0.8rem;
}
.widget .introduction {
  font-size: 1.125rem;
}
.widget .event .date,
.widget .event .time {
  display: inline;
}
.widget .event .time:not(:last-child) {
  color: #3EBFB9;
}
.widget .event a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.widget .event > * {
  text-align: left;
}
.widget .event > *:last-child {
  margin-bottom: 0;
}
.widget .introduction strong {
  font-weight: 700;
  color: #B3CA2D;
  font-size: 1.25rem;
}
.widget .details {
  justify-content: space-between;
}
.widget .details > * {
  margin-bottom: 0;
}
.widget .details .date::before {
  content: "";
}
.widget a {
  font-weight: 400;
}
.widget p {
  line-height: 1.35;
}
.widget.-highlight {
  border: 1.5px solid #741746;
}
.widget.-alertHighlight {
  border: 3px solid #3EBFB9;
}
.widget > *:last-child {
  margin-bottom: 0;
}
.widget dl {
  border: none;
}
.widget dt {
  margin-right: 0.5rem;
}
.widget dd, .widget dt {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #191919;
  flex-basis: auto;
  text-align: left;
  width: auto;
}
.widget dd::after {
  content: "";
  display: block;
  width: 100%;
}
.widget dd {
  display: contents;
  color: #B3CA2D;
}
.widget table:not([class]) th,
.widget table:not([class]) td {
  padding: 0.4rem 1.4rem;
}

.cpe-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  border-top-color: #B3CA2D;
}
.cpe-preview .event {
  align-items: flex-start;
  background-color: transparent;
  border-radius: 0;
  padding: 1.3rem 2rem 2rem;
  text-align: left;
}
.cpe-preview .event > * {
  text-align: left;
}
.cpe-preview .price::before {
  content: "\$";
}
.cpe-preview .types {
  flex: 0 1 0;
}
.cpe-preview.-featured {
  background: #741746;
  border-top-color: #B3CA2D;
}
.cpe-preview.-featured .title {
  font-weight: 700;
  color: #fff;
}
.cpe-preview.-featured .title::after {
  content: none;
}
.cpe-preview.-featured .eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #B3CA2D;
}
.cpe-preview.-featured > *,
.cpe-preview.-featured .date,
.cpe-preview.-featured .location,
.cpe-preview.-featured .credit,
.cpe-preview.-featured .price,
.cpe-preview.-featured .description {
  color: #fff;
}
.cpe-preview.-featured > *::before,
.cpe-preview.-featured .date::before,
.cpe-preview.-featured .location::before,
.cpe-preview.-featured .credit::before,
.cpe-preview.-featured .price::before,
.cpe-preview.-featured .description::before {
  color: #F68A33;
}
.cpe-preview.-featured .action {
  margin-top: 1.5rem;
}
.cpe-preview.-featured .addl-cta::after {
  color: #F68A33;
}
.cpe-preview.-featured .alternate-event:hover,
.cpe-preview.-featured .alternate-event:hover * {
  color: #F68A33;
  transition: color 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cpe-preview .actions.-additional {
  display: block;
}
.cpe-preview .actions.-additional .alternate-event {
  display: block;
  line-height: 1.2;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 0.75rem;
  width: auto;
}
.cpe-preview .actions.-additional .alternate-event .date span {
  display: inline-block;
}
.cpe-preview .details {
  flex-wrap: wrap;
  row-gap: 1rem;
}
.cpe-preview.-upcoming .title::after {
  display: none;
}
.cpe-preview.-upcoming .actions {
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.cpe-preview.-upcoming:hover {
  transform: translateY(0);
}
.cpe-preview:hover {
  transform: translateY(-10px);
}
.cpe-preview .addl-cta {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 700;
}
.cpe-preview .addl-cta::after {
  content: "\f107";
  margin-left: 0.5rem;
  color: #3EBFB9;
}
.cpe-preview .addl-details::marker {
  display: none;
}
.cpe-preview .addl-details {
  list-style: none;
}
.cpe-preview .addl-details::-webkit-details-marker {
  display: none;
}
.cpe-preview.-list {
  cursor: pointer;
}
.cpe-preview.-list .details {
  position: relative;
}
.cpe-preview.-list .details::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #B3CA2D;
}
.cpe-preview.-list .details::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 11px;
  right: 8px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 1px solid #B3CA2D;
  border-bottom: 1px solid #B3CA2D;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), bottom 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cpe-preview.-list p.-cancelled {
  line-height: 1.4;
}
.cpe-preview.-list.-featured .details::after {
  border-color: #A79F9D;
}
.cpe-preview.-list.-featured .details::before {
  border-color: #A79F9D;
}
.cpe-preview.-list.-addon .details::after {
  display: none;
}
.cpe-preview.-list.-addon .details::before {
  display: none;
}
.cpe-preview.-list .body {
  height: 0;
  overflow: hidden;
}
.cpe-preview.-list .body:focus-within {
  height: auto;
}
.cpe-preview.-list:hover {
  transform: translateY(0);
}
.cpe-preview.-list.-expanded .body {
  height: auto;
}
.cpe-preview.-list.-expanded .details::before {
  transform: rotate(225deg);
  bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .cpe-preview > .credits {
    align-items: center;
    padding: 0.35rem 2rem 0.35rem;
  }
  .cpe-preview .actions.-additional {
    -moz-columns: 2;
         columns: 2;
    gap: 2rem;
  }
}

.event-details {
  flex-direction: column;
}
.event-details aside > .title {
  color: #741746;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.event-details aside > .title + .related {
  padding-top: 0;
}
.event-details .description p {
  color: #666666;
  line-height: 2;
}
.event-details .description .title {
  font-size: 1.406rem;
  margin: 1rem 0 0.5rem 0;
}
.event-details .title + .events {
  margin-top: 1.5rem;
}
.event-details .logo {
  max-width: 280px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .event-details {
    flex-direction: row;
  }
  .event-details aside {
    flex-grow: 1;
    max-width: 390px;
    min-width: 390px;
  }
  .event-details aside .related {
    margin-bottom: 0;
  }
  .event-details aside .related > *:last-child {
    margin-bottom: 0;
  }
  .event-details main {
    margin-right: 100px;
    flex-grow: 1;
    width: 100%;
  }
}

.events > * {
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: 0 0 40px rgba(219, 220, 214, 0.5);
  border-top: 7px solid #B3CA2D;
}
.events .cpe-preview {
  padding: 0;
  border-top: 10px solid #B3CA2D;
}
.events .cpe-preview.-cancelled {
  border-top: 10px solid rgb(53.2, 16.8285714286, 13.3);
  text-decoration: line-through;
  opacity: 0.33;
}
.events .cpe-preview.-cancelled .title {
  color: rgb(53.2, 16.8285714286, 13.3);
}
.events .cpe-preview:first-of-type {
  margin-top: 0;
}
.events .card {
  width: 100% !important;
}

[data-module-name="Primary Content"] .events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
[data-module-name="Primary Content"] .events > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  [data-module-name="Primary Content"] .events {
    margin-bottom: 0;
  }
  [data-module-name="Primary Content"] .events > * {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  [data-module-name="Primary Content"] .events .cpe-preview .details {
    flex-direction: column;
    align-items: flex-start;
  }
}

[data-module-name="Primary Content"] .twoColumn .events {
  margin-left: 15px;
  margin-right: 15px;
}
[data-module-name="Primary Content"] .twoColumn .events .cpe-preview {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 1024px) {
  .internal [data-module-name="Secondary Content"] .cpe-preview .details {
    flex-direction: column;
    align-items: flex-start;
  }
  .internal [data-module-name="Secondary Content"] .cpe-preview .description {
    display: none;
  }
  .internal [data-module-name="Secondary Content"] .cpe-preview .title {
    font-size: 1.2rem;
  }
}

.hero {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 0px);
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #741746;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  text-align: left;
}
.hero h1 {
  text-align: left;
}
.hero::after {
  content: "";
  background-color: #B3CA2D;
  border-radius: 0 624.9375rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1.375rem;
}
.hero > .banner:last-child {
  margin-bottom: -2rem;
  background-color: #B3CA2D;
  padding: 1rem 0;
  width: calc(100% - 2.5rem);
  flex-direction: column;
}
.hero .banner::before,
.hero .banner::after {
  background-color: #B3CA2D;
}
.hero .actions {
  margin-top: 1rem;
}
.hero > .title,
.hero .subtitle {
  color: #fff;
}
.hero > .title {
  margin-bottom: 0;
}
.hero [data-module=section-simple] > *:first-child {
  margin-top: 1.5rem;
}
.hero .subtitle {
  margin-bottom: 0;
}
.hero > * {
  margin-left: 20px;
  margin-right: 20px;
}
.hero > *:last-child {
  margin-bottom: 0;
}
.hero p,
.hero a {
  color: #fff;
}
.hero .button.-secondary {
  border-color: #fff;
  color: #fff;
}
.hero .button.-secondary:hover {
  border-color: #E1D6DD;
  color: #E1D6DD;
}
.hero .tabs {
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}
.hero .tab.-active,
.hero .tab:hover,
.hero .tab:focus {
  background-color: #fff;
  color: #000;
  font-weight: 400;
}
.hero .tab {
  color: #fff;
  font-weight: 400;
}
.hero .back {
  color: #E1D6DD;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.hero .back::before {
  content: "\f104";
  font-size: 1.4rem;
  font-weight: 300;
  vertical-align: -3px;
}
.hero .back:hover,
.hero .back:focus {
  color: #fff;
}
.hero.-cpe {
  background-image: none;
  padding-bottom: 0;
  padding-top: 1.2rem;
}
.hero.-cpe::after {
  display: none;
}
.hero.-cpe > .title {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 0.8rem;
  margin-bottom: 1.8rem;
}
.hero.-cpe > a {
  display: block;
}
.hero.-cpe .details > * {
  margin: 0 1rem;
  margin-bottom: 1.5rem;
  width: calc(100% - 2rem);
}
.hero.-cpe .details {
  margin: 0 0.25rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hero.-cpe::after {
  opacity: 0.5;
}
.hero.-cpe summary {
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
  color: #E1D6DD;
  font-weight: bold;
  cursor: pointer;
}
.hero.-cpe summary::marker {
  content: "" !important;
  content-visibility: hidden !important;
  display: none !important;
  list-style: none !important;
  opacity: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
}
.hero.-cpe .additional-events .actions {
  flex-wrap: wrap;
}
.hero.-cpe .additional-events .date {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hero.-cpe .additional-events .date:hover {
  color: #F68A33;
}
.hero.-cpe .additional-events .date::before {
  display: none;
}
.hero.-cpe .additional-events .alternate-event {
  margin-right: 0;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hero.-cpe .additional-events .alternate-event {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hero.-cpe .additional-events .alternate-event {
    width: 33.333%;
  }
}
.hero.-cpe summary::after {
  content: "\f107";
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #F68A33;
}
.hero.-cpe .additional-events details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.hero.-article > .title {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 0.8rem;
  margin-bottom: 1.8rem;
}
.hero [data-editor=richtext] p, .hero [data-editor=richtext] li, .hero [data-editor=richtext] h1, .hero [data-editor=richtext] h2, .hero [data-editor=richtext] h3, .hero [data-editor=richtext] h4 {
  color: #fff;
}
.hero [data-editor=richtext] figure.table {
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.hero [data-editor=richtext] figure.table table {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .hero.-cpe .details > * {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    background-image: url("/media/plus-sign-accent-interior.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
  }
  .hero > * {
    padding-right: 20rem;
  }
  .hero.-cpe .details > * {
    width: calc(25% - 2rem);
  }
  .hero.-cpe .details .-date {
    width: calc(35% - 2rem);
  }
  .hero.-cpe .details .-location,
  .hero.-cpe .details .-price {
    width: calc(25% - 2rem);
  }
  .hero.-cpe .details .-credits {
    width: calc(15% - 2rem);
  }
  .hero > .banner:last-child {
    flex-direction: row;
  }
}
@media screen and (min-width: 1180px) {
  .hero {
    padding-top: 2.8rem;
    padding-bottom: 2.75rem;
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
  .hero > .banner:last-child {
    margin-bottom: -2.75rem;
  }
  .hero .tabs {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.homepage-hero {
  background-image: url("/media/plus-sign-accent.svg");
  background-size: 421px 85px;
  background-position: right calc(100% - 7.5rem);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1180px) {
  .homepage-hero {
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
}
.homepage-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
}
.homepage-hero .slide-container {
  position: relative;
  z-index: 2;
  max-width: 577px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
.homepage-hero .slider-wrapper > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.homepage-hero .latest {
  position: relative;
  padding-top: 50px;
  padding-bottom: 32.5625rem;
  background-image: var(--feature-image-mobile, var(--feature-image));
  background-position: center 32.5625rem;
  background-repeat: no-repeat;
  background-size: 32.5625rem;
  height: 100%;
  margin: 0 auto;
  max-width: 1180px;
}
.homepage-hero .latest .title {
  color: #741746;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .homepage-hero .latest .title {
    font-size: 2.8rem;
  }
}
.homepage-hero .latest .description {
  margin-bottom: 3.2rem;
}
.homepage-hero .latest .description > * {
  color: #000;
  line-height: 1.5;
}
.homepage-hero .latest .hero-cta {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 3.25rem;
  color: #fff;
  background-color: #741746;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homepage-hero .latest .hero-cta:hover, .homepage-hero .latest .hero-cta:focus {
  background-color: #36071F;
  color: #fff;
  text-decoration: none;
}
.homepage-hero .latest .hero-cta:hover .count, .homepage-hero .latest .hero-cta:focus .count {
  color: #36071F;
}
.homepage-hero .latest .hero-cta.-option {
  padding: 5px 13px;
}
.homepage-hero .latest .hero-cta.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-person::before {
  content: "\f007";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-personAdd::before {
  content: "\f234";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secure::before {
  content: "\f30d";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-print::before {
  content: "\f02f";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-processing {
  background-color: #36071F;
  color: #36071F;
}
.homepage-hero .latest .hero-cta.-processing::before {
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.homepage-hero .latest .hero-cta[disabled] {
  background-color: #dbdcd6;
}
.homepage-hero .latest .hero-cta.-processing[disabled] {
  color: #dbdcd6;
}
.homepage-hero .latest .hero-cta .count {
  background-color: rgba(255, 255, 255, 0.7);
  color: #741746;
  padding: 0 5px;
  border-radius: 12px;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homepage-hero .latest .hero-cta {
  font-weight: 600;
}
.homepage-hero .latest .hero-cta.-secondary {
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0.5rem 2rem;
  color: #741746;
  border: 2px solid #741746;
  border-radius: 3.25rem;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homepage-hero .latest .hero-cta.-secondary:hover, .homepage-hero .latest .hero-cta.-secondary:focus {
  color: #36071F;
  border: 2px solid #36071F;
  text-decoration: none;
}
.homepage-hero .latest .hero-cta.-secondary:hover .count, .homepage-hero .latest .hero-cta.-secondary:focus .count {
  background-color: rgba(54, 7, 31, 0.7);
}
.homepage-hero .latest .hero-cta.-secondary.-option {
  padding: 3px 11px;
}
.homepage-hero .latest .hero-cta.-secondary.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary.-remove {
  color: #C43E31;
  border-color: #C43E31;
}
.homepage-hero .latest .hero-cta.-secondary.-remove:hover {
  color: rgb(194.776, 61.6128163265, 48.694);
  border-color: rgb(194.776, 61.6128163265, 48.694);
}
.homepage-hero .latest .hero-cta.-secondary.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary.-processing {
  color: #fff;
  border: 2px solid #36071F;
}
.homepage-hero .latest .hero-cta.-secondary.-processing::before {
  content: "\f110";
  position: absolute;
  color: #36071F;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.homepage-hero .latest .hero-cta.-secondary.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.homepage-hero .latest .hero-cta.-secondary[disabled] {
  color: #dbdcd6;
  border: 2px solid #dbdcd6;
}
.homepage-hero .latest .hero-cta.-secondary .count {
  background-color: rgba(116, 23, 70, 0.7);
  color: #fff;
  padding: 0 5px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.homepage-hero .latest .hero-cta.-secondary.-deemphasize {
  border: none;
  color: #dbdcd6;
}
.homepage-hero .latest .hero-cta.-secondary.-deemphasize:hover {
  background-color: transparent;
  color: #000;
}
.homepage-hero .latest .hero-cta.-secondary {
  font-weight: 600;
}
.homepage-hero .latest.-light {
  background-color: #fff;
}
.homepage-hero .latest.-light .title {
  color: #E1D6DD;
}
.homepage-hero .latest.-light .description > * {
  color: #E1D6DD;
}
.homepage-hero .latest.-dark {
  background-color: #E1D6DD;
}
.homepage-hero .latest.-dark .title {
  color: #fff;
}
.homepage-hero .latest.-dark .description > * {
  color: #fff;
}
.homepage-hero .latest:not(:first-of-type) {
  display: none;
}
.homepage-hero .slide-nav {
  position: absolute;
  left: 0;
  bottom: 30.563rem;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .homepage-hero .latest {
    padding-top: 100px;
    padding-bottom: calc(100px + 4rem);
    background-image: var(--feature-image);
    background-position: left top;
    background-size: 32.5625rem;
  }
  .homepage-hero .slide-container {
    padding-left: 37.875rem;
    margin: 0;
    max-width: 1180px;
  }
  .homepage-hero .slide-nav {
    bottom: 6rem;
  }
  .homepage-hero .slide-nav ul {
    padding-left: 5rem;
  }
  .homepage-hero::after {
    display: block;
  }
  .homepage-hero::before {
    display: block;
  }
}

.imageWithText {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.imageWithText.-right .image {
  order: 2;
  margin: 2rem auto 0;
}
.imageWithText.-right [data-editor=richtext] {
  order: 1;
}
.imageWithText.-bottom .image {
  order: 2;
}
.imageWithText.-bottom [data-editor=richtext] {
  order: 1;
}
.imageWithText [data-editor=richtext] h2 {
  margin-bottom: 0;
}
.imageWithText .image {
  margin: 0 auto 2rem;
}
.imageWithText .image img {
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
}
.imageWithText a.image:not([href]) {
  opacity: 1;
}
.imageWithText [href=""] {
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .imageWithText .image {
    width: revert !important;
    flex-basis: revert !important;
  }
}
@media screen and (min-width: 576px) {
  .imageWithText:not(.-stacked):not(.-bottom):not(.-top) {
    flex-direction: row;
  }
  .imageWithText:not(.-stacked):not(.-bottom):not(.-top) .image {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 50%;
    margin: 0;
  }
  .imageWithText:not(.-stacked):not(.-bottom):not(.-top).-left .image {
    margin-right: 2rem;
  }
  .imageWithText:not(.-stacked):not(.-bottom):not(.-top).-right .image {
    margin-left: 2rem;
  }
  .imageWithText.-bottom .image {
    order: 2;
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

/* Placeholder */
@media screen and (min-width: 1180px) {
  .news {
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
}
.news {
  background-color: #E1D6DD;
  background-image: url("/media/plus-sign-accent-white.svg");
  background-size: auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  padding: 30px 0;
  text-align: center;
}
.news::after {
  background-color: #AE8CA0;
  content: "";
  border-radius: 0 624.9375rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1.375rem;
}
.news .action {
  padding: 0.3rem 2rem 0.4rem;
}
.news .news-group {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  text-align: left;
}
.news .news-featured {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #cacaca;
}
.news .news-featured .title {
  color: #741746;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.news .description {
  margin-bottom: 0.2rem;
}
.news .description h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
.news .description p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.news .description > *:first-child {
  margin-top: 0;
}
.news .description > *:last-child {
  margin-bottom: 0;
}
.news .news-item .title {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.news .news-item {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 2px solid #cacaca;
}
@media screen and (min-width: ) {
  .news .news-item {
    margin-bottom: 1.5rem;
  }
}
.news .cta::after {
  content: "\f0a9";
  font-weight: 600;
  vertical-align: -1px;
  margin-left: 6px;
}
@media screen and (max-width: 1180px) {
  .news {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    padding: 75px 0;
  }
  .news .news-group {
    flex-direction: row;
  }
  .news .news-list,
  .news .news-featured {
    width: 50%;
  }
  .news .news-featured {
    padding-right: 70px;
    margin-bottom: 0;
    border-right: 2px solid #cacaca;
    border-bottom: none;
  }
  .news .news-list {
    padding-left: 70px;
  }
}

.partners {
  text-align: center;
  padding: 2rem 0 4rem;
}
.partners .title {
  margin-bottom: 3rem;
  text-align: center;
  color: #000;
}
.partners .logo {
  padding: 0 2rem;
  max-width: 300px;
}
.partners .logos:not(.slider) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.related {
  border-bottom: 1px solid #B3CA2D;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  box-shadow: none;
}
.related:last-child {
  border-bottom: none;
}
.related .title {
  color: #741746;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
.related .title:first-child {
  margin-top: 0;
}
.related.-contact .map {
  margin-top: 4rem;
}
.related .title a::after {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 0.3rem;
  content: "\f0a9";
}
.related .cta {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: block;
}
.related .credits {
  margin: -2.5rem -1.9rem;
  margin-bottom: 2rem;
}
.related .credits {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem 1.9rem;
}
.related .credits .credit {
  display: inline;
  line-height: 13px;
}
.related > p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.related .credits .types {
  flex-direction: row;
  justify-content: flex-end;
}
.related .credits .type {
  margin-bottom: 0;
  margin-left: 0.5rem;
  font-size: 0.7rem;
}
.related .credits strong {
  margin-right: 0.25rem;
  line-height: 28px;
}
.related .detail {
  border-bottom: 2px solid #ddd;
}
.related > *:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-footer {
  background-image: url("/media/maroon-dots-accent.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-blend-mode: multiply;
  display: block;
  padding-top: 2.4rem;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #741746;
  font-size: 1.125rem;
}
.site-footer::after {
  background-image: url("/media/maroon-circle-accent.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: -167px;
  bottom: 0;
  height: 228px;
  width: 395px;
  z-index: 1;
}
.site-footer .footer-menu {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 0);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 1.38rem;
}
.site-footer .footer-menu > * {
  margin: 0;
  margin-bottom: 2rem;
}
.site-footer .footer-menu::after {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 0);
  margin: 0 auto;
  content: "";
  border-bottom: 1px solid #E1D6DD;
  position: absolute;
  bottom: -1.38rem;
  width: 1165px;
}
.site-footer .contact {
  display: block;
  color: #fff;
  line-height: 1.55rem;
}
.site-footer .contact p {
  margin-bottom: 0;
}
.site-footer .contact .address {
  margin-bottom: 0.7rem;
}
.site-footer .contact .email {
  font-weight: 400;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #E1D6DD;
}
.site-footer .navigation ul {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
  max-height: initial;
  margin-left: -25px;
  margin-right: -25px;
}
.site-footer .navigation li {
  margin-bottom: 0.3rem;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 230px;
}
.site-footer .navigation .submenu {
  display: none;
}
.site-footer .navigation li.-active a {
  color: #E1D6DD;
}
.site-footer .navigation a {
  font-weight: 700;
  text-align: left;
  background-color: transparent;
  padding: 0;
}
.site-footer .utility > ul a {
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
}
.site-footer .utility > ul {
  flex-wrap: wrap;
  margin-left: -1rem;
}
.site-footer .utility > ul li {
  flex-grow: 0;
  margin-left: 1rem;
}
.site-footer .utility .cart {
  font-size: 1rem;
  display: block;
}
.site-footer .utility .cart::before {
  content: none;
}
.site-footer .utility .search::after {
  content: none;
}
.site-footer .utility .cart .count {
  display: none;
}
.site-footer .utility {
  max-width: 195px;
}
.site-footer .social {
  margin-bottom: 1rem;
}
.site-footer .utility a.-cart,
.site-footer .utility .action {
  vertical-align: 4px;
}
@media screen and (min-width: 1024px) {
  .site-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer .footer-menu {
    flex-direction: row;
  }
  .site-footer .footer-menu > *:first-child {
    margin-left: 0;
  }
  .site-footer .footer-menu > *:last-child {
    margin-right: 0;
  }
  .site-footer .footer-menu > * {
    margin-bottom: 0;
  }
}

body.-editing .site-footer {
  padding-left: calc((100vw - 1180px - 160px) / 2);
  padding-right: calc((100vw - 1180px - 160px) / 2);
}

@media print {
  body.-print-page .site-footer {
    display: none;
  }
}

.site-header {
  padding: 0.9rem 0 0.7rem;
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: calc((100vw - 1180px) / 2);
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  background-color: #fff;
  text-align: right;
  position: relative;
  z-index: 2;
}
.site-header .brand {
  margin-bottom: 0.4rem;
  position: absolute;
  top: 13px;
  max-width: 180px;
}
.site-header .back {
  display: block;
  position: relative;
  background: none;
  border: none;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #B3CA2D;
}
.site-header .back::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #741746;
  font-weight: 400;
  font-size: 2.1rem;
  content: "\f104";
}
.site-header .submenu-link {
  position: absolute;
  display: none;
  right: 1rem;
  background: none;
  border: none;
  transform: translateY(-7px);
}
.site-header .-hasSubmenu.-expanded > .submenu-link {
  display: block;
}
.site-header .submenu-link::after {
  content: "\f105";
  font-weight: 300;
  font-size: 1.7rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.site-header .submenu .-hasSubmenu .submenu-link {
  transform: translateY(-31px);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-header .cart .count {
  background-color: #fff;
  color: #E1D6DD;
}
.site-header .navigation li {
  flex-grow: 0;
  padding-bottom: 17px;
  position: static;
  border-bottom: 1px solid rgba(179, 202, 45, 0.5);
}
.site-header .navigation li:last-child {
  border-bottom: 0;
}
.site-header .mobile {
  display: inline;
  align-self: flex-start;
  position: relative;
  z-index: 2;
}
.site-header .mobile.-back {
  display: none;
  margin-left: auto;
  margin-right: 0.5rem;
}
.site-header .mobile.-back.-opened {
  display: inline;
}
.site-header .overview {
  display: block;
}
.site-header .utility,
.site-header .navigation,
.site-header .submenu {
  z-index: 1;
}
.site-header .submenu {
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-100%);
  border-top: 0.375rem solid #F68A33;
}
.site-header .navigation > ul > li.-hasSubmenu:not(.-expanded) > div.submenu {
  display: none;
}
.site-header .navigation > ul > li.-hasSubmenu:not(.-expanded) > a::after {
  display: none;
}
.site-header .navigation > ul > li.-hasSubmenu:not(.-expanded) > .submenu-link {
  display: none;
}
.site-header .navigation > ul > li.-hasSubmenu > div.submenu > ul > li.-hasSubmenu:not(.-expanded) > .submenu {
  display: none;
}
.site-header .submenu.-opened {
  transform: translateX(0);
}
.site-header .submenu .submenu.-opened {
  padding-top: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  background: white;
}
.site-header .submenu .submenu.-opened ul {
  background: white;
  padding-top: 0;
}
.site-header .submenu .submenu.-opened li {
  background: white;
}
.site-header .submenu,
.site-header .navigation {
  order: 1;
}
.site-header .utility {
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 0;
  padding: 1rem 0;
  order: 2;
}
.site-header .utility > ul {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.site-header .utility .action {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 3.25rem;
  color: #fff;
  background-color: #741746;
  transition: background-color 75ms cubic-bezier(0.215, 0.61, 0.355, 1), color 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-header .utility .action:hover, .site-header .utility .action:focus {
  background-color: #36071F;
  color: #fff;
  text-decoration: none;
}
.site-header .utility .action:hover .count, .site-header .utility .action:focus .count {
  color: #36071F;
}
.site-header .utility .action.-option {
  padding: 5px 13px;
}
.site-header .utility .action.-add::before {
  content: "\+";
  font-size: 0.8em;
  margin-right: 5px;
}
.site-header .utility .action.-remove::before {
  content: "\f2ed";
  font-size: 0.8em;
  margin-right: 5px;
}
.site-header .utility .action.-person::before {
  content: "\f007";
  font-size: 0.8em;
  margin-right: 5px;
}
.site-header .utility .action.-personAdd::before {
  content: "\f234";
  font-size: 0.8em;
  margin-right: 5px;
}
.site-header .utility .action.-secure::before {
  content: "\f30d";
  font-size: 0.8em;
  margin-right: 5px;
}
.site-header .utility .action.-date::before {
  content: "\f073";
  font-size: 0.8em;
  margin-right: 5px;
}
.site-header .utility .action.-external::before {
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 5px;
}
.site-header .utility .action.-download::before {
  content: "\f019";
  font-size: 0.8em;
  margin-right: 5px;
}
.site-header .utility .action.-print::before {
  content: "\f02f";
  font-size: 0.8em;
  margin-right: 5px;
}
.site-header .utility .action.-processing {
  background-color: #36071F;
  color: #36071F;
}
.site-header .utility .action.-processing::before {
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  animation: continuousRotation 2s infinite linear;
}
.site-header .utility .action[disabled] {
  background-color: #dbdcd6;
}
.site-header .utility .action.-processing[disabled] {
  color: #dbdcd6;
}
.site-header .utility .action .count {
  background-color: rgba(255, 255, 255, 0.7);
  color: #741746;
  padding: 0 5px;
  border-radius: 12px;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-header .utility .action:hover {
  background-color: #36071F;
}
.site-header .navigation,
.site-header .submenu {
  background-color: #fff;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 122px;
  left: 0;
  padding: 1rem;
  padding-bottom: 0;
}
.site-header .submenu {
  padding-top: 2rem;
  width: 80%;
}
.site-header .navigation > ul,
.site-header .submenu > ul {
  flex-direction: column;
}
.site-header .navigation {
  width: 100%;
  margin-bottom: 0;
}
.site-header .navigation > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: calc(-30px / 2);
  margin-right: calc(-30px / 2);
  padding: 0;
}
.site-header .navigation > ul > li > * {
  width: calc(100% - 30px);
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .site-header .navigation > ul > li {
    flex-direction: row;
  }
  .site-header .navigation > ul > li > * {
    margin: 0 calc(30px / 2);
    flex: 1 1 0;
  }
}
.site-header .navigation > ul > li {
  position: static;
  flex-grow: 0;
  padding-bottom: 17px;
  align-items: flex-start;
}
.site-header .navigation > ul > li > button {
  width: auto;
}
.site-header .navigation > ul > li {
  padding: 8px 0;
}
@media screen and (min-width: 1024px) {
  .site-header .navigation > ul > li {
    padding-bottom: 17px;
  }
}
.site-header .navigation > ul > li > * {
  margin-bottom: 0;
  width: 100%;
}
.site-header .navigation a {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
  text-align: left;
  color: #000;
}
.site-header .utility li {
  padding-right: 2rem;
  text-align: left;
}
.site-header .utility .join-first {
  display: block;
}
@media screen and (min-width: 1024px) {
  .site-header .utility .join-first {
    display: none;
  }
}
.site-header .utility .join-last {
  padding-right: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .utility .join-last {
    display: block;
  }
}
.site-header .navigation > ul > li.-hasSubmenu > a::after {
  content: "\f107";
  color: #741746;
  font-weight: 400;
  font-size: 0.9375rem;
  margin-left: 0.5rem;
  line-height: 0.8;
  vertical-align: top;
  top: 0.3rem;
  position: relative;
}
.site-header .navigation a,
.site-header .submenu > ul > li > a {
  font-size: 1.15rem;
}
.site-header .utility a {
  font-size: 0.9375rem;
  padding: 0;
  color: #000;
}
.site-header .utility a::after {
  color: #741746;
  font-weight: 400;
}
.site-header .navigation a,
.site-header .utility a {
  background-color: transparent;
}
.site-header .navigation a:hover,
.site-header .navigation a:focus,
.site-header .utility a:hover,
.site-header .utility a:focus {
  background-color: transparent;
  color: #741746;
  outline: none;
}
.site-header .links {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: stretch;
  width: 80%;
  height: 100%;
  padding: 1rem;
  overflow-y: scroll;
  transition: transform 125ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-100%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-header .links {
    transition: none;
  }
}
.site-header .links.-opened {
  box-shadow: 21vw 0 rgba(0, 0, 0, 0.3);
  transform: translateX(0);
}
.site-header .brand video {
  display: none;
}
@media screen and (min-width: 576px) {
  .site-header .navigation > ul,
  .site-header .submenu > ul {
    align-items: center;
    height: 100%;
  }
  .site-header .navigation a,
  .site-header .submenu > ul > li > a {
    font-size: 1.45rem;
  }
  .site-header .navigation > ul > li,
  .site-header .submenu > ul > li {
    width: 100%;
    text-align: center;
    position: static;
  }
  .site-header .submenu li {
    flex-grow: 0;
  }
  .site-header .utility ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (min-width: 1024px) {
  .site-header {
    padding-top: 1.8rem;
    padding-left: calc((100vw - 1180px) / 2);
    padding-right: calc((100vw - 1180px) / 2);
    margin: 0 auto;
    max-width: calc(100vw - 40px);
  }
  .site-header .brand video {
    display: block;
  }
  .site-header .brand video + img {
    display: none;
  }
  .site-header::after {
    display: none;
  }
  .site-header .links {
    display: flex;
    align-items: flex-end;
  }
  .site-header .cart .count {
    background-color: #E1D6DD;
    color: #fff;
  }
  .site-header .brand {
    max-width: 260px;
    z-index: 2;
  }
  .site-header .overview {
    display: none;
  }
  .site-header .navigation,
  .site-header .utility {
    display: block;
    position: relative;
  }
  .site-header .back {
    display: none;
  }
  .site-header .utility,
  .site-header .navigation {
    background-color: transparent;
  }
  .site-header .navigation {
    padding-top: 0;
    padding: 0;
    order: 2;
  }
  .site-header .navigation a {
    white-space: nowrap;
    text-align: center;
    font-size: 0.9375rem;
    line-height: inherit;
    text-align: left;
    white-space: normal;
    line-height: 1.4;
  }
  .site-header .navigation li {
    margin-bottom: 0;
    width: auto !important;
    padding-bottom: 0;
    border-bottom: none;
  }
  .site-header .navigation > ul {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
  .site-header .navigation > ul > li {
    position: relative;
    text-align: center;
    padding-bottom: 0;
    height: 2rem;
  }
  .site-header .navigation > ul,
  .site-header .submenu > ul {
    overflow-y: visible;
    flex-wrap: nowrap;
  }
  .site-header .mobile,
  .site-header .mobile.-back {
    display: none;
  }
  .site-header .utility {
    margin-bottom: 1.6rem;
    padding: 0;
    order: 1;
  }
  .site-header .utility a {
    color: #000;
  }
  .site-header .utility ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .site-header .submenu {
    display: none;
    position: absolute;
    top: 2.28rem;
    padding: 1rem 1.6rem;
    border-radius: 0;
    left: -1.3rem;
    right: auto;
    bottom: auto;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    width: auto;
  }
  .site-header .submenu-link,
  .site-header .-hasSubmenu.-expanded > .submenu-link {
    display: none;
  }
  .site-header .links,
  .site-header .submenu {
    transform: translateX(0);
  }
  .site-header .links {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 0;
  }
  .site-header .submenu {
    height: auto;
  }
  .site-header .submenu li {
    margin-bottom: 0.7rem;
  }
  .site-header .submenu::after {
    content: "";
    top: -0.8rem;
    left: 0;
    width: 100%;
    height: 0.9rem;
    background-color: transparent;
    display: block;
    position: absolute;
  }
  .site-header .submenu ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header .-hasSubmenu.-expanded > div.submenu:has(.-expanded) {
    border: 2px solid red;
  }
  .site-header .submenu > ul > li {
    position: static;
  }
  .site-header .submenu li a {
    font-size: 1rem;
  }
  .site-header .submenu > ul > li:first-child {
    display: none;
  }
  .site-header .submenu .submenu {
    position: initial;
    box-shadow: none;
    width: auto !important;
    padding-left: 0;
    padding-top: 0;
    margin-right: 2rem;
    left: calc((100vw - 1180px) / 2 * -1);
  }
  .site-header .submenu .submenu ul {
    padding: 0;
    flex-direction: column;
  }
  .site-header .submenu .submenu li a {
    font-size: 1rem;
    font-weight: 400;
  }
  .site-header .-hasSubmenu.-billboard > .submenu > ul > li:not(.-hasSubmenu.-hasSubmenu.-expanded) {
    min-width: 200px;
  }
  .site-header .navigation > ul > li:hover .submenu {
    display: inline-block;
    width: 240px;
  }
  .site-header .submenu > ul > li > a {
    font-size: 0.937rem;
  }
  .site-header .navigation > ul > li.-hasSubmenu > a::after {
    display: inline;
  }
  .site-header li.-hasSubmenu.-expanded a {
    position: relative;
  }
}
@media (min-width: 1000px) and (max-width: 1070px) {
  .site-header .submenu {
    left: calc((100vw - 905px) / 2 * -1);
    padding-left: calc((100vw - 905px) / 2);
  }
}

body.-editing .site-header {
  padding-left: calc((100vw - 1180px - 160px) / 2);
  padding-right: calc((100vw - 1180px - 160px) / 2);
}

@media print {
  body.-print-page .site-header {
    display: none;
  }
}

.twoColumn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.twoColumn > * {
  width: 100%;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .twoColumn {
    margin-bottom: 0;
  }
  .twoColumn > * {
    width: calc(50% - 30px);
  }
}
.twoColumn {
  align-items: flex-start;
  margin-bottom: 2rem;
}
.twoColumn .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  align-self: stretch;
}
.twoColumn .card [data-module=cta]:last-child {
  margin-top: auto;
}
.twoColumn [data-module=cta] + [data-module=cta] {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .twoColumn {
    margin-bottom: 4rem;
  }
  .twoColumn:has(+ .twoColumn) {
    margin-bottom: 2rem;
  }
}

.upcoming {
  background-color: #E9F4F5;
  background-image: url("/media/teal-circle-accent.svg");
  background-position: bottom right;
  background-size: auto;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1180px) {
  .upcoming {
    margin-left: calc(-1 * ((100vw - 1180px) / 2 + 20px));
    margin-right: calc(-1 * ((100vw - 1180px) / 2 + 20px));
  }
}
.upcoming .container {
  max-width: 1180px;
  padding: 0 20px;
}
.upcoming .container > .title {
  text-align: center;
  color: #000;
  margin-bottom: 2.1rem;
}
.upcoming .container > .action {
  width: auto;
  margin: 0 auto;
}
.upcoming .container * {
  position: relative;
  z-index: 2;
}
.upcoming .events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  width: calc(100% + 18px);
  margin-bottom: 1.4rem;
}
.upcoming .meta {
  color: #741746;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  line-height: 1;
  font-weight: 600;
  font-size: 0.875rem;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.upcoming .event {
  border: none;
  box-shadow: none;
  width: calc(100% - 1.88rem);
  margin-left: 0.94rem;
  margin-right: 0.94rem;
  padding: 0;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center;
  background-color: #fff;
}
.upcoming .event::before {
  display: none;
}
.upcoming .event:hover {
  transform: scale(1.15);
  background-color: #fff;
}
.upcoming .event:hover .type {
  background-color: #741746;
  color: #fff;
}
.upcoming .event:hover .meta {
  color: #741746;
}
.upcoming .event:hover .cta {
  color: #741746;
}
.upcoming .event .title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.upcoming .event .title::after {
  display: none;
}
.upcoming .cta {
  color: #741746;
  margin-bottom: 0;
  font-weight: 600;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.upcoming .cta::after {
  content: "\f0a9";
  vertical-align: -1px;
  margin-left: 11px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .upcoming {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 576px) {
  .upcoming .event {
    width: calc(50% - 18px);
    margin-left: 9px;
    margin-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .upcoming {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .upcoming .event {
    width: calc(25% - 1.88rem);
    margin-left: 0.94rem;
    margin-right: 0.94rem;
  }
}

.votervoice__container {
  width: 100%;
  min-height: 700px;
}

/* Placeholder */
/* Placeholder */
.ss-main {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #666666;
  width: 100%;
}
.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}
.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}
.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}
.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
}
.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s, margin 0.2s;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0 0;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0 0;
}
.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666666;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}
.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
}
.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}
.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px 8px;
}
.ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}
.ss-content .ss-search input::-moz-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}
.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}
.ss-content .ss-addable {
  padding-top: 0px;
}
.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}
.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}
.ss-content .ss-list .ss-option {
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ss-content .ss-list .ss-option * {
  display: inline-block;
}
.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
  color: #fff;
  background-color: #5897fb;
}
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666666;
  background-color: rgba(88, 151, 251, 0.1);
}
.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

.slide-down-enter-active, .slide-down-leave-active {
  transition: transform 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slide-down-enter, .slide-down-leave-to {
  transform: translateY(-100%);
}

.fade-in-enter-active, .fade-in-leave-active {
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-in-enter, .fade-in-leave-to {
  opacity: 0;
}

.slide-up-enter-active, .slide-up-leave-active {
  transition: transform 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slide-up-enter, .slide-up-leave-to {
  transform: translateY(100%) translateX(-50%);
}

.contentSwap.htmx-swapping,
.contentSwap.htmx-request {
  opacity: 0.5;
}

.contentSwap {
  opacity: 1;
  transition: opacity 125ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*# sourceMappingURL=main.css.map*/