/* Theme colors */
/* line 3, app/assets/stylesheets/components/button.css.scss */
.buttons_container {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 9, app/assets/stylesheets/components/button.css.scss */
.buttons_container.right-aligned {
  justify-content: flex-end;
}

/* line 14, app/assets/stylesheets/components/button.css.scss */
.buttons_container.left-aligned {
  justify-content: flex-start;
}

/* line 18, app/assets/stylesheets/components/button.css.scss */
.buttons_container.vertical {
  flex-direction: column;
}

/* line 21, app/assets/stylesheets/components/button.css.scss */
.buttons_container.vertical.vertical_padded {
  padding: 20px 0;
}

/* line 25, app/assets/stylesheets/components/button.css.scss */
.buttons_container.vertical.right-aligned {
  align-items: flex-end;
}

/* line 31, app/assets/stylesheets/components/button.css.scss */
.ui.button {
  width: fit-content;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

/* line 40, app/assets/stylesheets/components/button.css.scss */
.ui.button:not(.circular) {
  padding: 12px 16px !important;
}

/* line 51, app/assets/stylesheets/components/button.css.scss */
.ui.button.primary {
  background-color: #009ede;
  color: white;
}

/* line 55, app/assets/stylesheets/components/button.css.scss */
.ui.button.primary:hover {
  background-color: #008cc5;
}

/* line 60, app/assets/stylesheets/components/button.css.scss */
.ui.button.secondary {
  background-color: #F2FAFD;
  color: #009ede;
}

/* line 64, app/assets/stylesheets/components/button.css.scss */
.ui.button.secondary.with_border {
  border: 1px solid #009ede;
  border-radius: 4px;
}

/* line 69, app/assets/stylesheets/components/button.css.scss */
.ui.button.secondary.white_bg {
  background-color: white;
}

/* line 72, app/assets/stylesheets/components/button.css.scss */
.ui.button.secondary.white_bg:hover {
  background-color: #F2FAFD;
}

/* line 77, app/assets/stylesheets/components/button.css.scss */
.ui.button.secondary:hover {
  background-color: #dcf2fa;
  color: #009ede;
}

/* line 82, app/assets/stylesheets/components/button.css.scss */
.ui.button.secondary:active, .ui.button.secondary:focus {
  background-color: #c6e9f6 !important;
  color: #009ede !important;
}

/* line 88, app/assets/stylesheets/components/button.css.scss */
.ui.button.blue_on_white {
  background-color: white;
  color: #009ede;
  border: 0.75px solid #009ede;
  border-radius: 4px;
}

/* line 94, app/assets/stylesheets/components/button.css.scss */
.ui.button.blue_on_white:hover {
  background-color: #F2FAFD;
  color: #009ede;
}

/* line 100, app/assets/stylesheets/components/button.css.scss */
.ui.button.deactivated {
  background-color: #f8f9fb;
  color: #ADADB8;
  cursor: default;
}

/* line 106, app/assets/stylesheets/components/button.css.scss */
.ui.button.apricot {
  background-color: #febc65;
  color: #FFFFFF;
}

/* line 110, app/assets/stylesheets/components/button.css.scss */
.ui.button.apricot:hover {
  background-color: #feb14c;
}

/* line 115, app/assets/stylesheets/components/button.css.scss */
.ui.button.thin_text {
  font-weight: 400;
}

/* line 119, app/assets/stylesheets/components/button.css.scss */
.ui.button.bold_text {
  font-weight: 700;
}

/* line 123, app/assets/stylesheets/components/button.css.scss */
.ui.button.inline_button {
  font-size: 12px;
  padding: 6px 8px !important;
}

/* line 128, app/assets/stylesheets/components/button.css.scss */
.ui.button.shadow {
  box-shadow: 0px 2px 2px 0px #0000001A;
  border: 1px solid #E6E6EB;
  color: #1C1C29;
}

/* line 134, app/assets/stylesheets/components/button.css.scss */
.ui.button.icon_only_button {
  padding: 6px 5px !important;
  color: #ADADB8;
  background-color: white;
  border: 0.75px solid #E6E6EB;
  border-radius: 4px;
}

/* line 142, app/assets/stylesheets/components/button.css.scss */
.ui.button.icon_only_button:hover {
  border-color: #cacad4;
  color: #9292a0;
}

/* line 148, app/assets/stylesheets/components/button.css.scss */
.ui.button i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 155, app/assets/stylesheets/components/button.css.scss */
input.ui.file.input[type=file]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
  background-color: #c6e9f6 !important;
  color: #009ede !important;
}

/* line 161, app/assets/stylesheets/components/button.css.scss */
.custom-white-button {
  border-radius: 4px;
  gap: 8px;
  background: white;
  padding: 6px 12px;
  border: 1px solid #E6E6EB;
  box-shadow: 0px 2px 2px 0px #0000001A;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1C1C29;
  cursor: pointer;
}

/* line 173, app/assets/stylesheets/components/button.css.scss */
.custom-white-button:hover {
  color: #1C1C29;
  box-shadow: 0px 2px 2px 0px #cbd5e0;
}
/* Theme colors */
/* line 4, app/assets/stylesheets/components/certifying_badge.css.scss */
.certifying-badge {
  background-image: url(/assets/trainings/certifying_badge-55790903550c5bde20eea5a1f4303c125458bb24e62cda7a5759b9c932c3321a.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  aspect-ratio: 1 / 1;
}

/* line 10, app/assets/stylesheets/components/certifying_badge.css.scss */
.certifying-badge.with-background {
  border-radius: 3.94px;
  background-color: #EDF5FD;
}

/* line 14, app/assets/stylesheets/components/certifying_badge.css.scss */
.certifying-badge.small {
  height: 28px;
  width: 28px;
  border-radius: 2px;
}

/* line 19, app/assets/stylesheets/components/certifying_badge.css.scss */
.certifying-badge.medium {
  height: 36px;
  width: 36px;
  border-radius: 6px;
}
/* Theme colors */
/*
  Nice checkbox (for now, only used in the training recommendation and assignments modals)
  In Zeplin, please checkout "Modale Assigner Email"
*/
/* line 8, app/assets/stylesheets/components/custom_checkbox.css.scss */
.ui.radio.checkbox input:checked ~ .box:after, .ui.radio.checkbox input:checked ~ label:after {
  background-color: #009ede;
}

/* line 13, app/assets/stylesheets/components/custom_checkbox.css.scss */
.custom-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 2px;
  border: 1px solid #a7b2c4;
  transition: border-color .2s ease-in;
  /* unchecked state */
  /* checked state */
}

/* line 28, app/assets/stylesheets/components/custom_checkbox.css.scss */
.custom-checkbox-label label {
  color: #a7b2c4 !important;
  transition: color .2s ease-in;
}

/* line 31, app/assets/stylesheets/components/custom_checkbox.css.scss */
.custom-checkbox-label label > i.inverted.icon {
  background-color: #a7b2c4 !important;
  transition: background-color .2s ease-in;
}

/* line 39, app/assets/stylesheets/components/custom_checkbox.css.scss */
.custom-checkbox-input label {
  display: none;
}

/* line 45, app/assets/stylesheets/components/custom_checkbox.css.scss */
.custom-checkbox--checked {
  border-color: #009ede;
}

/* line 49, app/assets/stylesheets/components/custom_checkbox.css.scss */
.custom-checkbox--checked .custom-checkbox--checked-label label {
  color: #009ede;
}

/* line 51, app/assets/stylesheets/components/custom_checkbox.css.scss */
.custom-checkbox--checked .custom-checkbox--checked-label label > i.inverted.icon {
  background-color: #009ede !important;
}
/* Theme colors */
/* line 4, app/assets/stylesheets/components/dropdown.css.scss */
.ui.dropdown select[data-use-labels="false"] ~ .menu .item:before {
  content: "";
  display: inline-flex;
  width: 1em;
  height: 1em;
  margin-inline-end: .5em;
  border: 1px solid #d5dce7;
  background: white;
  border-radius: .21428571rem;
  text-align: center;
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/components/dropdown.css.scss */
.ui.dropdown select[data-use-labels="false"] ~ .menu .item.active:before {
  background-color: #009ede;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/components/empty_box.css.scss */
.empty-box.ui.segment {
  width: 50%;
  margin: 2rem auto 0 auto;
}

/* line 7, app/assets/stylesheets/components/empty_box.css.scss */
.empty-box.ui.segment h3.ui.header {
  color: #616161;
}

/* line 11, app/assets/stylesheets/components/empty_box.css.scss */
.empty-box.ui.segment p {
  color: #616161;
}

@media only screen and (max-width: 960px) {
  /* line 19, app/assets/stylesheets/components/empty_box.css.scss */
  .empty-box.ui.segment {
    width: 100%;
    margin: auto;
  }
}
/* Theme colors */
/* line 3, app/assets/stylesheets/components/file_field.css.scss */
.custom_file_field {
  background-color: #f8f9fb;
  border: 1px solid #E6E6EB;
  border-radius: 4px;
  font-family: 'Open Sans';
  font-style: normal;
  color: #ADADB8;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.02em;
}

/* line 8, app/assets/stylesheets/components/file_field.css.scss */
.custom_file_field.semantic_error_red {
  background-color: #fff6f6 !important;
  border-color: #e0b4b4 !important;
  color: #9f3a38 !important;
}

/* line 22, app/assets/stylesheets/components/file_field.css.scss */
.custom_file_field .cursor-pointer {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/components/file_field.css.scss */
.custom_file_field label {
  padding: 10px 14px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/components/icon.css.scss */
i.icon.circle.primary {
  color: #009ede !important;
}

/* line 7, app/assets/stylesheets/components/icon.css.scss */
i.icon.inverted.primary {
  background-color: #009ede !important;
}

/* line 12, app/assets/stylesheets/components/icon.css.scss */
i.icon.redo {
  transform: rotate(45deg) scaleX(-1);
}
/* Theme colors */
/* line 4, app/assets/stylesheets/components/information-banner.css.scss */
.information-banner {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px;
  color: #009EDE;
  background: #F2FAFD;
}

/* line 11, app/assets/stylesheets/components/information-banner.css.scss */
.information-banner span {
  color: #1C1C29;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.02em;
}

/* line 18, app/assets/stylesheets/components/information-banner.css.scss */
.information-banner.success {
  color: #30CB38;
  background: #EBFAEC;
}

/* line 20, app/assets/stylesheets/components/information-banner.css.scss */
.information-banner.success .icon {
  background-color: #30CB38 !important;
}

/* line 23, app/assets/stylesheets/components/information-banner.css.scss */
.information-banner.as-nag {
  background: #F9E0D8;
  color: #E83E33;
}

@media only screen and (max-width: 767px) {
  /* line 4, app/assets/stylesheets/components/information-banner.css.scss */
  .information-banner {
    width: auto;
    margin: 14px 2% auto 2%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 34, app/assets/stylesheets/components/information-banner.css.scss */
  .information-banner.vertical-on-small-screen span {
    flex-direction: column;
    gap: 8px;
  }
  /* line 37, app/assets/stylesheets/components/information-banner.css.scss */
  .information-banner.vertical-on-small-screen span a, .information-banner.vertical-on-small-screen span .button, .information-banner.vertical-on-small-screen span form {
    width: 100%;
  }
  /* line 39, app/assets/stylesheets/components/information-banner.css.scss */
  .information-banner.vertical-on-small-screen span a .button, .information-banner.vertical-on-small-screen span .button .button, .information-banner.vertical-on-small-screen span form .button {
    width: 100%;
    justify-content: center;
  }
}

/* line 44, app/assets/stylesheets/components/information-banner.css.scss */
.information-banner.with-action {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 48, app/assets/stylesheets/components/information-banner.css.scss */
.information-banner.with-action span {
  flex: 2;
  height: inline-block;
}

@media only screen and (max-width: 767px) {
  /* line 52, app/assets/stylesheets/components/information-banner.css.scss */
  .information-banner.with-action.vertical-on-small-screen {
    flex-direction: column;
  }
}
/* Theme colors */
/* line 3, app/assets/stylesheets/components/label.css.scss */
.ui.rounded.label {
  border-radius: 500rem;
  padding: 1em 1.5rem !important;
  line-height: 1em;
  text-align: center;
}

/* line 10, app/assets/stylesheets/components/label.css.scss */
.ui.label.primary {
  background-color: #009ede;
  color: #fff;
}

/* line 15, app/assets/stylesheets/components/label.css.scss */
.ui.label {
  border-radius: 4px;
  border-width: 1px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

/* line 22, app/assets/stylesheets/components/label.css.scss */
.ui.label.icon {
  display: flex !important;
  gap: 0.25rem;
}

/* line 26, app/assets/stylesheets/components/label.css.scss */
.ui.label.icon i {
  margin: 0 !important;
}

/* line 31, app/assets/stylesheets/components/label.css.scss */
.ui.label.blue {
  color: #1C9DDF !important;
  border-color: #CEE5F0 !important;
  background: #F1F8FD !important;
}

/* line 37, app/assets/stylesheets/components/label.css.scss */
.ui.label.green {
  color: #57AA65 !important;
  border-color: #D3EBDD !important;
  background: #EBFAF3 !important;
}

/* line 43, app/assets/stylesheets/components/label.css.scss */
.ui.label.grey {
  color: #585C67 !important;
  border-color: #E7E7E7 !important;
  background: #F9FAFC !important;
}

/* line 49, app/assets/stylesheets/components/label.css.scss */
.ui.label.red {
  color: #D43E46 !important;
  border-color: #E9E1E2 !important;
  background: #FDF5F6 !important;
}

/* line 55, app/assets/stylesheets/components/label.css.scss */
.ui.label.yellow {
  color: #F5BD4F !important;
  border-color: #EAE4D9 !important;
  background: #FEF8ED !important;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/components/modal.css.scss */
.ui.dimmer {
  background-color: rgba(45, 45, 45, 0.8);
  z-index: 2000 !important;
}

/* line 8, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal {
  width: 427px;
  /* Form */
  /* Button */
  /* Accordion */
}

/* line 11, app/assets/stylesheets/components/modal.css.scss */
#light-user-modal.ui.modal.custom-modal {
  width: 510px;
}

/* line 14, app/assets/stylesheets/components/modal.css.scss */
#light-user-modal.ui.modal.custom-modal > .inside-modal {
  padding: 2rem 4rem;
}

/* line 19, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal [data-tooltip]:after {
  white-space: pre !important;
}

/* line 23, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal > .inside-modal {
  padding: 2rem;
}

/* line 27, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal > .close {
  top: 0.5rem;
  inset-inline-end: 0.5rem;
  color: #616161;
  text-shadow: none !important;
}

/* line 34, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal h2 {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
}

/* line 44, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal p {
  text-align: center;
  color: #616161;
  font-size: 1rem;
  line-height: 1.29;
  padding: 0 1.5rem;
}

/* line 53, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .assignment-form h2 {
  text-align: start;
}

/* line 56, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .assignment-form .assigned-resource-name {
  color: #009ede;
  background-color: #F2FAFD;
  padding: 4px 8px 6px 8px;
}

/* line 65, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal label {
  margin-bottom: 0.8rem;
  color: #616161;
  font-weight: normal;
}

/* line 71, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .ui.radio.checkbox label {
  color: #a7b2c4;
}

/* line 76, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .assignment-form label {
  color: #1C1C29;
}

/* line 79, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .assignment-form .ui.radio.checkbox label {
  color: #1C1C29;
}

/* line 84, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .inputs {
  margin-top: 2rem;
}

/* line 88, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .fields-divider {
  text-align: center;
  border-bottom: 1px solid #a7b2c4;
  line-height: 0.1em;
  margin: 1.3rem 0 1.3rem;
}

/* line 94, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .fields-divider span {
  background: #fff;
  padding: 0 1rem;
  color: #a7b2c4;
}

/* line 102, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .assignment-form .fields-divider {
  border-bottom-color: #F2F2F5;
}

/* line 107, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .field.error .help-block {
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  color: #9f3a38;
  font-size: 0.9rem;
}

/* line 117, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .ui.primary.button {
  margin-top: 1.5rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

/* line 124, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .assignment-form .ui.primary.button {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 132, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .ui.styled.accordion {
  border-radius: 0;
  border: none;
  margin-bottom: 2rem;
  box-shadow: none;
}

/* line 138, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .ui.styled.accordion > .title {
  background-color: #f0f2fa;
  color: #2d2d2d;
  padding: 1.2rem 2rem;
  border-top: 0.15rem solid #fff;
}

/* line 144, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .ui.styled.accordion > .title .icon {
  position: absolute;
  inset-inline-end: 1.5rem;
  color: #2d2d2d;
}

/* line 151, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .ui.styled.accordion > .content {
  padding: 0.5rem 2rem 1.5rem;
}

/* line 154, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .ui.styled.accordion > .content > p {
  padding: 0;
  margin: 1rem 0;
  font-size: 0.95rem;
}

/* line 160, app/assets/stylesheets/components/modal.css.scss */
.ui.modal.custom-modal .ui.styled.accordion > .content .inputs {
  margin-top: 0.5rem;
}

/* line 169, app/assets/stylesheets/components/modal.css.scss */
#modal-offer {
  padding: 2rem;
}

/* line 173, app/assets/stylesheets/components/modal.css.scss */
#husbpot-form-modal-content {
  overflow: scroll !important;
  height: 80vh !important;
}
/* Theme colors */
@media only screen and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/components/navbar.css.scss */
  #navbar-top .item.root {
    padding-inline-end: 10px !important;
  }
}

/* line 10, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top {
  box-shadow: unset !important;
  border-bottom: 2px solid #f8f9fb;
  height: 65px;
  margin: 0;
}

/* line 16, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .menu {
  display: flex;
}

/* line 19, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item {
  color: #a7b2c4;
  font-family: 'Open Sans', sans-serif;
}

/* line 23, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item .bell.outline.icon {
  color: #a7b2c4;
}

/* line 27, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.premium {
  background-color: #009ede;
  color: white;
  text-decoration: underline;
}

/* line 34, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.active:not(.dropdown) {
  color: #009ede;
}

/* line 36, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.active:not(.dropdown) .icon {
  color: #009ede;
}

/* line 42, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item:before {
  background: transparent;
}

/* line 46, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item:hover:not(.premium), #navbar-top .item.active {
  background: transparent;
}

/* line 51, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.item-with-border:before {
  background: #f8f9fb;
  width: 2px;
}

/* line 58, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.logo span {
  font-weight: bold;
  color: #009ede;
  font-size: 1.5rem;
}

/* line 65, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.header {
  width: 233px;
  font-size: 16px;
}

/* line 69, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.header .icon {
  color: #3b4b55;
  display: inline;
  margin-inline-end: 0.8rem;
}

/* line 75, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.header span {
  font-weight: bold;
  text-transform: uppercase;
  color: #3b4b55;
  text-align: center;
}

/* line 83, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item form {
  width: 100%;
  height: 100%;
}

/* line 87, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item form #search-input {
  max-width: 550px;
  height: 100%;
  color: #616161;
  background-color: #F2F2F5;
  font-weight: 400;
  border: none;
  border-radius: 6px;
}

/* line 96, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item form #search-input::placeholder {
  color: #616161;
}

/* line 100, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item form #search-input input {
  border: none;
  background-color: inherit;
  color: inherit;
}

/* line 106, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item form #search-input .delete_icon_link {
  display: flex;
  height: 100%;
  align-items: center;
  padding-inline-end: 8px;
}

/* line 112, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item form #search-input .delete_icon_link .delete.icon {
  margin: 0;
}

/* line 117, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item form #search-input button {
  display: inline-block;
  background-color: #009ede;
  margin: 2px;
  padding: 4px !important;
  height: calc(100% - 4px);
  width: auto;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}

/* line 128, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item form #search-input button .icon {
  color: white;
  margin: 0px;
}

/* line 136, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item #suggestions_section {
  display: none;
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 4px 12px 0px rgba(187, 126, 126, 0.08);
  position: absolute;
  top: 3.5rem;
  width: 40rem;
}

/* line 145, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item #suggestions_section #suggestions_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 150, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item #suggestions_section #suggestions_list section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 155, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item #suggestions_section #suggestions_list section h3 {
  color: #83838F;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 166.667% */
  margin-bottom: 0;
  margin-top: 0;
}

/* line 165, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item #suggestions_section #suggestions_list section a {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  width: fit-content;
}

/* line 177, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.ui.dropdown .avatar {
  margin-inline-end: 0.5rem;
}

/* line 181, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.ui.dropdown .current-user-text {
  color: #616161;
  font-weight: normal;
  font-size: 1rem;
}

/* line 186, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.ui.dropdown .current-user-text .avatar {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 192, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.ui.dropdown > .icon {
  margin-inline-start: 0.5rem;
  color: #616161;
  font-size: 0.8rem;
}

/* line 198, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.ui.dropdown .menu {
  box-shadow: 0px 0px 20px 0px rgba(200, 201, 202, 0.7);
  border-color: #f8f9fb;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 204, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.ui.dropdown .menu > .item {
  font-size: 1rem !important;
  color: #a7b2c4 !important;
}

/* line 208, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.ui.dropdown .menu > .item .icon {
  color: #a7b2c4 !important;
}

/* line 213, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .item.ui.dropdown .menu > .divider {
  border-top: 2px solid #f8f9fb;
}

/* line 223, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top .right.menu > .notifications > a {
  font-size: x-large;
  padding-inline-end: 2px;
  cursor: pointer;
}

/* line 231, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top #new-users-flow {
  position: absolute;
  top: 63px;
  width: 100%;
  z-index: 1000;
}

/* line 237, app/assets/stylesheets/components/navbar.css.scss */
#navbar-top #new-users-flow .bar, #navbar-top #new-users-flow .success {
  background-color: #009ede;
}
/* Theme colors */
/* line 5, app/assets/stylesheets/components/notifications.css.scss */
.notifications-title {
  padding: 1rem 0;
  text-align: center;
  color: #616161;
  border-bottom: 1px solid #f0f2fa;
  font-size: 1rem;
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/components/notifications.css.scss */
.notifications-empty {
  text-align: center;
  padding: 1rem 0.833em;
  font-size: 0.9rem;
  font-style: italic;
  color: #a7b2c4;
}

/* line 22, app/assets/stylesheets/components/notifications.css.scss */
.notifications .notification {
  padding: 1rem 0.833em;
  border-bottom: 1px solid #f0f2fa;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 29, app/assets/stylesheets/components/notifications.css.scss */
.notifications .notification-body {
  padding: 0 0.5rem;
  font-size: 0.9rem;
  color: #a7b2c4;
}

/* line 34, app/assets/stylesheets/components/notifications.css.scss */
.notifications .notification-body a {
  color: #009ede;
  text-decoration: underline;
}

/* line 41, app/assets/stylesheets/components/notifications.css.scss */
.notifications .notification:last-child {
  border-bottom: 0 !important;
}
/* line 2, app/assets/stylesheets/components/pagination.css.scss */
.pagination i.icon {
  margin-inline-end: 0 !important;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/components/popup.css.scss */
.ui.popup {
  border: none;
  box-shadow: 0 0 20px 0 rgba(210, 211, 212, 0.5);
}

/* line 7, app/assets/stylesheets/components/popup.css.scss */
.ui.popup a {
  color: #616161;
}

/* line 10, app/assets/stylesheets/components/popup.css.scss */
.ui.popup a:hover {
  color: #009ede;
}

/* line 15, app/assets/stylesheets/components/popup.css.scss */
.ui.popup--no-padding {
  padding: 0;
}

/* line 19, app/assets/stylesheets/components/popup.css.scss */
.ui.popup--big {
  max-width: 24rem;
  width: 20rem;
}

/* line 25, app/assets/stylesheets/components/popup.css.scss */
.ui.left.center.popup:before {
  box-shadow: 1px -1px 0px 0px #fff;
}

/* line 29, app/assets/stylesheets/components/popup.css.scss */
.ui.bottom.center.popup:before {
  box-shadow: -1px -1px 0px 0px #fff;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/components/search-bar.css.scss */
.ui.card.search-bar {
  padding: 1.5rem 1rem;
  width: 100%;
}

/* line 7, app/assets/stylesheets/components/search-bar.css.scss */
.ui.card.search-bar .ui.input {
  display: block;
  width: 100%;
}

/* line 11, app/assets/stylesheets/components/search-bar.css.scss */
.ui.card.search-bar .ui.input > input {
  width: 100%;
  border: none;
  font-size: 1.2rem;
  padding-inline-start: 4rem !important;
}

/* line 17, app/assets/stylesheets/components/search-bar.css.scss */
.ui.card.search-bar .ui.input > input::placeholder {
  color: #d5dce7;
}

/* line 23, app/assets/stylesheets/components/search-bar.css.scss */
.ui.card.search-bar .ui.icon.input {
  font-size: 1.5rem;
  color: #a7b2c4;
}
/* line 2, app/assets/stylesheets/components/sidebar.css.scss */
.sidebar .header {
  background-color: #009ede;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  width: 100%;
  padding: 1em 2em 1em 2em;
}

/* line 11, app/assets/stylesheets/components/sidebar.css.scss */
.sidebar .header h3 {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/components/sidebar.css.scss */
.sidebar .header .close-button {
  cursor: pointer;
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 9999px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 25, app/assets/stylesheets/components/sidebar.css.scss */
.sidebar .header .close-button:hover {
  color: #d5dce7;
}

/* line 30, app/assets/stylesheets/components/sidebar.css.scss */
.sidebar .content {
  padding: 2em;
}

/* line 34, app/assets/stylesheets/components/sidebar.css.scss */
.sidebar .content .field label {
  display: block;
  margin: 0 0 0.3rem 0;
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
}

/* line 41, app/assets/stylesheets/components/sidebar.css.scss */
.sidebar .content .field .dropdown {
  width: 100%;
}
/* Theme colors */
/* List of results */
/* line 5, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card {
  width: 100%;
  box-shadow: none;
}

/* line 9, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card table {
  margin: 0;
}

/* line 12, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card table .centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 18, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card table .headers {
  background-color: #f8f9fb;
  color: #83838F;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-inline-start: 10px;
}

/* line 26, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card table .headers th {
  padding-top: 20px !important;
  padding-bottom: 20px;
}

/* line 30, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card table .headers th .sortable {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 40, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card table tbody td .grey_text {
  color: #ADADB8;
}

/* line 44, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card table tbody td .colored_dot_and_name {
  display: flex;
  gap: 2px;
  align-items: center;
  max-width: 250px;
}

/* line 50, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card table tbody td .colored_dot_and_name .icon_tooltip {
  display: flex;
  gap: 2px;
  align-items: center;
}

/* line 57, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card table tbody td .ui.dropdown {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  height: 48px;
  line-height: 1.5;
  margin-inline-end: 8px;
}

/* line 70, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card .content {
  padding: 24px 32px;
}

/* line 74, app/assets/stylesheets/components/table.css.scss */
.ui.card.table-card .pagination {
  margin: 0.5rem 0 1rem;
}

/* line 80, app/assets/stylesheets/components/table.css.scss */
.ui.very.basic.table > thead > tr > th {
  color: #616161;
  vertical-align: middle;
}

/* line 85, app/assets/stylesheets/components/table.css.scss */
.ui.very.basic.table > thead > tr > th:first-child, .ui.very.basic.table > tbody > tr > td:first-child {
  padding-inline-start: 2rem !important;
  padding-inline-end: 0rem !important;
}

/* line 89, app/assets/stylesheets/components/table.css.scss */
.ui.very.basic.table > thead > tr > th:first-child .ui.checkbox, .ui.very.basic.table > tbody > tr > td:first-child .ui.checkbox {
  width: 17px;
  margin: 0 auto;
  position: relative;
  top: 0.2rem;
}

/* Filters (sidebar) */
/* line 101, app/assets/stylesheets/components/table.css.scss */
.table-filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 32px 0px 32px;
  align-items: flex-end;
  padding-bottom: 16px;
  gap: 1em;
}

/* line 110, app/assets/stylesheets/components/table.css.scss */
.table-filters #search_section {
  display: flex;
}

/* line 114, app/assets/stylesheets/components/table.css.scss */
.table-filters #filters_section {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

/* line 121, app/assets/stylesheets/components/table.css.scss */
.table-filters #filters_section .field {
  margin: 0;
  width: 100%;
}

/* line 126, app/assets/stylesheets/components/table.css.scss */
.table-filters #filters_section #advanced-filters {
  cursor: pointer;
  padding-inline-end: 1em;
  min-width: auto;
  color: #009ede;
}

/* Tree of results */
/* line 137, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree {
  border: none;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
}

/* line 142, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree thead, .ui.table.tree tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 148, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree thead > tr > th.checkbox, .ui.table.tree tbody > tr > td.checkbox {
  width: 4rem;
}

/* line 152, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree thead > tr > th.type, .ui.table.tree tbody > tr > td.type {
  width: 8rem;
}

/* line 156, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree thead > tr > th.size, .ui.table.tree tbody > tr > td.size {
  width: 8rem;
}

/* line 160, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree thead > tr > th.actions, .ui.table.tree tbody > tr > td.actions {
  width: 3.5rem;
}

/* line 164, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree thead {
  width: calc(100% - 1rem);
}

/* line 167, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree thead tr > th {
  background: transparent;
  border: none;
  color: #616161;
  font-weight: normal;
  text-align: start;
}

/* line 176, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody, .ui.table.tree tfoot {
  box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5) !important;
  border-radius: 4px;
  background: #fff;
  border-collapse: collapse;
}

/* line 182, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr:first-child td:first-child, .ui.table.tree tfoot tr:first-child td:first-child {
  border-start-start-radius: 4px;
}

/* line 183, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr:first-child td:last-child, .ui.table.tree tfoot tr:first-child td:last-child {
  border-start-end-radius: 4px;
}

/* line 184, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr:last-child td:first-child, .ui.table.tree tfoot tr:last-child td:first-child {
  border-end-start-radius: 4px;
}

/* line 185, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr:last-child td:last-child, .ui.table.tree tfoot tr:last-child td:last-child {
  border-end-end-radius: 4px;
}

/* line 188, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody {
  display: block;
  overflow-y: scroll;
  height: 35rem;
}

/* line 193, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody::-webkit-scrollbar {
  width: 0.4rem;
}

/* line 197, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody::-webkit-scrollbar-thumb {
  background-color: #a7b2c4;
}

/* line 202, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody::-webkit-scrollbar-track {
  background-color: transparent;
}

/* line 207, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr {
  animation: fadein 0.4s linear forwards;
}

/* line 210, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.level-1 > td.name {
  padding-inline-start: 2.5rem;
}

/* line 214, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.level-2 > td.name {
  padding-inline-start: 6.5rem;
}

/* line 218, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.level-2.document > td.name {
  padding-inline-start: 8rem;
}

/* line 222, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.level-3 > td.name {
  padding-inline-start: 10.5rem;
}

/* line 226, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td {
  border: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  vertical-align: center;
}

/* line 232, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td:first-child {
  padding-inline-start: 2rem;
  padding-inline-end: 0rem;
}

/* line 238, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.checkbox .ui.checkbox {
  width: 17px;
}

/* line 244, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.name > div {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* line 250, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.name .icon.caret {
  color: #d5dce7;
  margin-inline-end: 0.25rem;
  font-size: 1.2rem;
  transform-origin: 50% 50%;
  transition-property: transform;
  transition-duration: 0.2s;
}

/* line 259, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.name .folder-icon.folded {
  display: none;
}

/* line 262, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.name .folder-icon.unfolded {
  display: block;
}

/* line 266, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.name .file-icon {
  width: 24px;
}

/* line 270, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.name .file-icon, .ui.table.tree tbody tr > td.name .folder-icon {
  margin-inline-end: 1.25rem;
}

/* line 275, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.type, .ui.table.tree tbody tr > td.size {
  color: #a7b2c4;
}

/* line 280, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.actions .button {
  box-shadow: none;
}

/* line 284, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.actions .custom-popup-wrapper {
  position: relative;
}

/* line 288, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr > td.actions .custom-popup {
  position: absolute;
  inset-inline-end: 0rem;
  top: 2.5rem;
  background: #fff;
  border-radius: 0.3rem;
  margin-inline-end: 50%;
  padding: 2rem 3rem;
  box-shadow: 0 0 1.5rem 0 rgba(210, 211, 212, 0.5);
  z-index: 1999;
}

/* line 303, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.folded .icon.caret {
  transform: rotate(-90deg);
}

/* line 307, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.folded .folder-icon.folded {
  display: block !important;
}

/* line 310, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.folded .folder-icon.unfolded {
  display: none !important;
}

/* line 315, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.filtered {
  display: none;
}

/* line 319, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.hidden--fadeout {
  animation: fadeout 0.2s linear forwards;
}

/* line 324, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.folder > td.name {
  cursor: pointer;
}

/* line 326, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.folder > td.name span.name {
  color: #616161;
  font-weight: 600;
}

/* line 333, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr.document > td.name span.name {
  color: #616161;
}

/* line 339, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr:first-child td {
  padding-top: 2rem;
}

/* line 345, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tbody tr:last-child td {
  padding-bottom: 2rem;
}

/* line 351, app/assets/stylesheets/components/table.css.scss */
.ui.table.tree tfoot.empty > tr > td {
  background: #fff;
}

/* line 356, app/assets/stylesheets/components/table.css.scss */
.table-actions {
  margin-top: 2rem;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Theme colors */
/* line 3, app/assets/stylesheets/components/tab_menu.css.scss */
.tab-menu {
  padding: .5rem;
}

/* line 6, app/assets/stylesheets/components/tab_menu.css.scss */
.tab-menu .ui.tabs.menu {
  margin-bottom: 0;
  height: 1rem;
  background: #F8F8F8;
  border: 4px solid #F8F8F8;
  box-shadow: initial;
}

/* line 13, app/assets/stylesheets/components/tab_menu.css.scss */
.tab-menu .ui.tabs.menu .item {
  background: #F8F8F8;
  color: #6C6C7A;
  border: 1px solid #F8F8F8;
  border-radius: 6px;
}

/* line 19, app/assets/stylesheets/components/tab_menu.css.scss */
.tab-menu .ui.tabs.menu .item:before {
  content: none;
}

/* line 23, app/assets/stylesheets/components/tab_menu.css.scss */
.tab-menu .ui.tabs.menu .item:hover {
  color: #1C1C29;
}

/* line 27, app/assets/stylesheets/components/tab_menu.css.scss */
.tab-menu .ui.tabs.menu .item.active {
  background: white;
  color: initial;
  border: 1px solid #E6E6EB;
  border-radius: 6px;
  box-shadow: 0px 2px 2px 0px #0000001A;
}
/* Theme colors */
/* line 4, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal {
  padding: 24px;
}

@media only screen and (min-width: 768px) {
  /* line 4, app/assets/stylesheets/components/custom_modal.css.scss */
  .custom-modal {
    min-width: 375px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 4, app/assets/stylesheets/components/custom_modal.css.scss */
  .custom-modal {
    bottom: 0;
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

/* line 17, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__header {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

/* line 21, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__header .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #1C1C29;
}

/* line 28, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__header .subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #83838F;
}

/* line 36, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__rating {
  font-size: 2rem !important;
}

/* line 38, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__rating .star:not(.selected .active) {
  color: white;
  text-shadow: 0 -1px 0 #D3D3DB,-1px 0 0 #D3D3DB,0 1px 0 #D3D3DB,1px 0 0 #D3D3DB;
}

/* line 43, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__comment {
  width: 100%;
  height: 80px;
  border-radius: 6px;
  padding: 16px;
  gap: 24px;
  border: 1px solid #F8F8F8;
  resize: none !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

/* line 54, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__comment::placeholder {
  color: #ADADB8;
}

/* line 58, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__submit.button {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
}

/* line 63, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__submit.button.right-aligned {
  margin-inline: auto 0;
}

/* line 68, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__cancel {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -2%;
  color: #6C6C7A;
  border: none;
  background: none;
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: end;
}

@media only screen and (min-width: 768px) {
  /* line 79, app/assets/stylesheets/components/custom_modal.css.scss */
  .custom-modal__actions {
    flex-direction: row-reverse;
  }
}

/* line 89, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .field {
  margin-bottom: 20px !important;
}

/* line 93, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .fields.no-wrap {
  flex-wrap: nowrap;
}

/* line 97, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .field.centered {
  text-align: center;
}

/* line 100, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .help-block {
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  color: #9f3a38;
  font-size: 0.9rem;
  justify-self: flex-end;
}

/* line 110, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .ui.right.labeled.input.error-under {
  display: grid;
  column-gap: -10px;
  grid-template-columns: 85% 15%;
  grid-template-rows: auto;
  grid-template-areas: "input label" "error error";
}

/* line 118, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .ui.right.labeled.input.error-under input {
  grid-area: input;
  width: 100%;
}

/* line 119, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .ui.right.labeled.input.error-under .ui.label {
  grid-area: label;
}

/* line 120, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .ui.right.labeled.input.error-under .help-block {
  grid-area: error;
}

/* line 122, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .ui.right.labeled.input.no-separator > .label {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 130, app/assets/stylesheets/components/custom_modal.css.scss */
.custom-modal .field.error .ui.label {
  background-color: #fff6f6 !important;
}
@charset "UTF-8";
/* Theme colors */
/* line 3, app/assets/stylesheets/components/user_card.css.scss */
.user-card {
  display: flex;
  flex-direction: column;
  padding: 24px !important;
  border-radius: 8px;
  margin-top: 24px !important;
  background-color: white;
  gap: 16px;
}

/* line 12, app/assets/stylesheets/components/user_card.css.scss */
.user-card .profil-and-actions {
  display: flex;
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/components/user_card.css.scss */
.user-card .profil-and-actions .profil {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 24px;
}

/* line 23, app/assets/stylesheets/components/user_card.css.scss */
.user-card .profil-and-actions .profil .photo img {
  height: 80px;
  width: 80px;
  border-radius: 9999px;
}

/* line 30, app/assets/stylesheets/components/user_card.css.scss */
.user-card .profil-and-actions .profil .name-and-tags {
  display: flex;
  flex-direction: column;
  gap: 4px;
  letter-spacing: -2%;
}

/* line 35, app/assets/stylesheets/components/user_card.css.scss */
.user-card .profil-and-actions .profil .name-and-tags .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

/* line 40, app/assets/stylesheets/components/user_card.css.scss */
.user-card .profil-and-actions .profil .name-and-tags .position {
  font-weight: normal;
  color: #616161;
}

/* line 45, app/assets/stylesheets/components/user_card.css.scss */
.user-card .profil-and-actions .profil .name-and-tags .tags .tag {
  color: #565666;
  width: fit-content;
  border: 1px solid #E6E6EB;
  border-radius: 4px;
  padding: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
}

/* line 56, app/assets/stylesheets/components/user_card.css.scss */
.user-card .profil-and-actions .profil .name-and-tags .tags .trainer.tag::before {
  content: "●";
  color: #ED6B8B;
  font-size: 20px;
  padding-bottom: 5px;
  vertical-align: middle;
}

/* line 67, app/assets/stylesheets/components/user_card.css.scss */
.user-card .metrics {
  padding: 0;
}
/* Theme colors */
/* line 7, app/assets/stylesheets/after_signup.css.scss */
body .ui.two.column.grid.after_signup.full-page {
  height: 100%;
}

/* line 10, app/assets/stylesheets/after_signup.css.scss */
body .ui.two.column.grid.after_signup.full-page .ten.wide.column {
  background-color: #f8f9fb;
}

/* line 13, app/assets/stylesheets/after_signup.css.scss */
body .ui.two.column.grid.after_signup.full-page .six.wide.column {
  background-color: #617b8e;
}

/* line 18, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal {
  background-color: rgba(0, 0, 0, 0);
}

/* line 21, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .wizard_progress {
  margin-top: 32.500px;
}

/* line 25, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 32, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .content .wizard_body p {
  color: #616161;
}

/* line 35, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .content .wizard_body .text_centered {
  text-align: center;
}

/* line 41, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .content form .field {
  margin-bottom: 30px;
}

/* line 44, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .content form .field label {
  color: #616161;
  margin-bottom: 10px;
  text-align: start;
}

/* line 51, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .content form .help-block {
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  color: #9f3a38;
  font-size: 0.9rem;
}

/* line 61, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .step_circle {
  margin-bottom: 60px !important;
}

/* line 63, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .step_circle.number {
  font-size: large;
}

/* line 68, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .step_circle_labels .step_circle_label {
  position: absolute;
  inset-inline-start: 4.5rem;
  font-size: medium;
  white-space: nowrap;
}

/* line 73, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .step_circle_labels .step_circle_label.white {
  color: white;
}

/* line 76, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .step_circle_labels .step_circle_label.grey {
  color: rgba(255, 255, 255, 0.5);
}

/* line 81, app/assets/stylesheets/after_signup.css.scss */
body #after-signup-modal .actions {
  background-color: white;
}

@media screen and (max-width: 442px) {
  /* line 91, app/assets/stylesheets/after_signup.css.scss */
  body .ui.two.column.grid.after_signup.full-page {
    display: none;
  }
  /* line 95, app/assets/stylesheets/after_signup.css.scss */
  body #after-signup-modal {
    position: relative;
  }
  /* line 98, app/assets/stylesheets/after_signup.css.scss */
  body #after-signup-modal .ui.modal.small {
    background-color: #f8f9fb;
    height: -webkit-fill-available;
    width: 100%;
    box-shadow: none;
  }
  /* line 106, app/assets/stylesheets/after_signup.css.scss */
  body #after-signup-modal .ui.modal.small .ui.centered.grid .left-of-modal, body #after-signup-modal .ui.modal.small .ui.centered.grid .step_circle_labels {
    display: none;
  }
  /* line 110, app/assets/stylesheets/after_signup.css.scss */
  body #after-signup-modal .ui.modal.small .ui.centered.grid .content .column.fourteen {
    width: 100% !important;
  }
  /* line 115, app/assets/stylesheets/after_signup.css.scss */
  body #after-signup-modal .ui.modal.small .actions {
    background-color: #f8f9fb;
  }
}
/* Theme colors */
/* line 3, app/assets/stylesheets/answers.scss */
.answers {
  margin-top: 1rem;
}

/* line 7, app/assets/stylesheets/answers.scss */
.answers .capsule.good .ui.icon {
  background-color: #56c659 !important;
}

/* line 10, app/assets/stylesheets/answers.scss */
.answers .capsule.good > span {
  color: #56c659;
}

/* line 15, app/assets/stylesheets/answers.scss */
.answers .capsule.wrong .ui.icon {
  background-color: #febc65 !important;
}

/* line 18, app/assets/stylesheets/answers.scss */
.answers .capsule.wrong > span {
  color: #febc65;
}

/* line 23, app/assets/stylesheets/answers.scss */
.answers .question {
  margin-top: 3rem;
}

/* line 25, app/assets/stylesheets/answers.scss */
.answers .question .ui.notification {
  color: white;
}

/* line 28, app/assets/stylesheets/answers.scss */
.answers .question.failure .ui.notification {
  background-color: #febc65;
}

/* line 29, app/assets/stylesheets/answers.scss */
.answers .question.failure .choice.answered {
  color: #009ede;
}

/* line 32, app/assets/stylesheets/answers.scss */
.answers .question.success .ui.notification {
  background-color: #56c659;
}

/* line 33, app/assets/stylesheets/answers.scss */
.answers .question.success .choice.answered {
  color: #558e55;
}

@media only screen and (max-width: 767px) {
  /* line 39, app/assets/stylesheets/answers.scss */
  .evaluation .content {
    width: 100% !important;
    font-size: 1rem !important;
  }
  /* line 44, app/assets/stylesheets/answers.scss */
  .answers h2 {
    font-size: 1.5rem !important;
  }
  /* line 48, app/assets/stylesheets/answers.scss */
  .answers .question h3 {
    font-size: 1.1rem;
  }
  /* line 51, app/assets/stylesheets/answers.scss */
  .answers .question .notification {
    padding: 1.1rem;
  }
  /* line 54, app/assets/stylesheets/answers.scss */
  .answers .question .header {
    font-size: 1rem;
  }
}
/* Theme colors */
/* line 3, app/assets/stylesheets/badges.css.scss */
img.badge {
  width: 80px;
}

/* line 8, app/assets/stylesheets/badges.css.scss */
.unachieved {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: opacity(20%) grayscale(100%);
}

/* line 13, app/assets/stylesheets/badges.css.scss */
.ui.four.cards > .card.provider {
  text-align: center;
  align-items: center;
  box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
}

/* line 17, app/assets/stylesheets/badges.css.scss */
.ui.four.cards > .card.provider img {
  width: 80%;
  margin: 2rem 2rem 0rem 2rem;
}

/* line 21, app/assets/stylesheets/badges.css.scss */
.ui.four.cards > .card.provider .ui.bottom.attached.button {
  margin-top: 1rem;
  background-color: #f8f9fb;
  border-top: rgba(34, 36, 38, 0.08) 1px solid;
  width: calc(100%);
  box-shadow: none !important;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/catalogue.css.scss */
.catalog-see-all {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #009ede;
  border: 2px solid #009ede !important;
  min-width: 230px;
  max-width: 300px !important;
  border-radius: 8px !important;
  min-height: 10em !important;
}

/* line 15, app/assets/stylesheets/catalogue.css.scss */
.catalog-see-all svg {
  fill: #009ede;
}

/* line 18, app/assets/stylesheets/catalogue.css.scss */
.catalog-see-all h4 {
  text-align: center;
}

/* line 20, app/assets/stylesheets/catalogue.css.scss */
.catalog-see-all:hover svg {
  fill: #1e70bf;
}

/* line 26, app/assets/stylesheets/catalogue.css.scss */
.header_filters_sections {
  background-color: white;
  padding: 24px;
  margin-top: 24px;
  border-radius: 8px;
}

/* line 32, app/assets/stylesheets/catalogue.css.scss */
.header_filters_sections .header_and_catalogue_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

/* line 38, app/assets/stylesheets/catalogue.css.scss */
.header_filters_sections .header_and_catalogue_button h2 {
  padding-top: 0 !important;
  margin-bottom: 0;
}

/* line 43, app/assets/stylesheets/catalogue.css.scss */
.header_filters_sections .header_and_catalogue_button .icon.button {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #F2FAFD;
  color: #009ede;
  border: 1px solid #009ede;
  padding: 0.5rem 8px !important;
  font-weight: 600;
  font-style: normal;
  font-family: 'Open Sans';
  letter-spacing: -0.02em;
}

/* line 56, app/assets/stylesheets/catalogue.css.scss */
.header_filters_sections .header_and_catalogue_button .icon.button p {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0px;
}

/* line 66, app/assets/stylesheets/catalogue.css.scss */
#cataloguesearch {
  margin-top: 14px;
}

/* line 70, app/assets/stylesheets/catalogue.css.scss */
.count_medal {
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: #6C6C7A;
  border-radius: 9999px;
  color: white;
  aspect-ratio: 1;
  padding-inline-start: 8px;
  padding-inline-end: 8px;
}

/* line 82, app/assets/stylesheets/catalogue.css.scss */
.catalog_section_header {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* line 87, app/assets/stylesheets/catalogue.css.scss */
.catalog_section_header h3 {
  margin: 0;
}

/* line 93, app/assets/stylesheets/catalogue.css.scss */
.trainings .header {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 96, app/assets/stylesheets/catalogue.css.scss */
.trainings .header h3 {
  margin: 0;
}

/* line 100, app/assets/stylesheets/catalogue.css.scss */
.trainings .ui.cards {
  margin-top: -0.5em;
}

/* line 104, app/assets/stylesheets/catalogue.css.scss */
.trainings .doubling.three.column.row > .column {
  text-align: center;
  padding-inline-start: 0.5rem;
  padding-inline-end: 0.5rem;
}

/* line 112, app/assets/stylesheets/catalogue.css.scss */
.learning_paths .header {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 115, app/assets/stylesheets/catalogue.css.scss */
.learning_paths .header h3 {
  margin: 0;
}

/* line 119, app/assets/stylesheets/catalogue.css.scss */
.learning_paths .ui.cards {
  margin-top: -0.5em;
}

/* line 123, app/assets/stylesheets/catalogue.css.scss */
.learning_paths .doubling.three.column.row > .column {
  text-align: center;
  padding-inline-start: 0.5rem;
  padding-inline-end: 0.5rem;
}

@media only screen and (max-width: 1199px) {
  /* line 131, app/assets/stylesheets/catalogue.css.scss */
  #cataloguefilters .fields {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 136, app/assets/stylesheets/catalogue.css.scss */
  .more {
    padding-top: 10px;
    justify-content: center;
    height: 3rem;
  }
  /* line 140, app/assets/stylesheets/catalogue.css.scss */
  .more input[type=submit] {
    font-size: 18px;
    font-weight: bold;
    color: #616161;
    border: none;
    background: none;
    width: 100%;
  }
  /* line 149, app/assets/stylesheets/catalogue.css.scss */
  .presentation_capsule_tab {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    top: 20px;
  }
  /* line 154, app/assets/stylesheets/catalogue.css.scss */
  .extra {
    display: flex;
    justify-content: space-around;
  }
  /* line 155, app/assets/stylesheets/catalogue.css.scss */
  .extra.mobile.only i {
    font-size: 30px;
  }
  /* line 160, app/assets/stylesheets/catalogue.css.scss */
  .extra .element {
    display: flex;
    flex-direction: column;
  }
  /* line 163, app/assets/stylesheets/catalogue.css.scss */
  .extra .element i {
    font-size: 40px;
  }
}
/* Theme colors */
/* line 5, app/assets/stylesheets/charts.css.scss */
[data-highcharts-chart] .highcharts-credits {
  display: none;
}

/* line 9, app/assets/stylesheets/charts.css.scss */
[data-highcharts-chart] .highcharts-title {
  fill: #ADADB8 !important;
}

/* line 14, app/assets/stylesheets/charts.css.scss */
.charts_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-start: 32px;
  padding-inline-end: 32px;
}

/* line 23, app/assets/stylesheets/charts.css.scss */
.charts_row .chart_border {
  border: 1px solid #F2F2F5;
  border-radius: 4px;
  padding: 1rem;
}

/* line 29, app/assets/stylesheets/charts.css.scss */
.charts_row .users_status_chart {
  width: calc(50% - 2em);
  height: 100%;
  max-height: 250px;
}

/* line 33, app/assets/stylesheets/charts.css.scss */
.charts_row .users_status_chart canvas {
  height: 100% !important;
}

/* line 38, app/assets/stylesheets/charts.css.scss */
.charts_row .users_most_viewed_trainings_chart {
  width: calc(50% - 2em);
}

/* line 41, app/assets/stylesheets/charts.css.scss */
.charts_row .users_most_viewed_trainings_chart .highcharts-container {
  max-height: 250px;
}
/* Theme colors */
/* line 9, app/assets/stylesheets/devise.css.scss */
#main {
  padding-top: 0px !important;
}

/* line 12, app/assets/stylesheets/devise.css.scss */
.ui-header {
  text-align: center;
  margin-bottom: 30px;
}

/* line 17, app/assets/stylesheets/devise.css.scss */
.ui.horizontal.divider.color-bg {
  color: #a7b2c4;
  margin-top: 20px;
  margin-bottom: 17px;
}

/* line 22, app/assets/stylesheets/devise.css.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 25, app/assets/stylesheets/devise.css.scss */
.text-centered {
  text-align: center;
}

/* line 28, app/assets/stylesheets/devise.css.scss */
.ui.huge.inverted.header.watura-header {
  margin-top: 120px;
  font-size: 2em;
}

/* line 32, app/assets/stylesheets/devise.css.scss */
.forgot-password {
  color: #a7b2c4;
}

/* line 35, app/assets/stylesheets/devise.css.scss */
.watura-header-content {
  font-size: 1.7em;
  margin-top: 30px;
  padding-inline-start: 1em;
  padding-inline-end: 1em;
  color: white;
  width: 100%;
  max-width: 500px;
  display: inline-block;
}

/* line 45, app/assets/stylesheets/devise.css.scss */
.wt-medium-text {
  font-size: large;
}

/* line 48, app/assets/stylesheets/devise.css.scss */
.wt-large-text {
  font-size: large;
}

/* line 51, app/assets/stylesheets/devise.css.scss */
.wt-w100 {
  width: 100%;
}

/* line 55, app/assets/stylesheets/devise.css.scss */
.login.left {
  padding-top: 80px !important;
  inset-inline-start: 0;
  z-index: -2;
  text-align: center;
}

/* line 60, app/assets/stylesheets/devise.css.scss */
.login.left .row.wt-row-padding {
  padding-bottom: 0px;
}

/* line 63, app/assets/stylesheets/devise.css.scss */
.login.left:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  opacity: .88;
}

/* line 75, app/assets/stylesheets/devise.css.scss */
.login.right {
  inset-inline-end: 0;
}

/* line 77, app/assets/stylesheets/devise.css.scss */
.login.right .form-container {
  width: 80%;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-top: 165px;
}

/* line 82, app/assets/stylesheets/devise.css.scss */
.login.right .form-container label {
  font-weight: normal;
  color: #a7b2c4;
}

/* line 86, app/assets/stylesheets/devise.css.scss */
.login.right .form-container p.blue-grey {
  color: #a7b2c4;
}

/* line 89, app/assets/stylesheets/devise.css.scss */
.login.right .form-container p.wt-color-dark {
  color: #616161;
}

/* line 93, app/assets/stylesheets/devise.css.scss */
.login.right .form-container.signup {
  margin-top: 75px;
}

/* line 96, app/assets/stylesheets/devise.css.scss */
.login.right .form-container.passw {
  margin-top: 250px;
}

/* line 100, app/assets/stylesheets/devise.css.scss */
.login.full-page {
  height: 100%;
}

/* line 104, app/assets/stylesheets/devise.css.scss */
p.login.top-links {
  margin-inline-end: 27px;
  text-align: end;
  color: #d5dce7;
}

/* line 108, app/assets/stylesheets/devise.css.scss */
p.login.top-links a {
  color: #d5dce7;
}

/* line 111, app/assets/stylesheets/devise.css.scss */
p.login.top-links a.current-page {
  color: #a7b2c4;
}

/* line 115, app/assets/stylesheets/devise.css.scss */
p.signup {
  text-align: center;
  color: #a7b2c4;
}

/* line 119, app/assets/stylesheets/devise.css.scss */
.conditions {
  color: #009ede;
  font-size: small;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 125, app/assets/stylesheets/devise.css.scss */
.devise_links {
  flex-grow: 1;
  text-align: end;
}

/* line 128, app/assets/stylesheets/devise.css.scss */
.devise_links a {
  display: block;
  line-height: 1;
}

/* line 134, app/assets/stylesheets/devise.css.scss */
.bottom_actions {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 141, app/assets/stylesheets/devise.css.scss */
  .login.left {
    background-size: cover !important;
    height: 170px;
  }
  /* line 145, app/assets/stylesheets/devise.css.scss */
  .login.right .form-container {
    margin-top: 0;
  }
  /* line 148, app/assets/stylesheets/devise.css.scss */
  .devise_links {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 152, app/assets/stylesheets/devise.css.scss */
  .login.full-page {
    height: auto;
  }
  /* line 155, app/assets/stylesheets/devise.css.scss */
  .bottom_actions {
    flex-direction: column;
  }
}

/* line 163, app/assets/stylesheets/devise.css.scss */
#sign_up_success h1 {
  color: #2d2d2d;
  padding-top: 30px;
  margin-bottom: 30px;
}

/* line 168, app/assets/stylesheets/devise.css.scss */
#sign_up_success i.ui.check.icon {
  color: #5BDAAA;
}

/* line 171, app/assets/stylesheets/devise.css.scss */
#sign_up_success p {
  color: #616161;
}
@font-face {
  font-family: central-icons;
  src: url(/themes/default/assets/fonts/Central-Icon.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}

i.central.icon {
  font-family: central-icons;
}

i.icon-d-sphere-filled-off.central.icon::before { content: "\e900"; }
i.icon-d-sphere-filled-on.central.icon::before { content: "\e901"; }
i.icon-k-filled-off.central.icon::before { content: "\e902"; }
i.icon-k-filled-on.central.icon::before { content: "\e903"; }
i.icon-add-to-basket-2-filled-off.central.icon::before { content: "\e904"; }
i.icon-add-to-basket-2-filled-on.central.icon::before { content: "\e905"; }
i.icon-add-to-basket-filled-off.central.icon::before { content: "\e906"; }
i.icon-add-to-basket-filled-on.central.icon::before { content: "\e907"; }
i.icon-adjust-photo.central.icon::before { content: "\e908"; }
i.icon-tuning.central.icon::before { content: "\e908"; }
i.icon-settings-filled-off.central.icon::before { content: "\e908"; }
i.icon-adjust-photo1.central.icon::before { content: "\e909"; }
i.icon-tuning1.central.icon::before { content: "\e909"; }
i.icon-settings-filled-on.central.icon::before { content: "\e909"; }
i.icon-airdrop-2.central.icon::before { content: "\e90a"; }
i.icon-free.central.icon::before { content: "\e90a"; }
i.icon-drop2.central.icon::before { content: "\e90a"; }
i.icon-parachute-filled-off.central.icon::before { content: "\e90a"; }
i.icon-airdrop-21.central.icon::before { content: "\e90b"; }
i.icon-free1.central.icon::before { content: "\e90b"; }
i.icon-drop3.central.icon::before { content: "\e90b"; }
i.icon-parachute-filled-on.central.icon::before { content: "\e90b"; }
i.icon-airdrop.central.icon::before { content: "\e90c"; }
i.icon-file-sharing.central.icon::before { content: "\e90c"; }
i.icon-radar-filled-off.central.icon::before { content: "\e90c"; }
i.icon-airdrop1.central.icon::before { content: "\e90d"; }
i.icon-file-sharing1.central.icon::before { content: "\e90d"; }
i.icon-radar-filled-on.central.icon::before { content: "\e90d"; }
i.icon-airplane-down.central.icon::before { content: "\e90e"; }
i.icon-landing-filled-off.central.icon::before { content: "\e90e"; }
i.icon-airplane-down1.central.icon::before { content: "\e90f"; }
i.icon-landing-filled-on.central.icon::before { content: "\e90f"; }
i.icon-airplane-up.central.icon::before { content: "\e910"; }
i.icon-takeoff-filled-off.central.icon::before { content: "\e910"; }
i.icon-airplane-up1.central.icon::before { content: "\e911"; }
i.icon-takeoff-filled-on.central.icon::before { content: "\e911"; }
i.icon-airplane.central.icon::before { content: "\e912"; }
i.icon-flight-filled-off.central.icon::before { content: "\e912"; }
i.icon-airplane1.central.icon::before { content: "\e913"; }
i.icon-flight-filled-on.central.icon::before { content: "\e913"; }
i.icon-airplay-filled-off.central.icon::before { content: "\e914"; }
i.icon-airplay-filled-on.central.icon::before { content: "\e915"; }
i.icon-airpod-case.central.icon::before { content: "\e916"; }
i.icon-airpods-filled-off.central.icon::before { content: "\e916"; }
i.icon-airpod-case1.central.icon::before { content: "\e917"; }
i.icon-airpods-filled-on.central.icon::before { content: "\e917"; }
i.icon-albums1.central.icon::before { content: "\e918"; }
i.icon-cover-filled-off1.central.icon::before { content: "\e918"; }
i.icon-albums.central.icon::before { content: "\e919"; }
i.icon-cover-filled-on.central.icon::before { content: "\e919"; }
i.icon-alien-filled-off.central.icon::before { content: "\e91a"; }
i.icon-alien-filled-on.central.icon::before { content: "\e91b"; }
i.icon-align-horizontal-center.central.icon::before { content: "\e91c"; }
i.icon-alignment-filled-off.central.icon::before { content: "\e91c"; }
i.icon-align-horizontal-center1.central.icon::before { content: "\e91d"; }
i.icon-alignment-filled-on.central.icon::before { content: "\e91d"; }
i.icon-align-vertical-center.central.icon::before { content: "\e91e"; }
i.icon-alignment-filled-off1.central.icon::before { content: "\e91e"; }
i.icon-align-vertical-center1.central.icon::before { content: "\e91f"; }
i.icon-alignment-filled-on1.central.icon::before { content: "\e91f"; }
i.icon-alignment-center-filled-off.central.icon::before { content: "\e920"; }
i.icon-alignment-center-filled-on.central.icon::before { content: "\e921"; }
i.icon-alignment-justify-filled-off.central.icon::before { content: "\e922"; }
i.icon-alignment-justify-filled-on.central.icon::before { content: "\e923"; }
i.icon-alignment-left-bar-filled-off.central.icon::before { content: "\e924"; }
i.icon-alignment-left-bar-filled-on.central.icon::before { content: "\e925"; }
i.icon-alignment-left-filled-off.central.icon::before { content: "\e926"; }
i.icon-alignment-left-filled-on.central.icon::before { content: "\e927"; }
i.icon-alignment-right-filled-off.central.icon::before { content: "\e928"; }
i.icon-alignment-right-filled-on.central.icon::before { content: "\e929"; }
i.icon-alpha-filled-off.central.icon::before { content: "\e92a"; }
i.icon-alpha-filled-on.central.icon::before { content: "\e92b"; }
i.icon-alt-filled-off.central.icon::before { content: "\e92c"; }
i.icon-alt-filled-on.central.icon::before { content: "\e92d"; }
i.icon-american-football.central.icon::before { content: "\e92e"; }
i.icon-nfl-filled-off.central.icon::before { content: "\e92e"; }
i.icon-american-football1.central.icon::before { content: "\e92f"; }
i.icon-nfl-filled-on.central.icon::before { content: "\e92f"; }
i.icon-analytics1.central.icon::before { content: "\e930"; }
i.icon-analysis-filled-off.central.icon::before { content: "\e930"; }
i.icon-analytics.central.icon::before { content: "\e931"; }
i.icon-analysis-filled-on.central.icon::before { content: "\e931"; }
i.icon-anchor-1.central.icon::before { content: "\e932"; }
i.icon-link-filled-off.central.icon::before { content: "\e932"; }
i.icon-anchor-11.central.icon::before { content: "\e933"; }
i.icon-link-filled-on.central.icon::before { content: "\e933"; }
i.icon-anchor-2.central.icon::before { content: "\e934"; }
i.icon-link-filled-off1.central.icon::before { content: "\e934"; }
i.icon-anchor-21.central.icon::before { content: "\e935"; }
i.icon-link-filled-on1.central.icon::before { content: "\e935"; }
i.icon-animation-auto-filled-off.central.icon::before { content: "\e936"; }
i.icon-animation-auto-filled-on.central.icon::before { content: "\e937"; }
i.icon-animation-ease-filled-off.central.icon::before { content: "\e938"; }
i.icon-animation-ease-filled-on.central.icon::before { content: "\e939"; }
i.icon-animation-ease-in-filled-off.central.icon::before { content: "\e93a"; }
i.icon-animation-ease-in-filled-on.central.icon::before { content: "\e93b"; }
i.icon-animation-ease-out-filled-off.central.icon::before { content: "\e93c"; }
i.icon-animation-ease-out-filled-on.central.icon::before { content: "\e93d"; }
i.icon-animation-elastic.central.icon::before { content: "\e93e"; }
i.icon-bezier-curves-filled-off.central.icon::before { content: "\e93e"; }
i.icon-animation-elastic1.central.icon::before { content: "\e93f"; }
i.icon-bezier-curves-filled-on.central.icon::before { content: "\e93f"; }
i.icon-animation-filled-off.central.icon::before { content: "\e940"; }
i.icon-animation-filled-on.central.icon::before { content: "\e941"; }
i.icon-animation-linear-filled-off.central.icon::before { content: "\e942"; }
i.icon-animation-linear-filled-on.central.icon::before { content: "\e943"; }
i.icon-animation-none-filled-off.central.icon::before { content: "\e944"; }
i.icon-animation-none-filled-on.central.icon::before { content: "\e945"; }
i.icon-animation-overshoot-filled-off.central.icon::before { content: "\e946"; }
i.icon-animation-overshoot-filled-on.central.icon::before { content: "\e947"; }
i.icon-animation-undershoot-filled-off.central.icon::before { content: "\e948"; }
i.icon-animation-undershoot-filled-on.central.icon::before { content: "\e949"; }
i.icon-anonymous1.central.icon::before { content: "\e94a"; }
i.icon-anonym1.central.icon::before { content: "\e94a"; }
i.icon-hidden-filled-off1.central.icon::before { content: "\e94a"; }
i.icon-anonymous.central.icon::before { content: "\e94b"; }
i.icon-anonym.central.icon::before { content: "\e94b"; }
i.icon-hidden-filled-on.central.icon::before { content: "\e94b"; }
i.icon-api-aggregate-filled-off.central.icon::before { content: "\e94c"; }
i.icon-api-aggregate-filled-on.central.icon::before { content: "\e94d"; }
i.icon-api-connection-filled-off.central.icon::before { content: "\e94e"; }
i.icon-api-connection-filled-on.central.icon::before { content: "\e94f"; }
i.icon-apple-intelligence-icon.central.icon::before { content: "\e950"; }
i.icon-ai.central.icon::before { content: "\e950"; }
i.icon-tools-filled-off.central.icon::before { content: "\e950"; }
i.icon-apple-intelligence-icon1.central.icon::before { content: "\e951"; }
i.icon-ai1.central.icon::before { content: "\e951"; }
i.icon-tools-filled-on.central.icon::before { content: "\e951"; }
i.icon-apple-newton.central.icon::before { content: "\e952"; }
i.icon-low-hanging-fruits.central.icon::before { content: "\e952"; }
i.icon-fall-filled-off.central.icon::before { content: "\e952"; }
i.icon-apple-newton1.central.icon::before { content: "\e953"; }
i.icon-low-hanging-fruits1.central.icon::before { content: "\e953"; }
i.icon-fall-filled-on.central.icon::before { content: "\e953"; }
i.icon-apples.central.icon::before { content: "\e954"; }
i.icon-fruit-filled-off.central.icon::before { content: "\e954"; }
i.icon-apples1.central.icon::before { content: "\e955"; }
i.icon-fruit-filled-on.central.icon::before { content: "\e955"; }
i.icon-ar-cube-1-filled-off.central.icon::before { content: "\e956"; }
i.icon-ar-cube-1-filled-on.central.icon::before { content: "\e957"; }
i.icon-ar-cube-2-filled-off.central.icon::before { content: "\e958"; }
i.icon-ar-cube-2-filled-on.central.icon::before { content: "\e959"; }
i.icon-ar-cube-3-filled-off.central.icon::before { content: "\e95a"; }
i.icon-ar-cube-3-filled-on.central.icon::before { content: "\e95b"; }
i.icon-ar-scan-cube-1-filled-off.central.icon::before { content: "\e95c"; }
i.icon-ar-scan-cube-1-filled-on.central.icon::before { content: "\e95d"; }
i.icon-ar-scan-cube-2-filled-off.central.icon::before { content: "\e95e"; }
i.icon-ar-scan-cube-2-filled-on.central.icon::before { content: "\e95f"; }
i.icon-ar.central.icon::before { content: "\e960"; }
i.icon-augmented-reality.central.icon::before { content: "\e960"; }
i.icon-card-box.central.icon::before { content: "\e960"; }
i.icon-3d.central.icon::before { content: "\e960"; }
i.icon-virtual-reality.central.icon::before { content: "\e960"; }
i.icon-VR-filled-off.central.icon::before { content: "\e960"; }
i.icon-ar1.central.icon::before { content: "\e961"; }
i.icon-augmented-reality1.central.icon::before { content: "\e961"; }
i.icon-card-box1.central.icon::before { content: "\e961"; }
i.icon-3d1.central.icon::before { content: "\e961"; }
i.icon-virtual-reality1.central.icon::before { content: "\e961"; }
i.icon-VR-filled-on.central.icon::before { content: "\e961"; }
i.icon-archive-11.central.icon::before { content: "\e962"; }
i.icon-inbox5.central.icon::before { content: "\e962"; }
i.icon-file-filled-off2.central.icon::before { content: "\e962"; }
i.icon-archive-1.central.icon::before { content: "\e963"; }
i.icon-inbox4.central.icon::before { content: "\e963"; }
i.icon-file-filled-on2.central.icon::before { content: "\e963"; }
i.icon-archive.central.icon::before { content: "\e964"; }
i.icon-folder.central.icon::before { content: "\e964"; }
i.icon-box-filled-off.central.icon::before { content: "\e964"; }
i.icon-archive1.central.icon::before { content: "\e965"; }
i.icon-folder1.central.icon::before { content: "\e965"; }
i.icon-box-filled-on.central.icon::before { content: "\e965"; }
i.icon-armchair.central.icon::before { content: "\e966"; }
i.icon-seat.central.icon::before { content: "\e966"; }
i.icon-chill-filled-off.central.icon::before { content: "\e966"; }
i.icon-armchair1.central.icon::before { content: "\e967"; }
i.icon-seat1.central.icon::before { content: "\e967"; }
i.icon-chill-filled-on.central.icon::before { content: "\e967"; }
i.icon-around.central.icon::before { content: "\e968"; }
i.icon-spatial-filled-off.central.icon::before { content: "\e968"; }
i.icon-around1.central.icon::before { content: "\e969"; }
i.icon-spatial-filled-on.central.icon::before { content: "\e969"; }
i.icon-arrow-bottom-top.central.icon::before { content: "\e96a"; }
i.icon-sort-2.central.icon::before { content: "\e96a"; }
i.icon-switch-vertical-filled-off.central.icon::before { content: "\e96a"; }
i.icon-arrow-bottom-top1.central.icon::before { content: "\e96b"; }
i.icon-sort-21.central.icon::before { content: "\e96b"; }
i.icon-switch-vertical-filled-on.central.icon::before { content: "\e96b"; }
i.icon-arrow-box-left.central.icon::before { content: "\e96c"; }
i.icon-logout.central.icon::before { content: "\e96c"; }
i.icon-leave.central.icon::before { content: "\e96c"; }
i.icon-door-filled-off.central.icon::before { content: "\e96c"; }
i.icon-arrow-box-left1.central.icon::before { content: "\e96d"; }
i.icon-logout1.central.icon::before { content: "\e96d"; }
i.icon-leave1.central.icon::before { content: "\e96d"; }
i.icon-door-filled-on.central.icon::before { content: "\e96d"; }
i.icon-arrow-box-right.central.icon::before { content: "\e96e"; }
i.icon-login.central.icon::before { content: "\e96e"; }
i.icon-enter.central.icon::before { content: "\e96e"; }
i.icon-door-filled-off1.central.icon::before { content: "\e96e"; }
i.icon-arrow-box-right1.central.icon::before { content: "\e96f"; }
i.icon-login1.central.icon::before { content: "\e96f"; }
i.icon-enter1.central.icon::before { content: "\e96f"; }
i.icon-door-filled-on1.central.icon::before { content: "\e96f"; }
i.icon-arrow-corner-down-left-filled-off.central.icon::before { content: "\e970"; }
i.icon-arrow-corner-down-left-filled-on.central.icon::before { content: "\e971"; }
i.icon-arrow-corner-down-right-filled-off.central.icon::before { content: "\e972"; }
i.icon-arrow-corner-down-right-filled-on.central.icon::before { content: "\e973"; }
i.icon-arrow-corner-left-down-filled-off.central.icon::before { content: "\e974"; }
i.icon-arrow-corner-left-down-filled-on.central.icon::before { content: "\e975"; }
i.icon-arrow-corner-left-up-filled-off.central.icon::before { content: "\e976"; }
i.icon-arrow-corner-left-up-filled-on.central.icon::before { content: "\e977"; }
i.icon-arrow-corner-right-down-filled-off.central.icon::before { content: "\e978"; }
i.icon-arrow-corner-right-down-filled-on.central.icon::before { content: "\e979"; }
i.icon-arrow-corner-right-up-filled-off.central.icon::before { content: "\e97a"; }
i.icon-arrow-corner-right-up-filled-on.central.icon::before { content: "\e97b"; }
i.icon-arrow-corner-up-left-filled-off.central.icon::before { content: "\e97c"; }
i.icon-arrow-corner-up-left-filled-on.central.icon::before { content: "\e97d"; }
i.icon-arrow-corner-up-right-filled-off.central.icon::before { content: "\e97e"; }
i.icon-arrow-corner-up-right-filled-on.central.icon::before { content: "\e97f"; }
i.icon-arrow-down-circle.central.icon::before { content: "\e980"; }
i.icon-arrow-bottom-filled-off.central.icon::before { content: "\e980"; }
i.icon-arrow-down-circle1.central.icon::before { content: "\e981"; }
i.icon-arrow-bottom-filled-on.central.icon::before { content: "\e981"; }
i.icon-arrow-down-filled-off.central.icon::before { content: "\e982"; }
i.icon-arrow-down-filled-on.central.icon::before { content: "\e983"; }
i.icon-arrow-down-left-filled-off.central.icon::before { content: "\e984"; }
i.icon-arrow-down-left-filled-on.central.icon::before { content: "\e985"; }
i.icon-arrow-down-right-filled-off.central.icon::before { content: "\e986"; }
i.icon-arrow-down-right-filled-on.central.icon::before { content: "\e987"; }
i.icon-arrow-expand-hor-filled-off.central.icon::before { content: "\e988"; }
i.icon-arrow-expand-hor-filled-on.central.icon::before { content: "\e989"; }
i.icon-arrow-expand-ver-filled-off.central.icon::before { content: "\e98a"; }
i.icon-arrow-expand-ver-filled-on.central.icon::before { content: "\e98b"; }
i.icon-arrow-inbox.central.icon::before { content: "\e98c"; }
i.icon-download.central.icon::before { content: "\e98c"; }
i.icon-file.central.icon::before { content: "\e98c"; }
i.icon-down.central.icon::before { content: "\e98c"; }
i.icon-save-filled-off.central.icon::before { content: "\e98c"; }
i.icon-arrow-inbox1.central.icon::before { content: "\e98d"; }
i.icon-download1.central.icon::before { content: "\e98d"; }
i.icon-file1.central.icon::before { content: "\e98d"; }
i.icon-down1.central.icon::before { content: "\e98d"; }
i.icon-save-filled-on.central.icon::before { content: "\e98d"; }
i.icon-arrow-left-circle-filled-off.central.icon::before { content: "\e98e"; }
i.icon-arrow-left-circle-filled-on.central.icon::before { content: "\e98f"; }
i.icon-arrow-left-down-circle-filled-off.central.icon::before { content: "\e990"; }
i.icon-arrow-left-down-circle-filled-on.central.icon::before { content: "\e991"; }
i.icon-arrow-left-filled-off.central.icon::before { content: "\e992"; }
i.icon-arrow-left-filled-on.central.icon::before { content: "\e993"; }
i.icon-arrow-left-right1.central.icon::before { content: "\e994"; }
i.icon-sort-23.central.icon::before { content: "\e994"; }
i.icon-switch-horizonatl-filled-off.central.icon::before { content: "\e994"; }
i.icon-arrow-left-right.central.icon::before { content: "\e995"; }
i.icon-sort-22.central.icon::before { content: "\e995"; }
i.icon-switch-horizonatl-filled-on.central.icon::before { content: "\e995"; }
i.icon-arrow-left-up-circle-filled-off.central.icon::before { content: "\e996"; }
i.icon-arrow-left-up-circle-filled-on.central.icon::before { content: "\e997"; }
i.icon-arrow-left-x.central.icon::before { content: "\e998"; }
i.icon-delete.central.icon::before { content: "\e998"; }
i.icon-remove.central.icon::before { content: "\e998"; }
i.icon-backspace-filled-off.central.icon::before { content: "\e998"; }
i.icon-arrow-left-x1.central.icon::before { content: "\e999"; }
i.icon-delete1.central.icon::before { content: "\e999"; }
i.icon-remove1.central.icon::before { content: "\e999"; }
i.icon-backspace-filled-on.central.icon::before { content: "\e999"; }
i.icon-arrow-out-of-box.central.icon::before { content: "\e99a"; }
i.icon-upload.central.icon::before { content: "\e99a"; }
i.icon-share-filled-off.central.icon::before { content: "\e99a"; }
i.icon-arrow-out-of-box1.central.icon::before { content: "\e99b"; }
i.icon-upload1.central.icon::before { content: "\e99b"; }
i.icon-share-filled-on.central.icon::before { content: "\e99b"; }
i.icon-arrow-path-down-filled-off.central.icon::before { content: "\e99c"; }
i.icon-arrow-path-down-filled-on.central.icon::before { content: "\e99d"; }
i.icon-arrow-path-left-filled-off.central.icon::before { content: "\e99e"; }
i.icon-arrow-path-left-filled-on.central.icon::before { content: "\e99f"; }
i.icon-arrow-path-right-filled-off.central.icon::before { content: "\e9a0"; }
i.icon-arrow-path-right-filled-on.central.icon::before { content: "\e9a1"; }
i.icon-arrow-path-up-filled-off.central.icon::before { content: "\e9a2"; }
i.icon-arrow-path-up-filled-on.central.icon::before { content: "\e9a3"; }
i.icon-arrow-redo-down.central.icon::before { content: "\e9a4"; }
i.icon-forward-filled-off.central.icon::before { content: "\e9a4"; }
i.icon-arrow-redo-down1.central.icon::before { content: "\e9a5"; }
i.icon-forward-filled-on.central.icon::before { content: "\e9a5"; }
i.icon-arrow-redo-up.central.icon::before { content: "\e9a6"; }
i.icon-forward-filled-off1.central.icon::before { content: "\e9a6"; }
i.icon-arrow-redo-up1.central.icon::before { content: "\e9a7"; }
i.icon-forward-filled-on1.central.icon::before { content: "\e9a7"; }
i.icon-arrow-right-circle-filled-off.central.icon::before { content: "\e9a8"; }
i.icon-arrow-right-circle-filled-on.central.icon::before { content: "\e9a9"; }
i.icon-arrow-right-down-circle-filled-off.central.icon::before { content: "\e9aa"; }
i.icon-arrow-right-down-circle-filled-on.central.icon::before { content: "\e9ab"; }
i.icon-arrow-right-filled-off.central.icon::before { content: "\e9ac"; }
i.icon-arrow-right-filled-on.central.icon::before { content: "\e9ad"; }
i.icon-arrow-right-left1.central.icon::before { content: "\e9ae"; }
i.icon-sort-13.central.icon::before { content: "\e9ae"; }
i.icon-switch-horizontal-filled-off.central.icon::before { content: "\e9ae"; }
i.icon-arrow-right-left.central.icon::before { content: "\e9af"; }
i.icon-sort-1.central.icon::before { content: "\e9af"; }
i.icon-switch-horizontal-filled-on.central.icon::before { content: "\e9af"; }
i.icon-arrow-right-up-circle-filled-off.central.icon::before { content: "\e9b0"; }
i.icon-arrow-right-up-circle-filled-on.central.icon::before { content: "\e9b1"; }
i.icon-arrow-rotate-clockwise.central.icon::before { content: "\e9b2"; }
i.icon-rotate-right-filled-off.central.icon::before { content: "\e9b2"; }
i.icon-arrow-rotate-clockwise1.central.icon::before { content: "\e9b3"; }
i.icon-rotate-right-filled-on.central.icon::before { content: "\e9b3"; }
i.icon-arrow-rotate-counter-clockwise.central.icon::before { content: "\e9b4"; }
i.icon-rotate-left-filled-off.central.icon::before { content: "\e9b4"; }
i.icon-arrow-rotate-counter-clockwise1.central.icon::before { content: "\e9b5"; }
i.icon-rotate-left-filled-on.central.icon::before { content: "\e9b5"; }
i.icon-arrow-rotate-left-right.central.icon::before { content: "\e9b6"; }
i.icon-repeat.central.icon::before { content: "\e9b6"; }
i.icon-refresh-filled-off.central.icon::before { content: "\e9b6"; }
i.icon-arrow-rotate-left-right1.central.icon::before { content: "\e9b7"; }
i.icon-repeat1.central.icon::before { content: "\e9b7"; }
i.icon-refresh-filled-on.central.icon::before { content: "\e9b7"; }
i.icon-arrow-rotate-right-left.central.icon::before { content: "\e9b8"; }
i.icon-repeat2.central.icon::before { content: "\e9b8"; }
i.icon-refresh-filled-off1.central.icon::before { content: "\e9b8"; }
i.icon-arrow-rotate-right-left1.central.icon::before { content: "\e9b9"; }
i.icon-repeat3.central.icon::before { content: "\e9b9"; }
i.icon-refresh-filled-on1.central.icon::before { content: "\e9b9"; }
i.icon-arrow-rounded.central.icon::before { content: "\e9ba"; }
i.icon-share.central.icon::before { content: "\e9ba"; }
i.icon-arrow.central.icon::before { content: "\e9ba"; }
i.icon-login-filled-off.central.icon::before { content: "\e9ba"; }
i.icon-arrow-rounded1.central.icon::before { content: "\e9bb"; }
i.icon-share1.central.icon::before { content: "\e9bb"; }
i.icon-arrow1.central.icon::before { content: "\e9bb"; }
i.icon-login-filled-on.central.icon::before { content: "\e9bb"; }
i.icon-arrow-share-left.central.icon::before { content: "\e9bc"; }
i.icon-back.central.icon::before { content: "\e9bc"; }
i.icon-last.central.icon::before { content: "\e9bc"; }
i.icon-reply-filled-off.central.icon::before { content: "\e9bc"; }
i.icon-arrow-share-left1.central.icon::before { content: "\e9bd"; }
i.icon-back1.central.icon::before { content: "\e9bd"; }
i.icon-last1.central.icon::before { content: "\e9bd"; }
i.icon-reply-filled-on.central.icon::before { content: "\e9bd"; }
i.icon-arrow-share-right.central.icon::before { content: "\e9be"; }
i.icon-next.central.icon::before { content: "\e9be"; }
i.icon-forward-filled-off2.central.icon::before { content: "\e9be"; }
i.icon-arrow-share-right1.central.icon::before { content: "\e9bf"; }
i.icon-next1.central.icon::before { content: "\e9bf"; }
i.icon-forward-filled-on2.central.icon::before { content: "\e9bf"; }
i.icon-arrow-split.central.icon::before { content: "\e9c0"; }
i.icon-rules.central.icon::before { content: "\e9c0"; }
i.icon-direction.central.icon::before { content: "\e9c0"; }
i.icon-split-filled-off.central.icon::before { content: "\e9c0"; }
i.icon-arrow-split1.central.icon::before { content: "\e9c1"; }
i.icon-rules1.central.icon::before { content: "\e9c1"; }
i.icon-direction1.central.icon::before { content: "\e9c1"; }
i.icon-split-filled-on.central.icon::before { content: "\e9c1"; }
i.icon-arrow-top-bottom.central.icon::before { content: "\e9c2"; }
i.icon-sort-11.central.icon::before { content: "\e9c2"; }
i.icon-switch-vertical-filled-off1.central.icon::before { content: "\e9c2"; }
i.icon-arrow-top-bottom1.central.icon::before { content: "\e9c3"; }
i.icon-sort-12.central.icon::before { content: "\e9c3"; }
i.icon-switch-vertical-filled-on1.central.icon::before { content: "\e9c3"; }
i.icon-arrow-triangle-bottom-filled-off.central.icon::before { content: "\e9c4"; }
i.icon-arrow-triangle-bottom-filled-on.central.icon::before { content: "\e9c5"; }
i.icon-arrow-triangle-left-filled-off.central.icon::before { content: "\e9c6"; }
i.icon-arrow-triangle-left-filled-on.central.icon::before { content: "\e9c7"; }
i.icon-arrow-triangle-right-filled-off.central.icon::before { content: "\e9c8"; }
i.icon-arrow-triangle-right-filled-on.central.icon::before { content: "\e9c9"; }
i.icon-arrow-triangle-top-filled-off.central.icon::before { content: "\e9ca"; }
i.icon-arrow-triangle-top-filled-on.central.icon::before { content: "\e9cb"; }
i.icon-arrow-undo-down.central.icon::before { content: "\e9cc"; }
i.icon-back2.central.icon::before { content: "\e9cc"; }
i.icon-bottom-filled-off.central.icon::before { content: "\e9cc"; }
i.icon-arrow-undo-down1.central.icon::before { content: "\e9cd"; }
i.icon-back3.central.icon::before { content: "\e9cd"; }
i.icon-bottom-filled-on.central.icon::before { content: "\e9cd"; }
i.icon-arrow-undo-up.central.icon::before { content: "\e9ce"; }
i.icon-back4.central.icon::before { content: "\e9ce"; }
i.icon-top--filled-off.central.icon::before { content: "\e9ce"; }
i.icon-arrow-undo-up1.central.icon::before { content: "\e9cf"; }
i.icon-back5.central.icon::before { content: "\e9cf"; }
i.icon-top--filled-on.central.icon::before { content: "\e9cf"; }
i.icon-arrow-up-circle.central.icon::before { content: "\e9d0"; }
i.icon-arrow-top-filled-off.central.icon::before { content: "\e9d0"; }
i.icon-arrow-up-circle1.central.icon::before { content: "\e9d1"; }
i.icon-arrow-top-filled-on.central.icon::before { content: "\e9d1"; }
i.icon-arrow-up-down-left-right.central.icon::before { content: "\e9d2"; }
i.icon-move-filled-off.central.icon::before { content: "\e9d2"; }
i.icon-arrow-up-down-left-right1.central.icon::before { content: "\e9d3"; }
i.icon-move-filled-on.central.icon::before { content: "\e9d3"; }
i.icon-arrow-up-left-filled-off.central.icon::before { content: "\e9d4"; }
i.icon-arrow-up-left-filled-on.central.icon::before { content: "\e9d5"; }
i.icon-arrow-up-right-filled-off.central.icon::before { content: "\e9d6"; }
i.icon-arrow-up-right-filled-on.central.icon::before { content: "\e9d7"; }
i.icon-arrow-up.central.icon::before { content: "\e9d8"; }
i.icon-arrow-top-filled-off1.central.icon::before { content: "\e9d8"; }
i.icon-arrow-up1.central.icon::before { content: "\e9d9"; }
i.icon-arrow-top-filled-on1.central.icon::before { content: "\e9d9"; }
i.icon-arrow-wall-2-down.central.icon::before { content: "\e9da"; }
i.icon-align-bottom-filled-off.central.icon::before { content: "\e9da"; }
i.icon-arrow-wall-2-down1.central.icon::before { content: "\e9db"; }
i.icon-align-bottom-filled-on.central.icon::before { content: "\e9db"; }
i.icon-arrow-wall-2-left.central.icon::before { content: "\e9dc"; }
i.icon-align-left-filled-off.central.icon::before { content: "\e9dc"; }
i.icon-arrow-wall-2-left1.central.icon::before { content: "\e9dd"; }
i.icon-align-left-filled-on1.central.icon::before { content: "\e9dd"; }
i.icon-arrow-wall-2-right.central.icon::before { content: "\e9de"; }
i.icon-align-right-filled-off1.central.icon::before { content: "\e9de"; }
i.icon-arrow-wall-2-right1.central.icon::before { content: "\e9df"; }
i.icon-align-right-filled-on1.central.icon::before { content: "\e9df"; }
i.icon-arrow-wall-2-up1.central.icon::before { content: "\e9e0"; }
i.icon-align-top-filled-off1.central.icon::before { content: "\e9e0"; }
i.icon-arrow-wall-2-up.central.icon::before { content: "\e9e1"; }
i.icon-align-top-filled-on.central.icon::before { content: "\e9e1"; }
i.icon-arrow-wall-down.central.icon::before { content: "\e9e2"; }
i.icon-align-bottom-filled-off1.central.icon::before { content: "\e9e2"; }
i.icon-arrow-wall-down1.central.icon::before { content: "\e9e3"; }
i.icon-align-bottom-filled-on1.central.icon::before { content: "\e9e3"; }
i.icon-arrow-wall-left.central.icon::before { content: "\e9e4"; }
i.icon-align-left-filled-off1.central.icon::before { content: "\e9e4"; }
i.icon-arrow-wall-left1.central.icon::before { content: "\e9e5"; }
i.icon-align-left-filled-on.central.icon::before { content: "\e9e5"; }
i.icon-arrow-wall-right.central.icon::before { content: "\e9e6"; }
i.icon-align-right-filled-off.central.icon::before { content: "\e9e6"; }
i.icon-arrow-wall-right1.central.icon::before { content: "\e9e7"; }
i.icon-align-right-filled-on.central.icon::before { content: "\e9e7"; }
i.icon-arrow-wall-up.central.icon::before { content: "\e9e8"; }
i.icon-align-top-filled-off.central.icon::before { content: "\e9e8"; }
i.icon-arrow-wall-up1.central.icon::before { content: "\e9e9"; }
i.icon-align-top-filled-on1.central.icon::before { content: "\e9e9"; }
i.icon-arrow2.central.icon::before { content: "\e9ea"; }
i.icon-refresh.central.icon::before { content: "\e9ea"; }
i.icon-renew-filled-off.central.icon::before { content: "\e9ea"; }
i.icon-arrow3.central.icon::before { content: "\e9eb"; }
i.icon-refresh1.central.icon::before { content: "\e9eb"; }
i.icon-renew-filled-on.central.icon::before { content: "\e9eb"; }
i.icon-arrows-all-sides-2.central.icon::before { content: "\e9ec"; }
i.icon-scan.central.icon::before { content: "\e9ec"; }
i.icon-move.central.icon::before { content: "\e9ec"; }
i.icon-focus-filled-off.central.icon::before { content: "\e9ec"; }
i.icon-arrows-all-sides-21.central.icon::before { content: "\e9ed"; }
i.icon-scan1.central.icon::before { content: "\e9ed"; }
i.icon-move1.central.icon::before { content: "\e9ed"; }
i.icon-focus-filled-on.central.icon::before { content: "\e9ed"; }
i.icon-arrows-all-sides.central.icon::before { content: "\e9ee"; }
i.icon-move2.central.icon::before { content: "\e9ee"; }
i.icon-focus-filled-off1.central.icon::before { content: "\e9ee"; }
i.icon-arrows-all-sides1.central.icon::before { content: "\e9ef"; }
i.icon-move3.central.icon::before { content: "\e9ef"; }
i.icon-focus-filled-on1.central.icon::before { content: "\e9ef"; }
i.icon-arrows-repeat-circle.central.icon::before { content: "\e9f0"; }
i.icon-repost-filled-off.central.icon::before { content: "\e9f0"; }
i.icon-arrows-repeat-circle1.central.icon::before { content: "\e9f1"; }
i.icon-repost-filled-on.central.icon::before { content: "\e9f1"; }
i.icon-arrows-repeat-left-right.central.icon::before { content: "\e9f2"; }
i.icon-retweet-filled-off.central.icon::before { content: "\e9f2"; }
i.icon-arrows-repeat-left-right1.central.icon::before { content: "\e9f3"; }
i.icon-retweet-filled-on.central.icon::before { content: "\e9f3"; }
i.icon-arrows-repeat-right-left-off.central.icon::before { content: "\e9f4"; }
i.icon-repost-off-filled-off.central.icon::before { content: "\e9f4"; }
i.icon-arrows-repeat-right-left-off1.central.icon::before { content: "\e9f5"; }
i.icon-repost-off-filled-on.central.icon::before { content: "\e9f5"; }
i.icon-arrows-repeat-right-left.central.icon::before { content: "\e9f6"; }
i.icon-repost-filled-off1.central.icon::before { content: "\e9f6"; }
i.icon-arrows-repeat-right-left1.central.icon::before { content: "\e9f7"; }
i.icon-repost-filled-on1.central.icon::before { content: "\e9f7"; }
i.icon-arrows-repeat.central.icon::before { content: "\e9f8"; }
i.icon-repost-filled-off2.central.icon::before { content: "\e9f8"; }
i.icon-arrows-repeat1.central.icon::before { content: "\e9f9"; }
i.icon-repost-filled-on2.central.icon::before { content: "\e9f9"; }
i.icon-aspect-ratio-1-1.central.icon::before { content: "\e9fa"; }
i.icon-square-filled-off.central.icon::before { content: "\e9fa"; }
i.icon-aspect-ratio-1-11.central.icon::before { content: "\e9fb"; }
i.icon-square-filled-on.central.icon::before { content: "\e9fb"; }
i.icon-aspect-ratio-3-4.central.icon::before { content: "\e9fc"; }
i.icon-portrait-filled-off.central.icon::before { content: "\e9fc"; }
i.icon-aspect-ratio-3-41.central.icon::before { content: "\e9fd"; }
i.icon-portrait-filled-on.central.icon::before { content: "\e9fd"; }
i.icon-aspect-ratio-4-3.central.icon::before { content: "\e9fe"; }
i.icon-landscape-filled-off.central.icon::before { content: "\e9fe"; }
i.icon-aspect-ratio-4-31.central.icon::before { content: "\e9ff"; }
i.icon-landscape-filled-on.central.icon::before { content: "\e9ff"; }
i.icon-aspect-ratio-16-9.central.icon::before { content: "\ea00"; }
i.icon-landscape-filled-off1.central.icon::before { content: "\ea00"; }
i.icon-aspect-ratio-16-91.central.icon::before { content: "\ea01"; }
i.icon-landscape-filled-on1.central.icon::before { content: "\ea01"; }
i.icon-aspect-ratio-21-9.central.icon::before { content: "\ea02"; }
i.icon-wide.central.icon::before { content: "\ea02"; }
i.icon-landscape-filled-off2.central.icon::before { content: "\ea02"; }
i.icon-aspect-ratio-21-91.central.icon::before { content: "\ea03"; }
i.icon-wide1.central.icon::before { content: "\ea03"; }
i.icon-landscape-filled-on2.central.icon::before { content: "\ea03"; }
i.icon-asterisk.central.icon::before { content: "\ea04"; }
i.icon-placeholder-filled-off.central.icon::before { content: "\ea04"; }
i.icon-asterisk1.central.icon::before { content: "\ea05"; }
i.icon-placeholder-filled-on.central.icon::before { content: "\ea05"; }
i.icon-at.central.icon::before { content: "\ea06"; }
i.icon-handle.central.icon::before { content: "\ea06"; }
i.icon--filled-off.central.icon::before { content: "\ea06"; }
i.icon-at1.central.icon::before { content: "\ea07"; }
i.icon-handle1.central.icon::before { content: "\ea07"; }
i.icon--filled-on.central.icon::before { content: "\ea07"; }
i.icon-atom-filled-off.central.icon::before { content: "\ea08"; }
i.icon-atom-filled-on.central.icon::before { content: "\ea09"; }
i.icon-audio.central.icon::before { content: "\ea0a"; }
i.icon-music.central.icon::before { content: "\ea0a"; }
i.icon-playlist.central.icon::before { content: "\ea0a"; }
i.icon-musical-note-filled-off.central.icon::before { content: "\ea0a"; }
i.icon-audio1.central.icon::before { content: "\ea0b"; }
i.icon-music1.central.icon::before { content: "\ea0b"; }
i.icon-playlist1.central.icon::before { content: "\ea0b"; }
i.icon-musical-note-filled-on.central.icon::before { content: "\ea0b"; }
i.icon-auto-correct.central.icon::before { content: "\ea0c"; }
i.icon-autocheck.central.icon::before { content: "\ea0c"; }
i.icon-text-correction-filled-off.central.icon::before { content: "\ea0c"; }
i.icon-auto-correct1.central.icon::before { content: "\ea0d"; }
i.icon-autocheck1.central.icon::before { content: "\ea0d"; }
i.icon-text-correction-filled-on.central.icon::before { content: "\ea0d"; }
i.icon-auto-flash-filled-off.central.icon::before { content: "\ea0e"; }
i.icon-auto-flash-filled-on.central.icon::before { content: "\ea0f"; }
i.icon-auto-size.central.icon::before { content: "\ea10"; }
i.icon-automatic-size.central.icon::before { content: "\ea10"; }
i.icon-page-filled-off.central.icon::before { content: "\ea10"; }
i.icon-auto-size1.central.icon::before { content: "\ea11"; }
i.icon-automatic-size1.central.icon::before { content: "\ea11"; }
i.icon-page-filled-on.central.icon::before { content: "\ea11"; }
i.icon-avocado-filled-off.central.icon::before { content: "\ea12"; }
i.icon-avocado-filled-on.central.icon::before { content: "\ea13"; }
i.icon-back-10s-filled-off.central.icon::before { content: "\ea14"; }
i.icon-back-10s-filled-on.central.icon::before { content: "\ea15"; }
i.icon-back-filled-off.central.icon::before { content: "\ea16"; }
i.icon-back-filled-on.central.icon::before { content: "\ea17"; }
i.icon-backpack.central.icon::before { content: "\ea18"; }
i.icon-travel-filled-off.central.icon::before { content: "\ea18"; }
i.icon-backpack1.central.icon::before { content: "\ea19"; }
i.icon-travel-filled-on.central.icon::before { content: "\ea19"; }
i.icon-backward.central.icon::before { content: "\ea1a"; }
i.icon-delete2.central.icon::before { content: "\ea1a"; }
i.icon-remove2.central.icon::before { content: "\ea1a"; }
i.icon-key-filled-off.central.icon::before { content: "\ea1a"; }
i.icon-backward1.central.icon::before { content: "\ea1b"; }
i.icon-delete3.central.icon::before { content: "\ea1b"; }
i.icon-remove3.central.icon::before { content: "\ea1b"; }
i.icon-key-filled-on.central.icon::before { content: "\ea1b"; }
i.icon-bag-2.central.icon::before { content: "\ea1c"; }
i.icon-luggage.central.icon::before { content: "\ea1c"; }
i.icon-buggage--filled-off.central.icon::before { content: "\ea1c"; }
i.icon-bag-21.central.icon::before { content: "\ea1d"; }
i.icon-luggage1.central.icon::before { content: "\ea1d"; }
i.icon-buggage--filled-on.central.icon::before { content: "\ea1d"; }
i.icon-bag.central.icon::before { content: "\ea1e"; }
i.icon-luggage2.central.icon::before { content: "\ea1e"; }
i.icon-buggage--filled-off1.central.icon::before { content: "\ea1e"; }
i.icon-bag1.central.icon::before { content: "\ea1f"; }
i.icon-luggage3.central.icon::before { content: "\ea1f"; }
i.icon-buggage--filled-on1.central.icon::before { content: "\ea1f"; }
i.icon-balloon.central.icon::before { content: "\ea20"; }
i.icon-birthday-filled-off.central.icon::before { content: "\ea20"; }
i.icon-balloon1.central.icon::before { content: "\ea21"; }
i.icon-birthday-filled-on.central.icon::before { content: "\ea21"; }
i.icon-bank-filled-off.central.icon::before { content: "\ea22"; }
i.icon-bank-filled-on.central.icon::before { content: "\ea23"; }
i.icon-banknote-1.central.icon::before { content: "\ea24"; }
i.icon-money.central.icon::before { content: "\ea24"; }
i.icon-bill-filled-off.central.icon::before { content: "\ea24"; }
i.icon-banknote-11.central.icon::before { content: "\ea25"; }
i.icon-money1.central.icon::before { content: "\ea25"; }
i.icon-bill-filled-on.central.icon::before { content: "\ea25"; }
i.icon-banknote-2.central.icon::before { content: "\ea26"; }
i.icon-money2.central.icon::before { content: "\ea26"; }
i.icon-bill-filled-off1.central.icon::before { content: "\ea26"; }
i.icon-banknote-21.central.icon::before { content: "\ea27"; }
i.icon-money3.central.icon::before { content: "\ea27"; }
i.icon-bill-filled-on1.central.icon::before { content: "\ea27"; }
i.icon-barcode2.central.icon::before { content: "\ea28"; }
i.icon-qr-code2.central.icon::before { content: "\ea28"; }
i.icon-scan-filled-off1.central.icon::before { content: "\ea28"; }
i.icon-barcode3.central.icon::before { content: "\ea29"; }
i.icon-qr-code3.central.icon::before { content: "\ea29"; }
i.icon-scan-filled-on1.central.icon::before { content: "\ea29"; }
i.icon-bars-three-2.central.icon::before { content: "\ea2a"; }
i.icon-menu16.central.icon::before { content: "\ea2a"; }
i.icon-list14.central.icon::before { content: "\ea2a"; }
i.icon-hamburger-filled-off2.central.icon::before { content: "\ea2a"; }
i.icon-bars-three-21.central.icon::before { content: "\ea2b"; }
i.icon-menu17.central.icon::before { content: "\ea2b"; }
i.icon-list15.central.icon::before { content: "\ea2b"; }
i.icon-hamburger-filled-on2.central.icon::before { content: "\ea2b"; }
i.icon-bars-three-3.central.icon::before { content: "\ea2c"; }
i.icon-menu.central.icon::before { content: "\ea2c"; }
i.icon-list.central.icon::before { content: "\ea2c"; }
i.icon-hamburger-filled-off.central.icon::before { content: "\ea2c"; }
i.icon-bars-three-31.central.icon::before { content: "\ea2d"; }
i.icon-menu1.central.icon::before { content: "\ea2d"; }
i.icon-list1.central.icon::before { content: "\ea2d"; }
i.icon-hamburger-filled-on.central.icon::before { content: "\ea2d"; }
i.icon-bars-three.central.icon::before { content: "\ea2e"; }
i.icon-menu2.central.icon::before { content: "\ea2e"; }
i.icon-list2.central.icon::before { content: "\ea2e"; }
i.icon-hamburger-filled-off1.central.icon::before { content: "\ea2e"; }
i.icon-bars-three1.central.icon::before { content: "\ea2f"; }
i.icon-menu3.central.icon::before { content: "\ea2f"; }
i.icon-list3.central.icon::before { content: "\ea2f"; }
i.icon-hamburger-filled-on1.central.icon::before { content: "\ea2f"; }
i.icon-bars-two-2.central.icon::before { content: "\ea30"; }
i.icon-menu4.central.icon::before { content: "\ea30"; }
i.icon-nav-filled-off.central.icon::before { content: "\ea30"; }
i.icon-bars-two-21.central.icon::before { content: "\ea31"; }
i.icon-menu5.central.icon::before { content: "\ea31"; }
i.icon-nav-filled-on.central.icon::before { content: "\ea31"; }
i.icon-bars-two.central.icon::before { content: "\ea32"; }
i.icon-menu-simple.central.icon::before { content: "\ea32"; }
i.icon-nav-simple-filled-off.central.icon::before { content: "\ea32"; }
i.icon-bars-two1.central.icon::before { content: "\ea33"; }
i.icon-menu-simple1.central.icon::before { content: "\ea33"; }
i.icon-nav-simple-filled-on.central.icon::before { content: "\ea33"; }
i.icon-baseball-filled-off.central.icon::before { content: "\ea34"; }
i.icon-baseball-filled-on.central.icon::before { content: "\ea35"; }
i.icon-basket-1.central.icon::before { content: "\ea36"; }
i.icon-cart.central.icon::before { content: "\ea36"; }
i.icon-shopping-filled-off.central.icon::before { content: "\ea36"; }
i.icon-basket-11.central.icon::before { content: "\ea37"; }
i.icon-cart1.central.icon::before { content: "\ea37"; }
i.icon-shopping-filled-on.central.icon::before { content: "\ea37"; }
i.icon-basket-2.central.icon::before { content: "\ea38"; }
i.icon-shopping-bag-filled-off.central.icon::before { content: "\ea38"; }
i.icon-basket-21.central.icon::before { content: "\ea39"; }
i.icon-shopping-bag-filled-on.central.icon::before { content: "\ea39"; }
i.icon-basketball.central.icon::before { content: "\ea3a"; }
i.icon-nba-filled-off.central.icon::before { content: "\ea3a"; }
i.icon-basketball1.central.icon::before { content: "\ea3b"; }
i.icon-nba-filled-on.central.icon::before { content: "\ea3b"; }
i.icon-bath-man-1.central.icon::before { content: "\ea3c"; }
i.icon-man.central.icon::before { content: "\ea3c"; }
i.icon-male-filled-off.central.icon::before { content: "\ea3c"; }
i.icon-bath-man-11.central.icon::before { content: "\ea3d"; }
i.icon-man1.central.icon::before { content: "\ea3d"; }
i.icon-male-filled-on.central.icon::before { content: "\ea3d"; }
i.icon-bath-woman-1.central.icon::before { content: "\ea3e"; }
i.icon-women.central.icon::before { content: "\ea3e"; }
i.icon-female-filled-off.central.icon::before { content: "\ea3e"; }
i.icon-bath-woman-11.central.icon::before { content: "\ea3f"; }
i.icon-women1.central.icon::before { content: "\ea3f"; }
i.icon-female-filled-on.central.icon::before { content: "\ea3f"; }
i.icon-battery-empty.central.icon::before { content: "\ea40"; }
i.icon-power-filled-off.central.icon::before { content: "\ea40"; }
i.icon-battery-empty1.central.icon::before { content: "\ea41"; }
i.icon-power-filled-on7.central.icon::before { content: "\ea41"; }
i.icon-battery-error.central.icon::before { content: "\ea42"; }
i.icon-power-filled-off6.central.icon::before { content: "\ea42"; }
i.icon-battery-error1.central.icon::before { content: "\ea43"; }
i.icon-power-filled-on8.central.icon::before { content: "\ea43"; }
i.icon-battery-full1.central.icon::before { content: "\ea44"; }
i.icon-power-filled-off7.central.icon::before { content: "\ea44"; }
i.icon-battery-full.central.icon::before { content: "\ea45"; }
i.icon-power-filled-on.central.icon::before { content: "\ea45"; }
i.icon-battery-loading.central.icon::before { content: "\ea46"; }
i.icon-power-filled-off1.central.icon::before { content: "\ea46"; }
i.icon-battery-loading1.central.icon::before { content: "\ea47"; }
i.icon-power-filled-on1.central.icon::before { content: "\ea47"; }
i.icon-battery-low.central.icon::before { content: "\ea48"; }
i.icon-power-filled-off2.central.icon::before { content: "\ea48"; }
i.icon-battery-low1.central.icon::before { content: "\ea49"; }
i.icon-power-filled-on2.central.icon::before { content: "\ea49"; }
i.icon-battery-medium.central.icon::before { content: "\ea4a"; }
i.icon-power-filled-off3.central.icon::before { content: "\ea4a"; }
i.icon-battery-medium1.central.icon::before { content: "\ea4b"; }
i.icon-power-filled-on3.central.icon::before { content: "\ea4b"; }
i.icon-baymax.central.icon::before { content: "\ea4c"; }
i.icon-bot.central.icon::before { content: "\ea4c"; }
i.icon-help-filled-off.central.icon::before { content: "\ea4c"; }
i.icon-baymax1.central.icon::before { content: "\ea4d"; }
i.icon-bot1.central.icon::before { content: "\ea4d"; }
i.icon-help-filled-on.central.icon::before { content: "\ea4d"; }
i.icon-bean.central.icon::before { content: "\ea4e"; }
i.icon-java-filled-off.central.icon::before { content: "\ea4e"; }
i.icon-bean1.central.icon::before { content: "\ea4f"; }
i.icon-java-filled-on.central.icon::before { content: "\ea4f"; }
i.icon-bed-filled-off.central.icon::before { content: "\ea50"; }
i.icon-bed-filled-on.central.icon::before { content: "\ea51"; }
i.icon-bell-2-snooze.central.icon::before { content: "\ea52"; }
i.icon-notification.central.icon::before { content: "\ea52"; }
i.icon-activity.central.icon::before { content: "\ea52"; }
i.icon-alert-filled-off.central.icon::before { content: "\ea52"; }
i.icon-bell-2-snooze1.central.icon::before { content: "\ea53"; }
i.icon-notification1.central.icon::before { content: "\ea53"; }
i.icon-activity1.central.icon::before { content: "\ea53"; }
i.icon-alert-filled-on.central.icon::before { content: "\ea53"; }
i.icon-bell-2.central.icon::before { content: "\ea54"; }
i.icon-notification2.central.icon::before { content: "\ea54"; }
i.icon-activity2.central.icon::before { content: "\ea54"; }
i.icon-alert-filled-off1.central.icon::before { content: "\ea54"; }
i.icon-bell-21.central.icon::before { content: "\ea55"; }
i.icon-notification3.central.icon::before { content: "\ea55"; }
i.icon-activity3.central.icon::before { content: "\ea55"; }
i.icon-alert-filled-on1.central.icon::before { content: "\ea55"; }
i.icon-bell-check.central.icon::before { content: "\ea56"; }
i.icon-notification-alarm.central.icon::before { content: "\ea56"; }
i.icon-activity4.central.icon::before { content: "\ea56"; }
i.icon-alert-filled-off2.central.icon::before { content: "\ea56"; }
i.icon-bell-check1.central.icon::before { content: "\ea57"; }
i.icon-notification-alarm1.central.icon::before { content: "\ea57"; }
i.icon-activity5.central.icon::before { content: "\ea57"; }
i.icon-alert-filled-on2.central.icon::before { content: "\ea57"; }
i.icon-bell-off.central.icon::before { content: "\ea58"; }
i.icon-notification-off.central.icon::before { content: "\ea58"; }
i.icon-activity6.central.icon::before { content: "\ea58"; }
i.icon-alert-filled-off3.central.icon::before { content: "\ea58"; }
i.icon-bell-off1.central.icon::before { content: "\ea59"; }
i.icon-notification-off1.central.icon::before { content: "\ea59"; }
i.icon-activity7.central.icon::before { content: "\ea59"; }
i.icon-alert-filled-on3.central.icon::before { content: "\ea59"; }
i.icon-bell.central.icon::before { content: "\ea5a"; }
i.icon-notification5.central.icon::before { content: "\ea5a"; }
i.icon-activity9.central.icon::before { content: "\ea5a"; }
i.icon-alert-filled-off5.central.icon::before { content: "\ea5a"; }
i.icon-bell1.central.icon::before { content: "\ea5b"; }
i.icon-notification6.central.icon::before { content: "\ea5b"; }
i.icon-activity10.central.icon::before { content: "\ea5b"; }
i.icon-alert-filled-on5.central.icon::before { content: "\ea5b"; }
i.icon-beta-filled-off1.central.icon::before { content: "\ea5c"; }
i.icon-beta-filled-on1.central.icon::before { content: "\ea5d"; }
i.icon-bezier--edit-filled-off.central.icon::before { content: "\ea5e"; }
i.icon-bezier--edit-filled-on.central.icon::before { content: "\ea5f"; }
i.icon-bezier-add.central.icon::before { content: "\ea60"; }
i.icon-vector.central.icon::before { content: "\ea60"; }
i.icon-nodes-filled-off.central.icon::before { content: "\ea60"; }
i.icon-bezier-add1.central.icon::before { content: "\ea61"; }
i.icon-vector1.central.icon::before { content: "\ea61"; }
i.icon-nodes-filled-on.central.icon::before { content: "\ea61"; }
i.icon-bezier-circle.central.icon::before { content: "\ea62"; }
i.icon-vector2.central.icon::before { content: "\ea62"; }
i.icon-nodes-filled-off1.central.icon::before { content: "\ea62"; }
i.icon-bezier-circle1.central.icon::before { content: "\ea63"; }
i.icon-vector3.central.icon::before { content: "\ea63"; }
i.icon-nodes-filled-on1.central.icon::before { content: "\ea63"; }
i.icon-bezier-curve.central.icon::before { content: "\ea64"; }
i.icon-bezier.central.icon::before { content: "\ea64"; }
i.icon-vector4.central.icon::before { content: "\ea64"; }
i.icon-svg-filled-off.central.icon::before { content: "\ea64"; }
i.icon-bezier-curve1.central.icon::before { content: "\ea65"; }
i.icon-bezier1.central.icon::before { content: "\ea65"; }
i.icon-vector5.central.icon::before { content: "\ea65"; }
i.icon-svg-filled-on.central.icon::before { content: "\ea65"; }
i.icon-bezier-curves.central.icon::before { content: "\ea66"; }
i.icon-animation.central.icon::before { content: "\ea66"; }
i.icon-motion.central.icon::before { content: "\ea66"; }
i.icon-spring-filled-off.central.icon::before { content: "\ea66"; }
i.icon-bezier-curves1.central.icon::before { content: "\ea67"; }
i.icon-animation1.central.icon::before { content: "\ea67"; }
i.icon-motion1.central.icon::before { content: "\ea67"; }
i.icon-spring-filled-on.central.icon::before { content: "\ea67"; }
i.icon-bezier-pointer-filled-off.central.icon::before { content: "\ea68"; }
i.icon-bezier-pointer-filled-on.central.icon::before { content: "\ea69"; }
i.icon-bezier-remove.central.icon::before { content: "\ea6a"; }
i.icon-vector6.central.icon::before { content: "\ea6a"; }
i.icon-nodes-filled-off2.central.icon::before { content: "\ea6a"; }
i.icon-bezier-remove1.central.icon::before { content: "\ea6b"; }
i.icon-vector7.central.icon::before { content: "\ea6b"; }
i.icon-nodes-filled-on2.central.icon::before { content: "\ea6b"; }
i.icon-bezier2.central.icon::before { content: "\ea6c"; }
i.icon-vector8.central.icon::before { content: "\ea6c"; }
i.icon-nodes-filled-off3.central.icon::before { content: "\ea6c"; }
i.icon-bezier3.central.icon::before { content: "\ea6d"; }
i.icon-vector9.central.icon::before { content: "\ea6d"; }
i.icon-nodes-filled-on3.central.icon::before { content: "\ea6d"; }
i.icon-bike-filled-off.central.icon::before { content: "\ea6e"; }
i.icon-bike-filled-on.central.icon::before { content: "\ea6f"; }
i.icon-birthday-cake-filled-off.central.icon::before { content: "\ea70"; }
i.icon-birthday-cake-filled-on.central.icon::before { content: "\ea71"; }
i.icon-bitcoin-filled-off.central.icon::before { content: "\ea72"; }
i.icon-bitcoin-filled-on.central.icon::before { content: "\ea73"; }
i.icon-bitcoin-logo.central.icon::before { content: "\ea74"; }
i.icon-black-hole.central.icon::before { content: "\ea75"; }
i.icon-galaxy2.central.icon::before { content: "\ea75"; }
i.icon-delete-forever.central.icon::before { content: "\ea75"; }
i.icon-hide-filled-off.central.icon::before { content: "\ea75"; }
i.icon-black-hole1.central.icon::before { content: "\ea76"; }
i.icon-galaxy3.central.icon::before { content: "\ea76"; }
i.icon-delete-forever1.central.icon::before { content: "\ea76"; }
i.icon-hide-filled-on.central.icon::before { content: "\ea76"; }
i.icon-blackpoint.central.icon::before { content: "\ea77"; }
i.icon-target-filled-off.central.icon::before { content: "\ea77"; }
i.icon-blackpoint1.central.icon::before { content: "\ea78"; }
i.icon-target-filled-on.central.icon::before { content: "\ea78"; }
i.icon-blank-page-landscape-filled-off.central.icon::before { content: "\ea79"; }
i.icon-blank-page-landscape-filled-on.central.icon::before { content: "\ea7a"; }
i.icon-blank-page-portrait-filled-off.central.icon::before { content: "\ea7b"; }
i.icon-blank-page-portrait-filled-on.central.icon::before { content: "\ea7c"; }
i.icon-blip.central.icon::before { content: "\ea7d"; }
i.icon-flick.central.icon::before { content: "\ea7d"; }
i.icon-snip.central.icon::before { content: "\ea7d"; }
i.icon-snap.central.icon::before { content: "\ea7d"; }
i.icon-easy.central.icon::before { content: "\ea7d"; }
i.icon-thanos-filled-off.central.icon::before { content: "\ea7d"; }
i.icon-blip1.central.icon::before { content: "\ea7e"; }
i.icon-flick1.central.icon::before { content: "\ea7e"; }
i.icon-snip1.central.icon::before { content: "\ea7e"; }
i.icon-snap1.central.icon::before { content: "\ea7e"; }
i.icon-easy1.central.icon::before { content: "\ea7e"; }
i.icon-thanos-filled-on.central.icon::before { content: "\ea7e"; }
i.icon-block.central.icon::before { content: "\ea7f"; }
i.icon-workspace-filled-off.central.icon::before { content: "\ea7f"; }
i.icon-block1.central.icon::before { content: "\ea80"; }
i.icon-workspace-filled-on.central.icon::before { content: "\ea80"; }
i.icon-blossom.central.icon::before { content: "\ea81"; }
i.icon-flower.central.icon::before { content: "\ea81"; }
i.icon-growing-filled-off.central.icon::before { content: "\ea81"; }
i.icon-blossom1.central.icon::before { content: "\ea82"; }
i.icon-flower1.central.icon::before { content: "\ea82"; }
i.icon-growing-filled-on.central.icon::before { content: "\ea82"; }
i.icon-bluetooth-filled-off.central.icon::before { content: "\ea83"; }
i.icon-bluetooth-filled-on.central.icon::before { content: "\ea84"; }
i.icon-blur-filled-off.central.icon::before { content: "\ea85"; }
i.icon-blur-filled-on.central.icon::before { content: "\ea86"; }
i.icon-bold-filled-off.central.icon::before { content: "\ea87"; }
i.icon-bold-filled-on.central.icon::before { content: "\ea88"; }
i.icon-bomb.central.icon::before { content: "\ea89"; }
i.icon-boom-filled-off.central.icon::before { content: "\ea89"; }
i.icon-bomb1.central.icon::before { content: "\ea8a"; }
i.icon-boom-filled-on.central.icon::before { content: "\ea8a"; }
i.icon-book.central.icon::before { content: "\ea8b"; }
i.icon-guide.central.icon::before { content: "\ea8b"; }
i.icon-info.central.icon::before { content: "\ea8b"; }
i.icon-faq-filled-off.central.icon::before { content: "\ea8b"; }
i.icon-book1.central.icon::before { content: "\ea8c"; }
i.icon-guide5.central.icon::before { content: "\ea8c"; }
i.icon-info5.central.icon::before { content: "\ea8c"; }
i.icon-faq-filled-on2.central.icon::before { content: "\ea8c"; }
i.icon-bookmark-check.central.icon::before { content: "\ea8d"; }
i.icon-add2.central.icon::before { content: "\ea8d"; }
i.icon-check-filled-off2.central.icon::before { content: "\ea8d"; }
i.icon-bookmark-check1.central.icon::before { content: "\ea8e"; }
i.icon-add3.central.icon::before { content: "\ea8e"; }
i.icon-check-filled-on2.central.icon::before { content: "\ea8e"; }
i.icon-bookmark-delete1.central.icon::before { content: "\ea8f"; }
i.icon-remove17.central.icon::before { content: "\ea8f"; }
i.icon-banner5.central.icon::before { content: "\ea8f"; }
i.icon-flag5.central.icon::before { content: "\ea8f"; }
i.icon-tag3.central.icon::before { content: "\ea8f"; }
i.icon-x-filled-off.central.icon::before { content: "\ea8f"; }
i.icon-bookmark-delete.central.icon::before { content: "\ea90"; }
i.icon-remove4.central.icon::before { content: "\ea90"; }
i.icon-banner.central.icon::before { content: "\ea90"; }
i.icon-flag.central.icon::before { content: "\ea90"; }
i.icon-tag.central.icon::before { content: "\ea90"; }
i.icon-x-filled-on.central.icon::before { content: "\ea90"; }
i.icon-bookmark-plus.central.icon::before { content: "\ea91"; }
i.icon-banner1.central.icon::before { content: "\ea91"; }
i.icon-flag1.central.icon::before { content: "\ea91"; }
i.icon-tag-filled-off.central.icon::before { content: "\ea91"; }
i.icon-bookmark-plus1.central.icon::before { content: "\ea92"; }
i.icon-banner2.central.icon::before { content: "\ea92"; }
i.icon-flag2.central.icon::before { content: "\ea92"; }
i.icon-tag-filled-on.central.icon::before { content: "\ea92"; }
i.icon-bookmark-remove.central.icon::before { content: "\ea93"; }
i.icon-off-filled-off.central.icon::before { content: "\ea93"; }
i.icon-bookmark-remove1.central.icon::before { content: "\ea94"; }
i.icon-off-filled-on.central.icon::before { content: "\ea94"; }
i.icon-bookmark.central.icon::before { content: "\ea95"; }
i.icon-banner3.central.icon::before { content: "\ea95"; }
i.icon-flag3.central.icon::before { content: "\ea95"; }
i.icon-tag-filled-off1.central.icon::before { content: "\ea95"; }
i.icon-bookmark1.central.icon::before { content: "\ea96"; }
i.icon-banner4.central.icon::before { content: "\ea96"; }
i.icon-flag4.central.icon::before { content: "\ea96"; }
i.icon-tag-filled-on1.central.icon::before { content: "\ea96"; }
i.icon-books.central.icon::before { content: "\ea97"; }
i.icon-library-filled-off.central.icon::before { content: "\ea97"; }
i.icon-books1.central.icon::before { content: "\ea98"; }
i.icon-library-filled-on.central.icon::before { content: "\ea98"; }
i.icon-boolean-group-exclude-filled-off.central.icon::before { content: "\ea99"; }
i.icon-boolean-group-exclude-filled-on.central.icon::before { content: "\ea9a"; }
i.icon-boolean-group-intersect-2-filled-off.central.icon::before { content: "\ea9b"; }
i.icon-boolean-group-intersect-2-filled-on.central.icon::before { content: "\ea9c"; }
i.icon-boolean-group-intersect-3-filled-off.central.icon::before { content: "\ea9d"; }
i.icon-boolean-group-intersect-3-filled-on.central.icon::before { content: "\ea9e"; }
i.icon-boolean-group-intersect-filled-off.central.icon::before { content: "\ea9f"; }
i.icon-boolean-group-intersect-filled-on.central.icon::before { content: "\eaa0"; }
i.icon-boolean-group-substract-2-filled-off.central.icon::before { content: "\eaa1"; }
i.icon-boolean-group-substract-2-filled-on.central.icon::before { content: "\eaa2"; }
i.icon-boolean-group-substract-filled-off.central.icon::before { content: "\eaa3"; }
i.icon-boolean-group-substract-filled-on.central.icon::before { content: "\eaa4"; }
i.icon-boolean-group-union-2-filled-off.central.icon::before { content: "\eaa5"; }
i.icon-boolean-group-union-2-filled-on.central.icon::before { content: "\eaa6"; }
i.icon-boolean-group-union-filled-off.central.icon::before { content: "\eaa7"; }
i.icon-boolean-group-union-filled-on.central.icon::before { content: "\eaa8"; }
i.icon-bottle-filled-off.central.icon::before { content: "\eaa9"; }
i.icon-bottle-filled-on.central.icon::before { content: "\eaaa"; }
i.icon-box-2-alt-fill.central.icon::before { content: "\eaab"; }
i.icon-inbox.central.icon::before { content: "\eaab"; }
i.icon-archive2.central.icon::before { content: "\eaab"; }
i.icon-tray.central.icon::before { content: "\eaab"; }
i.icon-shelf-filled-off.central.icon::before { content: "\eaab"; }
i.icon-box-2-alt-fill1.central.icon::before { content: "\eaac"; }
i.icon-inbox1.central.icon::before { content: "\eaac"; }
i.icon-archive3.central.icon::before { content: "\eaac"; }
i.icon-tray1.central.icon::before { content: "\eaac"; }
i.icon-shelf-filled-on.central.icon::before { content: "\eaac"; }
i.icon-box-2.central.icon::before { content: "\eaad"; }
i.icon-inbox2.central.icon::before { content: "\eaad"; }
i.icon-archive4.central.icon::before { content: "\eaad"; }
i.icon-tray2.central.icon::before { content: "\eaad"; }
i.icon-shelf-filled-off1.central.icon::before { content: "\eaad"; }
i.icon-box-21.central.icon::before { content: "\eaae"; }
i.icon-inbox3.central.icon::before { content: "\eaae"; }
i.icon-archive5.central.icon::before { content: "\eaae"; }
i.icon-tray3.central.icon::before { content: "\eaae"; }
i.icon-shelf-filled-on1.central.icon::before { content: "\eaae"; }
i.icon-box-sparkle.central.icon::before { content: "\eaaf"; }
i.icon-magic-box-filled-off.central.icon::before { content: "\eaaf"; }
i.icon-box-sparkle1.central.icon::before { content: "\eab0"; }
i.icon-magic-box-filled-on.central.icon::before { content: "\eab0"; }
i.icon-brackets-1-filled-off.central.icon::before { content: "\eab1"; }
i.icon-brackets-1-filled-on.central.icon::before { content: "\eab2"; }
i.icon-brackets-2-filled-off.central.icon::before { content: "\eab3"; }
i.icon-brackets-2-filled-on.central.icon::before { content: "\eab4"; }
i.icon-brain-1.central.icon::before { content: "\eab5"; }
i.icon-ai2.central.icon::before { content: "\eab5"; }
i.icon-thinking.central.icon::before { content: "\eab5"; }
i.icon-database.central.icon::before { content: "\eab5"; }
i.icon-ki-filled-off.central.icon::before { content: "\eab5"; }
i.icon-brain-11.central.icon::before { content: "\eab6"; }
i.icon-ai3.central.icon::before { content: "\eab6"; }
i.icon-thinking1.central.icon::before { content: "\eab6"; }
i.icon-database1.central.icon::before { content: "\eab6"; }
i.icon-ki-filled-on.central.icon::before { content: "\eab6"; }
i.icon-brain-2.central.icon::before { content: "\eab7"; }
i.icon-ai4.central.icon::before { content: "\eab7"; }
i.icon-thinking2.central.icon::before { content: "\eab7"; }
i.icon-database2.central.icon::before { content: "\eab7"; }
i.icon-ki-filled-off1.central.icon::before { content: "\eab7"; }
i.icon-brain-21.central.icon::before { content: "\eab8"; }
i.icon-ai5.central.icon::before { content: "\eab8"; }
i.icon-thinking3.central.icon::before { content: "\eab8"; }
i.icon-database3.central.icon::before { content: "\eab8"; }
i.icon-ki-filled-on1.central.icon::before { content: "\eab8"; }
i.icon-breakfast.central.icon::before { content: "\eab9"; }
i.icon-fried-egg-filled-off.central.icon::before { content: "\eab9"; }
i.icon-breakfast1.central.icon::before { content: "\eaba"; }
i.icon-fried-egg-filled-on.central.icon::before { content: "\eaba"; }
i.icon-brightness-filled-off.central.icon::before { content: "\eabb"; }
i.icon-brightness-filled-on.central.icon::before { content: "\eabc"; }
i.icon-brilliance.central.icon::before { content: "\eabd"; }
i.icon-yin-yang.central.icon::before { content: "\eabd"; }
i.icon-ballance-filled-off.central.icon::before { content: "\eabd"; }
i.icon-brilliance1.central.icon::before { content: "\eabe"; }
i.icon-yin-yang1.central.icon::before { content: "\eabe"; }
i.icon-ballance-filled-on.central.icon::before { content: "\eabe"; }
i.icon-broken-chain-link-1.central.icon::before { content: "\eabf"; }
i.icon-unlink-filled-off1.central.icon::before { content: "\eabf"; }
i.icon-broken-chain-link-11.central.icon::before { content: "\eac0"; }
i.icon-unlink-filled-on2.central.icon::before { content: "\eac0"; }
i.icon-broken-chain-link-21.central.icon::before { content: "\eac1"; }
i.icon-unlink-filled-off2.central.icon::before { content: "\eac1"; }
i.icon-broken-chain-link-2.central.icon::before { content: "\eac2"; }
i.icon-unlink-filled-on.central.icon::before { content: "\eac2"; }
i.icon-broken-chain-link-3.central.icon::before { content: "\eac3"; }
i.icon-unlink-filled-off.central.icon::before { content: "\eac3"; }
i.icon-broken-chain-link-31.central.icon::before { content: "\eac4"; }
i.icon-unlink-filled-on1.central.icon::before { content: "\eac4"; }
i.icon-broken-heart.central.icon::before { content: "\eac5"; }
i.icon-delete-account-filled-off.central.icon::before { content: "\eac5"; }
i.icon-broken-heart1.central.icon::before { content: "\eac6"; }
i.icon-delete-account-filled-on.central.icon::before { content: "\eac6"; }
i.icon-broom-sparkle.central.icon::before { content: "\eac7"; }
i.icon-clean.central.icon::before { content: "\eac7"; }
i.icon-brush-filled-off.central.icon::before { content: "\eac7"; }
i.icon-broom-sparkle1.central.icon::before { content: "\eac8"; }
i.icon-clean1.central.icon::before { content: "\eac8"; }
i.icon-brush-filled-on.central.icon::before { content: "\eac8"; }
i.icon-broom.central.icon::before { content: "\eac9"; }
i.icon-brush.central.icon::before { content: "\eac9"; }
i.icon-clear.central.icon::before { content: "\eac9"; }
i.icon-clean-filled-off.central.icon::before { content: "\eac9"; }
i.icon-broom1.central.icon::before { content: "\eaca"; }
i.icon-brush1.central.icon::before { content: "\eaca"; }
i.icon-clear1.central.icon::before { content: "\eaca"; }
i.icon-clean-filled-on.central.icon::before { content: "\eaca"; }
i.icon-brush2.central.icon::before { content: "\eacb"; }
i.icon-color-filled-off.central.icon::before { content: "\eacb"; }
i.icon-brush3.central.icon::before { content: "\eacc"; }
i.icon-color-filled-on.central.icon::before { content: "\eacc"; }
i.icon-bubble-2.central.icon::before { content: "\eacd"; }
i.icon-message.central.icon::before { content: "\eacd"; }
i.icon-chat-filled-off.central.icon::before { content: "\eacd"; }
i.icon-bubble-21.central.icon::before { content: "\eace"; }
i.icon-message1.central.icon::before { content: "\eace"; }
i.icon-chat-filled-on.central.icon::before { content: "\eace"; }
i.icon-bubble-3.central.icon::before { content: "\eacf"; }
i.icon-message2.central.icon::before { content: "\eacf"; }
i.icon-chat-filled-off1.central.icon::before { content: "\eacf"; }
i.icon-bubble-31.central.icon::before { content: "\ead0"; }
i.icon-message3.central.icon::before { content: "\ead0"; }
i.icon-chat-filled-on1.central.icon::before { content: "\ead0"; }
i.icon-bubble-4.central.icon::before { content: "\ead1"; }
i.icon-message4.central.icon::before { content: "\ead1"; }
i.icon-chat-filled-off2.central.icon::before { content: "\ead1"; }
i.icon-bubble-41.central.icon::before { content: "\ead2"; }
i.icon-message5.central.icon::before { content: "\ead2"; }
i.icon-chat-filled-on2.central.icon::before { content: "\ead2"; }
i.icon-bubble-5.central.icon::before { content: "\ead3"; }
i.icon-message6.central.icon::before { content: "\ead3"; }
i.icon-chat-filled-off3.central.icon::before { content: "\ead3"; }
i.icon-bubble-51.central.icon::before { content: "\ead4"; }
i.icon-message7.central.icon::before { content: "\ead4"; }
i.icon-chat-filled-on3.central.icon::before { content: "\ead4"; }
i.icon-bubble-6.central.icon::before { content: "\ead5"; }
i.icon-message8.central.icon::before { content: "\ead5"; }
i.icon-chat-filled-off4.central.icon::before { content: "\ead5"; }
i.icon-bubble-61.central.icon::before { content: "\ead6"; }
i.icon-message9.central.icon::before { content: "\ead6"; }
i.icon-chat-filled-on4.central.icon::before { content: "\ead6"; }
i.icon-bubble-alert.central.icon::before { content: "\ead7"; }
i.icon-comment16.central.icon::before { content: "\ead7"; }
i.icon-feedback-filled-off8.central.icon::before { content: "\ead7"; }
i.icon-bubble-alert1.central.icon::before { content: "\ead8"; }
i.icon-comment17.central.icon::before { content: "\ead8"; }
i.icon-feedback-filled-on8.central.icon::before { content: "\ead8"; }
i.icon-bubble-annotation-2.central.icon::before { content: "\ead9"; }
i.icon-message26.central.icon::before { content: "\ead9"; }
i.icon-chat-filled-off13.central.icon::before { content: "\ead9"; }
i.icon-bubble-annotation-21.central.icon::before { content: "\eada"; }
i.icon-message27.central.icon::before { content: "\eada"; }
i.icon-chat-filled-on13.central.icon::before { content: "\eada"; }
i.icon-bubble-annotation-3.central.icon::before { content: "\eadb"; }
i.icon-message10.central.icon::before { content: "\eadb"; }
i.icon-chat-filled-off5.central.icon::before { content: "\eadb"; }
i.icon-bubble-annotation-31.central.icon::before { content: "\eadc"; }
i.icon-message11.central.icon::before { content: "\eadc"; }
i.icon-chat-filled-on5.central.icon::before { content: "\eadc"; }
i.icon-bubble-annotation-4.central.icon::before { content: "\eadd"; }
i.icon-message12.central.icon::before { content: "\eadd"; }
i.icon-chat-filled-off6.central.icon::before { content: "\eadd"; }
i.icon-bubble-annotation-41.central.icon::before { content: "\eade"; }
i.icon-message13.central.icon::before { content: "\eade"; }
i.icon-chat-filled-on6.central.icon::before { content: "\eade"; }
i.icon-bubble-annotation-5.central.icon::before { content: "\eadf"; }
i.icon-message14.central.icon::before { content: "\eadf"; }
i.icon-chat-filled-off7.central.icon::before { content: "\eadf"; }
i.icon-bubble-annotation-51.central.icon::before { content: "\eae0"; }
i.icon-message15.central.icon::before { content: "\eae0"; }
i.icon-chat-filled-on7.central.icon::before { content: "\eae0"; }
i.icon-bubble-annotation-6.central.icon::before { content: "\eae1"; }
i.icon-message16.central.icon::before { content: "\eae1"; }
i.icon-chat-filled-off8.central.icon::before { content: "\eae1"; }
i.icon-bubble-annotation-61.central.icon::before { content: "\eae2"; }
i.icon-message17.central.icon::before { content: "\eae2"; }
i.icon-chat-filled-on8.central.icon::before { content: "\eae2"; }
i.icon-bubble-check.central.icon::before { content: "\eae3"; }
i.icon-comment.central.icon::before { content: "\eae3"; }
i.icon-feedback-filled-off.central.icon::before { content: "\eae3"; }
i.icon-bubble-check1.central.icon::before { content: "\eae4"; }
i.icon-comment1.central.icon::before { content: "\eae4"; }
i.icon-feedback-filled-on.central.icon::before { content: "\eae4"; }
i.icon-bubble-crossed.central.icon::before { content: "\eae5"; }
i.icon-comment2.central.icon::before { content: "\eae5"; }
i.icon-feedback-filled-off1.central.icon::before { content: "\eae5"; }
i.icon-bubble-crossed1.central.icon::before { content: "\eae6"; }
i.icon-comment3.central.icon::before { content: "\eae6"; }
i.icon-feedback-filled-on1.central.icon::before { content: "\eae6"; }
i.icon-bubble-dots.central.icon::before { content: "\eae7"; }
i.icon-comment4.central.icon::before { content: "\eae7"; }
i.icon-feedback-filled-off2.central.icon::before { content: "\eae7"; }
i.icon-bubble-dots1.central.icon::before { content: "\eae8"; }
i.icon-comment5.central.icon::before { content: "\eae8"; }
i.icon-feedback-filled-on2.central.icon::before { content: "\eae8"; }
i.icon-bubble-heart.central.icon::before { content: "\eae9"; }
i.icon-comment6.central.icon::before { content: "\eae9"; }
i.icon-feedback-filled-off3.central.icon::before { content: "\eae9"; }
i.icon-bubble-heart1.central.icon::before { content: "\eaea"; }
i.icon-comment7.central.icon::before { content: "\eaea"; }
i.icon-feedback-filled-on3.central.icon::before { content: "\eaea"; }
i.icon-bubble-info.central.icon::before { content: "\eaeb"; }
i.icon-comment8.central.icon::before { content: "\eaeb"; }
i.icon-feedback-filled-off4.central.icon::before { content: "\eaeb"; }
i.icon-bubble-info1.central.icon::before { content: "\eaec"; }
i.icon-comment9.central.icon::before { content: "\eaec"; }
i.icon-feedback-filled-on4.central.icon::before { content: "\eaec"; }
i.icon-bubble-plus.central.icon::before { content: "\eaed"; }
i.icon-comment10.central.icon::before { content: "\eaed"; }
i.icon-feedback-filled-off5.central.icon::before { content: "\eaed"; }
i.icon-bubble-plus1.central.icon::before { content: "\eaee"; }
i.icon-comment11.central.icon::before { content: "\eaee"; }
i.icon-feedback-filled-on5.central.icon::before { content: "\eaee"; }
i.icon-bubble-question.central.icon::before { content: "\eaef"; }
i.icon-comment12.central.icon::before { content: "\eaef"; }
i.icon-feedback-filled-off6.central.icon::before { content: "\eaef"; }
i.icon-bubble-question1.central.icon::before { content: "\eaf0"; }
i.icon-comment18.central.icon::before { content: "\eaf0"; }
i.icon-feedback-filled-on9.central.icon::before { content: "\eaf0"; }
i.icon-bubble-quotes-filled-off.central.icon::before { content: "\eaf1"; }
i.icon-bubble-quotes-filled-on.central.icon::before { content: "\eaf2"; }
i.icon-bubble-sparkle1.central.icon::before { content: "\eaf3"; }
i.icon-comment19.central.icon::before { content: "\eaf3"; }
i.icon-feedback-filled-off9.central.icon::before { content: "\eaf3"; }
i.icon-bubble-sparkle.central.icon::before { content: "\eaf4"; }
i.icon-comment13.central.icon::before { content: "\eaf4"; }
i.icon-feedback-filled-on6.central.icon::before { content: "\eaf4"; }
i.icon-bubble-text-6.central.icon::before { content: "\eaf5"; }
i.icon-message18.central.icon::before { content: "\eaf5"; }
i.icon-chat-filled-off9.central.icon::before { content: "\eaf5"; }
i.icon-bubble-text-61.central.icon::before { content: "\eaf6"; }
i.icon-message19.central.icon::before { content: "\eaf6"; }
i.icon-chat-filled-on9.central.icon::before { content: "\eaf6"; }
i.icon-bubble-text.central.icon::before { content: "\eaf7"; }
i.icon-comment14.central.icon::before { content: "\eaf7"; }
i.icon-feedback-filled-off7.central.icon::before { content: "\eaf7"; }
i.icon-bubble-text1.central.icon::before { content: "\eaf8"; }
i.icon-comment15.central.icon::before { content: "\eaf8"; }
i.icon-feedback-filled-on7.central.icon::before { content: "\eaf8"; }
i.icon-bubble-wide-annotation.central.icon::before { content: "\eaf9"; }
i.icon-message20.central.icon::before { content: "\eaf9"; }
i.icon-chat-filled-off10.central.icon::before { content: "\eaf9"; }
i.icon-bubble-wide-annotation1.central.icon::before { content: "\eafa"; }
i.icon-message21.central.icon::before { content: "\eafa"; }
i.icon-chat-filled-on10.central.icon::before { content: "\eafa"; }
i.icon-bubble-wide-notification.central.icon::before { content: "\eafb"; }
i.icon-badge.central.icon::before { content: "\eafb"; }
i.icon-message22.central.icon::before { content: "\eafb"; }
i.icon-chat-filled-off11.central.icon::before { content: "\eafb"; }
i.icon-bubble-wide-notification1.central.icon::before { content: "\eafc"; }
i.icon-badge1.central.icon::before { content: "\eafc"; }
i.icon-message23.central.icon::before { content: "\eafc"; }
i.icon-chat-filled-on11.central.icon::before { content: "\eafc"; }
i.icon-bubble-wide.central.icon::before { content: "\eafd"; }
i.icon-message24.central.icon::before { content: "\eafd"; }
i.icon-chat-filled-off12.central.icon::before { content: "\eafd"; }
i.icon-bubble-wide1.central.icon::before { content: "\eafe"; }
i.icon-message25.central.icon::before { content: "\eafe"; }
i.icon-chat-filled-on12.central.icon::before { content: "\eafe"; }
i.icon-bubbles.central.icon::before { content: "\eaff"; }
i.icon-messages.central.icon::before { content: "\eaff"; }
i.icon-chat.central.icon::before { content: "\eaff"; }
i.icon-communicate-filled-off.central.icon::before { content: "\eaff"; }
i.icon-bubbles1.central.icon::before { content: "\eb00"; }
i.icon-messages1.central.icon::before { content: "\eb00"; }
i.icon-chat1.central.icon::before { content: "\eb00"; }
i.icon-communicate-filled-on.central.icon::before { content: "\eb00"; }
i.icon-bucket.central.icon::before { content: "\eb01"; }
i.icon-trash.central.icon::before { content: "\eb01"; }
i.icon-can-filled-off.central.icon::before { content: "\eb01"; }
i.icon-bucket1.central.icon::before { content: "\eb02"; }
i.icon-trash1.central.icon::before { content: "\eb02"; }
i.icon-can-filled-on.central.icon::before { content: "\eb02"; }
i.icon-bug-face.central.icon::before { content: "\eb03"; }
i.icon-issue-filled-off.central.icon::before { content: "\eb03"; }
i.icon-bug-face1.central.icon::before { content: "\eb04"; }
i.icon-issue-filled-on.central.icon::before { content: "\eb04"; }
i.icon-bug.central.icon::before { content: "\eb05"; }
i.icon-issue-filled-off1.central.icon::before { content: "\eb05"; }
i.icon-bug1.central.icon::before { content: "\eb06"; }
i.icon-issue-filled-on1.central.icon::before { content: "\eb06"; }
i.icon-buildings.central.icon::before { content: "\eb07"; }
i.icon-company.central.icon::before { content: "\eb07"; }
i.icon-workspace-filled-off1.central.icon::before { content: "\eb07"; }
i.icon-buildings1.central.icon::before { content: "\eb08"; }
i.icon-company1.central.icon::before { content: "\eb08"; }
i.icon-workspace-filled-on1.central.icon::before { content: "\eb08"; }
i.icon-bullet-list-filled-off.central.icon::before { content: "\eb09"; }
i.icon-bullet-list-filled-on.central.icon::before { content: "\eb0a"; }
i.icon-burger.central.icon::before { content: "\eb0b"; }
i.icon-hamburger1.central.icon::before { content: "\eb0b"; }
i.icon-sandwich--filled-off.central.icon::before { content: "\eb0b"; }
i.icon-burger1.central.icon::before { content: "\eb0c"; }
i.icon-hamburger2.central.icon::before { content: "\eb0c"; }
i.icon-sandwich--filled-on.central.icon::before { content: "\eb0c"; }
i.icon-cabinet-filled-off.central.icon::before { content: "\eb0d"; }
i.icon-cabinet-filled-on.central.icon::before { content: "\eb0e"; }
i.icon-calculator-filled-off.central.icon::before { content: "\eb0f"; }
i.icon-calculator-filled-on.central.icon::before { content: "\eb10"; }
i.icon-calendar-1.central.icon::before { content: "\eb11"; }
i.icon-date-filled-off.central.icon::before { content: "\eb11"; }
i.icon-calendar-11.central.icon::before { content: "\eb12"; }
i.icon-date-filled-on.central.icon::before { content: "\eb12"; }
i.icon-calendar-2.central.icon::before { content: "\eb13"; }
i.icon-date-filled-off1.central.icon::before { content: "\eb13"; }
i.icon-calendar-21.central.icon::before { content: "\eb14"; }
i.icon-date-filled-on1.central.icon::before { content: "\eb14"; }
i.icon-calendar-3.central.icon::before { content: "\eb15"; }
i.icon-date-filled-off2.central.icon::before { content: "\eb15"; }
i.icon-calendar-31.central.icon::before { content: "\eb16"; }
i.icon-date-filled-on2.central.icon::before { content: "\eb16"; }
i.icon-calendar-4.central.icon::before { content: "\eb17"; }
i.icon-date-filled-off3.central.icon::before { content: "\eb17"; }
i.icon-calendar-41.central.icon::before { content: "\eb18"; }
i.icon-date-filled-on3.central.icon::before { content: "\eb18"; }
i.icon-calendar-add-4-filled-off.central.icon::before { content: "\eb19"; }
i.icon-calendar-add-4-filled-on.central.icon::before { content: "\eb1a"; }
i.icon-calendar-check-4-filled-off.central.icon::before { content: "\eb1b"; }
i.icon-calendar-check-4-filled-on.central.icon::before { content: "\eb1c"; }
i.icon-calendar-check.central.icon::before { content: "\eb1d"; }
i.icon-date-check-filled-off.central.icon::before { content: "\eb1d"; }
i.icon-calendar-check1.central.icon::before { content: "\eb1e"; }
i.icon-date-check-filled-on.central.icon::before { content: "\eb1e"; }
i.icon-calendar-clock-4-filled-off.central.icon::before { content: "\eb1f"; }
i.icon-calendar-clock-4-filled-on.central.icon::before { content: "\eb20"; }
i.icon-calendar-clock.central.icon::before { content: "\eb21"; }
i.icon-date-time-filled-off.central.icon::before { content: "\eb21"; }
i.icon-calendar-clock1.central.icon::before { content: "\eb22"; }
i.icon-date-time-filled-on.central.icon::before { content: "\eb22"; }
i.icon-calendar-days-filled-off.central.icon::before { content: "\eb23"; }
i.icon-calendar-days-filled-on.central.icon::before { content: "\eb24"; }
i.icon-calendar-edit1.central.icon::before { content: "\eb25"; }
i.icon-date-edit-filled-off.central.icon::before { content: "\eb25"; }
i.icon-calendar-edit.central.icon::before { content: "\eb26"; }
i.icon-date-edit-filled-on.central.icon::before { content: "\eb26"; }
i.icon-calendar-remove-4-filled-off.central.icon::before { content: "\eb27"; }
i.icon-calendar-remove-4-filled-on.central.icon::before { content: "\eb28"; }
i.icon-calendar-repeat.central.icon::before { content: "\eb29"; }
i.icon-date-repeat-filled-off.central.icon::before { content: "\eb29"; }
i.icon-calendar-repeat1.central.icon::before { content: "\eb2a"; }
i.icon-date-repeat-filled-on.central.icon::before { content: "\eb2a"; }
i.icon-calendar-search-4-filled-off.central.icon::before { content: "\eb2b"; }
i.icon-calendar-search-4-filled-on.central.icon::before { content: "\eb2c"; }
i.icon-calendar-search.central.icon::before { content: "\eb2d"; }
i.icon-date-search-filled-off.central.icon::before { content: "\eb2d"; }
i.icon-calendar-search1.central.icon::before { content: "\eb2e"; }
i.icon-date-search-filled-on.central.icon::before { content: "\eb2e"; }
i.icon-calendar-tear-off.central.icon::before { content: "\eb2f"; }
i.icon-date-filled-off4.central.icon::before { content: "\eb2f"; }
i.icon-calendar-tear-off1.central.icon::before { content: "\eb30"; }
i.icon-date-filled-on4.central.icon::before { content: "\eb30"; }
i.icon-calender-5.central.icon::before { content: "\eb31"; }
i.icon-date-filled-off5.central.icon::before { content: "\eb31"; }
i.icon-calender-51.central.icon::before { content: "\eb32"; }
i.icon-date-filled-on5.central.icon::before { content: "\eb32"; }
i.icon-calender-add.central.icon::before { content: "\eb33"; }
i.icon-date-add-filled-off.central.icon::before { content: "\eb33"; }
i.icon-calender-add1.central.icon::before { content: "\eb34"; }
i.icon-date-add-filled-on.central.icon::before { content: "\eb34"; }
i.icon-calender-next-week-filled-off.central.icon::before { content: "\eb35"; }
i.icon-calender-next-week-filled-on.central.icon::before { content: "\eb36"; }
i.icon-calender-remove.central.icon::before { content: "\eb37"; }
i.icon-date-remove-filled-off.central.icon::before { content: "\eb37"; }
i.icon-calender-remove1.central.icon::before { content: "\eb38"; }
i.icon-date-remove-filled-on.central.icon::before { content: "\eb38"; }
i.icon-calender-today-filled-off.central.icon::before { content: "\eb39"; }
i.icon-calender-today-filled-on.central.icon::before { content: "\eb3a"; }
i.icon-calender-tomorrow-filled-off.central.icon::before { content: "\eb3b"; }
i.icon-calender-tomorrow-filled-on.central.icon::before { content: "\eb3c"; }
i.icon-call-cancel.central.icon::before { content: "\eb3d"; }
i.icon-phone-filled-off3.central.icon::before { content: "\eb3d"; }
i.icon-call-cancel1.central.icon::before { content: "\eb3e"; }
i.icon-phone-filled-on3.central.icon::before { content: "\eb3e"; }
i.icon-call-incoming.central.icon::before { content: "\eb3f"; }
i.icon-phone-filled-off.central.icon::before { content: "\eb3f"; }
i.icon-call-incoming1.central.icon::before { content: "\eb40"; }
i.icon-phone-filled-on.central.icon::before { content: "\eb40"; }
i.icon-call-outgoing.central.icon::before { content: "\eb41"; }
i.icon-phone-filled-off1.central.icon::before { content: "\eb41"; }
i.icon-call-outgoing1.central.icon::before { content: "\eb42"; }
i.icon-phone-filled-on1.central.icon::before { content: "\eb42"; }
i.icon-call.central.icon::before { content: "\eb43"; }
i.icon-phone-filled-off2.central.icon::before { content: "\eb43"; }
i.icon-call1.central.icon::before { content: "\eb44"; }
i.icon-phone-filled-on2.central.icon::before { content: "\eb44"; }
i.icon-camera-1.central.icon::before { content: "\eb45"; }
i.icon-picture.central.icon::before { content: "\eb45"; }
i.icon-image.central.icon::before { content: "\eb45"; }
i.icon-cam-filled-off.central.icon::before { content: "\eb45"; }
i.icon-camera-11.central.icon::before { content: "\eb46"; }
i.icon-picture1.central.icon::before { content: "\eb46"; }
i.icon-image1.central.icon::before { content: "\eb46"; }
i.icon-cam-filled-on.central.icon::before { content: "\eb46"; }
i.icon-camera-2.central.icon::before { content: "\eb47"; }
i.icon-picture2.central.icon::before { content: "\eb47"; }
i.icon-image2.central.icon::before { content: "\eb47"; }
i.icon-cam-filled-off1.central.icon::before { content: "\eb47"; }
i.icon-camera-21.central.icon::before { content: "\eb48"; }
i.icon-picture3.central.icon::before { content: "\eb48"; }
i.icon-image3.central.icon::before { content: "\eb48"; }
i.icon-cam-filled-on1.central.icon::before { content: "\eb48"; }
i.icon-camera-3.central.icon::before { content: "\eb49"; }
i.icon-picture4.central.icon::before { content: "\eb49"; }
i.icon-image4.central.icon::before { content: "\eb49"; }
i.icon-cam-filled-off2.central.icon::before { content: "\eb49"; }
i.icon-camera-31.central.icon::before { content: "\eb4a"; }
i.icon-picture5.central.icon::before { content: "\eb4a"; }
i.icon-image5.central.icon::before { content: "\eb4a"; }
i.icon-cam-filled-on2.central.icon::before { content: "\eb4a"; }
i.icon-camera-4-filled-off.central.icon::before { content: "\eb4b"; }
i.icon-camera-4-filled-on.central.icon::before { content: "\eb4c"; }
i.icon-camera-5.central.icon::before { content: "\eb4d"; }
i.icon-action-cam.central.icon::before { content: "\eb4d"; }
i.icon-GoPro-filled-off.central.icon::before { content: "\eb4d"; }
i.icon-camera-51.central.icon::before { content: "\eb4e"; }
i.icon-action-cam1.central.icon::before { content: "\eb4e"; }
i.icon-GoPro-filled-on.central.icon::before { content: "\eb4e"; }
i.icon-camera-auto-filled-off.central.icon::before { content: "\eb4f"; }
i.icon-camera-auto-filled-on.central.icon::before { content: "\eb50"; }
i.icon-camera-off-1.central.icon::before { content: "\eb51"; }
i.icon-cam-off-filled-off.central.icon::before { content: "\eb51"; }
i.icon-camera-off-11.central.icon::before { content: "\eb52"; }
i.icon-cam-off-filled-on.central.icon::before { content: "\eb52"; }
i.icon-camera-off-filled-off.central.icon::before { content: "\eb53"; }
i.icon-camera-off-filled-on.central.icon::before { content: "\eb54"; }
i.icon-cap.central.icon::before { content: "\eb55"; }
i.icon-fan-filled-off.central.icon::before { content: "\eb55"; }
i.icon-cap1.central.icon::before { content: "\eb56"; }
i.icon-fan-filled-on.central.icon::before { content: "\eb56"; }
i.icon-capture1.central.icon::before { content: "\eb57"; }
i.icon-screen-filled-off.central.icon::before { content: "\eb57"; }
i.icon-capture.central.icon::before { content: "\eb58"; }
i.icon-screen-filled-on.central.icon::before { content: "\eb58"; }
i.icon-car-filled-off.central.icon::before { content: "\eb59"; }
i.icon-car-filled-on.central.icon::before { content: "\eb5a"; }
i.icon-carussel.central.icon::before { content: "\eb5b"; }
i.icon-slides-filled-off.central.icon::before { content: "\eb5b"; }
i.icon-carussel1.central.icon::before { content: "\eb5c"; }
i.icon-slides-filled-on.central.icon::before { content: "\eb5c"; }
i.icon-cat.central.icon::before { content: "\eb5d"; }
i.icon-image6.central.icon::before { content: "\eb5d"; }
i.icon-animal.central.icon::before { content: "\eb5d"; }
i.icon-cute-filled-off.central.icon::before { content: "\eb5d"; }
i.icon-cat1.central.icon::before { content: "\eb5e"; }
i.icon-image7.central.icon::before { content: "\eb5e"; }
i.icon-animal1.central.icon::before { content: "\eb5e"; }
i.icon-cute-filled-on.central.icon::before { content: "\eb5e"; }
i.icon-celebrate.central.icon::before { content: "\eb5f"; }
i.icon-party.central.icon::before { content: "\eb5f"; }
i.icon-confetti-filled-off.central.icon::before { content: "\eb5f"; }
i.icon-celebrate1.central.icon::before { content: "\eb60"; }
i.icon-party1.central.icon::before { content: "\eb60"; }
i.icon-confetti-filled-on.central.icon::before { content: "\eb60"; }
i.icon-cereals.central.icon::before { content: "\eb61"; }
i.icon-wheat-filled-off.central.icon::before { content: "\eb61"; }
i.icon-cereals1.central.icon::before { content: "\eb62"; }
i.icon-wheat-filled-on.central.icon::before { content: "\eb62"; }
i.icon-chain-link-1.central.icon::before { content: "\eb63"; }
i.icon-url-filled-off.central.icon::before { content: "\eb63"; }
i.icon-chain-link-11.central.icon::before { content: "\eb64"; }
i.icon-url-filled-on.central.icon::before { content: "\eb64"; }
i.icon-chain-link-2.central.icon::before { content: "\eb65"; }
i.icon-url-filled-off1.central.icon::before { content: "\eb65"; }
i.icon-chain-link-21.central.icon::before { content: "\eb66"; }
i.icon-url-filled-on1.central.icon::before { content: "\eb66"; }
i.icon-chain-link-3.central.icon::before { content: "\eb67"; }
i.icon-url-filled-off2.central.icon::before { content: "\eb67"; }
i.icon-chain-link-31.central.icon::before { content: "\eb68"; }
i.icon-url-filled-on2.central.icon::before { content: "\eb68"; }
i.icon-chain-link-4-filled-off.central.icon::before { content: "\eb69"; }
i.icon-chain-link-4-filled-on.central.icon::before { content: "\eb6a"; }
i.icon-chair-modern.central.icon::before { content: "\eb6b"; }
i.icon-seat-filled-off.central.icon::before { content: "\eb6b"; }
i.icon-chair-modern1.central.icon::before { content: "\eb6c"; }
i.icon-seat-filled-on.central.icon::before { content: "\eb6c"; }
i.icon-chair.central.icon::before { content: "\eb6d"; }
i.icon-seat-filled-off1.central.icon::before { content: "\eb6d"; }
i.icon-chair1.central.icon::before { content: "\eb6e"; }
i.icon-seat-filled-on1.central.icon::before { content: "\eb6e"; }
i.icon-charging-station.central.icon::before { content: "\eb6f"; }
i.icon-electric-current5.central.icon::before { content: "\eb6f"; }
i.icon-power4.central.icon::before { content: "\eb6f"; }
i.icon-e-charge-filled-off.central.icon::before { content: "\eb6f"; }
i.icon-charging-station1.central.icon::before { content: "\eb70"; }
i.icon-electric-current6.central.icon::before { content: "\eb70"; }
i.icon-power5.central.icon::before { content: "\eb70"; }
i.icon-e-charge-filled-on.central.icon::before { content: "\eb70"; }
i.icon-chart-1.central.icon::before { content: "\eb71"; }
i.icon-statistics.central.icon::before { content: "\eb71"; }
i.icon-flipchart.central.icon::before { content: "\eb71"; }
i.icon-presentation.central.icon::before { content: "\eb71"; }
i.icon-graph-2-filled-off.central.icon::before { content: "\eb71"; }
i.icon-chart-11.central.icon::before { content: "\eb72"; }
i.icon-statistics1.central.icon::before { content: "\eb72"; }
i.icon-flipchart1.central.icon::before { content: "\eb72"; }
i.icon-presentation1.central.icon::before { content: "\eb72"; }
i.icon-graph-2-filled-on.central.icon::before { content: "\eb72"; }
i.icon-chart-2.central.icon::before { content: "\eb73"; }
i.icon-statistics2.central.icon::before { content: "\eb73"; }
i.icon-flipchart2.central.icon::before { content: "\eb73"; }
i.icon-presentation2.central.icon::before { content: "\eb73"; }
i.icon-graph-filled-off.central.icon::before { content: "\eb73"; }
i.icon-chart-21.central.icon::before { content: "\eb74"; }
i.icon-statistics3.central.icon::before { content: "\eb74"; }
i.icon-flipchart3.central.icon::before { content: "\eb74"; }
i.icon-presentation3.central.icon::before { content: "\eb74"; }
i.icon-graph-filled-on.central.icon::before { content: "\eb74"; }
i.icon-chart-3.central.icon::before { content: "\eb75"; }
i.icon-statistics4.central.icon::before { content: "\eb75"; }
i.icon-graph.central.icon::before { content: "\eb75"; }
i.icon-signal-filled-off.central.icon::before { content: "\eb75"; }
i.icon-chart-31.central.icon::before { content: "\eb76"; }
i.icon-statistics5.central.icon::before { content: "\eb76"; }
i.icon-graph1.central.icon::before { content: "\eb76"; }
i.icon-signal-filled-on.central.icon::before { content: "\eb76"; }
i.icon-chart-4.central.icon::before { content: "\eb77"; }
i.icon-statistics6.central.icon::before { content: "\eb77"; }
i.icon-graph-filled-off1.central.icon::before { content: "\eb77"; }
i.icon-chart-41.central.icon::before { content: "\eb78"; }
i.icon-statistics7.central.icon::before { content: "\eb78"; }
i.icon-graph-filled-on1.central.icon::before { content: "\eb78"; }
i.icon-chart-5.central.icon::before { content: "\eb79"; }
i.icon-statistics8.central.icon::before { content: "\eb79"; }
i.icon-graph-filled-off2.central.icon::before { content: "\eb79"; }
i.icon-chart-51.central.icon::before { content: "\eb7a"; }
i.icon-statistics9.central.icon::before { content: "\eb7a"; }
i.icon-graph-filled-on2.central.icon::before { content: "\eb7a"; }
i.icon-chart-6.central.icon::before { content: "\eb7b"; }
i.icon-statistics10.central.icon::before { content: "\eb7b"; }
i.icon-graph-filled-off3.central.icon::before { content: "\eb7b"; }
i.icon-chart-61.central.icon::before { content: "\eb7c"; }
i.icon-statistics11.central.icon::before { content: "\eb7c"; }
i.icon-graph-filled-on3.central.icon::before { content: "\eb7c"; }
i.icon-chart-7.central.icon::before { content: "\eb7d"; }
i.icon-statistics12.central.icon::before { content: "\eb7d"; }
i.icon-graph-filled-off4.central.icon::before { content: "\eb7d"; }
i.icon-chart-71.central.icon::before { content: "\eb7e"; }
i.icon-statistics13.central.icon::before { content: "\eb7e"; }
i.icon-graph-filled-on4.central.icon::before { content: "\eb7e"; }
i.icon-checklist.central.icon::before { content: "\eb7f"; }
i.icon-list-filled-off.central.icon::before { content: "\eb7f"; }
i.icon-checklist1.central.icon::before { content: "\eb80"; }
i.icon-list-filled-on.central.icon::before { content: "\eb80"; }
i.icon-checkmark-1-filled-off.central.icon::before { content: "\eb81"; }
i.icon-checkmark-1-filled-on.central.icon::before { content: "\eb82"; }
i.icon-checkmark-1-small-filled-off.central.icon::before { content: "\eb83"; }
i.icon-checkmark-1-small-filled-on.central.icon::before { content: "\eb84"; }
i.icon-checkmark-2-filled-off.central.icon::before { content: "\eb85"; }
i.icon-checkmark-2-filled-on.central.icon::before { content: "\eb86"; }
i.icon-checkmark-2-small-filled-off.central.icon::before { content: "\eb87"; }
i.icon-checkmark-2-small-filled-on.central.icon::before { content: "\eb88"; }
i.icon-cheeseburger1.central.icon::before { content: "\eb89"; }
i.icon-hamburger3.central.icon::before { content: "\eb89"; }
i.icon-sandwich-filled-off.central.icon::before { content: "\eb89"; }
i.icon-cheeseburger.central.icon::before { content: "\eb8a"; }
i.icon-hamburger.central.icon::before { content: "\eb8a"; }
i.icon-sandwich-filled-on.central.icon::before { content: "\eb8a"; }
i.icon-cherry-filled-off.central.icon::before { content: "\eb8b"; }
i.icon-cherry-filled-on.central.icon::before { content: "\eb8c"; }
i.icon-chevron-bottom-filled-off.central.icon::before { content: "\eb8d"; }
i.icon-chevron-bottom-filled-on.central.icon::before { content: "\eb8e"; }
i.icon-chevron-double-down-filled-off.central.icon::before { content: "\eb8f"; }
i.icon-chevron-double-down-filled-on.central.icon::before { content: "\eb90"; }
i.icon-chevron-double-left-filled-off.central.icon::before { content: "\eb91"; }
i.icon-chevron-double-left-filled-on.central.icon::before { content: "\eb92"; }
i.icon-chevron-double-right-filled-off.central.icon::before { content: "\eb93"; }
i.icon-chevron-double-right-filled-on.central.icon::before { content: "\eb94"; }
i.icon-chevron-double-up-filled-off.central.icon::before { content: "\eb95"; }
i.icon-chevron-double-up-filled-on.central.icon::before { content: "\eb96"; }
i.icon-chevron-down-small-filled-off.central.icon::before { content: "\eb97"; }
i.icon-chevron-down-small-filled-on.central.icon::before { content: "\eb98"; }
i.icon-chevron-grabber-horizontal-filled-off.central.icon::before { content: "\eb99"; }
i.icon-chevron-grabber-horizontal-filled-on.central.icon::before { content: "\eb9a"; }
i.icon-chevron-grabber-vertical-filled-off.central.icon::before { content: "\eb9b"; }
i.icon-chevron-grabber-vertical-filled-on.central.icon::before { content: "\eb9c"; }
i.icon-chevron-large-down.central.icon::before { content: "\eb9d"; }
i.icon-chev-down.central.icon::before { content: "\eb9d"; }
i.icon-down-filled-off.central.icon::before { content: "\eb9d"; }
i.icon-chevron-large-down1.central.icon::before { content: "\eb9e"; }
i.icon-chev-down1.central.icon::before { content: "\eb9e"; }
i.icon-down-filled-on.central.icon::before { content: "\eb9e"; }
i.icon-chevron-large-left.central.icon::before { content: "\eb9f"; }
i.icon-chev-left.central.icon::before { content: "\eb9f"; }
i.icon-last-filled-off.central.icon::before { content: "\eb9f"; }
i.icon-chevron-large-left1.central.icon::before { content: "\eba0"; }
i.icon-chev-left1.central.icon::before { content: "\eba0"; }
i.icon-last-filled-on.central.icon::before { content: "\eba0"; }
i.icon-chevron-large-right.central.icon::before { content: "\eba1"; }
i.icon-chev-right.central.icon::before { content: "\eba1"; }
i.icon-next-filled-off.central.icon::before { content: "\eba1"; }
i.icon-chevron-large-right1.central.icon::before { content: "\eba2"; }
i.icon-chev-right1.central.icon::before { content: "\eba2"; }
i.icon-next-filled-on.central.icon::before { content: "\eba2"; }
i.icon-chevron-large-top.central.icon::before { content: "\eba3"; }
i.icon-chev-top.central.icon::before { content: "\eba3"; }
i.icon-up-filled-off.central.icon::before { content: "\eba3"; }
i.icon-chevron-large-top1.central.icon::before { content: "\eba4"; }
i.icon-chev-top1.central.icon::before { content: "\eba4"; }
i.icon-up-filled-on.central.icon::before { content: "\eba4"; }
i.icon-chevron-left-filled-off.central.icon::before { content: "\eba5"; }
i.icon-chevron-left-filled-on.central.icon::before { content: "\eba6"; }
i.icon-chevron-left-small-filled-off.central.icon::before { content: "\eba7"; }
i.icon-chevron-left-small-filled-on.central.icon::before { content: "\eba8"; }
i.icon-chevron-right-filled-off.central.icon::before { content: "\eba9"; }
i.icon-chevron-right-filled-on.central.icon::before { content: "\ebaa"; }
i.icon-chevron-right-small-filled-off.central.icon::before { content: "\ebab"; }
i.icon-chevron-right-small-filled-on.central.icon::before { content: "\ebac"; }
i.icon-chevron-top-filled-off.central.icon::before { content: "\ebad"; }
i.icon-chevron-top-filled-on.central.icon::before { content: "\ebae"; }
i.icon-chevron-top-small-filled-off.central.icon::before { content: "\ebaf"; }
i.icon-chevron-top-small-filled-on.central.icon::before { content: "\ebb0"; }
i.icon-chevron-triangle-down-small.central.icon::before { content: "\ebb1"; }
i.icon-dropdown-filled-off.central.icon::before { content: "\ebb1"; }
i.icon-chevron-triangle-down-small1.central.icon::before { content: "\ebb2"; }
i.icon-dropdown-filled-on.central.icon::before { content: "\ebb2"; }
i.icon-chevron-triangle-up-small.central.icon::before { content: "\ebb3"; }
i.icon-dropdown-filled-off1.central.icon::before { content: "\ebb3"; }
i.icon-chevron-triangle-up-small1.central.icon::before { content: "\ebb4"; }
i.icon-dropdown-filled-on1.central.icon::before { content: "\ebb4"; }
i.icon-chip.central.icon::before { content: "\ebb5"; }
i.icon-esim-filled-off.central.icon::before { content: "\ebb5"; }
i.icon-chip1.central.icon::before { content: "\ebb6"; }
i.icon-esim-filled-on.central.icon::before { content: "\ebb6"; }
i.icon-chromecast.central.icon::before { content: "\ebb7"; }
i.icon-cast-filled-off.central.icon::before { content: "\ebb7"; }
i.icon-chromecast1.central.icon::before { content: "\ebb8"; }
i.icon-cast-filled-on.central.icon::before { content: "\ebb8"; }
i.icon-circle-arrow-down.central.icon::before { content: "\ebb9"; }
i.icon-download-square2.central.icon::before { content: "\ebb9"; }
i.icon-save-filled-off5.central.icon::before { content: "\ebb9"; }
i.icon-circle-arrow-down1.central.icon::before { content: "\ebba"; }
i.icon-download-square3.central.icon::before { content: "\ebba"; }
i.icon-save-filled-on6.central.icon::before { content: "\ebba"; }
i.icon-circle-ban-sign1.central.icon::before { content: "\ebbb"; }
i.icon-circle5.central.icon::before { content: "\ebbb"; }
i.icon-block3.central.icon::before { content: "\ebbb"; }
i.icon-ads-filled-off.central.icon::before { content: "\ebbb"; }
i.icon-circle-ban-sign.central.icon::before { content: "\ebbc"; }
i.icon-circle.central.icon::before { content: "\ebbc"; }
i.icon-block2.central.icon::before { content: "\ebbc"; }
i.icon-ads-filled-on.central.icon::before { content: "\ebbc"; }
i.icon-circle-check.central.icon::before { content: "\ebbd"; }
i.icon-check-radio.central.icon::before { content: "\ebbd"; }
i.icon-circle1.central.icon::before { content: "\ebbd"; }
i.icon-checkbox.central.icon::before { content: "\ebbd"; }
i.icon-check.central.icon::before { content: "\ebbd"; }
i.icon-checkmark.central.icon::before { content: "\ebbd"; }
i.icon-confirm-filled-off.central.icon::before { content: "\ebbd"; }
i.icon-circle-check1.central.icon::before { content: "\ebbe"; }
i.icon-check-radio1.central.icon::before { content: "\ebbe"; }
i.icon-circle2.central.icon::before { content: "\ebbe"; }
i.icon-checkbox1.central.icon::before { content: "\ebbe"; }
i.icon-check1.central.icon::before { content: "\ebbe"; }
i.icon-checkmark1.central.icon::before { content: "\ebbe"; }
i.icon-confirm-filled-on.central.icon::before { content: "\ebbe"; }
i.icon-circle-dots-center-1.central.icon::before { content: "\ebbf"; }
i.icon-menu-1.central.icon::before { content: "\ebbf"; }
i.icon-grid.central.icon::before { content: "\ebbf"; }
i.icon-circle-filled-off.central.icon::before { content: "\ebbf"; }
i.icon-circle-dots-center-11.central.icon::before { content: "\ebc0"; }
i.icon-menu-11.central.icon::before { content: "\ebc0"; }
i.icon-grid1.central.icon::before { content: "\ebc0"; }
i.icon-circle-filled-on.central.icon::before { content: "\ebc0"; }
i.icon-circle-dots-center-2.central.icon::before { content: "\ebc1"; }
i.icon-menu-12.central.icon::before { content: "\ebc1"; }
i.icon-grid2.central.icon::before { content: "\ebc1"; }
i.icon-circle-filled-off1.central.icon::before { content: "\ebc1"; }
i.icon-circle-dots-center-21.central.icon::before { content: "\ebc2"; }
i.icon-menu-13.central.icon::before { content: "\ebc2"; }
i.icon-grid3.central.icon::before { content: "\ebc2"; }
i.icon-circle-filled-on1.central.icon::before { content: "\ebc2"; }
i.icon-circle-half-fill.central.icon::before { content: "\ebc3"; }
i.icon-contrast-filled-off.central.icon::before { content: "\ebc3"; }
i.icon-circle-half-fill1.central.icon::before { content: "\ebc4"; }
i.icon-contrast-filled-on.central.icon::before { content: "\ebc4"; }
i.icon-circle-info.central.icon::before { content: "\ebc5"; }
i.icon-info-circle.central.icon::before { content: "\ebc5"; }
i.icon-tooltip.central.icon::before { content: "\ebc5"; }
i.icon-information-filled-off.central.icon::before { content: "\ebc5"; }
i.icon-circle-info1.central.icon::before { content: "\ebc6"; }
i.icon-info-circle1.central.icon::before { content: "\ebc6"; }
i.icon-tooltip1.central.icon::before { content: "\ebc6"; }
i.icon-information-filled-on.central.icon::before { content: "\ebc6"; }
i.icon-circle-minus.central.icon::before { content: "\ebc7"; }
i.icon-remove-filled-off.central.icon::before { content: "\ebc7"; }
i.icon-circle-minus1.central.icon::before { content: "\ebc8"; }
i.icon-remove-filled-on.central.icon::before { content: "\ebc8"; }
i.icon-circle-person.central.icon::before { content: "\ebc9"; }
i.icon-accessibility.central.icon::before { content: "\ebc9"; }
i.icon-a11y-filled-off.central.icon::before { content: "\ebc9"; }
i.icon-circle-person1.central.icon::before { content: "\ebca"; }
i.icon-accessibility1.central.icon::before { content: "\ebca"; }
i.icon-a11y-filled-on.central.icon::before { content: "\ebca"; }
i.icon-circle-placeholder-dashed-filled-off.central.icon::before { content: "\ebcb"; }
i.icon-circle-placeholder-dashed-filled-on.central.icon::before { content: "\ebcc"; }
i.icon-circle-placeholder-off-filled-off.central.icon::before { content: "\ebcd"; }
i.icon-circle-placeholder-off-filled-on.central.icon::before { content: "\ebce"; }
i.icon-circle-placeholder-on-filled-off.central.icon::before { content: "\ebcf"; }
i.icon-circle-placeholder-on-filled-on.central.icon::before { content: "\ebd0"; }
i.icon-circle-plus.central.icon::before { content: "\ebd1"; }
i.icon-add-filled-off1.central.icon::before { content: "\ebd1"; }
i.icon-circle-plus1.central.icon::before { content: "\ebd2"; }
i.icon-add-filled-on1.central.icon::before { content: "\ebd2"; }
i.icon-circle-questionmark.central.icon::before { content: "\ebd3"; }
i.icon-faq.central.icon::before { content: "\ebd3"; }
i.icon-help2.central.icon::before { content: "\ebd3"; }
i.icon-questionaire-filled-off.central.icon::before { content: "\ebd3"; }
i.icon-circle-questionmark1.central.icon::before { content: "\ebd4"; }
i.icon-faq1.central.icon::before { content: "\ebd4"; }
i.icon-help3.central.icon::before { content: "\ebd4"; }
i.icon-questionaire-filled-on.central.icon::before { content: "\ebd4"; }
i.icon-circle-record.central.icon::before { content: "\ebd5"; }
i.icon-voicemail.central.icon::before { content: "\ebd5"; }
i.icon-band.central.icon::before { content: "\ebd5"; }
i.icon-tape-filled-off.central.icon::before { content: "\ebd5"; }
i.icon-circle-record1.central.icon::before { content: "\ebd6"; }
i.icon-voicemail1.central.icon::before { content: "\ebd6"; }
i.icon-band1.central.icon::before { content: "\ebd6"; }
i.icon-tape-filled-on.central.icon::before { content: "\ebd6"; }
i.icon-circle-x.central.icon::before { content: "\ebd7"; }
i.icon-close.central.icon::before { content: "\ebd7"; }
i.icon-checkbox2.central.icon::before { content: "\ebd7"; }
i.icon-remove-filled-off1.central.icon::before { content: "\ebd7"; }
i.icon-circle-x1.central.icon::before { content: "\ebd8"; }
i.icon-close1.central.icon::before { content: "\ebd8"; }
i.icon-checkbox3.central.icon::before { content: "\ebd8"; }
i.icon-remove-filled-on1.central.icon::before { content: "\ebd8"; }
i.icon-circle3.central.icon::before { content: "\ebd9"; }
i.icon-line.central.icon::before { content: "\ebd9"; }
i.icon-paint-filled-off.central.icon::before { content: "\ebd9"; }
i.icon-circle4.central.icon::before { content: "\ebda"; }
i.icon-line1.central.icon::before { content: "\ebda"; }
i.icon-paint-filled-on.central.icon::before { content: "\ebda"; }
i.icon-circles-three.central.icon::before { content: "\ebdb"; }
i.icon-bubbles-filled-off.central.icon::before { content: "\ebdb"; }
i.icon-circles-three1.central.icon::before { content: "\ebdc"; }
i.icon-bubbles-filled-on.central.icon::before { content: "\ebdc"; }
i.icon-clapperboard-filled-off.central.icon::before { content: "\ebdd"; }
i.icon-clapperboard-filled-on.central.icon::before { content: "\ebde"; }
i.icon-clipboard-2.central.icon::before { content: "\ebdf"; }
i.icon-copy.central.icon::before { content: "\ebdf"; }
i.icon-list-filled-off1.central.icon::before { content: "\ebdf"; }
i.icon-clipboard-21.central.icon::before { content: "\ebe0"; }
i.icon-copy1.central.icon::before { content: "\ebe0"; }
i.icon-list-filled-on1.central.icon::before { content: "\ebe0"; }
i.icon-clipboard.central.icon::before { content: "\ebe1"; }
i.icon-copy2.central.icon::before { content: "\ebe1"; }
i.icon-list-filled-off2.central.icon::before { content: "\ebe1"; }
i.icon-clipboard1.central.icon::before { content: "\ebe2"; }
i.icon-copy3.central.icon::before { content: "\ebe2"; }
i.icon-list-filled-on2.central.icon::before { content: "\ebe2"; }
i.icon-clock-alert.central.icon::before { content: "\ebe3"; }
i.icon-timer-filled-off.central.icon::before { content: "\ebe3"; }
i.icon-clock-alert1.central.icon::before { content: "\ebe4"; }
i.icon-timer-filled-on.central.icon::before { content: "\ebe4"; }
i.icon-clock-snooze.central.icon::before { content: "\ebe5"; }
i.icon-timer.central.icon::before { content: "\ebe5"; }
i.icon-snooze.central.icon::before { content: "\ebe5"; }
i.icon-zz-filled-off.central.icon::before { content: "\ebe5"; }
i.icon-clock-snooze1.central.icon::before { content: "\ebe6"; }
i.icon-timer1.central.icon::before { content: "\ebe6"; }
i.icon-snooze1.central.icon::before { content: "\ebe6"; }
i.icon-zz-filled-on.central.icon::before { content: "\ebe6"; }
i.icon-clock-square.central.icon::before { content: "\ebe7"; }
i.icon-time.central.icon::before { content: "\ebe7"; }
i.icon-timer-filled-off1.central.icon::before { content: "\ebe7"; }
i.icon-clock-square1.central.icon::before { content: "\ebe8"; }
i.icon-time1.central.icon::before { content: "\ebe8"; }
i.icon-timer-filled-on1.central.icon::before { content: "\ebe8"; }
i.icon-clock.central.icon::before { content: "\ebe9"; }
i.icon-time2.central.icon::before { content: "\ebe9"; }
i.icon-timer-filled-off2.central.icon::before { content: "\ebe9"; }
i.icon-clock2.central.icon::before { content: "\ebea"; }
i.icon-time3.central.icon::before { content: "\ebea"; }
i.icon-timer-filled-on2.central.icon::before { content: "\ebea"; }
i.icon-close-quote-1.central.icon::before { content: "\ebeb"; }
i.icon-blockquote-filled-off2.central.icon::before { content: "\ebeb"; }
i.icon-close-quote-11.central.icon::before { content: "\ebec"; }
i.icon-blockquote-filled-on3.central.icon::before { content: "\ebec"; }
i.icon-close-quote-21.central.icon::before { content: "\ebed"; }
i.icon-blockquote-filled-off3.central.icon::before { content: "\ebed"; }
i.icon-close-quote-2.central.icon::before { content: "\ebee"; }
i.icon-blockquote-filled-on.central.icon::before { content: "\ebee"; }
i.icon-closed-captioning.central.icon::before { content: "\ebef"; }
i.icon-cc-filled-off.central.icon::before { content: "\ebef"; }
i.icon-closed-captioning1.central.icon::before { content: "\ebf0"; }
i.icon-cc-filled-on.central.icon::before { content: "\ebf0"; }
i.icon-cloud--filled-off.central.icon::before { content: "\ebf1"; }
i.icon-cloud--filled-on.central.icon::before { content: "\ebf2"; }
i.icon-cloud-check.central.icon::before { content: "\ebf3"; }
i.icon-save-filled-off1.central.icon::before { content: "\ebf3"; }
i.icon-cloud-check1.central.icon::before { content: "\ebf4"; }
i.icon-save-filled-on1.central.icon::before { content: "\ebf4"; }
i.icon-cloud-download-filled-off.central.icon::before { content: "\ebf5"; }
i.icon-cloud-download-filled-on.central.icon::before { content: "\ebf6"; }
i.icon-cloud-off-2.central.icon::before { content: "\ebf7"; }
i.icon-offline--filled-off.central.icon::before { content: "\ebf7"; }
i.icon-cloud-off-21.central.icon::before { content: "\ebf8"; }
i.icon-offline--filled-on.central.icon::before { content: "\ebf8"; }
i.icon-cloud-off.central.icon::before { content: "\ebf9"; }
i.icon-offline--filled-off1.central.icon::before { content: "\ebf9"; }
i.icon-cloud-off1.central.icon::before { content: "\ebfa"; }
i.icon-offline--filled-on1.central.icon::before { content: "\ebfa"; }
i.icon-cloud-simple-disconnected-filled-off.central.icon::before { content: "\ebfb"; }
i.icon-cloud-simple-disconnected-filled-on.central.icon::before { content: "\ebfc"; }
i.icon-cloud-simple-download-filled-off.central.icon::before { content: "\ebfd"; }
i.icon-cloud-simple-download-filled-on.central.icon::before { content: "\ebfe"; }
i.icon-cloud-simple-filled-off.central.icon::before { content: "\ebff"; }
i.icon-cloud-simple-filled-on.central.icon::before { content: "\ec00"; }
i.icon-cloud-simple-upload-filled-off.central.icon::before { content: "\ec01"; }
i.icon-cloud-simple-upload-filled-on.central.icon::before { content: "\ec02"; }
i.icon-cloud-snow-filled-off.central.icon::before { content: "\ec03"; }
i.icon-cloud-snow-filled-on.central.icon::before { content: "\ec04"; }
i.icon-cloud-sync-filled-off.central.icon::before { content: "\ec05"; }
i.icon-cloud-sync-filled-on.central.icon::before { content: "\ec06"; }
i.icon-cloud-upload-filled-off.central.icon::before { content: "\ec07"; }
i.icon-cloud-upload-filled-on.central.icon::before { content: "\ec08"; }
i.icon-cloud.central.icon::before { content: "\ec09"; }
i.icon-clouds-filled-off.central.icon::before { content: "\ec09"; }
i.icon-cloud1.central.icon::before { content: "\ec0a"; }
i.icon-clouds-filled-on.central.icon::before { content: "\ec0a"; }
i.icon-cloudy-sun.central.icon::before { content: "\ec0b"; }
i.icon-clouds-filled-off1.central.icon::before { content: "\ec0b"; }
i.icon-cloudy-sun1.central.icon::before { content: "\ec0c"; }
i.icon-clouds-filled-on1.central.icon::before { content: "\ec0c"; }
i.icon-cloudy.central.icon::before { content: "\ec0d"; }
i.icon-clouds-filled-off2.central.icon::before { content: "\ec0d"; }
i.icon-cloudy1.central.icon::before { content: "\ec0e"; }
i.icon-clouds-filled-on2.central.icon::before { content: "\ec0e"; }
i.icon-cmd-box.central.icon::before { content: "\ec0f"; }
i.icon-command.central.icon::before { content: "\ec0f"; }
i.icon-apple.central.icon::before { content: "\ec0f"; }
i.icon-key-filled-off1.central.icon::before { content: "\ec0f"; }
i.icon-cmd-box1.central.icon::before { content: "\ec10"; }
i.icon-command1.central.icon::before { content: "\ec10"; }
i.icon-apple1.central.icon::before { content: "\ec10"; }
i.icon-key-filled-on1.central.icon::before { content: "\ec10"; }
i.icon-cmd.central.icon::before { content: "\ec11"; }
i.icon-command2.central.icon::before { content: "\ec11"; }
i.icon-apple2.central.icon::before { content: "\ec11"; }
i.icon-key-filled-off2.central.icon::before { content: "\ec11"; }
i.icon-cmd1.central.icon::before { content: "\ec12"; }
i.icon-command3.central.icon::before { content: "\ec12"; }
i.icon-apple3.central.icon::before { content: "\ec12"; }
i.icon-key-filled-on2.central.icon::before { content: "\ec12"; }
i.icon-cocktail.central.icon::before { content: "\ec13"; }
i.icon-drink-filled-off.central.icon::before { content: "\ec13"; }
i.icon-cocktail1.central.icon::before { content: "\ec14"; }
i.icon-drink-filled-on.central.icon::before { content: "\ec14"; }
i.icon-code-brackets-filled-off.central.icon::before { content: "\ec15"; }
i.icon-code-brackets-filled-on.central.icon::before { content: "\ec16"; }
i.icon-code-filled-off.central.icon::before { content: "\ec17"; }
i.icon-code-filled-on.central.icon::before { content: "\ec18"; }
i.icon-code-insert-filled-off.central.icon::before { content: "\ec19"; }
i.icon-code-insert-filled-on.central.icon::before { content: "\ec1a"; }
i.icon-code-lines-filled-off.central.icon::before { content: "\ec1b"; }
i.icon-code-lines-filled-on.central.icon::before { content: "\ec1c"; }
i.icon-coin-1.central.icon::before { content: "\ec1d"; }
i.icon-credits.central.icon::before { content: "\ec1d"; }
i.icon-money-filled-off3.central.icon::before { content: "\ec1d"; }
i.icon-coin-11.central.icon::before { content: "\ec1e"; }
i.icon-credits1.central.icon::before { content: "\ec1e"; }
i.icon-money-filled-on3.central.icon::before { content: "\ec1e"; }
i.icon-coin-21.central.icon::before { content: "\ec1f"; }
i.icon-credits-filled-off.central.icon::before { content: "\ec1f"; }
i.icon-coin-2.central.icon::before { content: "\ec20"; }
i.icon-credits-filled-on.central.icon::before { content: "\ec20"; }
i.icon-coins-add.central.icon::before { content: "\ec21"; }
i.icon-money-filled-off.central.icon::before { content: "\ec21"; }
i.icon-coins-add1.central.icon::before { content: "\ec22"; }
i.icon-money-filled-on.central.icon::before { content: "\ec22"; }
i.icon-coins.central.icon::before { content: "\ec23"; }
i.icon-money4.central.icon::before { content: "\ec23"; }
i.icon-transfer-filled-off.central.icon::before { content: "\ec23"; }
i.icon-coins1.central.icon::before { content: "\ec24"; }
i.icon-money5.central.icon::before { content: "\ec24"; }
i.icon-transfer-filled-on.central.icon::before { content: "\ec24"; }
i.icon-color-palette.central.icon::before { content: "\ec25"; }
i.icon-colours-filled-off.central.icon::before { content: "\ec25"; }
i.icon-color-palette1.central.icon::before { content: "\ec26"; }
i.icon-colours-filled-on.central.icon::before { content: "\ec26"; }
i.icon-color-picker.central.icon::before { content: "\ec27"; }
i.icon-color-filled-off1.central.icon::before { content: "\ec27"; }
i.icon-color-picker1.central.icon::before { content: "\ec28"; }
i.icon-color-filled-on1.central.icon::before { content: "\ec28"; }
i.icon-color-roll.central.icon::before { content: "\ec29"; }
i.icon-paint-roller-filled-off.central.icon::before { content: "\ec29"; }
i.icon-color-roll1.central.icon::before { content: "\ec2a"; }
i.icon-paint-roller-filled-on.central.icon::before { content: "\ec2a"; }
i.icon-color-swatch.central.icon::before { content: "\ec2b"; }
i.icon-palette.central.icon::before { content: "\ec2b"; }
i.icon-colours-filled-off1.central.icon::before { content: "\ec2b"; }
i.icon-color-swatch1.central.icon::before { content: "\ec2c"; }
i.icon-palette1.central.icon::before { content: "\ec2c"; }
i.icon-colours-filled-on1.central.icon::before { content: "\ec2c"; }
i.icon-colors.central.icon::before { content: "\ec2d"; }
i.icon-rgb.central.icon::before { content: "\ec2d"; }
i.icon-adjustments-filled-off.central.icon::before { content: "\ec2d"; }
i.icon-colors1.central.icon::before { content: "\ec2e"; }
i.icon-rgb1.central.icon::before { content: "\ec2e"; }
i.icon-adjustments-filled-on.central.icon::before { content: "\ec2e"; }
i.icon-column-wide-add-filled-off.central.icon::before { content: "\ec2f"; }
i.icon-column-wide-add-filled-on.central.icon::before { content: "\ec30"; }
i.icon-column-wide-half-add-filled-off.central.icon::before { content: "\ec31"; }
i.icon-column-wide-half-add-filled-on.central.icon::before { content: "\ec32"; }
i.icon-column-wide-half-filled-off.central.icon::before { content: "\ec33"; }
i.icon-column-wide-half-filled-on.central.icon::before { content: "\ec34"; }
i.icon-column-wide-half-remove-filled-off.central.icon::before { content: "\ec35"; }
i.icon-column-wide-half-remove-filled-on.central.icon::before { content: "\ec36"; }
i.icon-column-wide-remove-filled-off.central.icon::before { content: "\ec37"; }
i.icon-column-wide-remove-filled-on.central.icon::before { content: "\ec38"; }
i.icon-column-wide.central.icon::before { content: "\ec39"; }
i.icon-colums-filled-off.central.icon::before { content: "\ec39"; }
i.icon-column-wide1.central.icon::before { content: "\ec3a"; }
i.icon-colums-filled-on.central.icon::before { content: "\ec3a"; }
i.icon-compass-round.central.icon::before { content: "\ec3b"; }
i.icon-browser.central.icon::before { content: "\ec3b"; }
i.icon-safari.central.icon::before { content: "\ec3b"; }
i.icon-web.central.icon::before { content: "\ec3b"; }
i.icon-internet.central.icon::before { content: "\ec3b"; }
i.icon-navigation-filled-off.central.icon::before { content: "\ec3b"; }
i.icon-compass-round1.central.icon::before { content: "\ec3c"; }
i.icon-browser1.central.icon::before { content: "\ec3c"; }
i.icon-safari1.central.icon::before { content: "\ec3c"; }
i.icon-web1.central.icon::before { content: "\ec3c"; }
i.icon-internet1.central.icon::before { content: "\ec3c"; }
i.icon-navigation-filled-on.central.icon::before { content: "\ec3c"; }
i.icon-compass-square.central.icon::before { content: "\ec3d"; }
i.icon-browser2.central.icon::before { content: "\ec3d"; }
i.icon-safari2.central.icon::before { content: "\ec3d"; }
i.icon-web2.central.icon::before { content: "\ec3d"; }
i.icon-internet2.central.icon::before { content: "\ec3d"; }
i.icon-navigation-filled-off1.central.icon::before { content: "\ec3d"; }
i.icon-compass-square1.central.icon::before { content: "\ec3e"; }
i.icon-browser3.central.icon::before { content: "\ec3e"; }
i.icon-safari3.central.icon::before { content: "\ec3e"; }
i.icon-web3.central.icon::before { content: "\ec3e"; }
i.icon-internet3.central.icon::before { content: "\ec3e"; }
i.icon-navigation-filled-on1.central.icon::before { content: "\ec3e"; }
i.icon-components.central.icon::before { content: "\ec3f"; }
i.icon-figma-filled-off.central.icon::before { content: "\ec3f"; }
i.icon-components1.central.icon::before { content: "\ec40"; }
i.icon-figma-filled-on.central.icon::before { content: "\ec40"; }
i.icon-concise.central.icon::before { content: "\ec41"; }
i.icon-text-shorten.central.icon::before { content: "\ec41"; }
i.icon-squeeze-filled-off.central.icon::before { content: "\ec41"; }
i.icon-concise1.central.icon::before { content: "\ec42"; }
i.icon-text-shorten1.central.icon::before { content: "\ec42"; }
i.icon-squeeze-filled-on.central.icon::before { content: "\ec42"; }
i.icon-console-simple-filled-off.central.icon::before { content: "\ec43"; }
i.icon-console-simple-filled-on.central.icon::before { content: "\ec44"; }
i.icon-console.central.icon::before { content: "\ec45"; }
i.icon-terminal-filled-off.central.icon::before { content: "\ec45"; }
i.icon-console1.central.icon::before { content: "\ec46"; }
i.icon-terminal-filled-on.central.icon::before { content: "\ec46"; }
i.icon-construction-helmet.central.icon::before { content: "\ec47"; }
i.icon-work.central.icon::before { content: "\ec47"; }
i.icon-wip-filled-off.central.icon::before { content: "\ec47"; }
i.icon-construction-helmet1.central.icon::before { content: "\ec48"; }
i.icon-work1.central.icon::before { content: "\ec48"; }
i.icon-wip-filled-on.central.icon::before { content: "\ec48"; }
i.icon-contacts.central.icon::before { content: "\ec49"; }
i.icon-address-book-filled-off.central.icon::before { content: "\ec49"; }
i.icon-contacts1.central.icon::before { content: "\ec4a"; }
i.icon-address-book-filled-on.central.icon::before { content: "\ec4a"; }
i.icon-contrast-filled-off1.central.icon::before { content: "\ec4b"; }
i.icon-contrast-filled-on1.central.icon::before { content: "\ec4c"; }
i.icon-control-filled-off.central.icon::before { content: "\ec4d"; }
i.icon-control-filled-on.central.icon::before { content: "\ec4e"; }
i.icon-cookies-filled-off.central.icon::before { content: "\ec4f"; }
i.icon-cookies-filled-on.central.icon::before { content: "\ec50"; }
i.icon-copyright-filled-off.central.icon::before { content: "\ec51"; }
i.icon-copyright-filled-on.central.icon::before { content: "\ec52"; }
i.icon-court-filled-off.central.icon::before { content: "\ec53"; }
i.icon-court-filled-on.central.icon::before { content: "\ec54"; }
i.icon-credit-card-1.central.icon::before { content: "\ec55"; }
i.icon-card.central.icon::before { content: "\ec55"; }
i.icon-payment-filled-off.central.icon::before { content: "\ec55"; }
i.icon-credit-card-11.central.icon::before { content: "\ec56"; }
i.icon-card1.central.icon::before { content: "\ec56"; }
i.icon-payment-filled-on.central.icon::before { content: "\ec56"; }
i.icon-credit-card-2.central.icon::before { content: "\ec57"; }
i.icon-card2.central.icon::before { content: "\ec57"; }
i.icon-payment-filled-off1.central.icon::before { content: "\ec57"; }
i.icon-credit-card-21.central.icon::before { content: "\ec58"; }
i.icon-card3.central.icon::before { content: "\ec58"; }
i.icon-payment-filled-on1.central.icon::before { content: "\ec58"; }
i.icon-credit-card-add.central.icon::before { content: "\ec59"; }
i.icon-card4.central.icon::before { content: "\ec59"; }
i.icon-payment-filled-off2.central.icon::before { content: "\ec59"; }
i.icon-credit-card-add1.central.icon::before { content: "\ec5a"; }
i.icon-card5.central.icon::before { content: "\ec5a"; }
i.icon-payment-filled-on2.central.icon::before { content: "\ec5a"; }
i.icon-crop-filled-off.central.icon::before { content: "\ec5b"; }
i.icon-crop-filled-on.central.icon::before { content: "\ec5c"; }
i.icon-cross-large.central.icon::before { content: "\ec5d"; }
i.icon-crossed-large.central.icon::before { content: "\ec5d"; }
i.icon-close-filled-off.central.icon::before { content: "\ec5d"; }
i.icon-cross-large1.central.icon::before { content: "\ec5e"; }
i.icon-crossed-large1.central.icon::before { content: "\ec5e"; }
i.icon-close-filled-on.central.icon::before { content: "\ec5e"; }
i.icon-cross-small.central.icon::before { content: "\ec5f"; }
i.icon-crossed-small.central.icon::before { content: "\ec5f"; }
i.icon-delete4.central.icon::before { content: "\ec5f"; }
i.icon-remove-filled-off2.central.icon::before { content: "\ec5f"; }
i.icon-cross-small1.central.icon::before { content: "\ec60"; }
i.icon-crossed-small1.central.icon::before { content: "\ec60"; }
i.icon-delete5.central.icon::before { content: "\ec60"; }
i.icon-remove-filled-on2.central.icon::before { content: "\ec60"; }
i.icon-crown.central.icon::before { content: "\ec61"; }
i.icon-vip-filled-off.central.icon::before { content: "\ec61"; }
i.icon-crown1.central.icon::before { content: "\ec62"; }
i.icon-vip-filled-on.central.icon::before { content: "\ec62"; }
i.icon-crypto-coin-filled-off.central.icon::before { content: "\ec63"; }
i.icon-crypto-coin-filled-on.central.icon::before { content: "\ec64"; }
i.icon-crypto-filled-off.central.icon::before { content: "\ec65"; }
i.icon-crypto-filled-on.central.icon::before { content: "\ec66"; }
i.icon-crypto-wallet-filled-off.central.icon::before { content: "\ec67"; }
i.icon-crypto-wallet-filled-on.central.icon::before { content: "\ec68"; }
i.icon-cryptopunk.central.icon::before { content: "\ec69"; }
i.icon-nft.central.icon::before { content: "\ec69"; }
i.icon-pfp.central.icon::before { content: "\ec69"; }
i.icon-profile.central.icon::before { content: "\ec69"; }
i.icon-avatar-filled-off2.central.icon::before { content: "\ec69"; }
i.icon-cryptopunk1.central.icon::before { content: "\ec6a"; }
i.icon-nft1.central.icon::before { content: "\ec6a"; }
i.icon-pfp1.central.icon::before { content: "\ec6a"; }
i.icon-profile1.central.icon::before { content: "\ec6a"; }
i.icon-avatar-filled-on2.central.icon::before { content: "\ec6a"; }
i.icon-cup-hot.central.icon::before { content: "\ec6b"; }
i.icon-coffee.central.icon::before { content: "\ec6b"; }
i.icon-tea.central.icon::before { content: "\ec6b"; }
i.icon-milk-filled-off.central.icon::before { content: "\ec6b"; }
i.icon-cup-hot1.central.icon::before { content: "\ec6c"; }
i.icon-coffee1.central.icon::before { content: "\ec6c"; }
i.icon-tea1.central.icon::before { content: "\ec6c"; }
i.icon-milk-filled-on.central.icon::before { content: "\ec6c"; }
i.icon-cup.central.icon::before { content: "\ec6d"; }
i.icon-tea2.central.icon::before { content: "\ec6d"; }
i.icon-coffee-filled-off.central.icon::before { content: "\ec6d"; }
i.icon-cup1.central.icon::before { content: "\ec6e"; }
i.icon-tea3.central.icon::before { content: "\ec6e"; }
i.icon-coffee-filled-on.central.icon::before { content: "\ec6e"; }
i.icon-cursor-1.central.icon::before { content: "\ec6f"; }
i.icon-arrow-filled-off.central.icon::before { content: "\ec6f"; }
i.icon-cursor-11.central.icon::before { content: "\ec70"; }
i.icon-arrow-filled-on.central.icon::before { content: "\ec70"; }
i.icon-cursor-2.central.icon::before { content: "\ec71"; }
i.icon-arrow-filled-off1.central.icon::before { content: "\ec71"; }
i.icon-cursor-21.central.icon::before { content: "\ec72"; }
i.icon-arrow-filled-on1.central.icon::before { content: "\ec72"; }
i.icon-cursor-3.central.icon::before { content: "\ec73"; }
i.icon-arrow-filled-off2.central.icon::before { content: "\ec73"; }
i.icon-cursor-31.central.icon::before { content: "\ec74"; }
i.icon-arrow-filled-on2.central.icon::before { content: "\ec74"; }
i.icon-cursor-click.central.icon::before { content: "\ec75"; }
i.icon-arrow4.central.icon::before { content: "\ec75"; }
i.icon-clickbait-filled-off.central.icon::before { content: "\ec75"; }
i.icon-cursor-click1.central.icon::before { content: "\ec76"; }
i.icon-arrow5.central.icon::before { content: "\ec76"; }
i.icon-clickbait-filled-on.central.icon::before { content: "\ec76"; }
i.icon-cursor-list.central.icon::before { content: "\ec77"; }
i.icon-cursor.central.icon::before { content: "\ec77"; }
i.icon-list-filled-off3.central.icon::before { content: "\ec77"; }
i.icon-cursor-list1.central.icon::before { content: "\ec78"; }
i.icon-cursor1.central.icon::before { content: "\ec78"; }
i.icon-list-filled-on3.central.icon::before { content: "\ec78"; }
i.icon-curtain.central.icon::before { content: "\ec79"; }
i.icon-showtime.central.icon::before { content: "\ec79"; }
i.icon-theater-filled-off.central.icon::before { content: "\ec79"; }
i.icon-curtain1.central.icon::before { content: "\ec7a"; }
i.icon-showtime1.central.icon::before { content: "\ec7a"; }
i.icon-theater-filled-on.central.icon::before { content: "\ec7a"; }
i.icon-cute-robot-filled-off.central.icon::before { content: "\ec7b"; }
i.icon-cute-robot-filled-on.central.icon::before { content: "\ec7c"; }
i.icon-dashboard-fast-filled-off.central.icon::before { content: "\ec7d"; }
i.icon-dashboard-fast-filled-on.central.icon::before { content: "\ec7e"; }
i.icon-dashboard-low-filled-off.central.icon::before { content: "\ec7f"; }
i.icon-dashboard-low-filled-on.central.icon::before { content: "\ec80"; }
i.icon-dashboard-middle-filled-off.central.icon::before { content: "\ec81"; }
i.icon-dashboard-middle-filled-on.central.icon::before { content: "\ec82"; }
i.icon-date-custom-filled-off.central.icon::before { content: "\ec83"; }
i.icon-date-custom-filled-on.central.icon::before { content: "\ec84"; }
i.icon-date-daily-filled-off.central.icon::before { content: "\ec85"; }
i.icon-date-daily-filled-on.central.icon::before { content: "\ec86"; }
i.icon-date-monthly-filled-off.central.icon::before { content: "\ec87"; }
i.icon-date-monthly-filled-on.central.icon::before { content: "\ec88"; }
i.icon-date-weekdays-filled-off.central.icon::before { content: "\ec89"; }
i.icon-date-weekdays-filled-on.central.icon::before { content: "\ec8a"; }
i.icon-date-weekly-filled-off.central.icon::before { content: "\ec8b"; }
i.icon-date-weekly-filled-on.central.icon::before { content: "\ec8c"; }
i.icon-date-yearly.central.icon::before { content: "\ec8d"; }
i.icon-fireworks.central.icon::before { content: "\ec8d"; }
i.icon-new-year-filled-off.central.icon::before { content: "\ec8d"; }
i.icon-date-yearly1.central.icon::before { content: "\ec8e"; }
i.icon-fireworks1.central.icon::before { content: "\ec8e"; }
i.icon-new-year-filled-on.central.icon::before { content: "\ec8e"; }
i.icon-debugger.central.icon::before { content: "\ec8f"; }
i.icon-debug-filled-off.central.icon::before { content: "\ec8f"; }
i.icon-debugger1.central.icon::before { content: "\ec90"; }
i.icon-debug-filled-on.central.icon::before { content: "\ec90"; }
i.icon-delivery-bike-filled-off.central.icon::before { content: "\ec91"; }
i.icon-delivery-bike-filled-on.central.icon::before { content: "\ec92"; }
i.icon-desk-office-2-filled-off.central.icon::before { content: "\ec93"; }
i.icon-desk-office-2-filled-on.central.icon::before { content: "\ec94"; }
i.icon-desk-office-filled-off.central.icon::before { content: "\ec95"; }
i.icon-desk-office-filled-on.central.icon::before { content: "\ec96"; }
i.icon-devices.central.icon::before { content: "\ec97"; }
i.icon-macbook.central.icon::before { content: "\ec97"; }
i.icon-iphone.central.icon::before { content: "\ec97"; }
i.icon-phone.central.icon::before { content: "\ec97"; }
i.icon-connected-filled-off.central.icon::before { content: "\ec97"; }
i.icon-devices1.central.icon::before { content: "\ec98"; }
i.icon-macbook1.central.icon::before { content: "\ec98"; }
i.icon-iphone1.central.icon::before { content: "\ec98"; }
i.icon-phone1.central.icon::before { content: "\ec98"; }
i.icon-connected-filled-on.central.icon::before { content: "\ec98"; }
i.icon-diamond-shine.central.icon::before { content: "\ec99"; }
i.icon-pop.central.icon::before { content: "\ec99"; }
i.icon-polish-filled-off.central.icon::before { content: "\ec99"; }
i.icon-diamond-shine1.central.icon::before { content: "\ec9a"; }
i.icon-pop1.central.icon::before { content: "\ec9a"; }
i.icon-polish-filled-on.central.icon::before { content: "\ec9a"; }
i.icon-diamond.central.icon::before { content: "\ec9b"; }
i.icon-pro.central.icon::before { content: "\ec9b"; }
i.icon-premium-filled-off.central.icon::before { content: "\ec9b"; }
i.icon-diamond1.central.icon::before { content: "\ec9c"; }
i.icon-pro1.central.icon::before { content: "\ec9c"; }
i.icon-premium-filled-on.central.icon::before { content: "\ec9c"; }
i.icon-dice-1.central.icon::before { content: "\ec9d"; }
i.icon-roll-filled-off.central.icon::before { content: "\ec9d"; }
i.icon-dice-11.central.icon::before { content: "\ec9e"; }
i.icon-roll-filled-on.central.icon::before { content: "\ec9e"; }
i.icon-dice-2.central.icon::before { content: "\ec9f"; }
i.icon-roll-filled-off1.central.icon::before { content: "\ec9f"; }
i.icon-dice-21.central.icon::before { content: "\eca0"; }
i.icon-roll-filled-on1.central.icon::before { content: "\eca0"; }
i.icon-dice-3.central.icon::before { content: "\eca1"; }
i.icon-roll-filled-off2.central.icon::before { content: "\eca1"; }
i.icon-dice-31.central.icon::before { content: "\eca2"; }
i.icon-roll-filled-on2.central.icon::before { content: "\eca2"; }
i.icon-dice-4.central.icon::before { content: "\eca3"; }
i.icon-roll-filled-off3.central.icon::before { content: "\eca3"; }
i.icon-dice-41.central.icon::before { content: "\eca4"; }
i.icon-roll-filled-on3.central.icon::before { content: "\eca4"; }
i.icon-dice-5.central.icon::before { content: "\eca5"; }
i.icon-roll-filled-off4.central.icon::before { content: "\eca5"; }
i.icon-dice-51.central.icon::before { content: "\eca6"; }
i.icon-roll-filled-on4.central.icon::before { content: "\eca6"; }
i.icon-dice-6.central.icon::before { content: "\eca7"; }
i.icon-roll-filled-off5.central.icon::before { content: "\eca7"; }
i.icon-dice-61.central.icon::before { content: "\eca8"; }
i.icon-roll-filled-on5.central.icon::before { content: "\eca8"; }
i.icon-dices.central.icon::before { content: "\eca9"; }
i.icon-random.central.icon::before { content: "\eca9"; }
i.icon-roll-filled-off6.central.icon::before { content: "\eca9"; }
i.icon-dices1.central.icon::before { content: "\ecaa"; }
i.icon-random1.central.icon::before { content: "\ecaa"; }
i.icon-roll-filled-on6.central.icon::before { content: "\ecaa"; }
i.icon-direction-1.central.icon::before { content: "\ecab"; }
i.icon-route-filled-off.central.icon::before { content: "\ecab"; }
i.icon-direction-11.central.icon::before { content: "\ecac"; }
i.icon-route-filled-on.central.icon::before { content: "\ecac"; }
i.icon-direction-2.central.icon::before { content: "\ecad"; }
i.icon-route-filled-off1.central.icon::before { content: "\ecad"; }
i.icon-direction-21.central.icon::before { content: "\ecae"; }
i.icon-route-filled-on1.central.icon::before { content: "\ecae"; }
i.icon-director-chair.central.icon::before { content: "\ecaf"; }
i.icon-chair-filled-off.central.icon::before { content: "\ecaf"; }
i.icon-director-chair1.central.icon::before { content: "\ecb0"; }
i.icon-chair-filled-on.central.icon::before { content: "\ecb0"; }
i.icon-dishwasher.central.icon::before { content: "\ecb1"; }
i.icon-clean-filled-off1.central.icon::before { content: "\ecb1"; }
i.icon-dishwasher1.central.icon::before { content: "\ecb2"; }
i.icon-clean-filled-on2.central.icon::before { content: "\ecb2"; }
i.icon-divider.central.icon::before { content: "\ecb3"; }
i.icon-add-line-filled-off.central.icon::before { content: "\ecb3"; }
i.icon-divider1.central.icon::before { content: "\ecb4"; }
i.icon-add-line-filled-on.central.icon::before { content: "\ecb4"; }
i.icon-dollar1.central.icon::before { content: "\ecb5"; }
i.icon-currency7.central.icon::before { content: "\ecb5"; }
i.icon-money13.central.icon::before { content: "\ecb5"; }
i.icon-coin5.central.icon::before { content: "\ecb5"; }
i.icon-USD-filled-off.central.icon::before { content: "\ecb5"; }
i.icon-dollar.central.icon::before { content: "\ecb6"; }
i.icon-currency.central.icon::before { content: "\ecb6"; }
i.icon-money6.central.icon::before { content: "\ecb6"; }
i.icon-coin.central.icon::before { content: "\ecb6"; }
i.icon-USD-filled-on.central.icon::before { content: "\ecb6"; }
i.icon-donut-filled-off.central.icon::before { content: "\ecb7"; }
i.icon-donut-filled-on.central.icon::before { content: "\ecb8"; }
i.icon-donut-glaze-filled-off.central.icon::before { content: "\ecb9"; }
i.icon-donut-glaze-filled-on.central.icon::before { content: "\ecba"; }
i.icon-door-hanger.central.icon::before { content: "\ecbb"; }
i.icon-sign.central.icon::before { content: "\ecbb"; }
i.icon-do-not-disdurb-filled-off.central.icon::before { content: "\ecbb"; }
i.icon-door-hanger1.central.icon::before { content: "\ecbc"; }
i.icon-sign1.central.icon::before { content: "\ecbc"; }
i.icon-do-not-disdurb-filled-on.central.icon::before { content: "\ecbc"; }
i.icon-door.central.icon::before { content: "\ecbd"; }
i.icon-login2.central.icon::before { content: "\ecbd"; }
i.icon-logout-filled-off.central.icon::before { content: "\ecbd"; }
i.icon-door1.central.icon::before { content: "\ecbe"; }
i.icon-login3.central.icon::before { content: "\ecbe"; }
i.icon-logout-filled-on.central.icon::before { content: "\ecbe"; }
i.icon-dossier-filled-off.central.icon::before { content: "\ecbf"; }
i.icon-dossier-filled-on.central.icon::before { content: "\ecc0"; }
i.icon-dot-grid-1x3-horizontal.central.icon::before { content: "\ecc1"; }
i.icon-menu6.central.icon::before { content: "\ecc1"; }
i.icon-drag.central.icon::before { content: "\ecc1"; }
i.icon-grab-filled-off.central.icon::before { content: "\ecc1"; }
i.icon-dot-grid-1x3-horizontal1.central.icon::before { content: "\ecc2"; }
i.icon-menu7.central.icon::before { content: "\ecc2"; }
i.icon-drag1.central.icon::before { content: "\ecc2"; }
i.icon-grab-filled-on.central.icon::before { content: "\ecc2"; }
i.icon-dot-grid-1x3-vertical.central.icon::before { content: "\ecc3"; }
i.icon-menu8.central.icon::before { content: "\ecc3"; }
i.icon-drag2.central.icon::before { content: "\ecc3"; }
i.icon-grab-filled-off1.central.icon::before { content: "\ecc3"; }
i.icon-dot-grid-1x3-vertical1.central.icon::before { content: "\ecc4"; }
i.icon-menu9.central.icon::before { content: "\ecc4"; }
i.icon-drag3.central.icon::before { content: "\ecc4"; }
i.icon-grab-filled-on1.central.icon::before { content: "\ecc4"; }
i.icon-dot-grid-2x3.central.icon::before { content: "\ecc5"; }
i.icon-menu10.central.icon::before { content: "\ecc5"; }
i.icon-drag4.central.icon::before { content: "\ecc5"; }
i.icon-grab-filled-off2.central.icon::before { content: "\ecc5"; }
i.icon-dot-grid-2x31.central.icon::before { content: "\ecc6"; }
i.icon-menu11.central.icon::before { content: "\ecc6"; }
i.icon-drag5.central.icon::before { content: "\ecc6"; }
i.icon-grab-filled-on2.central.icon::before { content: "\ecc6"; }
i.icon-dot-grid-3x3.central.icon::before { content: "\ecc7"; }
i.icon-menu12.central.icon::before { content: "\ecc7"; }
i.icon-drag6.central.icon::before { content: "\ecc7"; }
i.icon-grab-filled-off3.central.icon::before { content: "\ecc7"; }
i.icon-dot-grid-3x31.central.icon::before { content: "\ecc8"; }
i.icon-menu13.central.icon::before { content: "\ecc8"; }
i.icon-drag7.central.icon::before { content: "\ecc8"; }
i.icon-grab-filled-on3.central.icon::before { content: "\ecc8"; }
i.icon-drawer-1-filled-off.central.icon::before { content: "\ecc9"; }
i.icon-drawer-1-filled-on.central.icon::before { content: "\ecca"; }
i.icon-drawer-2-filled-off.central.icon::before { content: "\eccb"; }
i.icon-drawer-2-filled-on.central.icon::before { content: "\eccc"; }
i.icon-drawer-3-filled-off.central.icon::before { content: "\eccd"; }
i.icon-drawer-3-filled-on.central.icon::before { content: "\ecce"; }
i.icon-drawer-4-filled-off.central.icon::before { content: "\eccf"; }
i.icon-drawer-4-filled-on.central.icon::before { content: "\ecd0"; }
i.icon-dresser.central.icon::before { content: "\ecd1"; }
i.icon-drawer-filled-off.central.icon::before { content: "\ecd1"; }
i.icon-dresser1.central.icon::before { content: "\ecd2"; }
i.icon-drawer-filled-on.central.icon::before { content: "\ecd2"; }
i.icon-drilling-rig.central.icon::before { content: "\ecd3"; }
i.icon-oil.central.icon::before { content: "\ecd3"; }
i.icon-gas-filled-off.central.icon::before { content: "\ecd3"; }
i.icon-drilling-rig1.central.icon::before { content: "\ecd4"; }
i.icon-oil1.central.icon::before { content: "\ecd4"; }
i.icon-gas-filled-on.central.icon::before { content: "\ecd4"; }
i.icon-drink.central.icon::before { content: "\ecd5"; }
i.icon-cup2.central.icon::before { content: "\ecd5"; }
i.icon-straw-filled-off.central.icon::before { content: "\ecd5"; }
i.icon-drink1.central.icon::before { content: "\ecd6"; }
i.icon-cup3.central.icon::before { content: "\ecd6"; }
i.icon-straw-filled-on.central.icon::before { content: "\ecd6"; }
i.icon-drop.central.icon::before { content: "\ecd7"; }
i.icon-water.central.icon::before { content: "\ecd7"; }
i.icon-precipitation.central.icon::before { content: "\ecd7"; }
i.icon-liquid-filled-off.central.icon::before { content: "\ecd7"; }
i.icon-drop1.central.icon::before { content: "\ecd8"; }
i.icon-water1.central.icon::before { content: "\ecd8"; }
i.icon-precipitation1.central.icon::before { content: "\ecd8"; }
i.icon-liquid-filled-on.central.icon::before { content: "\ecd8"; }
i.icon-ear.central.icon::before { content: "\ecd9"; }
i.icon-hearing.central.icon::before { content: "\ecd9"; }
i.icon-loud-filled-off.central.icon::before { content: "\ecd9"; }
i.icon-ear1.central.icon::before { content: "\ecda"; }
i.icon-hearing1.central.icon::before { content: "\ecda"; }
i.icon-loud-filled-on.central.icon::before { content: "\ecda"; }
i.icon-earth.central.icon::before { content: "\ecdb"; }
i.icon-globe.central.icon::before { content: "\ecdb"; }
i.icon-world-filled-off.central.icon::before { content: "\ecdb"; }
i.icon-earth1.central.icon::before { content: "\ecdc"; }
i.icon-globe1.central.icon::before { content: "\ecdc"; }
i.icon-world-filled-on.central.icon::before { content: "\ecdc"; }
i.icon-edit-big.central.icon::before { content: "\ecdd"; }
i.icon-box.central.icon::before { content: "\ecdd"; }
i.icon-pencil.central.icon::before { content: "\ecdd"; }
i.icon-pen.central.icon::before { content: "\ecdd"; }
i.icon-write.central.icon::before { content: "\ecdd"; }
i.icon-draw-filled-off.central.icon::before { content: "\ecdd"; }
i.icon-edit-big1.central.icon::before { content: "\ecde"; }
i.icon-box1.central.icon::before { content: "\ecde"; }
i.icon-pencil1.central.icon::before { content: "\ecde"; }
i.icon-pen1.central.icon::before { content: "\ecde"; }
i.icon-write1.central.icon::before { content: "\ecde"; }
i.icon-draw-filled-on.central.icon::before { content: "\ecde"; }
i.icon-edit-small-1.central.icon::before { content: "\ecdf"; }
i.icon-box2.central.icon::before { content: "\ecdf"; }
i.icon-pencil2.central.icon::before { content: "\ecdf"; }
i.icon-pen2.central.icon::before { content: "\ecdf"; }
i.icon-write2.central.icon::before { content: "\ecdf"; }
i.icon-draw-filled-off1.central.icon::before { content: "\ecdf"; }
i.icon-edit-small-11.central.icon::before { content: "\ece0"; }
i.icon-box3.central.icon::before { content: "\ece0"; }
i.icon-pencil3.central.icon::before { content: "\ece0"; }
i.icon-pen3.central.icon::before { content: "\ece0"; }
i.icon-write3.central.icon::before { content: "\ece0"; }
i.icon-draw-filled-on1.central.icon::before { content: "\ece0"; }
i.icon-edit-small-2-filled-off.central.icon::before { content: "\ece1"; }
i.icon-edit-small-2-filled-on.central.icon::before { content: "\ece2"; }
i.icon-electrocardiogram.central.icon::before { content: "\ece3"; }
i.icon-activity8.central.icon::before { content: "\ece3"; }
i.icon-notification4.central.icon::before { content: "\ece3"; }
i.icon-pulse.central.icon::before { content: "\ece3"; }
i.icon-heartbeat.central.icon::before { content: "\ece3"; }
i.icon-beat-filled-off.central.icon::before { content: "\ece3"; }
i.icon-electrocardiogram1.central.icon::before { content: "\ece4"; }
i.icon-activity11.central.icon::before { content: "\ece4"; }
i.icon-notification7.central.icon::before { content: "\ece4"; }
i.icon-pulse1.central.icon::before { content: "\ece4"; }
i.icon-heartbeat1.central.icon::before { content: "\ece4"; }
i.icon-beat-filled-on.central.icon::before { content: "\ece4"; }
i.icon-email-1.central.icon::before { content: "\ece5"; }
i.icon-envelope-filled-off2.central.icon::before { content: "\ece5"; }
i.icon-email-11.central.icon::before { content: "\ece6"; }
i.icon-envelope-filled-on3.central.icon::before { content: "\ece6"; }
i.icon-email-21.central.icon::before { content: "\ece7"; }
i.icon-envelope-filled-off3.central.icon::before { content: "\ece7"; }
i.icon-email-2.central.icon::before { content: "\ece8"; }
i.icon-envelope-filled-on.central.icon::before { content: "\ece8"; }
i.icon-email-3.central.icon::before { content: "\ece9"; }
i.icon-envelope-filled-off.central.icon::before { content: "\ece9"; }
i.icon-email-31.central.icon::before { content: "\ecea"; }
i.icon-envelope-filled-on1.central.icon::before { content: "\ecea"; }
i.icon-email-notification.central.icon::before { content: "\eceb"; }
i.icon-badge2.central.icon::before { content: "\eceb"; }
i.icon-envelope-filled-off1.central.icon::before { content: "\eceb"; }
i.icon-email-notification1.central.icon::before { content: "\ecec"; }
i.icon-badge3.central.icon::before { content: "\ecec"; }
i.icon-envelope-filled-on2.central.icon::before { content: "\ecec"; }
i.icon-email-plus.central.icon::before { content: "\eced"; }
i.icon-envelope.central.icon::before { content: "\eced"; }
i.icon-add.central.icon::before { content: "\eced"; }
i.icon-plus-filled-off.central.icon::before { content: "\eced"; }
i.icon-email-plus1.central.icon::before { content: "\ecee"; }
i.icon-envelope1.central.icon::before { content: "\ecee"; }
i.icon-add1.central.icon::before { content: "\ecee"; }
i.icon-plus-filled-on.central.icon::before { content: "\ecee"; }
i.icon-email-settings.central.icon::before { content: "\ecef"; }
i.icon-envelope2.central.icon::before { content: "\ecef"; }
i.icon-gear-filled-off.central.icon::before { content: "\ecef"; }
i.icon-email-settings1.central.icon::before { content: "\ecf0"; }
i.icon-envelope3.central.icon::before { content: "\ecf0"; }
i.icon-gear-filled-on.central.icon::before { content: "\ecf0"; }
i.icon-emoji-add-reaction.central.icon::before { content: "\ecf1"; }
i.icon-reaction-filled-off.central.icon::before { content: "\ecf1"; }
i.icon-emoji-add-reaction1.central.icon::before { content: "\ecf2"; }
i.icon-reaction-filled-on.central.icon::before { content: "\ecf2"; }
i.icon-emoji-alt-filled-off.central.icon::before { content: "\ecf3"; }
i.icon-emoji-alt-filled-on.central.icon::before { content: "\ecf4"; }
i.icon-emoji-arc-filled-off.central.icon::before { content: "\ecf5"; }
i.icon-emoji-arc-filled-on.central.icon::before { content: "\ecf6"; }
i.icon-emoji-sad.central.icon::before { content: "\ecf7"; }
i.icon-unhappy-filled-off.central.icon::before { content: "\ecf7"; }
i.icon-emoji-sad1.central.icon::before { content: "\ecf8"; }
i.icon-unhappy-filled-on.central.icon::before { content: "\ecf8"; }
i.icon-emoji-sleep.central.icon::before { content: "\ecf9"; }
i.icon-snooze-filled-off.central.icon::before { content: "\ecf9"; }
i.icon-emoji-sleep1.central.icon::before { content: "\ecfa"; }
i.icon-snooze-filled-on.central.icon::before { content: "\ecfa"; }
i.icon-emoji-smile-filled-off.central.icon::before { content: "\ecfb"; }
i.icon-emoji-smile-filled-on.central.icon::before { content: "\ecfc"; }
i.icon-emoji-smiley.central.icon::before { content: "\ecfd"; }
i.icon-face.central.icon::before { content: "\ecfd"; }
i.icon-smile-filled-off.central.icon::before { content: "\ecfd"; }
i.icon-emoji-smiley1.central.icon::before { content: "\ecfe"; }
i.icon-face1.central.icon::before { content: "\ecfe"; }
i.icon-smile-filled-on.central.icon::before { content: "\ecfe"; }
i.icon-emoji-smiling-face.central.icon::before { content: "\ecff"; }
i.icon-heart-eyes-filled-off.central.icon::before { content: "\ecff"; }
i.icon-emoji-smiling-face1.central.icon::before { content: "\ed00"; }
i.icon-heart-eyes-filled-on.central.icon::before { content: "\ed00"; }
i.icon-eraser-simple.central.icon::before { content: "\ed01"; }
i.icon-rubber.central.icon::before { content: "\ed01"; }
i.icon-clean-up-filled-off.central.icon::before { content: "\ed01"; }
i.icon-eraser-simple1.central.icon::before { content: "\ed02"; }
i.icon-rubber1.central.icon::before { content: "\ed02"; }
i.icon-clean-up-filled-on.central.icon::before { content: "\ed02"; }
i.icon-eraser.central.icon::before { content: "\ed03"; }
i.icon-rubber2.central.icon::before { content: "\ed03"; }
i.icon-clean-up-filled-off1.central.icon::before { content: "\ed03"; }
i.icon-eraser1.central.icon::before { content: "\ed04"; }
i.icon-rubber3.central.icon::before { content: "\ed04"; }
i.icon-clean-up-filled-on1.central.icon::before { content: "\ed04"; }
i.icon-esc.central.icon::before { content: "\ed05"; }
i.icon-power-filled-off4.central.icon::before { content: "\ed05"; }
i.icon-esc1.central.icon::before { content: "\ed06"; }
i.icon-power-filled-on4.central.icon::before { content: "\ed06"; }
i.icon-ethereum-filled-off.central.icon::before { content: "\ed07"; }
i.icon-ethereum-filled-on.central.icon::before { content: "\ed08"; }
i.icon-euro.central.icon::before { content: "\ed09"; }
i.icon-currency1.central.icon::before { content: "\ed09"; }
i.icon-money7.central.icon::before { content: "\ed09"; }
i.icon-coin1.central.icon::before { content: "\ed09"; }
i.icon-EURO-filled-off.central.icon::before { content: "\ed09"; }
i.icon-euro1.central.icon::before { content: "\ed0a"; }
i.icon-currency2.central.icon::before { content: "\ed0a"; }
i.icon-money8.central.icon::before { content: "\ed0a"; }
i.icon-coin2.central.icon::before { content: "\ed0a"; }
i.icon-EURO-filled-on.central.icon::before { content: "\ed0a"; }
i.icon-expand-45.central.icon::before { content: "\ed0b"; }
i.icon-enlarge-filled-off.central.icon::before { content: "\ed0b"; }
i.icon-expand-451.central.icon::before { content: "\ed0c"; }
i.icon-enlarge-filled-on.central.icon::before { content: "\ed0c"; }
i.icon-expand-315.central.icon::before { content: "\ed0d"; }
i.icon-enlarge-filled-off1.central.icon::before { content: "\ed0d"; }
i.icon-expand-3151.central.icon::before { content: "\ed0e"; }
i.icon-enlarge-filled-on1.central.icon::before { content: "\ed0e"; }
i.icon-expand-simple-2-filled-off.central.icon::before { content: "\ed0f"; }
i.icon-expand-simple-2-filled-on.central.icon::before { content: "\ed10"; }
i.icon-expand-simple-filled-off.central.icon::before { content: "\ed11"; }
i.icon-expand-simple-filled-on.central.icon::before { content: "\ed12"; }
i.icon-expand.central.icon::before { content: "\ed13"; }
i.icon-window.central.icon::before { content: "\ed13"; }
i.icon-layout-filled-off.central.icon::before { content: "\ed13"; }
i.icon-expand1.central.icon::before { content: "\ed14"; }
i.icon-window1.central.icon::before { content: "\ed14"; }
i.icon-layout-filled-on.central.icon::before { content: "\ed14"; }
i.icon-explosion.central.icon::before { content: "\ed15"; }
i.icon-boom.central.icon::before { content: "\ed15"; }
i.icon-bang.central.icon::before { content: "\ed15"; }
i.icon-pop-filled-off.central.icon::before { content: "\ed15"; }
i.icon-explosion1.central.icon::before { content: "\ed16"; }
i.icon-boom3.central.icon::before { content: "\ed16"; }
i.icon-bang1.central.icon::before { content: "\ed16"; }
i.icon-pop-filled-on.central.icon::before { content: "\ed16"; }
i.icon-exposure-1.central.icon::before { content: "\ed17"; }
i.icon-plus-minus-filled-off.central.icon::before { content: "\ed17"; }
i.icon-exposure-11.central.icon::before { content: "\ed18"; }
i.icon-plus-minus-filled-on.central.icon::before { content: "\ed18"; }
i.icon-exposure-21.central.icon::before { content: "\ed19"; }
i.icon-macro1.central.icon::before { content: "\ed19"; }
i.icon-flower-filled-off.central.icon::before { content: "\ed19"; }
i.icon-exposure-2.central.icon::before { content: "\ed1a"; }
i.icon-macro.central.icon::before { content: "\ed1a"; }
i.icon-flower-filled-on.central.icon::before { content: "\ed1a"; }
i.icon-eye-closed.central.icon::before { content: "\ed1b"; }
i.icon-see.central.icon::before { content: "\ed1b"; }
i.icon-hidden-filled-off.central.icon::before { content: "\ed1b"; }
i.icon-eye-closed1.central.icon::before { content: "\ed1c"; }
i.icon-see1.central.icon::before { content: "\ed1c"; }
i.icon-hidden-filled-on1.central.icon::before { content: "\ed1c"; }
i.icon-eye-open.central.icon::before { content: "\ed1d"; }
i.icon-show.central.icon::before { content: "\ed1d"; }
i.icon-see2.central.icon::before { content: "\ed1d"; }
i.icon-reveal.central.icon::before { content: "\ed1d"; }
i.icon-look.central.icon::before { content: "\ed1d"; }
i.icon-visible-filled-off.central.icon::before { content: "\ed1d"; }
i.icon-eye-open1.central.icon::before { content: "\ed1e"; }
i.icon-show1.central.icon::before { content: "\ed1e"; }
i.icon-see3.central.icon::before { content: "\ed1e"; }
i.icon-reveal1.central.icon::before { content: "\ed1e"; }
i.icon-look1.central.icon::before { content: "\ed1e"; }
i.icon-visible-filled-on.central.icon::before { content: "\ed1e"; }
i.icon-eye-slash-2.central.icon::before { content: "\ed1f"; }
i.icon-accessibility-eye.central.icon::before { content: "\ed1f"; }
i.icon-a11y-filled-off1.central.icon::before { content: "\ed1f"; }
i.icon-eye-slash-21.central.icon::before { content: "\ed20"; }
i.icon-accessibility-eye1.central.icon::before { content: "\ed20"; }
i.icon-a11y-filled-on1.central.icon::before { content: "\ed20"; }
i.icon-eye-slash.central.icon::before { content: "\ed21"; }
i.icon-hide.central.icon::before { content: "\ed21"; }
i.icon-eye-off.central.icon::before { content: "\ed21"; }
i.icon-see4.central.icon::before { content: "\ed21"; }
i.icon-look2.central.icon::before { content: "\ed21"; }
i.icon-not-visible-filled-off.central.icon::before { content: "\ed21"; }
i.icon-eye-slash1.central.icon::before { content: "\ed22"; }
i.icon-hide1.central.icon::before { content: "\ed22"; }
i.icon-eye-off1.central.icon::before { content: "\ed22"; }
i.icon-see5.central.icon::before { content: "\ed22"; }
i.icon-look3.central.icon::before { content: "\ed22"; }
i.icon-not-visible-filled-on.central.icon::before { content: "\ed22"; }
i.icon-eye-sparkle.central.icon::before { content: "\ed23"; }
i.icon-magic-eyes-filled-off.central.icon::before { content: "\ed23"; }
i.icon-eye-sparkle1.central.icon::before { content: "\ed24"; }
i.icon-magic-eyes-filled-on.central.icon::before { content: "\ed24"; }
i.icon-face-id-filled-off.central.icon::before { content: "\ed25"; }
i.icon-face-id-filled-on.central.icon::before { content: "\ed26"; }
i.icon-fashion.central.icon::before { content: "\ed27"; }
i.icon-wear.central.icon::before { content: "\ed27"; }
i.icon-clothes.central.icon::before { content: "\ed27"; }
i.icon-t-shirt-filled-off.central.icon::before { content: "\ed27"; }
i.icon-fashion1.central.icon::before { content: "\ed28"; }
i.icon-wear1.central.icon::before { content: "\ed28"; }
i.icon-clothes1.central.icon::before { content: "\ed28"; }
i.icon-t-shirt-filled-on.central.icon::before { content: "\ed28"; }
i.icon-fast-delivery.central.icon::before { content: "\ed29"; }
i.icon-quick-commerce-filled-off.central.icon::before { content: "\ed29"; }
i.icon-fast-delivery1.central.icon::before { content: "\ed2a"; }
i.icon-quick-commerce-filled-on.central.icon::before { content: "\ed2a"; }
i.icon-fast-forward-5s-filled-off.central.icon::before { content: "\ed2b"; }
i.icon-fast-forward-5s-filled-on.central.icon::before { content: "\ed2c"; }
i.icon-fast-forward-10s-filled-off.central.icon::before { content: "\ed2d"; }
i.icon-fast-forward-10s-filled-on.central.icon::before { content: "\ed2e"; }
i.icon-fast-forward-15s-filled-off.central.icon::before { content: "\ed2f"; }
i.icon-fast-forward-15s-filled-on.central.icon::before { content: "\ed30"; }
i.icon-fast-forward-30s-filled-off.central.icon::before { content: "\ed31"; }
i.icon-fast-forward-30s-filled-on.central.icon::before { content: "\ed32"; }
i.icon-fast-forward-filled-off.central.icon::before { content: "\ed33"; }
i.icon-fast-forward-filled-on.central.icon::before { content: "\ed34"; }
i.icon-feather.central.icon::before { content: "\ed35"; }
i.icon-writing-filled-off.central.icon::before { content: "\ed35"; }
i.icon-feather1.central.icon::before { content: "\ed36"; }
i.icon-writing-filled-on.central.icon::before { content: "\ed36"; }
i.icon-feature.central.icon::before { content: "\ed37"; }
i.icon-shine-filled-off.central.icon::before { content: "\ed37"; }
i.icon-feature1.central.icon::before { content: "\ed38"; }
i.icon-shine-filled-on.central.icon::before { content: "\ed38"; }
i.icon-file-bend.central.icon::before { content: "\ed39"; }
i.icon-document-filled-off.central.icon::before { content: "\ed39"; }
i.icon-file-bend1.central.icon::before { content: "\ed3a"; }
i.icon-document-filled-on.central.icon::before { content: "\ed3a"; }
i.icon-file-chart.central.icon::before { content: "\ed3b"; }
i.icon-document-filled-off1.central.icon::before { content: "\ed3b"; }
i.icon-file-chart1.central.icon::before { content: "\ed3c"; }
i.icon-document-filled-on1.central.icon::before { content: "\ed3c"; }
i.icon-file-cloud.central.icon::before { content: "\ed3d"; }
i.icon-document-filled-off2.central.icon::before { content: "\ed3d"; }
i.icon-file-cloud1.central.icon::before { content: "\ed3e"; }
i.icon-document-filled-on2.central.icon::before { content: "\ed3e"; }
i.icon-file-download.central.icon::before { content: "\ed3f"; }
i.icon-document-filled-off3.central.icon::before { content: "\ed3f"; }
i.icon-file-download1.central.icon::before { content: "\ed40"; }
i.icon-document-filled-on3.central.icon::before { content: "\ed40"; }
i.icon-file-edit.central.icon::before { content: "\ed41"; }
i.icon-document.central.icon::before { content: "\ed41"; }
i.icon-cloud2.central.icon::before { content: "\ed41"; }
i.icon-sync-filled-off.central.icon::before { content: "\ed41"; }
i.icon-file-edit1.central.icon::before { content: "\ed42"; }
i.icon-document1.central.icon::before { content: "\ed42"; }
i.icon-cloud3.central.icon::before { content: "\ed42"; }
i.icon-sync-filled-on.central.icon::before { content: "\ed42"; }
i.icon-file-jpg.central.icon::before { content: "\ed43"; }
i.icon-image8.central.icon::before { content: "\ed43"; }
i.icon-jpeg-filled-off.central.icon::before { content: "\ed43"; }
i.icon-file-jpg1.central.icon::before { content: "\ed44"; }
i.icon-image9.central.icon::before { content: "\ed44"; }
i.icon-jpeg-filled-on.central.icon::before { content: "\ed44"; }
i.icon-file-link.central.icon::before { content: "\ed45"; }
i.icon-hyperlink-filled-off.central.icon::before { content: "\ed45"; }
i.icon-file-link1.central.icon::before { content: "\ed46"; }
i.icon-hyperlink-filled-on.central.icon::before { content: "\ed46"; }
i.icon-file-lock.central.icon::before { content: "\ed47"; }
i.icon-document-filled-off4.central.icon::before { content: "\ed47"; }
i.icon-file-lock1.central.icon::before { content: "\ed48"; }
i.icon-document-filled-on10.central.icon::before { content: "\ed48"; }
i.icon-file-pdf.central.icon::before { content: "\ed49"; }
i.icon-document-filled-off10.central.icon::before { content: "\ed49"; }
i.icon-file-pdf1.central.icon::before { content: "\ed4a"; }
i.icon-document-filled-on11.central.icon::before { content: "\ed4a"; }
i.icon-file-png1.central.icon::before { content: "\ed4b"; }
i.icon-document-filled-off11.central.icon::before { content: "\ed4b"; }
i.icon-file-png.central.icon::before { content: "\ed4c"; }
i.icon-document-filled-on4.central.icon::before { content: "\ed4c"; }
i.icon-file-text.central.icon::before { content: "\ed4d"; }
i.icon-document-filled-off5.central.icon::before { content: "\ed4d"; }
i.icon-file-text1.central.icon::before { content: "\ed4e"; }
i.icon-document-filled-on5.central.icon::before { content: "\ed4e"; }
i.icon-file-zip-filled-off.central.icon::before { content: "\ed4f"; }
i.icon-file-zip-filled-on.central.icon::before { content: "\ed50"; }
i.icon-files.central.icon::before { content: "\ed51"; }
i.icon-documents-filled-off.central.icon::before { content: "\ed51"; }
i.icon-files1.central.icon::before { content: "\ed52"; }
i.icon-documents-filled-on.central.icon::before { content: "\ed52"; }
i.icon-filter-1.central.icon::before { content: "\ed53"; }
i.icon-sort-filled-off.central.icon::before { content: "\ed53"; }
i.icon-filter-11.central.icon::before { content: "\ed54"; }
i.icon-sort-filled-on.central.icon::before { content: "\ed54"; }
i.icon-filter-2.central.icon::before { content: "\ed55"; }
i.icon-sort-filled-off1.central.icon::before { content: "\ed55"; }
i.icon-filter-21.central.icon::before { content: "\ed56"; }
i.icon-sort-filled-on1.central.icon::before { content: "\ed56"; }
i.icon-filter-asc-filled-off.central.icon::before { content: "\ed57"; }
i.icon-filter-asc-filled-on.central.icon::before { content: "\ed58"; }
i.icon-filter-ascending.central.icon::before { content: "\ed59"; }
i.icon-sort.central.icon::before { content: "\ed59"; }
i.icon-az-filled-off.central.icon::before { content: "\ed59"; }
i.icon-filter-ascending1.central.icon::before { content: "\ed5a"; }
i.icon-sort1.central.icon::before { content: "\ed5a"; }
i.icon-az-filled-on.central.icon::before { content: "\ed5a"; }
i.icon-filter-circle.central.icon::before { content: "\ed5b"; }
i.icon-sort-filled-off2.central.icon::before { content: "\ed5b"; }
i.icon-filter-circle1.central.icon::before { content: "\ed5c"; }
i.icon-sort-filled-on2.central.icon::before { content: "\ed5c"; }
i.icon-filter-desc-filled-off.central.icon::before { content: "\ed5d"; }
i.icon-filter-desc-filled-on.central.icon::before { content: "\ed5e"; }
i.icon-filter-descending.central.icon::before { content: "\ed5f"; }
i.icon-sort2.central.icon::before { content: "\ed5f"; }
i.icon-za-filled-off.central.icon::before { content: "\ed5f"; }
i.icon-filter-descending1.central.icon::before { content: "\ed60"; }
i.icon-sort3.central.icon::before { content: "\ed60"; }
i.icon-za-filled-on.central.icon::before { content: "\ed60"; }
i.icon-filter-timeline.central.icon::before { content: "\ed61"; }
i.icon-sort-filled-off3.central.icon::before { content: "\ed61"; }
i.icon-filter-timeline1.central.icon::before { content: "\ed62"; }
i.icon-sort-filled-on3.central.icon::before { content: "\ed62"; }
i.icon-finder-face-filled-off.central.icon::before { content: "\ed63"; }
i.icon-finder-face-filled-on.central.icon::before { content: "\ed64"; }
i.icon-finder.central.icon::before { content: "\ed65"; }
i.icon-files2.central.icon::before { content: "\ed65"; }
i.icon-os-filled-off.central.icon::before { content: "\ed65"; }
i.icon-finder1.central.icon::before { content: "\ed66"; }
i.icon-files3.central.icon::before { content: "\ed66"; }
i.icon-os-filled-on.central.icon::before { content: "\ed66"; }
i.icon-finger-print-1.central.icon::before { content: "\ed67"; }
i.icon-touch-id-filled-off.central.icon::before { content: "\ed67"; }
i.icon-finger-print-11.central.icon::before { content: "\ed68"; }
i.icon-touch-id-filled-on.central.icon::before { content: "\ed68"; }
i.icon-finger-print-2.central.icon::before { content: "\ed69"; }
i.icon-touch-id-filled-off1.central.icon::before { content: "\ed69"; }
i.icon-finger-print-21.central.icon::before { content: "\ed6a"; }
i.icon-touch-id-filled-on1.central.icon::before { content: "\ed6a"; }
i.icon-fire-1.central.icon::before { content: "\ed6b"; }
i.icon-flame.central.icon::before { content: "\ed6b"; }
i.icon-hot.central.icon::before { content: "\ed6b"; }
i.icon-heat-filled-off.central.icon::before { content: "\ed6b"; }
i.icon-fire-11.central.icon::before { content: "\ed6c"; }
i.icon-flame1.central.icon::before { content: "\ed6c"; }
i.icon-hot1.central.icon::before { content: "\ed6c"; }
i.icon-heat-filled-on.central.icon::before { content: "\ed6c"; }
i.icon-fire-2.central.icon::before { content: "\ed6d"; }
i.icon-flame2.central.icon::before { content: "\ed6d"; }
i.icon-hot2.central.icon::before { content: "\ed6d"; }
i.icon-heat-filled-off1.central.icon::before { content: "\ed6d"; }
i.icon-fire-21.central.icon::before { content: "\ed6e"; }
i.icon-flame3.central.icon::before { content: "\ed6e"; }
i.icon-hot3.central.icon::before { content: "\ed6e"; }
i.icon-heat-filled-on1.central.icon::before { content: "\ed6e"; }
i.icon-fire-3.central.icon::before { content: "\ed6f"; }
i.icon-flame4.central.icon::before { content: "\ed6f"; }
i.icon-hot4.central.icon::before { content: "\ed6f"; }
i.icon-heat-filled-off2.central.icon::before { content: "\ed6f"; }
i.icon-fire-31.central.icon::before { content: "\ed70"; }
i.icon-flame5.central.icon::before { content: "\ed70"; }
i.icon-hot5.central.icon::before { content: "\ed70"; }
i.icon-heat-filled-on2.central.icon::before { content: "\ed70"; }
i.icon-firewall.central.icon::before { content: "\ed71"; }
i.icon-wall-filled-off.central.icon::before { content: "\ed71"; }
i.icon-firewall1.central.icon::before { content: "\ed72"; }
i.icon-wall-filled-on.central.icon::before { content: "\ed72"; }
i.icon-fistbump.central.icon::before { content: "\ed73"; }
i.icon-boom1.central.icon::before { content: "\ed73"; }
i.icon-hands.central.icon::before { content: "\ed73"; }
i.icon-friends-filled-off.central.icon::before { content: "\ed73"; }
i.icon-fistbump1.central.icon::before { content: "\ed74"; }
i.icon-boom2.central.icon::before { content: "\ed74"; }
i.icon-hands1.central.icon::before { content: "\ed74"; }
i.icon-friends-filled-on.central.icon::before { content: "\ed74"; }
i.icon-flag-1.central.icon::before { content: "\ed75"; }
i.icon-priority-filled-off.central.icon::before { content: "\ed75"; }
i.icon-flag-11.central.icon::before { content: "\ed76"; }
i.icon-priority-filled-on.central.icon::before { content: "\ed76"; }
i.icon-flag-2.central.icon::before { content: "\ed77"; }
i.icon-priority-filled-off1.central.icon::before { content: "\ed77"; }
i.icon-flag-21.central.icon::before { content: "\ed78"; }
i.icon-priority-filled-on1.central.icon::before { content: "\ed78"; }
i.icon-floppy-disk-1.central.icon::before { content: "\ed79"; }
i.icon-save-filled-off2.central.icon::before { content: "\ed79"; }
i.icon-floppy-disk-11.central.icon::before { content: "\ed7a"; }
i.icon-save-filled-on7.central.icon::before { content: "\ed7a"; }
i.icon-floppy-disk-2.central.icon::before { content: "\ed7b"; }
i.icon-save-filled-off6.central.icon::before { content: "\ed7b"; }
i.icon-floppy-disk-21.central.icon::before { content: "\ed7c"; }
i.icon-save-filled-on8.central.icon::before { content: "\ed7c"; }
i.icon-focus-auto-filled-off.central.icon::before { content: "\ed7d"; }
i.icon-focus-auto-filled-on.central.icon::before { content: "\ed7e"; }
i.icon-focus-exposure-filled-off.central.icon::before { content: "\ed7f"; }
i.icon-focus-exposure-filled-on.central.icon::before { content: "\ed80"; }
i.icon-focus-filled-off2.central.icon::before { content: "\ed81"; }
i.icon-focus-filled-on2.central.icon::before { content: "\ed82"; }
i.icon-focus-flash-filled-off.central.icon::before { content: "\ed83"; }
i.icon-focus-flash-filled-on.central.icon::before { content: "\ed84"; }
i.icon-focus-lock-filled-off.central.icon::before { content: "\ed85"; }
i.icon-focus-lock-filled-on.central.icon::before { content: "\ed86"; }
i.icon-focus-macro-filled-off.central.icon::before { content: "\ed87"; }
i.icon-focus-macro-filled-on.central.icon::before { content: "\ed88"; }
i.icon-focus-magic-filled-off.central.icon::before { content: "\ed89"; }
i.icon-focus-magic-filled-on.central.icon::before { content: "\ed8a"; }
i.icon-focus-mode.central.icon::before { content: "\ed8b"; }
i.icon-hearing2.central.icon::before { content: "\ed8b"; }
i.icon-headphones.central.icon::before { content: "\ed8b"; }
i.icon-music2.central.icon::before { content: "\ed8b"; }
i.icon-do-not-disdurb-filled-off1.central.icon::before { content: "\ed8b"; }
i.icon-focus-mode1.central.icon::before { content: "\ed8c"; }
i.icon-hearing3.central.icon::before { content: "\ed8c"; }
i.icon-headphones1.central.icon::before { content: "\ed8c"; }
i.icon-music3.central.icon::before { content: "\ed8c"; }
i.icon-do-not-disdurb-filled-on1.central.icon::before { content: "\ed8c"; }
i.icon-focus-remove-filled-off.central.icon::before { content: "\ed8d"; }
i.icon-focus-remove-filled-on.central.icon::before { content: "\ed8e"; }
i.icon-focus-renew-filled-off.central.icon::before { content: "\ed8f"; }
i.icon-focus-renew-filled-on.central.icon::before { content: "\ed90"; }
i.icon-focus-square-filled-off.central.icon::before { content: "\ed91"; }
i.icon-focus-square-filled-on.central.icon::before { content: "\ed92"; }
i.icon-focus-zoom-in-filled-off.central.icon::before { content: "\ed93"; }
i.icon-focus-zoom-in-filled-on.central.icon::before { content: "\ed94"; }
i.icon-focus-zoom-out-filled-off.central.icon::before { content: "\ed95"; }
i.icon-focus-zoom-out-filled-on.central.icon::before { content: "\ed96"; }
i.icon-folder-1-filled-off.central.icon::before { content: "\ed97"; }
i.icon-folder-1-filled-on.central.icon::before { content: "\ed98"; }
i.icon-folder-2-filled-off.central.icon::before { content: "\ed99"; }
i.icon-folder-2-filled-on.central.icon::before { content: "\ed9a"; }
i.icon-folder-add-left-filled-off.central.icon::before { content: "\ed9b"; }
i.icon-folder-add-left-filled-on.central.icon::before { content: "\ed9c"; }
i.icon-folder-add-right-filled-off.central.icon::before { content: "\ed9d"; }
i.icon-folder-add-right-filled-on.central.icon::before { content: "\ed9e"; }
i.icon-folder-bookmarks-filled-off.central.icon::before { content: "\ed9f"; }
i.icon-folder-bookmarks-filled-on.central.icon::before { content: "\eda0"; }
i.icon-folder-cloud-filled-off.central.icon::before { content: "\eda1"; }
i.icon-folder-cloud-filled-on.central.icon::before { content: "\eda2"; }
i.icon-folder-delete-filled-off.central.icon::before { content: "\eda3"; }
i.icon-folder-delete-filled-on.central.icon::before { content: "\eda4"; }
i.icon-folder-download-filled-off.central.icon::before { content: "\eda5"; }
i.icon-folder-download-filled-on.central.icon::before { content: "\eda6"; }
i.icon-folder-link-2.central.icon::before { content: "\eda7"; }
i.icon-link.central.icon::before { content: "\eda7"; }
i.icon-attachment-filled-off.central.icon::before { content: "\eda7"; }
i.icon-folder-link-21.central.icon::before { content: "\eda8"; }
i.icon-link1.central.icon::before { content: "\eda8"; }
i.icon-attachment-filled-on.central.icon::before { content: "\eda8"; }
i.icon-folder-link.central.icon::before { content: "\eda9"; }
i.icon-link2.central.icon::before { content: "\eda9"; }
i.icon-attachment-filled-off1.central.icon::before { content: "\eda9"; }
i.icon-folder-link1.central.icon::before { content: "\edaa"; }
i.icon-link3.central.icon::before { content: "\edaa"; }
i.icon-attachment-filled-on1.central.icon::before { content: "\edaa"; }
i.icon-folder-open-filled-off.central.icon::before { content: "\edab"; }
i.icon-folder-open-filled-on.central.icon::before { content: "\edac"; }
i.icon-folder-paper-filled-off.central.icon::before { content: "\edad"; }
i.icon-folder-paper-filled-on.central.icon::before { content: "\edae"; }
i.icon-folder-restricted-filled-off.central.icon::before { content: "\edaf"; }
i.icon-folder-restricted-filled-on.central.icon::before { content: "\edb0"; }
i.icon-folder-shared-filled-off.central.icon::before { content: "\edb1"; }
i.icon-folder-shared-filled-on.central.icon::before { content: "\edb2"; }
i.icon-folder-upload-filled-off.central.icon::before { content: "\edb3"; }
i.icon-folder-upload-filled-on.central.icon::before { content: "\edb4"; }
i.icon-folders-filled-off.central.icon::before { content: "\edb5"; }
i.icon-folders-filled-on.central.icon::before { content: "\edb6"; }
i.icon-food-bell.central.icon::before { content: "\edb7"; }
i.icon-serving-bell.central.icon::before { content: "\edb7"; }
i.icon-glosche.central.icon::before { content: "\edb7"; }
i.icon-serve-filled-off.central.icon::before { content: "\edb7"; }
i.icon-food-bell1.central.icon::before { content: "\edb8"; }
i.icon-serving-bell1.central.icon::before { content: "\edb8"; }
i.icon-glosche1.central.icon::before { content: "\edb8"; }
i.icon-serve-filled-on.central.icon::before { content: "\edb8"; }
i.icon-food-experiences.central.icon::before { content: "\edb9"; }
i.icon-plate-filled-off.central.icon::before { content: "\edb9"; }
i.icon-food-experiences1.central.icon::before { content: "\edba"; }
i.icon-plate-filled-on.central.icon::before { content: "\edba"; }
i.icon-footsteps-filled-off.central.icon::before { content: "\edbb"; }
i.icon-footsteps-filled-on.central.icon::before { content: "\edbc"; }
i.icon-for-you.central.icon::before { content: "\edbd"; }
i.icon-for-me.central.icon::before { content: "\edbd"; }
i.icon-event.central.icon::before { content: "\edbd"; }
i.icon-address.central.icon::before { content: "\edbd"; }
i.icon-post-filled-off.central.icon::before { content: "\edbd"; }
i.icon-for-you1.central.icon::before { content: "\edbe"; }
i.icon-for-me1.central.icon::before { content: "\edbe"; }
i.icon-event1.central.icon::before { content: "\edbe"; }
i.icon-address1.central.icon::before { content: "\edbe"; }
i.icon-post-filled-on.central.icon::before { content: "\edbe"; }
i.icon-fork-knife.central.icon::before { content: "\edbf"; }
i.icon-cable.central.icon::before { content: "\edbf"; }
i.icon-restaurant.central.icon::before { content: "\edbf"; }
i.icon-cutlery-filled-off.central.icon::before { content: "\edbf"; }
i.icon-fork-knife1.central.icon::before { content: "\edc0"; }
i.icon-cable1.central.icon::before { content: "\edc0"; }
i.icon-restaurant1.central.icon::before { content: "\edc0"; }
i.icon-cutlery-filled-on.central.icon::before { content: "\edc0"; }
i.icon-fork-spoon.central.icon::before { content: "\edc1"; }
i.icon-cable2.central.icon::before { content: "\edc1"; }
i.icon-restaurant2.central.icon::before { content: "\edc1"; }
i.icon-cutlery-filled-off1.central.icon::before { content: "\edc1"; }
i.icon-fork-spoon1.central.icon::before { content: "\edc2"; }
i.icon-cable3.central.icon::before { content: "\edc2"; }
i.icon-restaurant3.central.icon::before { content: "\edc2"; }
i.icon-cutlery-filled-on1.central.icon::before { content: "\edc2"; }
i.icon-fork.central.icon::before { content: "\edc3"; }
i.icon-caple.central.icon::before { content: "\edc3"; }
i.icon-food.central.icon::before { content: "\edc3"; }
i.icon-restaurant-filled-off.central.icon::before { content: "\edc3"; }
i.icon-fork1.central.icon::before { content: "\edc4"; }
i.icon-caple1.central.icon::before { content: "\edc4"; }
i.icon-food1.central.icon::before { content: "\edc4"; }
i.icon-restaurant-filled-on.central.icon::before { content: "\edc4"; }
i.icon-fortune-teller-ball.central.icon::before { content: "\edc5"; }
i.icon-future-filled-off.central.icon::before { content: "\edc5"; }
i.icon-fortune-teller-ball1.central.icon::before { content: "\edc6"; }
i.icon-future-filled-on.central.icon::before { content: "\edc6"; }
i.icon-forwards-10s-filled-off.central.icon::before { content: "\edc7"; }
i.icon-forwards-10s-filled-on.central.icon::before { content: "\edc8"; }
i.icon-fridge-filled-off.central.icon::before { content: "\edc9"; }
i.icon-fridge-filled-on.central.icon::before { content: "\edca"; }
i.icon-fullscreen-filled-off.central.icon::before { content: "\edcb"; }
i.icon-fullscreen-filled-on.central.icon::before { content: "\edcc"; }
i.icon-galaxy.central.icon::before { content: "\edcd"; }
i.icon-dark-hole-filled-off.central.icon::before { content: "\edcd"; }
i.icon-galaxy1.central.icon::before { content: "\edce"; }
i.icon-dark-hole-filled-on.central.icon::before { content: "\edce"; }
i.icon-gamepad-controls-down.central.icon::before { content: "\edcf"; }
i.icon-joystick-filled-off.central.icon::before { content: "\edcf"; }
i.icon-gamepad-controls-down1.central.icon::before { content: "\edd0"; }
i.icon-joystick-filled-on.central.icon::before { content: "\edd0"; }
i.icon-gamepad-controls-left.central.icon::before { content: "\edd1"; }
i.icon-joystick-filled-off1.central.icon::before { content: "\edd1"; }
i.icon-gamepad-controls-left1.central.icon::before { content: "\edd2"; }
i.icon-joystick-filled-on1.central.icon::before { content: "\edd2"; }
i.icon-gamepad-controls-right.central.icon::before { content: "\edd3"; }
i.icon-joystick-filled-off2.central.icon::before { content: "\edd3"; }
i.icon-gamepad-controls-right1.central.icon::before { content: "\edd4"; }
i.icon-joystick-filled-on2.central.icon::before { content: "\edd4"; }
i.icon-gamepad-controls-round-down-filled-off.central.icon::before { content: "\edd5"; }
i.icon-gamepad-controls-round-down-filled-on.central.icon::before { content: "\edd6"; }
i.icon-gamepad-controls-round-left-filled-off.central.icon::before { content: "\edd7"; }
i.icon-gamepad-controls-round-left-filled-on.central.icon::before { content: "\edd8"; }
i.icon-gamepad-controls-round-right-filled-off.central.icon::before { content: "\edd9"; }
i.icon-gamepad-controls-round-right-filled-on.central.icon::before { content: "\edda"; }
i.icon-gamepad-controls-round-up-filled-off.central.icon::before { content: "\eddb"; }
i.icon-gamepad-controls-round-up-filled-on.central.icon::before { content: "\eddc"; }
i.icon-gamepad-controls-round.central.icon::before { content: "\eddd"; }
i.icon-joystick-filled-off3.central.icon::before { content: "\eddd"; }
i.icon-gamepad-controls-round1.central.icon::before { content: "\edde"; }
i.icon-joystick-filled-on5.central.icon::before { content: "\edde"; }
i.icon-gamepad-controls-up.central.icon::before { content: "\eddf"; }
i.icon-joystick-filled-off5.central.icon::before { content: "\eddf"; }
i.icon-gamepad-controls-up1.central.icon::before { content: "\ede0"; }
i.icon-joystick-filled-on6.central.icon::before { content: "\ede0"; }
i.icon-gamepad-controls1.central.icon::before { content: "\ede1"; }
i.icon-joystick-filled-off6.central.icon::before { content: "\ede1"; }
i.icon-gamepad-controls.central.icon::before { content: "\ede2"; }
i.icon-joystick-filled-on3.central.icon::before { content: "\ede2"; }
i.icon-gamepad.central.icon::before { content: "\ede3"; }
i.icon-gaming.central.icon::before { content: "\ede3"; }
i.icon-joystick-filled-off4.central.icon::before { content: "\ede3"; }
i.icon-gamepad1.central.icon::before { content: "\ede4"; }
i.icon-gaming1.central.icon::before { content: "\ede4"; }
i.icon-joystick-filled-on4.central.icon::before { content: "\ede4"; }
i.icon-garage-filled-off.central.icon::before { content: "\ede5"; }
i.icon-garage-filled-on.central.icon::before { content: "\ede6"; }
i.icon-gas-filled-off1.central.icon::before { content: "\ede7"; }
i.icon-gas-filled-on1.central.icon::before { content: "\ede8"; }
i.icon-gauge.central.icon::before { content: "\ede9"; }
i.icon-tachometer.central.icon::before { content: "\ede9"; }
i.icon-performance.central.icon::before { content: "\ede9"; }
i.icon-speed.central.icon::before { content: "\ede9"; }
i.icon-scale-filled-off.central.icon::before { content: "\ede9"; }
i.icon-gauge1.central.icon::before { content: "\edea"; }
i.icon-tachometer1.central.icon::before { content: "\edea"; }
i.icon-performance1.central.icon::before { content: "\edea"; }
i.icon-speed1.central.icon::before { content: "\edea"; }
i.icon-scale-filled-on.central.icon::before { content: "\edea"; }
i.icon-gender-female-filled-off.central.icon::before { content: "\edeb"; }
i.icon-gender-female-filled-on.central.icon::before { content: "\edec"; }
i.icon-gender-male-filled-off.central.icon::before { content: "\eded"; }
i.icon-gender-male-filled-on.central.icon::before { content: "\edee"; }
i.icon-ghost.central.icon::before { content: "\edef"; }
i.icon-hidden.central.icon::before { content: "\edef"; }
i.icon-unknown.central.icon::before { content: "\edef"; }
i.icon-horror-filled-off.central.icon::before { content: "\edef"; }
i.icon-ghost1.central.icon::before { content: "\edf0"; }
i.icon-hidden1.central.icon::before { content: "\edf0"; }
i.icon-unknown1.central.icon::before { content: "\edf0"; }
i.icon-horror-filled-on.central.icon::before { content: "\edf0"; }
i.icon-gif-filled-off.central.icon::before { content: "\edf1"; }
i.icon-gif-filled-on.central.icon::before { content: "\edf2"; }
i.icon-gif-square-filled-off.central.icon::before { content: "\edf3"; }
i.icon-gif-square-filled-on.central.icon::before { content: "\edf4"; }
i.icon-gift-1.central.icon::before { content: "\edf5"; }
i.icon-present-filled-off.central.icon::before { content: "\edf5"; }
i.icon-gift-11.central.icon::before { content: "\edf6"; }
i.icon-present-filled-on.central.icon::before { content: "\edf6"; }
i.icon-gift-2.central.icon::before { content: "\edf7"; }
i.icon-present-filled-off2.central.icon::before { content: "\edf7"; }
i.icon-gift-21.central.icon::before { content: "\edf8"; }
i.icon-present-filled-on2.central.icon::before { content: "\edf8"; }
i.icon-gift-box.central.icon::before { content: "\edf9"; }
i.icon-present-filled-off3.central.icon::before { content: "\edf9"; }
i.icon-gift-box1.central.icon::before { content: "\edfa"; }
i.icon-present-filled-on3.central.icon::before { content: "\edfa"; }
i.icon-giftcard.central.icon::before { content: "\edfb"; }
i.icon-present-filled-off1.central.icon::before { content: "\edfb"; }
i.icon-giftcard1.central.icon::before { content: "\edfc"; }
i.icon-present-filled-on1.central.icon::before { content: "\edfc"; }
i.icon-giro-card-filled-off.central.icon::before { content: "\edfd"; }
i.icon-giro-card-filled-on.central.icon::before { content: "\edfe"; }
i.icon-giro-cards-filled-off.central.icon::before { content: "\edff"; }
i.icon-giro-cards-filled-on.central.icon::before { content: "\ee00"; }
i.icon-git-branches-filled-off.central.icon::before { content: "\ee01"; }
i.icon-git-branches-filled-on.central.icon::before { content: "\ee02"; }
i.icon-git-fork-filled-off.central.icon::before { content: "\ee03"; }
i.icon-git-fork-filled-on.central.icon::before { content: "\ee04"; }
i.icon-git-pull-request-filled-off.central.icon::before { content: "\ee05"; }
i.icon-git-pull-request-filled-on.central.icon::before { content: "\ee06"; }
i.icon-globus.central.icon::before { content: "\ee07"; }
i.icon-map.central.icon::before { content: "\ee07"; }
i.icon-earth2.central.icon::before { content: "\ee07"; }
i.icon-globe-filled-off.central.icon::before { content: "\ee07"; }
i.icon-globus1.central.icon::before { content: "\ee08"; }
i.icon-map1.central.icon::before { content: "\ee08"; }
i.icon-earth3.central.icon::before { content: "\ee08"; }
i.icon-globe-filled-on.central.icon::before { content: "\ee08"; }
i.icon-golf-ball-filled-off.central.icon::before { content: "\ee09"; }
i.icon-golf-ball-filled-on.central.icon::before { content: "\ee0a"; }
i.icon-graduate-cap.central.icon::before { content: "\ee0b"; }
i.icon-study.central.icon::before { content: "\ee0b"; }
i.icon-education.central.icon::before { content: "\ee0b"; }
i.icon-academic.central.icon::before { content: "\ee0b"; }
i.icon-student-filled-off.central.icon::before { content: "\ee0b"; }
i.icon-graduate-cap1.central.icon::before { content: "\ee0c"; }
i.icon-study1.central.icon::before { content: "\ee0c"; }
i.icon-education1.central.icon::before { content: "\ee0c"; }
i.icon-academic1.central.icon::before { content: "\ee0c"; }
i.icon-student-filled-on.central.icon::before { content: "\ee0c"; }
i.icon-green-power.central.icon::before { content: "\ee0d"; }
i.icon-green-energy-filled-off.central.icon::before { content: "\ee0d"; }
i.icon-green-power1.central.icon::before { content: "\ee0e"; }
i.icon-green-energy-filled-on.central.icon::before { content: "\ee0e"; }
i.icon-group-1.central.icon::before { content: "\ee0f"; }
i.icon-users-filled-off.central.icon::before { content: "\ee0f"; }
i.icon-group-11.central.icon::before { content: "\ee10"; }
i.icon-users-filled-on.central.icon::before { content: "\ee10"; }
i.icon-group-2.central.icon::before { content: "\ee11"; }
i.icon-users-filled-off1.central.icon::before { content: "\ee11"; }
i.icon-group-21.central.icon::before { content: "\ee12"; }
i.icon-users-filled-on1.central.icon::before { content: "\ee12"; }
i.icon-group-3-filled-off.central.icon::before { content: "\ee13"; }
i.icon-group-3-filled-on.central.icon::before { content: "\ee14"; }
i.icon-growth.central.icon::before { content: "\ee15"; }
i.icon-grow.central.icon::before { content: "\ee15"; }
i.icon-leafs-filled-off.central.icon::before { content: "\ee15"; }
i.icon-growth1.central.icon::before { content: "\ee16"; }
i.icon-grow1.central.icon::before { content: "\ee16"; }
i.icon-leafs-filled-on.central.icon::before { content: "\ee16"; }
i.icon-h1.central.icon::before { content: "\ee17"; }
i.icon-heading.central.icon::before { content: "\ee17"; }
i.icon-headline-filled-off.central.icon::before { content: "\ee17"; }
i.icon-h11.central.icon::before { content: "\ee18"; }
i.icon-heading1.central.icon::before { content: "\ee18"; }
i.icon-headline-filled-on.central.icon::before { content: "\ee18"; }
i.icon-h2.central.icon::before { content: "\ee19"; }
i.icon-heading2.central.icon::before { content: "\ee19"; }
i.icon-headline-filled-off1.central.icon::before { content: "\ee19"; }
i.icon-h21.central.icon::before { content: "\ee1a"; }
i.icon-heading3.central.icon::before { content: "\ee1a"; }
i.icon-headline-filled-on1.central.icon::before { content: "\ee1a"; }
i.icon-h3.central.icon::before { content: "\ee1b"; }
i.icon-heading4.central.icon::before { content: "\ee1b"; }
i.icon-headline-filled-off2.central.icon::before { content: "\ee1b"; }
i.icon-h31.central.icon::before { content: "\ee1c"; }
i.icon-heading5.central.icon::before { content: "\ee1c"; }
i.icon-headline-filled-on2.central.icon::before { content: "\ee1c"; }
i.icon-hammer.central.icon::before { content: "\ee1d"; }
i.icon-craft.central.icon::before { content: "\ee1d"; }
i.icon-build-filled-off.central.icon::before { content: "\ee1d"; }
i.icon-hammer1.central.icon::before { content: "\ee1e"; }
i.icon-craft1.central.icon::before { content: "\ee1e"; }
i.icon-build-filled-on.central.icon::before { content: "\ee1e"; }
i.icon-hand-4-finger.central.icon::before { content: "\ee1f"; }
i.icon-select-filled-off.central.icon::before { content: "\ee1f"; }
i.icon-hand-4-finger1.central.icon::before { content: "\ee20"; }
i.icon-select-filled-on.central.icon::before { content: "\ee20"; }
i.icon-hand-5-finger.central.icon::before { content: "\ee21"; }
i.icon-select-filled-off1.central.icon::before { content: "\ee21"; }
i.icon-hand-5-finger1.central.icon::before { content: "\ee22"; }
i.icon-select-filled-on1.central.icon::before { content: "\ee22"; }
i.icon-hand-bell-filled-off.central.icon::before { content: "\ee23"; }
i.icon-hand-bell-filled-on.central.icon::before { content: "\ee24"; }
i.icon-haptic.central.icon::before { content: "\ee25"; }
i.icon-waves-filled-off.central.icon::before { content: "\ee25"; }
i.icon-haptic1.central.icon::before { content: "\ee26"; }
i.icon-waves-filled-on.central.icon::before { content: "\ee26"; }
i.icon-hashtag.central.icon::before { content: "\ee27"; }
i.icon-.central.icon::before { content: "\ee27"; }
i.icon--filled-off1.central.icon::before { content: "\ee27"; }
i.icon-hashtag1.central.icon::before { content: "\ee28"; }
i.icon-1.central.icon::before { content: "\ee28"; }
i.icon--filled-on1.central.icon::before { content: "\ee28"; }
i.icon-hat-bunny.central.icon::before { content: "\ee29"; }
i.icon-surprise.central.icon::before { content: "\ee29"; }
i.icon-magic-hat-filled-off.central.icon::before { content: "\ee29"; }
i.icon-hat-bunny1.central.icon::before { content: "\ee2a"; }
i.icon-surprise1.central.icon::before { content: "\ee2a"; }
i.icon-magic-hat-filled-on.central.icon::before { content: "\ee2a"; }
i.icon-hat-sparkle.central.icon::before { content: "\ee2b"; }
i.icon-magic-hat-filled-off1.central.icon::before { content: "\ee2b"; }
i.icon-hat-sparkle1.central.icon::before { content: "\ee2c"; }
i.icon-magic-hat-filled-on1.central.icon::before { content: "\ee2c"; }
i.icon-hd-filled-off.central.icon::before { content: "\ee2d"; }
i.icon-hd-filled-on.central.icon::before { content: "\ee2e"; }
i.icon-head.central.icon::before { content: "\ee2f"; }
i.icon-avatar-filled-off.central.icon::before { content: "\ee2f"; }
i.icon-head1.central.icon::before { content: "\ee30"; }
i.icon-avatar-filled-on.central.icon::before { content: "\ee30"; }
i.icon-headline.central.icon::before { content: "\ee31"; }
i.icon-heading-filled-off.central.icon::before { content: "\ee31"; }
i.icon-headline1.central.icon::before { content: "\ee32"; }
i.icon-heading-filled-on.central.icon::before { content: "\ee32"; }
i.icon-headphones2.central.icon::before { content: "\ee33"; }
i.icon-support-filled-off.central.icon::before { content: "\ee33"; }
i.icon-headphones3.central.icon::before { content: "\ee34"; }
i.icon-support-filled-on.central.icon::before { content: "\ee34"; }
i.icon-heart-2.central.icon::before { content: "\ee35"; }
i.icon-like.central.icon::before { content: "\ee35"; }
i.icon-health.central.icon::before { content: "\ee35"; }
i.icon-life.central.icon::before { content: "\ee35"; }
i.icon-fav-filled-off.central.icon::before { content: "\ee35"; }
i.icon-heart-21.central.icon::before { content: "\ee36"; }
i.icon-like1.central.icon::before { content: "\ee36"; }
i.icon-health1.central.icon::before { content: "\ee36"; }
i.icon-life1.central.icon::before { content: "\ee36"; }
i.icon-fav-filled-on.central.icon::before { content: "\ee36"; }
i.icon-heart-beat.central.icon::before { content: "\ee37"; }
i.icon-heart-rate.central.icon::before { content: "\ee37"; }
i.icon-pulse-filled-off.central.icon::before { content: "\ee37"; }
i.icon-heart-beat1.central.icon::before { content: "\ee38"; }
i.icon-heart-rate1.central.icon::before { content: "\ee38"; }
i.icon-pulse-filled-on.central.icon::before { content: "\ee38"; }
i.icon-heart.central.icon::before { content: "\ee39"; }
i.icon-like2.central.icon::before { content: "\ee39"; }
i.icon-health2.central.icon::before { content: "\ee39"; }
i.icon-life2.central.icon::before { content: "\ee39"; }
i.icon-favorite-filled-off.central.icon::before { content: "\ee39"; }
i.icon-heart1.central.icon::before { content: "\ee3a"; }
i.icon-like3.central.icon::before { content: "\ee3a"; }
i.icon-health3.central.icon::before { content: "\ee3a"; }
i.icon-life3.central.icon::before { content: "\ee3a"; }
i.icon-favorite-filled-on.central.icon::before { content: "\ee3a"; }
i.icon-highlight.central.icon::before { content: "\ee3b"; }
i.icon-mark.central.icon::before { content: "\ee3b"; }
i.icon-freehand-filled-off.central.icon::before { content: "\ee3b"; }
i.icon-highlight1.central.icon::before { content: "\ee3c"; }
i.icon-mark1.central.icon::before { content: "\ee3c"; }
i.icon-freehand-filled-on.central.icon::before { content: "\ee3c"; }
i.icon-highlights-filled-off.central.icon::before { content: "\ee3d"; }
i.icon-highlights-filled-on.central.icon::before { content: "\ee3e"; }
i.icon-history.central.icon::before { content: "\ee3f"; }
i.icon-back6.central.icon::before { content: "\ee3f"; }
i.icon-timeline-filled-off.central.icon::before { content: "\ee3f"; }
i.icon-history1.central.icon::before { content: "\ee40"; }
i.icon-back7.central.icon::before { content: "\ee40"; }
i.icon-timeline-filled-on.central.icon::before { content: "\ee40"; }
i.icon-home-circle-filled-off.central.icon::before { content: "\ee41"; }
i.icon-home-circle-filled-on.central.icon::before { content: "\ee42"; }
i.icon-home-door.central.icon::before { content: "\ee43"; }
i.icon-house-filled-off3.central.icon::before { content: "\ee43"; }
i.icon-home-door1.central.icon::before { content: "\ee44"; }
i.icon-house-filled-on3.central.icon::before { content: "\ee44"; }
i.icon-home-energy-21.central.icon::before { content: "\ee45"; }
i.icon-electric-current7.central.icon::before { content: "\ee45"; }
i.icon-power-filled-off8.central.icon::before { content: "\ee45"; }
i.icon-home-energy-2.central.icon::before { content: "\ee46"; }
i.icon-electric-current.central.icon::before { content: "\ee46"; }
i.icon-power-filled-on5.central.icon::before { content: "\ee46"; }
i.icon-home-energy.central.icon::before { content: "\ee47"; }
i.icon-electric-current1.central.icon::before { content: "\ee47"; }
i.icon-power-filled-off5.central.icon::before { content: "\ee47"; }
i.icon-home-energy1.central.icon::before { content: "\ee48"; }
i.icon-electric-current2.central.icon::before { content: "\ee48"; }
i.icon-power-filled-on6.central.icon::before { content: "\ee48"; }
i.icon-home-line-filled-off.central.icon::before { content: "\ee49"; }
i.icon-home-line-filled-on.central.icon::before { content: "\ee4a"; }
i.icon-home-open.central.icon::before { content: "\ee4b"; }
i.icon-house-filled-off.central.icon::before { content: "\ee4b"; }
i.icon-home-open1.central.icon::before { content: "\ee4c"; }
i.icon-house-filled-on.central.icon::before { content: "\ee4c"; }
i.icon-home-personal-feed.central.icon::before { content: "\ee4d"; }
i.icon-for-you-filled-off.central.icon::before { content: "\ee4d"; }
i.icon-home-personal-feed1.central.icon::before { content: "\ee4e"; }
i.icon-for-you-filled-on.central.icon::before { content: "\ee4e"; }
i.icon-home-roof.central.icon::before { content: "\ee4f"; }
i.icon-house-filled-off1.central.icon::before { content: "\ee4f"; }
i.icon-home-roof1.central.icon::before { content: "\ee50"; }
i.icon-house-filled-on1.central.icon::before { content: "\ee50"; }
i.icon-home-round-door-filled-off.central.icon::before { content: "\ee51"; }
i.icon-home-round-door-filled-on.central.icon::before { content: "\ee52"; }
i.icon-home.central.icon::before { content: "\ee53"; }
i.icon-house-filled-off2.central.icon::before { content: "\ee53"; }
i.icon-home1.central.icon::before { content: "\ee54"; }
i.icon-house-filled-on2.central.icon::before { content: "\ee54"; }
i.icon-horizontal-alignment-bottom-filled-off.central.icon::before { content: "\ee55"; }
i.icon-horizontal-alignment-bottom-filled-on.central.icon::before { content: "\ee56"; }
i.icon-horizontal-alignment-center-filled-off.central.icon::before { content: "\ee57"; }
i.icon-horizontal-alignment-center-filled-on.central.icon::before { content: "\ee58"; }
i.icon-horizontal-alignment-top-filled-off.central.icon::before { content: "\ee59"; }
i.icon-horizontal-alignment-top-filled-on.central.icon::before { content: "\ee5a"; }
i.icon-hot-drink-cup.central.icon::before { content: "\ee5b"; }
i.icon-coffee-mug.central.icon::before { content: "\ee5b"; }
i.icon-dup-filled-off.central.icon::before { content: "\ee5b"; }
i.icon-hot-drink-cup1.central.icon::before { content: "\ee5c"; }
i.icon-coffee-mug1.central.icon::before { content: "\ee5c"; }
i.icon-dup-filled-on.central.icon::before { content: "\ee5c"; }
i.icon-hourglass-filled-off.central.icon::before { content: "\ee5d"; }
i.icon-hourglass-filled-on.central.icon::before { content: "\ee5e"; }
i.icon-ice-hockey-filled-off.central.icon::before { content: "\ee5f"; }
i.icon-ice-hockey-filled-on.central.icon::before { content: "\ee60"; }
i.icon-imac.central.icon::before { content: "\ee61"; }
i.icon-computer-filled-off.central.icon::before { content: "\ee61"; }
i.icon-imac1.central.icon::before { content: "\ee62"; }
i.icon-computer-filled-on.central.icon::before { content: "\ee62"; }
i.icon-image-alt-text-filled-off.central.icon::before { content: "\ee63"; }
i.icon-image-alt-text-filled-on.central.icon::before { content: "\ee64"; }
i.icon-image-avatar-sparkle.central.icon::before { content: "\ee65"; }
i.icon-generated-avatar.central.icon::before { content: "\ee65"; }
i.icon-profile-ai.central.icon::before { content: "\ee65"; }
i.icon-magic-avatar-filled-off.central.icon::before { content: "\ee65"; }
i.icon-image-avatar-sparkle1.central.icon::before { content: "\ee66"; }
i.icon-generated-avatar1.central.icon::before { content: "\ee66"; }
i.icon-profile-ai1.central.icon::before { content: "\ee66"; }
i.icon-magic-avatar-filled-on.central.icon::before { content: "\ee66"; }
i.icon-image-sparkle.central.icon::before { content: "\ee67"; }
i.icon-midjourney.central.icon::before { content: "\ee67"; }
i.icon-ai-generated.central.icon::before { content: "\ee67"; }
i.icon-star-filled-off.central.icon::before { content: "\ee67"; }
i.icon-image-sparkle1.central.icon::before { content: "\ee68"; }
i.icon-midjourney1.central.icon::before { content: "\ee68"; }
i.icon-ai-generated1.central.icon::before { content: "\ee68"; }
i.icon-star-filled-on.central.icon::before { content: "\ee68"; }
i.icon-images-1.central.icon::before { content: "\ee69"; }
i.icon-photos.central.icon::before { content: "\ee69"; }
i.icon-pictures.central.icon::before { content: "\ee69"; }
i.icon-shot-filled-off.central.icon::before { content: "\ee69"; }
i.icon-images-11.central.icon::before { content: "\ee6a"; }
i.icon-photos1.central.icon::before { content: "\ee6a"; }
i.icon-pictures1.central.icon::before { content: "\ee6a"; }
i.icon-shot-filled-on.central.icon::before { content: "\ee6a"; }
i.icon-images-2.central.icon::before { content: "\ee6b"; }
i.icon-photos2.central.icon::before { content: "\ee6b"; }
i.icon-pictures2.central.icon::before { content: "\ee6b"; }
i.icon-shot-filled-off1.central.icon::before { content: "\ee6b"; }
i.icon-images-21.central.icon::before { content: "\ee6c"; }
i.icon-photos3.central.icon::before { content: "\ee6c"; }
i.icon-pictures3.central.icon::before { content: "\ee6c"; }
i.icon-shot-filled-on1.central.icon::before { content: "\ee6c"; }
i.icon-images-3.central.icon::before { content: "\ee6d"; }
i.icon-photos4.central.icon::before { content: "\ee6d"; }
i.icon-pictures4.central.icon::before { content: "\ee6d"; }
i.icon-shot-filled-off2.central.icon::before { content: "\ee6d"; }
i.icon-images-31.central.icon::before { content: "\ee6e"; }
i.icon-photos5.central.icon::before { content: "\ee6e"; }
i.icon-pictures5.central.icon::before { content: "\ee6e"; }
i.icon-shot-filled-on2.central.icon::before { content: "\ee6e"; }
i.icon-images-4.central.icon::before { content: "\ee6f"; }
i.icon-photos6.central.icon::before { content: "\ee6f"; }
i.icon-pictures6.central.icon::before { content: "\ee6f"; }
i.icon-shot-filled-off3.central.icon::before { content: "\ee6f"; }
i.icon-images-41.central.icon::before { content: "\ee70"; }
i.icon-photos7.central.icon::before { content: "\ee70"; }
i.icon-pictures7.central.icon::before { content: "\ee70"; }
i.icon-shot-filled-on3.central.icon::before { content: "\ee70"; }
i.icon-images-5.central.icon::before { content: "\ee71"; }
i.icon-photos8.central.icon::before { content: "\ee71"; }
i.icon-pictures8.central.icon::before { content: "\ee71"; }
i.icon-shot-filled-off4.central.icon::before { content: "\ee71"; }
i.icon-images-51.central.icon::before { content: "\ee72"; }
i.icon-photos9.central.icon::before { content: "\ee72"; }
i.icon-pictures9.central.icon::before { content: "\ee72"; }
i.icon-shot-filled-on4.central.icon::before { content: "\ee72"; }
i.icon-images-circle-filled-off.central.icon::before { content: "\ee73"; }
i.icon-images-circle-filled-on.central.icon::before { content: "\ee74"; }
i.icon-import-2.central.icon::before { content: "\ee75"; }
i.icon-download3.central.icon::before { content: "\ee75"; }
i.icon-save-filled-off7.central.icon::before { content: "\ee75"; }
i.icon-import-21.central.icon::before { content: "\ee76"; }
i.icon-download4.central.icon::before { content: "\ee76"; }
i.icon-save-filled-on9.central.icon::before { content: "\ee76"; }
i.icon-import1.central.icon::before { content: "\ee77"; }
i.icon-download5.central.icon::before { content: "\ee77"; }
i.icon-save-filled-off8.central.icon::before { content: "\ee77"; }
i.icon-import.central.icon::before { content: "\ee78"; }
i.icon-download2.central.icon::before { content: "\ee78"; }
i.icon-save-filled-on2.central.icon::before { content: "\ee78"; }
i.icon-inbox-checked.central.icon::before { content: "\ee79"; }
i.icon-saved-filled-off.central.icon::before { content: "\ee79"; }
i.icon-inbox-checked1.central.icon::before { content: "\ee7a"; }
i.icon-saved-filled-on.central.icon::before { content: "\ee7a"; }
i.icon-inbox-empty-filled-off.central.icon::before { content: "\ee7b"; }
i.icon-inbox-empty-filled-on.central.icon::before { content: "\ee7c"; }
i.icon-infinity.central.icon::before { content: "\ee7d"; }
i.icon-loop.central.icon::before { content: "\ee7d"; }
i.icon-boomerang-filled-off.central.icon::before { content: "\ee7d"; }
i.icon-infinity1.central.icon::before { content: "\ee7e"; }
i.icon-loop1.central.icon::before { content: "\ee7e"; }
i.icon-boomerang-filled-on.central.icon::before { content: "\ee7e"; }
i.icon-initiatives.central.icon::before { content: "\ee7f"; }
i.icon-nav.central.icon::before { content: "\ee7f"; }
i.icon-rooting-filled-off.central.icon::before { content: "\ee7f"; }
i.icon-initiatives1.central.icon::before { content: "\ee80"; }
i.icon-nav1.central.icon::before { content: "\ee80"; }
i.icon-rooting-filled-on.central.icon::before { content: "\ee80"; }
i.icon-insert-html.central.icon::before { content: "\ee81"; }
i.icon-code.central.icon::before { content: "\ee81"; }
i.icon-brackets-filled-off.central.icon::before { content: "\ee81"; }
i.icon-insert-html1.central.icon::before { content: "\ee82"; }
i.icon-code1.central.icon::before { content: "\ee82"; }
i.icon-brackets-filled-on.central.icon::before { content: "\ee82"; }
i.icon-invite.central.icon::before { content: "\ee83"; }
i.icon-briefing-filled-off.central.icon::before { content: "\ee83"; }
i.icon-invite1.central.icon::before { content: "\ee84"; }
i.icon-briefing-filled-on.central.icon::before { content: "\ee84"; }
i.icon-italic-filled-off.central.icon::before { content: "\ee85"; }
i.icon-italic-filled-on.central.icon::before { content: "\ee86"; }
i.icon-judge-gavel.central.icon::before { content: "\ee87"; }
i.icon-legal.central.icon::before { content: "\ee87"; }
i.icon-terms.central.icon::before { content: "\ee87"; }
i.icon-law-filled-off.central.icon::before { content: "\ee87"; }
i.icon-judge-gavel1.central.icon::before { content: "\ee88"; }
i.icon-legal1.central.icon::before { content: "\ee88"; }
i.icon-terms1.central.icon::before { content: "\ee88"; }
i.icon-law-filled-on.central.icon::before { content: "\ee88"; }
i.icon-kanban-view.central.icon::before { content: "\ee89"; }
i.icon-columns-filled-off.central.icon::before { content: "\ee89"; }
i.icon-kanban-view1.central.icon::before { content: "\ee8a"; }
i.icon-columns-filled-on.central.icon::before { content: "\ee8a"; }
i.icon-key-1.central.icon::before { content: "\ee8b"; }
i.icon-password-filled-off.central.icon::before { content: "\ee8b"; }
i.icon-key-11.central.icon::before { content: "\ee8c"; }
i.icon-password-filled-on.central.icon::before { content: "\ee8c"; }
i.icon-key-2.central.icon::before { content: "\ee8d"; }
i.icon-password-filled-off1.central.icon::before { content: "\ee8d"; }
i.icon-key-21.central.icon::before { content: "\ee8e"; }
i.icon-password-filled-on1.central.icon::before { content: "\ee8e"; }
i.icon-keyboard-cable-filled-off.central.icon::before { content: "\ee8f"; }
i.icon-keyboard-cable-filled-on.central.icon::before { content: "\ee90"; }
i.icon-keyboard-down-filled-off.central.icon::before { content: "\ee91"; }
i.icon-keyboard-down-filled-on.central.icon::before { content: "\ee92"; }
i.icon-keyboard-up-filled-off.central.icon::before { content: "\ee93"; }
i.icon-keyboard-up-filled-on.central.icon::before { content: "\ee94"; }
i.icon-keyboard.central.icon::before { content: "\ee95"; }
i.icon-midi.central.icon::before { content: "\ee95"; }
i.icon-keys.central.icon::before { content: "\ee95"; }
i.icon-piano-filled-off.central.icon::before { content: "\ee95"; }
i.icon-keyboard1.central.icon::before { content: "\ee96"; }
i.icon-midi1.central.icon::before { content: "\ee96"; }
i.icon-keys1.central.icon::before { content: "\ee96"; }
i.icon-piano-filled-on.central.icon::before { content: "\ee96"; }
i.icon-keyframe.central.icon::before { content: "\ee97"; }
i.icon-rhombus-filled-off.central.icon::before { content: "\ee97"; }
i.icon-keyframe1.central.icon::before { content: "\ee98"; }
i.icon-rhombus-filled-on.central.icon::before { content: "\ee98"; }
i.icon-keyhole-filled-off.central.icon::before { content: "\ee99"; }
i.icon-keyhole-filled-on.central.icon::before { content: "\ee9a"; }
i.icon-lab-filled-off.central.icon::before { content: "\ee9b"; }
i.icon-lab-filled-on.central.icon::before { content: "\ee9c"; }
i.icon-law.central.icon::before { content: "\ee9d"; }
i.icon-legal2.central.icon::before { content: "\ee9d"; }
i.icon-terms2.central.icon::before { content: "\ee9d"; }
i.icon-imprint.central.icon::before { content: "\ee9d"; }
i.icon-balance-filled-off.central.icon::before { content: "\ee9d"; }
i.icon-law1.central.icon::before { content: "\ee9e"; }
i.icon-legal3.central.icon::before { content: "\ee9e"; }
i.icon-terms3.central.icon::before { content: "\ee9e"; }
i.icon-imprint1.central.icon::before { content: "\ee9e"; }
i.icon-balance-filled-on.central.icon::before { content: "\ee9e"; }
i.icon-layers-behind.central.icon::before { content: "\ee9f"; }
i.icon-slides.central.icon::before { content: "\ee9f"; }
i.icon-pages-filled-off.central.icon::before { content: "\ee9f"; }
i.icon-layers-behind1.central.icon::before { content: "\eea0"; }
i.icon-slides1.central.icon::before { content: "\eea0"; }
i.icon-pages-filled-on.central.icon::before { content: "\eea0"; }
i.icon-layers-three.central.icon::before { content: "\eea1"; }
i.icon-stack-filled-off.central.icon::before { content: "\eea1"; }
i.icon-layers-three1.central.icon::before { content: "\eea2"; }
i.icon-stack-filled-on.central.icon::before { content: "\eea2"; }
i.icon-layers-two.central.icon::before { content: "\eea3"; }
i.icon-stack-filled-off1.central.icon::before { content: "\eea3"; }
i.icon-layers-two1.central.icon::before { content: "\eea4"; }
i.icon-stack-filled-on1.central.icon::before { content: "\eea4"; }
i.icon-layout-align-bottom-filled-off.central.icon::before { content: "\eea5"; }
i.icon-layout-align-bottom-filled-on.central.icon::before { content: "\eea6"; }
i.icon-layout-align-left-filled-off.central.icon::before { content: "\eea7"; }
i.icon-layout-align-left-filled-on.central.icon::before { content: "\eea8"; }
i.icon-layout-align-right-filled-off.central.icon::before { content: "\eea9"; }
i.icon-layout-align-right-filled-on.central.icon::before { content: "\eeaa"; }
i.icon-layout-align-top-filled-off.central.icon::before { content: "\eeab"; }
i.icon-layout-align-top-filled-on.central.icon::before { content: "\eeac"; }
i.icon-layout-bottom.central.icon::before { content: "\eead"; }
i.icon-grid4.central.icon::before { content: "\eead"; }
i.icon-window-filled-off.central.icon::before { content: "\eead"; }
i.icon-layout-bottom1.central.icon::before { content: "\eeae"; }
i.icon-grid5.central.icon::before { content: "\eeae"; }
i.icon-window-filled-on.central.icon::before { content: "\eeae"; }
i.icon-layout-column.central.icon::before { content: "\eeaf"; }
i.icon-grid6.central.icon::before { content: "\eeaf"; }
i.icon-column-filled-off.central.icon::before { content: "\eeaf"; }
i.icon-layout-column1.central.icon::before { content: "\eeb0"; }
i.icon-grid7.central.icon::before { content: "\eeb0"; }
i.icon-column-filled-on.central.icon::before { content: "\eeb0"; }
i.icon-layout-dashboard.central.icon::before { content: "\eeb1"; }
i.icon-grid8.central.icon::before { content: "\eeb1"; }
i.icon-window-filled-off1.central.icon::before { content: "\eeb1"; }
i.icon-layout-dashboard1.central.icon::before { content: "\eeb2"; }
i.icon-grid9.central.icon::before { content: "\eeb2"; }
i.icon-window-filled-on1.central.icon::before { content: "\eeb2"; }
i.icon-layout-grid-1.central.icon::before { content: "\eeb3"; }
i.icon-grid10.central.icon::before { content: "\eeb3"; }
i.icon-window-filled-off2.central.icon::before { content: "\eeb3"; }
i.icon-layout-grid-11.central.icon::before { content: "\eeb4"; }
i.icon-grid11.central.icon::before { content: "\eeb4"; }
i.icon-window-filled-on2.central.icon::before { content: "\eeb4"; }
i.icon-layout-grid-2.central.icon::before { content: "\eeb5"; }
i.icon-grid-filled-off.central.icon::before { content: "\eeb5"; }
i.icon-layout-grid-21.central.icon::before { content: "\eeb6"; }
i.icon-grid-filled-on.central.icon::before { content: "\eeb6"; }
i.icon-layout-half-filled-off.central.icon::before { content: "\eeb7"; }
i.icon-layout-half-filled-on.central.icon::before { content: "\eeb8"; }
i.icon-layout-left.central.icon::before { content: "\eeb9"; }
i.icon-grid12.central.icon::before { content: "\eeb9"; }
i.icon-window-filled-off3.central.icon::before { content: "\eeb9"; }
i.icon-layout-left1.central.icon::before { content: "\eeba"; }
i.icon-grid13.central.icon::before { content: "\eeba"; }
i.icon-window-filled-on3.central.icon::before { content: "\eeba"; }
i.icon-layout-right.central.icon::before { content: "\eebb"; }
i.icon-grid14.central.icon::before { content: "\eebb"; }
i.icon-window-filled-off4.central.icon::before { content: "\eebb"; }
i.icon-layout-right1.central.icon::before { content: "\eebc"; }
i.icon-grid15.central.icon::before { content: "\eebc"; }
i.icon-window-filled-on4.central.icon::before { content: "\eebc"; }
i.icon-layout-sidebar.central.icon::before { content: "\eebd"; }
i.icon-grid16.central.icon::before { content: "\eebd"; }
i.icon-window-filled-off5.central.icon::before { content: "\eebd"; }
i.icon-layout-sidebar1.central.icon::before { content: "\eebe"; }
i.icon-grid17.central.icon::before { content: "\eebe"; }
i.icon-window-filled-on5.central.icon::before { content: "\eebe"; }
i.icon-layout-third-filled-off.central.icon::before { content: "\eebf"; }
i.icon-layout-third-filled-on.central.icon::before { content: "\eec0"; }
i.icon-layout-top.central.icon::before { content: "\eec1"; }
i.icon-grid22.central.icon::before { content: "\eec1"; }
i.icon-window-filled-off10.central.icon::before { content: "\eec1"; }
i.icon-layout-top1.central.icon::before { content: "\eec2"; }
i.icon-grid23.central.icon::before { content: "\eec2"; }
i.icon-window-filled-on10.central.icon::before { content: "\eec2"; }
i.icon-layout-topbar.central.icon::before { content: "\eec3"; }
i.icon-grid18.central.icon::before { content: "\eec3"; }
i.icon-window-filled-off6.central.icon::before { content: "\eec3"; }
i.icon-layout-topbar1.central.icon::before { content: "\eec4"; }
i.icon-grid19.central.icon::before { content: "\eec4"; }
i.icon-window-filled-on6.central.icon::before { content: "\eec4"; }
i.icon-layout-window.central.icon::before { content: "\eec5"; }
i.icon-grid20.central.icon::before { content: "\eec5"; }
i.icon-window-filled-off7.central.icon::before { content: "\eec5"; }
i.icon-layout-window1.central.icon::before { content: "\eec6"; }
i.icon-grid21.central.icon::before { content: "\eec6"; }
i.icon-window-filled-on7.central.icon::before { content: "\eec6"; }
i.icon-leaderboard.central.icon::before { content: "\eec7"; }
i.icon-winner.central.icon::before { content: "\eec7"; }
i.icon-stats.central.icon::before { content: "\eec7"; }
i.icon-graph-filled-off5.central.icon::before { content: "\eec7"; }
i.icon-leaderboard1.central.icon::before { content: "\eec8"; }
i.icon-winner1.central.icon::before { content: "\eec8"; }
i.icon-stats1.central.icon::before { content: "\eec8"; }
i.icon-graph-filled-on5.central.icon::before { content: "\eec8"; }
i.icon-library-filled-off1.central.icon::before { content: "\eec9"; }
i.icon-library-filled-on1.central.icon::before { content: "\eeca"; }
i.icon-life-vest.central.icon::before { content: "\eecb"; }
i.icon-vest-filled-off.central.icon::before { content: "\eecb"; }
i.icon-life-vest1.central.icon::before { content: "\eecc"; }
i.icon-vest-filled-on.central.icon::before { content: "\eecc"; }
i.icon-light-bulb-simple.central.icon::before { content: "\eecd"; }
i.icon-idea-filled-off.central.icon::before { content: "\eecd"; }
i.icon-light-bulb-simple1.central.icon::before { content: "\eece"; }
i.icon-idea-filled-on.central.icon::before { content: "\eece"; }
i.icon-light-bulb.central.icon::before { content: "\eecf"; }
i.icon-idea.central.icon::before { content: "\eecf"; }
i.icon-light-filled-off.central.icon::before { content: "\eecf"; }
i.icon-light-bulb1.central.icon::before { content: "\eed0"; }
i.icon-idea1.central.icon::before { content: "\eed0"; }
i.icon-light-filled-on.central.icon::before { content: "\eed0"; }
i.icon-lightning.central.icon::before { content: "\eed1"; }
i.icon-zap.central.icon::before { content: "\eed1"; }
i.icon-flash.central.icon::before { content: "\eed1"; }
i.icon-thunder-filled-off.central.icon::before { content: "\eed1"; }
i.icon-lightning1.central.icon::before { content: "\eed2"; }
i.icon-zap1.central.icon::before { content: "\eed2"; }
i.icon-flash1.central.icon::before { content: "\eed2"; }
i.icon-thunder-filled-on.central.icon::before { content: "\eed2"; }
i.icon-limit-filled-off.central.icon::before { content: "\eed3"; }
i.icon-limit-filled-on.central.icon::before { content: "\eed4"; }
i.icon-line-chart-1.central.icon::before { content: "\eed5"; }
i.icon-statistics14.central.icon::before { content: "\eed5"; }
i.icon-graph-filled-off6.central.icon::before { content: "\eed5"; }
i.icon-line-chart-11.central.icon::before { content: "\eed6"; }
i.icon-statistics15.central.icon::before { content: "\eed6"; }
i.icon-graph-filled-on6.central.icon::before { content: "\eed6"; }
i.icon-line-chart-2.central.icon::before { content: "\eed7"; }
i.icon-statistics16.central.icon::before { content: "\eed7"; }
i.icon-graph-filled-off7.central.icon::before { content: "\eed7"; }
i.icon-line-chart-21.central.icon::before { content: "\eed8"; }
i.icon-statistics18.central.icon::before { content: "\eed8"; }
i.icon-graph-filled-on8.central.icon::before { content: "\eed8"; }
i.icon-line-chart-3.central.icon::before { content: "\eed9"; }
i.icon-statistics19.central.icon::before { content: "\eed9"; }
i.icon-graph-filled-off8.central.icon::before { content: "\eed9"; }
i.icon-line-chart-31.central.icon::before { content: "\eeda"; }
i.icon-statistics20.central.icon::before { content: "\eeda"; }
i.icon-graph-filled-on9.central.icon::before { content: "\eeda"; }
i.icon-line-chart-41.central.icon::before { content: "\eedb"; }
i.icon-statistics21.central.icon::before { content: "\eedb"; }
i.icon-graph-filled-off9.central.icon::before { content: "\eedb"; }
i.icon-line-chart-4.central.icon::before { content: "\eedc"; }
i.icon-statistics17.central.icon::before { content: "\eedc"; }
i.icon-graph-filled-on7.central.icon::before { content: "\eedc"; }
i.icon-line-height.central.icon::before { content: "\eedd"; }
i.icon-spacing.central.icon::before { content: "\eedd"; }
i.icon-eleborate-filled-off.central.icon::before { content: "\eedd"; }
i.icon-line-height1.central.icon::before { content: "\eede"; }
i.icon-spacing1.central.icon::before { content: "\eede"; }
i.icon-eleborate-filled-on.central.icon::before { content: "\eede"; }
i.icon-linebreak.central.icon::before { content: "\eedf"; }
i.icon-next-line-filled-off.central.icon::before { content: "\eedf"; }
i.icon-linebreak1.central.icon::before { content: "\eee0"; }
i.icon-next-line-filled-on.central.icon::before { content: "\eee0"; }
i.icon-list-bullets-filled-off.central.icon::before { content: "\eee1"; }
i.icon-list-bullets-filled-on.central.icon::before { content: "\eee2"; }
i.icon-list-sparkle.central.icon::before { content: "\eee3"; }
i.icon-ai-text.central.icon::before { content: "\eee3"; }
i.icon-text-generation-filled-off.central.icon::before { content: "\eee3"; }
i.icon-list-sparkle1.central.icon::before { content: "\eee4"; }
i.icon-ai-text1.central.icon::before { content: "\eee4"; }
i.icon-text-generation-filled-on.central.icon::before { content: "\eee4"; }
i.icon-live-activity.central.icon::before { content: "\eee5"; }
i.icon-fitness-filled-off.central.icon::before { content: "\eee5"; }
i.icon-live-activity1.central.icon::before { content: "\eee6"; }
i.icon-fitness-filled-on.central.icon::before { content: "\eee6"; }
i.icon-live-full.central.icon::before { content: "\eee7"; }
i.icon-signal-filled-off1.central.icon::before { content: "\eee7"; }
i.icon-live-full1.central.icon::before { content: "\eee8"; }
i.icon-signal-filled-on1.central.icon::before { content: "\eee8"; }
i.icon-live-no-signal.central.icon::before { content: "\eee9"; }
i.icon-signal-filled-off2.central.icon::before { content: "\eee9"; }
i.icon-live-no-signal1.central.icon::before { content: "\eeea"; }
i.icon-signal-filled-on2.central.icon::before { content: "\eeea"; }
i.icon-live-weak.central.icon::before { content: "\eeeb"; }
i.icon-signal-filled-off3.central.icon::before { content: "\eeeb"; }
i.icon-live-weak1.central.icon::before { content: "\eeec"; }
i.icon-signal-filled-on3.central.icon::before { content: "\eeec"; }
i.icon-loader-filled-off.central.icon::before { content: "\eeed"; }
i.icon-loader-filled-on.central.icon::before { content: "\eeee"; }
i.icon-location.central.icon::before { content: "\eeef"; }
i.icon-explore.central.icon::before { content: "\eeef"; }
i.icon-compass-filled-off.central.icon::before { content: "\eeef"; }
i.icon-location1.central.icon::before { content: "\eef0"; }
i.icon-explore1.central.icon::before { content: "\eef0"; }
i.icon-compass-filled-on.central.icon::before { content: "\eef0"; }
i.icon-lock2.central.icon::before { content: "\eef1"; }
i.icon-private-filled-off1.central.icon::before { content: "\eef1"; }
i.icon-lock3.central.icon::before { content: "\eef2"; }
i.icon-private-filled-on1.central.icon::before { content: "\eef2"; }
i.icon-mac-mini-filled-off.central.icon::before { content: "\eef3"; }
i.icon-mac-mini-filled-on.central.icon::before { content: "\eef4"; }
i.icon-macbook-air-filled-off.central.icon::before { content: "\eef5"; }
i.icon-macbook-air-filled-on.central.icon::before { content: "\eef6"; }
i.icon-macbook2.central.icon::before { content: "\eef7"; }
i.icon-laptop.central.icon::before { content: "\eef7"; }
i.icon-computer-filled-off1.central.icon::before { content: "\eef7"; }
i.icon-macbook3.central.icon::before { content: "\eef8"; }
i.icon-laptop1.central.icon::before { content: "\eef8"; }
i.icon-computer-filled-on1.central.icon::before { content: "\eef8"; }
i.icon-macintosh.central.icon::before { content: "\eef9"; }
i.icon-mac-filled-off.central.icon::before { content: "\eef9"; }
i.icon-macintosh1.central.icon::before { content: "\eefa"; }
i.icon-mac-filled-on.central.icon::before { content: "\eefa"; }
i.icon-magic-book.central.icon::before { content: "\eefb"; }
i.icon-magician.central.icon::before { content: "\eefb"; }
i.icon-sparkles-filled-off.central.icon::before { content: "\eefb"; }
i.icon-magic-book1.central.icon::before { content: "\eefc"; }
i.icon-magician1.central.icon::before { content: "\eefc"; }
i.icon-sparkles-filled-on.central.icon::before { content: "\eefc"; }
i.icon-magic-edit.central.icon::before { content: "\eefd"; }
i.icon-magic-writing-filled-off.central.icon::before { content: "\eefd"; }
i.icon-magic-edit1.central.icon::before { content: "\eefe"; }
i.icon-magic-writing-filled-on.central.icon::before { content: "\eefe"; }
i.icon-magic-hands.central.icon::before { content: "\eeff"; }
i.icon-rainbow-hands-filled-off.central.icon::before { content: "\eeff"; }
i.icon-magic-hands1.central.icon::before { content: "\ef00"; }
i.icon-rainbow-hands-filled-on.central.icon::before { content: "\ef00"; }
i.icon-magic-wand-2.central.icon::before { content: "\ef01"; }
i.icon-magic-stick.central.icon::before { content: "\ef01"; }
i.icon-star-filled-off1.central.icon::before { content: "\ef01"; }
i.icon-magic-wand-21.central.icon::before { content: "\ef02"; }
i.icon-magic-stick1.central.icon::before { content: "\ef02"; }
i.icon-star-filled-on1.central.icon::before { content: "\ef02"; }
i.icon-magic-wand-3.central.icon::before { content: "\ef03"; }
i.icon-magic-stick2.central.icon::before { content: "\ef03"; }
i.icon-star-filled-off2.central.icon::before { content: "\ef03"; }
i.icon-magic-wand-31.central.icon::before { content: "\ef04"; }
i.icon-magic-stick3.central.icon::before { content: "\ef04"; }
i.icon-star-filled-on2.central.icon::before { content: "\ef04"; }
i.icon-magic-wand.central.icon::before { content: "\ef05"; }
i.icon-magic-stick4.central.icon::before { content: "\ef05"; }
i.icon-star-filled-off3.central.icon::before { content: "\ef05"; }
i.icon-magic-wand1.central.icon::before { content: "\ef06"; }
i.icon-magic-stick5.central.icon::before { content: "\ef06"; }
i.icon-star-filled-on3.central.icon::before { content: "\ef06"; }
i.icon-magnet.central.icon::before { content: "\ef07"; }
i.icon-snap-pixel.central.icon::before { content: "\ef07"; }
i.icon-snap-filled-off.central.icon::before { content: "\ef07"; }
i.icon-magnet1.central.icon::before { content: "\ef08"; }
i.icon-snap-pixel1.central.icon::before { content: "\ef08"; }
i.icon-snap-filled-on.central.icon::before { content: "\ef08"; }
i.icon-magnifying-glass-2.central.icon::before { content: "\ef09"; }
i.icon-search--filled-off.central.icon::before { content: "\ef09"; }
i.icon-magnifying-glass-21.central.icon::before { content: "\ef0a"; }
i.icon-search--filled-on.central.icon::before { content: "\ef0a"; }
i.icon-magnifying-glass.central.icon::before { content: "\ef0b"; }
i.icon-search-filled-off3.central.icon::before { content: "\ef0b"; }
i.icon-magnifying-glass1.central.icon::before { content: "\ef0c"; }
i.icon-search-filled-on3.central.icon::before { content: "\ef0c"; }
i.icon-maintenance1.central.icon::before { content: "\ef0d"; }
i.icon-settings1.central.icon::before { content: "\ef0d"; }
i.icon-service-filled-off.central.icon::before { content: "\ef0d"; }
i.icon-maintenance.central.icon::before { content: "\ef0e"; }
i.icon-settings.central.icon::before { content: "\ef0e"; }
i.icon-service-filled-on.central.icon::before { content: "\ef0e"; }
i.icon-make-it-pop.central.icon::before { content: "\ef0f"; }
i.icon-design-filled-off.central.icon::before { content: "\ef0f"; }
i.icon-make-it-pop1.central.icon::before { content: "\ef10"; }
i.icon-design-filled-on.central.icon::before { content: "\ef10"; }
i.icon-mall.central.icon::before { content: "\ef11"; }
i.icon-store.central.icon::before { content: "\ef11"; }
i.icon-shop.central.icon::before { content: "\ef11"; }
i.icon-business-filled-off.central.icon::before { content: "\ef11"; }
i.icon-mall1.central.icon::before { content: "\ef12"; }
i.icon-store1.central.icon::before { content: "\ef12"; }
i.icon-shop1.central.icon::before { content: "\ef12"; }
i.icon-business-filled-on.central.icon::before { content: "\ef12"; }
i.icon-map-pin-flat.central.icon::before { content: "\ef13"; }
i.icon-route-filled-off2.central.icon::before { content: "\ef13"; }
i.icon-map-pin-flat1.central.icon::before { content: "\ef14"; }
i.icon-route-filled-on2.central.icon::before { content: "\ef14"; }
i.icon-map-pin.central.icon::before { content: "\ef15"; }
i.icon-location-filled-off.central.icon::before { content: "\ef15"; }
i.icon-map-pin1.central.icon::before { content: "\ef16"; }
i.icon-location-filled-on.central.icon::before { content: "\ef16"; }
i.icon-map2.central.icon::before { content: "\ef17"; }
i.icon-paper-filled-off.central.icon::before { content: "\ef17"; }
i.icon-map3.central.icon::before { content: "\ef18"; }
i.icon-paper-filled-on.central.icon::before { content: "\ef18"; }
i.icon-markdown-filled-off.central.icon::before { content: "\ef19"; }
i.icon-markdown-filled-on.central.icon::before { content: "\ef1a"; }
i.icon-marker-circle.central.icon::before { content: "\ef1b"; }
i.icon-highlight-filled-off.central.icon::before { content: "\ef1b"; }
i.icon-marker-circle1.central.icon::before { content: "\ef1c"; }
i.icon-highlight-filled-on.central.icon::before { content: "\ef1c"; }
i.icon-marker.central.icon::before { content: "\ef1d"; }
i.icon-highlight-filled-off1.central.icon::before { content: "\ef1d"; }
i.icon-marker1.central.icon::before { content: "\ef1e"; }
i.icon-highlight-filled-on1.central.icon::before { content: "\ef1e"; }
i.icon-mask.central.icon::before { content: "\ef1f"; }
i.icon-theatre-filled-off.central.icon::before { content: "\ef1f"; }
i.icon-mask1.central.icon::before { content: "\ef20"; }
i.icon-theatre-filled-on.central.icon::before { content: "\ef20"; }
i.icon-math-basic.central.icon::before { content: "\ef21"; }
i.icon-calc-filled-off.central.icon::before { content: "\ef21"; }
i.icon-math-basic1.central.icon::before { content: "\ef22"; }
i.icon-calc-filled-on.central.icon::before { content: "\ef22"; }
i.icon-math-equals-circle-filled-off.central.icon::before { content: "\ef23"; }
i.icon-math-equals-circle-filled-on.central.icon::before { content: "\ef24"; }
i.icon-math-equals.central.icon::before { content: "\ef25"; }
i.icon--filled-off3.central.icon::before { content: "\ef25"; }
i.icon-math-equals1.central.icon::before { content: "\ef26"; }
i.icon--filled-on3.central.icon::before { content: "\ef26"; }
i.icon-math-greater-than-circle.central.icon::before { content: "\ef27"; }
i.icon-_-filled-off.central.icon::before { content: "\ef27"; }
i.icon-math-greater-than-circle1.central.icon::before { content: "\ef28"; }
i.icon-_-filled-on.central.icon::before { content: "\ef28"; }
i.icon-math-greater-than.central.icon::before { content: "\ef29"; }
i.icon-_-filled-off1.central.icon::before { content: "\ef29"; }
i.icon-math-greater-than1.central.icon::before { content: "\ef2a"; }
i.icon-_-filled-on1.central.icon::before { content: "\ef2a"; }
i.icon-math-less-than-circle.central.icon::before { content: "\ef2b"; }
i.icon-_-filled-off2.central.icon::before { content: "\ef2b"; }
i.icon-math-less-than-circle1.central.icon::before { content: "\ef2c"; }
i.icon-_-filled-on2.central.icon::before { content: "\ef2c"; }
i.icon-math-less-than.central.icon::before { content: "\ef2d"; }
i.icon-_-filled-off3.central.icon::before { content: "\ef2d"; }
i.icon-math-less-than1.central.icon::before { content: "\ef2e"; }
i.icon-_-filled-on3.central.icon::before { content: "\ef2e"; }
i.icon-math-multiplication-filled-off.central.icon::before { content: "\ef2f"; }
i.icon-math-multiplication-filled-on.central.icon::before { content: "\ef30"; }
i.icon-math-notes.central.icon::before { content: "\ef31"; }
i.icon-function-filled-off.central.icon::before { content: "\ef31"; }
i.icon-math-notes1.central.icon::before { content: "\ef32"; }
i.icon-function-filled-on.central.icon::before { content: "\ef32"; }
i.icon-math-scientific.central.icon::before { content: "\ef33"; }
i.icon-function-filled-off1.central.icon::before { content: "\ef33"; }
i.icon-math-scientific1.central.icon::before { content: "\ef34"; }
i.icon-function-filled-on1.central.icon::before { content: "\ef34"; }
i.icon-medal.central.icon::before { content: "\ef35"; }
i.icon-trophy.central.icon::before { content: "\ef35"; }
i.icon-badge4.central.icon::before { content: "\ef35"; }
i.icon-winner2.central.icon::before { content: "\ef35"; }
i.icon-win-filled-off.central.icon::before { content: "\ef35"; }
i.icon-medal1.central.icon::before { content: "\ef36"; }
i.icon-trophy1.central.icon::before { content: "\ef36"; }
i.icon-badge5.central.icon::before { content: "\ef36"; }
i.icon-winner3.central.icon::before { content: "\ef36"; }
i.icon-win-filled-on.central.icon::before { content: "\ef36"; }
i.icon-medicine-pill-2.central.icon::before { content: "\ef37"; }
i.icon-tablett-filled-off.central.icon::before { content: "\ef37"; }
i.icon-medicine-pill-21.central.icon::before { content: "\ef38"; }
i.icon-tablett-filled-on.central.icon::before { content: "\ef38"; }
i.icon-medicine-pill-filled-off.central.icon::before { content: "\ef39"; }
i.icon-medicine-pill-filled-on.central.icon::before { content: "\ef3a"; }
i.icon-medicine-tablett.central.icon::before { content: "\ef3b"; }
i.icon-pill-filled-off.central.icon::before { content: "\ef3b"; }
i.icon-medicine-tablett1.central.icon::before { content: "\ef3c"; }
i.icon-pill-filled-on.central.icon::before { content: "\ef3c"; }
i.icon-megaphone.central.icon::before { content: "\ef3d"; }
i.icon-loud6.central.icon::before { content: "\ef3d"; }
i.icon-speak.central.icon::before { content: "\ef3d"; }
i.icon-promote.central.icon::before { content: "\ef3d"; }
i.icon-feedback-filled-off10.central.icon::before { content: "\ef3d"; }
i.icon-megaphone1.central.icon::before { content: "\ef3e"; }
i.icon-loud7.central.icon::before { content: "\ef3e"; }
i.icon-speak1.central.icon::before { content: "\ef3e"; }
i.icon-promote1.central.icon::before { content: "\ef3e"; }
i.icon-feedback-filled-on10.central.icon::before { content: "\ef3e"; }
i.icon-microphone-off-filled-off.central.icon::before { content: "\ef3f"; }
i.icon-microphone-off-filled-on.central.icon::before { content: "\ef40"; }
i.icon-microphone.central.icon::before { content: "\ef41"; }
i.icon-mic.central.icon::before { content: "\ef41"; }
i.icon-sound.central.icon::before { content: "\ef41"; }
i.icon-podcast-filled-off.central.icon::before { content: "\ef41"; }
i.icon-microphone1.central.icon::before { content: "\ef42"; }
i.icon-mic1.central.icon::before { content: "\ef42"; }
i.icon-sound1.central.icon::before { content: "\ef42"; }
i.icon-podcast-filled-on.central.icon::before { content: "\ef42"; }
i.icon-minimize-45.central.icon::before { content: "\ef43"; }
i.icon-arrow6.central.icon::before { content: "\ef43"; }
i.icon-shrink-filled-off.central.icon::before { content: "\ef43"; }
i.icon-minimize-451.central.icon::before { content: "\ef44"; }
i.icon-arrow7.central.icon::before { content: "\ef44"; }
i.icon-shrink-filled-on.central.icon::before { content: "\ef44"; }
i.icon-minimize-315.central.icon::before { content: "\ef45"; }
i.icon-arrow8.central.icon::before { content: "\ef45"; }
i.icon-shrink-filled-off1.central.icon::before { content: "\ef45"; }
i.icon-minimize-3151.central.icon::before { content: "\ef46"; }
i.icon-arrow9.central.icon::before { content: "\ef46"; }
i.icon-shrink-filled-on1.central.icon::before { content: "\ef46"; }
i.icon-minimize.central.icon::before { content: "\ef47"; }
i.icon-window2.central.icon::before { content: "\ef47"; }
i.icon-layout-filled-off1.central.icon::before { content: "\ef47"; }
i.icon-minimize1.central.icon::before { content: "\ef48"; }
i.icon-window3.central.icon::before { content: "\ef48"; }
i.icon-layout-filled-on1.central.icon::before { content: "\ef48"; }
i.icon-minus-large.central.icon::before { content: "\ef49"; }
i.icon-remove5.central.icon::before { content: "\ef49"; }
i.icon-delete-filled-off.central.icon::before { content: "\ef49"; }
i.icon-minus-large1.central.icon::before { content: "\ef4a"; }
i.icon-remove6.central.icon::before { content: "\ef4a"; }
i.icon-delete-filled-on.central.icon::before { content: "\ef4a"; }
i.icon-minus-small.central.icon::before { content: "\ef4b"; }
i.icon-remove7.central.icon::before { content: "\ef4b"; }
i.icon-delete-filled-off1.central.icon::before { content: "\ef4b"; }
i.icon-minus-small1.central.icon::before { content: "\ef4c"; }
i.icon-remove8.central.icon::before { content: "\ef4c"; }
i.icon-delete-filled-on1.central.icon::before { content: "\ef4c"; }
i.icon-money-hand.central.icon::before { content: "\ef4d"; }
i.icon-coins2.central.icon::before { content: "\ef4d"; }
i.icon-pay-filled-off.central.icon::before { content: "\ef4d"; }
i.icon-money-hand1.central.icon::before { content: "\ef4e"; }
i.icon-coins3.central.icon::before { content: "\ef4e"; }
i.icon-pay-filled-on.central.icon::before { content: "\ef4e"; }
i.icon-moneybag.central.icon::before { content: "\ef4f"; }
i.icon-purse.central.icon::before { content: "\ef4f"; }
i.icon-savings-filled-off.central.icon::before { content: "\ef4f"; }
i.icon-moneybag1.central.icon::before { content: "\ef50"; }
i.icon-purse1.central.icon::before { content: "\ef50"; }
i.icon-savings-filled-on.central.icon::before { content: "\ef50"; }
i.icon-moon-star.central.icon::before { content: "\ef51"; }
i.icon-night-filled-off.central.icon::before { content: "\ef51"; }
i.icon-moon-star1.central.icon::before { content: "\ef52"; }
i.icon-night-filled-on.central.icon::before { content: "\ef52"; }
i.icon-moon.central.icon::before { content: "\ef53"; }
i.icon-dark-mode.central.icon::before { content: "\ef53"; }
i.icon-night-filled-off1.central.icon::before { content: "\ef53"; }
i.icon-moon1.central.icon::before { content: "\ef54"; }
i.icon-dark-mode1.central.icon::before { content: "\ef54"; }
i.icon-night-filled-on1.central.icon::before { content: "\ef54"; }
i.icon-mountain-bike-filled-off.central.icon::before { content: "\ef55"; }
i.icon-mountain-bike-filled-on.central.icon::before { content: "\ef56"; }
i.icon-mouse-filled-off.central.icon::before { content: "\ef57"; }
i.icon-mouse-filled-on.central.icon::before { content: "\ef58"; }
i.icon-mouse-scroll-down-filled-off.central.icon::before { content: "\ef59"; }
i.icon-mouse-scroll-down-filled-on.central.icon::before { content: "\ef5a"; }
i.icon-mouse-scroll-up-filled-off.central.icon::before { content: "\ef5b"; }
i.icon-mouse-scroll-up-filled-on.central.icon::before { content: "\ef5c"; }
i.icon-mouth.central.icon::before { content: "\ef5d"; }
i.icon-kiss-filled-off.central.icon::before { content: "\ef5d"; }
i.icon-mouth1.central.icon::before { content: "\ef5e"; }
i.icon-kiss-filled-on.central.icon::before { content: "\ef5e"; }
i.icon-multi-media.central.icon::before { content: "\ef5f"; }
i.icon-media.central.icon::before { content: "\ef5f"; }
i.icon-image-video-filled-off.central.icon::before { content: "\ef5f"; }
i.icon-multi-media1.central.icon::before { content: "\ef60"; }
i.icon-media1.central.icon::before { content: "\ef60"; }
i.icon-image-video-filled-on.central.icon::before { content: "\ef60"; }
i.icon-mute.central.icon::before { content: "\ef61"; }
i.icon-sound-off-filled-off.central.icon::before { content: "\ef61"; }
i.icon-mute1.central.icon::before { content: "\ef62"; }
i.icon-sound-off-filled-on.central.icon::before { content: "\ef62"; }
i.icon-nailed-it-filled-off.central.icon::before { content: "\ef63"; }
i.icon-nailed-it-filled-on.central.icon::before { content: "\ef64"; }
i.icon-newspaper-1.central.icon::before { content: "\ef65"; }
i.icon-guide1.central.icon::before { content: "\ef65"; }
i.icon-info1.central.icon::before { content: "\ef65"; }
i.icon-faq-filled-off1.central.icon::before { content: "\ef65"; }
i.icon-newspaper-11.central.icon::before { content: "\ef66"; }
i.icon-guide2.central.icon::before { content: "\ef66"; }
i.icon-info2.central.icon::before { content: "\ef66"; }
i.icon-faq-filled-on.central.icon::before { content: "\ef66"; }
i.icon-newspaper-2.central.icon::before { content: "\ef67"; }
i.icon-guide3.central.icon::before { content: "\ef67"; }
i.icon-info3.central.icon::before { content: "\ef67"; }
i.icon-faq-filled-off2.central.icon::before { content: "\ef67"; }
i.icon-newspaper-21.central.icon::before { content: "\ef68"; }
i.icon-guide4.central.icon::before { content: "\ef68"; }
i.icon-info4.central.icon::before { content: "\ef68"; }
i.icon-faq-filled-on1.central.icon::before { content: "\ef68"; }
i.icon-newspaper-3-filled-off.central.icon::before { content: "\ef69"; }
i.icon-newspaper-3-filled-on.central.icon::before { content: "\ef6a"; }
i.icon-newspaper.central.icon::before { content: "\ef6b"; }
i.icon-News.central.icon::before { content: "\ef6b"; }
i.icon-paper-filled-off1.central.icon::before { content: "\ef6b"; }
i.icon-newspaper1.central.icon::before { content: "\ef6c"; }
i.icon-News1.central.icon::before { content: "\ef6c"; }
i.icon-paper-filled-on1.central.icon::before { content: "\ef6c"; }
i.icon-nfc-1-filled-off.central.icon::before { content: "\ef6d"; }
i.icon-nfc-1-filled-on.central.icon::before { content: "\ef6e"; }
i.icon-nfc-2-filled-off.central.icon::before { content: "\ef6f"; }
i.icon-nfc-2-filled-on.central.icon::before { content: "\ef70"; }
i.icon-no-flash-filled-off.central.icon::before { content: "\ef71"; }
i.icon-no-flash-filled-on.central.icon::before { content: "\ef72"; }
i.icon-noise-reduction-filled-off.central.icon::before { content: "\ef73"; }
i.icon-noise-reduction-filled-on.central.icon::before { content: "\ef74"; }
i.icon-note-1-filled-off.central.icon::before { content: "\ef75"; }
i.icon-note-1-filled-on.central.icon::before { content: "\ef76"; }
i.icon-note-2-filled-off.central.icon::before { content: "\ef77"; }
i.icon-note-2-filled-on.central.icon::before { content: "\ef78"; }
i.icon-note-text-filled-off.central.icon::before { content: "\ef79"; }
i.icon-note-text-filled-on.central.icon::before { content: "\ef7a"; }
i.icon-notebook.central.icon::before { content: "\ef7b"; }
i.icon-cover-filled-off.central.icon::before { content: "\ef7b"; }
i.icon-notebook1.central.icon::before { content: "\ef7c"; }
i.icon-cover-filled-on1.central.icon::before { content: "\ef7c"; }
i.icon-notepad.central.icon::before { content: "\ef7d"; }
i.icon-notes-filled-off.central.icon::before { content: "\ef7d"; }
i.icon-notepad1.central.icon::before { content: "\ef7e"; }
i.icon-notes-filled-on.central.icon::before { content: "\ef7e"; }
i.icon-notes-filled-off1.central.icon::before { content: "\ef7f"; }
i.icon-notes-filled-on1.central.icon::before { content: "\ef80"; }
i.icon-nuclear-power-plant.central.icon::before { content: "\ef81"; }
i.icon-radiation-filled-off.central.icon::before { content: "\ef81"; }
i.icon-nuclear-power-plant1.central.icon::before { content: "\ef82"; }
i.icon-radiation-filled-on.central.icon::before { content: "\ef82"; }
i.icon-numbered-list-filled-off.central.icon::before { content: "\ef83"; }
i.icon-numbered-list-filled-on.central.icon::before { content: "\ef84"; }
i.icon-oculus-filled-off.central.icon::before { content: "\ef85"; }
i.icon-oculus-filled-on.central.icon::before { content: "\ef86"; }
i.icon-old-phone-filled-off.central.icon::before { content: "\ef87"; }
i.icon-old-phone-filled-on.central.icon::before { content: "\ef88"; }
i.icon-omega.central.icon::before { content: "\ef89"; }
i.icon-special-character-filled-off.central.icon::before { content: "\ef89"; }
i.icon-omega1.central.icon::before { content: "\ef8a"; }
i.icon-special-character-filled-on.central.icon::before { content: "\ef8a"; }
i.icon-ongoing.central.icon::before { content: "\ef8b"; }
i.icon-moving-filled-off.central.icon::before { content: "\ef8b"; }
i.icon-ongoing1.central.icon::before { content: "\ef8c"; }
i.icon-moving-filled-on.central.icon::before { content: "\ef8c"; }
i.icon-open-quote-1.central.icon::before { content: "\ef8d"; }
i.icon-blockquote-filled-off.central.icon::before { content: "\ef8d"; }
i.icon-open-quote-11.central.icon::before { content: "\ef8e"; }
i.icon-blockquote-filled-on1.central.icon::before { content: "\ef8e"; }
i.icon-open-quote-2.central.icon::before { content: "\ef8f"; }
i.icon-blockquote-filled-off1.central.icon::before { content: "\ef8f"; }
i.icon-open-quote-21.central.icon::before { content: "\ef90"; }
i.icon-blockquote-filled-on2.central.icon::before { content: "\ef90"; }
i.icon-opt-alt.central.icon::before { content: "\ef91"; }
i.icon-option-alt.central.icon::before { content: "\ef91"; }
i.icon-key-filled-off3.central.icon::before { content: "\ef91"; }
i.icon-opt-alt1.central.icon::before { content: "\ef92"; }
i.icon-option-alt1.central.icon::before { content: "\ef92"; }
i.icon-key-filled-on3.central.icon::before { content: "\ef92"; }
i.icon-opt.central.icon::before { content: "\ef93"; }
i.icon-option.central.icon::before { content: "\ef93"; }
i.icon-key-filled-off4.central.icon::before { content: "\ef93"; }
i.icon-opt1.central.icon::before { content: "\ef94"; }
i.icon-option1.central.icon::before { content: "\ef94"; }
i.icon-key-filled-on4.central.icon::before { content: "\ef94"; }
i.icon-orange-filled-off.central.icon::before { content: "\ef95"; }
i.icon-orange-filled-on.central.icon::before { content: "\ef96"; }
i.icon-organisation.central.icon::before { content: "\ef97"; }
i.icon-organimgram-filled-off.central.icon::before { content: "\ef97"; }
i.icon-organisation1.central.icon::before { content: "\ef98"; }
i.icon-organimgram-filled-on.central.icon::before { content: "\ef98"; }
i.icon-package-add.central.icon::before { content: "\ef99"; }
i.icon-delivery-filled-off.central.icon::before { content: "\ef99"; }
i.icon-package-add1.central.icon::before { content: "\ef9a"; }
i.icon-delivery-filled-on.central.icon::before { content: "\ef9a"; }
i.icon-package-block.central.icon::before { content: "\ef9b"; }
i.icon-delivery-filled-off1.central.icon::before { content: "\ef9b"; }
i.icon-package-block1.central.icon::before { content: "\ef9c"; }
i.icon-delivery-filled-on1.central.icon::before { content: "\ef9c"; }
i.icon-package-ckeck.central.icon::before { content: "\ef9d"; }
i.icon-delivery-filled-off2.central.icon::before { content: "\ef9d"; }
i.icon-package-ckeck1.central.icon::before { content: "\ef9e"; }
i.icon-delivery-filled-on2.central.icon::before { content: "\ef9e"; }
i.icon-package-delivery-1.central.icon::before { content: "\ef9f"; }
i.icon-address-filled-off.central.icon::before { content: "\ef9f"; }
i.icon-package-delivery-11.central.icon::before { content: "\efa0"; }
i.icon-address-filled-on2.central.icon::before { content: "\efa0"; }
i.icon-package-delivery-2.central.icon::before { content: "\efa1"; }
i.icon-address-filled-off3.central.icon::before { content: "\efa1"; }
i.icon-package-delivery-21.central.icon::before { content: "\efa2"; }
i.icon-address-filled-on3.central.icon::before { content: "\efa2"; }
i.icon-package-delivery-filled-off.central.icon::before { content: "\efa3"; }
i.icon-package-delivery-filled-on.central.icon::before { content: "\efa4"; }
i.icon-package-edit.central.icon::before { content: "\efa5"; }
i.icon-delivery-filled-off3.central.icon::before { content: "\efa5"; }
i.icon-package-edit1.central.icon::before { content: "\efa6"; }
i.icon-delivery-filled-on3.central.icon::before { content: "\efa6"; }
i.icon-package-in.central.icon::before { content: "\efa7"; }
i.icon-delivery-filled-off4.central.icon::before { content: "\efa7"; }
i.icon-package-in1.central.icon::before { content: "\efa8"; }
i.icon-delivery-filled-on4.central.icon::before { content: "\efa8"; }
i.icon-package-out.central.icon::before { content: "\efa9"; }
i.icon-return.central.icon::before { content: "\efa9"; }
i.icon-delivery-filled-off5.central.icon::before { content: "\efa9"; }
i.icon-package-out1.central.icon::before { content: "\efaa"; }
i.icon-return1.central.icon::before { content: "\efaa"; }
i.icon-delivery-filled-on5.central.icon::before { content: "\efaa"; }
i.icon-package-remove.central.icon::before { content: "\efab"; }
i.icon-delivery-filled-off6.central.icon::before { content: "\efab"; }
i.icon-package-remove1.central.icon::before { content: "\efac"; }
i.icon-delivery-filled-on6.central.icon::before { content: "\efac"; }
i.icon-package-search.central.icon::before { content: "\efad"; }
i.icon-delivery-filled-off7.central.icon::before { content: "\efad"; }
i.icon-package-search1.central.icon::before { content: "\efae"; }
i.icon-delivery-filled-on7.central.icon::before { content: "\efae"; }
i.icon-package-security.central.icon::before { content: "\efaf"; }
i.icon-delivery-filled-off8.central.icon::before { content: "\efaf"; }
i.icon-package-security1.central.icon::before { content: "\efb0"; }
i.icon-delivery-filled-on8.central.icon::before { content: "\efb0"; }
i.icon-package.central.icon::before { content: "\efb1"; }
i.icon-delivery-filled-off9.central.icon::before { content: "\efb1"; }
i.icon-package1.central.icon::before { content: "\efb2"; }
i.icon-delivery-filled-on9.central.icon::before { content: "\efb2"; }
i.icon-page-add-filled-off.central.icon::before { content: "\efb3"; }
i.icon-page-add-filled-on.central.icon::before { content: "\efb4"; }
i.icon-page-attachment-filled-off.central.icon::before { content: "\efb5"; }
i.icon-page-attachment-filled-on.central.icon::before { content: "\efb6"; }
i.icon-page-check.central.icon::before { content: "\efb7"; }
i.icon-signed.central.icon::before { content: "\efb7"; }
i.icon-document-filled-off6.central.icon::before { content: "\efb7"; }
i.icon-page-check1.central.icon::before { content: "\efb8"; }
i.icon-signed1.central.icon::before { content: "\efb8"; }
i.icon-document-filled-on6.central.icon::before { content: "\efb8"; }
i.icon-page-cloud-filled-off.central.icon::before { content: "\efb9"; }
i.icon-page-cloud-filled-on.central.icon::before { content: "\efba"; }
i.icon-page-cross-text.central.icon::before { content: "\efbb"; }
i.icon-close8.central.icon::before { content: "\efbb"; }
i.icon-x4.central.icon::before { content: "\efbb"; }
i.icon-document6.central.icon::before { content: "\efbb"; }
i.icon-list16.central.icon::before { content: "\efbb"; }
i.icon-file-filled-off3.central.icon::before { content: "\efbb"; }
i.icon-page-cross-text1.central.icon::before { content: "\efbc"; }
i.icon-close9.central.icon::before { content: "\efbc"; }
i.icon-x5.central.icon::before { content: "\efbc"; }
i.icon-document7.central.icon::before { content: "\efbc"; }
i.icon-list17.central.icon::before { content: "\efbc"; }
i.icon-file-filled-on3.central.icon::before { content: "\efbc"; }
i.icon-page-cross.central.icon::before { content: "\efbd"; }
i.icon-close2.central.icon::before { content: "\efbd"; }
i.icon-x.central.icon::before { content: "\efbd"; }
i.icon-document2.central.icon::before { content: "\efbd"; }
i.icon-list4.central.icon::before { content: "\efbd"; }
i.icon-file-filled-off.central.icon::before { content: "\efbd"; }
i.icon-page-cross1.central.icon::before { content: "\efbe"; }
i.icon-close3.central.icon::before { content: "\efbe"; }
i.icon-x1.central.icon::before { content: "\efbe"; }
i.icon-document3.central.icon::before { content: "\efbe"; }
i.icon-list5.central.icon::before { content: "\efbe"; }
i.icon-file-filled-on.central.icon::before { content: "\efbe"; }
i.icon-page-edit-text.central.icon::before { content: "\efbf"; }
i.icon-document4.central.icon::before { content: "\efbf"; }
i.icon-file-filled-off1.central.icon::before { content: "\efbf"; }
i.icon-page-edit-text1.central.icon::before { content: "\efc0"; }
i.icon-document5.central.icon::before { content: "\efc0"; }
i.icon-file-filled-on1.central.icon::before { content: "\efc0"; }
i.icon-page-edit.central.icon::before { content: "\efc1"; }
i.icon-document-filled-off7.central.icon::before { content: "\efc1"; }
i.icon-page-edit1.central.icon::before { content: "\efc2"; }
i.icon-document-filled-on7.central.icon::before { content: "\efc2"; }
i.icon-page-empty-filled-off.central.icon::before { content: "\efc3"; }
i.icon-page-empty-filled-on.central.icon::before { content: "\efc4"; }
i.icon-page-link-filled-off.central.icon::before { content: "\efc5"; }
i.icon-page-link-filled-on.central.icon::before { content: "\efc6"; }
i.icon-page-lock-filled-off.central.icon::before { content: "\efc7"; }
i.icon-page-lock-filled-on.central.icon::before { content: "\efc8"; }
i.icon-page-pie-chart-filled-off.central.icon::before { content: "\efc9"; }
i.icon-page-pie-chart-filled-on.central.icon::before { content: "\efca"; }
i.icon-page-search-filled-off.central.icon::before { content: "\efcb"; }
i.icon-page-search-filled-on.central.icon::before { content: "\efcc"; }
i.icon-page-search-lines-filled-off.central.icon::before { content: "\efcd"; }
i.icon-page-search-lines-filled-on.central.icon::before { content: "\efce"; }
i.icon-page-text-add-filled-off.central.icon::before { content: "\efcf"; }
i.icon-page-text-add-filled-on.central.icon::before { content: "\efd0"; }
i.icon-page-text-cloud-filled-off.central.icon::before { content: "\efd1"; }
i.icon-page-text-cloud-filled-on.central.icon::before { content: "\efd2"; }
i.icon-page-text-filled-off.central.icon::before { content: "\efd3"; }
i.icon-page-text-filled-on.central.icon::before { content: "\efd4"; }
i.icon-page-text-link-filled-off.central.icon::before { content: "\efd5"; }
i.icon-page-text-link-filled-on.central.icon::before { content: "\efd6"; }
i.icon-page-text-lock-filled-off.central.icon::before { content: "\efd7"; }
i.icon-page-text-lock-filled-on.central.icon::before { content: "\efd8"; }
i.icon-page-text-pie-chart-filled-off.central.icon::before { content: "\efd9"; }
i.icon-page-text-pie-chart-filled-on.central.icon::before { content: "\efda"; }
i.icon-page-text-search-filled-off.central.icon::before { content: "\efdb"; }
i.icon-page-text-search-filled-on.central.icon::before { content: "\efdc"; }
i.icon-pancakes.central.icon::before { content: "\efdd"; }
i.icon-maple-syrup.central.icon::before { content: "\efdd"; }
i.icon-breakfast-filled-off.central.icon::before { content: "\efdd"; }
i.icon-pancakes1.central.icon::before { content: "\efde"; }
i.icon-maple-syrup1.central.icon::before { content: "\efde"; }
i.icon-breakfast-filled-on.central.icon::before { content: "\efde"; }
i.icon-panorama-view-filled-off.central.icon::before { content: "\efdf"; }
i.icon-panorama-view-filled-on.central.icon::before { content: "\efe0"; }
i.icon-paper-plane-top-right.central.icon::before { content: "\efe1"; }
i.icon-send-filled-off.central.icon::before { content: "\efe1"; }
i.icon-paper-plane-top-right1.central.icon::before { content: "\efe2"; }
i.icon-send-filled-on.central.icon::before { content: "\efe2"; }
i.icon-paper-plane.central.icon::before { content: "\efe3"; }
i.icon-send-filled-off1.central.icon::before { content: "\efe3"; }
i.icon-paper-plane1.central.icon::before { content: "\efe4"; }
i.icon-send-filled-on1.central.icon::before { content: "\efe4"; }
i.icon-paperclip-1.central.icon::before { content: "\efe5"; }
i.icon-attachment-filled-off2.central.icon::before { content: "\efe5"; }
i.icon-paperclip-11.central.icon::before { content: "\efe6"; }
i.icon-attachment-filled-on2.central.icon::before { content: "\efe6"; }
i.icon-paperclip-2.central.icon::before { content: "\efe7"; }
i.icon-attachment-filled-off3.central.icon::before { content: "\efe7"; }
i.icon-paperclip-21.central.icon::before { content: "\efe8"; }
i.icon-attachment-filled-on3.central.icon::before { content: "\efe8"; }
i.icon-paperclip-3.central.icon::before { content: "\efe9"; }
i.icon-attachment-filled-off4.central.icon::before { content: "\efe9"; }
i.icon-paperclip-31.central.icon::before { content: "\efea"; }
i.icon-attachment-filled-on4.central.icon::before { content: "\efea"; }
i.icon-parachute.central.icon::before { content: "\efeb"; }
i.icon-airdrop-filled-off.central.icon::before { content: "\efeb"; }
i.icon-parachute1.central.icon::before { content: "\efec"; }
i.icon-airdrop-filled-on.central.icon::before { content: "\efec"; }
i.icon-paragraph-filled-off.central.icon::before { content: "\efed"; }
i.icon-paragraph-filled-on.central.icon::before { content: "\efee"; }
i.icon-parasol.central.icon::before { content: "\efef"; }
i.icon-umbrella.central.icon::before { content: "\efef"; }
i.icon-vacation-filled-off.central.icon::before { content: "\efef"; }
i.icon-parasol1.central.icon::before { content: "\eff0"; }
i.icon-umbrella1.central.icon::before { content: "\eff0"; }
i.icon-vacation-filled-on.central.icon::before { content: "\eff0"; }
i.icon-passkeys.central.icon::before { content: "\eff1"; }
i.icon-passkey.central.icon::before { content: "\eff1"; }
i.icon-passwordless-filled-off.central.icon::before { content: "\eff1"; }
i.icon-passkeys1.central.icon::before { content: "\eff2"; }
i.icon-passkey1.central.icon::before { content: "\eff2"; }
i.icon-passwordless-filled-on.central.icon::before { content: "\eff2"; }
i.icon-passport.central.icon::before { content: "\eff3"; }
i.icon-visa-filled-off.central.icon::before { content: "\eff3"; }
i.icon-passport1.central.icon::before { content: "\eff4"; }
i.icon-visa-filled-on.central.icon::before { content: "\eff4"; }
i.icon-password.central.icon::before { content: "\eff5"; }
i.icon-lock.central.icon::before { content: "\eff5"; }
i.icon-protection-filled-off.central.icon::before { content: "\eff5"; }
i.icon-password1.central.icon::before { content: "\eff6"; }
i.icon-lock1.central.icon::before { content: "\eff6"; }
i.icon-protection-filled-on.central.icon::before { content: "\eff6"; }
i.icon-pause-filled-off.central.icon::before { content: "\eff7"; }
i.icon-pause-filled-on.central.icon::before { content: "\eff8"; }
i.icon-payment.central.icon::before { content: "\eff9"; }
i.icon-flow.central.icon::before { content: "\eff9"; }
i.icon-connection-filled-off.central.icon::before { content: "\eff9"; }
i.icon-payment1.central.icon::before { content: "\effa"; }
i.icon-flow1.central.icon::before { content: "\effa"; }
i.icon-connection-filled-on.central.icon::before { content: "\effa"; }
i.icon-peace-filled-off.central.icon::before { content: "\effb"; }
i.icon-peace-filled-on.central.icon::before { content: "\effc"; }
i.icon-pencil-line-filled-off.central.icon::before { content: "\effd"; }
i.icon-pencil-line-filled-on.central.icon::before { content: "\effe"; }
i.icon-pencil-sparkle.central.icon::before { content: "\efff"; }
i.icon-magic-pencil.central.icon::before { content: "\efff"; }
i.icon-magic-brush-filled-off.central.icon::before { content: "\efff"; }
i.icon-pencil-sparkle1.central.icon::before { content: "\f000"; }
i.icon-magic-pencil1.central.icon::before { content: "\f000"; }
i.icon-magic-brush-filled-on.central.icon::before { content: "\f000"; }
i.icon-pencil-wave-filled-off.central.icon::before { content: "\f001"; }
i.icon-pencil-wave-filled-on.central.icon::before { content: "\f002"; }
i.icon-pencil4.central.icon::before { content: "\f003"; }
i.icon-edit.central.icon::before { content: "\f003"; }
i.icon-write-filled-off.central.icon::before { content: "\f003"; }
i.icon-pencil5.central.icon::before { content: "\f004"; }
i.icon-edit1.central.icon::before { content: "\f004"; }
i.icon-write-filled-on.central.icon::before { content: "\f004"; }
i.icon-people-2-filled-off.central.icon::before { content: "\f005"; }
i.icon-people-2-filled-on.central.icon::before { content: "\f006"; }
i.icon-people-add-2-filled-off.central.icon::before { content: "\f007"; }
i.icon-people-add-2-filled-on.central.icon::before { content: "\f008"; }
i.icon-people-add.central.icon::before { content: "\f009"; }
i.icon-user-add-filled-off.central.icon::before { content: "\f009"; }
i.icon-people-add1.central.icon::before { content: "\f00a"; }
i.icon-user-add-filled-on.central.icon::before { content: "\f00a"; }
i.icon-people-added.central.icon::before { content: "\f00b"; }
i.icon-user-added-filled-off.central.icon::before { content: "\f00b"; }
i.icon-people-added1.central.icon::before { content: "\f00c"; }
i.icon-user-added-filled-on.central.icon::before { content: "\f00c"; }
i.icon-people-circle.central.icon::before { content: "\f00d"; }
i.icon-user-circle.central.icon::before { content: "\f00d"; }
i.icon-avatar.central.icon::before { content: "\f00d"; }
i.icon-profile-filled-off.central.icon::before { content: "\f00d"; }
i.icon-people-circle1.central.icon::before { content: "\f00e"; }
i.icon-user-circle1.central.icon::before { content: "\f00e"; }
i.icon-avatar1.central.icon::before { content: "\f00e"; }
i.icon-profile-filled-on.central.icon::before { content: "\f00e"; }
i.icon-people-copy.central.icon::before { content: "\f00f"; }
i.icon-members-filled-off.central.icon::before { content: "\f00f"; }
i.icon-people-copy1.central.icon::before { content: "\f010"; }
i.icon-members-filled-on.central.icon::before { content: "\f010"; }
i.icon-people-like.central.icon::before { content: "\f011"; }
i.icon-inner-circle-filled-off.central.icon::before { content: "\f011"; }
i.icon-people-like1.central.icon::before { content: "\f012"; }
i.icon-inner-circle-filled-on.central.icon::before { content: "\f012"; }
i.icon-people-remove-2-filled-off.central.icon::before { content: "\f013"; }
i.icon-people-remove-2-filled-on.central.icon::before { content: "\f014"; }
i.icon-people-remove.central.icon::before { content: "\f015"; }
i.icon-user-remove-filled-off.central.icon::before { content: "\f015"; }
i.icon-people-remove1.central.icon::before { content: "\f016"; }
i.icon-user-remove-filled-on.central.icon::before { content: "\f016"; }
i.icon-people.central.icon::before { content: "\f017"; }
i.icon-user.central.icon::before { content: "\f017"; }
i.icon-person.central.icon::before { content: "\f017"; }
i.icon-avatar-filled-off1.central.icon::before { content: "\f017"; }
i.icon-people1.central.icon::before { content: "\f018"; }
i.icon-user1.central.icon::before { content: "\f018"; }
i.icon-person1.central.icon::before { content: "\f018"; }
i.icon-avatar-filled-on1.central.icon::before { content: "\f018"; }
i.icon-percent.central.icon::before { content: "\f019"; }
i.icon-sales-filled-off.central.icon::before { content: "\f019"; }
i.icon-percent1.central.icon::before { content: "\f01a"; }
i.icon-sales-filled-on.central.icon::before { content: "\f01a"; }
i.icon-pets.central.icon::before { content: "\f01b"; }
i.icon-paw.central.icon::before { content: "\f01b"; }
i.icon-animal-filled-off.central.icon::before { content: "\f01b"; }
i.icon-pets1.central.icon::before { content: "\f01c"; }
i.icon-paw1.central.icon::before { content: "\f01c"; }
i.icon-animal-filled-on.central.icon::before { content: "\f01c"; }
i.icon-phone-dynamic-island-filled-off.central.icon::before { content: "\f01d"; }
i.icon-phone-dynamic-island-filled-on.central.icon::before { content: "\f01e"; }
i.icon-phone-haptic.central.icon::before { content: "\f01f"; }
i.icon-vibration-filled-off.central.icon::before { content: "\f01f"; }
i.icon-phone-haptic1.central.icon::before { content: "\f020"; }
i.icon-vibration-filled-on.central.icon::before { content: "\f020"; }
i.icon-phone2.central.icon::before { content: "\f021"; }
i.icon-iphone2.central.icon::before { content: "\f021"; }
i.icon-mobile-filled-off.central.icon::before { content: "\f021"; }
i.icon-phone3.central.icon::before { content: "\f022"; }
i.icon-iphone3.central.icon::before { content: "\f022"; }
i.icon-mobile-filled-on.central.icon::before { content: "\f022"; }
i.icon-picture-in-picture-filled-off.central.icon::before { content: "\f023"; }
i.icon-picture-in-picture-filled-on.central.icon::before { content: "\f024"; }
i.icon-pie-chart-1.central.icon::before { content: "\f025"; }
i.icon-graph2.central.icon::before { content: "\f025"; }
i.icon-chart.central.icon::before { content: "\f025"; }
i.icon-statistics-filled-off.central.icon::before { content: "\f025"; }
i.icon-pie-chart-11.central.icon::before { content: "\f026"; }
i.icon-graph3.central.icon::before { content: "\f026"; }
i.icon-chart1.central.icon::before { content: "\f026"; }
i.icon-statistics-filled-on.central.icon::before { content: "\f026"; }
i.icon-pie-chart-2.central.icon::before { content: "\f027"; }
i.icon-graph4.central.icon::before { content: "\f027"; }
i.icon-chart2.central.icon::before { content: "\f027"; }
i.icon-statistics-filled-off1.central.icon::before { content: "\f027"; }
i.icon-pie-chart-21.central.icon::before { content: "\f028"; }
i.icon-graph5.central.icon::before { content: "\f028"; }
i.icon-chart3.central.icon::before { content: "\f028"; }
i.icon-statistics-filled-on1.central.icon::before { content: "\f028"; }
i.icon-piggy-bank.central.icon::before { content: "\f029"; }
i.icon-save-money-filled-off.central.icon::before { content: "\f029"; }
i.icon-piggy-bank1.central.icon::before { content: "\f02a"; }
i.icon-save-money-filled-on.central.icon::before { content: "\f02a"; }
i.icon-pillow-zz.central.icon::before { content: "\f02b"; }
i.icon-sleep.central.icon::before { content: "\f02b"; }
i.icon-snooze-filled-off1.central.icon::before { content: "\f02b"; }
i.icon-pillow-zz1.central.icon::before { content: "\f02c"; }
i.icon-sleep1.central.icon::before { content: "\f02c"; }
i.icon-snooze-filled-on1.central.icon::before { content: "\f02c"; }
i.icon-pillow.central.icon::before { content: "\f02d"; }
i.icon-sleep2.central.icon::before { content: "\f02d"; }
i.icon-snooze-filled-off2.central.icon::before { content: "\f02d"; }
i.icon-pillow1.central.icon::before { content: "\f02e"; }
i.icon-sleep3.central.icon::before { content: "\f02e"; }
i.icon-snooze-filled-on2.central.icon::before { content: "\f02e"; }
i.icon-pilone.central.icon::before { content: "\f02f"; }
i.icon-maintenance-filled-off.central.icon::before { content: "\f02f"; }
i.icon-pilone1.central.icon::before { content: "\f030"; }
i.icon-maintenance-filled-on.central.icon::before { content: "\f030"; }
i.icon-pin-circle.central.icon::before { content: "\f031"; }
i.icon-location-filled-off1.central.icon::before { content: "\f031"; }
i.icon-pin-circle1.central.icon::before { content: "\f032"; }
i.icon-location-filled-on1.central.icon::before { content: "\f032"; }
i.icon-pin-filled-off.central.icon::before { content: "\f033"; }
i.icon-pin-filled-on.central.icon::before { content: "\f034"; }
i.icon-pin-flag.central.icon::before { content: "\f035"; }
i.icon-location-filled-off2.central.icon::before { content: "\f035"; }
i.icon-pin-flag1.central.icon::before { content: "\f036"; }
i.icon-location-filled-on2.central.icon::before { content: "\f036"; }
i.icon-pin-location-filled-off.central.icon::before { content: "\f037"; }
i.icon-pin-location-filled-on.central.icon::before { content: "\f038"; }
i.icon-pinch-filled-off.central.icon::before { content: "\f039"; }
i.icon-pinch-filled-on.central.icon::before { content: "\f03a"; }
i.icon-pizza-filled-off.central.icon::before { content: "\f03b"; }
i.icon-pizza-filled-on.central.icon::before { content: "\f03c"; }
i.icon-placeholder.central.icon::before { content: "\f03d"; }
i.icon-generate-filled-off.central.icon::before { content: "\f03d"; }
i.icon-placeholder1.central.icon::before { content: "\f03e"; }
i.icon-generate-filled-on.central.icon::before { content: "\f03e"; }
i.icon-planning.central.icon::before { content: "\f03f"; }
i.icon-list6.central.icon::before { content: "\f03f"; }
i.icon-checklist-filled-off.central.icon::before { content: "\f03f"; }
i.icon-planning1.central.icon::before { content: "\f040"; }
i.icon-list7.central.icon::before { content: "\f040"; }
i.icon-checklist-filled-on.central.icon::before { content: "\f040"; }
i.icon-play-circle-filled-off.central.icon::before { content: "\f041"; }
i.icon-play-circle-filled-on.central.icon::before { content: "\f042"; }
i.icon-play.central.icon::before { content: "\f043"; }
i.icon-go-filled-off.central.icon::before { content: "\f043"; }
i.icon-play1.central.icon::before { content: "\f044"; }
i.icon-go-filled-on.central.icon::before { content: "\f044"; }
i.icon-playground.central.icon::before { content: "\f045"; }
i.icon-forms.central.icon::before { content: "\f045"; }
i.icon-shapes.central.icon::before { content: "\f045"; }
i.icon-geo-filled-off.central.icon::before { content: "\f045"; }
i.icon-playground1.central.icon::before { content: "\f046"; }
i.icon-forms1.central.icon::before { content: "\f046"; }
i.icon-shapes1.central.icon::before { content: "\f046"; }
i.icon-geo-filled-on.central.icon::before { content: "\f046"; }
i.icon-playlist-filled-off.central.icon::before { content: "\f047"; }
i.icon-playlist-filled-on.central.icon::before { content: "\f048"; }
i.icon-plugin.central.icon::before { content: "\f049"; }
i.icon-power.central.icon::before { content: "\f049"; }
i.icon-adapter-filled-off.central.icon::before { content: "\f049"; }
i.icon-plugin1.central.icon::before { content: "\f04a"; }
i.icon-power1.central.icon::before { content: "\f04a"; }
i.icon-adapter-filled-on.central.icon::before { content: "\f04a"; }
i.icon-plus-large.central.icon::before { content: "\f04b"; }
i.icon-add-large-filled-off.central.icon::before { content: "\f04b"; }
i.icon-plus-large1.central.icon::before { content: "\f04c"; }
i.icon-add-large-filled-on.central.icon::before { content: "\f04c"; }
i.icon-plus-small.central.icon::before { content: "\f04d"; }
i.icon-add-small-filled-off.central.icon::before { content: "\f04d"; }
i.icon-plus-small1.central.icon::before { content: "\f04e"; }
i.icon-add-small-filled-on.central.icon::before { content: "\f04e"; }
i.icon-pointer.central.icon::before { content: "\f04f"; }
i.icon-hand-filled-off.central.icon::before { content: "\f04f"; }
i.icon-pointer1.central.icon::before { content: "\f050"; }
i.icon-hand-filled-on.central.icon::before { content: "\f050"; }
i.icon-pokeball.central.icon::before { content: "\f051"; }
i.icon-catch-filled-off.central.icon::before { content: "\f051"; }
i.icon-pokeball1.central.icon::before { content: "\f052"; }
i.icon-catch-filled-on.central.icon::before { content: "\f052"; }
i.icon-poop.central.icon::before { content: "\f053"; }
i.icon-spam-filled-off.central.icon::before { content: "\f053"; }
i.icon-poop1.central.icon::before { content: "\f054"; }
i.icon-spam-filled-on.central.icon::before { content: "\f054"; }
i.icon-popcorn.central.icon::before { content: "\f055"; }
i.icon-movies.central.icon::before { content: "\f055"; }
i.icon-series-filled-off.central.icon::before { content: "\f055"; }
i.icon-popcorn1.central.icon::before { content: "\f056"; }
i.icon-movies1.central.icon::before { content: "\f056"; }
i.icon-series-filled-on.central.icon::before { content: "\f056"; }
i.icon-popsicle-1.central.icon::before { content: "\f057"; }
i.icon-ice-cream.central.icon::before { content: "\f057"; }
i.icon-sweets-filled-off.central.icon::before { content: "\f057"; }
i.icon-popsicle-11.central.icon::before { content: "\f058"; }
i.icon-ice-cream1.central.icon::before { content: "\f058"; }
i.icon-sweets-filled-on.central.icon::before { content: "\f058"; }
i.icon-popsicle-2.central.icon::before { content: "\f059"; }
i.icon-ice-cream2.central.icon::before { content: "\f059"; }
i.icon-sweets-filled-off1.central.icon::before { content: "\f059"; }
i.icon-popsicle-21.central.icon::before { content: "\f05a"; }
i.icon-ice-cream3.central.icon::before { content: "\f05a"; }
i.icon-sweets-filled-on1.central.icon::before { content: "\f05a"; }
i.icon-postcard-1.central.icon::before { content: "\f05b"; }
i.icon-address-filled-off1.central.icon::before { content: "\f05b"; }
i.icon-postcard-11.central.icon::before { content: "\f05c"; }
i.icon-address-filled-on.central.icon::before { content: "\f05c"; }
i.icon-postcard-2.central.icon::before { content: "\f05d"; }
i.icon-address-filled-off2.central.icon::before { content: "\f05d"; }
i.icon-postcard-21.central.icon::before { content: "\f05e"; }
i.icon-address-filled-on1.central.icon::before { content: "\f05e"; }
i.icon-pound.central.icon::before { content: "\f05f"; }
i.icon-currency3.central.icon::before { content: "\f05f"; }
i.icon-money9.central.icon::before { content: "\f05f"; }
i.icon-coin3.central.icon::before { content: "\f05f"; }
i.icon-GBP-filled-off.central.icon::before { content: "\f05f"; }
i.icon-pound1.central.icon::before { content: "\f060"; }
i.icon-currency4.central.icon::before { content: "\f060"; }
i.icon-money10.central.icon::before { content: "\f060"; }
i.icon-coin4.central.icon::before { content: "\f060"; }
i.icon-GBP-filled-on.central.icon::before { content: "\f060"; }
i.icon-power-plant.central.icon::before { content: "\f061"; }
i.icon-coal.central.icon::before { content: "\f061"; }
i.icon-gas.central.icon::before { content: "\f061"; }
i.icon-factory-filled-off.central.icon::before { content: "\f061"; }
i.icon-power-plant1.central.icon::before { content: "\f062"; }
i.icon-coal1.central.icon::before { content: "\f062"; }
i.icon-gas1.central.icon::before { content: "\f062"; }
i.icon-factory-filled-on.central.icon::before { content: "\f062"; }
i.icon-printer.central.icon::before { content: "\f063"; }
i.icon-print-filled-off.central.icon::before { content: "\f063"; }
i.icon-printer1.central.icon::before { content: "\f064"; }
i.icon-print-filled-on.central.icon::before { content: "\f064"; }
i.icon-processor.central.icon::before { content: "\f065"; }
i.icon-chip-filled-off.central.icon::before { content: "\f065"; }
i.icon-processor1.central.icon::before { content: "\f066"; }
i.icon-chip-filled-on.central.icon::before { content: "\f066"; }
i.icon-prompt.central.icon::before { content: "\f067"; }
i.icon-scan-text-filled-off.central.icon::before { content: "\f067"; }
i.icon-prompt1.central.icon::before { content: "\f068"; }
i.icon-scan-text-filled-on.central.icon::before { content: "\f068"; }
i.icon-pumpjack.central.icon::before { content: "\f069"; }
i.icon-oil-filled-off.central.icon::before { content: "\f069"; }
i.icon-pumpjack1.central.icon::before { content: "\f06a"; }
i.icon-oil-filled-on.central.icon::before { content: "\f06a"; }
i.icon-push-the-button1.central.icon::before { content: "\f06b"; }
i.icon-hot7.central.icon::before { content: "\f06b"; }
i.icon-alarm-filled-off1.central.icon::before { content: "\f06b"; }
i.icon-push-the-button.central.icon::before { content: "\f06c"; }
i.icon-hot6.central.icon::before { content: "\f06c"; }
i.icon-alarm-filled-on.central.icon::before { content: "\f06c"; }
i.icon-push.central.icon::before { content: "\f06d"; }
i.icon-launch.central.icon::before { content: "\f06d"; }
i.icon-rocket-filled-off.central.icon::before { content: "\f06d"; }
i.icon-push1.central.icon::before { content: "\f06e"; }
i.icon-launch1.central.icon::before { content: "\f06e"; }
i.icon-rocket-filled-on.central.icon::before { content: "\f06e"; }
i.icon-puzzle.central.icon::before { content: "\f06f"; }
i.icon-plugin-filled-off.central.icon::before { content: "\f06f"; }
i.icon-puzzle1.central.icon::before { content: "\f070"; }
i.icon-plugin-filled-on.central.icon::before { content: "\f070"; }
i.icon-qm3.central.icon::before { content: "\f071"; }
i.icon-room.central.icon::before { content: "\f071"; }
i.icon-transform.central.icon::before { content: "\f071"; }
i.icon-xyz.central.icon::before { content: "\f071"; }
i.icon-3d-filled-off.central.icon::before { content: "\f071"; }
i.icon-qm31.central.icon::before { content: "\f072"; }
i.icon-room1.central.icon::before { content: "\f072"; }
i.icon-transform1.central.icon::before { content: "\f072"; }
i.icon-xyz1.central.icon::before { content: "\f072"; }
i.icon-3d-filled-on.central.icon::before { content: "\f072"; }
i.icon-qr-code.central.icon::before { content: "\f073"; }
i.icon-barcode.central.icon::before { content: "\f073"; }
i.icon-scan-filled-off.central.icon::before { content: "\f073"; }
i.icon-qr-code1.central.icon::before { content: "\f074"; }
i.icon-barcode1.central.icon::before { content: "\f074"; }
i.icon-scan-filled-on.central.icon::before { content: "\f074"; }
i.icon-radar.central.icon::before { content: "\f075"; }
i.icon-location2.central.icon::before { content: "\f075"; }
i.icon-search-filled-off.central.icon::before { content: "\f075"; }
i.icon-radar1.central.icon::before { content: "\f076"; }
i.icon-location3.central.icon::before { content: "\f076"; }
i.icon-search-filled-on.central.icon::before { content: "\f076"; }
i.icon-rainbow-filled-off.central.icon::before { content: "\f077"; }
i.icon-rainbow-filled-on.central.icon::before { content: "\f078"; }
i.icon-rainy-light-filled-off.central.icon::before { content: "\f079"; }
i.icon-rainy-light-filled-on.central.icon::before { content: "\f07a"; }
i.icon-rainy.central.icon::before { content: "\f07b"; }
i.icon-rain-filled-off.central.icon::before { content: "\f07b"; }
i.icon-rainy1.central.icon::before { content: "\f07c"; }
i.icon-rain-filled-on.central.icon::before { content: "\f07c"; }
i.icon-raising-hand-4-finger.central.icon::before { content: "\f07d"; }
i.icon-hey.central.icon::before { content: "\f07d"; }
i.icon-hello-filled-off.central.icon::before { content: "\f07d"; }
i.icon-raising-hand-4-finger1.central.icon::before { content: "\f07e"; }
i.icon-hey1.central.icon::before { content: "\f07e"; }
i.icon-hello-filled-on.central.icon::before { content: "\f07e"; }
i.icon-raising-hand-5-finger.central.icon::before { content: "\f07f"; }
i.icon-hey2.central.icon::before { content: "\f07f"; }
i.icon-hello.central.icon::before { content: "\f07f"; }
i.icon-high-five-filled-off.central.icon::before { content: "\f07f"; }
i.icon-raising-hand-5-finger1.central.icon::before { content: "\f080"; }
i.icon-hey3.central.icon::before { content: "\f080"; }
i.icon-hello1.central.icon::before { content: "\f080"; }
i.icon-high-five-filled-on.central.icon::before { content: "\f080"; }
i.icon-reading-list.central.icon::before { content: "\f081"; }
i.icon-glasses.central.icon::before { content: "\f081"; }
i.icon-steve-jobs-filled-off.central.icon::before { content: "\f081"; }
i.icon-reading-list1.central.icon::before { content: "\f082"; }
i.icon-glasses1.central.icon::before { content: "\f082"; }
i.icon-steve-jobs-filled-on.central.icon::before { content: "\f082"; }
i.icon-rear.central.icon::before { content: "\f083"; }
i.icon-front-back.central.icon::before { content: "\f083"; }
i.icon-change-cam.central.icon::before { content: "\f083"; }
i.icon-lens-filled-off.central.icon::before { content: "\f083"; }
i.icon-rear1.central.icon::before { content: "\f084"; }
i.icon-front-back1.central.icon::before { content: "\f084"; }
i.icon-change-cam1.central.icon::before { content: "\f084"; }
i.icon-lens-filled-on.central.icon::before { content: "\f084"; }
i.icon-receipt-bill.central.icon::before { content: "\f085"; }
i.icon-purchase.central.icon::before { content: "\f085"; }
i.icon-invoice-filled-off.central.icon::before { content: "\f085"; }
i.icon-receipt-bill1.central.icon::before { content: "\f086"; }
i.icon-purchase1.central.icon::before { content: "\f086"; }
i.icon-invoice-filled-on.central.icon::before { content: "\f086"; }
i.icon-receipt-check-2.central.icon::before { content: "\f087"; }
i.icon-ticket-filled-off.central.icon::before { content: "\f087"; }
i.icon-receipt-check-21.central.icon::before { content: "\f088"; }
i.icon-ticket-filled-on.central.icon::before { content: "\f088"; }
i.icon-receipt-check.central.icon::before { content: "\f089"; }
i.icon-ticket-filled-off1.central.icon::before { content: "\f089"; }
i.icon-receipt-check1.central.icon::before { content: "\f08a"; }
i.icon-ticket-filled-on1.central.icon::before { content: "\f08a"; }
i.icon-receipt-storno.central.icon::before { content: "\f08b"; }
i.icon-close4.central.icon::before { content: "\f08b"; }
i.icon-remove-filled-off3.central.icon::before { content: "\f08b"; }
i.icon-receipt-storno1.central.icon::before { content: "\f08c"; }
i.icon-close5.central.icon::before { content: "\f08c"; }
i.icon-remove-filled-on3.central.icon::before { content: "\f08c"; }
i.icon-receipt-tax.central.icon::before { content: "\f08d"; }
i.icon-discount-filled-off.central.icon::before { content: "\f08d"; }
i.icon-receipt-tax1.central.icon::before { content: "\f08e"; }
i.icon-discount-filled-on.central.icon::before { content: "\f08e"; }
i.icon-receiption-bell.central.icon::before { content: "\f08f"; }
i.icon-concierge-filled-off.central.icon::before { content: "\f08f"; }
i.icon-receiption-bell1.central.icon::before { content: "\f090"; }
i.icon-concierge-filled-on.central.icon::before { content: "\f090"; }
i.icon-record-filled-off.central.icon::before { content: "\f091"; }
i.icon-record-filled-on.central.icon::before { content: "\f092"; }
i.icon-remove-background-filled-off.central.icon::before { content: "\f093"; }
i.icon-remove-background-filled-on.central.icon::before { content: "\f094"; }
i.icon-remove-from-basket-2-filled-off.central.icon::before { content: "\f095"; }
i.icon-remove-from-basket-2-filled-on.central.icon::before { content: "\f096"; }
i.icon-remove-from-basket-filled-off.central.icon::before { content: "\f097"; }
i.icon-remove-from-basket-filled-on.central.icon::before { content: "\f098"; }
i.icon-remove-textstyle-filled-off.central.icon::before { content: "\f099"; }
i.icon-remove-textstyle-filled-on.central.icon::before { content: "\f09a"; }
i.icon-reorder-filled-off.central.icon::before { content: "\f09b"; }
i.icon-reorder-filled-on.central.icon::before { content: "\f09c"; }
i.icon-repeat-filled-off.central.icon::before { content: "\f09d"; }
i.icon-repeat-filled-on.central.icon::before { content: "\f09e"; }
i.icon-rescue-ring.central.icon::before { content: "\f09f"; }
i.icon-swim-boyle.central.icon::before { content: "\f09f"; }
i.icon-help.central.icon::before { content: "\f09f"; }
i.icon-support-filled-off1.central.icon::before { content: "\f09f"; }
i.icon-rescue-ring1.central.icon::before { content: "\f0a0"; }
i.icon-swim-boyle1.central.icon::before { content: "\f0a0"; }
i.icon-help1.central.icon::before { content: "\f0a0"; }
i.icon-support-filled-on1.central.icon::before { content: "\f0a0"; }
i.icon-review.central.icon::before { content: "\f0a1"; }
i.icon-star-square-filled-off.central.icon::before { content: "\f0a1"; }
i.icon-review1.central.icon::before { content: "\f0a2"; }
i.icon-star-square-filled-on.central.icon::before { content: "\f0a2"; }
i.icon-rewind-5s-filled-off.central.icon::before { content: "\f0a3"; }
i.icon-rewind-5s-filled-on.central.icon::before { content: "\f0a4"; }
i.icon-rewind-10s-filled-off.central.icon::before { content: "\f0a5"; }
i.icon-rewind-10s-filled-on.central.icon::before { content: "\f0a6"; }
i.icon-rewind-15s-filled-off.central.icon::before { content: "\f0a7"; }
i.icon-rewind-15s-filled-on.central.icon::before { content: "\f0a8"; }
i.icon-rewind-30s-filled-off.central.icon::before { content: "\f0a9"; }
i.icon-rewind-30s-filled-on.central.icon::before { content: "\f0aa"; }
i.icon-rewind-filled-off.central.icon::before { content: "\f0ab"; }
i.icon-rewind-filled-on.central.icon::before { content: "\f0ac"; }
i.icon-rewrite-1.central.icon::before { content: "\f0ad"; }
i.icon-resummarize.central.icon::before { content: "\f0ad"; }
i.icon-text-edit-filled-off.central.icon::before { content: "\f0ad"; }
i.icon-rewrite-11.central.icon::before { content: "\f0ae"; }
i.icon-resummarize1.central.icon::before { content: "\f0ae"; }
i.icon-text-edit-filled-on.central.icon::before { content: "\f0ae"; }
i.icon-rewrite-2.central.icon::before { content: "\f0af"; }
i.icon-write-again.central.icon::before { content: "\f0af"; }
i.icon-text-edit-filled-off1.central.icon::before { content: "\f0af"; }
i.icon-rewrite-21.central.icon::before { content: "\f0b0"; }
i.icon-write-again1.central.icon::before { content: "\f0b0"; }
i.icon-text-edit-filled-on1.central.icon::before { content: "\f0b0"; }
i.icon-robot-filled-off.central.icon::before { content: "\f0b1"; }
i.icon-robot-filled-on.central.icon::before { content: "\f0b2"; }
i.icon-rocket.central.icon::before { content: "\f0b3"; }
i.icon-startup2.central.icon::before { content: "\f0b3"; }
i.icon-launch-filled-off.central.icon::before { content: "\f0b3"; }
i.icon-rocket1.central.icon::before { content: "\f0b4"; }
i.icon-startup3.central.icon::before { content: "\f0b4"; }
i.icon-launch-filled-on.central.icon::before { content: "\f0b4"; }
i.icon-roller.central.icon::before { content: "\f0b5"; }
i.icon-scooter-filled-off.central.icon::before { content: "\f0b5"; }
i.icon-roller1.central.icon::before { content: "\f0b6"; }
i.icon-scooter-filled-on.central.icon::before { content: "\f0b6"; }
i.icon-rose.central.icon::before { content: "\f0b7"; }
i.icon-flower2.central.icon::before { content: "\f0b7"; }
i.icon-romance.central.icon::before { content: "\f0b7"; }
i.icon-love-filled-off.central.icon::before { content: "\f0b7"; }
i.icon-rose1.central.icon::before { content: "\f0b8"; }
i.icon-flower3.central.icon::before { content: "\f0b8"; }
i.icon-romance1.central.icon::before { content: "\f0b8"; }
i.icon-love-filled-on.central.icon::before { content: "\f0b8"; }
i.icon-rotate.central.icon::before { content: "\f0b9"; }
i.icon-rotation.central.icon::before { content: "\f0b9"; }
i.icon-x-axis-filled-off.central.icon::before { content: "\f0b9"; }
i.icon-rotate1.central.icon::before { content: "\f0ba"; }
i.icon-rotation1.central.icon::before { content: "\f0ba"; }
i.icon-x-axis-filled-on.central.icon::before { content: "\f0ba"; }
i.icon-roulette-1.central.icon::before { content: "\f0bb"; }
i.icon-coincidence.central.icon::before { content: "\f0bb"; }
i.icon-gambling-filled-off.central.icon::before { content: "\f0bb"; }
i.icon-roulette-11.central.icon::before { content: "\f0bc"; }
i.icon-coincidence1.central.icon::before { content: "\f0bc"; }
i.icon-gambling-filled-on.central.icon::before { content: "\f0bc"; }
i.icon-roulette-2.central.icon::before { content: "\f0bd"; }
i.icon-coincidence2.central.icon::before { content: "\f0bd"; }
i.icon-gambling-filled-off1.central.icon::before { content: "\f0bd"; }
i.icon-roulette-21.central.icon::before { content: "\f0be"; }
i.icon-coincidence3.central.icon::before { content: "\f0be"; }
i.icon-gambling-filled-on1.central.icon::before { content: "\f0be"; }
i.icon-ruler-filled-off.central.icon::before { content: "\f0bf"; }
i.icon-ruler-filled-on.central.icon::before { content: "\f0c0"; }
i.icon-run-shortcut.central.icon::before { content: "\f0c1"; }
i.icon-slash-filled-off.central.icon::before { content: "\f0c1"; }
i.icon-run-shortcut1.central.icon::before { content: "\f0c2"; }
i.icon-slash-filled-on.central.icon::before { content: "\f0c2"; }
i.icon-safe-simple.central.icon::before { content: "\f0c3"; }
i.icon-save-filled-off3.central.icon::before { content: "\f0c3"; }
i.icon-safe-simple1.central.icon::before { content: "\f0c4"; }
i.icon-save-filled-on3.central.icon::before { content: "\f0c4"; }
i.icon-sandbox.central.icon::before { content: "\f0c5"; }
i.icon-playground-filled-off.central.icon::before { content: "\f0c5"; }
i.icon-sandbox1.central.icon::before { content: "\f0c6"; }
i.icon-playground-filled-on.central.icon::before { content: "\f0c6"; }
i.icon-satellite-1.central.icon::before { content: "\f0c7"; }
i.icon-radar2.central.icon::before { content: "\f0c7"; }
i.icon-feed-filled-off.central.icon::before { content: "\f0c7"; }
i.icon-satellite-11.central.icon::before { content: "\f0c8"; }
i.icon-radar3.central.icon::before { content: "\f0c8"; }
i.icon-feed-filled-on.central.icon::before { content: "\f0c8"; }
i.icon-satellite-2.central.icon::before { content: "\f0c9"; }
i.icon-radar4.central.icon::before { content: "\f0c9"; }
i.icon-feed-filled-off1.central.icon::before { content: "\f0c9"; }
i.icon-satellite-21.central.icon::before { content: "\f0ca"; }
i.icon-radar5.central.icon::before { content: "\f0ca"; }
i.icon-feed-filled-on1.central.icon::before { content: "\f0ca"; }
i.icon-school.central.icon::before { content: "\f0cb"; }
i.icon-building-filled-off.central.icon::before { content: "\f0cb"; }
i.icon-school1.central.icon::before { content: "\f0cc"; }
i.icon-building-filled-on.central.icon::before { content: "\f0cc"; }
i.icon-scissors-1.central.icon::before { content: "\f0cd"; }
i.icon-cut-filled-off.central.icon::before { content: "\f0cd"; }
i.icon-scissors-11.central.icon::before { content: "\f0ce"; }
i.icon-cut-filled-on1.central.icon::before { content: "\f0ce"; }
i.icon-scissors-21.central.icon::before { content: "\f0cf"; }
i.icon-cut-filled-off1.central.icon::before { content: "\f0cf"; }
i.icon-scissors-2.central.icon::before { content: "\f0d0"; }
i.icon-cut-filled-on.central.icon::before { content: "\f0d0"; }
i.icon-scratch-card-filled-off.central.icon::before { content: "\f0d1"; }
i.icon-scratch-card-filled-on.central.icon::before { content: "\f0d2"; }
i.icon-screen-capture.central.icon::before { content: "\f0d3"; }
i.icon-recording-filled-off.central.icon::before { content: "\f0d3"; }
i.icon-screen-capture1.central.icon::before { content: "\f0d4"; }
i.icon-recording-filled-on.central.icon::before { content: "\f0d4"; }
i.icon-script-2.central.icon::before { content: "\f0d5"; }
i.icon-paper.central.icon::before { content: "\f0d5"; }
i.icon-page.central.icon::before { content: "\f0d5"; }
i.icon-contract.central.icon::before { content: "\f0d5"; }
i.icon-file2.central.icon::before { content: "\f0d5"; }
i.icon-document-filled-off8.central.icon::before { content: "\f0d5"; }
i.icon-script-21.central.icon::before { content: "\f0d6"; }
i.icon-paper1.central.icon::before { content: "\f0d6"; }
i.icon-page1.central.icon::before { content: "\f0d6"; }
i.icon-contract1.central.icon::before { content: "\f0d6"; }
i.icon-file3.central.icon::before { content: "\f0d6"; }
i.icon-document-filled-on8.central.icon::before { content: "\f0d6"; }
i.icon-script.central.icon::before { content: "\f0d7"; }
i.icon-paper2.central.icon::before { content: "\f0d7"; }
i.icon-page2.central.icon::before { content: "\f0d7"; }
i.icon-contract2.central.icon::before { content: "\f0d7"; }
i.icon-file4.central.icon::before { content: "\f0d7"; }
i.icon-document-filled-off9.central.icon::before { content: "\f0d7"; }
i.icon-script1.central.icon::before { content: "\f0d8"; }
i.icon-paper3.central.icon::before { content: "\f0d8"; }
i.icon-page3.central.icon::before { content: "\f0d8"; }
i.icon-contract3.central.icon::before { content: "\f0d8"; }
i.icon-file5.central.icon::before { content: "\f0d8"; }
i.icon-document-filled-on9.central.icon::before { content: "\f0d8"; }
i.icon-sd-card.central.icon::before { content: "\f0d9"; }
i.icon-memory-stick-filled-off.central.icon::before { content: "\f0d9"; }
i.icon-sd-card1.central.icon::before { content: "\f0da"; }
i.icon-memory-stick-filled-on.central.icon::before { content: "\f0da"; }
i.icon-search-menu.central.icon::before { content: "\f0db"; }
i.icon-list-search-filled-off.central.icon::before { content: "\f0db"; }
i.icon-search-menu1.central.icon::before { content: "\f0dc"; }
i.icon-list-search-filled-on.central.icon::before { content: "\f0dc"; }
i.icon-secret-phrase.central.icon::before { content: "\f0dd"; }
i.icon-code2.central.icon::before { content: "\f0dd"; }
i.icon-private-phrase-filled-off.central.icon::before { content: "\f0dd"; }
i.icon-secret-phrase1.central.icon::before { content: "\f0de"; }
i.icon-code3.central.icon::before { content: "\f0de"; }
i.icon-private-phrase-filled-on.central.icon::before { content: "\f0de"; }
i.icon-send.central.icon::before { content: "\f0df"; }
i.icon-email.central.icon::before { content: "\f0df"; }
i.icon-paper-plane2.central.icon::before { content: "\f0df"; }
i.icon-arrow-filled-off3.central.icon::before { content: "\f0df"; }
i.icon-send1.central.icon::before { content: "\f0e0"; }
i.icon-email1.central.icon::before { content: "\f0e0"; }
i.icon-paper-plane3.central.icon::before { content: "\f0e0"; }
i.icon-arrow-filled-on3.central.icon::before { content: "\f0e0"; }
i.icon-server-1.central.icon::before { content: "\f0e1"; }
i.icon-storage.central.icon::before { content: "\f0e1"; }
i.icon-data.central.icon::before { content: "\f0e1"; }
i.icon-coins4.central.icon::before { content: "\f0e1"; }
i.icon-money-filled-off1.central.icon::before { content: "\f0e1"; }
i.icon-server-11.central.icon::before { content: "\f0e2"; }
i.icon-storage1.central.icon::before { content: "\f0e2"; }
i.icon-data1.central.icon::before { content: "\f0e2"; }
i.icon-coins5.central.icon::before { content: "\f0e2"; }
i.icon-money-filled-on1.central.icon::before { content: "\f0e2"; }
i.icon-server-2.central.icon::before { content: "\f0e3"; }
i.icon-storage2.central.icon::before { content: "\f0e3"; }
i.icon-data2.central.icon::before { content: "\f0e3"; }
i.icon-coins6.central.icon::before { content: "\f0e3"; }
i.icon-money-filled-off2.central.icon::before { content: "\f0e3"; }
i.icon-server-21.central.icon::before { content: "\f0e4"; }
i.icon-storage3.central.icon::before { content: "\f0e4"; }
i.icon-data3.central.icon::before { content: "\f0e4"; }
i.icon-coins7.central.icon::before { content: "\f0e4"; }
i.icon-money-filled-on2.central.icon::before { content: "\f0e4"; }
i.icon-server.central.icon::before { content: "\f0e5"; }
i.icon-data4.central.icon::before { content: "\f0e5"; }
i.icon-storage-filled-off.central.icon::before { content: "\f0e5"; }
i.icon-server1.central.icon::before { content: "\f0e6"; }
i.icon-data5.central.icon::before { content: "\f0e6"; }
i.icon-storage-filled-on.central.icon::before { content: "\f0e6"; }
i.icon-settings-gear-1.central.icon::before { content: "\f0e7"; }
i.icon-preferences-filled-off2.central.icon::before { content: "\f0e7"; }
i.icon-settings-gear-11.central.icon::before { content: "\f0e8"; }
i.icon-preferences-filled-on2.central.icon::before { content: "\f0e8"; }
i.icon-settings-gear-2.central.icon::before { content: "\f0e9"; }
i.icon-preferences-filled-off.central.icon::before { content: "\f0e9"; }
i.icon-settings-gear-21.central.icon::before { content: "\f0ea"; }
i.icon-preferences-filled-on.central.icon::before { content: "\f0ea"; }
i.icon-settings-gear-3.central.icon::before { content: "\f0eb"; }
i.icon-preferences-filled-off1.central.icon::before { content: "\f0eb"; }
i.icon-settings-gear-31.central.icon::before { content: "\f0ec"; }
i.icon-preferences-filled-on1.central.icon::before { content: "\f0ec"; }
i.icon-settings-knob-filled-off.central.icon::before { content: "\f0ed"; }
i.icon-settings-knob-filled-on.central.icon::before { content: "\f0ee"; }
i.icon-settings-slider-hor-filled-off.central.icon::before { content: "\f0ef"; }
i.icon-settings-slider-hor-filled-on.central.icon::before { content: "\f0f0"; }
i.icon-settings-slider-three-filled-off.central.icon::before { content: "\f0f1"; }
i.icon-settings-slider-three-filled-on.central.icon::before { content: "\f0f2"; }
i.icon-settings-slider-ver-filled-off.central.icon::before { content: "\f0f3"; }
i.icon-settings-slider-ver-filled-on.central.icon::before { content: "\f0f4"; }
i.icon-settings-toggle-1-filled-off.central.icon::before { content: "\f0f5"; }
i.icon-settings-toggle-1-filled-on.central.icon::before { content: "\f0f6"; }
i.icon-settings-toggle-2-filled-off.central.icon::before { content: "\f0f7"; }
i.icon-settings-toggle-2-filled-on.central.icon::before { content: "\f0f8"; }
i.icon-shadows-filled-off.central.icon::before { content: "\f0f9"; }
i.icon-shadows-filled-on.central.icon::before { content: "\f0fa"; }
i.icon-shaka-1.central.icon::before { content: "\f0fb"; }
i.icon-call-me.central.icon::before { content: "\f0fb"; }
i.icon-hang-ten-filled-off.central.icon::before { content: "\f0fb"; }
i.icon-shaka-11.central.icon::before { content: "\f0fc"; }
i.icon-call-me1.central.icon::before { content: "\f0fc"; }
i.icon-hang-ten-filled-on.central.icon::before { content: "\f0fc"; }
i.icon-shaka-2.central.icon::before { content: "\f0fd"; }
i.icon-call-me2.central.icon::before { content: "\f0fd"; }
i.icon-hang-ten-filled-off1.central.icon::before { content: "\f0fd"; }
i.icon-shaka-21.central.icon::before { content: "\f0fe"; }
i.icon-call-me3.central.icon::before { content: "\f0fe"; }
i.icon-hang-ten-filled-on1.central.icon::before { content: "\f0fe"; }
i.icon-shapes-plus-x-square-circle.central.icon::before { content: "\f0ff"; }
i.icon-icon.central.icon::before { content: "\f0ff"; }
i.icon-icons.central.icon::before { content: "\f0ff"; }
i.icon-shapes2.central.icon::before { content: "\f0ff"; }
i.icon-games-filled-off.central.icon::before { content: "\f0ff"; }
i.icon-shapes-plus-x-square-circle1.central.icon::before { content: "\f100"; }
i.icon-icon1.central.icon::before { content: "\f100"; }
i.icon-icons1.central.icon::before { content: "\f100"; }
i.icon-shapes3.central.icon::before { content: "\f100"; }
i.icon-games-filled-on.central.icon::before { content: "\f100"; }
i.icon-share-arrow-down1.central.icon::before { content: "\f101"; }
i.icon-save-filled-off9.central.icon::before { content: "\f101"; }
i.icon-share-arrow-down.central.icon::before { content: "\f102"; }
i.icon-save-filled-on4.central.icon::before { content: "\f102"; }
i.icon-share-filled-off1.central.icon::before { content: "\f103"; }
i.icon-share-filled-on1.central.icon::before { content: "\f104"; }
i.icon-share-screen.central.icon::before { content: "\f105"; }
i.icon-screen-sharing-filled-off.central.icon::before { content: "\f105"; }
i.icon-share-screen1.central.icon::before { content: "\f106"; }
i.icon-screen-sharing-filled-on.central.icon::before { content: "\f106"; }
i.icon-shield-break.central.icon::before { content: "\f107"; }
i.icon-not-secure-filled-off.central.icon::before { content: "\f107"; }
i.icon-shield-break1.central.icon::before { content: "\f108"; }
i.icon-not-secure-filled-on.central.icon::before { content: "\f108"; }
i.icon-shield-check-2.central.icon::before { content: "\f109"; }
i.icon-protect.central.icon::before { content: "\f109"; }
i.icon-security.central.icon::before { content: "\f109"; }
i.icon-check-filled-off.central.icon::before { content: "\f109"; }
i.icon-shield-check-21.central.icon::before { content: "\f10a"; }
i.icon-protect1.central.icon::before { content: "\f10a"; }
i.icon-security1.central.icon::before { content: "\f10a"; }
i.icon-check-filled-on.central.icon::before { content: "\f10a"; }
i.icon-shield-check-3.central.icon::before { content: "\f10b"; }
i.icon-check-filled-off1.central.icon::before { content: "\f10b"; }
i.icon-shield-check-31.central.icon::before { content: "\f10c"; }
i.icon-check-filled-on1.central.icon::before { content: "\f10c"; }
i.icon-shield-check.central.icon::before { content: "\f10d"; }
i.icon-security2.central.icon::before { content: "\f10d"; }
i.icon-protection-filled-off1.central.icon::before { content: "\f10d"; }
i.icon-shield-check1.central.icon::before { content: "\f10e"; }
i.icon-security3.central.icon::before { content: "\f10e"; }
i.icon-protection-filled-on1.central.icon::before { content: "\f10e"; }
i.icon-shield-crossed.central.icon::before { content: "\f10f"; }
i.icon-security4.central.icon::before { content: "\f10f"; }
i.icon-protection-filled-off2.central.icon::before { content: "\f10f"; }
i.icon-shield-crossed1.central.icon::before { content: "\f110"; }
i.icon-security5.central.icon::before { content: "\f110"; }
i.icon-protection-filled-on2.central.icon::before { content: "\f110"; }
i.icon-shield-keyhole-filled-off.central.icon::before { content: "\f111"; }
i.icon-shield-keyhole-filled-on.central.icon::before { content: "\f112"; }
i.icon-shield.central.icon::before { content: "\f113"; }
i.icon-security6.central.icon::before { content: "\f113"; }
i.icon-protection-filled-off3.central.icon::before { content: "\f113"; }
i.icon-shield1.central.icon::before { content: "\f114"; }
i.icon-security7.central.icon::before { content: "\f114"; }
i.icon-protection-filled-on3.central.icon::before { content: "\f114"; }
i.icon-shift-filled-off.central.icon::before { content: "\f115"; }
i.icon-shift-filled-on.central.icon::before { content: "\f116"; }
i.icon-ship.central.icon::before { content: "\f117"; }
i.icon-changelog-filled-off.central.icon::before { content: "\f117"; }
i.icon-ship1.central.icon::before { content: "\f118"; }
i.icon-changelog-filled-on.central.icon::before { content: "\f118"; }
i.icon-shopping-bag-1-filled-off.central.icon::before { content: "\f119"; }
i.icon-shopping-bag-1-filled-on.central.icon::before { content: "\f11a"; }
i.icon-shopping-bag-2-filled-off.central.icon::before { content: "\f11b"; }
i.icon-shopping-bag-2-filled-on.central.icon::before { content: "\f11c"; }
i.icon-shopping-bag-3-filled-off.central.icon::before { content: "\f11d"; }
i.icon-shopping-bag-3-filled-on.central.icon::before { content: "\f11e"; }
i.icon-shopping-bag-4-filled-off.central.icon::before { content: "\f11f"; }
i.icon-shopping-bag-4-filled-on.central.icon::before { content: "\f120"; }
i.icon-shopping-bag-add-2-filled-off.central.icon::before { content: "\f121"; }
i.icon-shopping-bag-add-2-filled-on.central.icon::before { content: "\f122"; }
i.icon-shopping-bag-block-2-filled-off.central.icon::before { content: "\f123"; }
i.icon-shopping-bag-block-2-filled-on.central.icon::before { content: "\f124"; }
i.icon-shopping-bag-bookmark-2-filled-off.central.icon::before { content: "\f125"; }
i.icon-shopping-bag-bookmark-2-filled-on.central.icon::before { content: "\f126"; }
i.icon-shopping-bag-edit-2-filled-off.central.icon::before { content: "\f127"; }
i.icon-shopping-bag-edit-2-filled-on.central.icon::before { content: "\f128"; }
i.icon-shopping-bag-like-1-filled-off.central.icon::before { content: "\f129"; }
i.icon-shopping-bag-like-1-filled-on.central.icon::before { content: "\f12a"; }
i.icon-shopping-bag-like-2-filled-off.central.icon::before { content: "\f12b"; }
i.icon-shopping-bag-like-2-filled-on.central.icon::before { content: "\f12c"; }
i.icon-shovel.central.icon::before { content: "\f12d"; }
i.icon-spade.central.icon::before { content: "\f12d"; }
i.icon-pick-filled-off.central.icon::before { content: "\f12d"; }
i.icon-shovel1.central.icon::before { content: "\f12e"; }
i.icon-spade1.central.icon::before { content: "\f12e"; }
i.icon-pick-filled-on.central.icon::before { content: "\f12e"; }
i.icon-shredder.central.icon::before { content: "\f12f"; }
i.icon-permanently-filled-off.central.icon::before { content: "\f12f"; }
i.icon-shredder1.central.icon::before { content: "\f130"; }
i.icon-permanently-filled-on.central.icon::before { content: "\f130"; }
i.icon-shuffle.central.icon::before { content: "\f131"; }
i.icon-random-filled-off.central.icon::before { content: "\f131"; }
i.icon-shuffle1.central.icon::before { content: "\f132"; }
i.icon-random-filled-on.central.icon::before { content: "\f132"; }
i.icon-sidebar-left-arrow-filled-off.central.icon::before { content: "\f133"; }
i.icon-sidebar-left-arrow-filled-on.central.icon::before { content: "\f134"; }
i.icon-sidebar-simple-left-square-filled-off.central.icon::before { content: "\f135"; }
i.icon-sidebar-simple-left-square-filled-on.central.icon::before { content: "\f136"; }
i.icon-sidebar-simple-left-wide-filled-off.central.icon::before { content: "\f137"; }
i.icon-sidebar-simple-left-wide-filled-on.central.icon::before { content: "\f138"; }
i.icon-sidebar-simple-right-square-filled-off.central.icon::before { content: "\f139"; }
i.icon-sidebar-simple-right-square-filled-on.central.icon::before { content: "\f13a"; }
i.icon-sidebar-simple-right-wide-filled-off.central.icon::before { content: "\f13b"; }
i.icon-sidebar-simple-right-wide-filled-on.central.icon::before { content: "\f13c"; }
i.icon-sidebar-wide-left-arrow-filled-off.central.icon::before { content: "\f13d"; }
i.icon-sidebar-wide-left-arrow-filled-on.central.icon::before { content: "\f13e"; }
i.icon-sidebar.central.icon::before { content: "\f13f"; }
i.icon-menu14.central.icon::before { content: "\f13f"; }
i.icon-list8.central.icon::before { content: "\f13f"; }
i.icon-window-filled-off8.central.icon::before { content: "\f13f"; }
i.icon-sidebar1.central.icon::before { content: "\f140"; }
i.icon-menu15.central.icon::before { content: "\f140"; }
i.icon-list9.central.icon::before { content: "\f140"; }
i.icon-window-filled-on8.central.icon::before { content: "\f140"; }
i.icon-signature.central.icon::before { content: "\f141"; }
i.icon-sign-filled-off.central.icon::before { content: "\f141"; }
i.icon-signature1.central.icon::before { content: "\f142"; }
i.icon-sign-filled-on.central.icon::before { content: "\f142"; }
i.icon-sim-card-1-filled-off.central.icon::before { content: "\f143"; }
i.icon-sim-card-1-filled-on.central.icon::before { content: "\f144"; }
i.icon-sim-card-2-filled-off.central.icon::before { content: "\f145"; }
i.icon-sim-card-2-filled-on.central.icon::before { content: "\f146"; }
i.icon-siren.central.icon::before { content: "\f147"; }
i.icon-alarm-filled-off.central.icon::before { content: "\f147"; }
i.icon-siren1.central.icon::before { content: "\f148"; }
i.icon-alarm-filled-on1.central.icon::before { content: "\f148"; }
i.icon-sketchbook-filled-off.central.icon::before { content: "\f149"; }
i.icon-sketchbook-filled-on.central.icon::before { content: "\f14a"; }
i.icon-skip.central.icon::before { content: "\f14b"; }
i.icon-next-filled-off1.central.icon::before { content: "\f14b"; }
i.icon-skip1.central.icon::before { content: "\f14c"; }
i.icon-next-filled-on1.central.icon::before { content: "\f14c"; }
i.icon-sleep4.central.icon::before { content: "\f14d"; }
i.icon-snooze2.central.icon::before { content: "\f14d"; }
i.icon-zzz-filled-off.central.icon::before { content: "\f14d"; }
i.icon-sleep5.central.icon::before { content: "\f14e"; }
i.icon-snooze3.central.icon::before { content: "\f14e"; }
i.icon-zzz-filled-on.central.icon::before { content: "\f14e"; }
i.icon-slice.central.icon::before { content: "\f14f"; }
i.icon-knife-filled-off.central.icon::before { content: "\f14f"; }
i.icon-slice1.central.icon::before { content: "\f150"; }
i.icon-knife-filled-on.central.icon::before { content: "\f150"; }
i.icon-slide-add-filled-off.central.icon::before { content: "\f151"; }
i.icon-slide-add-filled-on.central.icon::before { content: "\f152"; }
i.icon-slide-tall-add-filled-off.central.icon::before { content: "\f153"; }
i.icon-slide-tall-add-filled-on.central.icon::before { content: "\f154"; }
i.icon-slide-wide-add-filled-off.central.icon::before { content: "\f155"; }
i.icon-slide-wide-add-filled-on.central.icon::before { content: "\f156"; }
i.icon-slides-tall-add-filled-off.central.icon::before { content: "\f157"; }
i.icon-slides-tall-add-filled-on.central.icon::before { content: "\f158"; }
i.icon-slides-tall-filled-off.central.icon::before { content: "\f159"; }
i.icon-slides-tall-filled-on.central.icon::before { content: "\f15a"; }
i.icon-slides-wide-add-filled-off.central.icon::before { content: "\f15b"; }
i.icon-slides-wide-add-filled-on.central.icon::before { content: "\f15c"; }
i.icon-slides-wide-filled-off.central.icon::before { content: "\f15d"; }
i.icon-slides-wide-filled-on.central.icon::before { content: "\f15e"; }
i.icon-slots.central.icon::before { content: "\f15f"; }
i.icon-slot-mashine.central.icon::before { content: "\f15f"; }
i.icon-gambling-filled-off2.central.icon::before { content: "\f15f"; }
i.icon-slots1.central.icon::before { content: "\f160"; }
i.icon-slot-mashine1.central.icon::before { content: "\f160"; }
i.icon-gambling-filled-on2.central.icon::before { content: "\f160"; }
i.icon-smartwatch-1.central.icon::before { content: "\f161"; }
i.icon-clock1.central.icon::before { content: "\f161"; }
i.icon-time-filled-off.central.icon::before { content: "\f161"; }
i.icon-smartwatch-11.central.icon::before { content: "\f162"; }
i.icon-clock3.central.icon::before { content: "\f162"; }
i.icon-time-filled-on.central.icon::before { content: "\f162"; }
i.icon-smartwatch-2.central.icon::before { content: "\f163"; }
i.icon-clock4.central.icon::before { content: "\f163"; }
i.icon-time-filled-off1.central.icon::before { content: "\f163"; }
i.icon-smartwatch-21.central.icon::before { content: "\f164"; }
i.icon-clock5.central.icon::before { content: "\f164"; }
i.icon-time-filled-on1.central.icon::before { content: "\f164"; }
i.icon-snow-flakes1.central.icon::before { content: "\f165"; }
i.icon-freeze1.central.icon::before { content: "\f165"; }
i.icon-frozen-filled-off.central.icon::before { content: "\f165"; }
i.icon-snow-flakes.central.icon::before { content: "\f166"; }
i.icon-freeze.central.icon::before { content: "\f166"; }
i.icon-frozen-filled-on.central.icon::before { content: "\f166"; }
i.icon-soccer.central.icon::before { content: "\f167"; }
i.icon-football.central.icon::before { content: "\f167"; }
i.icon-mls-filled-off.central.icon::before { content: "\f167"; }
i.icon-soccer1.central.icon::before { content: "\f168"; }
i.icon-football1.central.icon::before { content: "\f168"; }
i.icon-mls-filled-on.central.icon::before { content: "\f168"; }
i.icon-sofa.central.icon::before { content: "\f169"; }
i.icon-couch.central.icon::before { content: "\f169"; }
i.icon-chill-filled-off1.central.icon::before { content: "\f169"; }
i.icon-sofa1.central.icon::before { content: "\f16a"; }
i.icon-couch1.central.icon::before { content: "\f16a"; }
i.icon-chill-filled-on1.central.icon::before { content: "\f16a"; }
i.icon-solar-filled-off.central.icon::before { content: "\f16b"; }
i.icon-solar-filled-on.central.icon::before { content: "\f16c"; }
i.icon-solar-panel.central.icon::before { content: "\f16d"; }
i.icon-Photovoltaics.central.icon::before { content: "\f16d"; }
i.icon-energy.central.icon::before { content: "\f16d"; }
i.icon-electricity-filled-off.central.icon::before { content: "\f16d"; }
i.icon-solar-panel1.central.icon::before { content: "\f16e"; }
i.icon-Photovoltaics1.central.icon::before { content: "\f16e"; }
i.icon-energy1.central.icon::before { content: "\f16e"; }
i.icon-electricity-filled-on.central.icon::before { content: "\f16e"; }
i.icon-sort-arrow-up-down-filled-off.central.icon::before { content: "\f16f"; }
i.icon-sort-arrow-up-down-filled-on.central.icon::before { content: "\f170"; }
i.icon-space.central.icon::before { content: "\f171"; }
i.icon-star-filled-off4.central.icon::before { content: "\f171"; }
i.icon-space1.central.icon::before { content: "\f172"; }
i.icon-star-filled-on4.central.icon::before { content: "\f172"; }
i.icon-spacer.central.icon::before { content: "\f173"; }
i.icon-seperator-filled-off.central.icon::before { content: "\f173"; }
i.icon-spacer1.central.icon::before { content: "\f174"; }
i.icon-seperator-filled-on.central.icon::before { content: "\f174"; }
i.icon-sparkle-2.central.icon::before { content: "\f175"; }
i.icon-star.central.icon::before { content: "\f175"; }
i.icon-magic.central.icon::before { content: "\f175"; }
i.icon-ai-filled-off.central.icon::before { content: "\f175"; }
i.icon-sparkle-21.central.icon::before { content: "\f176"; }
i.icon-star1.central.icon::before { content: "\f176"; }
i.icon-magic1.central.icon::before { content: "\f176"; }
i.icon-ai-filled-on.central.icon::before { content: "\f176"; }
i.icon-sparkle.central.icon::before { content: "\f177"; }
i.icon-star2.central.icon::before { content: "\f177"; }
i.icon-ai-filled-off1.central.icon::before { content: "\f177"; }
i.icon-sparkle1.central.icon::before { content: "\f178"; }
i.icon-star3.central.icon::before { content: "\f178"; }
i.icon-ai-filled-on1.central.icon::before { content: "\f178"; }
i.icon-sparkles-soft-filled-off.central.icon::before { content: "\f179"; }
i.icon-sparkles-soft-filled-on.central.icon::before { content: "\f17a"; }
i.icon-sparkles-three.central.icon::before { content: "\f17b"; }
i.icon-ai-3-stars.central.icon::before { content: "\f17b"; }
i.icon-sparkles2.central.icon::before { content: "\f17b"; }
i.icon--filled-off4.central.icon::before { content: "\f17b"; }
i.icon-sparkles-three1.central.icon::before { content: "\f17c"; }
i.icon-ai-3-stars1.central.icon::before { content: "\f17c"; }
i.icon-sparkles3.central.icon::before { content: "\f17c"; }
i.icon--filled-on4.central.icon::before { content: "\f17c"; }
i.icon-sparkles-two-2.central.icon::before { content: "\f17d"; }
i.icon-ai-2-stars2.central.icon::before { content: "\f17d"; }
i.icon-sparkles4.central.icon::before { content: "\f17d"; }
i.icon--filled-off5.central.icon::before { content: "\f17d"; }
i.icon-sparkles-two-21.central.icon::before { content: "\f17e"; }
i.icon-ai-2-stars3.central.icon::before { content: "\f17e"; }
i.icon-sparkles5.central.icon::before { content: "\f17e"; }
i.icon--filled-on5.central.icon::before { content: "\f17e"; }
i.icon-sparkles-two.central.icon::before { content: "\f17f"; }
i.icon-ai-2-stars.central.icon::before { content: "\f17f"; }
i.icon-sparkles.central.icon::before { content: "\f17f"; }
i.icon--filled-off2.central.icon::before { content: "\f17f"; }
i.icon-sparkles-two1.central.icon::before { content: "\f180"; }
i.icon-ai-2-stars1.central.icon::before { content: "\f180"; }
i.icon-sparkles1.central.icon::before { content: "\f180"; }
i.icon--filled-on2.central.icon::before { content: "\f180"; }
i.icon-spatial-capture-filled-off.central.icon::before { content: "\f181"; }
i.icon-spatial-capture-filled-on.central.icon::before { content: "\f182"; }
i.icon-speaker.central.icon::before { content: "\f183"; }
i.icon-music4.central.icon::before { content: "\f183"; }
i.icon-sound-filled-off.central.icon::before { content: "\f183"; }
i.icon-speaker1.central.icon::before { content: "\f184"; }
i.icon-music5.central.icon::before { content: "\f184"; }
i.icon-sound-filled-on.central.icon::before { content: "\f184"; }
i.icon-split-filled-off1.central.icon::before { content: "\f185"; }
i.icon-split-filled-on1.central.icon::before { content: "\f186"; }
i.icon-square-arrow-bottom-right.central.icon::before { content: "\f187"; }
i.icon-resize-small.central.icon::before { content: "\f187"; }
i.icon-box4.central.icon::before { content: "\f187"; }
i.icon-arrow-filled-off4.central.icon::before { content: "\f187"; }
i.icon-square-arrow-bottom-right1.central.icon::before { content: "\f188"; }
i.icon-resize-small1.central.icon::before { content: "\f188"; }
i.icon-box5.central.icon::before { content: "\f188"; }
i.icon-arrow-filled-on4.central.icon::before { content: "\f188"; }
i.icon-square-arrow-center.central.icon::before { content: "\f189"; }
i.icon-resize-big.central.icon::before { content: "\f189"; }
i.icon-box6.central.icon::before { content: "\f189"; }
i.icon-arrow-filled-off5.central.icon::before { content: "\f189"; }
i.icon-square-arrow-center1.central.icon::before { content: "\f18a"; }
i.icon-resize-big1.central.icon::before { content: "\f18a"; }
i.icon-box7.central.icon::before { content: "\f18a"; }
i.icon-arrow-filled-on5.central.icon::before { content: "\f18a"; }
i.icon-square-arrow-down.central.icon::before { content: "\f18b"; }
i.icon-download-square.central.icon::before { content: "\f18b"; }
i.icon-save-filled-off4.central.icon::before { content: "\f18b"; }
i.icon-square-arrow-down1.central.icon::before { content: "\f18c"; }
i.icon-download-square1.central.icon::before { content: "\f18c"; }
i.icon-save-filled-on5.central.icon::before { content: "\f18c"; }
i.icon-square-arrow-in-top-left.central.icon::before { content: "\f18d"; }
i.icon-dock.central.icon::before { content: "\f18d"; }
i.icon-box8.central.icon::before { content: "\f18d"; }
i.icon-arrow-filled-off6.central.icon::before { content: "\f18d"; }
i.icon-square-arrow-in-top-left1.central.icon::before { content: "\f18e"; }
i.icon-dock1.central.icon::before { content: "\f18e"; }
i.icon-box9.central.icon::before { content: "\f18e"; }
i.icon-arrow-filled-on6.central.icon::before { content: "\f18e"; }
i.icon-square-arrow-out-top-left.central.icon::before { content: "\f18f"; }
i.icon-undock.central.icon::before { content: "\f18f"; }
i.icon-box10.central.icon::before { content: "\f18f"; }
i.icon-arrow-filled-off7.central.icon::before { content: "\f18f"; }
i.icon-square-arrow-out-top-left1.central.icon::before { content: "\f190"; }
i.icon-undock1.central.icon::before { content: "\f190"; }
i.icon-box11.central.icon::before { content: "\f190"; }
i.icon-arrow-filled-on7.central.icon::before { content: "\f190"; }
i.icon-square-arrow-top-right-2.central.icon::before { content: "\f191"; }
i.icon-open.central.icon::before { content: "\f191"; }
i.icon-new.central.icon::before { content: "\f191"; }
i.icon-link4.central.icon::before { content: "\f191"; }
i.icon-open-link.central.icon::before { content: "\f191"; }
i.icon-box12.central.icon::before { content: "\f191"; }
i.icon-arrow-filled-off8.central.icon::before { content: "\f191"; }
i.icon-square-arrow-top-right-21.central.icon::before { content: "\f192"; }
i.icon-open1.central.icon::before { content: "\f192"; }
i.icon-new1.central.icon::before { content: "\f192"; }
i.icon-link5.central.icon::before { content: "\f192"; }
i.icon-open-link1.central.icon::before { content: "\f192"; }
i.icon-box13.central.icon::before { content: "\f192"; }
i.icon-arrow-filled-on8.central.icon::before { content: "\f192"; }
i.icon-square-arrow-top-right.central.icon::before { content: "\f193"; }
i.icon-open2.central.icon::before { content: "\f193"; }
i.icon-new2.central.icon::before { content: "\f193"; }
i.icon-link6.central.icon::before { content: "\f193"; }
i.icon-open-link2.central.icon::before { content: "\f193"; }
i.icon-box14.central.icon::before { content: "\f193"; }
i.icon-arrow-filled-off9.central.icon::before { content: "\f193"; }
i.icon-square-arrow-top-right1.central.icon::before { content: "\f194"; }
i.icon-open3.central.icon::before { content: "\f194"; }
i.icon-new3.central.icon::before { content: "\f194"; }
i.icon-link7.central.icon::before { content: "\f194"; }
i.icon-open-link3.central.icon::before { content: "\f194"; }
i.icon-box15.central.icon::before { content: "\f194"; }
i.icon-arrow-filled-on10.central.icon::before { content: "\f194"; }
i.icon-square-behind-square-1.central.icon::before { content: "\f195"; }
i.icon-copy-1.central.icon::before { content: "\f195"; }
i.icon-layers9.central.icon::before { content: "\f195"; }
i.icon-pages-filled-off5.central.icon::before { content: "\f195"; }
i.icon-square-behind-square-11.central.icon::before { content: "\f196"; }
i.icon-copy-11.central.icon::before { content: "\f196"; }
i.icon-layers10.central.icon::before { content: "\f196"; }
i.icon-pages-filled-on6.central.icon::before { content: "\f196"; }
i.icon-square-behind-square-21.central.icon::before { content: "\f197"; }
i.icon-copy-21.central.icon::before { content: "\f197"; }
i.icon-layers11.central.icon::before { content: "\f197"; }
i.icon-pages-filled-off6.central.icon::before { content: "\f197"; }
i.icon-square-behind-square-2.central.icon::before { content: "\f198"; }
i.icon-copy-2.central.icon::before { content: "\f198"; }
i.icon-layers.central.icon::before { content: "\f198"; }
i.icon-pages-filled-on1.central.icon::before { content: "\f198"; }
i.icon-square-behind-square-3.central.icon::before { content: "\f199"; }
i.icon-copy-3.central.icon::before { content: "\f199"; }
i.icon-layers1.central.icon::before { content: "\f199"; }
i.icon-pages-filled-off1.central.icon::before { content: "\f199"; }
i.icon-square-behind-square-31.central.icon::before { content: "\f19a"; }
i.icon-copy-31.central.icon::before { content: "\f19a"; }
i.icon-layers2.central.icon::before { content: "\f19a"; }
i.icon-pages-filled-on2.central.icon::before { content: "\f19a"; }
i.icon-square-behind-square-4.central.icon::before { content: "\f19b"; }
i.icon-copy-4.central.icon::before { content: "\f19b"; }
i.icon-layers3.central.icon::before { content: "\f19b"; }
i.icon-pages-filled-off2.central.icon::before { content: "\f19b"; }
i.icon-square-behind-square-41.central.icon::before { content: "\f19c"; }
i.icon-copy-41.central.icon::before { content: "\f19c"; }
i.icon-layers4.central.icon::before { content: "\f19c"; }
i.icon-pages-filled-on3.central.icon::before { content: "\f19c"; }
i.icon-square-behind-square-6.central.icon::before { content: "\f19d"; }
i.icon-layers5.central.icon::before { content: "\f19d"; }
i.icon-copy-6.central.icon::before { content: "\f19d"; }
i.icon-pages-filled-off3.central.icon::before { content: "\f19d"; }
i.icon-square-behind-square-61.central.icon::before { content: "\f19e"; }
i.icon-layers6.central.icon::before { content: "\f19e"; }
i.icon-copy-61.central.icon::before { content: "\f19e"; }
i.icon-pages-filled-on4.central.icon::before { content: "\f19e"; }
i.icon-square-check.central.icon::before { content: "\f19f"; }
i.icon-checkbox4.central.icon::before { content: "\f19f"; }
i.icon-check2.central.icon::before { content: "\f19f"; }
i.icon-checkmark2.central.icon::before { content: "\f19f"; }
i.icon-confirm-filled-off1.central.icon::before { content: "\f19f"; }
i.icon-square-check1.central.icon::before { content: "\f1a0"; }
i.icon-checkbox5.central.icon::before { content: "\f1a0"; }
i.icon-check3.central.icon::before { content: "\f1a0"; }
i.icon-checkmark3.central.icon::before { content: "\f1a0"; }
i.icon-confirm-filled-on1.central.icon::before { content: "\f1a0"; }
i.icon-square-checklist-bell.central.icon::before { content: "\f1a1"; }
i.icon-checklist-box.central.icon::before { content: "\f1a1"; }
i.icon-check4.central.icon::before { content: "\f1a1"; }
i.icon-list10.central.icon::before { content: "\f1a1"; }
i.icon-search-filled-off1.central.icon::before { content: "\f1a1"; }
i.icon-square-checklist-bell1.central.icon::before { content: "\f1a2"; }
i.icon-checklist-box1.central.icon::before { content: "\f1a2"; }
i.icon-check5.central.icon::before { content: "\f1a2"; }
i.icon-list11.central.icon::before { content: "\f1a2"; }
i.icon-search-filled-on1.central.icon::before { content: "\f1a2"; }
i.icon-square-checklist-magnifying-glass.central.icon::before { content: "\f1a3"; }
i.icon-checklist-box2.central.icon::before { content: "\f1a3"; }
i.icon-check6.central.icon::before { content: "\f1a3"; }
i.icon-list12.central.icon::before { content: "\f1a3"; }
i.icon-search-filled-off2.central.icon::before { content: "\f1a3"; }
i.icon-square-checklist-magnifying-glass1.central.icon::before { content: "\f1a4"; }
i.icon-checklist-box3.central.icon::before { content: "\f1a4"; }
i.icon-check7.central.icon::before { content: "\f1a4"; }
i.icon-list13.central.icon::before { content: "\f1a4"; }
i.icon-search-filled-on2.central.icon::before { content: "\f1a4"; }
i.icon-square-checklist.central.icon::before { content: "\f1a5"; }
i.icon-checklist-box4.central.icon::before { content: "\f1a5"; }
i.icon-check8.central.icon::before { content: "\f1a5"; }
i.icon-list-filled-off4.central.icon::before { content: "\f1a5"; }
i.icon-square-checklist1.central.icon::before { content: "\f1a6"; }
i.icon-checklist-box5.central.icon::before { content: "\f1a6"; }
i.icon-check9.central.icon::before { content: "\f1a6"; }
i.icon-list-filled-on4.central.icon::before { content: "\f1a6"; }
i.icon-square-circle-top-right.central.icon::before { content: "\f1a7"; }
i.icon-notifications.central.icon::before { content: "\f1a7"; }
i.icon-badge-filled-off.central.icon::before { content: "\f1a7"; }
i.icon-square-circle-top-right1.central.icon::before { content: "\f1a8"; }
i.icon-notifications1.central.icon::before { content: "\f1a8"; }
i.icon-badge-filled-on.central.icon::before { content: "\f1a8"; }
i.icon-square-cursor.central.icon::before { content: "\f1a9"; }
i.icon-cursor-box.central.icon::before { content: "\f1a9"; }
i.icon-arrow-filled-off10.central.icon::before { content: "\f1a9"; }
i.icon-square-cursor1.central.icon::before { content: "\f1aa"; }
i.icon-cursor-box1.central.icon::before { content: "\f1aa"; }
i.icon-arrow-filled-on9.central.icon::before { content: "\f1aa"; }
i.icon-square-doted-behind-square.central.icon::before { content: "\f1ab"; }
i.icon-copy4.central.icon::before { content: "\f1ab"; }
i.icon-layers7.central.icon::before { content: "\f1ab"; }
i.icon-pages-filled-off4.central.icon::before { content: "\f1ab"; }
i.icon-square-doted-behind-square1.central.icon::before { content: "\f1ac"; }
i.icon-copy5.central.icon::before { content: "\f1ac"; }
i.icon-layers8.central.icon::before { content: "\f1ac"; }
i.icon-pages-filled-on5.central.icon::before { content: "\f1ac"; }
i.icon-square-grid-circle.central.icon::before { content: "\f1ad"; }
i.icon-layout.central.icon::before { content: "\f1ad"; }
i.icon-grid24.central.icon::before { content: "\f1ad"; }
i.icon-list18.central.icon::before { content: "\f1ad"; }
i.icon-category.central.icon::before { content: "\f1ad"; }
i.icon-categories-filled-off.central.icon::before { content: "\f1ad"; }
i.icon-square-grid-circle1.central.icon::before { content: "\f1ae"; }
i.icon-layout1.central.icon::before { content: "\f1ae"; }
i.icon-grid25.central.icon::before { content: "\f1ae"; }
i.icon-list19.central.icon::before { content: "\f1ae"; }
i.icon-category1.central.icon::before { content: "\f1ae"; }
i.icon-categories-filled-on.central.icon::before { content: "\f1ae"; }
i.icon-square-grid-maginfying-glass.central.icon::before { content: "\f1af"; }
i.icon-layout2.central.icon::before { content: "\f1af"; }
i.icon-grid26.central.icon::before { content: "\f1af"; }
i.icon-list20.central.icon::before { content: "\f1af"; }
i.icon-search.central.icon::before { content: "\f1af"; }
i.icon-find.central.icon::before { content: "\f1af"; }
i.icon-magifier-filled-off.central.icon::before { content: "\f1af"; }
i.icon-square-grid-maginfying-glass1.central.icon::before { content: "\f1b0"; }
i.icon-layout3.central.icon::before { content: "\f1b0"; }
i.icon-grid27.central.icon::before { content: "\f1b0"; }
i.icon-list21.central.icon::before { content: "\f1b0"; }
i.icon-search1.central.icon::before { content: "\f1b0"; }
i.icon-find1.central.icon::before { content: "\f1b0"; }
i.icon-magifier-filled-on.central.icon::before { content: "\f1b0"; }
i.icon-square-info.central.icon::before { content: "\f1b1"; }
i.icon-information.central.icon::before { content: "\f1b1"; }
i.icon-tooltip-filled-off.central.icon::before { content: "\f1b1"; }
i.icon-square-info1.central.icon::before { content: "\f1b2"; }
i.icon-information1.central.icon::before { content: "\f1b2"; }
i.icon-tooltip-filled-on.central.icon::before { content: "\f1b2"; }
i.icon-square-lines-bottom.central.icon::before { content: "\f1b3"; }
i.icon-transcription-filled-off.central.icon::before { content: "\f1b3"; }
i.icon-square-lines-bottom1.central.icon::before { content: "\f1b4"; }
i.icon-transcription-filled-on.central.icon::before { content: "\f1b4"; }
i.icon-square-lines.central.icon::before { content: "\f1b5"; }
i.icon-note.central.icon::before { content: "\f1b5"; }
i.icon-card6.central.icon::before { content: "\f1b5"; }
i.icon-text-filled-off.central.icon::before { content: "\f1b5"; }
i.icon-square-lines1.central.icon::before { content: "\f1b6"; }
i.icon-note1.central.icon::before { content: "\f1b6"; }
i.icon-card7.central.icon::before { content: "\f1b6"; }
i.icon-text-filled-on.central.icon::before { content: "\f1b6"; }
i.icon-square-minus.central.icon::before { content: "\f1b7"; }
i.icon-remove9.central.icon::before { content: "\f1b7"; }
i.icon-delete-filled-off2.central.icon::before { content: "\f1b7"; }
i.icon-square-minus1.central.icon::before { content: "\f1b8"; }
i.icon-remove10.central.icon::before { content: "\f1b8"; }
i.icon-delete-filled-on2.central.icon::before { content: "\f1b8"; }
i.icon-square-placeholder-dashed-filled-off.central.icon::before { content: "\f1b9"; }
i.icon-square-placeholder-dashed-filled-on.central.icon::before { content: "\f1ba"; }
i.icon-square-placeholder-filled-off.central.icon::before { content: "\f1bb"; }
i.icon-square-placeholder-filled-on.central.icon::before { content: "\f1bc"; }
i.icon-square-plus.central.icon::before { content: "\f1bd"; }
i.icon-add-filled-off.central.icon::before { content: "\f1bd"; }
i.icon-square-plus1.central.icon::before { content: "\f1be"; }
i.icon-add-filled-on.central.icon::before { content: "\f1be"; }
i.icon-square-x.central.icon::before { content: "\f1bf"; }
i.icon-close6.central.icon::before { content: "\f1bf"; }
i.icon-x2.central.icon::before { content: "\f1bf"; }
i.icon-checkbox6.central.icon::before { content: "\f1bf"; }
i.icon-remove-filled-off4.central.icon::before { content: "\f1bf"; }
i.icon-square-x1.central.icon::before { content: "\f1c0"; }
i.icon-close7.central.icon::before { content: "\f1c0"; }
i.icon-x3.central.icon::before { content: "\f1c0"; }
i.icon-checkbox7.central.icon::before { content: "\f1c0"; }
i.icon-remove-filled-on4.central.icon::before { content: "\f1c0"; }
i.icon-squized.central.icon::before { content: "\f1c1"; }
i.icon-centered.central.icon::before { content: "\f1c1"; }
i.icon-aligned-filled-off.central.icon::before { content: "\f1c1"; }
i.icon-squized1.central.icon::before { content: "\f1c2"; }
i.icon-centered1.central.icon::before { content: "\f1c2"; }
i.icon-aligned-filled-on.central.icon::before { content: "\f1c2"; }
i.icon-stage.central.icon::before { content: "\f1c3"; }
i.icon-show-filled-off.central.icon::before { content: "\f1c3"; }
i.icon-stage1.central.icon::before { content: "\f1c4"; }
i.icon-show-filled-on.central.icon::before { content: "\f1c4"; }
i.icon-stamps.central.icon::before { content: "\f1c5"; }
i.icon-collection-filled-off.central.icon::before { content: "\f1c5"; }
i.icon-stamps1.central.icon::before { content: "\f1c6"; }
i.icon-collection-filled-on.central.icon::before { content: "\f1c6"; }
i.icon-star-lines.central.icon::before { content: "\f1c7"; }
i.icon-features.central.icon::before { content: "\f1c7"; }
i.icon-favorite2.central.icon::before { content: "\f1c7"; }
i.icon-award.central.icon::before { content: "\f1c7"; }
i.icon-to-the-moon-filled-off.central.icon::before { content: "\f1c7"; }
i.icon-star-lines1.central.icon::before { content: "\f1c8"; }
i.icon-features1.central.icon::before { content: "\f1c8"; }
i.icon-favorite3.central.icon::before { content: "\f1c8"; }
i.icon-award1.central.icon::before { content: "\f1c8"; }
i.icon-to-the-moon-filled-on.central.icon::before { content: "\f1c8"; }
i.icon-star-wand1.central.icon::before { content: "\f1c9"; }
i.icon-magic-filled-off.central.icon::before { content: "\f1c9"; }
i.icon-star-wand.central.icon::before { content: "\f1ca"; }
i.icon-magic-filled-on.central.icon::before { content: "\f1ca"; }
i.icon-star4.central.icon::before { content: "\f1cb"; }
i.icon-favorite.central.icon::before { content: "\f1cb"; }
i.icon-award-filled-off.central.icon::before { content: "\f1cb"; }
i.icon-star5.central.icon::before { content: "\f1cc"; }
i.icon-favorite1.central.icon::before { content: "\f1cc"; }
i.icon-award-filled-on.central.icon::before { content: "\f1cc"; }
i.icon-steak-steam-lines.central.icon::before { content: "\f1cd"; }
i.icon-t-bone-filled-off.central.icon::before { content: "\f1cd"; }
i.icon-steak-steam-lines1.central.icon::before { content: "\f1ce"; }
i.icon-t-bone-filled-on.central.icon::before { content: "\f1ce"; }
i.icon-steak.central.icon::before { content: "\f1cf"; }
i.icon-t-bone.central.icon::before { content: "\f1cf"; }
i.icon-raw-filled-off.central.icon::before { content: "\f1cf"; }
i.icon-steak1.central.icon::before { content: "\f1d0"; }
i.icon-t-bone1.central.icon::before { content: "\f1d0"; }
i.icon-raw-filled-on.central.icon::before { content: "\f1d0"; }
i.icon-step-back.central.icon::before { content: "\f1d1"; }
i.icon-undo-filled-off.central.icon::before { content: "\f1d1"; }
i.icon-step-back1.central.icon::before { content: "\f1d2"; }
i.icon-undo-filled-on.central.icon::before { content: "\f1d2"; }
i.icon-step-forwards.central.icon::before { content: "\f1d3"; }
i.icon-continue-filled-off.central.icon::before { content: "\f1d3"; }
i.icon-step-forwards1.central.icon::before { content: "\f1d4"; }
i.icon-continue-filled-on.central.icon::before { content: "\f1d4"; }
i.icon-steve-jobs.central.icon::before { content: "\f1d5"; }
i.icon-professor.central.icon::before { content: "\f1d5"; }
i.icon-innovation-filled-off.central.icon::before { content: "\f1d5"; }
i.icon-steve-jobs1.central.icon::before { content: "\f1d6"; }
i.icon-professor1.central.icon::before { content: "\f1d6"; }
i.icon-innovation-filled-on.central.icon::before { content: "\f1d6"; }
i.icon-sticker.central.icon::before { content: "\f1d7"; }
i.icon-badge-filled-off1.central.icon::before { content: "\f1d7"; }
i.icon-sticker1.central.icon::before { content: "\f1d8"; }
i.icon-badge-filled-on1.central.icon::before { content: "\f1d8"; }
i.icon-stocks-filled-off.central.icon::before { content: "\f1d9"; }
i.icon-stocks-filled-on.central.icon::before { content: "\f1da"; }
i.icon-stop-circle-filled-off.central.icon::before { content: "\f1db"; }
i.icon-stop-circle-filled-on.central.icon::before { content: "\f1dc"; }
i.icon-stop-filled-off.central.icon::before { content: "\f1dd"; }
i.icon-stop-filled-on.central.icon::before { content: "\f1de"; }
i.icon-stopwatch.central.icon::before { content: "\f1df"; }
i.icon-track-filled-off.central.icon::before { content: "\f1df"; }
i.icon-stopwatch1.central.icon::before { content: "\f1e0"; }
i.icon-track-filled-on.central.icon::before { content: "\f1e0"; }
i.icon-storage4.central.icon::before { content: "\f1e1"; }
i.icon-hdd.central.icon::before { content: "\f1e1"; }
i.icon-ssd-filled-off.central.icon::before { content: "\f1e1"; }
i.icon-storage5.central.icon::before { content: "\f1e2"; }
i.icon-hdd1.central.icon::before { content: "\f1e2"; }
i.icon-ssd-filled-on.central.icon::before { content: "\f1e2"; }
i.icon-store-1-filled-off.central.icon::before { content: "\f1e3"; }
i.icon-store-1-filled-on.central.icon::before { content: "\f1e4"; }
i.icon-store-2-filled-off.central.icon::before { content: "\f1e5"; }
i.icon-store-2-filled-on.central.icon::before { content: "\f1e6"; }
i.icon-store-3-filled-off.central.icon::before { content: "\f1e7"; }
i.icon-store-3-filled-on.central.icon::before { content: "\f1e8"; }
i.icon-store-4.central.icon::before { content: "\f1e9"; }
i.icon-shop2.central.icon::before { content: "\f1e9"; }
i.icon-business-filled-off1.central.icon::before { content: "\f1e9"; }
i.icon-store-41.central.icon::before { content: "\f1ea"; }
i.icon-shop3.central.icon::before { content: "\f1ea"; }
i.icon-business-filled-on1.central.icon::before { content: "\f1ea"; }
i.icon-stores.central.icon::before { content: "\f1eb"; }
i.icon-shops.central.icon::before { content: "\f1eb"; }
i.icon-mall-filled-off.central.icon::before { content: "\f1eb"; }
i.icon-stores1.central.icon::before { content: "\f1ec"; }
i.icon-shops1.central.icon::before { content: "\f1ec"; }
i.icon-mall-filled-on.central.icon::before { content: "\f1ec"; }
i.icon-strawberry.central.icon::before { content: "\f1ed"; }
i.icon-ai6.central.icon::before { content: "\f1ed"; }
i.icon-dessert-filled-off.central.icon::before { content: "\f1ed"; }
i.icon-strawberry1.central.icon::before { content: "\f1ee"; }
i.icon-ai7.central.icon::before { content: "\f1ee"; }
i.icon-dessert-filled-on.central.icon::before { content: "\f1ee"; }
i.icon-streaming.central.icon::before { content: "\f1ef"; }
i.icon-live.central.icon::before { content: "\f1ef"; }
i.icon-stream-filled-off.central.icon::before { content: "\f1ef"; }
i.icon-streaming1.central.icon::before { content: "\f1f0"; }
i.icon-live1.central.icon::before { content: "\f1f0"; }
i.icon-stream-filled-on.central.icon::before { content: "\f1f0"; }
i.icon-strike-through-filled-off.central.icon::before { content: "\f1f1"; }
i.icon-strike-through-filled-on.central.icon::before { content: "\f1f2"; }
i.icon-studio-display.central.icon::before { content: "\f1f3"; }
i.icon-thunderbolt-filled-off.central.icon::before { content: "\f1f3"; }
i.icon-studio-display1.central.icon::before { content: "\f1f4"; }
i.icon-thunderbolt-filled-on.central.icon::before { content: "\f1f4"; }
i.icon-subscript-filled-off.central.icon::before { content: "\f1f5"; }
i.icon-subscript-filled-on.central.icon::before { content: "\f1f6"; }
i.icon-subscription-star.central.icon::before { content: "\f1f7"; }
i.icon-verify-filled-off.central.icon::before { content: "\f1f7"; }
i.icon-subscription-star1.central.icon::before { content: "\f1f8"; }
i.icon-verify-filled-on1.central.icon::before { content: "\f1f8"; }
i.icon-subscription-tick-1.central.icon::before { content: "\f1f9"; }
i.icon-verify-filled-off1.central.icon::before { content: "\f1f9"; }
i.icon-subscription-tick-11.central.icon::before { content: "\f1fa"; }
i.icon-verify-filled-on2.central.icon::before { content: "\f1fa"; }
i.icon-subscription-tick-21.central.icon::before { content: "\f1fb"; }
i.icon-verify-filled-off2.central.icon::before { content: "\f1fb"; }
i.icon-subscription-tick-2.central.icon::before { content: "\f1fc"; }
i.icon-verify-filled-on.central.icon::before { content: "\f1fc"; }
i.icon-suitcase-sticker.central.icon::before { content: "\f1fd"; }
i.icon-vacation.central.icon::before { content: "\f1fd"; }
i.icon-travel-filled-off1.central.icon::before { content: "\f1fd"; }
i.icon-suitcase-sticker1.central.icon::before { content: "\f1fe"; }
i.icon-vacation1.central.icon::before { content: "\f1fe"; }
i.icon-travel-filled-on1.central.icon::before { content: "\f1fe"; }
i.icon-suitcase-work.central.icon::before { content: "\f1ff"; }
i.icon-workspace-filled-off2.central.icon::before { content: "\f1ff"; }
i.icon-suitcase-work1.central.icon::before { content: "\f200"; }
i.icon-workspace-filled-on2.central.icon::before { content: "\f200"; }
i.icon-suitcase.central.icon::before { content: "\f201"; }
i.icon-luggage4.central.icon::before { content: "\f201"; }
i.icon-case-filled-off.central.icon::before { content: "\f201"; }
i.icon-suitcase1.central.icon::before { content: "\f202"; }
i.icon-luggage5.central.icon::before { content: "\f202"; }
i.icon-case-filled-on.central.icon::before { content: "\f202"; }
i.icon-summary.central.icon::before { content: "\f203"; }
i.icon-summarize-filled-off.central.icon::before { content: "\f203"; }
i.icon-summary1.central.icon::before { content: "\f204"; }
i.icon-summarize-filled-on.central.icon::before { content: "\f204"; }
i.icon-sun.central.icon::before { content: "\f205"; }
i.icon-light-mode.central.icon::before { content: "\f205"; }
i.icon-day.central.icon::before { content: "\f205"; }
i.icon-today-filled-off.central.icon::before { content: "\f205"; }
i.icon-sun1.central.icon::before { content: "\f206"; }
i.icon-light-mode1.central.icon::before { content: "\f206"; }
i.icon-day1.central.icon::before { content: "\f206"; }
i.icon-today-filled-on.central.icon::before { content: "\f206"; }
i.icon-sunrise-arrow-up-filled-off.central.icon::before { content: "\f207"; }
i.icon-sunrise-arrow-up-filled-on.central.icon::before { content: "\f208"; }
i.icon-sunrise-filled-off.central.icon::before { content: "\f209"; }
i.icon-sunrise-filled-on.central.icon::before { content: "\f20a"; }
i.icon-sunset-arrow-down-filled-off.central.icon::before { content: "\f20b"; }
i.icon-sunset-arrow-down-filled-on.central.icon::before { content: "\f20c"; }
i.icon-sunset-filled-off.central.icon::before { content: "\f20d"; }
i.icon-sunset-filled-on.central.icon::before { content: "\f20e"; }
i.icon-superscript-filled-off.central.icon::before { content: "\f20f"; }
i.icon-superscript-filled-on.central.icon::before { content: "\f210"; }
i.icon-support-filled-off2.central.icon::before { content: "\f211"; }
i.icon-support-filled-on2.central.icon::before { content: "\f212"; }
i.icon-sushi.central.icon::before { content: "\f213"; }
i.icon-nigiri.central.icon::before { content: "\f213"; }
i.icon-sashime.central.icon::before { content: "\f213"; }
i.icon-maki-filled-off.central.icon::before { content: "\f213"; }
i.icon-sushi1.central.icon::before { content: "\f214"; }
i.icon-nigiri1.central.icon::before { content: "\f214"; }
i.icon-sashime1.central.icon::before { content: "\f214"; }
i.icon-maki-filled-on.central.icon::before { content: "\f214"; }
i.icon-sword.central.icon::before { content: "\f215"; }
i.icon-action.central.icon::before { content: "\f215"; }
i.icon-gaming-filled-off.central.icon::before { content: "\f215"; }
i.icon-sword1.central.icon::before { content: "\f216"; }
i.icon-action1.central.icon::before { content: "\f216"; }
i.icon-gaming-filled-on.central.icon::before { content: "\f216"; }
i.icon-table.central.icon::before { content: "\f217"; }
i.icon-spreedsheet.central.icon::before { content: "\f217"; }
i.icon-chart-filled-off.central.icon::before { content: "\f217"; }
i.icon-table1.central.icon::before { content: "\f218"; }
i.icon-spreedsheet1.central.icon::before { content: "\f218"; }
i.icon-chart-filled-on.central.icon::before { content: "\f218"; }
i.icon-tactics-1.central.icon::before { content: "\f219"; }
i.icon-game-plan.central.icon::before { content: "\f219"; }
i.icon-prototype.central.icon::before { content: "\f219"; }
i.icon-play-filled-off.central.icon::before { content: "\f219"; }
i.icon-tactics-11.central.icon::before { content: "\f21a"; }
i.icon-game-plan1.central.icon::before { content: "\f21a"; }
i.icon-prototype1.central.icon::before { content: "\f21a"; }
i.icon-play-filled-on.central.icon::before { content: "\f21a"; }
i.icon-tactics-2.central.icon::before { content: "\f21b"; }
i.icon-game-plan2.central.icon::before { content: "\f21b"; }
i.icon-prototype2.central.icon::before { content: "\f21b"; }
i.icon-play-filled-off1.central.icon::before { content: "\f21b"; }
i.icon-tactics-21.central.icon::before { content: "\f21c"; }
i.icon-game-plan3.central.icon::before { content: "\f21c"; }
i.icon-prototype3.central.icon::before { content: "\f21c"; }
i.icon-play-filled-on1.central.icon::before { content: "\f21c"; }
i.icon-tag1.central.icon::before { content: "\f21d"; }
i.icon-sale-filled-off.central.icon::before { content: "\f21d"; }
i.icon-tag2.central.icon::before { content: "\f21e"; }
i.icon-sale-filled-on.central.icon::before { content: "\f21e"; }
i.icon-tapas.central.icon::before { content: "\f21f"; }
i.icon-canabes-filled-off.central.icon::before { content: "\f21f"; }
i.icon-tapas1.central.icon::before { content: "\f220"; }
i.icon-canabes-filled-on.central.icon::before { content: "\f220"; }
i.icon-tape-filled-off1.central.icon::before { content: "\f221"; }
i.icon-tape-filled-on1.central.icon::before { content: "\f222"; }
i.icon-target-1.central.icon::before { content: "\f223"; }
i.icon-zoom.central.icon::before { content: "\f223"; }
i.icon-crosshair-filled-off.central.icon::before { content: "\f223"; }
i.icon-target-11.central.icon::before { content: "\f224"; }
i.icon-zoom1.central.icon::before { content: "\f224"; }
i.icon-crosshair-filled-on.central.icon::before { content: "\f224"; }
i.icon-target-2.central.icon::before { content: "\f225"; }
i.icon-zoom2.central.icon::before { content: "\f225"; }
i.icon-crosshair-filled-off1.central.icon::before { content: "\f225"; }
i.icon-target-21.central.icon::before { content: "\f226"; }
i.icon-zoom3.central.icon::before { content: "\f226"; }
i.icon-crosshair-filled-on1.central.icon::before { content: "\f226"; }
i.icon-target-arrow.central.icon::before { content: "\f227"; }
i.icon-goal.central.icon::before { content: "\f227"; }
i.icon-aim.central.icon::before { content: "\f227"; }
i.icon-focus.central.icon::before { content: "\f227"; }
i.icon-do-not-disdurb-filled-off2.central.icon::before { content: "\f227"; }
i.icon-target-arrow1.central.icon::before { content: "\f228"; }
i.icon-goal1.central.icon::before { content: "\f228"; }
i.icon-aim1.central.icon::before { content: "\f228"; }
i.icon-focus1.central.icon::before { content: "\f228"; }
i.icon-do-not-disdurb-filled-on2.central.icon::before { content: "\f228"; }
i.icon-target.central.icon::before { content: "\f229"; }
i.icon-focus2.central.icon::before { content: "\f229"; }
i.icon-do-not-disdurb-filled-off3.central.icon::before { content: "\f229"; }
i.icon-target1.central.icon::before { content: "\f22a"; }
i.icon-focus3.central.icon::before { content: "\f22a"; }
i.icon-do-not-disdurb-filled-on3.central.icon::before { content: "\f22a"; }
i.icon-teacher-filled-off.central.icon::before { content: "\f22b"; }
i.icon-teacher-filled-on.central.icon::before { content: "\f22c"; }
i.icon-teacher-whiteboard-filled-off.central.icon::before { content: "\f22d"; }
i.icon-teacher-whiteboard-filled-on.central.icon::before { content: "\f22e"; }
i.icon-teddy-bear.central.icon::before { content: "\f22f"; }
i.icon-play-filled-off2.central.icon::before { content: "\f22f"; }
i.icon-teddy-bear1.central.icon::before { content: "\f230"; }
i.icon-play-filled-on2.central.icon::before { content: "\f230"; }
i.icon-telephone.central.icon::before { content: "\f231"; }
i.icon-phone4.central.icon::before { content: "\f231"; }
i.icon-contact-filled-off.central.icon::before { content: "\f231"; }
i.icon-telephone1.central.icon::before { content: "\f232"; }
i.icon-phone5.central.icon::before { content: "\f232"; }
i.icon-contact-filled-on.central.icon::before { content: "\f232"; }
i.icon-television-old.central.icon::before { content: "\f233"; }
i.icon-tv.central.icon::before { content: "\f233"; }
i.icon-monitor.central.icon::before { content: "\f233"; }
i.icon-video.central.icon::before { content: "\f233"; }
i.icon-screen.central.icon::before { content: "\f233"; }
i.icon-display-filled-off.central.icon::before { content: "\f233"; }
i.icon-television-old1.central.icon::before { content: "\f234"; }
i.icon-tv1.central.icon::before { content: "\f234"; }
i.icon-monitor1.central.icon::before { content: "\f234"; }
i.icon-video1.central.icon::before { content: "\f234"; }
i.icon-screen1.central.icon::before { content: "\f234"; }
i.icon-display-filled-on.central.icon::before { content: "\f234"; }
i.icon-television.central.icon::before { content: "\f235"; }
i.icon-tv2.central.icon::before { content: "\f235"; }
i.icon-monitor2.central.icon::before { content: "\f235"; }
i.icon-video2.central.icon::before { content: "\f235"; }
i.icon-screen2.central.icon::before { content: "\f235"; }
i.icon-display-filled-off1.central.icon::before { content: "\f235"; }
i.icon-television1.central.icon::before { content: "\f236"; }
i.icon-tv3.central.icon::before { content: "\f236"; }
i.icon-monitor3.central.icon::before { content: "\f236"; }
i.icon-video3.central.icon::before { content: "\f236"; }
i.icon-screen3.central.icon::before { content: "\f236"; }
i.icon-display-filled-on1.central.icon::before { content: "\f236"; }
i.icon-tennis-filled-off.central.icon::before { content: "\f237"; }
i.icon-tennis-filled-on.central.icon::before { content: "\f238"; }
i.icon-test-tube-filled-off.central.icon::before { content: "\f239"; }
i.icon-test-tube-filled-on.central.icon::before { content: "\f23a"; }
i.icon-testflight.central.icon::before { content: "\f23b"; }
i.icon-beta-filled-off.central.icon::before { content: "\f23b"; }
i.icon-testflight1.central.icon::before { content: "\f23c"; }
i.icon-beta-filled-on.central.icon::before { content: "\f23c"; }
i.icon-text-1-filled-off.central.icon::before { content: "\f23d"; }
i.icon-text-1-filled-on.central.icon::before { content: "\f23e"; }
i.icon-text-2-filled-off.central.icon::before { content: "\f23f"; }
i.icon-text-2-filled-on.central.icon::before { content: "\f240"; }
i.icon-text-block-filled-off.central.icon::before { content: "\f241"; }
i.icon-text-block-filled-on.central.icon::before { content: "\f242"; }
i.icon-text-color-filled-off.central.icon::before { content: "\f243"; }
i.icon-text-color-filled-on.central.icon::before { content: "\f244"; }
i.icon-text-edit.central.icon::before { content: "\f245"; }
i.icon-prompts.central.icon::before { content: "\f245"; }
i.icon-comment-filled-off.central.icon::before { content: "\f245"; }
i.icon-text-edit1.central.icon::before { content: "\f246"; }
i.icon-prompts1.central.icon::before { content: "\f246"; }
i.icon-comment-filled-on.central.icon::before { content: "\f246"; }
i.icon-text-indent-left-filled-off.central.icon::before { content: "\f247"; }
i.icon-text-indent-left-filled-on.central.icon::before { content: "\f248"; }
i.icon-text-indent-right-filled-off.central.icon::before { content: "\f249"; }
i.icon-text-indent-right-filled-on.central.icon::before { content: "\f24a"; }
i.icon-text-indicator-filled-off.central.icon::before { content: "\f24b"; }
i.icon-text-indicator-filled-on.central.icon::before { content: "\f24c"; }
i.icon-text-motion.central.icon::before { content: "\f24d"; }
i.icon-text-animation-filled-off.central.icon::before { content: "\f24d"; }
i.icon-text-motion1.central.icon::before { content: "\f24e"; }
i.icon-text-animation-filled-on.central.icon::before { content: "\f24e"; }
i.icon-text-select-dashed.central.icon::before { content: "\f24f"; }
i.icon-lollipops-filled-off.central.icon::before { content: "\f24f"; }
i.icon-text-select-dashed1.central.icon::before { content: "\f250"; }
i.icon-lollipops-filled-on.central.icon::before { content: "\f250"; }
i.icon-text-select.central.icon::before { content: "\f251"; }
i.icon-lollipops-filled-off1.central.icon::before { content: "\f251"; }
i.icon-text-select1.central.icon::before { content: "\f252"; }
i.icon-lollipops-filled-on1.central.icon::before { content: "\f252"; }
i.icon-text-size-filled-off.central.icon::before { content: "\f253"; }
i.icon-text-size-filled-on.central.icon::before { content: "\f254"; }
i.icon-text-to-image-filled-off.central.icon::before { content: "\f255"; }
i.icon-text-to-image-filled-on.central.icon::before { content: "\f256"; }
i.icon-thermostat.central.icon::before { content: "\f257"; }
i.icon-temprature-filled-off.central.icon::before { content: "\f257"; }
i.icon-thermostat1.central.icon::before { content: "\f258"; }
i.icon-temprature-filled-on.central.icon::before { content: "\f258"; }
i.icon-thinking-bubble-filled-off.central.icon::before { content: "\f259"; }
i.icon-thinking-bubble-filled-on.central.icon::before { content: "\f25a"; }
i.icon-thread-filled-off.central.icon::before { content: "\f25b"; }
i.icon-thread-filled-on.central.icon::before { content: "\f25c"; }
i.icon-thumb-down-curved-filled-off.central.icon::before { content: "\f25d"; }
i.icon-thumb-down-curved-filled-on.central.icon::before { content: "\f25e"; }
i.icon-thumb-up-curved-filled-off.central.icon::before { content: "\f25f"; }
i.icon-thumb-up-curved-filled-on.central.icon::before { content: "\f260"; }
i.icon-thumbs-down.central.icon::before { content: "\f261"; }
i.icon-thumb.central.icon::before { content: "\f261"; }
i.icon-hand.central.icon::before { content: "\f261"; }
i.icon-no.central.icon::before { content: "\f261"; }
i.icon-contra-filled-off.central.icon::before { content: "\f261"; }
i.icon-thumbs-down1.central.icon::before { content: "\f262"; }
i.icon-thumb1.central.icon::before { content: "\f262"; }
i.icon-hand1.central.icon::before { content: "\f262"; }
i.icon-no1.central.icon::before { content: "\f262"; }
i.icon-contra-filled-on.central.icon::before { content: "\f262"; }
i.icon-thumbs-up.central.icon::before { content: "\f263"; }
i.icon-thumb2.central.icon::before { content: "\f263"; }
i.icon-hand2.central.icon::before { content: "\f263"; }
i.icon-yes.central.icon::before { content: "\f263"; }
i.icon-pro-filled-off.central.icon::before { content: "\f263"; }
i.icon-thumbs-up1.central.icon::before { content: "\f264"; }
i.icon-thumb3.central.icon::before { content: "\f264"; }
i.icon-hand3.central.icon::before { content: "\f264"; }
i.icon-yes1.central.icon::before { content: "\f264"; }
i.icon-pro-filled-on.central.icon::before { content: "\f264"; }
i.icon-thumbtack.central.icon::before { content: "\f265"; }
i.icon-pin.central.icon::before { content: "\f265"; }
i.icon-location4.central.icon::before { content: "\f265"; }
i.icon-bookmark--filled-off.central.icon::before { content: "\f265"; }
i.icon-thumbtack1.central.icon::before { content: "\f266"; }
i.icon-pin1.central.icon::before { content: "\f266"; }
i.icon-location5.central.icon::before { content: "\f266"; }
i.icon-bookmark--filled-on.central.icon::before { content: "\f266"; }
i.icon-thunder.central.icon::before { content: "\f267"; }
i.icon-zap2.central.icon::before { content: "\f267"; }
i.icon-flash-filled-off.central.icon::before { content: "\f267"; }
i.icon-thunder1.central.icon::before { content: "\f268"; }
i.icon-zap3.central.icon::before { content: "\f268"; }
i.icon-flash-filled-on.central.icon::before { content: "\f268"; }
i.icon-ticket.central.icon::before { content: "\f269"; }
i.icon-admit.central.icon::before { content: "\f269"; }
i.icon-vip-filled-off1.central.icon::before { content: "\f269"; }
i.icon-ticket1.central.icon::before { content: "\f26a"; }
i.icon-admit1.central.icon::before { content: "\f26a"; }
i.icon-vip-filled-on1.central.icon::before { content: "\f26a"; }
i.icon-time-flies.central.icon::before { content: "\f26b"; }
i.icon-speed-filled-off.central.icon::before { content: "\f26b"; }
i.icon-time-flies1.central.icon::before { content: "\f26c"; }
i.icon-speed-filled-on.central.icon::before { content: "\f26c"; }
i.icon-title-case-filled-off.central.icon::before { content: "\f26d"; }
i.icon-title-case-filled-on.central.icon::before { content: "\f26e"; }
i.icon-toast.central.icon::before { content: "\f26f"; }
i.icon-breakfest-filled-off.central.icon::before { content: "\f26f"; }
i.icon-toast1.central.icon::before { content: "\f270"; }
i.icon-breakfest-filled-on.central.icon::before { content: "\f270"; }
i.icon-todos.central.icon::before { content: "\f271"; }
i.icon-check10.central.icon::before { content: "\f271"; }
i.icon-things-filled-off.central.icon::before { content: "\f271"; }
i.icon-todos1.central.icon::before { content: "\f272"; }
i.icon-check11.central.icon::before { content: "\f272"; }
i.icon-things-filled-on.central.icon::before { content: "\f272"; }
i.icon-toilet-paper.central.icon::before { content: "\f273"; }
i.icon-wipe-filled-off.central.icon::before { content: "\f273"; }
i.icon-toilet-paper1.central.icon::before { content: "\f274"; }
i.icon-wipe-filled-on.central.icon::before { content: "\f274"; }
i.icon-toolbox-filled-off.central.icon::before { content: "\f275"; }
i.icon-toolbox-filled-on.central.icon::before { content: "\f276"; }
i.icon-toque.central.icon::before { content: "\f277"; }
i.icon-chefs-cap.central.icon::before { content: "\f277"; }
i.icon-cook-filled-off.central.icon::before { content: "\f277"; }
i.icon-toque1.central.icon::before { content: "\f278"; }
i.icon-chefs-cap1.central.icon::before { content: "\f278"; }
i.icon-cook-filled-on.central.icon::before { content: "\f278"; }
i.icon-touch-grass.central.icon::before { content: "\f279"; }
i.icon-nature.central.icon::before { content: "\f279"; }
i.icon-logout-filled-off1.central.icon::before { content: "\f279"; }
i.icon-touch-grass1.central.icon::before { content: "\f27a"; }
i.icon-nature1.central.icon::before { content: "\f27a"; }
i.icon-logout-filled-on1.central.icon::before { content: "\f27a"; }
i.icon-touch.central.icon::before { content: "\f27b"; }
i.icon-tab.central.icon::before { content: "\f27b"; }
i.icon-click-filled-off.central.icon::before { content: "\f27b"; }
i.icon-touch1.central.icon::before { content: "\f27c"; }
i.icon-tab1.central.icon::before { content: "\f27c"; }
i.icon-click-filled-on.central.icon::before { content: "\f27c"; }
i.icon-trading-view-candles-filled-off.central.icon::before { content: "\f27d"; }
i.icon-trading-view-candles-filled-on.central.icon::before { content: "\f27e"; }
i.icon-trading-view-line-filled-off.central.icon::before { content: "\f27f"; }
i.icon-trading-view-line-filled-on.central.icon::before { content: "\f280"; }
i.icon-trading-view-steps-filled-off.central.icon::before { content: "\f281"; }
i.icon-trading-view-steps-filled-on.central.icon::before { content: "\f282"; }
i.icon-translate.central.icon::before { content: "\f283"; }
i.icon-language-filled-off.central.icon::before { content: "\f283"; }
i.icon-translate1.central.icon::before { content: "\f284"; }
i.icon-language-filled-on.central.icon::before { content: "\f284"; }
i.icon-trash-can-2.central.icon::before { content: "\f285"; }
i.icon-delete6.central.icon::before { content: "\f285"; }
i.icon-remove11.central.icon::before { content: "\f285"; }
i.icon-garbage.central.icon::before { content: "\f285"; }
i.icon-waste-filled-off.central.icon::before { content: "\f285"; }
i.icon-trash-can-21.central.icon::before { content: "\f286"; }
i.icon-delete7.central.icon::before { content: "\f286"; }
i.icon-remove12.central.icon::before { content: "\f286"; }
i.icon-garbage1.central.icon::before { content: "\f286"; }
i.icon-waste-filled-on.central.icon::before { content: "\f286"; }
i.icon-trash-can-simple.central.icon::before { content: "\f287"; }
i.icon-delete8.central.icon::before { content: "\f287"; }
i.icon-remove13.central.icon::before { content: "\f287"; }
i.icon-garbage2.central.icon::before { content: "\f287"; }
i.icon-waste-filled-off1.central.icon::before { content: "\f287"; }
i.icon-trash-can-simple1.central.icon::before { content: "\f288"; }
i.icon-delete9.central.icon::before { content: "\f288"; }
i.icon-remove14.central.icon::before { content: "\f288"; }
i.icon-garbage3.central.icon::before { content: "\f288"; }
i.icon-waste-filled-on1.central.icon::before { content: "\f288"; }
i.icon-trash-can.central.icon::before { content: "\f289"; }
i.icon-delete10.central.icon::before { content: "\f289"; }
i.icon-remove15.central.icon::before { content: "\f289"; }
i.icon-garbage4.central.icon::before { content: "\f289"; }
i.icon-waste-filled-off2.central.icon::before { content: "\f289"; }
i.icon-trash-can1.central.icon::before { content: "\f28a"; }
i.icon-delete11.central.icon::before { content: "\f28a"; }
i.icon-remove16.central.icon::before { content: "\f28a"; }
i.icon-garbage5.central.icon::before { content: "\f28a"; }
i.icon-waste-filled-on2.central.icon::before { content: "\f28a"; }
i.icon-trash-paper-filled-off.central.icon::before { content: "\f28b"; }
i.icon-trash-paper-filled-on.central.icon::before { content: "\f28c"; }
i.icon-tree-filled-off.central.icon::before { content: "\f28d"; }
i.icon-tree-filled-on.central.icon::before { content: "\f28e"; }
i.icon-trending-1.central.icon::before { content: "\f28f"; }
i.icon-trends-filled-off1.central.icon::before { content: "\f28f"; }
i.icon-trending-11.central.icon::before { content: "\f290"; }
i.icon-trends-filled-on2.central.icon::before { content: "\f290"; }
i.icon-trending-21.central.icon::before { content: "\f291"; }
i.icon-trends-filled-off2.central.icon::before { content: "\f291"; }
i.icon-trending-2.central.icon::before { content: "\f292"; }
i.icon-trends-filled-on.central.icon::before { content: "\f292"; }
i.icon-trending-3.central.icon::before { content: "\f293"; }
i.icon-trends-filled-off.central.icon::before { content: "\f293"; }
i.icon-trending-31.central.icon::before { content: "\f294"; }
i.icon-trends-filled-on1.central.icon::before { content: "\f294"; }
i.icon-trending-4.central.icon::before { content: "\f295"; }
i.icon-chart-filled-off1.central.icon::before { content: "\f295"; }
i.icon-trending-41.central.icon::before { content: "\f296"; }
i.icon-chart-filled-on1.central.icon::before { content: "\f296"; }
i.icon-trending-5.central.icon::before { content: "\f297"; }
i.icon-chart4.central.icon::before { content: "\f297"; }
i.icon-analytics-filled-off.central.icon::before { content: "\f297"; }
i.icon-trending-51.central.icon::before { content: "\f298"; }
i.icon-chart5.central.icon::before { content: "\f298"; }
i.icon-analytics-filled-on.central.icon::before { content: "\f298"; }
i.icon-trending-circle-filled-off.central.icon::before { content: "\f299"; }
i.icon-trending-circle-filled-on.central.icon::before { content: "\f29a"; }
i.icon-triangle-exclamation.central.icon::before { content: "\f29b"; }
i.icon-error.central.icon::before { content: "\f29b"; }
i.icon-warning.central.icon::before { content: "\f29b"; }
i.icon-alert-filled-off4.central.icon::before { content: "\f29b"; }
i.icon-triangle-exclamation1.central.icon::before { content: "\f29c"; }
i.icon-error1.central.icon::before { content: "\f29c"; }
i.icon-warning1.central.icon::before { content: "\f29c"; }
i.icon-alert-filled-on4.central.icon::before { content: "\f29c"; }
i.icon-trophy2.central.icon::before { content: "\f29d"; }
i.icon-win.central.icon::before { content: "\f29d"; }
i.icon-champion-filled-off.central.icon::before { content: "\f29d"; }
i.icon-trophy3.central.icon::before { content: "\f29e"; }
i.icon-win1.central.icon::before { content: "\f29e"; }
i.icon-champion-filled-on.central.icon::before { content: "\f29e"; }
i.icon-truck.central.icon::before { content: "\f29f"; }
i.icon-delivery-filled-off10.central.icon::before { content: "\f29f"; }
i.icon-truck1.central.icon::before { content: "\f2a0"; }
i.icon-delivery-filled-on10.central.icon::before { content: "\f2a0"; }
i.icon-ufo.central.icon::before { content: "\f2a1"; }
i.icon-beam-filled-off.central.icon::before { content: "\f2a1"; }
i.icon-ufo1.central.icon::before { content: "\f2a2"; }
i.icon-beam-filled-on.central.icon::before { content: "\f2a2"; }
i.icon-umbrella-security-filled-off.central.icon::before { content: "\f2a3"; }
i.icon-umbrella-security-filled-on.central.icon::before { content: "\f2a4"; }
i.icon-unarchiv.central.icon::before { content: "\f2a5"; }
i.icon-unbox-filled-off.central.icon::before { content: "\f2a5"; }
i.icon-unarchiv1.central.icon::before { content: "\f2a6"; }
i.icon-unbox-filled-on.central.icon::before { content: "\f2a6"; }
i.icon-unblur-filled-off.central.icon::before { content: "\f2a7"; }
i.icon-unblur-filled-on.central.icon::before { content: "\f2a8"; }
i.icon-underline-filled-off.central.icon::before { content: "\f2a9"; }
i.icon-underline-filled-on.central.icon::before { content: "\f2aa"; }
i.icon-unicorn.central.icon::before { content: "\f2ab"; }
i.icon-startup.central.icon::before { content: "\f2ab"; }
i.icon-success-filled-off.central.icon::before { content: "\f2ab"; }
i.icon-unicorn1.central.icon::before { content: "\f2ac"; }
i.icon-startup1.central.icon::before { content: "\f2ac"; }
i.icon-success-filled-on.central.icon::before { content: "\f2ac"; }
i.icon-unlocked.central.icon::before { content: "\f2ad"; }
i.icon-unlock.central.icon::before { content: "\f2ad"; }
i.icon-private-filled-off.central.icon::before { content: "\f2ad"; }
i.icon-unlocked1.central.icon::before { content: "\f2ae"; }
i.icon-unlock1.central.icon::before { content: "\f2ae"; }
i.icon-private-filled-on.central.icon::before { content: "\f2ae"; }
i.icon-unpin-filled-off.central.icon::before { content: "\f2af"; }
i.icon-unpin-filled-on.central.icon::before { content: "\f2b0"; }
i.icon-usb-c.central.icon::before { content: "\f2b1"; }
i.icon-type-c-filled-off.central.icon::before { content: "\f2b1"; }
i.icon-usb-c1.central.icon::before { content: "\f2b2"; }
i.icon-type-c-filled-on.central.icon::before { content: "\f2b2"; }
i.icon-usb.central.icon::before { content: "\f2b3"; }
i.icon-connection.central.icon::before { content: "\f2b3"; }
i.icon-connect.central.icon::before { content: "\f2b3"; }
i.icon-save.central.icon::before { content: "\f2b3"; }
i.icon-data-filled-off.central.icon::before { content: "\f2b3"; }
i.icon-usb1.central.icon::before { content: "\f2b4"; }
i.icon-connection1.central.icon::before { content: "\f2b4"; }
i.icon-connect1.central.icon::before { content: "\f2b4"; }
i.icon-save1.central.icon::before { content: "\f2b4"; }
i.icon-data-filled-on.central.icon::before { content: "\f2b4"; }
i.icon-variables.central.icon::before { content: "\f2b5"; }
i.icon-figma-filled-off1.central.icon::before { content: "\f2b5"; }
i.icon-variables1.central.icon::before { content: "\f2b6"; }
i.icon-figma-filled-on1.central.icon::before { content: "\f2b6"; }
i.icon-vault.central.icon::before { content: "\f2b7"; }
i.icon-safe-filled-off.central.icon::before { content: "\f2b7"; }
i.icon-vault1.central.icon::before { content: "\f2b8"; }
i.icon-safe-filled-on.central.icon::before { content: "\f2b8"; }
i.icon-vector-logo.central.icon::before { content: "\f2b9"; }
i.icon-svg-filled-off1.central.icon::before { content: "\f2b9"; }
i.icon-vector-logo1.central.icon::before { content: "\f2ba"; }
i.icon-svg-filled-on1.central.icon::before { content: "\f2ba"; }
i.icon-vertical-alignment-center-filled-off.central.icon::before { content: "\f2bb"; }
i.icon-vertical-alignment-center-filled-on.central.icon::before { content: "\f2bc"; }
i.icon-vertical-alignment-left-filled-off.central.icon::before { content: "\f2bd"; }
i.icon-vertical-alignment-left-filled-on.central.icon::before { content: "\f2be"; }
i.icon-vertical-alignment-right-filled-off.central.icon::before { content: "\f2bf"; }
i.icon-vertical-alignment-right-filled-on.central.icon::before { content: "\f2c0"; }
i.icon-video-clip.central.icon::before { content: "\f2c1"; }
i.icon-film.central.icon::before { content: "\f2c1"; }
i.icon-movie-filled-off1.central.icon::before { content: "\f2c1"; }
i.icon-video-clip1.central.icon::before { content: "\f2c2"; }
i.icon-film1.central.icon::before { content: "\f2c2"; }
i.icon-movie-filled-on1.central.icon::before { content: "\f2c2"; }
i.icon-video-off1.central.icon::before { content: "\f2c3"; }
i.icon-cam-off-filled-off1.central.icon::before { content: "\f2c3"; }
i.icon-video-off.central.icon::before { content: "\f2c4"; }
i.icon-cam-off-filled-on1.central.icon::before { content: "\f2c4"; }
i.icon-video-on.central.icon::before { content: "\f2c5"; }
i.icon-cam-on-filled-off.central.icon::before { content: "\f2c5"; }
i.icon-video-on1.central.icon::before { content: "\f2c6"; }
i.icon-cam-on-filled-on.central.icon::before { content: "\f2c6"; }
i.icon-video-roll.central.icon::before { content: "\f2c7"; }
i.icon-movie-filled-off.central.icon::before { content: "\f2c7"; }
i.icon-video-roll1.central.icon::before { content: "\f2c8"; }
i.icon-movie-filled-on.central.icon::before { content: "\f2c8"; }
i.icon-video-timeline.central.icon::before { content: "\f2c9"; }
i.icon-edit-video-filled-off.central.icon::before { content: "\f2c9"; }
i.icon-video-timeline1.central.icon::before { content: "\f2ca"; }
i.icon-edit-video-filled-on.central.icon::before { content: "\f2ca"; }
i.icon-video-trim-filled-off.central.icon::before { content: "\f2cb"; }
i.icon-video-trim-filled-on.central.icon::before { content: "\f2cc"; }
i.icon-video4.central.icon::before { content: "\f2cd"; }
i.icon-camera.central.icon::before { content: "\f2cd"; }
i.icon-movie.central.icon::before { content: "\f2cd"; }
i.icon-play-filled-off3.central.icon::before { content: "\f2cd"; }
i.icon-video5.central.icon::before { content: "\f2ce"; }
i.icon-camera1.central.icon::before { content: "\f2ce"; }
i.icon-movie1.central.icon::before { content: "\f2ce"; }
i.icon-play-filled-on3.central.icon::before { content: "\f2ce"; }
i.icon-videos.central.icon::before { content: "\f2cf"; }
i.icon-video-playlist-filled-off.central.icon::before { content: "\f2cf"; }
i.icon-videos1.central.icon::before { content: "\f2d0"; }
i.icon-video-playlist-filled-on.central.icon::before { content: "\f2d0"; }
i.icon-vignette-filled-off.central.icon::before { content: "\f2d1"; }
i.icon-vignette-filled-on.central.icon::before { content: "\f2d2"; }
i.icon-vision-pro-app.central.icon::before { content: "\f2d3"; }
i.icon-window-filled-off9.central.icon::before { content: "\f2d3"; }
i.icon-vision-pro-app1.central.icon::before { content: "\f2d4"; }
i.icon-window-filled-on9.central.icon::before { content: "\f2d4"; }
i.icon-vision-pro.central.icon::before { content: "\f2d5"; }
i.icon-goggles-filled-off.central.icon::before { content: "\f2d5"; }
i.icon-vision-pro1.central.icon::before { content: "\f2d6"; }
i.icon-goggles-filled-on.central.icon::before { content: "\f2d6"; }
i.icon-visual-intelligence-filled-off.central.icon::before { content: "\f2d7"; }
i.icon-visual-intelligence-filled-on.central.icon::before { content: "\f2d8"; }
i.icon-voice-1.central.icon::before { content: "\f2d9"; }
i.icon-wave-filled-off1.central.icon::before { content: "\f2d9"; }
i.icon-voice-11.central.icon::before { content: "\f2da"; }
i.icon-wave-filled-on1.central.icon::before { content: "\f2da"; }
i.icon-voice-2.central.icon::before { content: "\f2db"; }
i.icon-siri.central.icon::before { content: "\f2db"; }
i.icon-wave-filled-off2.central.icon::before { content: "\f2db"; }
i.icon-voice-21.central.icon::before { content: "\f2dc"; }
i.icon-siri1.central.icon::before { content: "\f2dc"; }
i.icon-wave-filled-on2.central.icon::before { content: "\f2dc"; }
i.icon-voice-3.central.icon::before { content: "\f2dd"; }
i.icon-wave-filled-off.central.icon::before { content: "\f2dd"; }
i.icon-voice-31.central.icon::before { content: "\f2de"; }
i.icon-wave-filled-on.central.icon::before { content: "\f2de"; }
i.icon-voice-and-video.central.icon::before { content: "\f2df"; }
i.icon-media-filled-off.central.icon::before { content: "\f2df"; }
i.icon-voice-and-video1.central.icon::before { content: "\f2e0"; }
i.icon-media-filled-on.central.icon::before { content: "\f2e0"; }
i.icon-volleyball-filled-off.central.icon::before { content: "\f2e1"; }
i.icon-volleyball-filled-on.central.icon::before { content: "\f2e2"; }
i.icon-volume-down-filled-off.central.icon::before { content: "\f2e3"; }
i.icon-volume-down-filled-on.central.icon::before { content: "\f2e4"; }
i.icon-volume-full.central.icon::before { content: "\f2e5"; }
i.icon-speaker2.central.icon::before { content: "\f2e5"; }
i.icon-loud.central.icon::before { content: "\f2e5"; }
i.icon-sound-filled-off1.central.icon::before { content: "\f2e5"; }
i.icon-volume-full1.central.icon::before { content: "\f2e6"; }
i.icon-speaker3.central.icon::before { content: "\f2e6"; }
i.icon-loud1.central.icon::before { content: "\f2e6"; }
i.icon-sound-filled-on1.central.icon::before { content: "\f2e6"; }
i.icon-volume-half.central.icon::before { content: "\f2e7"; }
i.icon-speaker4.central.icon::before { content: "\f2e7"; }
i.icon-loud2.central.icon::before { content: "\f2e7"; }
i.icon-sound-filled-off2.central.icon::before { content: "\f2e7"; }
i.icon-volume-half1.central.icon::before { content: "\f2e8"; }
i.icon-speaker5.central.icon::before { content: "\f2e8"; }
i.icon-loud3.central.icon::before { content: "\f2e8"; }
i.icon-sound-filled-on2.central.icon::before { content: "\f2e8"; }
i.icon-volume-minimum.central.icon::before { content: "\f2e9"; }
i.icon-speaker6.central.icon::before { content: "\f2e9"; }
i.icon-loud4.central.icon::before { content: "\f2e9"; }
i.icon-sound-filled-off3.central.icon::before { content: "\f2e9"; }
i.icon-volume-minimum1.central.icon::before { content: "\f2ea"; }
i.icon-speaker7.central.icon::before { content: "\f2ea"; }
i.icon-loud5.central.icon::before { content: "\f2ea"; }
i.icon-sound-filled-on3.central.icon::before { content: "\f2ea"; }
i.icon-volume-off.central.icon::before { content: "\f2eb"; }
i.icon-sound-off-filled-off1.central.icon::before { content: "\f2eb"; }
i.icon-volume-off1.central.icon::before { content: "\f2ec"; }
i.icon-sound-off-filled-on1.central.icon::before { content: "\f2ec"; }
i.icon-volume-up-filled-off.central.icon::before { content: "\f2ed"; }
i.icon-volume-up-filled-on.central.icon::before { content: "\f2ee"; }
i.icon-wallet-1-filled-off.central.icon::before { content: "\f2ef"; }
i.icon-wallet-1-filled-on.central.icon::before { content: "\f2f0"; }
i.icon-wallet-2-filled-off.central.icon::before { content: "\f2f1"; }
i.icon-wallet-2-filled-on.central.icon::before { content: "\f2f2"; }
i.icon-wallet-3-filled-off.central.icon::before { content: "\f2f3"; }
i.icon-wallet-3-filled-on.central.icon::before { content: "\f2f4"; }
i.icon-wallet-4-filled-off.central.icon::before { content: "\f2f5"; }
i.icon-wallet-4-filled-on.central.icon::before { content: "\f2f6"; }
i.icon-wallpaper.central.icon::before { content: "\f2f7"; }
i.icon-os-filled-off1.central.icon::before { content: "\f2f7"; }
i.icon-wallpaper1.central.icon::before { content: "\f2f8"; }
i.icon-os-filled-on1.central.icon::before { content: "\f2f8"; }
i.icon-wardrobe-filled-off.central.icon::before { content: "\f2f9"; }
i.icon-wardrobe-filled-on.central.icon::before { content: "\f2fa"; }
i.icon-warning-sign.central.icon::before { content: "\f2fb"; }
i.icon-attention.central.icon::before { content: "\f2fb"; }
i.icon-coution-filled-off.central.icon::before { content: "\f2fb"; }
i.icon-warning-sign1.central.icon::before { content: "\f2fc"; }
i.icon-attention1.central.icon::before { content: "\f2fc"; }
i.icon-coution-filled-on.central.icon::before { content: "\f2fc"; }
i.icon-washing-machine.central.icon::before { content: "\f2fd"; }
i.icon-laundry.central.icon::before { content: "\f2fd"; }
i.icon-clean-filled-off2.central.icon::before { content: "\f2fd"; }
i.icon-washing-machine1.central.icon::before { content: "\f2fe"; }
i.icon-laundry1.central.icon::before { content: "\f2fe"; }
i.icon-clean-filled-on1.central.icon::before { content: "\f2fe"; }
i.icon-waste.central.icon::before { content: "\f2ff"; }
i.icon-trash-can-filled-off.central.icon::before { content: "\f2ff"; }
i.icon-waste1.central.icon::before { content: "\f300"; }
i.icon-trash-can-filled-on.central.icon::before { content: "\f300"; }
i.icon-web31.central.icon::before { content: "\f301"; }
i.icon-crypto-space.central.icon::before { content: "\f301"; }
i.icon-nft-filled-off.central.icon::before { content: "\f301"; }
i.icon-web32.central.icon::before { content: "\f302"; }
i.icon-crypto-space1.central.icon::before { content: "\f302"; }
i.icon-nft-filled-on.central.icon::before { content: "\f302"; }
i.icon-webcam.central.icon::before { content: "\f303"; }
i.icon-camera2.central.icon::before { content: "\f303"; }
i.icon-view-filled-off.central.icon::before { content: "\f303"; }
i.icon-webcam1.central.icon::before { content: "\f304"; }
i.icon-camera3.central.icon::before { content: "\f304"; }
i.icon-view-filled-on.central.icon::before { content: "\f304"; }
i.icon-wheelchair1.central.icon::before { content: "\f306"; }
i.icon-bathroom-accessible1.central.icon::before { content: "\f306"; }
i.icon-toilet1.central.icon::before { content: "\f306"; }
i.icon-wc-filled-on.central.icon::before { content: "\f306"; }
i.icon-whiteboard-1.central.icon::before { content: "\f307"; }
i.icon-artboard-filled-off.central.icon::before { content: "\f307"; }
i.icon-whiteboard-11.central.icon::before { content: "\f308"; }
i.icon-artboard-filled-on.central.icon::before { content: "\f308"; }
i.icon-whiteboard-2-filled-off.central.icon::before { content: "\f309"; }
i.icon-whiteboard-2-filled-on.central.icon::before { content: "\f30a"; }
i.icon-whiteboard.central.icon::before { content: "\f30b"; }
i.icon-sketch.central.icon::before { content: "\f30b"; }
i.icon-forms-filled-off.central.icon::before { content: "\f30b"; }
i.icon-whiteboard1.central.icon::before { content: "\f30c"; }
i.icon-sketch1.central.icon::before { content: "\f30c"; }
i.icon-forms-filled-on.central.icon::before { content: "\f30c"; }
i.icon-wifi-full.central.icon::before { content: "\f30d"; }
i.icon-spot6.central.icon::before { content: "\f30d"; }
i.icon-signal6.central.icon::before { content: "\f30d"; }
i.icon-hot-spot-filled-off3.central.icon::before { content: "\f30d"; }
i.icon-wifi-full1.central.icon::before { content: "\f30e"; }
i.icon-spot7.central.icon::before { content: "\f30e"; }
i.icon-signal7.central.icon::before { content: "\f30e"; }
i.icon-hot-spot-filled-on3.central.icon::before { content: "\f30e"; }
i.icon-wifi-no-signal.central.icon::before { content: "\f30f"; }
i.icon-spot.central.icon::before { content: "\f30f"; }
i.icon-signal.central.icon::before { content: "\f30f"; }
i.icon-hot-spot-filled-off.central.icon::before { content: "\f30f"; }
i.icon-wifi-no-signal1.central.icon::before { content: "\f310"; }
i.icon-spot1.central.icon::before { content: "\f310"; }
i.icon-signal1.central.icon::before { content: "\f310"; }
i.icon-hot-spot-filled-on.central.icon::before { content: "\f310"; }
i.icon-wifi-square.central.icon::before { content: "\f311"; }
i.icon-spot2.central.icon::before { content: "\f311"; }
i.icon-signal2.central.icon::before { content: "\f311"; }
i.icon-hot-spot-filled-off1.central.icon::before { content: "\f311"; }
i.icon-wifi-square1.central.icon::before { content: "\f312"; }
i.icon-spot3.central.icon::before { content: "\f312"; }
i.icon-signal3.central.icon::before { content: "\f312"; }
i.icon-hot-spot-filled-on1.central.icon::before { content: "\f312"; }
i.icon-wifi-weak.central.icon::before { content: "\f313"; }
i.icon-spot4.central.icon::before { content: "\f313"; }
i.icon-signal4.central.icon::before { content: "\f313"; }
i.icon-hot-spot-filled-off2.central.icon::before { content: "\f313"; }
i.icon-wifi-weak1.central.icon::before { content: "\f314"; }
i.icon-spot5.central.icon::before { content: "\f314"; }
i.icon-signal5.central.icon::before { content: "\f314"; }
i.icon-hot-spot-filled-on2.central.icon::before { content: "\f314"; }
i.icon-wind-power.central.icon::before { content: "\f315"; }
i.icon-electric-current3.central.icon::before { content: "\f315"; }
i.icon-power2.central.icon::before { content: "\f315"; }
i.icon-green-energy-filled-off1.central.icon::before { content: "\f315"; }
i.icon-wind-power1.central.icon::before { content: "\f316"; }
i.icon-electric-current4.central.icon::before { content: "\f316"; }
i.icon-power3.central.icon::before { content: "\f316"; }
i.icon-green-energy-filled-on1.central.icon::before { content: "\f316"; }
i.icon-wind.central.icon::before { content: "\f317"; }
i.icon-windy-filled-off.central.icon::before { content: "\f317"; }
i.icon-wind1.central.icon::before { content: "\f318"; }
i.icon-windy-filled-on.central.icon::before { content: "\f318"; }
i.icon-window-2.central.icon::before { content: "\f319"; }
i.icon-browser4.central.icon::before { content: "\f319"; }
i.icon-app.central.icon::before { content: "\f319"; }
i.icon-desktop-filled-off.central.icon::before { content: "\f319"; }
i.icon-window-21.central.icon::before { content: "\f31a"; }
i.icon-browser5.central.icon::before { content: "\f31a"; }
i.icon-app1.central.icon::before { content: "\f31a"; }
i.icon-desktop-filled-on.central.icon::before { content: "\f31a"; }
i.icon-window-app.central.icon::before { content: "\f31b"; }
i.icon-browser6.central.icon::before { content: "\f31b"; }
i.icon-app2.central.icon::before { content: "\f31b"; }
i.icon-desktop-filled-off1.central.icon::before { content: "\f31b"; }
i.icon-window-app1.central.icon::before { content: "\f31c"; }
i.icon-browser7.central.icon::before { content: "\f31c"; }
i.icon-app3.central.icon::before { content: "\f31c"; }
i.icon-desktop-filled-on1.central.icon::before { content: "\f31c"; }
i.icon-window-cursor.central.icon::before { content: "\f31d"; }
i.icon-visit-page.central.icon::before { content: "\f31d"; }
i.icon-open-app-filled-off.central.icon::before { content: "\f31d"; }
i.icon-window-cursor1.central.icon::before { content: "\f31e"; }
i.icon-visit-page1.central.icon::before { content: "\f31e"; }
i.icon-open-app-filled-on.central.icon::before { content: "\f31e"; }
i.icon-window-sparkle.central.icon::before { content: "\f31f"; }
i.icon-whisper.central.icon::before { content: "\f31f"; }
i.icon-api.central.icon::before { content: "\f31f"; }
i.icon-app4.central.icon::before { content: "\f31f"; }
i.icon-software-filled-off.central.icon::before { content: "\f31f"; }
i.icon-window-sparkle1.central.icon::before { content: "\f320"; }
i.icon-whisper1.central.icon::before { content: "\f320"; }
i.icon-api1.central.icon::before { content: "\f320"; }
i.icon-app5.central.icon::before { content: "\f320"; }
i.icon-software-filled-on.central.icon::before { content: "\f320"; }
i.icon-window4.central.icon::before { content: "\f321"; }
i.icon-timeline.central.icon::before { content: "\f321"; }
i.icon-feed.central.icon::before { content: "\f321"; }
i.icon-posts-filled-off.central.icon::before { content: "\f321"; }
i.icon-window5.central.icon::before { content: "\f322"; }
i.icon-timeline1.central.icon::before { content: "\f322"; }
i.icon-feed1.central.icon::before { content: "\f322"; }
i.icon-posts-filled-on.central.icon::before { content: "\f322"; }
i.icon-wip1.central.icon::before { content: "\f323"; }
i.icon-work3.central.icon::before { content: "\f323"; }
i.icon-barrier-filled-off.central.icon::before { content: "\f323"; }
i.icon-wip.central.icon::before { content: "\f324"; }
i.icon-work2.central.icon::before { content: "\f324"; }
i.icon-barrier-filled-on.central.icon::before { content: "\f324"; }
i.icon-wizard-hat.central.icon::before { content: "\f325"; }
i.icon-magician2.central.icon::before { content: "\f325"; }
i.icon-fantasy-filled-off.central.icon::before { content: "\f325"; }
i.icon-wizard-hat1.central.icon::before { content: "\f326"; }
i.icon-magician3.central.icon::before { content: "\f326"; }
i.icon-fantasy-filled-on.central.icon::before { content: "\f326"; }
i.icon-world1.central.icon::before { content: "\f327"; }
i.icon-globus3.central.icon::before { content: "\f327"; }
i.icon-internet5.central.icon::before { content: "\f327"; }
i.icon-web5.central.icon::before { content: "\f327"; }
i.icon-globe-filled-off1.central.icon::before { content: "\f327"; }
i.icon-world.central.icon::before { content: "\f328"; }
i.icon-globus2.central.icon::before { content: "\f328"; }
i.icon-internet4.central.icon::before { content: "\f328"; }
i.icon-web4.central.icon::before { content: "\f328"; }
i.icon-globe-filled-on1.central.icon::before { content: "\f328"; }
i.icon-wreath.central.icon::before { content: "\f329"; }
i.icon-crown2.central.icon::before { content: "\f329"; }
i.icon-laurel-leafs-filled-off.central.icon::before { content: "\f329"; }
i.icon-wreath1.central.icon::before { content: "\f32a"; }
i.icon-crown3.central.icon::before { content: "\f32a"; }
i.icon-laurel-leafs-filled-on.central.icon::before { content: "\f32a"; }
i.icon-write-1.central.icon::before { content: "\f32b"; }
i.icon-fountain-pen-filled-off.central.icon::before { content: "\f32b"; }
i.icon-write-11.central.icon::before { content: "\f32c"; }
i.icon-fountain-pen-filled-on.central.icon::before { content: "\f32c"; }
i.icon-write-2.central.icon::before { content: "\f32d"; }
i.icon-fountain-pen-filled-off1.central.icon::before { content: "\f32d"; }
i.icon-write-21.central.icon::before { content: "\f32e"; }
i.icon-fountain-pen-filled-on1.central.icon::before { content: "\f32e"; }
i.icon-write4.central.icon::before { content: "\f32f"; }
i.icon-edit-list.central.icon::before { content: "\f32f"; }
i.icon-list-filled-off5.central.icon::before { content: "\f32f"; }
i.icon-write5.central.icon::before { content: "\f330"; }
i.icon-edit-list1.central.icon::before { content: "\f330"; }
i.icon-list-filled-on5.central.icon::before { content: "\f330"; }
i.icon-writing-filled-off1.central.icon::before { content: "\f331"; }
i.icon-writing-filled-on1.central.icon::before { content: "\f332"; }
i.icon-yen.central.icon::before { content: "\f333"; }
i.icon-currency5.central.icon::before { content: "\f333"; }
i.icon-money11.central.icon::before { content: "\f333"; }
i.icon-coin-filled-off.central.icon::before { content: "\f333"; }
i.icon-yen1.central.icon::before { content: "\f334"; }
i.icon-currency6.central.icon::before { content: "\f334"; }
i.icon-money12.central.icon::before { content: "\f334"; }
i.icon-coin-filled-on.central.icon::before { content: "\f334"; }
i.icon-zap4.central.icon::before { content: "\f335"; }
i.icon-lightning2.central.icon::before { content: "\f335"; }
i.icon-flash2.central.icon::before { content: "\f335"; }
i.icon-thunder-filled-off1.central.icon::before { content: "\f335"; }
i.icon-zap5.central.icon::before { content: "\f336"; }
i.icon-lightning3.central.icon::before { content: "\f336"; }
i.icon-flash3.central.icon::before { content: "\f336"; }
i.icon-thunder-filled-on1.central.icon::before { content: "\f336"; }
i.icon-zip.central.icon::before { content: "\f337"; }
i.icon-rar.central.icon::before { content: "\f337"; }
i.icon-compressed.central.icon::before { content: "\f337"; }
i.icon-archive-filled-off.central.icon::before { content: "\f337"; }
i.icon-zip1.central.icon::before { content: "\f338"; }
i.icon-rar1.central.icon::before { content: "\f338"; }
i.icon-compressed1.central.icon::before { content: "\f338"; }
i.icon-archive-filled-on.central.icon::before { content: "\f338"; }
i.icon-zoom-in.central.icon::before { content: "\f339"; }
i.icon-search-plus-filled-off.central.icon::before { content: "\f339"; }
i.icon-zoom-in1.central.icon::before { content: "\f33a"; }
i.icon-search-plus-filled-on.central.icon::before { content: "\f33a"; }
i.icon-zoom-out.central.icon::before { content: "\f33b"; }
i.icon-search-minus-filled-off.central.icon::before { content: "\f33b"; }
i.icon-zoom-out1.central.icon::before { content: "\f33c"; }
i.icon-search-minus-filled-on.central.icon::before { content: "\f33c"; }
/* line 2, app/assets/stylesheets/dls.css.scss */
:root {
  --page-background: #f8f9fb;
}
/* Theme colors */
@media only screen and (max-width: 767.98px) {
  /* line 5, app/assets/stylesheets/learning_paths.css.scss */
  .ui.stackable.cards .card {
    display: flex !important;
  }
  /* line 8, app/assets/stylesheets/learning_paths.css.scss */
  .ui.stackable.cards .ui.card.learning-path-card {
    aspect-ratio: 4/3;
    /* Remove aspect ratio */
  }
}

/* line 15, app/assets/stylesheets/learning_paths.css.scss */
.learning-path-card.disabled * {
  cursor: no-drop !important;
  opacity: 0.8;
}

/* line 20, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card {
  margin-bottom: 10px;
  min-width: 230px;
  max-width: 300px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/4;
}

/* line 28, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.08%, rgba(0, 0, 0, 0.8) 103.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

/* line 36, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .ui.right {
  border-radius: 4px;
  padding: 4px 6px;
  background-color: #009ede;
  color: white;
  height: fit-content;
}

/* line 44, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .ui.banner {
  z-index: 1;
  position: absolute;
  top: 16px;
  display: flex;
  gap: 8px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  width: 100%;
  justify-content: space-between;
}

/* line 55, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .ui.banner .labels {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 60, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .ui.banner .labels .card-label {
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #EFB31A;
  color: white;
}

/* line 66, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .ui.banner .labels .card-label.updated-green {
  background-color: #246B36;
}

/* line 73, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card img {
  height: 100%;
  object-fit: cover;
}

/* line 78, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .content {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  padding: 16px 20px;
}

/* line 84, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .content .header {
  margin-bottom: 0px;
  font-size: 14px !important;
  letter-spacing: -0.02em;
  text-align: start;
  color: white !important;
  font-weight: 600;
}

/* line 93, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .content .grid {
  margin: 0em -1em;
  color: #83838F;
  font-weight: normal;
  color: white !important;
}

/* line 99, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .content .grid .row {
  padding-top: 8px;
  padding-bottom: 0px;
}

/* line 103, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .content .grid .row .ui.circular.button {
  border: solid;
  border-width: 1px;
  border-color: #E6E6EB;
  background-color: transparent;
  color: white;
}

/* line 110, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .content .grid .row .ui.circular.button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 117, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .content p {
  color: gray;
  margin-top: 5px;
}

/* line 122, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .extra.content.aligned {
  height: auto;
}

/* line 125, app/assets/stylesheets/learning_paths.css.scss */
.ui.card.learning-path-card .extra.content.aligned .column {
  padding: 0;
  text-align: center;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/manager.css.scss */
#member-modal, #activity-modal {
  padding: 2rem;
  width: 47rem;
}

/* line 7, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal, #activity-modal .inside-modal {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 15, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal h3, #activity-modal .inside-modal h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

/* line 21, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal p, #activity-modal .inside-modal p {
  text-align: center;
}

/* line 25, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal .form, #activity-modal .inside-modal .form {
  width: 100%;
}

/* line 28, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal .form .info, #activity-modal .inside-modal .form .info {
  flex-direction: column;
}

/* line 31, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal .form .info .inputs, #activity-modal .inside-modal .form .info .inputs {
  margin: 3rem 0;
}

/* line 34, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal .form .info .inputs label, #activity-modal .inside-modal .form .info .inputs label {
  color: #616161;
}

/* line 38, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal .form .info .inputs input, #member-modal .inside-modal .form .info .inputs select, #activity-modal .inside-modal .form .info .inputs input, #activity-modal .inside-modal .form .info .inputs select {
  border: solid 1px #a7b2c4;
  margin: 10px 0px;
  padding: 1.6rem;
}

/* line 43, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal .form .info .inputs input.search, #member-modal .inside-modal .form .info .inputs select.search, #activity-modal .inside-modal .form .info .inputs input.search, #activity-modal .inside-modal .form .info .inputs select.search {
  padding: 0;
}

/* line 50, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal .form .dark_pattern, #activity-modal .inside-modal .form .dark_pattern {
  width: 100%;
  padding: 1.5rem;
  color: #616161;
  border: none;
  background-color: white;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/manager.css.scss */
#member-modal .inside-modal .form .good_pattern, #activity-modal .inside-modal .form .good_pattern {
  margin: 1rem 0;
  width: 100%;
  border-radius: 4px;
  padding: 1.5rem;
  border-radius: 4px;
  background-color: #009ede;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/manager.css.scss */
.metrics {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1em;
  gap: 2em;
  padding-inline-start: 32px;
  padding-inline-end: 32px;
}

/* line 83, app/assets/stylesheets/manager.css.scss */
.metrics .metric {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.5rem;
  border: 1px solid #F2F2F5;
  border-radius: 4px;
  width: 100%;
  font-weight: 600;
}

/* line 94, app/assets/stylesheets/manager.css.scss */
.metrics .metric .name_and_icon {
  display: flex;
  color: #ADADB8;
  font-weight: 600;
  justify-content: space-between;
}

/* line 101, app/assets/stylesheets/manager.css.scss */
.metrics .metric .metric_content {
  font-size: x-large;
}

/* line 103, app/assets/stylesheets/manager.css.scss */
.metrics .metric .metric_content.big {
  font-size: 40px;
  line-height: 48px;
}
/* Theme colors */
/* line 52, app/assets/stylesheets/notie.scss */
.notie-container {
  font-size: 1.6rem;
  height: auto;
  inset-inline-start: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 900px) {
  /* line 52, app/assets/stylesheets/notie.scss */
  .notie-container {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  /* line 52, app/assets/stylesheets/notie.scss */
  .notie-container {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 400px) {
  /* line 52, app/assets/stylesheets/notie.scss */
  .notie-container {
    font-size: 1rem;
  }
}

/* line 75, app/assets/stylesheets/notie.scss */
.notie-background-success {
  background-color: #56c659;
}

/* line 78, app/assets/stylesheets/notie.scss */
.notie-background-warning {
  background-color: #febc65;
}

/* line 81, app/assets/stylesheets/notie.scss */
.notie-background-error {
  background-color: #d95c5c;
}

/* line 84, app/assets/stylesheets/notie.scss */
.notie-background-info {
  background-color: #009ede;
}

/* line 87, app/assets/stylesheets/notie.scss */
.notie-background-neutral {
  background-color: #A0A0A0;
}

/* line 90, app/assets/stylesheets/notie.scss */
.notie-background-overlay {
  background-color: #FFFFFF;
}

/* line 94, app/assets/stylesheets/notie.scss */
.notie-textbox {
  color: #FFFFFF;
  padding: 20px;
  line-height: 125%;
}

/* line 100, app/assets/stylesheets/notie.scss */
.notie-textbox-inner {
  margin: 0 auto;
  max-width: 100%;
}

/* line 104, app/assets/stylesheets/notie.scss */
.notie-overlay {
  height: 100%;
  inset-inline-start: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

/* line 114, app/assets/stylesheets/notie.scss */
.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/notie.scss */
.notie-element {
  color: #FFFFFF;
  padding: 10px;
}

/* line 126, app/assets/stylesheets/notie.scss */
.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

/* line 133, app/assets/stylesheets/notie.scss */
.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box;
}

/* line 140, app/assets/stylesheets/notie.scss */
.notie-alert {
  cursor: pointer;
}

/* line 144, app/assets/stylesheets/notie.scss */
.notie-input-field {
  background-color: #FFFFFF;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* line 157, app/assets/stylesheets/notie.scss */
.notie-select-choice-repeated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

/* line 163, app/assets/stylesheets/notie.scss */
.notie-date-selector-inner {
  margin: 0 auto;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 167, app/assets/stylesheets/notie.scss */
.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  outline: 0px solid transparent;
}

/* line 172, app/assets/stylesheets/notie.scss */
.notie-date-selector-up {
  transform: rotate(180deg);
}
/* Theme colors */
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&family=Libre+Baskerville&family=Poppins:wght@400;500;600;700&family=Quicksand:wght@300..700&display=swap");
/* line 12, app/assets/stylesheets/pdf.css.scss */
html#pdf *, html#pdf :after, html#pdf :before {
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* line 18, app/assets/stylesheets/pdf.css.scss */
html#pdf.landscape {
  height: 21cm;
  width: 29.7cm;
}

/* line 23, app/assets/stylesheets/pdf.css.scss */
html#pdf.portrait {
  height: 29.7cm;
  width: 21cm;
}

/* line 28, app/assets/stylesheets/pdf.css.scss */
html#pdf body {
  margin: 0;
}

/* line 32, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate.rtl-pdf .infos, html#pdf body .certificate.rtl-pdf .aside {
  direction: rtl;
}

/* line 33, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate.rtl-pdf .aside {
  margin-left: -36px;
}

/* line 36, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate {
  margin: 0;
  position: relative;
  display: block;
  clear: both;
  background-color: white;
  height: 21cm;
  width: 29.7cm;
  z-index: 0;
}

/* line 46, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #background {
  position: absolute;
  top: 0cm;
  left: 0cm;
  border-right: 3cm solid transparent;
  width: 15.256cm;
  z-index: -1;
}

/* line 56, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame {
  padding: 1cm;
  height: 21cm;
  width: 29.7cm;
  z-index: 1;
}

/* line 62, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main {
  height: 19cm;
  width: 27.7cm;
  border: 2px solid #959b9f;
  display: -webkit-box;
  /* wkhtmltopdf uses this one */
  display: -webkit-flex;
  display: flex;
}

/* line 71, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .aside {
  position: relative;
  width: 14.256cm;
}

/* line 75, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .aside .laurier {
  position: absolute;
  height: 8cm;
  top: 9.5cm;
  left: 6.628cm;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 83, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .aside .watura {
  position: absolute;
  height: 3cm;
  top: 17.1cm;
  left: 6.628cm;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 92, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos {
  position: relative;
}

/* line 94, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos .text {
  position: absolute;
  width: 12.444cm;
  top: 1cm;
  left: 6.4998cm;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 102, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos .text .nom-user {
  font-size: 24px;
}

/* line 105, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos .text .entreprise {
  font-size: 10px;
  margin: 0.2cm 0 0.8cm 0;
}

/* line 109, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos .text .nom-formation {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #A7DFFC;
  line-height: 0.8cm;
  margin-bottom: 0.8cm;
}

/* line 117, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos .text .center {
  text-align: center;
}

/* line 122, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos .signature {
  position: absolute;
  width: 6cm;
  bottom: -2cm;
  left: 10.1108cm;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 130, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos .signature .text-signature {
  position: absolute;
  bottom: 120px;
}

/* line 135, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos .signature .img-signature {
  height: 3cm;
}

/* line 140, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate #frame main .infos p {
  font-size: 12px;
}

/* line 147, app/assets/stylesheets/pdf.css.scss */
html#pdf body .center-solo {
  padding: 40px 0 0 40px;
}

/* line 151, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us {
  margin: 0;
  position: relative;
  display: block;
  clear: both;
  background-color: white;
  height: 21cm;
  width: 29.7cm;
  color: #00577A;
  z-index: 0;
}

/* line 152, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us * {
  font-family: 'Libre Baskerville', 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* line 165, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us .background {
  position: absolute;
  top: 0cm;
  left: 0cm;
  height: 21cm;
  width: 29.7cm;
  z-index: -1;
}

/* line 173, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us .background .wave {
  width: 29.54125cm;
  /* otherwise there is 2 pages */
}

/* line 176, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us .background .laurier {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 364px;
}

/* line 186, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us .square {
  z-index: -1;
  position: absolute;
  /* inset: 16px; does not work with wkhtmltopdf */
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #009ede;
}

/* line 195, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us .square.big {
  top: 26px;
  right: 26px;
  bottom: 26px;
  left: 26px;
  border: 10px solid #009ede;
}

/* line 202, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us .square.inner {
  top: 42px;
  right: 42px;
  bottom: 42px;
  left: 42px;
}

/* line 210, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame {
  padding: 1cm;
  height: 21cm;
  width: 29.7cm;
  position: relative;
  display: block;
  clear: both;
  margin: 0;
}

/* line 219, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .middle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 226, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  /* for wkhtmltopdf */
}

/* line 232, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text.underline {
  text-decoration: underline;
}

/* line 236, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text.main_title {
  font-size: 58px;
  letter-spacing: 0.22em;
  top: 110px;
}

/* line 242, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text.subtitle {
  font-size: 17px;
  top: 190px;
}

/* line 247, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text.awarded_to {
  font-size: 14px;
  top: 300px;
}

/* line 252, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text.user_name {
  font-size: 20px;
  text-transform: uppercase;
  top: 330px;
}

/* line 258, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text.completion_of {
  font-size: 14px;
  top: 385px;
}

/* line 263, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text.training_name {
  font-size: 32px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 1000px;
  white-space: initial;
}

/* line 271, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text.training_duration {
  font-size: 20px;
  letter-spacing: 0.08em;
}

/* line 276, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .text.not_pre_approved {
  padding-top: 20px;
  font-size: 22px;
  color: red;
}

/* line 283, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .training_infos {
  top: 420px;
  text-align: center;
}

/* line 288, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .infos {
  position: absolute;
  top: 510px;
  left: 92px;
}

/* line 293, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .infos > div {
  margin-bottom: 10px;
}

/* line 297, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .infos .text {
  letter-spacing: initial;
  font-size: 14px;
}

/* line 301, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .infos .text.underline {
  font-size: 11px;
  margin-right: 4px;
}

/* line 308, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .watura_logo {
  top: 600px;
}

/* line 310, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .watura_logo img {
  width: 150px;
}

/* line 315, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .signature {
  position: absolute;
  top: 550px;
  right: 92px;
  text-align: center;
}

/* line 321, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .signature .text {
  letter-spacing: initial;
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 326, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .signature .text.author_bio {
  font-size: 10px;
}

/* line 330, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .signature .text-signature {
  font-family: 'Mrs Saint Delafield';
  font-size: 36px;
  color: #2d2d2d;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/* line 340, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .footer {
  top: 700px;
  text-align: center;
}

/* line 344, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .footer .text {
  letter-spacing: initial;
  font-size: 8px;
}

/* line 350, app/assets/stylesheets/pdf.css.scss */
html#pdf body .certificate-us #frame .footer .watura .separator {
  /* opacity: 30%; does not work wkhtmltopdf */
  color: rgba(0, 87, 122, 0.3);
  font-size: 10px;
}

/* line 360, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport {
  height: 29.7cm;
  width: 17cm;
  z-index: 0;
  position: relative;
  padding-top: 1cm;
  padding-bottom: 1cm;
  margin-bottom: 1cm;
  margin-left: 2cm;
  display: block;
  clear: both;
  background-color: white;
  font-weight: 500;
  color: #1C1C29;
}

/* line 381, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport .last-name {
  text-transform: uppercase;
}

/* line 383, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport__signatures {
  font-weight: 600;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: white;
}

/* line 388, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport__signatures__row {
  height: 33%;
}

/* line 391, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport__signatures__row:first-child > td {
  border-bottom: 1px dashed #E6E6EB;
}

/* line 392, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport__signatures__row:last-child {
  height: 35%;
}

/* line 394, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport__signatures__row__signature {
  vertical-align: middle;
  text-align: center;
  background: #F8F8F8;
  color: #D3D3DB;
  font-size: 8px;
  line-height: 9px;
}

/* line 403, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport__signatures__row__name {
  font-size: 10px;
  line-height: 12px;
  word-break: break-word;
  padding: 0 12px;
  width: 55%;
}

/* line 412, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport__signatures__row__note {
  padding: 9px;
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
}

/* line 418, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport__signatures__row .table_information {
  padding: 16px 8px;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
}

/* line 424, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport__signatures__row .usage_information {
  background: #F2FAFD;
  padding: 10px;
  color: #009ede;
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}

/* line 437, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame {
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 441, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .bold {
  font-weight: 500;
}

/* line 446, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .watura_logo * > path {
  fill: #2d2d2d !important;
}

/* line 451, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .watura_infos {
  font-size: 10px;
  line-height: 12px;
  margin-top: 12px;
  color: #83838F;
}

/* line 458, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .core_section {
  font-size: 12px;
  line-height: 15px;
}

/* line 462, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .core_section .blue_title {
  font-size: 24px;
  line-height: 32px;
  color: #009ede;
  text-transform: uppercase;
}

/* line 471, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .step_number {
  height: 16px;
  width: 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: white;
  background-color: #009ede;
  border-radius: 9999px;
}

/* line 481, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .step_number.fold1 {
  position: absolute;
  bottom: 14.096875cm;
  left: 8.9233333333cm;
}

/* line 487, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .step_number.fold2 {
  position: absolute;
  bottom: 248px;
  right: -31px;
}

/* line 494, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .centered_section {
  width: 330px;
  margin-left: 4.134375cm;
  margin-top: 20px;
  padding: 20px 0px 20px 20px;
  border: 1px solid #009ede;
  border-radius: 10px;
  font-size: 9.5px;
  line-height: 12.24px;
}

/* line 507, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .centered_section h3 {
  margin: 0;
  width: 100%;
  color: #009ede;
  font-size: 14px;
  line-height: 17px;
}

/* line 517, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .centered_section p {
  margin-left: 20px;
  width: 100%;
}

/* line 522, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .centered_section .instruction_step {
  margin-left: 20px;
  margin-bottom: 8px;
  width: 100%;
}

/* line 527, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .centered_section .instruction_step span {
  display: inline-block;
  vertical-align: middle;
}

/* line 534, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section {
  position: absolute;
  bottom: 1cm;
  width: 17cm;
  height: 480px;
  font-size: 12px;
  line-height: 14px;
  border: 1px dashed #83838F;
  z-index: 2;
}

/* line 535, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section * {
  font-family: Poppins, 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* line 550, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section.larger {
  z-index: 1;
  left: -30px;
  width: 18.5875cm;
  border-top: 1px dashed #83838F;
  border-bottom: 1px dashed #83838F;
  border-left: none;
  border-right: none;
}

/* line 559, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section.larger.middle {
  border-color: #ADADB8;
  height: 240px;
  border-bottom: none;
}

/* line 566, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section.taller {
  z-index: 1;
  bottom: 0.20625cm;
  height: 540px;
  border-top: none;
  border-bottom: none;
  border-left: 1px dashed #83838F;
  border-right: 1px dashed #83838F;
}

/* line 575, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section.taller.middle {
  border-color: #ADADB8;
  left: 50%;
  width: 0;
  border-left: none;
}

/* line 583, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}

/* line 590, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side .table-wrapper {
  max-height: 380px;
}

/* line 594, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side table {
  width: 100%;
  border-spacing: 0;
}

/* line 599, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side table thead tr {
  width: 100%;
  background-color: #009ede;
  color: white;
}

/* line 604, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side table thead tr th {
  font-weight: 600;
}

/* line 608, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side table thead tr th:first-child {
  padding-left: 5px;
}

/* line 614, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side table tr {
  text-align: left;
  height: 20px;
  background-color: white;
}

/* line 619, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side table tr.accreditation_row:nth-of-type(even) {
  background-color: #E6E6EB;
}

/* line 624, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side table tr td:first-child {
  padding-left: 5px;
  word-break: break-word;
  font-size: 11px;
}

/* line 629, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .left_side table tr td .date {
  width: 70px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* line 638, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side {
  position: absolute;
  top: 0;
  left: 8.4735416667cm;
  width: 50%;
  height: 100%;
}

/* line 645, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section {
  text-align: center;
  height: 50%;
  padding: 20px 20px 10px 20px;
  background-color: #009ede;
  color: white;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 654, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .watura_logo {
  /* display flex equivalent for wkhtmltopdf! https://kyusuf.com/post/almost-complete-guide-to-flexbox-without-flexbox */
  display: -webkit-box;
  /* wkhtmltopdf uses this one */
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  /* wkhtmltopdf uses this one */
  justify-content: center;
  margin-bottom: 5px;
}

/* line 663, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .watura_logo * > path {
  fill: white !important;
}

/* line 666, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .watura_logo img {
  height: 32px;
  -webkit-filter: brightness(0) invert(1);
  /* this does not work for wkhtmltopdf => need white logo */
  filter: brightness(0) invert(1);
}

/* line 671, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .watura_logo .divider {
  width: 1px;
  margin: 3px 10px 6px 10px;
  /* +3 on bottom margin for wkhtmltopdf */
  background: rgba(255, 255, 255, 0.5);
}

/* line 678, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .security_passport {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

/* line 686, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .background_sections {
  margin: 0 -21px 0 -20px;
  text-align: left;
}

/* line 689, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .background_sections .done_at {
  color: #83838F;
}

/* line 693, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .background_sections .background_section {
  height: 90px;
  display: inline-block;
  word-break: break-word;
  margin-bottom: 12px;
}

/* line 699, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .background_sections .background_section.left {
  width: 20px;
  background-color: #80CFEF;
  margin-right: 5px;
  border-radius: 0 20px 20px 0;
}

/* line 705, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .background_sections .background_section.right {
  width: 293px;
  padding: 12px 0px 12px 16px;
  background-color: white;
  color: #1C1C29;
  border-radius: 20px 0 0 20px;
  font-size: 10px;
  line-height: 12px;
}

/* line 715, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .background_sections .background_section.right .organization {
  font-size: 9px;
  line-height: 11px;
}

/* line 723, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .top_section .small_text {
  font-size: 7px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 730, app/assets/stylesheets/pdf.css.scss */
html#pdf body .passport #frame .detachable_section .right_side .bottom_section {
  height: 50%;
  width: 100%;
}
/* Theme colors */
/* line 2, app/assets/stylesheets/premium.css.scss */
.screen.premium {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 3, app/assets/stylesheets/premium.css.scss */
.screen.premium i.circular.white.icon {
  border: 1px solid white;
}

/* line 10, app/assets/stylesheets/premium.css.scss */
.screen.premium .spacer {
  padding: calc(2 * $standardpadding);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 17, app/assets/stylesheets/premium.css.scss */
.screen.premium .top {
  background-color: #009ede;
  width: 100%;
  padding: 30px;
  text-align: center;
  color: white;
}

/* line 24, app/assets/stylesheets/premium.css.scss */
.screen.premium .bottom {
  padding: 30px;
}

/* line 27, app/assets/stylesheets/premium.css.scss */
.screen.premium h2.header {
  border-bottom: 0;
}

/* line 30, app/assets/stylesheets/premium.css.scss */
.screen.premium hr {
  border: 1px solid #009ede;
  width: 100px;
  margin: 30px auto;
}

/* line 35, app/assets/stylesheets/premium.css.scss */
.screen.premium .button {
  margin-top: calc(2 * $standardpadding);
}

/* line 38, app/assets/stylesheets/premium.css.scss */
.screen.premium p.big {
  width: 100%;
  font-size: 24px;
  text-align: start;
  color: #616161;
  line-height: 1em;
  margin-bottom: 0.5em;
}

/* line 46, app/assets/stylesheets/premium.css.scss */
.screen.premium .ui.form {
  width: 100%;
  margin-top: 30px;
}

/* line 49, app/assets/stylesheets/premium.css.scss */
.screen.premium .ui.form label {
  color: #616161;
}

/* line 52, app/assets/stylesheets/premium.css.scss */
.screen.premium .ui.form textarea {
  width: 100%;
  border: 1px solid #009ede;
  border-radius: 10px;
}

/* line 57, app/assets/stylesheets/premium.css.scss */
.screen.premium .ui.form .button {
  display: block;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

/* line 64, app/assets/stylesheets/premium.css.scss */
.screen.premium .offers {
  display: flex;
  flex-direction: row;
}

/* line 67, app/assets/stylesheets/premium.css.scss */
.screen.premium .offers .offer {
  margin-inline-start: 30px;
  font-size: 18px;
  padding: 30px 30px;
  background-color: #FAFBFC;
  border-radius: 10px;
  line-height: 3em;
  color: rgba(0, 158, 222, 0.5);
}

/* line 69, app/assets/stylesheets/premium.css.scss */
.screen.premium .offers .offer:last-child {
  margin-inline-end: 30px;
}

/* line 72, app/assets/stylesheets/premium.css.scss */
.screen.premium .offers .offer .title {
  text-align: center;
  font-size: 28px;
}

/* line 82, app/assets/stylesheets/premium.css.scss */
.screen.premium .offers .offer.active {
  background-image: url(/assets/eau_usees_33-a1019e1b729dcc231c8c4c869f291b795c0d3d7f49c13064928d56ebf123abce.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background: rgba(0, 158, 222, 0.82);
  border-radius: 10px;
  color: white;
}

@media only screen and (max-width: 767px) {
  /* line 97, app/assets/stylesheets/premium.css.scss */
  .screen.premium .spacer {
    padding: 10px;
  }
  /* line 100, app/assets/stylesheets/premium.css.scss */
  .screen.premium hr {
    display: none;
  }
  /* line 103, app/assets/stylesheets/premium.css.scss */
  .screen.premium p.big {
    font-size: 20px;
  }
  /* line 106, app/assets/stylesheets/premium.css.scss */
  .screen.premium h2 {
    color: #009ede;
  }
  /* line 109, app/assets/stylesheets/premium.css.scss */
  .screen.premium .offers {
    flex-direction: column;
  }
  /* line 111, app/assets/stylesheets/premium.css.scss */
  .screen.premium .offers .offer {
    margin-inline-start: 0px;
    font-size: 14px;
    line-height: 1.2em;
    padding: 10px 10px;
  }
  /* line 112, app/assets/stylesheets/premium.css.scss */
  .screen.premium .offers .offer .title {
    font-size: 20px;
  }
}
/* Theme colors */
/* line 4, app/assets/stylesheets/providers.css.scss */
.provider_presentation h3, .provider_presentation p {
  margin-bottom: 2rem !important;
}

/* line 9, app/assets/stylesheets/providers.css.scss */
.ui.segment.ressources_tab {
  padding: 16px;
}

/* line 12, app/assets/stylesheets/providers.css.scss */
.ui.segment.ressources_tab i.download.icon {
  color: #a7b2c4;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/providers.css.scss */
.ui.segment.ressources_tab i.download.icon, .ui.segment.ressources_tab i.plus.circle.icon {
  color: #a7b2c4;
}

/* line 21, app/assets/stylesheets/providers.css.scss */
.ui.segment.ressources_tab .item {
  background: #F8F8F8;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 32, app/assets/stylesheets/providers.css.scss */
.ui.segment.presentation_capsule_tab {
  padding: 20px 30px;
  margin: 1px 0px;
}

/* line 35, app/assets/stylesheets/providers.css.scss */
.ui.segment.presentation_capsule_tab img {
  height: 3em;
  float: inline-start;
  margin-inline-end: 1rem;
}

/* line 39, app/assets/stylesheets/providers.css.scss */
.ui.segment.presentation_capsule_tab img.ui.avatar.image {
  width: 3em;
}

/* line 43, app/assets/stylesheets/providers.css.scss */
.ui.segment.presentation_capsule_tab h3 {
  padding-bottom: 10px;
}

/* line 46, app/assets/stylesheets/providers.css.scss */
.ui.segment.presentation_capsule_tab .content {
  margin-bottom: 10px;
  display: block;
}

/* line 49, app/assets/stylesheets/providers.css.scss */
.ui.segment.presentation_capsule_tab .content h4 {
  margin-bottom: 0px;
}

/* line 52, app/assets/stylesheets/providers.css.scss */
.ui.segment.presentation_capsule_tab .content .mini_bio {
  color: #616161;
}

/* line 54, app/assets/stylesheets/providers.css.scss */
.ui.segment.presentation_capsule_tab .content .mini_bio span.formations_count {
  color: #a7b2c4;
}

/* line 63, app/assets/stylesheets/providers.css.scss */
.ui.grid.stackable .ui.segment h3.ui.header, .ui.grid.stackable .ui.segment p {
  color: #616161;
}

/* line 67, app/assets/stylesheets/providers.css.scss */
.ui.grid.stackable .ui.segment .ui.grid.provider.objectives {
  margin-bottom: 0.5rem;
}

/* line 70, app/assets/stylesheets/providers.css.scss */
.ui.grid.stackable .ui.segment .ui.grid.provider.objectives .row {
  padding-bottom: 0px;
}

/* line 72, app/assets/stylesheets/providers.css.scss */
.ui.grid.stackable .ui.segment .ui.grid.provider.objectives .row p {
  color: #a7b2c4;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 78, app/assets/stylesheets/providers.css.scss */
.ui.grid.stackable .ui.segment .ui.grid.provider.objectives .row .progress {
  margin-bottom: 5px;
}

/* line 82, app/assets/stylesheets/providers.css.scss */
.ui.grid.stackable .ui.segment .ui.grid.provider.objectives .row .chosable.objective {
  position: relative;
  top: 5px;
}

/* line 90, app/assets/stylesheets/providers.css.scss */
.centered-img {
  display: block;
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 80%;
}

/* line 97, app/assets/stylesheets/providers.css.scss */
.count.badge.owners {
  float: inline-end;
  color: #a7b2c4;
  position: relative;
  bottom: 1rem;
}
/* line 1, app/assets/stylesheets/question_position.scss */
.table-dragable > tbody .grabable {
  cursor: grab;
  user-select: none;
}

/* line 2, app/assets/stylesheets/question_position.scss */
.table-dragable > tbody > tr.grabbed {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

/* line 6, app/assets/stylesheets/question_position.scss */
.table-dragable > tbody > tr.grabbed:active {
  user-input: none;
}

/* line 9, app/assets/stylesheets/question_position.scss */
.table-dragable > tbody > tr.grabbed:active * {
  user-input: none;
  cursor: grabbing !important;
}

/* line 15, app/assets/stylesheets/question_position.scss */
.position-choices table tr td:first-child {
  background-color: #617b8e;
  padding: 0 16px;
  color: white;
  border-radius: 5px 0 0 5px;
  display: none;
}

/* line 22, app/assets/stylesheets/question_position.scss */
.position-choices table .position-choice {
  box-shadow: none;
  background-color: #f8fbfe;
  border-radius: 5px;
  color: #1b1c1d !important;
}

/* line 30, app/assets/stylesheets/question_position.scss */
.table-dragable, .matching-wrapper {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome and Opera */
}

/* line 40, app/assets/stylesheets/question_position.scss */
.blue-background-class td .ui.secondary.message {
  background-color: #f0f2fa !important;
}
/* Theme colors */
/* line 4, app/assets/stylesheets/questions.css.scss */
.ui.segments.border_none {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  -moz-box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  border: 0;
}

/* line 6, app/assets/stylesheets/questions.css.scss */
.ui.segments.border_none .ui.segment {
  padding: 14px 24px;
  border: none;
}

/* line 11, app/assets/stylesheets/questions.css.scss */
.ui.segments.border_none .ui.accordion .content {
  padding: 24px;
}

/* line 12, app/assets/stylesheets/questions.css.scss */
.ui.segments.border_none .ui.accordion .title {
  padding: 0.8rem 4rem;
}

/* line 16, app/assets/stylesheets/questions.css.scss */
.label.questions-left {
  padding-top: 10px !important;
  color: #c3cde4 !important;
  text-align: start !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}

/* line 22, app/assets/stylesheets/questions.css.scss */
.label.questions-left span.ratio {
  font-size: large;
  font-weight: bold;
  text-transform: none;
  padding-inline-start: 5px;
}

/* line 30, app/assets/stylesheets/questions.css.scss */
img.question {
  max-height: 350px;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}

/* line 36, app/assets/stylesheets/questions.css.scss */
.progress {
  color: #83838F;
  font-size: 13px;
  line-height: 20px;
  text-align: start;
}

/* line 43, app/assets/stylesheets/questions.css.scss */
.question {
  text-align: start;
  font-size: 18px;
  line-height: 24px;
  color: #1C1C29;
  font-weight: 600;
}

/* line 51, app/assets/stylesheets/questions.css.scss */
.expectations {
  width: 100%;
  text-align: start;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

/* line 57, app/assets/stylesheets/questions.css.scss */
.expectations .ui.label {
  align-self: flex-start;
  color: white;
}

/* line 60, app/assets/stylesheets/questions.css.scss */
.expectations .ui.label.success {
  background-color: #30CB38;
}

/* line 61, app/assets/stylesheets/questions.css.scss */
.expectations .ui.label.warning {
  background-color: #EFB31A;
}

/* line 62, app/assets/stylesheets/questions.css.scss */
.expectations .ui.label.almost {
  background-color: #FFF7E4;
  color: #EFB31A;
}

/* line 66, app/assets/stylesheets/questions.css.scss */
.tat.choices {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 72, app/assets/stylesheets/questions.css.scss */
.ui.basic.label.tat {
  margin: 0;
  border-radius: 8px;
  color: #009ede !important;
  background-color: #F2FAFD;
  border-color: #009ede;
  font-weight: 700;
}

/* line 81, app/assets/stylesheets/questions.css.scss */
.js-tat-input.success {
  color: #30CB38 !important;
}

/* line 82, app/assets/stylesheets/questions.css.scss */
.js-tat-input.warning {
  color: #EFB31A !important;
}

/* line 83, app/assets/stylesheets/questions.css.scss */
.ui.basic.label.tat.success {
  color: #30CB38 !important;
  border-color: #30CB38;
  background-color: #EBFAEC;
}

/* line 84, app/assets/stylesheets/questions.css.scss */
.ui.basic.label.tat.warning {
  color: #EFB31A !important;
  border-color: #EFB31A;
  background-color: #FFF7E4;
}

/* line 87, app/assets/stylesheets/questions.css.scss */
.choices-wrapper:has(.error, .success) .choice {
  pointer-events: none !important;
}

/* line 89, app/assets/stylesheets/questions.css.scss */
.choices-wrapper, .solution {
  padding-top: 0 !important;
}

/* line 92, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox, .solution .ui.checkbox {
  display: block;
}

/* line 94, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.error label, .solution .ui.checkbox.error label {
  color: #EFB31A !important;
}

/* line 95, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.success label, .solution .ui.checkbox.success label {
  color: #30CB38 !important;
}

/* line 97, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox:has(input:checked):not(.success, .error), .solution .ui.checkbox:has(input:checked):not(.success, .error) {
  color: #009ede;
}

/* line 99, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox:has(input:checked):not(.success, .error):hover, .solution .ui.checkbox:has(input:checked):not(.success, .error):hover {
  color: #2a7cac !important;
}

/* line 103, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox:has(input:checked):not(.radio) label::before, .solution .ui.checkbox:has(input:checked):not(.radio) label::before {
  background: #009ede !important;
}

/* line 104, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox:has(input:checked):not(.radio) label::after, .solution .ui.checkbox:has(input:checked):not(.radio) label::after {
  color: #fff !important;
  top: -2px;
}

/* line 108, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.error:has(input:checked) label::after, .solution .ui.checkbox.error:has(input:checked) label::after {
  border-color: #EFB31A;
}

/* line 109, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.error:has(input:checked) label::before, .solution .ui.checkbox.error:has(input:checked) label::before {
  border-color: #EFB31A !important;
}

/* line 110, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.error.radio:has(input:checked) label::after, .choices-wrapper .ui.checkbox.error:has(input:checked):not(.radio) label::before, .solution .ui.checkbox.error.radio:has(input:checked) label::after, .solution .ui.checkbox.error:has(input:checked):not(.radio) label::before {
  background: #EFB31A !important;
}

/* line 114, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.success:has(input:checked) label::after, .solution .ui.checkbox.success:has(input:checked) label::after {
  color: #30CB38;
}

/* line 115, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.success:has(input:checked) label::before, .solution .ui.checkbox.success:has(input:checked) label::before {
  border-color: #30CB38 !important;
}

/* line 116, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.success.radio:has(input:checked) label::after, .choices-wrapper .ui.checkbox.success:has(input:checked):not(.radio) label::before, .solution .ui.checkbox.success.radio:has(input:checked) label::after, .solution .ui.checkbox.success:has(input:checked):not(.radio) label::before {
  background: #30CB38 !important;
}

/* line 119, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox:not(.success, .error):hover, .solution .ui.checkbox:not(.success, .error):hover {
  color: #cbd5e0;
}

/* line 120, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.error label, .choices-wrapper .ui.checkbox.error label::before, .solution .ui.checkbox.error label, .solution .ui.checkbox.error label::before {
  border-color: #EFB31A;
  color: #EFB31A;
}

/* line 124, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.success label, .choices-wrapper .ui.checkbox.success label::before, .solution .ui.checkbox.success label, .solution .ui.checkbox.success label::before {
  border-color: #30CB38 !important;
  color: #30CB38 !important;
}

/* line 129, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.radio label::before, .solution .ui.checkbox.radio label::before {
  transform: scale(1.2) !important;
}

/* line 130, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.checkbox.radio label::after, .solution .ui.checkbox.radio label::after {
  transform: scale(0.8) !important;
}

/* line 134, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-solutions, .solution .matching-solutions {
  margin-top: -14px;
  padding: 14px 0;
}

/* line 137, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-solutions ol, .solution .matching-solutions ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}

/* line 142, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-solutions li, .solution .matching-solutions li {
  display: block;
  margin-bottom: 12px;
}

/* line 145, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-solutions li:last-child, .solution .matching-solutions li:last-child {
  margin-bottom: 0;
}

/* line 147, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-solutions li::before, .solution .matching-solutions li::before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  margin-inline-end: 12px;
}

/* line 157, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .choice-index, .choices-wrapper .matching-solutions li::before, .solution .choice-index, .solution .matching-solutions li::before {
  height: 24px;
  width: 24px;
  border-radius: 8px;
  border: 1px solid #009ede;
  color: #009ede !important;
  background-color: #F2FAFD;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 22px !important;
  text-align: center;
  vertical-align: middle;
}

/* line 171, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper, .choices-wrapper .position-choices, .solution .matching-wrapper, .solution .position-choices {
  display: flex;
  gap: 12px;
}

/* line 175, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .blue-background-class, .choices-wrapper .position-choices .blue-background-class, .solution .matching-wrapper .blue-background-class, .solution .position-choices .blue-background-class {
  background: #F2FAFD;
  outline: dashed 1px #009ede !important;
}

/* line 178, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .blue-background-class, .choices-wrapper .matching-wrapper .blue-background-class *, .choices-wrapper .position-choices .blue-background-class, .choices-wrapper .position-choices .blue-background-class *, .solution .matching-wrapper .blue-background-class, .solution .matching-wrapper .blue-background-class *, .solution .position-choices .blue-background-class, .solution .position-choices .blue-background-class * {
  color: transparent !important;
}

/* line 181, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .choices, .choices-wrapper .position-choices .choices, .solution .matching-wrapper .choices, .solution .position-choices .choices {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 14px;
}

/* line 188, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .choices .sortable, .choices-wrapper .position-choices .choices .sortable, .solution .matching-wrapper .choices .sortable, .solution .position-choices .choices .sortable {
  cursor: grabbing !important;
}

/* line 190, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .choices .choice, .choices-wrapper .position-choices .choices .choice, .solution .matching-wrapper .choices .choice, .solution .position-choices .choices .choice {
  min-height: 52px;
  flex: 1 1 0%;
  display: flex;
  align-items: center;
}

/* line 196, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .choices .choice i, .choices-wrapper .position-choices .choices .choice i, .solution .matching-wrapper .choices .choice i, .solution .position-choices .choices .choice i {
  color: #ADADB8;
}

/* line 197, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .choices .choice span, .choices-wrapper .position-choices .choices .choice span, .solution .matching-wrapper .choices .choice span, .solution .position-choices .choices .choice span {
  margin-inline-start: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #1C1C29;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 208, app/assets/stylesheets/questions.css.scss */
  .choices-wrapper .matching-wrapper .choices.solutions, .choices-wrapper .position-choices .choices.solutions, .solution .matching-wrapper .choices.solutions, .solution .position-choices .choices.solutions {
    flex-grow: 0;
  }
  /* line 210, app/assets/stylesheets/questions.css.scss */
  .choices-wrapper .matching-wrapper .choices.solutions .choice, .choices-wrapper .position-choices .choices.solutions .choice, .solution .matching-wrapper .choices.solutions .choice, .solution .position-choices .choices.solutions .choice {
    padding: 12px 16px;
  }
  /* line 213, app/assets/stylesheets/questions.css.scss */
  .choices-wrapper .matching-wrapper .choices.solutions .choice > span, .choices-wrapper .position-choices .choices.solutions .choice > span, .solution .matching-wrapper .choices.solutions .choice > span, .solution .position-choices .choices.solutions .choice > span {
    margin: 0 !important;
  }
}

/* line 221, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .positions, .choices-wrapper .matching-wrapper .arrows, .choices-wrapper .position-choices .positions, .choices-wrapper .position-choices .arrows, .solution .matching-wrapper .positions, .solution .matching-wrapper .arrows, .solution .position-choices .positions, .solution .position-choices .arrows {
  flex: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* line 226, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .positions .arrow.right.icon, .choices-wrapper .matching-wrapper .arrows .arrow.right.icon, .choices-wrapper .position-choices .positions .arrow.right.icon, .choices-wrapper .position-choices .arrows .arrow.right.icon, .solution .matching-wrapper .positions .arrow.right.icon, .solution .matching-wrapper .arrows .arrow.right.icon, .solution .position-choices .positions .arrow.right.icon, .solution .position-choices .arrows .arrow.right.icon {
  color: #ADADB8;
}

/* line 229, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .success span, .choices-wrapper .matching-wrapper p.success, .choices-wrapper .position-choices .success span, .choices-wrapper .position-choices p.success, .solution .matching-wrapper .success span, .solution .matching-wrapper p.success, .solution .position-choices .success span, .solution .position-choices p.success {
  color: #30CB38 !important;
}

/* line 230, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .error span, .choices-wrapper .matching-wrapper p.error, .choices-wrapper .position-choices .error span, .choices-wrapper .position-choices p.error, .solution .matching-wrapper .error span, .solution .matching-wrapper p.error, .solution .position-choices .error span, .solution .position-choices p.error {
  color: #EFB31A !important;
}

/* line 232, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .success, .choices-wrapper .matching-wrapper .error, .choices-wrapper .position-choices .success, .choices-wrapper .position-choices .error, .solution .matching-wrapper .success, .solution .matching-wrapper .error, .solution .position-choices .success, .solution .position-choices .error {
  cursor: auto;
}

/* line 234, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .matching-wrapper .success i, .choices-wrapper .matching-wrapper .error i, .choices-wrapper .position-choices .success i, .choices-wrapper .position-choices .error i, .solution .matching-wrapper .success i, .solution .matching-wrapper .error i, .solution .position-choices .success i, .solution .position-choices .error i {
  display: none;
}

/* line 238, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .quiz, .solution .quiz {
  box-shadow: 0 0 0 1px, 0 3px 0;
  color: #E2E8F0;
  border-radius: 8px;
  padding-top: 12px;
  padding-inline-start: 16px;
  padding-inline-end: 24px;
  padding-bottom: 12px;
}

/* line 246, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .quiz span, .solution .quiz span {
  color: #616161;
}

/* line 247, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .quiz label, .solution .quiz label {
  font-size: 14px;
  font-family: Open Sans;
  line-height: 20px;
  color: #1C1C29;
  font-weight: 600 !important;
  margin: 0 !important;
}

/* line 258, app/assets/stylesheets/questions.css.scss */
.choices-wrapper .ui.divider, .solution .ui.divider {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  /* line 265, app/assets/stylesheets/questions.css.scss */
  .evaluation-next-step {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: auto;
    inset-inline-start: 0;
    z-index: 10;
  }
}

/* line 275, app/assets/stylesheets/questions.css.scss */
.evaluation-next-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 16px 12px 16px;
  gap: 8px;
  background: white;
}

/* line 280, app/assets/stylesheets/questions.css.scss */
.evaluation-next-step .ui.primary.button {
  width: 90%;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  /* line 286, app/assets/stylesheets/questions.css.scss */
  .segment.explanation_image {
    padding: 0.5rem !important;
  }
}
/* line 2, app/assets/stylesheets/rtl.css.scss */
[dir=rtl] {
  /* icons */
  /* custom */
}

/* line 4, app/assets/stylesheets/rtl.css.scss */
[dir=rtl] i.icon.chevron.right::before {
  content: "\f053";
}

/* line 7, app/assets/stylesheets/rtl.css.scss */
[dir=rtl] i.icon.chevron.left::before {
  content: "\f054";
}

/* line 10, app/assets/stylesheets/rtl.css.scss */
[dir=rtl] i.icon.angle.right::before {
  content: "\f104";
}

/* line 13, app/assets/stylesheets/rtl.css.scss */
[dir=rtl] i.icon.angle.left::before {
  content: "\f105";
}

/* line 16, app/assets/stylesheets/rtl.css.scss */
[dir=rtl] i.icon.arrow.right::before {
  content: "\f060";
}

/* line 19, app/assets/stylesheets/rtl.css.scss */
[dir=rtl] i.icon.arrow.left::before {
  content: "\f061";
}

/* line 24, app/assets/stylesheets/rtl.css.scss */
[dir=rtl] .arc {
  transform: scale(1, -1);
}
/* line 1, app/assets/stylesheets/search.css.scss */
.providers {
  margin-top: 1em;
}

/* line 3, app/assets/stylesheets/search.css.scss */
.providers .results {
  margin: 1em 0 2em 0;
}

/* line 5, app/assets/stylesheets/search.css.scss */
.providers .results a {
  margin-inline-start: 2em;
}

/* line 7, app/assets/stylesheets/search.css.scss */
.providers .results a:first-of-type {
  margin-inline-start: inherit;
}

/* line 14, app/assets/stylesheets/search.css.scss */
#providers {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  padding: 2em;
}
/* line 1, app/assets/stylesheets/sections.scss */
.sections .ui.stackable.padded.three.column.grid {
  padding-bottom: 1em;
}

/* line 5, app/assets/stylesheets/sections.scss */
.sections .ui.stackable.padded.three.column.grid h3 a {
  color: white;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/teams.css.scss */
.padd {
  padding: 15px !important;
  margin-bottom: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/teams.css.scss */
.gold {
  background-color: #fcc850 !important;
}

/* line 10, app/assets/stylesheets/teams.css.scss */
.ui.segment {
  padding: 30px;
}

/* line 13, app/assets/stylesheets/teams.css.scss */
#team .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 18, app/assets/stylesheets/teams.css.scss */
#team .info .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 23, app/assets/stylesheets/teams.css.scss */
#team .info .left .number {
  font-size: 30px;
  font-weight: bold;
  color: #616161;
}

/* line 28, app/assets/stylesheets/teams.css.scss */
#team .info .left .text {
  color: #616161;
  margin-top: 15px;
}

/* line 33, app/assets/stylesheets/teams.css.scss */
#team .info i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
}

/* line 39, app/assets/stylesheets/teams.css.scss */
#team .info .ligthgreen {
  color: #4ed470;
}

/* line 42, app/assets/stylesheets/teams.css.scss */
#team .info .blue {
  color: #009ede;
}

/* line 46, app/assets/stylesheets/teams.css.scss */
.training_playlist_section {
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding: 32px !important;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  letter-spacing: .01em;
}

/* line 56, app/assets/stylesheets/teams.css.scss */
.training_playlist_section .training_playlist_header {
  display: flex;
  flex-direction: row;
}

/* line 59, app/assets/stylesheets/teams.css.scss */
.training_playlist_section .training_playlist_header .title.item {
  flex-grow: 1;
}

/* line 62, app/assets/stylesheets/teams.css.scss */
.training_playlist_section .training_playlist_header .save.item {
  text-align: end;
  opacity: 0;
}

/* line 69, app/assets/stylesheets/teams.css.scss */
.training_playlist_section #search_bar .input_section {
  display: flex;
  align-items: center;
  background-color: #f8f9fb;
  color: #83838F !important;
  border-radius: 12px;
  width: 100%;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
}

/* line 79, app/assets/stylesheets/teams.css.scss */
.training_playlist_section #search_bar .input_section input {
  padding: 24px;
  background-color: #f8f9fb;
  border: none;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

/* line 89, app/assets/stylesheets/teams.css.scss */
.training_playlist_section #search_bar .input_section input:focus {
  outline: none;
}

/* line 91, app/assets/stylesheets/teams.css.scss */
.training_playlist_section #search_bar .input_section input:focus::placeholder {
  color: transparent;
}

/* line 98, app/assets/stylesheets/teams.css.scss */
.training_playlist_section .training_playlist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 103, app/assets/stylesheets/teams.css.scss */
.training_playlist_section .training_playlist .grid {
  margin: 0;
  gap: 8px;
}

/* line 107, app/assets/stylesheets/teams.css.scss */
.training_playlist_section .training_playlist .grid .headers {
  background-color: #f8f9fb;
  color: #83838F;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 117, app/assets/stylesheets/teams.css.scss */
.training_playlist_section .training_playlist .grid .headers .centered_column {
  display: flex;
  justify-content: center;
}

/* line 122, app/assets/stylesheets/teams.css.scss */
.training_playlist_section .training_playlist .grid .headers .handler {
  width: 3% !important;
  padding: 0;
}

/* line 128, app/assets/stylesheets/teams.css.scss */
.training_playlist_section .training_playlist .grid .column {
  display: flex;
  align-items: center;
}

/* line 138, app/assets/stylesheets/teams.css.scss */
#user-show .ui.search {
  padding-top: 1em;
  padding-bottom: 0.5em;
}
/* Theme colors */
/* line 4, app/assets/stylesheets/trainings.css.scss */
h3.with.right.content {
  color: #616161;
  margin-bottom: 5px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 12, app/assets/stylesheets/trainings.css.scss */
  .wt-featured-training a.btn.ui.primary.button {
    float: inline-end;
  }
  /* line 16, app/assets/stylesheets/trainings.css.scss */
  .training-card > .image.move.down .visible.content .content {
    height: 180px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 21, app/assets/stylesheets/trainings.css.scss */
  h3.with.right.content {
    width: 60%;
    float: inline-start;
  }
  /* line 25, app/assets/stylesheets/trainings.css.scss */
  .ui.menu .item.rounded-button {
    padding-inline-end: 10px;
  }
}

/* line 29, app/assets/stylesheets/trainings.css.scss */
.next_training_image {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 36, app/assets/stylesheets/trainings.css.scss */
  .next_training_image {
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  /* line 42, app/assets/stylesheets/trainings.css.scss */
  .next_training_description {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* line 48, app/assets/stylesheets/trainings.css.scss */
.ui.vertical.menu .item:before {
  height: 0px;
}

/* line 52, app/assets/stylesheets/trainings.css.scss */
.provider_tag {
  width: 60%;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-inline-end: 15px;
  align-items: center;
}

/* line 61, app/assets/stylesheets/trainings.css.scss */
.wt-card-footer span {
  margin-inline-end: 1px;
  white-space: nowrap;
}

/* line 66, app/assets/stylesheets/trainings.css.scss */
.ui.menu .item.rounded-button {
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 20px;
  color: #616161;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 8px;
}

/* line 74, app/assets/stylesheets/trainings.css.scss */
.ui.menu .item.rounded-button:hover {
  color: #009ede;
}

/* line 77, app/assets/stylesheets/trainings.css.scss */
.ui.menu .item.rounded-button.active {
  font-weight: 500;
  color: #009ede;
  border: 2px solid #009ede;
}

@media only screen and (max-width: 1023px) {
  /* line 85, app/assets/stylesheets/trainings.css.scss */
  .training-card > .image.move.down .hidden.content {
    display: none !important;
  }
}

/* line 91, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments {
  margin-bottom: 0;
}

/* line 95, app/assets/stylesheets/trainings.css.scss */
.video.playlist .playlist_content {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* line 101, app/assets/stylesheets/trainings.css.scss */
.video.playlist .playlist_content .ui.tabs {
  position: relative;
  height: 100%;
}

/* line 105, app/assets/stylesheets/trainings.css.scss */
.video.playlist .playlist_content .ui.tabs .ui.tab.scrollable {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 110, app/assets/stylesheets/trainings.css.scss */
.video.playlist .playlist_content .ui.tabs .ui.tab.scrollable .ui.attached.segment {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  /* line 118, app/assets/stylesheets/trainings.css.scss */
  .train-button #train-button {
    float: inline-end;
  }
  /* line 121, app/assets/stylesheets/trainings.css.scss */
  #cataloguesearch {
    display: none;
  }
}

/* line 126, app/assets/stylesheets/trainings.css.scss */
#topic_filter_form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 131, app/assets/stylesheets/trainings.css.scss */
#topic_filter_form .topic_filter_label {
  background-color: transparent;
  border: 1px solid;
  border-radius: 6px;
  cursor: pointer !important;
  font-weight: 600;
  padding: 8px 12px;
}

/* line 139, app/assets/stylesheets/trainings.css.scss */
#topic_filter_form .topic_filter_label > * {
  cursor: pointer !important;
}

/* line 143, app/assets/stylesheets/trainings.css.scss */
#topic_filter_form .topic_filter_label .icon {
  margin-inline-start: 8px;
  margin-inline-end: 0;
  display: none;
}

/* line 150, app/assets/stylesheets/trainings.css.scss */
#topic_filter_form .topic_filter_label:hover .icon {
  display: inline-block;
}

/**************
VIDEO PLAYLIST
***************/
@media only screen and (min-width: 768px) {
  /* line 162, app/assets/stylesheets/trainings.css.scss */
  .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu {
    position: absolute;
  }
  /* line 165, app/assets/stylesheets/trainings.css.scss */
  .video.playlist .playlist_content .ui.tabs .ui.tab.scrollable {
    position: absolute;
  }
  /* line 169, app/assets/stylesheets/trainings.css.scss */
  .video.playlist {
    position: fixed;
    top: 67px;
    inset-inline-end: 0;
    bottom: 65px;
    width: 30%;
    max-width: 500px;
  }
  /* line 176, app/assets/stylesheets/trainings.css.scss */
  .video.playlist .next_step_button_container {
    width: calc(min(500px, 30%)) !important;
  }
}

/* line 182, app/assets/stylesheets/trainings.css.scss */
.video.playlist .next_step_button_container {
  position: fixed;
  width: calc(min(100%, 700px));
  bottom: 0;
  background: white;
  margin-top: auto;
  padding: 12px 14px;
  z-index: 100;
}

/* line 193, app/assets/stylesheets/trainings.css.scss */
.video.playlist .label_progress {
  border: solid 2px;
  border-radius: 3px;
  padding: 5px;
  line-height: 6px;
  float: inline-end;
  text-transform: uppercase;
  font-weight: bold;
  font-size: smaller;
}

/* line 203, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments {
  overflow: hidden;
  height: 100%;
  border: none;
  box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
}

/* line 208, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment {
  border: none;
}

/* line 210, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment h5 {
  font-weight: 600;
}

/* line 213, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu {
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  inset-inline-end: 1rem;
  inset-inline-start: 0;
  border: none;
  box-shadow: none;
}

/* line 222, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .ui.popup {
  background: black;
  color: white;
  margin-inline-start: 40px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
}

/* line 223, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .ui.popup::before {
  background: black !important;
}

/* line 232, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .link-capsule {
  flex: 1;
}

/* line 233, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests:not(.initial) i {
  color: #83838F;
}

/* line 234, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests.final {
  background-image: url(/assets/trainings/chapter_test-129180a1419774aa809267c3007655a8edb870759e6955515f8ad7fbd460ec7d.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

/* line 240, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule {
  margin: 8px 0;
  box-shadow: 0 0 1px;
  color: #83838F;
  gap: 16px;
  padding: 0.8rem 15px;
  display: flex;
  width: 100%;
  align-items: center;
  line-height: 20px;
  border-radius: 4px;
}

/* line 251, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests.playing-capsule, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule.playing-capsule {
  pointer-events: none;
}

/* line 252, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests.current-capsule, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule.current-capsule {
  color: #009ede;
  background-color: #F2FAFD;
}

/* line 255, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests.current-capsule *:not(.ui.label), .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule.current-capsule *:not(.ui.label) {
  color: #009ede !important;
}

/* line 257, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests:hover, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule:hover {
  background-color: #F8F8F8;
}

/* line 258, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests:hover, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests:hover i, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule:hover, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule:hover i {
  color: #83838F;
}

/* line 261, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests i, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule i {
  padding: 4px;
  box-sizing: content-box;
  margin: 0 !important;
  color: #D3D3DB;
  margin: 14px;
}

/* line 268, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests.tests i, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule.tests i {
  font-size: 18px;
}

/* line 269, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests.row-capsule i, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule.row-capsule i {
  font-size: 14px;
}

/* line 270, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests.done, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule.done {
  opacity: 0.6;
}

/* line 272, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests.done .header, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule.done .header {
  color: #83838F !important;
}

/* line 274, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .header, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .header {
  flex: 1;
  font-size: 14px;
  color: #1C1C29;
  font-weight: 500;
  line-height: 20px;
  margin: 0 !important;
  display: flex;
  align-items: center;
}

/* line 283, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .header .capsule-name, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .header .capsule-name {
  flex: 1;
}

/* line 285, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .details, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .details {
  color: #83838F;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: start;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
}

/* line 294, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .details .duration, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .details .progress, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .details .duration, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .details .progress {
  flex: 1;
}

/* line 296, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .ui.label, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .ui.label {
  height: 20px;
  border-radius: 4px;
  padding: 4px 6px;
  line-height: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* line 304, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .ui.label.todo, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .ui.label.wrong, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .ui.label.recommended, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .ui.label.to_rewatch, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .ui.label.todo, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .ui.label.wrong, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .ui.label.recommended, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .ui.label.to_rewatch {
  color: #EFB31A;
  background-color: #FFF7E4;
}

/* line 308, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .ui.label.good, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .ui.label.good {
  color: #28AD2F;
  background-color: #EBFAEC;
}

/* line 312, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .ui.label.started, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .ui.label.started {
  color: #009ede;
  background-color: #F2FAFD;
}

/* line 316, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .tests .ui.label.done, .video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .row-capsule .ui.label.done {
  color: #83838F;
  background-color: #f0f2fa;
}

/* line 322, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .titles {
  background-color: #f0f2fa;
  color: #616161;
}

/* line 326, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter {
  border-radius: 0px;
  box-shadow: 0 1px 2px 0 #F8F8F8,0 0 0 1px #F8F8F8;
  padding: 16px !important;
}

/* line 330, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter > * {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 332, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter .title .header {
  flex: 1;
}

/* line 333, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter .title .description-link {
  color: #6C6C7A;
  font-size: 13px;
  font-weight: 400;
  text-decoration-line: underline;
}

/* line 339, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter .title .names {
  line-height: 20px;
}

/* line 341, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter .title .names .chapter_number {
  color: #83838F;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.02em;
}

/* line 347, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter .title .names .chapter_number .icon {
  font-size: 0.6em;
  margin-inline-start: 7px;
  margin-bottom: 3px;
}

/* line 348, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter .title .names .chapter_number .undo.icon {
  background-color: #EFB31A;
}

/* line 349, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter .title .names .chapter_number .check.icon {
  background-color: #30CB38;
}

/* line 351, app/assets/stylesheets/trainings.css.scss */
.video.playlist .ui.segments .ui.segment .ui.fluid.vertical.menu .chapter .title .names .chapter_name {
  font-weight: 500;
  color: #1C1C29;
}

/* line 362, app/assets/stylesheets/trainings.css.scss */
.video.playlist .item a {
  color: rgba(0, 0, 0, 0.8);
}

/* line 364, app/assets/stylesheets/trainings.css.scss */
.video.playlist .item a.active {
  color: #009ede;
}

/* line 370, app/assets/stylesheets/trainings.css.scss */
.custom-accordion .title {
  font-size: 15px !important;
  font-weight: 500;
  color: #1C1C29;
  line-height: 20px;
  letter-spacing: -0.02em;
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
}

/* line 371, app/assets/stylesheets/trainings.css.scss */
.custom-accordion .title.active .angle.icon {
  rotate: -90deg;
}

/* line 372, app/assets/stylesheets/trainings.css.scss */
.custom-accordion .title.active:not(:hover) .angle.icon {
  color: #83838F;
}

/* line 373, app/assets/stylesheets/trainings.css.scss */
.custom-accordion .title .angle.icon {
  transition: rotate .3s;
  width: 24px;
}

/* line 383, app/assets/stylesheets/trainings.css.scss */
.custom-accordion .title *:not(.icon) {
  flex: 1;
}

/* line 390, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 300px;
  width: 100%;
}

/* line 398, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .image {
  border-radius: 0;
  width: 40%;
}

/* line 401, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .image img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-radius: .28571429rem 0 0 .28571429rem !important;
}

/* line 419, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content {
  display: flex;
  flex-direction: column;
  color: #616161;
  border-top: 0px;
}

/* line 425, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content > .wt-card-header {
  border-bottom: solid 1px rgba(214, 214, 214, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

/* line 430, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content > .wt-card-header > .wt-user-actions {
  color: #616161;
  float: inline-end;
}

/* line 433, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content > .wt-card-header > .wt-user-actions button {
  margin: 0 4px;
}

/* line 434, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content > .wt-card-header > .wt-user-actions .ui.button {
  line-height: 1;
}

/* line 436, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content > .wt-card-header > .wt-user-actions .like-button {
  float: inline-end;
}

/* line 441, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content > .wt-card-header > .ui.medium.header.wt-card-title {
  margin-top: 15px;
  margin-bottom: 0px;
}

/* line 444, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content > .wt-card-header > .ui.medium.header.wt-card-title a {
  color: #2d2d2d;
}

/* line 449, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content > .description {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 453, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal > .content > .wt-card-footer {
  height: auto;
  color: #616161;
  padding-top: 8px;
  border-top: solid 1px rgba(214, 214, 214, 0.2);
}

/* line 460, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal .description {
  display: flex;
  flex-direction: row;
}

/* line 463, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal .description p {
  flex-grow: 1;
}

/* line 466, app/assets/stylesheets/trainings.css.scss */
.ui.card.horizontal .description .validation.badge {
  text-align: center;
  color: #009ede;
}

/* line 473, app/assets/stylesheets/trainings.css.scss */
.wt-card-footer {
  display: flex;
  flex-direction: row;
}

/* line 476, app/assets/stylesheets/trainings.css.scss */
.wt-card-footer .assigned {
  color: #009ede;
}

/* line 479, app/assets/stylesheets/trainings.css.scss */
.wt-card-footer .progress {
  flex-grow: 2;
  flex-basis: 100px;
}

/* line 483, app/assets/stylesheets/trainings.css.scss */
.wt-card-footer .infos {
  flex-grow: 3;
  flex-shrink: 0;
  flex-basis: 100px;
}

/* line 487, app/assets/stylesheets/trainings.css.scss */
.wt-card-footer .infos span {
  padding-inline-end: 1em;
}

/* line 492, app/assets/stylesheets/trainings.css.scss */
.ui.blue.tiny.progress.wt-card-progress {
  margin-bottom: 0px;
  margin-top: 7px;
}

/* line 497, app/assets/stylesheets/trainings.css.scss */
.ui.blue.tiny.progress.wt-card-progress > .bar {
  height: 0.7em;
}

/* line 501, app/assets/stylesheets/trainings.css.scss */
.wt-featured-training {
  color: #8a8a8a;
}

/* line 505, app/assets/stylesheets/trainings.css.scss */
span.category {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: rgba(241, 61, 84, 0.6);
}

/* line 518, app/assets/stylesheets/trainings.css.scss */
.ui.cards .ui.bottom.attached.button {
  box-shadow: unset !important;
  background-color: #f4f7fa;
  width: 100%;
  margin: 0;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* line 529, app/assets/stylesheets/trainings.css.scss */
.ui.cards .card.wt-card {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  -moz-box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  border: 0;
}

/* line 533, app/assets/stylesheets/trainings.css.scss */
.ui.cards .card.wt-card > .image > img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}

/* line 539, app/assets/stylesheets/trainings.css.scss */
.ui.cards .card.wt-card > .ui.bottom.attached.button {
  box-shadow: none !important;
  background-color: #f4f7fa;
}

/* line 544, app/assets/stylesheets/trainings.css.scss */
.ui.cards .card.wt-card > .extra.content {
  font-size: small;
}

/* line 547, app/assets/stylesheets/trainings.css.scss */
.ui.cards .card.wt-card > .content {
  min-height: 150px;
}

/* line 552, app/assets/stylesheets/trainings.css.scss */
.ui.cards .training-card .meta.category {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: rgba(241, 61, 84, 0.6);
  margin-bottom: 10px;
  font-size: smaller;
}

/* line 564, app/assets/stylesheets/trainings.css.scss */
.training-card.disabled * {
  cursor: no-drop !important;
  opacity: 0.8;
}

/* line 569, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card {
  min-width: 230px;
  max-width: 300px;
  border-radius: 8px;
  overflow: hidden;
}

/* line 575, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .ui.banner {
  z-index: 1;
  position: absolute;
  inset-inline-start: 10px;
  top: 10px;
  display: flex;
  gap: 8px;
}

/* line 583, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .ui.banner .card-label {
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #EFB31A;
  color: white;
}

/* line 589, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .ui.banner .card-label.updated-green {
  background-color: #246B36;
}

/* line 594, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .assigned-icon {
  position: absolute;
  margin-inline-start: 85%;
  margin-top: 10px;
  background: #009ede;
  width: 24px !important;
  height: 24px !important;
  border-radius: 4px;
  text-align: center;
  padding: 1px 0 0 4px;
  vertical-align: middle;
}

/* line 605, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .assigned-icon i {
  color: white;
  font-size: 12px;
}

/* line 607, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .image img {
  height: 132px;
  width: 100%;
  object-fit: cover;
}

/* line 613, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .content {
  padding: 16px 20px;
}

/* line 616, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .content .header {
  margin-bottom: 0px;
  font-size: 14px !important;
  letter-spacing: -0.02em;
  text-align: start;
}

/* line 623, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .content .grid {
  margin: 0em -1em;
  color: #83838F;
  font-weight: normal;
}

/* line 628, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .content .grid .row {
  padding-top: 8px;
  padding-bottom: 0px;
}

/* line 632, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .content .grid .row .ui.circular.button {
  border: solid;
  border-width: 1px;
  color: #1C1C29;
  border-color: #E6E6EB;
  background-color: #FFFFFF;
}

/* line 638, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .content .grid .row .ui.circular.button:hover {
  background-color: #EEEEEE;
}

/* line 645, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .content p {
  color: gray;
  margin-top: 5px;
}

/* line 650, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .extra.content.aligned {
  height: auto;
}

/* line 653, app/assets/stylesheets/trainings.css.scss */
.ui.card.training-card .extra.content.aligned .column {
  padding: 0;
  text-align: center;
}

/* line 660, app/assets/stylesheets/trainings.css.scss */
.provider_square_logo {
  height: 100px;
  width: 100px;
  vertical-align: middle;
}

/* line 664, app/assets/stylesheets/trainings.css.scss */
.provider_square_logo span {
  display: inline-block;
  height: 25%;
  vertical-align: middle;
}

/* line 669, app/assets/stylesheets/trainings.css.scss */
.provider_square_logo img {
  width: 100%;
}

/* line 674, app/assets/stylesheets/trainings.css.scss */
.ui.circular.darkbluegrey.label {
  background-color: #617b8e !important;
  border-color: #617b8e !important;
  color: #ffffff !important;
}

/* line 680, app/assets/stylesheets/trainings.css.scss */
.like-button {
  cursor: pointer;
}

/* line 683, app/assets/stylesheets/trainings.css.scss */
.like-button.yellow i {
  color: gold;
}

/* line 686, app/assets/stylesheets/trainings.css.scss */
.like-button.yellow span.add {
  display: none;
}

/* line 687, app/assets/stylesheets/trainings.css.scss */
.like-button.yellow span.added {
  display: inline-block;
}

/* line 689, app/assets/stylesheets/trainings.css.scss */
.like-button span.add {
  display: inline-block;
}

/* line 690, app/assets/stylesheets/trainings.css.scss */
.like-button span.added {
  display: none;
}

/* line 693, app/assets/stylesheets/trainings.css.scss */
.assign-training-button, .recommend-training-button {
  color: #616161;
}

/* line 695, app/assets/stylesheets/trainings.css.scss */
.assign-training-button:hover, .recommend-training-button:hover {
  color: #009ede;
}

/* line 700, app/assets/stylesheets/trainings.css.scss */
.content:has(.question-grid) {
  scroll-behavior: smooth;
}

/* line 704, app/assets/stylesheets/trainings.css.scss */
.question-grid a:hover {
  filter: brightness(0.9);
}

@media only screen and (max-width: 767px) {
  /* line 711, app/assets/stylesheets/trainings.css.scss */
  #container-video {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
  /* line 714, app/assets/stylesheets/trainings.css.scss */
  #container-video .embed-container {
    border-radius: 0 !important;
  }
}

/* line 720, app/assets/stylesheets/trainings.css.scss */
#container-video {
  display: flex;
  flex-direction: column;
}

/* line 723, app/assets/stylesheets/trainings.css.scss */
#container-video .ui.primary.label {
  background-color: #617b8e;
  position: absolute;
  z-index: 5;
  align-self: center;
  top: 45%;
  max-width: 50%;
}

/* line 731, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 8px;
}

/* line 739, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container .video-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000C;
  z-index: 3;
}

/* line 748, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container .video-overlay .grid {
  justify-content: center;
  align-items: center;
}

/* line 752, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container .video-overlay .column {
  cursor: pointer;
  width: 100px;
  display: flex;
  justify-content: center;
}

/* line 757, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container .video-overlay .column .segment {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25%;
  border: 2px solid #FFF;
  margin: 20px;
  /* Space between segments */
  /* Forces segment to be square */
  height: 60px;
  width: 60px;
}

/* line 767, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container .video-overlay .column .segment i {
  color: #2d2d2d;
  margin-inline-end: 0;
}

/* line 770, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container .video-overlay .column .segment i .help {
  position: absolute;
  top: 32%;
  left: 42%;
  color: white;
}

/* line 779, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container .video-overlay .column .label {
  background: transparent;
  color: white;
  width: 100%;
}

/* line 786, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container .video-overlay .column:hover .segment {
  border-color: #009ede;
}

/* line 788, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container .video-overlay .column:hover .segment i:not(.help) {
  color: #009ede;
}

/* line 794, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container iframe {
  z-index: 0;
}

/* line 797, app/assets/stylesheets/trainings.css.scss */
#container-video .embed-container iframe, #container-video .embed-container object, #container-video .embed-container embed {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}

/* line 808, app/assets/stylesheets/trainings.css.scss */
.subscribe {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  z-index: 100;
  cursor: pointer;
}

/* line 814, app/assets/stylesheets/trainings.css.scss */
.subscribe .subscribe-button {
  border-radius: 50%;
  padding: 10px;
  border-radius: 50%;
  background-color: #009ede;
  color: white;
}

/* line 820, app/assets/stylesheets/trainings.css.scss */
.subscribe .subscribe-button.yellow {
  background-color: gold !important;
}

/* line 823, app/assets/stylesheets/trainings.css.scss */
.subscribe .subscribe-button .bell.outline.icon {
  position: relative;
  inset-inline-start: 2px;
}

/* line 830, app/assets/stylesheets/trainings.css.scss */
#train-button {
  padding: 15px 20px 15px 20px;
}

/* line 834, app/assets/stylesheets/trainings.css.scss */
.action_buttons_container {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 30px;
  width: 100%;
}

/* line 840, app/assets/stylesheets/trainings.css.scss */
.action_buttons_container .download-certificate-button, .action_buttons_container .rate-training-button {
  height: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

/* line 847, app/assets/stylesheets/trainings.css.scss */
.action_buttons_container .training_show_next_step {
  width: auto;
}

/* line 848, app/assets/stylesheets/trainings.css.scss */
.action_buttons_container .right {
  margin-inline-start: auto;
}

/* line 849, app/assets/stylesheets/trainings.css.scss */
.action_buttons_container .left {
  display: flex;
  gap: 8px;
}

/* line 853, app/assets/stylesheets/trainings.css.scss */
.action_buttons_container .more_actions {
  align-items: center;
}

/* line 855, app/assets/stylesheets/trainings.css.scss */
.credit-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 859, app/assets/stylesheets/trainings.css.scss */
.credit-block .credit_left {
  font-weight: bold;
  color: #009ede;
}

/* line 865, app/assets/stylesheets/trainings.css.scss */
.btn-blocked {
  pointer-events: none;
}

/* line 870, app/assets/stylesheets/trainings.css.scss */
.video.playlist .text-capsule {
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 877, app/assets/stylesheets/trainings.css.scss */
.capsule_footer {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 1rem;
}

/* line 886, app/assets/stylesheets/trainings.css.scss */
.capsule_footer .left h3 {
  color: #616161;
  margin-top: 0;
}

/* line 890, app/assets/stylesheets/trainings.css.scss */
.capsule_footer .left h4 {
  color: #83838F;
  font-weight: 400;
  margin-bottom: .2rem;
}

/* line 896, app/assets/stylesheets/trainings.css.scss */
.capsule_footer .right {
  padding-inline-start: 30px;
}

@media only screen and (max-width: 1023px) {
  /* line 902, app/assets/stylesheets/trainings.css.scss */
  .segment.evaluation {
    box-sizing: content-box;
  }
  /* line 905, app/assets/stylesheets/trainings.css.scss */
  .provider_tag {
    padding-bottom: 0.5rem;
  }
  /* line 908, app/assets/stylesheets/trainings.css.scss */
  .train-button #train-button {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  /* line 914, app/assets/stylesheets/trainings.css.scss */
  .video.playlist .playlist_content {
    padding: 0;
  }
  /* line 917, app/assets/stylesheets/trainings.css.scss */
  .video.playlist .label_progress {
    font-size: 9px;
  }
  /* line 922, app/assets/stylesheets/trainings.css.scss */
  .trainings .divider.ui {
    display: none;
  }
  /* line 926, app/assets/stylesheets/trainings.css.scss */
  #filters-modal .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 8px 10px 0 10px;
  }
  /* line 932, app/assets/stylesheets/trainings.css.scss */
  #filters-modal .fields {
    display: flex;
    flex-direction: column;
  }
  /* line 936, app/assets/stylesheets/trainings.css.scss */
  #filters-modal .filters {
    padding: 1rem;
  }
  /* line 939, app/assets/stylesheets/trainings.css.scss */
  #filters-modal input {
    margin-top: 10px;
  }
  /* line 943, app/assets/stylesheets/trainings.css.scss */
  .ui.text.fluid.menu::-webkit-scrollbar {
    display: none;
  }
  /* line 946, app/assets/stylesheets/trainings.css.scss */
  .ui.text.fluid.menu {
    overflow-x: scroll;
    padding-top: 4px;
  }
}

/* line 952, app/assets/stylesheets/trainings.css.scss */
.ui.text.fluid.menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 955, app/assets/stylesheets/trainings.css.scss */
.ui.text.fluid.menu > a {
  border: none;
  border-radius: inherit;
  border-bottom: solid 1px rgba(34, 36, 38, 0.15);
  padding-bottom: 11px;
  transition: border-bottom 0.6s;
  transition-timing-function: ease-in;
}

/* line 963, app/assets/stylesheets/trainings.css.scss */
.ui.text.fluid.menu > a.active {
  border: none;
  padding-bottom: 10px;
  border-bottom: solid 2px #009ede;
  transition: border-bottom 0.6s;
  transition-timing-function: ease-in;
}

/* line 972, app/assets/stylesheets/trainings.css.scss */
.row.no-padding {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

/* line 977, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: solid 1px #E6E6EB;
  border-radius: 4px;
  color: #83838F;
  flex-wrap: nowrap;
}

/* line 986, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element.mobile.only {
  flex-direction: column;
  padding: 14px;
  gap: 8px;
}

/* line 991, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element.mobile.only .top_section {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* line 996, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element.mobile.only .top_section .name {
  width: 80%;
}

/* line 1001, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element.mobile.only .top_section .status .ui.label {
  border: none;
  background-color: transparent;
}

/* line 1004, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element.mobile.only .top_section .status .ui.label .icon {
  margin: 0;
}

/* line 1011, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element.mobile.only .bottom_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1018, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .centered_column {
  display: flex;
  justify-content: center;
}

/* line 1023, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .right_aligned_column {
  display: flex;
  justify-content: flex-end;
}

/* line 1028, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .download-certificate-icon {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #83838F;
}

/* line 1033, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .download-certificate-icon i {
  cursor: pointer;
}

/* line 1038, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .handler {
  color: #a7b2c4;
  width: 3% !important;
}

/* line 1041, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .handler.grabbing {
  cursor: grabbing;
}

/* line 1046, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .name {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1050, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .name i.blue {
  color: #009ede !important;
}

/* line 1054, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .name a {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1060, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .type .label {
  display: flex;
  gap: 2px;
  border: solid 1px #E6E6EB;
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  align-items: center;
}

/* line 1071, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .learning_path_name a {
  color: #83838F;
}

/* line 1076, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .actions_section {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-inline-start-width: 1px;
  border-inline-start-style: solid;
  border-inline-start-color: #E6E6EB;
  opacity: 0;
  background-color: white;
  transition: all .2s ease-in-out .2s;
}

/* line 1097, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .actions_section .remove {
  cursor: pointer;
}

/* line 1099, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element .actions_section .remove i {
  margin: 0;
}

/* line 1106, app/assets/stylesheets/trainings.css.scss */
.training_as_list_element:hover .actions_section {
  width: 50px;
  opacity: 1;
}

/* line 1113, app/assets/stylesheets/trainings.css.scss */
.dashboard {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* line 1118, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px !important;
  border-radius: 12px;
  min-height: 264px;
  color: white;
  font-weight: 600;
  letter-spacing: -0.02em;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

/* line 1132, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training .secondary_text {
  font-size: 14px;
  line-height: 20px;
  text-align: start;
  opacity: 70%;
  text-transform: uppercase;
}

/* line 1140, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training .top_section {
  display: flex;
  justify-content: space-between;
}

/* line 1145, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training .bottom_section {
  display: flex;
  justify-content: space-between;
}

/* line 1149, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training .bottom_section .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 1154, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training .bottom_section .left.half_width {
  max-width: 50%;
}

/* line 1158, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training .bottom_section .left .training_name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

/* line 1164, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training .bottom_section .left .objective_date_and_duration {
  display: flex;
  gap: 6px;
}

/* line 1170, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training .bottom_section .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 1175, app/assets/stylesheets/trainings.css.scss */
.dashboard .next_training .bottom_section .right .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  text-align: start;
}

/* line 1189, app/assets/stylesheets/trainings.css.scss */
.empty_training_list {
  border-radius: 8px;
  padding: 18px 24px;
  color: #83838F;
  background-color: #F2F2F5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: start;
}

/* PROGRESS ARC */
/* line 1202, app/assets/stylesheets/trainings.css.scss */
.failure {
  --state-color: #EFB31A;
}

/* line 1203, app/assets/stylesheets/trainings.css.scss */
.success {
  --state-color: #30CB38;
}

/* line 1205, app/assets/stylesheets/trainings.css.scss */
.arc-container {
  position: relative;
  display: inline-block;
}

/* line 1210, app/assets/stylesheets/trainings.css.scss */
.arc.anim {
  background-color: var(--state-color);
  --a: 0deg;
}

/* line 1214, app/assets/stylesheets/trainings.css.scss */
.arc {
  rotate: -90deg;
}

/* line 1215, app/assets/stylesheets/trainings.css.scss */
.arc.initial {
  --a: 180deg;
  position: absolute;
}

/* FINAL OR CHAPTER TEST RESULT */
/* line 1222, app/assets/stylesheets/trainings.css.scss */
.final-test-result-header {
  margin-bottom: 25px;
  padding-top: 10px;
}

/* line 1225, app/assets/stylesheets/trainings.css.scss */
.final-test-result-header h2, .final-test-result-header h3 {
  color: #1C1C29;
  margin-bottom: 5px;
}

/* line 1229, app/assets/stylesheets/trainings.css.scss */
.final-test-result-header label {
  color: #83838F;
  font-size: 16px;
}

/* line 1236, app/assets/stylesheets/trainings.css.scss */
.final-test-arc-container .score {
  margin-top: -110px;
  color: var(--state-color);
}

/* line 1239, app/assets/stylesheets/trainings.css.scss */
.final-test-arc-container .score .score-span {
  font-size: 3rem;
  font-weight: 600;
}

/* line 1245, app/assets/stylesheets/trainings.css.scss */
.final-test-result-content {
  margin-top: 50px;
}

/* line 1247, app/assets/stylesheets/trainings.css.scss */
.final-test-result-content h4 {
  color: #1C1C29;
  margin-bottom: 0;
  font-weight: 600;
}

/* line 1252, app/assets/stylesheets/trainings.css.scss */
.final-test-result-content label {
  color: #83838F;
}

/* line 1256, app/assets/stylesheets/trainings.css.scss */
.question-grid {
  display: inline-block;
}

/* line 1257, app/assets/stylesheets/trainings.css.scss */
.question-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--state-color);
  border-radius: 2px;
}

/* line 1263, app/assets/stylesheets/trainings.css.scss */
.question-link .check.icon {
  color: white;
  margin: 0;
}

/* TRIAL OR CHAPTER PROGRESS IN TEST RESULT */
/* line 1270, app/assets/stylesheets/trainings.css.scss */
.trials-links {
  overflow-x: hidden;
  /* This padding is needed because overflow-x impact overflow-y, otherwise the box shadow is not visible (https://stackoverflow.com/questions/6421966/css-overflow-x-visible-and-overflow-y-hidden-causing-scrollbar-issue) */
  padding: 3px 40px;
  margin: 0 10px !important;
  /* width take margin into account (10px on each side) */
  width: calc(100% - 20px);
}

/* line 1279, app/assets/stylesheets/trainings.css.scss */
.arc.trial-progress-arc {
  --b: 3px;
  width: 25px;
}

/* line 1284, app/assets/stylesheets/trainings.css.scss */
.trial-index {
  font-weight: 600;
  margin-top: -21px;
  font-size: 12px;
}

/* line 1290, app/assets/stylesheets/trainings.css.scss */
.ui.basic.button.trial-progress {
  flex-grow: 0;
  color: #83838F;
  background-color: transparent;
  box-shadow: none;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  padding: 7px 7px 9px 7px !important;
}

/* line 1299, app/assets/stylesheets/trainings.css.scss */
.ui.basic.button.trial-progress.current-trial {
  background: white;
  cursor: default;
  box-shadow: 0px 2px 2px 0px #0000000F;
}

/* line 1304, app/assets/stylesheets/trainings.css.scss */
.ui.basic.button.trial-progress:hover {
  color: #1C1C29;
}

/* line 1309, app/assets/stylesheets/trainings.css.scss */
.trial-progress-percentage {
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
}

/* line 1315, app/assets/stylesheets/trainings.css.scss */
.trials-navigation-buttons {
  padding-top: 3px;
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  inset-inline-start: 0;
  pointer-events: none;
}

/* line 1325, app/assets/stylesheets/trainings.css.scss */
.left-trials-navigation {
  float: inline-start;
}

/* line 1326, app/assets/stylesheets/trainings.css.scss */
.right-trials-navigation {
  float: inline-end;
}

/* line 1327, app/assets/stylesheets/trainings.css.scss */
.left-trials-navigation, .right-trials-navigation {
  background: linear-gradient(270deg, #F0F0F0DD 0%, rgba(240, 240, 240, 0.8) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  pointer-events: auto;
}

/* line 1337, app/assets/stylesheets/trainings.css.scss */
.trials-navigation-button {
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  border: none;
  background-color: white;
  box-shadow: 0px 2px 2px 0px #0000000F;
}

/* line 1345, app/assets/stylesheets/trainings.css.scss */
.trials-navigation-button i {
  margin: auto;
}

/* line 1346, app/assets/stylesheets/trainings.css.scss */
.trials-navigation-button:disabled {
  opacity: 30%;
}

/* line 1349, app/assets/stylesheets/trainings.css.scss */
.ui.basic.button.chapter-progress {
  color: #83838F;
  background: transparent;
  box-shadow: none;
  justify-content: center;
  flex: 0;
  gap: 6px;
  border-radius: 4px;
  padding: 7px 7px 9px 7px !important;
}

/* line 1358, app/assets/stylesheets/trainings.css.scss */
.ui.basic.button.chapter-progress:hover, .ui.basic.button.chapter-progress.current-module {
  color: #1C1C29;
}

/* line 1361, app/assets/stylesheets/trainings.css.scss */
.ui.basic.button.chapter-progress.current-module {
  background: white;
  box-shadow: 0px 2px 2px 0px #0000000F;
}

/* line 1365, app/assets/stylesheets/trainings.css.scss */
.ui.basic.button.chapter-progress.separator:not(.last-in-row):after {
  content: "|";
  color: #D3D3DB;
  margin-inline-end: -65px;
  position: absolute;
}

/* this padding is needed because overflow-x impact overflow-y, otherwise the box shadow is not visible (https://stackoverflow.com/questions/6421966/css-overflow-x-visible-and-overflow-y-hidden-causing-scrollbar-issue) */
/* line 1374, app/assets/stylesheets/trainings.css.scss */
.chapter-links {
  overflow-x: auto;
  padding: 3px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 1382, app/assets/stylesheets/trainings.css.scss */
.actions-at-bottom-on-mobile {
  display: flex;
  align-items: middle;
  justify-content: center;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  /* line 1390, app/assets/stylesheets/trainings.css.scss */
  .link-on-mobile {
    font-weight: 400 !important;
    padding: 10px 0;
    color: #6C6C7A !important;
    box-shadow: none !important;
    border: none !important;
  }
  /* line 1397, app/assets/stylesheets/trainings.css.scss */
  .content:has(.actions-at-bottom-on-mobile) {
    padding-bottom: 128px !important;
  }
  /* line 1400, app/assets/stylesheets/trainings.css.scss */
  .actions-at-bottom-on-mobile {
    position: fixed;
    padding: 12px;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: white;
    gap: 8%;
    flex-direction: column;
    border-radius: 8px 8px 0 0;
  }
}
/* Theme colors */
/* line 3, app/assets/stylesheets/two_columns.css.scss */
.hide {
  display: none !important;
}

/* line 9, app/assets/stylesheets/two_columns.css.scss */
.two_columns {
  display: flex;
  flex-direction: row;
  padding-top: 59px;
  width: 100%;
  min-height: 100%;
}

/* line 15, app/assets/stylesheets/two_columns.css.scss */
.two_columns > .menu {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 19, app/assets/stylesheets/two_columns.css.scss */
.two_columns > .content {
  overflow-x: auto;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}

/* line 26, app/assets/stylesheets/two_columns.css.scss */
.two_columns > .content h2 {
  font-size: 2.2em;
  padding-top: 30px;
}

@media only screen and (min-width: 1200px) {
  /* line 34, app/assets/stylesheets/two_columns.css.scss */
  .two_columns > .menu {
    width: 250px;
  }
  /* line 37, app/assets/stylesheets/two_columns.css.scss */
  .two_columns > .menu.training {
    width: 40px;
  }
  /* line 40, app/assets/stylesheets/two_columns.css.scss */
  .two_columns > .content {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  /* line 44, app/assets/stylesheets/two_columns.css.scss */
  .mobile.only {
    display: none;
  }
  /* line 47, app/assets/stylesheets/two_columns.css.scss */
  .menu.text > a.mobile.only {
    display: none !important;
  }
  /* line 51, app/assets/stylesheets/two_columns.css.scss */
  .wt-card-footer .infos span {
    display: inline-block;
  }
}

/* line 57, app/assets/stylesheets/two_columns.css.scss */
.big.menu .computer {
  display: contents;
}

/* line 60, app/assets/stylesheets/two_columns.css.scss */
.header__icon {
  width: 20%;
  padding-inline-end: 57px;
  cursor: pointer;
  position: relative;
}

/* line 66, app/assets/stylesheets/two_columns.css.scss */
.header__icon:after {
  content: '';
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  top: 16px;
  inset-inline-start: 15px;
  box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
}

@media only screen and (max-width: 1199px) {
  /* line 78, app/assets/stylesheets/two_columns.css.scss */
  .two_columns > .menu {
    width: 60px;
  }
  /* line 81, app/assets/stylesheets/two_columns.css.scss */
  .mobile.only {
    display: none !important;
  }
  /* line 84, app/assets/stylesheets/two_columns.css.scss */
  .large.only {
    display: none;
  }
  /* line 87, app/assets/stylesheets/two_columns.css.scss */
  .wt-card-footer .infos {
    flex-basis: auto !important;
  }
}

/* line 91, app/assets/stylesheets/two_columns.css.scss */
.icon-blank {
  margin-inline-start: 38px;
}

/* line 94, app/assets/stylesheets/two_columns.css.scss */
.site-content > .content > .layout_footer {
  display: none;
}

@media only screen and (max-height: 600px) {
  /* line 99, app/assets/stylesheets/two_columns.css.scss */
  .menu .mobile #big-menu > .profile {
    padding-top: 15px;
    padding-inline-start: 20px;
    padding-inline-end: 0;
    padding-bottom: 15px;
    height: auto;
  }
  /* line 106, app/assets/stylesheets/two_columns.css.scss */
  .menu .mobile #big-menu .menu-icon {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* line 110, app/assets/stylesheets/two_columns.css.scss */
  .menu .mobile #big-menu .footer .item.title .item.root {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 117, app/assets/stylesheets/two_columns.css.scss */
  .site-content .content {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
  }
  /* line 121, app/assets/stylesheets/two_columns.css.scss */
  .desktop {
    display: none;
  }
  /* line 124, app/assets/stylesheets/two_columns.css.scss */
  .mobile.only {
    display: flex !important;
  }
  /* line 127, app/assets/stylesheets/two_columns.css.scss */
  .site-content > .content > .layout_footer {
    font-size: larger;
    text-align: center;
    margin: 35px;
    display: block;
    text-transform: uppercase;
    color: grey;
  }
  /* line 134, app/assets/stylesheets/two_columns.css.scss */
  .site-content > .content > .layout_footer .bolded {
    font-weight: bold;
  }
  /* line 138, app/assets/stylesheets/two_columns.css.scss */
  #main > .two_columns > .content {
    padding-bottom: 0 !important;
  }
  /* line 141, app/assets/stylesheets/two_columns.css.scss */
  .ui.fluid.grid.video_fullscreen {
    margin-inline-start: -2rem;
    margin-inline-end: -2rem;
    margin-bottom: -3rem;
  }
  /* line 146, app/assets/stylesheets/two_columns.css.scss */
  #navbar-top.menu {
    display: flex;
    justify-content: space-between;
    z-index: 1002;
  }
  /* line 151, app/assets/stylesheets/two_columns.css.scss */
  #navbar-top.menu .item.logo {
    order: 2;
    padding-inline-end: 15px;
    padding-inline-start: 5px;
  }
  /* line 156, app/assets/stylesheets/two_columns.css.scss */
  #navbar-top.menu .title {
    display: flex;
    justify-content: center;
  }
  /* line 159, app/assets/stylesheets/two_columns.css.scss */
  #navbar-top.menu .title .item.header {
    width: auto;
  }
  /* line 162, app/assets/stylesheets/two_columns.css.scss */
  #navbar-top.menu .title .root::before {
    content: none;
  }
  /* line 166, app/assets/stylesheets/two_columns.css.scss */
  #navbar-top.menu .right.menu::before {
    content: none;
  }
  /* line 169, app/assets/stylesheets/two_columns.css.scss */
  #navbar-top.menu .action {
    width: 30%;
  }
  /* line 172, app/assets/stylesheets/two_columns.css.scss */
  #navbar-top.menu .mobile #big-menu > .profile {
    display: none;
  }
  /* line 178, app/assets/stylesheets/two_columns.css.scss */
  #small-menu {
    display: none !important;
  }
  /* line 182, app/assets/stylesheets/two_columns.css.scss */
  #navbar-top .item.header {
    width: 240px;
  }
  /* line 185, app/assets/stylesheets/two_columns.css.scss */
  .site-container.with--sidebar {
    overflow: hidden;
  }
  /* line 186, app/assets/stylesheets/two_columns.css.scss */
  .two_columns > .menu {
    width: 0;
    margin-inline-end: 0;
  }
  /* line 190, app/assets/stylesheets/two_columns.css.scss */
  .item.root {
    padding-inline-end: 0 !important;
  }
  /* line 193, app/assets/stylesheets/two_columns.css.scss */
  .with--sidebar .mobile #big-menu {
    transform: translateX(0px) !important;
    transition: 0.5s ease-in-out;
  }
  /* line 197, app/assets/stylesheets/two_columns.css.scss */
  .with--sidebar .site-cache {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
  }
  /* line 205, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1002;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    padding-top: 0;
    z-index: 1000;
    transform: translateX(-350px);
    transition: 0.5s ease-in-out;
    box-shadow: 40px 0px 20px 0px rgba(0, 0, 0, 0.4);
  }
  /* line 218, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu:dir(rtl) {
    box-shadow: -40px 0px 20px 0px rgba(0, 0, 0, 0.4);
    transform: translateX(350px);
  }
  /* line 222, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu > .profile {
    margin-top: 80px;
    padding-inline-start: 16px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
  }
  /* line 226, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu > .profile a {
    color: black;
  }
  /* line 228, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu > .profile a :hover {
    color: black;
  }
  /* line 236, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu > .profile .current-user-text {
    padding-top: 1rem;
    font-weight: bold;
    font-size: 18px;
  }
  /* line 242, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu .menu {
    background: white;
  }
  /* line 244, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu .menu .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #83838F;
    padding-inline-start: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  /* line 255, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu .footer {
    margin-top: auto;
  }
  /* line 257, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu .footer .item.title {
    display: flex;
  }
  /* line 259, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu .footer .item.title .item.root {
    font-size: larger;
    text-transform: uppercase;
    color: grey;
    text-align: center;
    width: 100%;
    padding: 0 !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  /* line 268, app/assets/stylesheets/two_columns.css.scss */
  .mobile #big-menu .footer .item.title .item.root .bolded {
    font-weight: bold;
  }
}

/* line 278, app/assets/stylesheets/two_columns.css.scss */
#small-menu, #big-menu {
  position: fixed;
  background-color: #ffffff;
  z-index: 1;
  height: calc(100% - 59px);
  overflow-y: auto;
}

/* line 286, app/assets/stylesheets/two_columns.css.scss */
#small-menu {
  width: 60px;
  text-align: center;
}

/* line 290, app/assets/stylesheets/two_columns.css.scss */
#small-menu .menu-icon {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  padding-inline-start: 7px;
}

/* line 296, app/assets/stylesheets/two_columns.css.scss */
#small-menu .menu-icon i {
  margin: 0;
}

/* line 299, app/assets/stylesheets/two_columns.css.scss */
#small-menu .menu-icon a {
  color: #a7b2c4;
}

/* line 302, app/assets/stylesheets/two_columns.css.scss */
#small-menu .menu-icon svg {
  fill: #a7b2c4;
}

/* line 307, app/assets/stylesheets/two_columns.css.scss */
#small-menu a.active .menu-icon span {
  position: relative;
}

/* line 311, app/assets/stylesheets/two_columns.css.scss */
#small-menu a:not(.active) .menu-icon span {
  position: relative;
}

/* line 315, app/assets/stylesheets/two_columns.css.scss */
#small-menu .menu-icon:not(.no-hover):hover span {
  color: #009ede;
  position: relative;
}

/* line 317, app/assets/stylesheets/two_columns.css.scss */
#small-menu .menu-icon:not(.no-hover):hover span svg {
  fill: #009ede !important;
}

/* line 324, app/assets/stylesheets/two_columns.css.scss */
#big-menu {
  width: 250px;
}

/* line 329, app/assets/stylesheets/two_columns.css.scss */
#big-menu > .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #83838F;
  padding-inline-start: 30px;
  padding-top: 2.5rem;
  padding-bottom: 15px;
}

/* line 339, app/assets/stylesheets/two_columns.css.scss */
#big-menu i.icon {
  margin: 0;
}

/* line 343, app/assets/stylesheets/two_columns.css.scss */
#big-menu .menu-icon {
  padding-bottom: 20px;
  padding-inline-start: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.1428rem;
  color: #a7b2c4;
}

/* line 350, app/assets/stylesheets/two_columns.css.scss */
#big-menu .menu-icon.premium {
  background-color: #009ede;
  color: white;
  line-height: 60px;
}

/* line 354, app/assets/stylesheets/two_columns.css.scss */
#big-menu .menu-icon.premium label {
  text-decoration: underline;
  text-underline-position: under;
}

/* line 359, app/assets/stylesheets/two_columns.css.scss */
#big-menu .menu-icon span {
  display: flex;
  align-items: center;
}

/* line 363, app/assets/stylesheets/two_columns.css.scss */
#big-menu .menu-icon span svg {
  fill: #009ede;
}

/* line 369, app/assets/stylesheets/two_columns.css.scss */
#big-menu a:not(.active) .menu-icon span {
  position: relative;
}

/* line 371, app/assets/stylesheets/two_columns.css.scss */
#big-menu a:not(.active) .menu-icon span svg {
  fill: #a7b2c4;
}

/* line 377, app/assets/stylesheets/two_columns.css.scss */
#big-menu .menu-icon:hover:not(.premium) span, #big-menu a.active .menu-icon span {
  color: #009ede;
  position: relative;
}

/* line 380, app/assets/stylesheets/two_columns.css.scss */
#big-menu .menu-icon:hover:not(.premium) span svg, #big-menu a.active .menu-icon span svg {
  fill: #009ede;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/user.css.scss */
#user-show
.third {
  width: 33.3%;
}

/* line 8, app/assets/stylesheets/user.css.scss */
#user-show
.third .ui.segment {
  max-height: 8rem;
}

/* line 15, app/assets/stylesheets/user.css.scss */
#user-show .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 20, app/assets/stylesheets/user.css.scss */
#user-show .info .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 25, app/assets/stylesheets/user.css.scss */
#user-show .info .left .number {
  font-size: 30px;
  font-weight: bold;
  color: #616161;
}

/* line 30, app/assets/stylesheets/user.css.scss */
#user-show .info .left .text {
  color: #616161;
  margin-top: 10%;
}

/* line 35, app/assets/stylesheets/user.css.scss */
#user-show .info i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
}

/* line 41, app/assets/stylesheets/user.css.scss */
#user-show .info .ligthgreen {
  color: #4ed470;
}

/* line 44, app/assets/stylesheets/user.css.scss */
#user-show .info .blue {
  color: #009ede;
}

/* line 49, app/assets/stylesheets/user.css.scss */
#user .photo-head {
  display: flex;
  align-items: center;
}

/* line 53, app/assets/stylesheets/user.css.scss */
#user .photo-head a {
  margin-inline-end: 2rem;
}

/* line 57, app/assets/stylesheets/user.css.scss */
#user .photo-head img {
  max-height: 100px;
}

/* line 62, app/assets/stylesheets/user.css.scss */
#user .user-image-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 10px;
  position: relative;
  border-radius: 50%;
}

/* line 70, app/assets/stylesheets/user.css.scss */
#user .user-image-wrapper .user-image {
  position: absolute;
  inset-inline-start: -100%;
  inset-inline-end: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  width: auto;
  height: auto;
}

/* line 82, app/assets/stylesheets/user.css.scss */
#user .info {
  margin: 4rem 0px;
}

/* line 85, app/assets/stylesheets/user.css.scss */
#user .info .align {
  display: flex;
  align-items: center;
}

/* line 89, app/assets/stylesheets/user.css.scss */
#user .info .fields {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}

/* line 94, app/assets/stylesheets/user.css.scss */
#user .info .two.fields > .field {
  width: 45%;
}

/* line 98, app/assets/stylesheets/user.css.scss */
#user .info label {
  color: #616161;
}

/* line 102, app/assets/stylesheets/user.css.scss */
#user .info input, #user .info select, #user .info .position {
  border: 1px solid #616161;
  margin: 10px 0px;
  padding: 1.6rem;
}

/* line 107, app/assets/stylesheets/user.css.scss */
#user .info input i, #user .info select i, #user .info .position i {
  margin: auto;
}

/* line 112, app/assets/stylesheets/user.css.scss */
#user .info #modal-password {
  margin: 10px 0px;
  float: inline-start;
}

/* line 120, app/assets/stylesheets/user.css.scss */
#user input[type=submit] {
  padding: 1.5rem;
  border-radius: 4px;
  background-color: #009ede;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

/* line 132, app/assets/stylesheets/user.css.scss */
#user-modal {
  padding: 2rem;
  width: 47rem;
}

/* line 136, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 144, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal .text {
  height: 10rem;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

/* line 153, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal .text h1 {
  margin: 0;
  width: 50%;
}

/* line 158, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal .text p {
  width: 85%;
}

/* line 164, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal .form {
  width: 100%;
}

/* line 167, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal .form .field {
  margin: 2rem 0px;
}

/* line 170, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal .form .field label {
  color: #616161;
}

/* line 174, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal .form .field input {
  border: 1px solid #616161;
  margin: 10px 0px;
  padding: 1.6rem;
}

/* line 180, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal .form .field .toggle-password {
  float: inline-end;
  margin-inline-end: 2rem;
  margin-top: -3.7rem;
  position: relative;
  z-index: 2;
  font-size: 1.7rem;
  color: #d5dce7;
  cursor: pointer;
}

/* line 193, app/assets/stylesheets/user.css.scss */
#user-modal .inside-modal .form input[type=submit] {
  width: 100%;
  border-radius: 4px;
  padding: 1.5rem;
  border-radius: 4px;
  background-color: #009ede;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

/* line 212, app/assets/stylesheets/user.css.scss */
.ui.button.delete-account-btn {
  background: #D21122;
  color: white;
}

/* line 216, app/assets/stylesheets/user.css.scss */
.ui.button.delete-account-btn:hover {
  background: #c50d1c;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/users.css.scss */
kbd {
  background-color: #F2F2F5;
  box-shadow: 0px 2px 0px #DBDBDB;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #83838F;
  padding: 4px 8px;
}

/* line 18, app/assets/stylesheets/users.css.scss */
#two-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
}

/* line 25, app/assets/stylesheets/users.css.scss */
#two-buttons label {
  display: block;
  width: 100%;
  height: 104px;
}

/* line 31, app/assets/stylesheets/users.css.scss */
#two-buttons label > input {
  display: none;
  visibility: hidden;
  position: absolute;
}

/* line 37, app/assets/stylesheets/users.css.scss */
#two-buttons label > input + div {
  cursor: pointer;
  border: 1px solid #ADADB8;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #ADADB8;
  font-size: 14px;
}

/* line 48, app/assets/stylesheets/users.css.scss */
#two-buttons label > input + div i {
  font-size: 25px;
  color: #ADADB8;
  margin: 10px;
}

/* line 55, app/assets/stylesheets/users.css.scss */
#two-buttons label > #send_mode:checked + div {
  border: 1px solid #009ede;
  color: #009ede;
}

/* line 58, app/assets/stylesheets/users.css.scss */
#two-buttons label > #send_mode:checked + div i {
  color: #009ede;
}

/* line 64, app/assets/stylesheets/users.css.scss */
#date-picker, #send_later_header, #send_later_description, #add_managers_later {
  display: none;
}

/* line 68, app/assets/stylesheets/users.css.scss */
#footer {
  position: fixed;
  z-index: 50;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  border-top: 1px solid #F2F2F5;
  box-shadow: 0px -4px 20px rgba(5, 45, 104, 0.04);
  border-radius: 0px;
  padding: 16px 24px;
}

/* line 81, app/assets/stylesheets/users.css.scss */
#footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* line 87, app/assets/stylesheets/users.css.scss */
#footer .footer-content .left-content, #footer .footer-content .right-content {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* line 94, app/assets/stylesheets/users.css.scss */
#footer .link {
  padding: 0px 16px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #83838F;
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/users.css.scss */
#footer .progress {
  width: 30%;
  height: 12px;
  background: #F2F2F5;
  border-radius: 24px;
  margin-top: 16px;
}

/* line 114, app/assets/stylesheets/users.css.scss */
#footer .progress .bar {
  height: 100%;
  background: #BFE7F7;
  border-start-start-radius: 24px;
  /* TODO rtl: fomantic use right and left here? progress.js:455 */
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 24px;
}

/* line 121, app/assets/stylesheets/users.css.scss */
#footer .progress .bar.active {
  background: #009ede;
  border-start-start-radius: 0;
  border-start-end-radius: 24px;
  border-end-end-radius: 24px;
  border-end-start-radius: 0;
}

/* line 130, app/assets/stylesheets/users.css.scss */
#footer .progress .label {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ADADB8;
}

/* line 145, app/assets/stylesheets/users.css.scss */
#user-creation-section {
  height: 100%;
  border-radius: 5px;
  overflow-x: auto;
  transform: scale(1, -1);
  display: flex;
  justify-content: flex-end;
}

/* line 153, app/assets/stylesheets/users.css.scss */
#user-creation-section form {
  transform: scale(1, -1);
}

/* line 155, app/assets/stylesheets/users.css.scss */
#user-creation-section form .users-table {
  border-radius: 0;
  border-start-start-radius: 5px;
  border-start-end-radius: 5px;
  margin: 0;
}

/* line 164, app/assets/stylesheets/users.css.scss */
#assignment_cards {
  color: #1C1C29;
}

/* line 167, app/assets/stylesheets/users.css.scss */
#assignment_cards .gray-text {
  font-size: 14px;
  color: #83838F;
  margin-top: 8px;
  margin-bottom: 0px;
}

/* line 174, app/assets/stylesheets/users.css.scss */
#assignment_cards #search_section {
  background-color: #F7F7F7;
  padding: 16px;
  border-radius: 12px;
}

/* line 179, app/assets/stylesheets/users.css.scss */
#assignment_cards #search_section .close_search_section {
  display: flex;
  align-items: baseline;
  color: #83838F;
}

/* line 184, app/assets/stylesheets/users.css.scss */
#assignment_cards #search_section .close_search_section .hide {
  display: none !important;
}

/* line 188, app/assets/stylesheets/users.css.scss */
#assignment_cards #search_section .close_search_section:hover {
  cursor: pointer;
}

/* line 190, app/assets/stylesheets/users.css.scss */
#assignment_cards #search_section .close_search_section:hover p {
  text-decoration: underline;
}

/* line 197, app/assets/stylesheets/users.css.scss */
#assignment_cards #search_section .search_section_results .hide {
  display: none !important;
}

/* line 201, app/assets/stylesheets/users.css.scss */
#assignment_cards #search_section .search_section_results .trainings_list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

/* line 206, app/assets/stylesheets/users.css.scss */
#assignment_cards #search_section .search_section_results .trainings_list .row {
  display: grid;
  grid-template-columns: 40% 30% 10% 10% 10%;
}

/* line 214, app/assets/stylesheets/users.css.scss */
#assignment_cards .assigned_trainings_section {
  margin-top: 20px;
}

/* line 217, app/assets/stylesheets/users.css.scss */
#assignment_cards .assigned_trainings_section .hide {
  display: none !important;
}

/* line 221, app/assets/stylesheets/users.css.scss */
#assignment_cards .assigned_trainings_section .top_infos {
  display: flex;
  justify-content: space-between;
}

/* line 226, app/assets/stylesheets/users.css.scss */
#assignment_cards .assigned_trainings_section .user_trainings_list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

/* line 231, app/assets/stylesheets/users.css.scss */
#assignment_cards .assigned_trainings_section .user_trainings_list .row {
  display: grid;
  grid-template-columns: 3% 30% 22% 10% 10% 22% 3%;
  border: solid 1px #E6E6EB;
  border-radius: 4px;
  padding: 18px 20px;
  align-items: center;
}

/* line 239, app/assets/stylesheets/users.css.scss */
#assignment_cards .assigned_trainings_section .user_trainings_list .row .button {
  border: none;
  background-color: transparent;
}

/* line 247, app/assets/stylesheets/users.css.scss */
#assignment_cards .button {
  border: 1px solid #009ede;
  color: #009ede;
  background-color: transparent;
  border-radius: 50px;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 8px;
}

/* line 256, app/assets/stylesheets/users.css.scss */
#assignment_cards .button.secondary {
  border: none;
  color: #F7F7F7;
  background-color: #009ede;
}

/* line 262, app/assets/stylesheets/users.css.scss */
#assignment_cards .button.gray-border {
  border: 1px solid #ADADB8;
  color: #83838F;
  border-radius: 5px;
  background-color: transparent;
  margin-bottom: 5px;
}

/* line 270, app/assets/stylesheets/users.css.scss */
#assignment_cards table {
  width: 100%;
  margin-top: 16px;
}

/* line 274, app/assets/stylesheets/users.css.scss */
#assignment_cards table tr {
  line-height: 50px;
}
/* Theme colors */
/* line 4, app/assets/stylesheets/us_certifications_users.css.scss */
.counter {
  padding: 7px;
  font-family: Open Sans;
  letter-spacing: -2%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 12, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__title {
  font-weight: 600;
  font-size: 24px !important;
  line-height: 32px;
  color: #1C1C29;
}

/* line 17, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__title.archived {
  padding-top: 0 !important;
  font-size: 16px !important;
}

/* line 21, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__title__no_archived_counter {
  color: #6C6C7A;
  font-size: 14px;
  line-height: 20px;
}

/* line 27, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__dates {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

@media only screen and (min-width: 768px) {
  /* line 27, app/assets/stylesheets/us_certifications_users.css.scss */
  .counter__dates {
    align-items: center;
    gap: 0;
    flex-direction: row;
  }
}

/* line 39, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__created-at, .counter__archived-at, .counter__expire-at {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6C6C7A;
}

/* line 46, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__expire-at {
  margin: 0 !important;
}

/* line 47, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__expire-at.full {
  color: #DA8400 !important;
  background: #FFF3E1 !important;
}

@media only screen and (min-width: 768px) {
  /* line 56, app/assets/stylesheets/us_certifications_users.css.scss */
  .counter .separator:not(:only-child)::after, .counter:has(.counter__archived-at) .counter__expire-at:not(:only-child)::after, .counter .counter__created-at:not(:only-child)::after {
    content: "|";
    color: #E6E6EB;
    margin: 0 8px;
  }
}

/* line 67, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__state {
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #E6E6EB;
}

/* line 72, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__state__title {
  color: #6C6C7A;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 79, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time {
  display: flex;
  flex-direction: column;
  gap: 10px;
  --progress-color: #009ede;
}

/* line 84, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time.archived {
  --progress-color: #565666;
}

/* line 87, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__done-over-todo {
  margin-bottom: 0;
  color: var(--progress-color) !important;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0%;
}

/* line 94, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__bar {
  height: 16px;
  display: flex;
  gap: 8px;
  width: 100%;
}

/* line 99, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__bar__done {
  width: var(--progress);
  background: var(--progress-color);
  border-radius: 8px;
}

/* line 104, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__bar__remaining {
  background: #D9D9D9;
  border-radius: 8px;
  flex: 1;
}

/* line 110, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__hours {
  display: flex;
  flex-direction: column;
}

/* line 113, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__hours__total {
  color: var(--progress-color);
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0;
  vertical-align: middle;
}

/* line 121, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__hours__subtitle {
  color: #6C6C7A;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

/* line 128, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__subtitles {
  display: flex;
  width: 100%;
}

/* line 132, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__id-certification {
  flex: 2;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #6C6C7A;
}

/* line 139, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__time__hours-left {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #6C6C7A;
}

/* line 147, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings {
  display: flex;
  flex-direction: column;
}

/* line 150, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__empty {
  color: #6C6C7A;
  font-size: 14px;
  line-height: 20px;
}

/* line 155, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__header {
  display: flex;
  gap: 8px;
}

/* line 159, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

/* line 165, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__title.gray {
  color: #565666;
}

/* line 167, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__count {
  background-color: #4CA0E0 !important;
  height: 24px;
  width: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px !important;
  color: white !important;
}

/* line 176, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__count.gray {
  background-color: #ADADB8 !important;
}

/* line 179, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 184, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #E6E6EB;
  border-radius: 4px;
  padding: 16px 20px;
}

@media only screen and (min-width: 768px) {
  /* line 184, app/assets/stylesheets/us_certifications_users.css.scss */
  .counter__trainings__card {
    display: inline-grid;
    grid-template-columns: 35% 50% 15%;
  }
}

/* line 199, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card.headers {
  background: #F8F8F8;
  color: #83838F;
}

/* line 202, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card.headers > * {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}

/* line 209, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card__primary {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

/* line 213, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card__primary > * {
  color: #2F2F3D;
  justify-content: flex-start !important;
}

/* line 219, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card__secondary {
  display: flex;
}

@media only screen and (min-width: 768px) {
  /* line 219, app/assets/stylesheets/us_certifications_users.css.scss */
  .counter__trainings__card__secondary {
    display: inline-grid;
    grid-template-columns: 35% 35% 30%;
    text-align: center;
  }
}

/* line 227, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card__secondary > * {
  color: #6C6C7A;
}

/* line 230, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card__secondary > *:not(:last-child):after {
  content: "|";
  color: #E6E6EB;
  margin: 0 4px;
}

@media only screen and (min-width: 768px) {
  /* line 237, app/assets/stylesheets/us_certifications_users.css.scss */
  .counter__trainings__card__secondary > *:after {
    display: none;
  }
}

/* line 242, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card__tertiary {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  /* line 242, app/assets/stylesheets/us_certifications_users.css.scss */
  .counter__trainings__card__tertiary {
    display: inline-grid;
    grid-template-columns: 65% 35%;
    text-align: center;
  }
}

/* line 251, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card__tertiary > * {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  /* line 257, app/assets/stylesheets/us_certifications_users.css.scss */
  .counter__trainings__card__item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 266, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__trainings__card__download-certificate {
  width: 32;
  height: 32;
  padding: 8px 10px;
  border: 1px solid #E6E6EB;
  border-radius: 4px;
  color: #6C6C7A;
  box-shadow: 0px 2px 2px 0px #0000001A;
  background: none;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  /* line 266, app/assets/stylesheets/us_certifications_users.css.scss */
  .counter__trainings__card__download-certificate {
    color: #ADADB8;
    border: none;
    box-shadow: none;
  }
  /* line 269, app/assets/stylesheets/us_certifications_users.css.scss */
  .counter__trainings__card__download-certificate i {
    margin: 0;
  }
}

/* line 288, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__new-button {
  margin-top: 30px;
  float: inline-end;
}

/* line 292, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__renew {
  border-radius: 8px;
  gap: 16px;
  padding: 24px;
  display: flex;
  background: #F8F8F8;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 301, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__renew__description {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #6C6C7A !important;
}

/* line 307, app/assets/stylesheets/us_certifications_users.css.scss */
.counter__renew > .header {
  margin-bottom: 0;
  color: #1C1C29;
}

/* line 310, app/assets/stylesheets/us_certifications_users.css.scss */
.counter .archived-counters {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 15px);
  padding-bottom: 20px;
}

/* line 320, app/assets/stylesheets/us_certifications_users.css.scss */
.us-certifications-user-form:has(#us_certifications_user_us_certification_id > option:checked:not([training_hour]):not([value=""])) #optional-for-other-none {
  display: none;
}
/* line 1, app/assets/stylesheets/utilities.css.scss */
.bg-white {
  background-color: white;
}

/* line 4, app/assets/stylesheets/utilities.css.scss */
.flex {
  display: flex;
}

/* line 7, app/assets/stylesheets/utilities.css.scss */
.items-center {
  align-items: center;
}

/* line 10, app/assets/stylesheets/utilities.css.scss */
.justify-center {
  justify-content: center;
}

/* line 13, app/assets/stylesheets/utilities.css.scss */
.w-full {
  width: 100%;
}

/* line 16, app/assets/stylesheets/utilities.css.scss */
.h-auto {
  height: auto;
}

/* line 19, app/assets/stylesheets/utilities.css.scss */
.absolute {
  position: absolute;
}

/* line 22, app/assets/stylesheets/utilities.css.scss */
.top-0 {
  top: 0;
}

/* line 25, app/assets/stylesheets/utilities.css.scss */
.bottom-0 {
  bottom: 0;
}

/* line 28, app/assets/stylesheets/utilities.css.scss */
.z-10 {
  z-index: 10;
}

/* line 31, app/assets/stylesheets/utilities.css.scss */
.text-center {
  text-align: center;
}
/* Theme colors */
/* line 3, app/assets/stylesheets/welcome.css.scss */
.wt-h3 {
  color: #616161;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/welcome.css.scss */
.t-15 {
  top: 15px;
}

/* line 14, app/assets/stylesheets/welcome.css.scss */
.circular.ui.icon.button.rounded-number {
  padding: 8px 8px 8px 8px;
  width: 30px;
  color: white;
  background-color: #a7b2c4;
}

/* line 21, app/assets/stylesheets/welcome.css.scss */
p.color-bluegrey {
  color: #a7b2c4;
}

/* line 25, app/assets/stylesheets/welcome.css.scss */
.sixteen.wide.column.letter-spacing-05 {
  letter-spacing: 0.5px;
}

/* line 29, app/assets/stylesheets/welcome.css.scss */
.ui.grid.stackable.t-15.pt-50 {
  padding-top: 50px;
}

/* line 33, app/assets/stylesheets/welcome.css.scss */
.ui.grid.stackable.p-50 {
  padding-bottom: 40px;
}

/* line 37, app/assets/stylesheets/welcome.css.scss */
input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 0px;
  inset-inline-start: -1px;
  position: relative;
  background-color: white;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #009ede;
}

/* line 51, app/assets/stylesheets/welcome.css.scss */
input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 0px;
  inset-inline-start: -1px;
  position: relative;
  background-color: #009ede;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #009ede;
}

/* line 65, app/assets/stylesheets/welcome.css.scss */
.label.questions-left {
  color: #c3cde4 !important;
  text-align: start !important;
  padding: 10px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}

/* line 73, app/assets/stylesheets/welcome.css.scss */
.label.quiz {
  color: #616161;
  padding-top: 18px;
  font-size: small;
}

/* line 79, app/assets/stylesheets/welcome.css.scss */
.tips > p {
  color: #616161;
  font-style: italic;
  font-size: smaller;
  text-align: start;
  margin-bottom: 2px;
}

/* line 88, app/assets/stylesheets/welcome.css.scss */
.filtered.training a {
  color: #a7b2c4;
}

/* line 91, app/assets/stylesheets/welcome.css.scss */
.filtered.training .row.training {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 94, app/assets/stylesheets/welcome.css.scss */
.filtered.training .row.training .column:nth-child(1) {
  top: 5px;
}

/* line 97, app/assets/stylesheets/welcome.css.scss */
.filtered.training .row.training .column:nth-child(2) {
  color: #a7b2c4;
  font-size: medium;
}

/* line 100, app/assets/stylesheets/welcome.css.scss */
.filtered.training .row.training .column:nth-child(2) p {
  margin-bottom: 10px;
}
@charset "UTF-8";
/* Theme colors */
/* line 2, app/assets/stylesheets/errors.css.scss */
.content .exception {
  text-align: center;
}

/* line 4, app/assets/stylesheets/errors.css.scss */
.content .exception .header {
  margin-top: 126px;
  margin-bottom: 20px;
  font-size: 66px;
  font-weight: bold;
}

/* line 10, app/assets/stylesheets/errors.css.scss */
.content .exception .description {
  font-size: 18px;
}

/* line 13, app/assets/stylesheets/errors.css.scss */
.content .exception .not_found {
  margin-top: 90px;
  margin-bottom: 60px;
}

/* line 19, app/assets/stylesheets/errors.css.scss */
.content .exception .button.margin-fix {
  margin-top: 30px;
}

/* line 22, app/assets/stylesheets/errors.css.scss */
.content .exception .button a {
  color: white;
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/errors.css.scss */
.content .internal_server_error {
  position: absolute;
  z-index: -1;
  bottom: 0;
  margin-inline-start: -15px;
  padding-top: 5px;
  height: 510px;
  overflow: hidden;
  width: 740px;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, node_modules/@fortawesome/fontawesome-free/scss/_core.scss */
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.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;
}

/* line 19, node_modules/@fortawesome/fontawesome-free/scss/_core.scss */
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 23, node_modules/@fortawesome/fontawesome-free/scss/_core.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 9, node_modules/@fortawesome/fontawesome-free/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, node_modules/@fortawesome/fontawesome-free/scss/_list.scss */
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.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);
}

/* line 12, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.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);
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.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));
}

/* line 22, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.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));
}

/* line 31, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.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));
}

/* line 40, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.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);
}

/* line 49, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.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);
}

/* line 58, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.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);
}

/* line 67, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.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) {
  /* line 83, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
  .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);
  }
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 21, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.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 */
/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-0::before {
  content: "\30";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-1::before {
  content: "\31";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-2::before {
  content: "\32";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-3::before {
  content: "\33";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-4::before {
  content: "\34";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-5::before {
  content: "\35";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-6::before {
  content: "\36";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-7::before {
  content: "\37";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-8::before {
  content: "\38";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-9::before {
  content: "\39";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fill-drip::before {
  content: "\f576";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-to-circle::before {
  content: "\e4bd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-chevron-right::before {
  content: "\f138";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-right::before {
  content: "\f138";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-at::before {
  content: "\40";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-times::before {
  content: "\f235";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stethoscope::before {
  content: "\f0f1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-message::before {
  content: "\f27a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-alt::before {
  content: "\f27a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-info::before {
  content: "\f129";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compress-alt::before {
  content: "\f422";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-explosion::before {
  content: "\e4e9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-lines::before {
  content: "\f15c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-alt::before {
  content: "\f15c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-text::before {
  content: "\f15c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wave-square::before {
  content: "\f83e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ring::before {
  content: "\f70b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-un::before {
  content: "\e4d9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-three::before {
  content: "\f527";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-days::before {
  content: "\f073";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-alt::before {
  content: "\f073";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-anchor-circle-check::before {
  content: "\e4aa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volleyball::before {
  content: "\f45f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minus-circle::before {
  content: "\f056";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-door-open::before {
  content: "\f52b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-atom::before {
  content: "\f5d2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-soap::before {
  content: "\e06e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-icons::before {
  content: "\f86d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bridge-circle-check::before {
  content: "\e4c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fingerprint::before {
  content: "\f577";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-right::before {
  content: "\f0a4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flag-checkered::before {
  content: "\f11e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-football::before {
  content: "\f44e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-football-ball::before {
  content: "\f44e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-school-circle-exclamation::before {
  content: "\e56c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crop::before {
  content: "\f125";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angles-down::before {
  content: "\f103";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-down::before {
  content: "\f103";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-rectangle::before {
  content: "\e594";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-roof::before {
  content: "\e537";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-line::before {
  content: "\e534";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-beer-mug-empty::before {
  content: "\f0fc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-beer::before {
  content: "\f0fc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-long::before {
  content: "\f176";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-up::before {
  content: "\f176";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-burn::before {
  content: "\f46a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person::before {
  content: "\f183";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-male::before {
  content: "\f183";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop::before {
  content: "\f109";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-csv::before {
  content: "\f6dd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-menorah::before {
  content: "\f676";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-plane::before {
  content: "\e58f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-stars::before {
  content: "\f587";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-stars::before {
  content: "\f587";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bong::before {
  content: "\f55c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pastafarianism::before {
  content: "\f67b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spoon::before {
  content: "\f2e5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jar-wheat::before {
  content: "\e517";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pager::before {
  content: "\f815";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-address-book::before {
  content: "\f2b9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-contact-book::before {
  content: "\f2b9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-strikethrough::before {
  content: "\f0cc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-k::before {
  content: "\4b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-landmark-flag::before {
  content: "\e51c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pencil::before {
  content: "\f303";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-backward::before {
  content: "\f04a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-right::before {
  content: "\f0da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comments::before {
  content: "\f086";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paste::before {
  content: "\f0ea";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard-list::before {
  content: "\f46d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vial-virus::before {
  content: "\e597";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sheet-plastic::before {
  content: "\e571";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blog::before {
  content: "\f781";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-torah::before {
  content: "\f6a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-broom-ball::before {
  content: "\f458";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quidditch::before {
  content: "\f458";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toggle-off::before {
  content: "\f204";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box-archive::before {
  content: "\f187";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-archive::before {
  content: "\f187";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-drowning::before {
  content: "\e545";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-w::before {
  content: "\57";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-earth-africa::before {
  content: "\f57c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-africa::before {
  content: "\f57c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rainbow::before {
  content: "\f75b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-notch::before {
  content: "\f1ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paw::before {
  content: "\f1b0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud::before {
  content: "\f0c2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trowel-bricks::before {
  content: "\e58a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-flushed::before {
  content: "\f579";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flushed::before {
  content: "\f579";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gavel::before {
  content: "\f0e3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-legal::before {
  content: "\f0e3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-binoculars::before {
  content: "\f1e5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box-tissue::before {
  content: "\e05b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-motorcycle::before {
  content: "\f21c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bell-concierge::before {
  content: "\f562";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-concierge-bell::before {
  content: "\f562";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "\e523";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-caret-right::before {
  content: "\f152";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-right::before {
  content: "\f152";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scissors::before {
  content: "\f0c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cut::before {
  content: "\f0c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "\e57a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilets-portable::before {
  content: "\e584";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table::before {
  content: "\f0ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tachograph-digital::before {
  content: "\f566";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-digital-tachograph::before {
  content: "\f566";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-slash::before {
  content: "\e073";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clover::before {
  content: "\e139";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reply::before {
  content: "\f3e5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-fire::before {
  content: "\e50c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minus-square::before {
  content: "\f146";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-helicopter::before {
  content: "\f533";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compass::before {
  content: "\f14e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-caret-down::before {
  content: "\f150";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-down::before {
  content: "\f150";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-circle-question::before {
  content: "\e4ef";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swatchbook::before {
  content: "\f5c3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bars::before {
  content: "\f0c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-navicon::before {
  content: "\f0c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-group::before {
  content: "\e533";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-up-right::before {
  content: "\f360";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-external-link-square-alt::before {
  content: "\f360";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-film::before {
  content: "\f008";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-robbery::before {
  content: "\e536";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lightbulb::before {
  content: "\f0eb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-left::before {
  content: "\f0d9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-exclamation::before {
  content: "\f06a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exclamation-circle::before {
  content: "\f06a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-school-circle-xmark::before {
  content: "\e56d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-out::before {
  content: "\f08b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-chevron-down::before {
  content: "\f13a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-down::before {
  content: "\f13a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-showers-heavy::before {
  content: "\f740";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sitemap::before {
  content: "\f0e8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-donate::before {
  content: "\f4b9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-memory::before {
  content: "\f538";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road-spikes::before {
  content: "\e568";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire-burner::before {
  content: "\e4f1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flag::before {
  content: "\f024";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hanukiah::before {
  content: "\f6e6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-feather::before {
  content: "\f52d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-down::before {
  content: "\f027";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-slash::before {
  content: "\f4b3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-sun-rain::before {
  content: "\f743";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compress::before {
  content: "\f066";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wheat-awn::before {
  content: "\e2cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wheat-alt::before {
  content: "\e2cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ankh::before {
  content: "\f644";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-holding-child::before {
  content: "\e4fa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-asterisk::before {
  content: "\2a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-check::before {
  content: "\f14a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-square::before {
  content: "\f14a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heading::before {
  content: "\f1dc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-header::before {
  content: "\f1dc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ghost::before {
  content: "\f6e2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list::before {
  content: "\f03a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cart-plus::before {
  content: "\f217";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gamepad::before {
  content: "\f11b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-dot::before {
  content: "\f192";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dot-circle::before {
  content: "\f192";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-dizzy::before {
  content: "\f567";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dizzy::before {
  content: "\f567";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-egg::before {
  content: "\f7fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-campground::before {
  content: "\f6bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-plus::before {
  content: "\f65e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-futbol::before {
  content: "\f1e3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-futbol-ball::before {
  content: "\f1e3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paintbrush::before {
  content: "\f1fc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lock::before {
  content: "\f023";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gas-pump::before {
  content: "\f52f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-flood-water::before {
  content: "\e50e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tree::before {
  content: "\f1bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bridge-lock::before {
  content: "\e4cc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sack-dollar::before {
  content: "\f81d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-edit::before {
  content: "\f044";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-side::before {
  content: "\f5e4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-circle-minus::before {
  content: "\e4ff";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-half::before {
  content: "\f252";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-2::before {
  content: "\f252";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microscope::before {
  content: "\f610";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sink::before {
  content: "\e06d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mitten::before {
  content: "\f7b5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-rays::before {
  content: "\e54d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users::before {
  content: "\f0c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye-slash::before {
  content: "\f070";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flask-vial::before {
  content: "\e4f3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand::before {
  content: "\f256";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-paper::before {
  content: "\f256";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-om::before {
  content: "\f679";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-worm::before {
  content: "\e599";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-circle-xmark::before {
  content: "\e50b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plug::before {
  content: "\f1e6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-up::before {
  content: "\f077";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-spock::before {
  content: "\f259";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stopwatch::before {
  content: "\f2f2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-kiss::before {
  content: "\f596";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiss::before {
  content: "\f596";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-tongue::before {
  content: "\f589";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tongue::before {
  content: "\f589";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-bishop::before {
  content: "\f43a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-wink::before {
  content: "\f58c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-wink::before {
  content: "\f58c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ear-deaf::before {
  content: "\f2a4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deaf::before {
  content: "\f2a4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deafness::before {
  content: "\f2a4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road-circle-check::before {
  content: "\e564";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-five::before {
  content: "\f523";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-land-mine-on::before {
  content: "\e51b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-i-cursor::before {
  content: "\f246";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stamp::before {
  content: "\f5bf";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stairs::before {
  content: "\e289";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-i::before {
  content: "\49";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hryvnia::before {
  content: "\f6f2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pills::before {
  content: "\f484";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-wide::before {
  content: "\f581";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-alt::before {
  content: "\f581";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tooth::before {
  content: "\f5c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-v::before {
  content: "\56";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bicycle::before {
  content: "\f206";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-staff-snake::before {
  content: "\e579";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rod-asclepius::before {
  content: "\e579";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rod-snake::before {
  content: "\e579";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-staff-aesculapius::before {
  content: "\e579";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ambulance::before {
  content: "\f0f9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowman::before {
  content: "\f7d0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road-barrier::before {
  content: "\e562";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-school::before {
  content: "\f549";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-igloo::before {
  content: "\f7ae";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-joint::before {
  content: "\f595";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-right::before {
  content: "\f105";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-horse::before {
  content: "\f6f0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-q::before {
  content: "\51";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-g::before {
  content: "\47";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dong-sign::before {
  content: "\e169";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-capsules::before {
  content: "\f46b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-frown-open::before {
  content: "\f57a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-frown-open::before {
  content: "\f57a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-up::before {
  content: "\f0a6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bookmark::before {
  content: "\f02e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-justify::before {
  content: "\f039";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-helmet-un::before {
  content: "\e503";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bullseye::before {
  content: "\f140";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bacon::before {
  content: "\f7e5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-down::before {
  content: "\f0a7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder::before {
  content: "\f07b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-blank::before {
  content: "\f07b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-waveform::before {
  content: "\f478";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-medical-alt::before {
  content: "\f478";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-radiation::before {
  content: "\f7b9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-simple::before {
  content: "\e473";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vial::before {
  content: "\f492";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gauge::before {
  content: "\f624";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dashboard::before {
  content: "\f624";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-e::before {
  content: "\45";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-alt::before {
  content: "\f305";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user::before {
  content: "\f007";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-school-circle-check::before {
  content: "\e56b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dumpster::before {
  content: "\f793";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-user::before {
  content: "\e4da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-caret-left::before {
  content: "\f191";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-left::before {
  content: "\f191";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-highlighter::before {
  content: "\f591";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-key::before {
  content: "\f084";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bullhorn::before {
  content: "\f0a1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe::before {
  content: "\f0ac";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-synagogue::before {
  content: "\f69b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-half-dress::before {
  content: "\e548";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road-bridge::before {
  content: "\e563";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-location-arrow::before {
  content: "\f124";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-c::before {
  content: "\43";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-lock::before {
  content: "\e4d6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-area::before {
  content: "\f1fe";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-area-chart::before {
  content: "\f1fe";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-flag::before {
  content: "\e50d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-circle-minus::before {
  content: "\e540";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ban::before {
  content: "\f05e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cancel::before {
  content: "\f05e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-air-freshener::before {
  content: "\f5d0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star::before {
  content: "\f005";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-repeat::before {
  content: "\f363";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cross::before {
  content: "\f654";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box::before {
  content: "\f466";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-maximize::before {
  content: "\f31e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expand-arrows-alt::before {
  content: "\f31e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-charging-station::before {
  content: "\f5e7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shapes::before {
  content: "\f61f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shuffle::before {
  content: "\f074";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-random::before {
  content: "\f074";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-running::before {
  content: "\f70c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-running::before {
  content: "\f70c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-retro::before {
  content: "\e527";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spider::before {
  content: "\f717";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-bound::before {
  content: "\e4f9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-invoice-dollar::before {
  content: "\f571";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-circle-exclamation::before {
  content: "\e556";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spell-check::before {
  content: "\f891";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-slash::before {
  content: "\f715";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mouse::before {
  content: "\f8cc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-server::before {
  content: "\f233";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shop-lock::before {
  content: "\e4a5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blender-phone::before {
  content: "\f6b6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-wheat::before {
  content: "\e4db";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-breastfeeding::before {
  content: "\e53a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-venus::before {
  content: "\f221";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-passport::before {
  content: "\f5ab";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbtack-slash::before {
  content: "\e68f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumb-tack-slash::before {
  content: "\e68f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heartbeat::before {
  content: "\f21e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-high::before {
  content: "\f769";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microchip::before {
  content: "\f2db";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crown::before {
  content: "\f521";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xmarks-lines::before {
  content: "\e59a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-prescription::before {
  content: "\f572";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weight-scale::before {
  content: "\f496";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weight::before {
  content: "\f496";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-knight::before {
  content: "\f441";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wheelchair::before {
  content: "\f193";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-arrow-up::before {
  content: "\f0aa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-up::before {
  content: "\f0aa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-walking::before {
  content: "\f554";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-walking::before {
  content: "\f554";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-l::before {
  content: "\4c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire::before {
  content: "\f06d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-procedures::before {
  content: "\f487";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-laugh::before {
  content: "\f599";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh::before {
  content: "\f599";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-open::before {
  content: "\f07c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-circle-plus::before {
  content: "\e500";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code-fork::before {
  content: "\e13b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-city::before {
  content: "\f64f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlock::before {
  content: "\f09c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-colon-sign::before {
  content: "\e140";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headset::before {
  content: "\f590";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road-circle-xmark::before {
  content: "\e566";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-cheers::before {
  content: "\f79f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard::before {
  content: "\f328";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-circle-exclamation::before {
  content: "\e50a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-arrow-up::before {
  content: "\f574";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-upload::before {
  content: "\f574";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wifi::before {
  content: "\f1eb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bath::before {
  content: "\f2cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bathtub::before {
  content: "\f2cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-underline::before {
  content: "\f0cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signature::before {
  content: "\f5b7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stroopwafel::before {
  content: "\f551";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bold::before {
  content: "\f032";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-anchor-lock::before {
  content: "\e4ad";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-ngo::before {
  content: "\e4d7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-not-equal::before {
  content: "\f53e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-top-left::before {
  content: "\f853";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-style::before {
  content: "\f853";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jedi::before {
  content: "\f669";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poll::before {
  content: "\f681";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-battery::before {
  content: "\f5df";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-car::before {
  content: "\f5df";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gift::before {
  content: "\f06b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-two::before {
  content: "\f528";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-queen::before {
  content: "\f445";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glasses::before {
  content: "\f530";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-board::before {
  content: "\f43c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-circle-check::before {
  content: "\e4d2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-chalkboard::before {
  content: "\e53d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-back-fist::before {
  content: "\f255";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-rock::before {
  content: "\f255";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-caret-up::before {
  content: "\f151";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-up::before {
  content: "\f151";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-showers-water::before {
  content: "\e4e4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-bar::before {
  content: "\f080";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bar-chart::before {
  content: "\f080";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-train::before {
  content: "\f238";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crow::before {
  content: "\f520";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sailboat::before {
  content: "\e445";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-plus::before {
  content: "\f0fe";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus-square::before {
  content: "\f0fe";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-frog::before {
  content: "\f52e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bucket::before {
  content: "\e4cf";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-image::before {
  content: "\f03e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone::before {
  content: "\f130";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cow::before {
  content: "\f6c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-up::before {
  content: "\f0d8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-screwdriver::before {
  content: "\f54a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-closed::before {
  content: "\e185";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-tsunami::before {
  content: "\e515";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-nfi::before {
  content: "\e576";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-martini-glass::before {
  content: "\f57b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-martini-alt::before {
  content: "\f57b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-columns::before {
  content: "\f0db";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-columns::before {
  content: "\f0db";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lemon::before {
  content: "\f094";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake::before {
  content: "\f2b5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gem::before {
  content: "\f3a5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dolly::before {
  content: "\f472";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dolly-box::before {
  content: "\f472";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smoking::before {
  content: "\f48d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minimize::before {
  content: "\f78c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compress-arrows-alt::before {
  content: "\f78c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-monument::before {
  content: "\f5a6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowplow::before {
  content: "\f7d2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angles-right::before {
  content: "\f101";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-right::before {
  content: "\f101";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cannabis::before {
  content: "\f55f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-play-circle::before {
  content: "\f144";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablets::before {
  content: "\f490";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ethernet::before {
  content: "\f796";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-euro-sign::before {
  content: "\f153";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eur::before {
  content: "\f153";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-euro::before {
  content: "\f153";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chair::before {
  content: "\f6c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-check::before {
  content: "\f058";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-circle::before {
  content: "\f058";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compass-drafting::before {
  content: "\f568";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drafting-compass::before {
  content: "\f568";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plate-wheat::before {
  content: "\e55a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-icicles::before {
  content: "\f7ad";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-shelter::before {
  content: "\e54f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-neuter::before {
  content: "\f22c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-marker::before {
  content: "\f5a1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-helicopter-symbol::before {
  content: "\e502";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-universal-access::before {
  content: "\f29a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-chevron-up::before {
  content: "\f139";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-up::before {
  content: "\f139";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volcano::before {
  content: "\f770";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gbp::before {
  content: "\f154";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pound-sign::before {
  content: "\f154";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viruses::before {
  content: "\e076";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-person-confined::before {
  content: "\e577";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-tie::before {
  content: "\f508";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down-long::before {
  content: "\f175";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-down::before {
  content: "\f175";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-certificate::before {
  content: "\f0a3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-suitcase::before {
  content: "\f0f2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skating::before {
  content: "\f7c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-filter-circle-dollar::before {
  content: "\f662";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-funnel-dollar::before {
  content: "\f662";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-camera-retro::before {
  content: "\f083";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-arrow-down::before {
  content: "\f0ab";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-down::before {
  content: "\f0ab";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-import::before {
  content: "\f56f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-external-link-square::before {
  content: "\f14c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box-open::before {
  content: "\f49e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scroll::before {
  content: "\f70e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spa::before {
  content: "\f5bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-location-pin-lock::before {
  content: "\e51f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pause::before {
  content: "\f04c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hill-avalanche::before {
  content: "\e507";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bomb::before {
  content: "\f1e2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-registered::before {
  content: "\f25d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-address-card::before {
  content: "\f2bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-contact-card::before {
  content: "\f2bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vcard::before {
  content: "\f2bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-balance-scale-right::before {
  content: "\f516";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-subscript::before {
  content: "\f12c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-directions::before {
  content: "\f5eb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-burst::before {
  content: "\e4dc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tired::before {
  content: "\f5c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bills::before {
  content: "\e1f3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smog::before {
  content: "\f75f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crutch::before {
  content: "\f7f7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-upload::before {
  content: "\f0ee";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-palette::before {
  content: "\f53f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-turn-right::before {
  content: "\e4c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vest::before {
  content: "\e085";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ferry::before {
  content: "\e4ea";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-seedling::before {
  content: "\f4d8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sprout::before {
  content: "\f4d8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-left-right::before {
  content: "\f337";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-alt-h::before {
  content: "\f337";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-boxes-packing::before {
  content: "\e4c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-arrow-left::before {
  content: "\f0a8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-left::before {
  content: "\f0a8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bowl-food::before {
  content: "\e4c6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-candy-cane::before {
  content: "\f786";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-bolt::before {
  content: "\f76c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thunderstorm::before {
  content: "\f76c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-word::before {
  content: "\f1c2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-powerpoint::before {
  content: "\f1c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-h::before {
  content: "\f07e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-lock::before {
  content: "\e510";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-download::before {
  content: "\f0ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-download-alt::before {
  content: "\f0ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-children::before {
  content: "\e4e1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chalkboard::before {
  content: "\f51b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blackboard::before {
  content: "\f51b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-open::before {
  content: "\f2b6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mattress-pillow::before {
  content: "\e525";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-refresh::before {
  content: "\f021";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sync::before {
  content: "\f021";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire-extinguisher::before {
  content: "\f134";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-greater-than-equal::before {
  content: "\f532";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-halved::before {
  content: "\f3ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-atlas::before {
  content: "\f558";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-atlas::before {
  content: "\f558";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-virus::before {
  content: "\e074";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-circle-check::before {
  content: "\e4e8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-to-dot::before {
  content: "\e4be";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-archway::before {
  content: "\f557";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-circle-check::before {
  content: "\e4fd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-zipper::before {
  content: "\f1c6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-archive::before {
  content: "\f1c6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square::before {
  content: "\f0c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-martini-glass-empty::before {
  content: "\f000";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-martini::before {
  content: "\f000";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-couch::before {
  content: "\f4b8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-italic::before {
  content: "\f033";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-cells-column-lock::before {
  content: "\e678";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-church::before {
  content: "\f51d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comments-dollar::before {
  content: "\f653";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-democrat::before {
  content: "\f747";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-z::before {
  content: "\5a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skiing::before {
  content: "\f7c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road-lock::before {
  content: "\e567";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-a::before {
  content: "\41";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-arrow-down::before {
  content: "\e03f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-down::before {
  content: "\e03f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-feather-pointed::before {
  content: "\f56b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-feather-alt::before {
  content: "\f56b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-p::before {
  content: "\50";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowflake::before {
  content: "\f2dc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-newspaper::before {
  content: "\f1ea";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rectangle-ad::before {
  content: "\f641";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ad::before {
  content: "\f641";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-arrow-right::before {
  content: "\f0a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-right::before {
  content: "\f0a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-locust::before {
  content: "\e520";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort::before {
  content: "\f0dc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unsorted::before {
  content: "\f0dc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-dress-burst::before {
  content: "\e544";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bread-slice::before {
  content: "\f7ec";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-language::before {
  content: "\f1ab";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-filter::before {
  content: "\f0b0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-question::before {
  content: "\3f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-signature::before {
  content: "\f573";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-alt::before {
  content: "\f0b2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-heart::before {
  content: "\f4be";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code::before {
  content: "\f121";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-whiskey-glass::before {
  content: "\f7a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-whiskey::before {
  content: "\f7a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "\e522";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-external-link::before {
  content: "\f08e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cubes-stacked::before {
  content: "\e4e6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-won-sign::before {
  content: "\f159";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-krw::before {
  content: "\f159";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-won::before {
  content: "\f159";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-f::before {
  content: "\46";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-leaf::before {
  content: "\f06c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road::before {
  content: "\f018";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-taxi::before {
  content: "\f1ba";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cab::before {
  content: "\f1ba";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-circle-plus::before {
  content: "\e541";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-pie::before {
  content: "\f200";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pie-chart::before {
  content: "\f200";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sack-xmark::before {
  content: "\e56a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-excel::before {
  content: "\f1c3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-contract::before {
  content: "\f56c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fish-fins::before {
  content: "\e4f2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-flag::before {
  content: "\e4d5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-beam::before {
  content: "\f582";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-beam::before {
  content: "\f582";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poop::before {
  content: "\f619";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marker::before {
  content: "\f041";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kaaba::before {
  content: "\f66b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-hard::before {
  content: "\f807";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eject::before {
  content: "\f052";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-right::before {
  content: "\f35a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-circle-check::before {
  content: "\e555";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-object-group::before {
  content: "\f247";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-line::before {
  content: "\f201";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-line-chart::before {
  content: "\f201";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mask-ventilator::before {
  content: "\e524";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right::before {
  content: "\f061";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-signs::before {
  content: "\f277";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cash-register::before {
  content: "\f788";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-circle-question::before {
  content: "\e542";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-h::before {
  content: "\48";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tarp::before {
  content: "\e57b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tools::before {
  content: "\f7d9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-to-eye::before {
  content: "\e4bf";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "\e55b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart::before {
  content: "\f004";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-home-user::before {
  content: "\e1b0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dumpster-fire::before {
  content: "\f794";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-martini-glass-citrus::before {
  content: "\f561";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cocktail::before {
  content: "\f561";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-surprise::before {
  content: "\f5c2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bottle-water::before {
  content: "\e4c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apple-whole::before {
  content: "\f5d1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apple-alt::before {
  content: "\f5d1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kitchen-set::before {
  content: "\e51a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-r::before {
  content: "\52";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cube::before {
  content: "\f1b2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-dog::before {
  content: "\e573";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-elevator::before {
  content: "\e16d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-transfer::before {
  content: "\e528";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "\e529";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poll-h::before {
  content: "\f682";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle::before {
  content: "\f111";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-backward-fast::before {
  content: "\f049";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fast-backward::before {
  content: "\f049";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-recycle::before {
  content: "\f1b8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-slash::before {
  content: "\e069";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trademark::before {
  content: "\f25c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-basketball::before {
  content: "\f434";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-basketball-ball::before {
  content: "\f434";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-up::before {
  content: "\f35b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-rays::before {
  content: "\e593";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wallet::before {
  content: "\f555";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard-check::before {
  content: "\f46c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-audio::before {
  content: "\f1c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-burger::before {
  content: "\f805";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hamburger::before {
  content: "\f805";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wrench::before {
  content: "\f0ad";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bugs::before {
  content: "\e4d0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rupee::before {
  content: "\f156";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-image::before {
  content: "\f1c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-bookmark::before {
  content: "\e0bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code-branch::before {
  content: "\f126";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bridge::before {
  content: "\e4c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-front::before {
  content: "\e2b7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cat::before {
  content: "\f6be";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-field::before {
  content: "\e58d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-route::before {
  content: "\f4d7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard-question::before {
  content: "\e4e3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-panorama::before {
  content: "\e209";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-medical::before {
  content: "\f7f5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-circle-minus::before {
  content: "\e4ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tags::before {
  content: "\f02c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-forward-fast::before {
  content: "\f050";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fast-forward::before {
  content: "\f050";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-parking::before {
  content: "\f540";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-parking::before {
  content: "\f540";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-signal::before {
  content: "\e012";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-faucet-drip::before {
  content: "\e006";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cart-flatbed::before {
  content: "\f474";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dolly-flatbed::before {
  content: "\f474";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-terminal::before {
  content: "\f120";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-medical-flag::before {
  content: "\e514";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tape::before {
  content: "\f4db";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bus-simple::before {
  content: "\f55e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bus-alt::before {
  content: "\f55e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye::before {
  content: "\f06e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-audio-description::before {
  content: "\f29e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-military-to-person::before {
  content: "\e54c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-shield::before {
  content: "\e4f0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-slash::before {
  content: "\f506";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen::before {
  content: "\f304";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tower-observation::before {
  content: "\e586";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-code::before {
  content: "\f1c9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signal::before {
  content: "\f012";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bus::before {
  content: "\f207";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "\e501";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-frown::before {
  content: "\f119";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-frown::before {
  content: "\f119";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription::before {
  content: "\f5b1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shop::before {
  content: "\f54f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-save::before {
  content: "\f0c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vihara::before {
  content: "\f6a7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scale-unbalanced::before {
  content: "\f515";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-balance-scale-left::before {
  content: "\f515";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-dots::before {
  content: "\f4ad";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-commenting::before {
  content: "\f4ad";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plant-wilt::before {
  content: "\e5aa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diamond::before {
  content: "\f219";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-squint::before {
  content: "\f585";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-squint::before {
  content: "\f585";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-usd::before {
  content: "\f4c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bacterium::before {
  content: "\e05a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-pointer::before {
  content: "\f25a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drum-steelpan::before {
  content: "\f56a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-praying-hands::before {
  content: "\f684";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-rotate-right::before {
  content: "\f01e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right-rotate::before {
  content: "\f01e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-redo::before {
  content: "\f01e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-biohazard::before {
  content: "\f780";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-location::before {
  content: "\f601";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-child-dress::before {
  content: "\e59c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-between-lines::before {
  content: "\e591";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-tears::before {
  content: "\f588";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tears::before {
  content: "\f588";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone::before {
  content: "\f095";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-xmark::before {
  content: "\f273";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-times::before {
  content: "\f273";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-child-reaching::before {
  content: "\e59d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-door-closed::before {
  content: "\f52a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-six::before {
  content: "\f526";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mosquito-net::before {
  content: "\e52c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bridge-water::before {
  content: "\e4ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-digging::before {
  content: "\f85e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-digging::before {
  content: "\f85e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash::before {
  content: "\f1f8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-medical::before {
  content: "\f7e6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poo::before {
  content: "\f2fe";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shirt::before {
  content: "\f553";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-t-shirt::before {
  content: "\f553";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tshirt::before {
  content: "\f553";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cubes::before {
  content: "\f1b3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-divide::before {
  content: "\f529";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tenge::before {
  content: "\f7d7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headphones::before {
  content: "\f025";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-republican::before {
  content: "\f75e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-left::before {
  content: "\f060";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-circle-xmark::before {
  content: "\e543";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler::before {
  content: "\f545";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-left::before {
  content: "\f036";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-d6::before {
  content: "\f6d1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-restroom::before {
  content: "\f7bd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-j::before {
  content: "\4a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-viewfinder::before {
  content: "\e595";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-video::before {
  content: "\f1c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-external-link-alt::before {
  content: "\f35d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-cells::before {
  content: "\f00a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-th::before {
  content: "\f00a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-pdf::before {
  content: "\f1c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-bible::before {
  content: "\f647";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bible::before {
  content: "\f647";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-o::before {
  content: "\4f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medkit::before {
  content: "\f0fa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-secret::before {
  content: "\f21b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-otter::before {
  content: "\f700";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-dress::before {
  content: "\f182";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-female::before {
  content: "\f182";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-dollar::before {
  content: "\f651";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-business-time::before {
  content: "\f64a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-tanakh::before {
  content: "\f827";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tanakh::before {
  content: "\f827";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard-user::before {
  content: "\f7f3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-child::before {
  content: "\f1ae";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lira-sign::before {
  content: "\f195";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-satellite::before {
  content: "\f7bf";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-lock::before {
  content: "\e558";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tag::before {
  content: "\f02b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment::before {
  content: "\f075";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cake-candles::before {
  content: "\f1fd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-birthday-cake::before {
  content: "\f1fd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cake::before {
  content: "\f1fd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope::before {
  content: "\f0e0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angles-up::before {
  content: "\f102";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-up::before {
  content: "\f102";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paperclip::before {
  content: "\f0c6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ribbon::before {
  content: "\f4d6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lungs::before {
  content: "\f604";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-none::before {
  content: "\f850";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-nodes::before {
  content: "\e4e2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-indent::before {
  content: "\f03c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-field-un::before {
  content: "\e58e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass::before {
  content: "\f254";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-empty::before {
  content: "\f254";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mountain::before {
  content: "\f6fc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-info-circle::before {
  content: "\f05a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-meatball::before {
  content: "\f73b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-camera::before {
  content: "\f030";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-camera-alt::before {
  content: "\f030";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-virus::before {
  content: "\e578";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meteor::before {
  content: "\f753";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-on::before {
  content: "\e4dd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sleigh::before {
  content: "\f7cc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-water::before {
  content: "\f4c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-water::before {
  content: "\f773";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-check::before {
  content: "\f274";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-braille::before {
  content: "\f2a1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-landmark::before {
  content: "\f66f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck::before {
  content: "\f0d1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crosshairs::before {
  content: "\f05b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-cane::before {
  content: "\e53c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tent::before {
  content: "\e57d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vest-patches::before {
  content: "\e086";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-double::before {
  content: "\f560";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-wheat::before {
  content: "\e52a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cookie::before {
  content: "\f563";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-undo::before {
  content: "\f0e2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hdd::before {
  content: "\f0a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dumbbell::before {
  content: "\f44b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tarp-droplet::before {
  content: "\e57c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "\e511";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-plus::before {
  content: "\f271";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-left::before {
  content: "\f359";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-train-subway::before {
  content: "\f239";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-subway::before {
  content: "\f239";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-inr::before {
  content: "\e1bc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crop-simple::before {
  content: "\f565";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crop-alt::before {
  content: "\f565";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dna::before {
  content: "\f471";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-virus-slash::before {
  content: "\e075";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minus::before {
  content: "\f068";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-subtract::before {
  content: "\f068";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess::before {
  content: "\f439";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-left-long::before {
  content: "\f177";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-left::before {
  content: "\f177";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plug-circle-check::before {
  content: "\e55c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gear::before {
  content: "\f013";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cog::before {
  content: "\f013";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mosque::before {
  content: "\f678";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mosquito::before {
  content: "\e52b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-military-rifle::before {
  content: "\e54b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vials::before {
  content: "\f493";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plug-circle-plus::before {
  content: "\e55f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-vertical::before {
  content: "\f58e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-turn-up::before {
  content: "\f148";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-level-up::before {
  content: "\f148";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-u::before {
  content: "\55";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clock::before {
  content: "\f017";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clock-four::before {
  content: "\f017";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-step-backward::before {
  content: "\f048";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pallet::before {
  content: "\f482";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-faucet::before {
  content: "\e005";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baseball-bat-ball::before {
  content: "\f432";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-s::before {
  content: "\53";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-timeline::before {
  content: "\e29c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-keyboard::before {
  content: "\f11c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-down::before {
  content: "\f0d7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-chimney-medical::before {
  content: "\f7f2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clinic-medical::before {
  content: "\f7f2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-screen::before {
  content: "\f3cf";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-android-alt::before {
  content: "\f3cf";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-up::before {
  content: "\e22d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-half::before {
  content: "\f242";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-3::before {
  content: "\f242";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mountain-city::before {
  content: "\e52e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-coins::before {
  content: "\f51e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-khanda::before {
  content: "\f66d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sliders::before {
  content: "\f1de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-pin::before {
  content: "\f276";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hamsa::before {
  content: "\f665";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flask::before {
  content: "\f0c3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-pregnant::before {
  content: "\e31e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ellipsis-vertical::before {
  content: "\f142";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ellipsis-v::before {
  content: "\f142";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ticket::before {
  content: "\f145";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flag-usa::before {
  content: "\f74d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-file::before {
  content: "\e51d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tty::before {
  content: "\f1e4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-teletype::before {
  content: "\f1e4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-rifle::before {
  content: "\e54e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-closed-captioning::before {
  content: "\f20a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hiking::before {
  content: "\f6ec";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-venus-double::before {
  content: "\f226";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-images::before {
  content: "\f302";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calculator::before {
  content: "\f1ec";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-pulling::before {
  content: "\e535";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-n::before {
  content: "\4e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cable-car::before {
  content: "\f7da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tram::before {
  content: "\f7da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-rain::before {
  content: "\f73d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-circle-xmark::before {
  content: "\e4d4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ship::before {
  content: "\f21a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-download::before {
  content: "\f019";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin::before {
  content: "\f580";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin::before {
  content: "\f580";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-delete-left::before {
  content: "\f55a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-backspace::before {
  content: "\f55a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye-dropper::before {
  content: "\f1fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eyedropper::before {
  content: "\f1fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-circle-check::before {
  content: "\e5a0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-forward::before {
  content: "\f04e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile::before {
  content: "\f3ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-meh::before {
  content: "\f11a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meh::before {
  content: "\f11a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-center::before {
  content: "\f037";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-skull::before {
  content: "\f6b7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-dead::before {
  content: "\f6b7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-outdent::before {
  content: "\f03b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dedent::before {
  content: "\f03b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house::before {
  content: "\f015";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-home::before {
  content: "\f015";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-week::before {
  content: "\f784";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-b::before {
  content: "\42";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-medical::before {
  content: "\f477";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-one::before {
  content: "\f525";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exchange::before {
  content: "\f0ec";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-utensils::before {
  content: "\f2e7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cutlery::before {
  content: "\f2e7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bowl-rice::before {
  content: "\e2eb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skull::before {
  content: "\f54c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tower-broadcast::before {
  content: "\f519";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-broadcast-tower::before {
  content: "\f519";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stop::before {
  content: "\f04d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code-merge::before {
  content: "\f387";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-upload::before {
  content: "\f093";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hurricane::before {
  content: "\f751";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mound::before {
  content: "\e52d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet-portable::before {
  content: "\e583";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compact-disc::before {
  content: "\f51f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-arrow-down::before {
  content: "\f56d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-download::before {
  content: "\f56d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caravan::before {
  content: "\f8ff";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-cat::before {
  content: "\e572";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bolt::before {
  content: "\f0e7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-zap::before {
  content: "\f0e7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-water::before {
  content: "\e4f4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-oil-well::before {
  content: "\e532";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vault::before {
  content: "\e2c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars::before {
  content: "\f222";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet::before {
  content: "\f7d8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "\e557";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yen-sign::before {
  content: "\f157";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cny::before {
  content: "\f157";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jpy::before {
  content: "\f157";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rmb::before {
  content: "\f157";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yen::before {
  content: "\f157";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rouble::before {
  content: "\f158";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rub::before {
  content: "\f158";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruble::before {
  content: "\f158";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sun::before {
  content: "\f185";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-guitar::before {
  content: "\f7a6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bore-hole::before {
  content: "\e4c3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-industry::before {
  content: "\f275";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-down::before {
  content: "\f358";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-less-than::before {
  content: "\3c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-down::before {
  content: "\f107";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-tunnel::before {
  content: "\e4de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-lines::before {
  content: "\f7a4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-lock::before {
  content: "\f502";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right-long::before {
  content: "\f178";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-right::before {
  content: "\f178";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ellipsis::before {
  content: "\f141";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ellipsis-h::before {
  content: "\f141";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-pawn::before {
  content: "\f443";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kit-medical::before {
  content: "\f479";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-first-aid::before {
  content: "\f479";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-through-window::before {
  content: "\e5a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toolbox::before {
  content: "\f552";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-holding-circle::before {
  content: "\e4fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bug::before {
  content: "\f188";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-credit-card::before {
  content: "\f09d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-credit-card-alt::before {
  content: "\f09d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car::before {
  content: "\f1b9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-automobile::before {
  content: "\f1b9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-hand::before {
  content: "\e4f7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-open-reader::before {
  content: "\f5da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-reader::before {
  content: "\f5da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mountain-sun::before {
  content: "\e52f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-d20::before {
  content: "\f6cf";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-droplet::before {
  content: "\e58c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-circle-xmark::before {
  content: "\e5a1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-arrow-up::before {
  content: "\e040";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-up::before {
  content: "\e040";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medal::before {
  content: "\f5a2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bed::before {
  content: "\f236";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-h::before {
  content: "\f0fd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-h-square::before {
  content: "\f0fd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-podcast::before {
  content: "\f2ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bell::before {
  content: "\f0f3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-superscript::before {
  content: "\f12b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "\e560";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file::before {
  content: "\f15b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-greater-than::before {
  content: "\3e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swimmer::before {
  content: "\f5c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down::before {
  content: "\f063";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-droplet::before {
  content: "\f043";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tint::before {
  content: "\f043";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eraser::before {
  content: "\f12d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-earth-americas::before {
  content: "\f57d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-earth::before {
  content: "\f57d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-earth-america::before {
  content: "\f57d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-americas::before {
  content: "\f57d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-burst::before {
  content: "\e53b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dove::before {
  content: "\f4ba";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-empty::before {
  content: "\f244";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-0::before {
  content: "\f244";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-socks::before {
  content: "\f696";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-inbox::before {
  content: "\f01c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-section::before {
  content: "\e447";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-open-text::before {
  content: "\f658";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital::before {
  content: "\f0f8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-rook::before {
  content: "\f447";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reorder::before {
  content: "\f550";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stream::before {
  content: "\f550";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dharmachakra::before {
  content: "\f655";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hotdog::before {
  content: "\f80f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blind::before {
  content: "\f29d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drum::before {
  content: "\f569";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fax::before {
  content: "\f1ac";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paragraph::before {
  content: "\f1dd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-half::before {
  content: "\f089";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-boxes-stacked::before {
  content: "\f468";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-boxes::before {
  content: "\f468";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-boxes-alt::before {
  content: "\f468";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tree-city::before {
  content: "\e587";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font::before {
  content: "\f031";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-cells-row-lock::before {
  content: "\e67a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search::before {
  content: "\f002";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-walkie-talkie::before {
  content: "\f8ef";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-pen::before {
  content: "\f31c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-edit::before {
  content: "\f31c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "\e53f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-school-lock::before {
  content: "\e56f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tower-cell::before {
  content: "\e585";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ranking-star::before {
  content: "\e561";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-harassing::before {
  content: "\e549";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-landmark-dome::before {
  content: "\f752";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-landmark-alt::before {
  content: "\f752";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jug-detergent::before {
  content: "\e519";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-burst::before {
  content: "\f5e1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-y::before {
  content: "\59";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jet-fighter-up::before {
  content: "\e518";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-child-combatant::before {
  content: "\e4e0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-child-rifle::before {
  content: "\e4e0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-add::before {
  content: "\2b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-computer::before {
  content: "\e4e5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-shield::before {
  content: "\e4d8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-line::before {
  content: "\e592";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lines-leaning::before {
  content: "\e51e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map::before {
  content: "\f279";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plug-circle-minus::before {
  content: "\e55e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-school-flag::before {
  content: "\e56e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-notdef::before {
  content: "\e1fe";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-radio::before {
  content: "\f8d7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-percent::before {
  content: "\25";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-water-droplet::before {
  content: "\e4f5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-display::before {
  content: "\e163";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-falling-burst::before {
  content: "\e547";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-award::before {
  content: "\f559";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-blank::before {
  content: "\f132";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tents::before {
  content: "\e582";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-music::before {
  content: "\f001";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-heart::before {
  content: "\e574";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-t::before {
  content: "\54";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vial-circle-check::before {
  content: "\e596";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-walking-luggage::before {
  content: "\e554";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-haykal::before {
  content: "\f666";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tornado::before {
  content: "\f76f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-circle-plus::before {
  content: "\e494";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-m::before {
  content: "\4d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-circle-check::before {
  content: "\e509";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-arrow-right::before {
  content: "\e58b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-falling::before {
  content: "\e546";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rug::before {
  content: "\e569";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handcuffs::before {
  content: "\e4f8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share::before {
  content: "\f064";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bottle-droplet::before {
  content: "\e4c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hill-rockslide::before {
  content: "\e508";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "\e565";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wheelchair-move::before {
  content: "\e2ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wheelchair-alt::before {
  content: "\e2ce";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "\e552";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-train-tram::before {
  content: "\e5b4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jar::before {
  content: "\e516";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-cells-row-unlock::before {
  content: "\e691";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tent-arrows-down::before {
  content: "\e581";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-spin::before {
  content: "\e4bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-usd::before {
  content: "\24";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-x::before {
  content: "\58";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-military-pointing::before {
  content: "\e54a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trowel::before {
  content: "\e589";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-d::before {
  content: "\44";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stapler::before {
  content: "\e5af";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-simple::before {
  content: "\f4c6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-alt::before {
  content: "\f4c6";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-circle-check::before {
  content: "\e53e";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 5, node_modules/@fortawesome/fontawesome-free/scss/_screen-reader.scss */
.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;
}

/* line 39, node_modules/@fortawesome/fontawesome-free/scss/_mixins.scss */
.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 Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, node_modules/@fortawesome/fontawesome-free/scss/solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-1f0189e087fcefbf654fad74a3a06668b782c01353a61d5c0b7f0bf23e33c020.woff2) format("woff2"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-31f099c13f6e4ba05f1b471bf170cb5493249474222917372de3ca5cf29e6a1a.ttf) format("truetype");
}

/* line 24, node_modules/@fortawesome/fontawesome-free/scss/solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
: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(/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-c411f11975d26eb04cd2aa3c071181d4b18e489f1fb97060d4176a3531dfb36e.woff2) format("woff2"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-bc844b5b02d3f3adabb514de4e0c0208252d3123413bd03f6287fa446acee859.ttf) format("truetype");
}

/* line 23, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pixiv:before {
  content: "\e640";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-js:before {
  content: "\f3b9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-jxl:before {
  content: "\e67b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dart-lang:before {
  content: "\e693";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-reddit:before {
  content: "\f1a2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-font-awesome:before {
  content: "\e5ad";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-brave:before {
  content: "\e63c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-instagram:before {
  content: "\e055";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-hacker-news:before {
  content: "\f3af";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-threads:before {
  content: "\e618";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-snapchat:before {
  content: "\f2ad";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-viadeo:before {
  content: "\f2aa";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-opensuse:before {
  content: "\e62b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-dribbble:before {
  content: "\f397";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-node:before {
  content: "\f419";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-debian:before {
  content: "\e60b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-twitter:before {
  content: "\f081";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-kickstarter:before {
  content: "\f3bb";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-youtube:before {
  content: "\f431";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-meta:before {
  content: "\e49b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-letterboxd:before {
  content: "\e62e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-shoelace:before {
  content: "\e60c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-steam:before {
  content: "\f1b7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-vimeo:before {
  content: "\f194";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-github:before {
  content: "\f092";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-threads:before {
  content: "\e619";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-google-scholar:before {
  content: "\e63b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-gitlab:before {
  content: "\e5ae";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gitlab-square:before {
  content: "\e5ae";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-odnoklassniki:before {
  content: "\f264";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-pinterest:before {
  content: "\f0d3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-signal-messenger:before {
  content: "\e663";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mintbit:before {
  content: "\e62f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-brave-reverse:before {
  content: "\e63d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-google-plus:before {
  content: "\f0d4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-web-awesome:before {
  content: "\e682";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-xing:before {
  content: "\f169";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-letterboxd:before {
  content: "\e62d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-x-twitter:before {
  content: "\e61b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-pied-piper:before {
  content: "\e01e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-web-awesome-stroke:before {
  content: "\e684";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-facebook:before {
  content: "\f082";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-flutter:before {
  content: "\e694";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-lastfm:before {
  content: "\f203";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-upwork:before {
  content: "\e641";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-upwork:before {
  content: "\e67c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-screenpal:before {
  content: "\e570";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-web-awesome:before {
  content: "\e683";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bluesky:before {
  content: "\e671";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-behance:before {
  content: "\f1b5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-webflow:before {
  content: "\e65c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-space-awesome:before {
  content: "\e5ac";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-git:before {
  content: "\f1d2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-tumblr:before {
  content: "\f174";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-php:before {
  content: "\f457";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-stubber:before {
  content: "\e5c7";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-odysee:before {
  content: "\e5c6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-whatsapp:before {
  content: "\f40c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-square-x-twitter:before {
  content: "\e61a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* Global styles for standard elements */
/* line 62, app/assets/stylesheets/application.css.scss */
body, h1, h2, h3, h4, h5, .ui.header {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* line 66, app/assets/stylesheets/application.css.scss */
h2 {
  color: #2d2d2d;
}

/* line 70, app/assets/stylesheets/application.css.scss */
h2, h3 {
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/application.css.scss */
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 80, app/assets/stylesheets/application.css.scss */
body {
  height: 100%;
}

/* line 84, app/assets/stylesheets/application.css.scss */
.semi-bold {
  font-weight: 600;
}

/* line 88, app/assets/stylesheets/application.css.scss */
.color-yellow {
  color: #febc65;
}

/* line 92, app/assets/stylesheets/application.css.scss */
.color-grey {
  color: #616161;
}

/* line 96, app/assets/stylesheets/application.css.scss */
.unclickable {
  pointer-events: none;
}

/* line 100, app/assets/stylesheets/application.css.scss */
#main > .two_columns > .content {
  padding-bottom: 100px;
}

/* line 102, app/assets/stylesheets/application.css.scss */
.ui.cards > .ui.card {
  box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5) !important;
}

/* line 104, app/assets/stylesheets/application.css.scss */
.ui.cards > .ui.card.catalog-see-all {
  box-shadow: none !important;
}

/* Media queries helpers */
@media only screen and (max-width: 1349px) {
  /* line 112, app/assets/stylesheets/application.css.scss */
  .desktop.only {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 118, app/assets/stylesheets/application.css.scss */
  .large.screen.only {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 123, app/assets/stylesheets/application.css.scss */
  .not.large.screen {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  /* line 128, app/assets/stylesheets/application.css.scss */
  .computer.only {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  /* line 133, app/assets/stylesheets/application.css.scss */
  .not.computer {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 139, app/assets/stylesheets/application.css.scss */
  .not.mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 145, app/assets/stylesheets/application.css.scss */
  .small-screen-only {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 149, app/assets/stylesheets/application.css.scss */
  .big-screen-only {
    display: none !important;
  }
}

/* Notie */
/* line 154, app/assets/stylesheets/application.css.scss */
.notie-container {
  z-index: 999999;
}

/* line 158, app/assets/stylesheets/application.css.scss */
.notie-textbox {
  color: #fff;
  padding: 30px;
}

/* Unique global elements */
/* line 165, app/assets/stylesheets/application.css.scss */
#main {
  padding-top: 4rem;
  height: 100%;
  width: 100%;
}

/* Gruick, à ranger */
/* line 173, app/assets/stylesheets/application.css.scss */
.t-g {
  color: #a7b2c4 !important;
}

/* line 177, app/assets/stylesheets/application.css.scss */
.ui.segment, .card.ui {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  -moz-box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  border: 0;
}

/* line 181, app/assets/stylesheets/application.css.scss */
.card.ui.progress {
  border-radius: none !important;
}

/* line 185, app/assets/stylesheets/application.css.scss */
.bold {
  font-weight: bold;
}

/* line 189, app/assets/stylesheets/application.css.scss */
.shadow {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  -moz-box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  box-shadow: 0px 0px 20px 3px rgba(210, 211, 212, 0.5);
  border: 0;
}

/* line 193, app/assets/stylesheets/application.css.scss */
.column.with-menu {
  min-width: 15rem;
}

/* line 197, app/assets/stylesheets/application.css.scss */
.item.root {
  padding-inline-end: 70px !important;
}

/* line 201, app/assets/stylesheets/application.css.scss */
.fluid.item {
  flex-grow: 1 !important;
}

/* line 209, app/assets/stylesheets/application.css.scss */
.modal .ui.form .field > .selection.dropdown.multiple {
  width: 100%;
}

/* line 213, app/assets/stylesheets/application.css.scss */
.notie-container {
  z-index: 999999 !important;
}

/* line 217, app/assets/stylesheets/application.css.scss */
.ui.flags {
  margin: 0 2px;
}

/* line 220, app/assets/stylesheets/application.css.scss */
.ui.breadcrumb .active.section {
  font-weight: normal;
}

/* line 224, app/assets/stylesheets/application.css.scss */
.top-10 {
  margin-top: 10px !important;
}

/* line 228, app/assets/stylesheets/application.css.scss */
.top-20 {
  margin-top: 20px !important;
}

/* line 229, app/assets/stylesheets/application.css.scss */
.top-30 {
  margin-top: 30px !important;
}

/* line 230, app/assets/stylesheets/application.css.scss */
.top-40 {
  margin-top: 40px !important;
}

/* line 232, app/assets/stylesheets/application.css.scss */
.mt-1 {
  margin-top: 1rem !important;
}

/* line 233, app/assets/stylesheets/application.css.scss */
.m-b-10 {
  margin-bottom: 20px;
}

/* line 235, app/assets/stylesheets/application.css.scss */
.no-margin {
  margin: 0 !important;
}

/* line 237, app/assets/stylesheets/application.css.scss */
ul > li > a > p {
  background-color: red;
  color: red;
  width: 100%;
}

/* line 243, app/assets/stylesheets/application.css.scss */
.ui.inverted.menu {
  background-color: white !important;
}

/* line 247, app/assets/stylesheets/application.css.scss */
.ui.inverted.menu .item, .ui.inverted.menu .item > a:not(.ui) {
  color: #a7b2c4 !important;
}

/* line 251, app/assets/stylesheets/application.css.scss */
.ui.inverted.menu #search-input {
  color: #a7b2c4;
  border: 0;
}

/* line 256, app/assets/stylesheets/application.css.scss */
.ui.inverted.menu #search-input::placeholder {
  color: #d5dce7;
  opacity: 1;
}

/* line 261, app/assets/stylesheets/application.css.scss */
.ui.inverted.menu i.search.icon {
  inset-inline-start: 0;
  inset-inline-end: unset;
}

/* line 266, app/assets/stylesheets/application.css.scss */
.ui.menu .item.inverted.primary {
  background-color: #009ede;
  color: white !important;
}

/* line 271, app/assets/stylesheets/application.css.scss */
.ui.slide.masked.reveal.image.move.down .hidden.content .content a.header {
  font-weight: 600;
}

/* line 275, app/assets/stylesheets/application.css.scss */
.ui.slide.masked.reveal.image.move.down .visible.content .content a.header {
  font-weight: 600;
}

/* line 279, app/assets/stylesheets/application.css.scss */
.ui.card.horizontal > .content > .wt-card-header > .ui.medium.header.wt-card-title a {
  font-weight: 600;
}

/* line 283, app/assets/stylesheets/application.css.scss */
.ui.header {
  font-weight: 600;
}

/* line 287, app/assets/stylesheets/application.css.scss */
.ui.middle.aligned {
  align-items: center;
  display: flex;
  height: 100%;
}

/* line 292, app/assets/stylesheets/application.css.scss */
.ui.middle.aligned.right {
  justify-content: flex-end;
}

/* ICONS: custom colors */
/* line 299, app/assets/stylesheets/application.css.scss */
i.blue-grey.icon {
  color: #a7b2c4 !important;
}

/* DROPDOWN */
/* line 320, app/assets/stylesheets/application.css.scss */
.ui.selection.active.dropdown .menu {
  border-color: #a7b2c4 !important;
}

/* line 324, app/assets/stylesheets/application.css.scss */
.ui.multiple.dropdown > .label {
  background-color: #f5f5f5;
  font-weight: normal;
  color: #616161;
  box-shadow: none;
  border-radius: 2px !important;
}

/* line 331, app/assets/stylesheets/application.css.scss */
.ui.multiple.dropdown > .label > .delete.icon {
  margin-inline-start: 0.5rem !important;
}

/* CHECKBOX */
/* line 338, app/assets/stylesheets/application.css.scss */
.ui.checkbox {
  cursor: pointer;
}

/* line 342, app/assets/stylesheets/application.css.scss */
.ui.checkbox label:before {
  border-color: #a7b2c4;
  transition: border-color .2s ease-in;
}

/* line 347, app/assets/stylesheets/application.css.scss */
.ui.checkbox input:checked ~ .box:before, .ui.checkbox input:checked ~ label:before {
  border-color: #009ede !important;
}

/* line 351, app/assets/stylesheets/application.css.scss */
.ui.checkbox input:checked ~ label:after {
  color: #009ede;
}

/* line 355, app/assets/stylesheets/application.css.scss */
.ui.checkbox input:checked:focus ~ .box:after, .ui.checkbox input:checked:focus ~ label:after {
  color: #009ede;
}

/* SEGMENTS */
/* line 361, app/assets/stylesheets/application.css.scss */
.ui.segment.dashed {
  border-radius: 0.3rem;
  border: 0.15rem dashed #edeff2;
}

/* Paragraphs */
/* line 368, app/assets/stylesheets/application.css.scss */
p.blue-grey {
  color: #a7b2c4 !important;
}

/* OTHERS */
/* line 374, app/assets/stylesheets/application.css.scss */
.inverted_tooltip_url {
  color: white !important;
  text-decoration: underline;
}

/* line 378, app/assets/stylesheets/application.css.scss */
.inverted_tooltip_url:hover {
  color: #009ede !important;
}

/* line 383, app/assets/stylesheets/application.css.scss */
.list-activity {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 388, app/assets/stylesheets/application.css.scss */
.list-activity .rounded-choice {
  width: fit-content;
  color: #009ede;
  border: 1px solid #009ede;
  padding: 1rem;
  border-radius: 3rem;
  margin: 0.5rem;
  cursor: pointer;
}

/* line 396, app/assets/stylesheets/application.css.scss */
.list-activity .rounded-choice.error {
  background: #fff6f6;
  border-color: #e0b4b4;
  color: #9f3a38;
}

/* line 403, app/assets/stylesheets/application.css.scss */
.list-activity .toggle {
  color: white;
  background-color: #009ede;
}

/* line 409, app/assets/stylesheets/application.css.scss */
.hidden {
  display: none !important;
}

/* line 413, app/assets/stylesheets/application.css.scss */
.warning_before {
  position: relative;
}

/* line 416, app/assets/stylesheets/application.css.scss */
.warning_before::before {
  position: absolute;
  content: '⚠️';
  inset-inline-start: 0;
  top: 50%;
  transform: translate(-25px, -50%);
  z-index: 9;
}

/* line 424, app/assets/stylesheets/application.css.scss */
.warning_before:dir(rtl)::before {
  transform: translate(25px, -50%);
}

/* line 446, app/assets/stylesheets/application.css.scss */
.provider.important {
  color: #009ede;
}

/* line 451, app/assets/stylesheets/application.css.scss */
.unfinished-feature, .unavailable {
  opacity: 0.4;
}

/* line 452, app/assets/stylesheets/application.css.scss */
.unfinished-feature * {
  cursor: no-drop !important;
}

/* line 453, app/assets/stylesheets/application.css.scss */
.d-none {
  display: none;
}

/* line 457, app/assets/stylesheets/application.css.scss */
.unclickable * {
  cursor: no-drop !important;
}

/* line 459, app/assets/stylesheets/application.css.scss */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 459, app/assets/stylesheets/application.css.scss */
.gu-hide {
  display: none !important;
}

/* line 459, app/assets/stylesheets/application.css.scss */
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 459, app/assets/stylesheets/application.css.scss */
.gu-transit {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/* line 461, app/assets/stylesheets/application.css.scss */
input.semantic_error_red {
  background-color: #fff6f6 !important;
  border-color: #e0b4b4 !important;
  color: #9f3a38 !important;
}

/* https://css-shape.com/arc/ */
/* HTML: <div class="arc"></div> */
/* line 469, app/assets/stylesheets/application.css.scss */
.arc {
  --b: 20px;
  /* the boder thickness */
  --a: 360deg;
  /* control the progression */
  /* When the arc is animated, makes the base arc static */
  width: 180px;
  aspect-ratio: 1;
  padding: var(--b);
  border-radius: 50%;
  background: #F8F8F8;
  --_g:/var(--b) var(--b) no-repeat
    radial-gradient(50% 50%,#000 97%,#0000);
  mask: top var(--_g), calc(50% + 50%*sin(var(--a))) calc(50% - 50%*cos(var(--a))) var(--_g), linear-gradient(#0000 0 0) content-box intersect, conic-gradient(#000 var(--a), #0000 0);
}

/* line 474, app/assets/stylesheets/application.css.scss */
.arc:has(+ .anim) {
  position: absolute;
}
