@charset "UTF-8";
.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

.d-flex {
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3;
  }
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.img-fluid {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-end {
  text-align: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: end;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0 ;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0 ;
}

header .top_menu {
  border-bottom: 1px solid #e8edf1;
  background-color: #c4c4c4;
  padding: 5px;
  position: relative;
}
header .top_menu::before {
  position: absolute;
  top: 0;
  left: -2rem;
  display: block;
  width: 20vw;
  height: 100%;
  content: "";
  background: rgb(71.6076233184, 61.7533632287, 84.7466367713);
  transform: skewX(20deg);
  border-right: 5px solid #fff;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .top_menu {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  header .top_menu {
    display: none;
  }
}
@media (max-width: 575px) {
  header .top_menu {
    display: none;
  }
}
header .top_menu .dn_btn {
  display: inline-block;
  font-size: 13px;
  margin-right: 40px;
  font-weight: 500;
  color: #000;
  transition: all 300ms linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .dn_btn {
    margin-right: 20px;
  }
}
header .top_menu .dn_btn:hover {
  color: #6D5E81;
}
header .top_menu .header-social a {
  color: #fff;
  transition: all 300ms linear 0s;
  position: relative;
  z-index: 2;
}
header .top_menu .header-social a:hover {
  color: #B69FD6;
}
header .top_menu .header-social a i {
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .header-social a i {
    margin-right: 13px;
  }
}
header .top_menu .contact-menu a {
  display: inline-block !important;
  font-size: 13px;
}
header .header-area {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
header .header-area.sticky {
  background: #fff;
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a {
  color: #000;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  height: 120px;
  align-items: center;
}
header .header-area .header-main .logo {
  padding: 0 15px;
}
header .header-area .header-main .logo img {
  height: 105px;
  object-fit: contain;
}
header .header-area .header-main .nav-menu {
  padding: 0 15px;
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item {
    margin-left: 10px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item:first-child {
  margin-left: 0;
}
header .header-area .header-main .nav-menu .menu .menu-item > a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    font-size: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  margin-left: 3px;
  pointer-events: none;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  background: #000;
  height: 2px;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
header .header-area .header-main .nav-menu .menu .menu-item > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  position: relative;
  top: 1px;
  background: transparent;
  transition: all 0.3s;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover {
  color: #B69FD6;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus:after {
  background-color: #B69FD6;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover::after, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav::after {
  width: 100%;
  background: #B69FD6;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  padding: 10px 0;
  border-top: 3px solid #B69FD6;
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0 20px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  transition: all 0.4s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #B69FD6;
  padding-left: 4px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a::after {
  display: none;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .header-area .header-main .nav-menu .menu .has-children:hover > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #222222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
  header .header-area .header-main .nav-menu .menu .menu-item {
    display: block;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
    background-color: #ffffff;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a::after {
    display: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item:first-child a {
    border-top: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    height: auto;
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
    margin-left: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
    padding: 12px 25px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
    padding-left: 25px;
  }
  header .header-area .header-main .nav-menu .menu .has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-area .header-main .nav-menu .menu .has-children.active > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
header .header-area .header-main .open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .header-area .header-main .open-nav-menu span {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #B69FD6;
  position: relative;
}
header .header-area .header-main .open-nav-menu span::after, header .header-area .header-main .open-nav-menu span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B69FD6;
  box-sizing: border-box;
}
header .header-area .header-main .open-nav-menu span::before {
  top: -9px;
}
header .header-area .header-main .open-nav-menu span::after {
  top: 9px;
}
@media (max-width: 991px) {
  header .header-area .header-main .open-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .close-nav-menu {
  font-size: 27px;
  background-color: transparent;
  color: #B69FD6;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
}
header .header-area .header-main .close-nav-menu img {
  width: 16px;
}
@media (max-width: 991px) {
  header .header-area .header-main .close-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  header .header-area .header-main .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  header .header-area .header-main .nav-menu.open {
    visibility: visible;
    right: 0px;
  }
}
header .header-area .contact-btn .btn {
  padding: 18px 30px;
}

.padding-banner {
  padding-top: 153px;
}
@media (max-width: 991px) {
  .padding-banner {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 {
    top: 8px;
    left: calc(100% + 21px);
    opacity: 0;
    visibility: hidden;
    width: 250px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2 {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a {
    padding: 12px 45px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover {
    padding-left: 45px;
  }
}
.footer-area {
  background: rgb(42.5, 42.5, 42.5);
  padding: 65px 0 0;
}
.footer-area .footer-top {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 70px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footer-area .footer-top .single-footer-caption .footer-logo img {
  height: 90px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #f4f4f4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle span {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #f4f4f4;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #868c98;
  font-weight: 300;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #B69FD6;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #B69FD6;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #f4f4f4;
  font-size: 16px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  color: #B69FD6;
  padding-left: 5px;
}
.footer-area .footer-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-area .footer-bottom img {
  width: 125px;
  height: 52px;
}
.footer-area .footer-bottom .footer-copy-right p {
  color: #f4f4f4;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

.social_links {
  margin: 25px 0;
}
@media (max-width: 991px) {
  .social_links {
    margin: 30px 0 40px;
  }
}
.social_links ul li {
  display: inline-block;
}
.social_links ul li a {
  font-size: 18px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #6D5E81;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff;
  line-height: 41px !important;
  transition: 0.4s ease;
}
.social_links ul li a:hover {
  background: #B69FD6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-center {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mob-center {
    text-align: center;
  }
}

.banner-area {
  position: relative;
}
.banner-area .swiper-slide img {
  clip-path: circle(0% at 0 50%);
  position: relative;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide img {
    object-position: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide::before {
    content: "";
    box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: 2;
  }
}
.banner-area .swiper-slide-active img {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path !important;
}
.banner-area .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  margin: 0 7px !important;
  transition: 0.5s;
  background: #fff;
}
.banner-area .swiper-pagination-bullet:hover {
  transform: scale(1.2);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.banner-area .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 8px;
  background: #B69FD6;
}
.banner-area .swiper-pagination-bullet-active:hover {
  transform: scale(1);
  box-shadow: none;
}
.banner-area .content {
  position: absolute;
  z-index: 5 !important;
  top: 0;
  padding-left: 4vw;
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area .content {
    padding-left: 3vw;
    width: 55vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area .content {
    width: 90vw;
    justify-content: initial;
    margin-top: 20px;
  }
}
.banner-area .content h1,
.banner-area .content span {
  color: #fff;
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: initial;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 3em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 2.5em;
  }
}
@media (max-width: 575px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 2.1em;
    margin-bottom: 15px;
    line-height: 40px;
  }
}
.banner-area .content p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  width: 70%;
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .content p {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .banner-area .content p {
    margin-bottom: 35px;
    width: 100%;
    font-size: 16px;
  }
}
.banner-area .content a {
  background: #fff;
  padding: 15px 35px;
  color: #6D5E81;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: 0.4s ease;
  width: 200px;
}
.banner-area .content a:hover {
  background: #6D5E81;
  color: #fff;
}
.banner-area .media-icons {
  z-index: 4;
  position: absolute;
  top: 40%;
  right: 15px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}
@media (max-width: 575px) {
  .banner-area .media-icons {
    display: none;
  }
}
.banner-area .media-icons a {
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}
.banner-area .media-icons a:not(:last-child) {
  margin-bottom: 20px;
}
.banner-area .media-icons a:hover {
  transform: scale(1.3);
  color: #413157;
}

section .animate,
.animate2 {
  transition: 1s;
  opacity: 0;
}
@media (max-width: 767px) {
  section .animate,
  .animate2 {
    transform: translateX(0) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
  }
}

section.show-animate .animate {
  transition: 1s;
  opacity: 1;
}

.about-area.bg-white {
  background: #fff;
}
.about-area .animate {
  transition: 1s;
  transform: translateX(-100%);
  opacity: 0;
}
.about-area .style-img {
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 8px;
  z-index: 1;
}
.about-area .style-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: bottom;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .about-area .style-img img {
    max-height: 300px;
  }
}
.about-area .style-img::after {
  content: "";
  position: absolute;
  display: block;
  height: 110%;
  width: 75%;
  right: -30px;
  top: -20px;
  z-index: -2;
  border-radius: 5px;
  opacity: 0.7;
  border: 3px solid #B69FD6;
}
.about-area {
  padding: 65px 0;
  overflow-y: hidden;
  background-color: color-mix(in srgb, #444444, #fff 60%);
  background-image: -webkit-linear-gradient(-100deg, color-mix(in srgb, #444444, #fff 30%) 49.95%, #fff 50.05%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area {
    background-image: -webkit-linear-gradient(-101deg, color-mix(in srgb, #444444, #fff 30%) 49.95%, #fff 50.05%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area {
    background-image: -webkit-linear-gradient(-101deg, color-mix(in srgb, #444444, #fff 30%) 42.95%, #fff 39.05%);
  }
}
@media (max-width: 575px) {
  .about-area {
    background-image: -webkit-linear-gradient(-101deg, color-mix(in srgb, #444444, #fff 30%) 26.95%, #fff 23.05%);
  }
}
.about-area .bg-about {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px 0 rgba(0, 2, 29, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  padding: 70px;
  border-radius: 0 5px 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .bg-about {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .about-area .bg-about {
    padding: 30px;
  }
}

.about-area.show-animate .animate {
  transform: translateX(0);
}

.mission-area .card-mission {
  background: #fff;
  display: flex;
  align-items: center;
  border-top: 6px solid color-mix(in srgb, #6D5E81, #000 30%);
}
.mission-area .card-mission .content {
  padding: 0 50px;
  margin-top: -17px;
}
.mission-area .card-mission .content .square-img {
  display: inline-block;
  background: #6D5E81;
  transform: skew(-45deg, 45deg);
  height: 60px;
  width: 60px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.mission-area .card-mission .content .square-img img {
  height: 35px;
  object-fit: contain;
  position: relative;
  top: 12px;
  left: -2px;
  transform: skew(45deg, -45deg);
}
.mission-area .card-mission .content h3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.3em;
}
@media (max-width: 991px) {
  .mission-area .card-mission .content p {
    text-align: center;
    margin: 5px 0;
  }
}
.mission-area .card-mission .content ul li {
  list-style-type: circle;
  list-style-position: inside;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6e6e;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .mission-area .card-mission .content ul li {
    text-align: center;
    margin: 5px 0;
  }
}

.service-area {
  padding: 65px 0;
  background: #f8f8f8;
  overflow-y: hidden;
}
.service-area .padding-content {
  padding: 0 7vw;
}
@media (min-width: 992px) {
  .service-area .padding-content {
    padding: 0;
    padding-left: 3rem;
    padding-right: 15px;
  }
}
.service-area .card-service.animate {
  transition: 1s;
  transform: translateY(300px);
  transition-delay: calc(0.2s * var(--i));
  opacity: 0;
}
.service-area .card-service {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 1.25rem;
  transition: 0.3s;
  background: #444444;
}
.service-area .card-service .content {
  padding: 0.938rem 0.625rem;
}
.service-area .card-service .content h3 {
  font-size: 1.5em;
  text-align: center;
  font-family: "Rubik", sans-serif;
  color: #fff;
}
.service-area .card-service .card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: #444444;
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.service-area .card-service .card-inner .box {
  width: 100%;
  height: 100%;
  background: #444444;
  border-radius: 1.25rem;
  overflow: hidden;
}
.service-area .card-service .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}
.service-area .card-service .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  transition: 0.3s;
}
.service-area .card-service .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: #444444;
  border-top-left-radius: 50%;
}
.service-area .card-service .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #444444;
}
.service-area .card-service .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}
.service-area .card-service .card-inner .box .icon .iconBox {
  position: absolute;
  inset: 0.625rem;
  background: #6D5E81;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.service-area .card-service .card-inner .box .icon .iconBox i {
  color: #fff;
  font-size: 1.5rem;
  transition: 0.3s;
}
.service-area .card-service:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-area .card-service:hover .iconBox {
  transform: scale(1.1);
}
.service-area .card-service:hover .iconBox i {
  transform: rotate(-40deg);
}
.service-area .card-service:hover img {
  transform: scale(1.1);
}
.service-area .form-group .btn-prod button,
.service-area .form-group .btn-prod a {
  width: 80%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .service-area .ajust-float {
    width: 55%;
    float: left;
    margin-right: 20px;
  }
}
.service-area .ajust-float img {
  border-radius: 5px;
}
@media (min-width: 992px) {
  .service-area .padding-lg-right {
    padding-right: 5%;
  }
}
.service-area p {
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
.service-area .swiper-button-prev,
.service-area .swiper-button-next {
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.service-area .swiper-button-prev::after,
.service-area .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.service-area {
  /* Cards Usados à Venda */
}
.service-area .card-usado {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.service-area .card-usado .card-img-wrapper {
  height: 220px;
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card {
  height: 100%;
  width: 100%;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-wrapper {
  height: 100%;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-slide {
  height: 100%;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-slide a {
  display: block;
  height: 100%;
  cursor: zoom-in;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-usado-next,
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-usado-prev {
  width: 28px;
  height: 28px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #333;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-usado-next::after,
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-usado-prev::after {
  font-size: 14px;
  font-weight: 700;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-usado-pagination {
  bottom: 8px;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-usado-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.7;
}
.service-area .card-usado .card-img-wrapper .swiper-usado-card .swiper-usado-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #6D5E81;
}
.service-area .card-usado .card-img-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.service-area .card-usado .card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.service-area .card-usado .card-body .card-title {
  font-size: 1.25rem;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #171717;
}
.service-area .card-usado .card-body .card-text {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.service-area .card-usado .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.3s;
  border: none;
  margin-top: auto;
}
.service-area .card-usado .btn-whatsapp i {
  font-size: 1.25rem;
}
.service-area .card-usado .btn-whatsapp:hover {
  background: #128c7e;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}
.service-area .card-usado:hover .card-img-wrapper img {
  transform: scale(1.05);
}

.service-area.show-animate .card-service.animate {
  transform: translateY(0);
  opacity: 1;
}

.assessments-area {
  padding: 65px 0 80px;
}
.assessments-area .testimonial-block-one {
  margin: 0 10px;
}
.assessments-area .testimonial-block-one .inner-box {
  position: relative;
  display: block;
}
.assessments-area .testimonial-block-one .inner-box .text-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 40px 40px 33px 40px;
  margin-bottom: 32px;
  height: 260px;
}
.assessments-area .testimonial-block-one .inner-box .text-box::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 24px;
  height: 16px;
  left: 68px;
  bottom: -15px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}
.assessments-area .testimonial-block-one .inner-box .rating li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #ff8a00;
}
.assessments-area .testimonial-block-one .inner-box .rating li:last-child {
  margin-right: 0px !important;
}
.assessments-area .testimonial-block-one .inner-box .author-box {
  position: relative;
  display: block;
  padding: 14px 0px 14px 100px;
}
.assessments-area .testimonial-block-one .inner-box .author-box .author-thumb {
  position: absolute;
  background: #fff;
  box-shadow: -2px 2px #6D5E81;
  padding: 3px;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.assessments-area .testimonial-block-one .inner-box .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
.assessments-area .testimonial-block-one .inner-box .author-box p {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.assessments-area .testimonial-block-one .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.advantages-area {
  padding: 100px 0;
  background-image: url(../img/banners/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.05);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .advantages-area {
    padding: 80px 0;
    background-position: center;
  }
}
.advantages-area .bg-container {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 32px 0 rgba(0, 2, 29, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  padding: 70px;
  border-radius: 10px 0 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .advantages-area .bg-container {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .advantages-area .bg-container {
    background: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .advantages-area .bg-container {
    padding: 30px;
  }
}
.advantages-area .bg-container .section-title h2 {
  color: #413157;
  font-size: 2.3em;
}
.advantages-area .bg-container .the-content {
  background: white;
  margin-bottom: 2em;
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.advantages-area .bg-container .the-content--inner {
  padding: 1em;
  min-height: 231px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .advantages-area .bg-container .the-content--inner {
    min-height: auto;
  }
}
.advantages-area .bg-container .the-content--inner h3 {
  font-size: 1.3em;
  margin-bottom: 5px;
  font-family: "Rubik", sans-serif;
}
.advantages-area .bg-container .the-content--inner p {
  font-size: 0.95em;
}
.advantages-area .bg-container .blog-number {
  position: absolute;
  top: -0.6em;
  right: 0;
  font-size: 3em;
  font-weight: 900;
  mix-blend-mode: multiply;
  color: #6D5E81;
  letter-spacing: 12px;
}
.advantages-area .bg-container .blog-number::after {
  content: "";
  position: absolute;
  left: -80px;
  width: 70px;
  height: 2px;
  background: #413157;
  top: 50%;
  transform: translateY(-50%);
}

.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #6D5E81;
}
.map-site ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #B69FD6;
  padding-left: 5px;
}

.contact-section {
  padding: 65px 0 0;
}
.contact-section .info-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.contact-section .info-container .contact-info {
  display: flex;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .info-container .contact-info h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact-section .info-container .contact-info h3 a:hover {
  color: #B69FD6;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #6D5E81;
  margin-right: 10px;
  font-size: 1.6em;
  min-width: 35px;
}
.contact-section .info-container::after {
  content: "";
  position: absolute;
  display: block;
  height: 115%;
  width: 85%;
  border-radius: 0%;
  left: -30px;
  top: -20px;
  z-index: -2;
  border-radius: 8px;
  opacity: 0.8;
  border: 3px solid color-mix(in srgb, #413157, #fff 40%);
  background: #413157;
}
.contact-section .btn-contact {
  display: flex;
}
@media (max-width: 576px) {
  .contact-section .btn-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contact-section .btn-contact .btn {
    margin-left: 0;
    width: 80%;
  }
}

.cliente {
  width: 100%;
  list-style: none;
  float: left;
}
.cliente li {
  margin-right: 20px;
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 180px;
  margin-bottom: 25px;
}

.l-int {
  padding: 10px;
}
.l-int li {
  margin-bottom: 10px;
  list-style: disc;
}
.l-int li::marker {
  color: #6D5E81;
}

/* animaçãozinha */
@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*=============*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  animation: sweep 1.5s ease-in-out;
  display: flex;
  justify-content: center;
}

.whatsapp-icon {
  margin-top: 13px;
}

/* ================== */
.slider-height {
  height: 350px;
  background-size: cover;
}

.hero-overly {
  position: relative;
  z-index: 1;
}
.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.slider-area {
  background-image: url(../img/banners/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider-area .hero-cap h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero-cap h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slider-area .hero-cap h1 {
    font-size: 35px;
  }
}

.ajust-padding {
  padding-top: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ajust-padding {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ajust-padding {
    padding-top: 115px;
  }
}
@media (max-width: 575px) {
  .ajust-padding {
    padding-top: 115px;
  }
}

.ajust-link {
  color: #fff;
  font-weight: 500;
}
.ajust-link:hover {
  color: #B69FD6;
}

.color-w {
  color: #fff;
  margin: 0;
}

.home-form {
  border-top: 3px solid color-mix(in srgb, #6D5E81, #fff 65%);
  padding: 65px 0;
}
.home-form form,
.home-form input,
.home-form label,
.home-form p,
.home-form textarea {
  color: #000 !important;
}
.home-form .shadow-contact {
  text-align: center;
}
.home-form .shadow-contact h2 {
  color: #6D5E81;
  font-weight: 600;
  margin-top: -45px;
  font-size: 2em;
}
.home-form .shadow-contact span {
  font-size: 60px;
  font-weight: 800;
  color: #413157;
  opacity: 0.09;
}
.home-form .contact-card .icon-contact {
  background: color-mix(in srgb, #6D5E81, #fff 80%);
  padding: 10px;
  width: 50px;
  height: 45px;
  text-align: center;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.home-form .contact-card .icon-contact i {
  font-size: 25px;
  color: #6D5E81;
}
.home-form .contact-card .content p {
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  display: flex;
  align-items: center;
}
.home-form .contact-card .content p a {
  color: #000;
}
.home-form .contact-card .content p a:hover {
  color: #B69FD6;
}

.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  width: 100%;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
  padding-top: 20px;
}
.form-contact button {
  border: none;
}

#form-prod-int {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

.h3-form {
  font-size: 20px;
  color: #413157;
}
.h3-form i {
  color: #B69FD6;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.cta-area {
  background-image: url(../img/banners/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.35);
  padding: 100px 0;
}
.cta-area .cta-caption h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .cta-area .cta-caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.cta-area .cta-caption p {
  color: #fff;
  font-size: 18px;
}
.cta-area .btn i {
  font-size: 3em;
}

.politica-de-privacidade h2 {
  margin-top: 15px;
}

.lgpd {
  position: fixed;
  bottom: 4%;
  left: 2%;
  max-width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}
.lgpd .title {
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.lgpd .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75, 85, 99);
}
.lgpd .description a {
  color: rgb(59, 130, 246);
}
.lgpd .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.lgpd .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.lgpd .actions .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31, 41, 55);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.lgpd .actions .pref:hover {
  color: rgb(156, 163, 175);
}
.lgpd .actions .pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.lgpd .actions .accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17, 24, 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.lgpd .actions .accept:hover {
  background-color: rgb(55, 65, 81);
}
.lgpd .actions .accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 992px) {
  .menu-sidebar {
    display: flex;
    justify-content: end;
  }
}
.menu-sidebar .accordion {
  border-radius: 5px;
}
@media (min-width: 992px) {
  .menu-sidebar .accordion {
    width: 95%;
  }
}
.menu-sidebar .accordion .accordion-item {
  background-color: #e5e5e5;
  padding: 8px 12px;
}
.menu-sidebar .accordion .accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
.menu-sidebar .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #B69FD6;
}
.menu-sidebar .accordion .accordion-item button[aria-expanded=true] .icon {
  color: #B69FD6;
}
@media (max-width: 991px) {
  .menu-sidebar .accordion {
    padding: 0 20px;
  }
}
.menu-sidebar .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  transition: 0.4s ease;
}
.menu-sidebar .accordion button:hover, .menu-sidebar .accordion button:focus {
  cursor: pointer;
  color: #B69FD6;
}
.menu-sidebar .accordion button:hover::after, .menu-sidebar .accordion button:focus::after {
  cursor: pointer;
  color: #B69FD6;
  border: 1px solid #B69FD6;
}
.menu-sidebar .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 600;
}
.menu-sidebar .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  color: #413157;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-sidebar .accordion button .icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}
.menu-sidebar .accordion button[aria-expanded=true] {
  color: #6D5E81;
}
.menu-sidebar .accordion button[aria-expanded=true] .icon::before {
  content: "\f077";
}
.menu-sidebar .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 991px) {
  .menu-sidebar .accordion button[aria-expanded=true] + .accordion-content {
    overflow-y: scroll;
  }
}
.menu-sidebar .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.menu-sidebar .accordion .accordion-content p,
.menu-sidebar .accordion .accordion-content li {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 2em 0;
}
.menu-sidebar .accordion .accordion-content p a:hover,
.menu-sidebar .accordion .accordion-content li a:hover {
  color: #B69FD6;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .menu-sidebar .accordion .accordion-content p {
    font-weight: 600;
    color: #413157;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
}

.prodintSwiper {
  height: 400px;
}

.img-text {
  position: relative;
  background-image: url(../img/gallery/about.webp);
}
.img-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #454545, rgba(255, 255, 255, 0));
  z-index: 0;
}
.img-text .content-padding {
  padding: 32px;
  z-index: 1;
}
.img-text .content-padding h2,
.img-text .content-padding p {
  color: #FFF;
}

.text-center p {
  text-align: center;
}

.buttons .btn {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.section-text .title-text01 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding: 10px;
}
.section-text .title-text01 .title {
  position: relative;
}
.section-text .title-text01 .title h1,
.section-text .title-text01 .title h2,
.section-text .title-text01 .title h3 {
  position: relative;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 10px 0;
  background: -webkit-linear-gradient(#B69FD6, #6D5E81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-destaques .box-navfeatures .custom-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-destaques .box-navfeatures .custom-nav {
    margin-bottom: 15px;
  }
}
.section-destaques .box-navfeatures .custom-nav .tab-style {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-destaques .box-navfeatures .custom-nav .tab-style {
    width: 48%;
    margin: 5px;
  }
}
.section-destaques .box-navfeatures .custom-nav .tab-style .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding: 10px 30px;
  width: 100%;
  color: #000000;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-destaques .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-destaques .box-navfeatures .custom-nav .tab-style .nav-link {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-destaques .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .section-destaques .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
.section-destaques .box-navfeatures .custom-nav .tab-style .nav-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.section-destaques .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
  font-size: 30px;
  color: #B69FD6;
  background: linear-gradient(120deg, #6D5E81 45%, #B69FD6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-destaques .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
    font-size: 25px;
  }
}
.section-destaques .box-navfeatures .custom-nav .tab-style .nav-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section-destaques .box-navfeatures .custom-nav .tab-style .nav-link.active {
  color: #ffffff;
  background: linear-gradient(130deg, #6D5E81 60%, #B69FD6 100%);
  border-color: #dee2e6;
  border: 0;
}
.section-destaques .box-navfeatures .custom-nav .tab-style .nav-link.active img {
  filter: brightness(600%) saturate(0);
}
.section-destaques .box-navfeatures .custom-nav .tab-style .nav-link.active i {
  color: #fff;
  background: linear-gradient(120deg, #fff 45%, #eee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-destaques .box-navfeatures .tab-content .tab-pane {
  display: none;
  padding: 5px;
}
.section-destaques .box-navfeatures .tab-content .tab-pane.active {
  display: flex;
  animation: fadeInRight 1s ease 0s 1 normal forwards;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-destaques .box-navfeatures .tab-content .box-img {
  width: 100%;
  height: 78%;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-destaques .box-navfeatures .tab-content .box-img {
    height: 400px;
  }
}
.section-destaques .box-navfeatures .tab-content .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-destaques .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-destaques .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media (max-width: 320px) {
  .section-destaques .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
.section-destaques .box-navfeatures .tab-content .box-text .subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 18px;
  color: #1a1a1a;
}
.section-destaques .box-navfeatures .tab-content .box-text .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 2px;
  height: 15px;
  background: #413157;
  transform: translateY(-50%) skew(-10deg);
}
.section-destaques .box-navfeatures .tab-content .box-text .subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 2px;
  height: 15px;
  background: #413157;
  transform: translateY(-50%) skew(-10deg);
}
.section-destaques .box-navfeatures .tab-content .box-text .subtitle span {
  font-weight: 500;
  color: #B69FD6;
}
.section-destaques .box-navfeatures .tab-content .box-text .title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6D5E81;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-destaques .box-navfeatures .tab-content .box-text .subtitle {
    font-size: 16px;
  }
  .section-destaques .box-navfeatures .tab-content .box-text .title {
    font-size: 25px;
  }
}
.section-destaques .box-navfeatures .tab-content .box-text .desc p {
  text-align: justify;
  font-size: 16px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-destaques .box-navfeatures .tab-content .box-text .desc p {
    font-size: 14px;
    line-height: 25px;
  }
}
.section-destaques .box-navfeatures .tab-content .box-text .list {
  margin: 10px 0;
}
.section-destaques .box-navfeatures .tab-content .box-text .list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 0;
}
.section-destaques .box-navfeatures .tab-content .box-text .list li i {
  margin-right: 5px;
  font-size: 20px;
  background-color: #fff;
  color: #B69FD6;
}
.section-destaques .box-navfeatures .tab-content .box-text .btn-four {
  margin-top: 10px;
  padding: 8px 20px;
}
.section-destaques .box-navfeatures .tab-content2 .tab-pane {
  display: none;
  padding: 5px;
}
.section-destaques .box-navfeatures .tab-content2 .tab-pane.active {
  display: flex;
  animation: fadeInRight 1s ease 0s 1 normal forwards;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-destaques .box-navfeatures .tab-content2 .box-img {
  width: 100%;
  height: 78%;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-destaques .box-navfeatures .tab-content2 .box-img {
    height: 400px;
  }
}
.section-destaques .box-navfeatures .tab-content2 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-destaques .box-navfeatures .tab-content2 .box-text {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-destaques .box-navfeatures .tab-content2 .box-text {
    padding: 20px 0;
  }
}
@media (max-width: 320px) {
  .section-destaques .box-navfeatures .tab-content2 .box-text {
    padding: 20px 0;
  }
}
.section-destaques .box-navfeatures .tab-content2 .box-text .subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 18px;
  color: #1a1a1a;
}
.section-destaques .box-navfeatures .tab-content2 .box-text .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 2px;
  height: 15px;
  background: #413157;
  transform: translateY(-50%) skew(-10deg);
}
.section-destaques .box-navfeatures .tab-content2 .box-text .subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 2px;
  height: 15px;
  background: #413157;
  transform: translateY(-50%) skew(-10deg);
}
.section-destaques .box-navfeatures .tab-content2 .box-text .subtitle span {
  font-weight: 500;
  color: #B69FD6;
}
.section-destaques .box-navfeatures .tab-content2 .box-text .title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6D5E81;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-destaques .box-navfeatures .tab-content2 .box-text .subtitle {
    font-size: 16px;
  }
  .section-destaques .box-navfeatures .tab-content2 .box-text .title {
    font-size: 25px;
  }
}
.section-destaques .box-navfeatures .tab-content2 .box-text .desc p {
  text-align: justify;
  font-size: 16px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-destaques .box-navfeatures .tab-content2 .box-text .desc p {
    font-size: 14px;
    line-height: 25px;
  }
}
.section-destaques .box-navfeatures .tab-content2 .box-text .list {
  margin: 10px 0;
}
.section-destaques .box-navfeatures .tab-content2 .box-text .list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 0;
}
.section-destaques .box-navfeatures .tab-content2 .box-text .list li i {
  margin-right: 5px;
  font-size: 20px;
  background-color: #fff;
  color: #B69FD6;
}
.section-destaques .box-navfeatures .tab-content2 .box-text .btn-four {
  margin-top: 10px;
  padding: 8px 20px;
}

.intern-acord {
  padding: 65px 0;
}
.intern-acord .accordion {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .intern-acord .accordion {
    width: 95%;
  }
}
.intern-acord .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.intern-acord .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #B69FD6;
}
.intern-acord .accordion .accordion-item button[aria-expanded=true] .icon {
  color: #B69FD6;
}
@media (max-width: 991px) {
  .intern-acord .accordion {
    padding: 0 20px;
  }
}
.intern-acord .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  transition: 0.4s ease;
}
.intern-acord .accordion button:hover, .intern-acord .accordion button:focus {
  cursor: pointer;
  color: #B69FD6;
}
.intern-acord .accordion button:hover::after, .intern-acord .accordion button:focus::after {
  cursor: pointer;
  color: #B69FD6;
  border: 1px solid #B69FD6;
}
.intern-acord .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 600;
}
.intern-acord .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #413157;
}
.intern-acord .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.intern-acord .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.intern-acord .accordion button[aria-expanded=true] {
  color: #6D5E81;
}
.intern-acord .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.intern-acord .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 991px) {
  .intern-acord .accordion button[aria-expanded=true] + .accordion-content {
    overflow-y: scroll;
  }
}
.intern-acord .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.intern-acord .accordion .accordion-content p,
.intern-acord .accordion .accordion-content li {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 2em 0;
}
.intern-acord .accordion .accordion-content p a:hover,
.intern-acord .accordion .accordion-content li a:hover {
  color: #B69FD6;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .intern-acord .accordion .accordion-content p {
    font-weight: 600;
    color: #413157;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
}

.section-title02 {
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  z-index: 1;
}
.section-title02 .icon {
  width: 120px;
  opacity: 1;
  z-index: -1;
}
.section-title02 .subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #6D5E81;
  background: linear-gradient(90deg, #B69FD6 45%, #6D5E81 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 575px) {
  .section-title02 .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .section-title02 .subtitle {
    font-size: 16px;
  }
}
.section-title02 .title {
  font-size: 45px;
  font-weight: 800;
  color: #2c2b2b;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title02 .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-title02 .title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .section-title02 .title {
    font-size: 22px;
  }
}
.section-title02 .title.color-gradint {
  background: linear-gradient(90deg, #B69FD6 45%, #6D5E81 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title02 .desc {
  margin: 5px 0;
}
.section-title02 .desc p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
}

.style-img01 {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #B69FD6;
  text-align: center;
  padding: 20px 20px;
  border-radius: 10px;
  height: 415px;
  width: 90%;
}
.style-img01::after {
  content: "";
  position: absolute;
  bottom: -3%;
  left: -3%;
  width: 250px;
  height: 80%;
  border-radius: 5%;
  transform: rotate(0deg);
  background: radial-gradient(farthest-side at -33.33% 50%, rgba(0, 0, 0, 0) 52%, #6D5E81 54% 57%, rgba(0, 0, 0, 0) 59%) 0 40px, radial-gradient(farthest-side at 50% 133.33%, rgba(0, 0, 0, 0) 52%, #6D5E81 54% 57%, rgba(0, 0, 0, 0) 59%) 40px 0, radial-gradient(farthest-side at 133.33% 50%, rgba(0, 0, 0, 0) 52%, #6D5E81 54% 57%, rgba(0, 0, 0, 0) 59%), radial-gradient(farthest-side at 50% -33.33%, rgba(0, 0, 0, 0) 52%, #6D5E81 54% 57%, rgba(0, 0, 0, 0) 59%), #fefeff;
  background-size: 17.1416327405px 80px, 80px 17.1416327405px;
  opacity: 0.5;
  z-index: -1;
}
.style-img01 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  width: 110%;
  height: 90%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.service-page .box-img {
  margin-bottom: 20px;
  height: 450px;
}
.service-page .box-img .prodintSwiper {
  width: 100%;
  height: 100%;
}
.service-page .service-content .titles1 {
  font-size: 26px;
  margin: 15px 0;
  color: #6D5E81;
}
.service-page .service-content .titles2 {
  color: #6D5E81;
  font-size: 24px;
  margin: 15px 0;
}
.service-page .service-content p {
  font-size: 16px;
  text-align: justify;
  color: #000;
}
.service-page .service-details-card {
  padding: 20px;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1019607843);
  display: flex;
  align-items: start;
  border-left: 5px solid #B69FD6;
  margin: 20px 0;
}
.service-page .service-details-card .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 35px;
  color: #B69FD6;
}
.service-page .service-details-card .details {
  margin-left: 20px;
}
.service-page .service-details-card .details h2,
.service-page .service-details-card .details h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.service-page .service-details-card .details p {
  font-size: 16px;
  color: #000;
}
.service-page .sedebar02 .box-categoria {
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.9333333333);
}
.service-page .sedebar02 .box-categoria .cat-title {
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
}
.service-page .sedebar02 .box-categoria ul {
  margin-bottom: 10px;
}
.service-page .sedebar02 .box-categoria ul li {
  padding: 18px 25px;
  background: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
}
.service-page .sedebar02 .box-categoria ul li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
}
.service-page .sedebar02 .box-categoria ul li:hover {
  transform: scale(1.03);
  background: #B69FD6;
}
.service-page .sedebar02 .box-categoria ul li:hover a {
  color: #fff;
}
.service-page .sedebar02 .sidebar-cta {
  position: relative;
  padding: 20px 30px;
  margin: 20px 0;
  height: 450px;
}
.service-page .sedebar02 .sidebar-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.service-page .sedebar02 .sidebar-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-page .sedebar02 .sidebar-cta .content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  z-index: 2;
}
.service-page .sedebar02 .sidebar-cta .content-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #B69FD6;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.service-page .sedebar02 .sidebar-cta .content-inner h2,
.service-page .sedebar02 .sidebar-cta .content-inner h3 {
  color: #fff;
  font-size: 26px;
  margin: 15px 0;
}
.service-page .sedebar02 .sidebar-cta .content-inner a {
  padding: 15px 30px;
  background-color: #B69FD6;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}
.service-page .sedebar02 .sidebar-cta .content-inner a:hover {
  background-color: #fff;
  color: #B69FD6;
}
.service-page .accordion {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .service-page .accordion {
    width: 95%;
  }
}
.service-page .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.service-page .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #B69FD6;
}
.service-page .accordion .accordion-item button[aria-expanded=true] .icon {
  color: #B69FD6;
}
@media (max-width: 991px) {
  .service-page .accordion {
    padding: 0 20px;
  }
}
.service-page .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  transition: 0.4s ease;
}
.service-page .accordion button:hover, .service-page .accordion button:focus {
  cursor: pointer;
  color: #B69FD6;
}
.service-page .accordion button:hover::after, .service-page .accordion button:focus::after {
  cursor: pointer;
  color: #B69FD6;
  border: 1px solid #B69FD6;
}
.service-page .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 600;
}
.service-page .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #413157;
}
.service-page .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.service-page .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.service-page .accordion button[aria-expanded=true] {
  color: #6D5E81;
}
.service-page .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.service-page .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 991px) {
  .service-page .accordion button[aria-expanded=true] + .accordion-content {
    overflow-y: scroll;
  }
}
.service-page .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.service-page .accordion .accordion-content p,
.service-page .accordion .accordion-content li {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 2em 0;
}
.service-page .accordion .accordion-content p a:hover,
.service-page .accordion .accordion-content li a:hover {
  color: #B69FD6;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .service-page .accordion .accordion-content p {
    font-weight: 600;
    color: #413157;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.service-page .swiper-button-prev,
.service-page .swiper-button-next {
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.service-page .swiper-button-prev::after,
.service-page .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?dn1oro");
  src: url("fonts/icomoon.eot?dn1oro#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dn1oro") format("truetype"), url("fonts/icomoon.woff?dn1oro") format("woff"), url("fonts/icomoon.svg?dn1oro#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-group:before {
  content: "\f534";
}

.icon-px:before {
  content: "\f535";
}

.icon-accessible-icon:before {
  content: "\f536";
}

.icon-accusoft:before {
  content: "\f537";
}

.icon-adn:before {
  content: "\f538";
}

.icon-adversal:before {
  content: "\f539";
}

.icon-affiliatetheme:before {
  content: "\f53a";
}

.icon-airbnb:before {
  content: "\f53b";
}

.icon-algolia:before {
  content: "\f53c";
}

.icon-alipay:before {
  content: "\f53d";
}

.icon-amazon:before {
  content: "\f53e";
}

.icon-amazon-pay:before {
  content: "\f53f";
}

.icon-amilia:before {
  content: "\f540";
}

.icon-android:before {
  content: "\f541";
}

.icon-angellist:before {
  content: "\f542";
}

.icon-angrycreative:before {
  content: "\f543";
}

.icon-angular:before {
  content: "\f544";
}

.icon-apper:before {
  content: "\f545";
}

.icon-apple:before {
  content: "\f546";
}

.icon-apple-pay:before {
  content: "\f547";
}

.icon-app-store:before {
  content: "\f548";
}

.icon-app-store-ios:before {
  content: "\f549";
}

.icon-artstation:before {
  content: "\f54a";
}

.icon-asymmetrik:before {
  content: "\f54b";
}

.icon-atlassian:before {
  content: "\f54c";
}

.icon-audible:before {
  content: "\f54d";
}

.icon-autoprefixer:before {
  content: "\f54e";
}

.icon-avianex:before {
  content: "\f54f";
}

.icon-aviato:before {
  content: "\f550";
}

.icon-aws:before {
  content: "\f551";
}

.icon-bandcamp:before {
  content: "\f552";
}

.icon-battle-net:before {
  content: "\f553";
}

.icon-behance:before {
  content: "\f554";
}

.icon-behance-square:before {
  content: "\f555";
}

.icon-bilibili:before {
  content: "\f556";
}

.icon-bimobject:before {
  content: "\f557";
}

.icon-bitbucket:before {
  content: "\f558";
}

.icon-bitcoin:before {
  content: "\f559";
}

.icon-bity:before {
  content: "\f55a";
}

.icon-blackberry:before {
  content: "\f55b";
}

.icon-black-tie:before {
  content: "\f55c";
}

.icon-blogger:before {
  content: "\f55d";
}

.icon-blogger-b:before {
  content: "\f55e";
}

.icon-bluetooth:before {
  content: "\f55f";
}

.icon-bluetooth-b:before {
  content: "\f560";
}

.icon-bootstrap:before {
  content: "\f561";
}

.icon-bots:before {
  content: "\f562";
}

.icon-btc:before {
  content: "\f563";
}

.icon-buffer:before {
  content: "\f564";
}

.icon-buromobelexperte:before {
  content: "\f565";
}

.icon-buy-n-large:before {
  content: "\f566";
}

.icon-buysellads:before {
  content: "\f567";
}

.icon-canadian-maple-leaf:before {
  content: "\f568";
}

.icon-cc-amazon-pay:before {
  content: "\f569";
}

.icon-cc-amex:before {
  content: "\f56a";
}

.icon-cc-apple-pay:before {
  content: "\f56b";
}

.icon-cc-diners-club:before {
  content: "\f56c";
}

.icon-cc-discover:before {
  content: "\f56d";
}

.icon-cc-jcb:before {
  content: "\f56e";
}

.icon-cc-mastercard:before {
  content: "\f56f";
}

.icon-cc-paypal:before {
  content: "\f570";
}

.icon-cc-stripe:before {
  content: "\f571";
}

.icon-cc-visa:before {
  content: "\f572";
}

.icon-centercode:before {
  content: "\f573";
}

.icon-centos:before {
  content: "\f574";
}

.icon-chrome:before {
  content: "\f575";
}

.icon-chromecast:before {
  content: "\f576";
}

.icon-cloudflare:before {
  content: "\f577";
}

.icon-cloudscale:before {
  content: "\f578";
}

.icon-cloudsmith:before {
  content: "\f579";
}

.icon-cloudversify:before {
  content: "\f57a";
}

.icon-cmplid:before {
  content: "\f57b";
}

.icon-codepen:before {
  content: "\f57c";
}

.icon-codiepie:before {
  content: "\f57d";
}

.icon-confluence:before {
  content: "\f57e";
}

.icon-connectdevelop:before {
  content: "\f57f";
}

.icon-contao:before {
  content: "\f580";
}

.icon-cotton-bureau:before {
  content: "\f581";
}

.icon-cpanel:before {
  content: "\f582";
}

.icon-creative-commons:before {
  content: "\f583";
}

.icon-creative-commons-by:before {
  content: "\f584";
}

.icon-creative-commons-nc:before {
  content: "\f585";
}

.icon-creative-commons-nc-eu:before {
  content: "\f586";
}

.icon-creative-commons-nc-jp:before {
  content: "\f587";
}

.icon-creative-commons-nd:before {
  content: "\f588";
}

.icon-creative-commons-pd:before {
  content: "\f589";
}

.icon-creative-commons-pd-alt:before {
  content: "\f58a";
}

.icon-creative-commons-remix:before {
  content: "\f58b";
}

.icon-creative-commons-sa:before {
  content: "\f58c";
}

.icon-creative-commons-sampling:before {
  content: "\f58d";
}

.icon-creative-commons-sampling-plus:before {
  content: "\f58e";
}

.icon-creative-commons-share:before {
  content: "\f58f";
}

.icon-creative-commons-zero:before {
  content: "\f590";
}

.icon-critical-role:before {
  content: "\f591";
}

.icon-css3:before {
  content: "\f592";
}

.icon-css3-alt:before {
  content: "\f593";
}

.icon-cuttlefish:before {
  content: "\f594";
}

.icon-dailymotion:before {
  content: "\f595";
}

.icon-d-and-d:before {
  content: "\f596";
}

.icon-d-and-d-beyond:before {
  content: "\f597";
}

.icon-dashcube:before {
  content: "\f598";
}

.icon-deezer:before {
  content: "\f599";
}

.icon-delicious:before {
  content: "\f59a";
}

.icon-deploydog:before {
  content: "\f59b";
}

.icon-deskpro:before {
  content: "\f59c";
}

.icon-dev:before {
  content: "\f59d";
}

.icon-deviantart:before {
  content: "\f59e";
}

.icon-dhl:before {
  content: "\f59f";
}

.icon-diaspora:before {
  content: "\f5a0";
}

.icon-digg:before {
  content: "\f5a1";
}

.icon-digital-ocean:before {
  content: "\f5a2";
}

.icon-discord:before {
  content: "\f5a3";
}

.icon-discourse:before {
  content: "\f5a4";
}

.icon-dochub:before {
  content: "\f5a5";
}

.icon-docker:before {
  content: "\f5a6";
}

.icon-draft2digital:before {
  content: "\f5a7";
}

.icon-dribbble:before {
  content: "\f5a8";
}

.icon-dribbble-square:before {
  content: "\f5a9";
}

.icon-dropbox:before {
  content: "\f5aa";
}

.icon-drupal:before {
  content: "\f5ab";
}

.icon-dyalog:before {
  content: "\f5ac";
}

.icon-earlybirds:before {
  content: "\f5ad";
}

.icon-ebay:before {
  content: "\f5ae";
}

.icon-edge:before {
  content: "\f5af";
}

.icon-edge-legacy:before {
  content: "\f5b0";
}

.icon-elementor:before {
  content: "\f5b1";
}

.icon-ello:before {
  content: "\f5b2";
}

.icon-ember:before {
  content: "\f5b3";
}

.icon-empire:before {
  content: "\f5b4";
}

.icon-envira:before {
  content: "\f5b5";
}

.icon-erlang:before {
  content: "\f5b6";
}

.icon-ethereum:before {
  content: "\f5b7";
}

.icon-etsy:before {
  content: "\f5b8";
}

.icon-evernote:before {
  content: "\f5b9";
}

.icon-expeditedssl:before {
  content: "\f5ba";
}

.icon-facebook:before {
  content: "\f5bb";
}

.icon-facebook-f:before {
  content: "\f5bc";
}

.icon-facebook-messenger:before {
  content: "\f5bd";
}

.icon-facebook-square:before {
  content: "\f5be";
}

.icon-fantasy-flight-games:before {
  content: "\f5bf";
}

.icon-fedex:before {
  content: "\f5c0";
}

.icon-fedora:before {
  content: "\f5c1";
}

.icon-figma:before {
  content: "\f5c2";
}

.icon-firefox:before {
  content: "\f5c3";
}

.icon-firefox-browser:before {
  content: "\f5c4";
}

.icon-firstdraft:before {
  content: "\f5c5";
}

.icon-first-order:before {
  content: "\f5c6";
}

.icon-first-order-alt:before {
  content: "\f5c7";
}

.icon-flickr:before {
  content: "\f5c8";
}

.icon-flipboard:before {
  content: "\f5c9";
}

.icon-fly:before {
  content: "\f5ca";
}

.icon-font-awesome:before {
  content: "\f5cb";
}

.icon-fonticons:before {
  content: "\f5cc";
}

.icon-fonticons-fi:before {
  content: "\f5cd";
}

.icon-fort-awesome:before {
  content: "\f5ce";
}

.icon-fort-awesome-alt:before {
  content: "\f5cf";
}

.icon-forumbee:before {
  content: "\f5d0";
}

.icon-foursquare:before {
  content: "\f5d1";
}

.icon-freebsd:before {
  content: "\f5d2";
}

.icon-free-code-camp:before {
  content: "\f5d3";
}

.icon-fulcrum:before {
  content: "\f5d4";
}

.icon-galactic-republic:before {
  content: "\f5d5";
}

.icon-galactic-senate:before {
  content: "\f5d6";
}

.icon-get-pocket:before {
  content: "\f5d7";
}

.icon-gg:before {
  content: "\f5d8";
}

.icon-gg-circle:before {
  content: "\f5d9";
}

.icon-git:before {
  content: "\f5da";
}

.icon-git-alt:before {
  content: "\f5db";
}

.icon-github:before {
  content: "\f5dc";
}

.icon-github-alt:before {
  content: "\f5dd";
}

.icon-github-square:before {
  content: "\f5de";
}

.icon-gitkraken:before {
  content: "\f5df";
}

.icon-gitlab:before {
  content: "\f5e0";
}

.icon-git-square:before {
  content: "\f5e1";
}

.icon-gitter:before {
  content: "\f5e2";
}

.icon-glide:before {
  content: "\f5e3";
}

.icon-glide-g:before {
  content: "\f5e4";
}

.icon-gofore:before {
  content: "\f5e5";
}

.icon-golang:before {
  content: "\f5e6";
}

.icon-goodreads:before {
  content: "\f5e7";
}

.icon-goodreads-g:before {
  content: "\f5e8";
}

.icon-google:before {
  content: "\f5e9";
}

.icon-google-drive:before {
  content: "\f5ea";
}

.icon-google-pay:before {
  content: "\f5eb";
}

.icon-google-play:before {
  content: "\f5ec";
}

.icon-google-plus:before {
  content: "\f5ed";
}

.icon-google-plus-g:before {
  content: "\f5ee";
}

.icon-google-plus-square:before {
  content: "\f5ef";
}

.icon-google-wallet:before {
  content: "\f5f0";
}

.icon-gratipay:before {
  content: "\f5f1";
}

.icon-grav:before {
  content: "\f5f2";
}

.icon-gripfire:before {
  content: "\f5f3";
}

.icon-grunt:before {
  content: "\f5f4";
}

.icon-guilded:before {
  content: "\f5f5";
}

.icon-gulp:before {
  content: "\f5f6";
}

.icon-hacker-news:before {
  content: "\f5f7";
}

.icon-hacker-news-square:before {
  content: "\f5f8";
}

.icon-hackerrank:before {
  content: "\f5f9";
}

.icon-hashnode:before {
  content: "\f5fa";
}

.icon-hips:before {
  content: "\f5fb";
}

.icon-hire-a-helper:before {
  content: "\f5fc";
}

.icon-hive:before {
  content: "\f5fd";
}

.icon-hooli:before {
  content: "\f5fe";
}

.icon-hornbill:before {
  content: "\f5ff";
}

.icon-hotjar:before {
  content: "\f600";
}

.icon-houzz:before {
  content: "\f601";
}

.icon-html5:before {
  content: "\f602";
}

.icon-hubspot:before {
  content: "\f603";
}

.icon-ideal:before {
  content: "\f604";
}

.icon-imdb:before {
  content: "\f605";
}

.icon-instagram:before {
  content: "\f606";
}

.icon-instagram-square:before {
  content: "\f607";
}

.icon-instalod:before {
  content: "\f608";
}

.icon-intercom:before {
  content: "\f609";
}

.icon-internet-explorer:before {
  content: "\f60a";
}

.icon-invision:before {
  content: "\f60b";
}

.icon-ioxhost:before {
  content: "\f60c";
}

.icon-itch-io:before {
  content: "\f60d";
}

.icon-itunes:before {
  content: "\f60e";
}

.icon-itunes-note:before {
  content: "\f60f";
}

.icon-java:before {
  content: "\f610";
}

.icon-jedi-order:before {
  content: "\f611";
}

.icon-jenkins:before {
  content: "\f612";
}

.icon-jira:before {
  content: "\f613";
}

.icon-joget:before {
  content: "\f614";
}

.icon-joomla:before {
  content: "\f615";
}

.icon-js:before {
  content: "\f616";
}

.icon-jsfiddle:before {
  content: "\f617";
}

.icon-js-square:before {
  content: "\f618";
}

.icon-kaggle:before {
  content: "\f619";
}

.icon-keybase:before {
  content: "\f61a";
}

.icon-keycdn:before {
  content: "\f61b";
}

.icon-kickstarter:before {
  content: "\f61c";
}

.icon-kickstarter-k:before {
  content: "\f61d";
}

.icon-korvue:before {
  content: "\f61e";
}

.icon-laravel:before {
  content: "\f61f";
}

.icon-lastfm:before {
  content: "\f620";
}

.icon-lastfm-square:before {
  content: "\f621";
}

.icon-leanpub:before {
  content: "\f622";
}

.icon-less:before {
  content: "\f623";
}

.icon-line:before {
  content: "\f624";
}

.icon-linkedin:before {
  content: "\f625";
}

.icon-linkedin-in:before {
  content: "\f626";
}

.icon-linode:before {
  content: "\f627";
}

.icon-linux:before {
  content: "\f628";
}

.icon-lyft:before {
  content: "\f629";
}

.icon-magento:before {
  content: "\f62a";
}

.icon-mailchimp:before {
  content: "\f62b";
}

.icon-mandalorian:before {
  content: "\f62c";
}

.icon-markdown:before {
  content: "\f62d";
}

.icon-mastodon:before {
  content: "\f62e";
}

.icon-maxcdn:before {
  content: "\f62f";
}

.icon-mdb:before {
  content: "\f630";
}

.icon-medapps:before {
  content: "\f631";
}

.icon-medium:before {
  content: "\f632";
}

.icon-medrt:before {
  content: "\f633";
}

.icon-meetup:before {
  content: "\f634";
}

.icon-megaport:before {
  content: "\f635";
}

.icon-mendeley:before {
  content: "\f636";
}

.icon-meta:before {
  content: "\f637";
}

.icon-microblog:before {
  content: "\f638";
}

.icon-microsoft:before {
  content: "\f639";
}

.icon-mix:before {
  content: "\f63a";
}

.icon-mixcloud:before {
  content: "\f63b";
}

.icon-mixer:before {
  content: "\f63c";
}

.icon-mizuni:before {
  content: "\f63d";
}

.icon-modx:before {
  content: "\f63e";
}

.icon-monero:before {
  content: "\f63f";
}

.icon-napster:before {
  content: "\f640";
}

.icon-neos:before {
  content: "\f641";
}

.icon-nfc-directional:before {
  content: "\f642";
}

.icon-nfc-symbol:before {
  content: "\f643";
}

.icon-nimblr:before {
  content: "\f644";
}

.icon-node:before {
  content: "\f645";
}

.icon-node-js:before {
  content: "\f646";
}

.icon-npm:before {
  content: "\f647";
}

.icon-ns8:before {
  content: "\f648";
}

.icon-nutritionix:before {
  content: "\f649";
}

.icon-octopus-deploy:before {
  content: "\f64a";
}

.icon-odnoklassniki:before {
  content: "\f64b";
}

.icon-odnoklassniki-square:before {
  content: "\f64c";
}

.icon-old-republic:before {
  content: "\f64d";
}

.icon-opencart:before {
  content: "\f64e";
}

.icon-openid:before {
  content: "\f64f";
}

.icon-opera:before {
  content: "\f650";
}

.icon-optin-monster:before {
  content: "\f651";
}

.icon-orcid:before {
  content: "\f652";
}

.icon-osi:before {
  content: "\f653";
}

.icon-padlet:before {
  content: "\f654";
}

.icon-page4:before {
  content: "\f655";
}

.icon-pagelines:before {
  content: "\f656";
}

.icon-palfed:before {
  content: "\f657";
}

.icon-patreon:before {
  content: "\f658";
}

.icon-paypal:before {
  content: "\f659";
}

.icon-perbyte:before {
  content: "\f65a";
}

.icon-periscope:before {
  content: "\f65b";
}

.icon-phabricator:before {
  content: "\f65c";
}

.icon-phoenix-framework:before {
  content: "\f65d";
}

.icon-phoenix-squadron:before {
  content: "\f65e";
}

.icon-php:before {
  content: "\f65f";
}

.icon-pied-piper:before {
  content: "\f660";
}

.icon-pied-piper-alt:before {
  content: "\f661";
}

.icon-pied-piper-hat:before {
  content: "\f662";
}

.icon-pied-piper-pp:before {
  content: "\f663";
}

.icon-pied-piper-square:before {
  content: "\f664";
}

.icon-pinterest:before {
  content: "\f665";
}

.icon-pinterest-p:before {
  content: "\f666";
}

.icon-pinterest-square:before {
  content: "\f667";
}

.icon-pix:before {
  content: "\f668";
}

.icon-playstation:before {
  content: "\f669";
}

.icon-product-hunt:before {
  content: "\f66a";
}

.icon-pushed:before {
  content: "\f66b";
}

.icon-python:before {
  content: "\f66c";
}

.icon-qq:before {
  content: "\f66d";
}

.icon-quinscape:before {
  content: "\f66e";
}

.icon-quora:before {
  content: "\f66f";
}

.icon-raspberry-pi:before {
  content: "\f670";
}

.icon-ravelry:before {
  content: "\f671";
}

.icon-react:before {
  content: "\f672";
}

.icon-reacteurope:before {
  content: "\f673";
}

.icon-readme:before {
  content: "\f674";
}

.icon-rebel:before {
  content: "\f675";
}

.icon-reddit:before {
  content: "\f676";
}

.icon-reddit-alien:before {
  content: "\f677";
}

.icon-reddit-square:before {
  content: "\f678";
}

.icon-redhat:before {
  content: "\f679";
}

.icon-red-river:before {
  content: "\f67a";
}

.icon-renren:before {
  content: "\f67b";
}

.icon-replyd:before {
  content: "\f67c";
}

.icon-researchgate:before {
  content: "\f67d";
}

.icon-resolving:before {
  content: "\f67e";
}

.icon-rev:before {
  content: "\f67f";
}

.icon-rocketchat:before {
  content: "\f680";
}

.icon-rockrms:before {
  content: "\f681";
}

.icon-r-project:before {
  content: "\f682";
}

.icon-rust:before {
  content: "\f683";
}

.icon-safari:before {
  content: "\f684";
}

.icon-salesforce:before {
  content: "\f685";
}

.icon-sass:before {
  content: "\f686";
}

.icon-schlix:before {
  content: "\f687";
}

.icon-screenpal:before {
  content: "\f688";
}

.icon-scribd:before {
  content: "\f689";
}

.icon-searchengin:before {
  content: "\f68a";
}

.icon-sellcast:before {
  content: "\f68b";
}

.icon-sellsy:before {
  content: "\f68c";
}

.icon-servicestack:before {
  content: "\f68d";
}

.icon-shirtsinbulk:before {
  content: "\f68e";
}

.icon-shopify:before {
  content: "\f68f";
}

.icon-shopware:before {
  content: "\f690";
}

.icon-simplybuilt:before {
  content: "\f691";
}

.icon-sistrix:before {
  content: "\f692";
}

.icon-sith:before {
  content: "\f693";
}

.icon-sitrox:before {
  content: "\f694";
}

.icon-sketch:before {
  content: "\f695";
}

.icon-skyatlas:before {
  content: "\f696";
}

.icon-skype:before {
  content: "\f697";
}

.icon-slack:before {
  content: "\f698";
}

.icon-slideshare:before {
  content: "\f699";
}

.icon-snapchat:before {
  content: "\f69a";
}

.icon-snapchat-square:before {
  content: "\f69b";
}

.icon-soundcloud:before {
  content: "\f69c";
}

.icon-sourcetree:before {
  content: "\f69d";
}

.icon-speakap:before {
  content: "\f69e";
}

.icon-speaker-deck:before {
  content: "\f69f";
}

.icon-spotify:before {
  content: "\f6a0";
}

.icon-square-font-awesome:before {
  content: "\f6a1";
}

.icon-square-font-awesome-stroke:before {
  content: "\f6a2";
}

.icon-squarespace:before {
  content: "\f6a3";
}

.icon-stack-exchange:before {
  content: "\f6a4";
}

.icon-stack-overflow:before {
  content: "\f6a5";
}

.icon-stackpath:before {
  content: "\f6a6";
}

.icon-staylinked:before {
  content: "\f6a7";
}

.icon-steam:before {
  content: "\f6a8";
}

.icon-steam-square:before {
  content: "\f6a9";
}

.icon-steam-symbol:before {
  content: "\f6aa";
}

.icon-sticker-mule:before {
  content: "\f6ab";
}

.icon-strava:before {
  content: "\f6ac";
}

.icon-stripe:before {
  content: "\f6ad";
}

.icon-stripe-s:before {
  content: "\f6ae";
}

.icon-studiovinari:before {
  content: "\f6af";
}

.icon-stumbleupon:before {
  content: "\f6b0";
}

.icon-stumbleupon-circle:before {
  content: "\f6b1";
}

.icon-superpowers:before {
  content: "\f6b2";
}

.icon-supple:before {
  content: "\f6b3";
}

.icon-suse:before {
  content: "\f6b4";
}

.icon-swift:before {
  content: "\f6b5";
}

.icon-symfony:before {
  content: "\f6b6";
}

.icon-teamspeak:before {
  content: "\f6b7";
}

.icon-telegram:before {
  content: "\f6b8";
}

.icon-tencent-weibo:before {
  content: "\f6b9";
}

.icon-themeco:before {
  content: "\f6ba";
}

.icon-themeisle:before {
  content: "\f6bb";
}

.icon-the-red-yeti:before {
  content: "\f6bc";
}

.icon-think-peaks:before {
  content: "\f6bd";
}

.icon-tiktok:before {
  content: "\f6be";
}

.icon-trade-federation:before {
  content: "\f6bf";
}

.icon-trello:before {
  content: "\f6c0";
}

.icon-tumblr:before {
  content: "\f6c1";
}

.icon-tumblr-square:before {
  content: "\f6c2";
}

.icon-twitch:before {
  content: "\f6c3";
}

.icon-twitter:before {
  content: "\f6c4";
}

.icon-twitter-square:before {
  content: "\f6c5";
}

.icon-typo3:before {
  content: "\f6c6";
}

.icon-uber:before {
  content: "\f6c7";
}

.icon-ubuntu:before {
  content: "\f6c8";
}

.icon-uikit:before {
  content: "\f6c9";
}

.icon-umbraco:before {
  content: "\f6ca";
}

.icon-uncharted:before {
  content: "\f6cb";
}

.icon-uniregistry:before {
  content: "\f6cc";
}

.icon-unity:before {
  content: "\f6cd";
}

.icon-unsplash:before {
  content: "\f6ce";
}

.icon-untappd:before {
  content: "\f6cf";
}

.icon-ups:before {
  content: "\f6d0";
}

.icon-usb:before {
  content: "\f6d1";
}

.icon-usps:before {
  content: "\f6d2";
}

.icon-ussunnah:before {
  content: "\f6d3";
}

.icon-vaadin:before {
  content: "\f6d4";
}

.icon-viacoin:before {
  content: "\f6d5";
}

.icon-viadeo:before {
  content: "\f6d6";
}

.icon-viadeo-square:before {
  content: "\f6d7";
}

.icon-viber:before {
  content: "\f6d8";
}

.icon-vimeo:before {
  content: "\f6d9";
}

.icon-vimeo-square:before {
  content: "\f6da";
}

.icon-vimeo-v:before {
  content: "\f6db";
}

.icon-vine:before {
  content: "\f6dc";
}

.icon-vk:before {
  content: "\f6dd";
}

.icon-vnv:before {
  content: "\f6de";
}

.icon-vuejs:before {
  content: "\f6df";
}

.icon-watchman-monitoring:before {
  content: "\f6e0";
}

.icon-waze:before {
  content: "\f6e1";
}

.icon-weebly:before {
  content: "\f6e2";
}

.icon-weibo:before {
  content: "\f6e3";
}

.icon-weixin:before {
  content: "\f6e4";
}

.icon-whatsapp:before {
  content: "\f6e5";
}

.icon-whatsapp-square:before {
  content: "\f6e6";
}

.icon-whmcs:before {
  content: "\f6e7";
}

.icon-wikipedia-w:before {
  content: "\f6e8";
}

.icon-windows:before {
  content: "\f6e9";
}

.icon-wirsindhandwerk:before {
  content: "\f6ea";
}

.icon-wix:before {
  content: "\f6eb";
}

.icon-wizards-of-the-coast:before {
  content: "\f6ec";
}

.icon-wodu:before {
  content: "\f6ed";
}

.icon-wolf-pack-battalion:before {
  content: "\f6ee";
}

.icon-wordpress:before {
  content: "\f6ef";
}

.icon-wordpress-simple:before {
  content: "\f6f0";
}

.icon-wpbeginner:before {
  content: "\f6f1";
}

.icon-wpexplorer:before {
  content: "\f6f2";
}

.icon-wpforms:before {
  content: "\f6f3";
}

.icon-wpressr:before {
  content: "\f6f4";
}

.icon-xbox:before {
  content: "\f6f5";
}

.icon-xing:before {
  content: "\f6f6";
}

.icon-xing-square:before {
  content: "\f6f7";
}

.icon-yahoo:before {
  content: "\f6f8";
}

.icon-yammer:before {
  content: "\f6f9";
}

.icon-yandex:before {
  content: "\f6fa";
}

.icon-yandex-international:before {
  content: "\f6fb";
}

.icon-yarn:before {
  content: "\f6fc";
}

.icon-y-combinator:before {
  content: "\f6fd";
}

.icon-yelp:before {
  content: "\f6fe";
}

.icon-yoast:before {
  content: "\f6ff";
}

.icon-youtube:before {
  content: "\f700";
}

.icon-youtube-square:before {
  content: "\f701";
}

.icon-zhihu:before {
  content: "\f702";
}

.icon-00:before {
  content: "\e900";
}

.icon-0:before {
  content: "\e901";
}

.icon-1:before {
  content: "\e902";
}

.icon-2:before {
  content: "\e903";
}

.icon-3:before {
  content: "\e904";
}

.icon-4:before {
  content: "\e905";
}

.icon-5:before {
  content: "\e906";
}

.icon-6:before {
  content: "\e907";
}

.icon-7:before {
  content: "\e908";
}

.icon-8:before {
  content: "\e909";
}

.icon-9:before {
  content: "\e90a";
}

.icon-degrees:before {
  content: "\e90b";
}

.icon-a:before {
  content: "\e90c";
}

.icon-abacus:before {
  content: "\e90d";
}

.icon-accent-grave:before {
  content: "\e90e";
}

.icon-acorn:before {
  content: "\e90f";
}

.icon-address-book:before {
  content: "\e910";
}

.icon-address-card:before {
  content: "\e911";
}

.icon-air-conditioner:before {
  content: "\e912";
}

.icon-airplay:before {
  content: "\e913";
}

.icon-alarm-clock:before {
  content: "\e914";
}

.icon-alarm-exclamation:before {
  content: "\e915";
}

.icon-alarm-plus:before {
  content: "\e916";
}

.icon-alarm-snooze:before {
  content: "\e917";
}

.icon-album:before {
  content: "\e918";
}

.icon-album-circle-plus:before {
  content: "\e919";
}

.icon-album-circle-user:before {
  content: "\e91a";
}

.icon-album-collection:before {
  content: "\e91b";
}

.icon-album-collection-circle-plus:before {
  content: "\e91c";
}

.icon-album-collection-circle-user:before {
  content: "\e91d";
}

.icon-alicorn:before {
  content: "\e91e";
}

.icon-alien:before {
  content: "\e91f";
}

.icon-alien-8bit:before {
  content: "\e920";
}

.icon-align-center:before {
  content: "\e921";
}

.icon-align-justify:before {
  content: "\e922";
}

.icon-align-left:before {
  content: "\e923";
}

.icon-align-right:before {
  content: "\e924";
}

.icon-align-slash:before {
  content: "\e925";
}

.icon-alt:before {
  content: "\e926";
}

.icon-ampersand:before {
  content: "\e927";
}

.icon-amp-guitar:before {
  content: "\e928";
}

.icon-anchor:before {
  content: "\e929";
}

.icon-anchor-circle-check:before {
  content: "\e92a";
}

.icon-anchor-circle-exclamation:before {
  content: "\e92b";
}

.icon-anchor-circle-xmark:before {
  content: "\e92c";
}

.icon-anchor-lock:before {
  content: "\e92d";
}

.icon-angel:before {
  content: "\e92e";
}

.icon-angle:before {
  content: "\e92f";
}

.icon-angle-90:before {
  content: "\e930";
}

.icon-angle-down:before {
  content: "\e931";
}

.icon-angle-left:before {
  content: "\e932";
}

.icon-angle-right:before {
  content: "\e933";
}

.icon-angles-down:before {
  content: "\e934";
}

.icon-angles-left:before {
  content: "\e935";
}

.icon-angles-right:before {
  content: "\e936";
}

.icon-angles-up:before {
  content: "\e937";
}

.icon-angle-up:before {
  content: "\e938";
}

.icon-ankh:before {
  content: "\e939";
}

.icon-apartment:before {
  content: "\e93a";
}

.icon-aperture:before {
  content: "\e93b";
}

.icon-apostrophe:before {
  content: "\e93c";
}

.icon-apple-core:before {
  content: "\e93d";
}

.icon-apple-whole:before {
  content: "\e93e";
}

.icon-archway:before {
  content: "\e93f";
}

.icon-arrow-down:before {
  content: "\e940";
}

.icon-arrow-down-1-9:before {
  content: "\e941";
}

.icon-arrow-down-9-1:before {
  content: "\e942";
}

.icon-arrow-down-arrow-up:before {
  content: "\e943";
}

.icon-arrow-down-a-z:before {
  content: "\e944";
}

.icon-arrow-down-big-small:before {
  content: "\e945";
}

.icon-arrow-down-from-dotted-line:before {
  content: "\e946";
}

.icon-arrow-down-from-line:before {
  content: "\e947";
}

.icon-arrow-down-left:before {
  content: "\e948";
}

.icon-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\e949";
}

.icon-arrow-down-long:before {
  content: "\e94a";
}

.icon-arrow-down-right:before {
  content: "\e94b";
}

.icon-arrow-down-short-wide:before {
  content: "\e94c";
}

.icon-arrow-down-small-big:before {
  content: "\e94d";
}

.icon-arrow-down-square-triangle:before {
  content: "\e94e";
}

.icon-arrow-down-to-arc:before {
  content: "\e94f";
}

.icon-arrow-down-to-bracket:before {
  content: "\e950";
}

.icon-arrow-down-to-dotted-line:before {
  content: "\e951";
}

.icon-arrow-down-to-line:before {
  content: "\e952";
}

.icon-arrow-down-to-square:before {
  content: "\e953";
}

.icon-arrow-down-triangle-square:before {
  content: "\e954";
}

.icon-arrow-down-up-across-line:before {
  content: "\e955";
}

.icon-arrow-down-up-lock:before {
  content: "\e956";
}

.icon-arrow-down-wide-short:before {
  content: "\e957";
}

.icon-arrow-down-z-a:before {
  content: "\e958";
}

.icon-arrow-left:before {
  content: "\e959";
}

.icon-arrow-left-from-line:before {
  content: "\e95a";
}

.icon-arrow-left-long:before {
  content: "\e95b";
}

.icon-arrow-left-long-to-line:before {
  content: "\e95c";
}

.icon-arrow-left-to-line:before {
  content: "\e95d";
}

.icon-arrow-pointer:before {
  content: "\e95e";
}

.icon-arrow-right:before {
  content: "\e95f";
}

.icon-arrow-right-arrow-left:before {
  content: "\e960";
}

.icon-arrow-right-from-arc:before {
  content: "\e961";
}

.icon-arrow-right-from-bracket:before {
  content: "\e962";
}

.icon-arrow-right-from-line:before {
  content: "\e963";
}

.icon-arrow-right-long:before {
  content: "\e964";
}

.icon-arrow-right-long-to-line:before {
  content: "\e965";
}

.icon-arrow-right-to-arc:before {
  content: "\e966";
}

.icon-arrow-right-to-bracket:before {
  content: "\e967";
}

.icon-arrow-right-to-city:before {
  content: "\e968";
}

.icon-arrow-right-to-line:before {
  content: "\e969";
}

.icon-arrow-rotate-left:before {
  content: "\e96a";
}

.icon-arrow-rotate-right:before {
  content: "\e96b";
}

.icon-arrows-cross:before {
  content: "\e96c";
}

.icon-arrows-down-to-line:before {
  content: "\e96d";
}

.icon-arrows-down-to-people:before {
  content: "\e96e";
}

.icon-arrows-from-dotted-line:before {
  content: "\e96f";
}

.icon-arrows-from-line:before {
  content: "\e970";
}

.icon-arrows-left-right:before {
  content: "\e971";
}

.icon-arrows-left-right-to-line:before {
  content: "\e972";
}

.icon-arrows-maximize:before {
  content: "\e973";
}

.icon-arrows-minimize:before {
  content: "\e974";
}

.icon-arrows-repeat:before {
  content: "\e975";
}

.icon-arrows-repeat-1:before {
  content: "\e976";
}

.icon-arrows-retweet:before {
  content: "\e977";
}

.icon-arrows-rotate:before {
  content: "\e978";
}

.icon-arrows-spin:before {
  content: "\e979";
}

.icon-arrows-split-up-and-left:before {
  content: "\e97a";
}

.icon-arrows-to-circle:before {
  content: "\e97b";
}

.icon-arrows-to-dot:before {
  content: "\e97c";
}

.icon-arrows-to-dotted-line:before {
  content: "\e97d";
}

.icon-arrows-to-eye:before {
  content: "\e97e";
}

.icon-arrows-to-line:before {
  content: "\e97f";
}

.icon-arrows-turn-right:before {
  content: "\e980";
}

.icon-arrows-turn-to-dots:before {
  content: "\e981";
}

.icon-arrows-up-down:before {
  content: "\e982";
}

.icon-arrows-up-down-left-right:before {
  content: "\e983";
}

.icon-arrows-up-to-line:before {
  content: "\e984";
}

.icon-arrow-trend-down:before {
  content: "\e985";
}

.icon-arrow-trend-up:before {
  content: "\e986";
}

.icon-arrow-turn-down:before {
  content: "\e987";
}

.icon-arrow-turn-down-left:before {
  content: "\e988";
}

.icon-arrow-turn-down-right:before {
  content: "\e989";
}

.icon-arrow-turn-up:before {
  content: "\e98a";
}

.icon-arrow-up:before {
  content: "\e98b";
}

.icon-arrow-up-1-9:before {
  content: "\e98c";
}

.icon-arrow-up-9-1:before {
  content: "\e98d";
}

.icon-arrow-up-arrow-down:before {
  content: "\e98e";
}

.icon-arrow-up-a-z:before {
  content: "\e98f";
}

.icon-arrow-up-big-small:before {
  content: "\e990";
}

.icon-arrow-up-from-arc:before {
  content: "\e991";
}

.icon-arrow-up-from-bracket:before {
  content: "\e992";
}

.icon-arrow-up-from-dotted-line:before {
  content: "\e993";
}

.icon-arrow-up-from-ground-water:before {
  content: "\e994";
}

.icon-arrow-up-from-line:before {
  content: "\e995";
}

.icon-arrow-up-from-square:before {
  content: "\e996";
}

.icon-arrow-up-from-water-pump:before {
  content: "\e997";
}

.icon-arrow-up-left:before {
  content: "\e998";
}

.icon-arrow-up-left-from-circle:before {
  content: "\e999";
}

.icon-arrow-up-long:before {
  content: "\e99a";
}

.icon-arrow-up-right:before {
  content: "\e99b";
}

.icon-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\e99c";
}

.icon-arrow-up-right-dots:before {
  content: "\e99d";
}

.icon-arrow-up-right-from-square:before {
  content: "\e99e";
}

.icon-arrow-up-short-wide:before {
  content: "\e99f";
}

.icon-arrow-up-small-big:before {
  content: "\e9a0";
}

.icon-arrow-up-square-triangle:before {
  content: "\e9a1";
}

.icon-arrow-up-to-dotted-line:before {
  content: "\e9a2";
}

.icon-arrow-up-to-line:before {
  content: "\e9a3";
}

.icon-arrow-up-triangle-square:before {
  content: "\e9a4";
}

.icon-arrow-up-wide-short:before {
  content: "\e9a5";
}

.icon-arrow-up-z-a:before {
  content: "\e9a6";
}

.icon-asterisk:before {
  content: "\e9a7";
}

.icon-at:before {
  content: "\e9a8";
}

.icon-atom:before {
  content: "\e9a9";
}

.icon-atom-simple:before {
  content: "\e9aa";
}

.icon-audio-description:before {
  content: "\e9ab";
}

.icon-audio-description-slash:before {
  content: "\e9ac";
}

.icon-austral-sign:before {
  content: "\e9ad";
}

.icon-avocado:before {
  content: "\e9ae";
}

.icon-award:before {
  content: "\e9af";
}

.icon-award-simple:before {
  content: "\e9b0";
}

.icon-axe:before {
  content: "\e9b1";
}

.icon-axe-battle:before {
  content: "\e9b2";
}

.icon-b:before {
  content: "\e9b3";
}

.icon-baby:before {
  content: "\e9b4";
}

.icon-baby-carriage:before {
  content: "\e9b5";
}

.icon-backpack:before {
  content: "\e9b6";
}

.icon-backward:before {
  content: "\e9b7";
}

.icon-backward-fast:before {
  content: "\e9b8";
}

.icon-backward-step:before {
  content: "\e9b9";
}

.icon-bacon:before {
  content: "\e9ba";
}

.icon-bacteria:before {
  content: "\e9bb";
}

.icon-bacterium:before {
  content: "\e9bc";
}

.icon-badge:before {
  content: "\e9bd";
}

.icon-badge-check:before {
  content: "\e9be";
}

.icon-badge-dollar:before {
  content: "\e9bf";
}

.icon-badge-percent:before {
  content: "\e9c0";
}

.icon-badger-honey:before {
  content: "\e9c1";
}

.icon-badge-sheriff:before {
  content: "\e9c2";
}

.icon-badminton:before {
  content: "\e9c3";
}

.icon-bagel:before {
  content: "\e9c4";
}

.icon-bag-shopping:before {
  content: "\e9c5";
}

.icon-bags-shopping:before {
  content: "\e9c6";
}

.icon-baguette:before {
  content: "\e9c7";
}

.icon-bahai:before {
  content: "\e9c8";
}

.icon-baht-sign:before {
  content: "\e9c9";
}

.icon-balloon:before {
  content: "\e9ca";
}

.icon-balloons:before {
  content: "\e9cb";
}

.icon-ballot:before {
  content: "\e9cc";
}

.icon-ballot-check:before {
  content: "\e9cd";
}

.icon-ball-pile:before {
  content: "\e9ce";
}

.icon-ban:before {
  content: "\e9cf";
}

.icon-banana:before {
  content: "\e9d0";
}

.icon-ban-bug:before {
  content: "\e9d1";
}

.icon-bandage:before {
  content: "\e9d2";
}

.icon-bangladeshi-taka-sign:before {
  content: "\e9d3";
}

.icon-banjo:before {
  content: "\e9d4";
}

.icon-ban-parking:before {
  content: "\e9d5";
}

.icon-ban-smoking:before {
  content: "\e9d6";
}

.icon-barcode:before {
  content: "\e9d7";
}

.icon-barcode-read:before {
  content: "\e9d8";
}

.icon-barcode-scan:before {
  content: "\e9d9";
}

.icon-bars:before {
  content: "\e9da";
}

.icon-bars-filter:before {
  content: "\e9db";
}

.icon-bars-progress:before {
  content: "\e9dc";
}

.icon-bars-sort:before {
  content: "\e9dd";
}

.icon-bars-staggered:before {
  content: "\e9de";
}

.icon-baseball:before {
  content: "\e9df";
}

.icon-baseball-bat-ball:before {
  content: "\e9e0";
}

.icon-basketball:before {
  content: "\e9e1";
}

.icon-basketball-hoop:before {
  content: "\e9e2";
}

.icon-basket-shopping:before {
  content: "\e9e3";
}

.icon-basket-shopping-simple:before {
  content: "\e9e4";
}

.icon-bat:before {
  content: "\e9e5";
}

.icon-bath:before {
  content: "\e9e6";
}

.icon-battery-bolt:before {
  content: "\e9e7";
}

.icon-battery-empty:before {
  content: "\e9e8";
}

.icon-battery-exclamation:before {
  content: "\e9e9";
}

.icon-battery-full:before {
  content: "\e9ea";
}

.icon-battery-half:before {
  content: "\e9eb";
}

.icon-battery-low:before {
  content: "\e9ec";
}

.icon-battery-quarter:before {
  content: "\e9ed";
}

.icon-battery-slash:before {
  content: "\e9ee";
}

.icon-battery-three-quarters:before {
  content: "\e9ef";
}

.icon-bed:before {
  content: "\e9f0";
}

.icon-bed-bunk:before {
  content: "\e9f1";
}

.icon-bed-empty:before {
  content: "\e9f2";
}

.icon-bed-front:before {
  content: "\e9f3";
}

.icon-bed-pulse:before {
  content: "\e9f4";
}

.icon-bee:before {
  content: "\e9f5";
}

.icon-beer-mug:before {
  content: "\e9f6";
}

.icon-beer-mug-empty:before {
  content: "\e9f7";
}

.icon-bell:before {
  content: "\e9f8";
}

.icon-bell-concierge:before {
  content: "\e9f9";
}

.icon-bell-exclamation:before {
  content: "\e9fa";
}

.icon-bell-on:before {
  content: "\e9fb";
}

.icon-bell-plus:before {
  content: "\e9fc";
}

.icon-bells:before {
  content: "\e9fd";
}

.icon-bell-school:before {
  content: "\e9fe";
}

.icon-bell-school-slash:before {
  content: "\e9ff";
}

.icon-bell-slash:before {
  content: "\ea00";
}

.icon-bench-tree:before {
  content: "\ea01";
}

.icon-bezier-curve:before {
  content: "\ea02";
}

.icon-bicycle:before {
  content: "\ea03";
}

.icon-binary:before {
  content: "\ea04";
}

.icon-binary-circle-check:before {
  content: "\ea05";
}

.icon-binary-lock:before {
  content: "\ea06";
}

.icon-binary-slash:before {
  content: "\ea07";
}

.icon-binoculars:before {
  content: "\ea08";
}

.icon-biohazard:before {
  content: "\ea09";
}

.icon-bird:before {
  content: "\ea0a";
}

.icon-bitcoin-sign:before {
  content: "\ea0b";
}

.icon-blanket:before {
  content: "\ea0c";
}

.icon-blanket-fire:before {
  content: "\ea0d";
}

.icon-blender:before {
  content: "\ea0e";
}

.icon-blender-phone:before {
  content: "\ea0f";
}

.icon-blinds:before {
  content: "\ea10";
}

.icon-blinds-open:before {
  content: "\ea11";
}

.icon-blinds-raised:before {
  content: "\ea12";
}

.icon-block:before {
  content: "\ea13";
}

.icon-block-brick:before {
  content: "\ea14";
}

.icon-block-brick-fire:before {
  content: "\ea15";
}

.icon-block-question:before {
  content: "\ea16";
}

.icon-block-quote:before {
  content: "\ea17";
}

.icon-blog:before {
  content: "\ea18";
}

.icon-blueberries:before {
  content: "\ea19";
}

.icon-bluetooth1:before {
  content: "\ea1a";
}

.icon-bold:before {
  content: "\ea1b";
}

.icon-bolt:before {
  content: "\ea1c";
}

.icon-bolt-auto:before {
  content: "\ea1d";
}

.icon-bolt-lightning:before {
  content: "\ea1e";
}

.icon-bolt-slash:before {
  content: "\ea1f";
}

.icon-bomb:before {
  content: "\ea20";
}

.icon-bone:before {
  content: "\ea21";
}

.icon-bone-break:before {
  content: "\ea22";
}

.icon-bong:before {
  content: "\ea23";
}

.icon-book:before {
  content: "\ea24";
}

.icon-book-arrow-right:before {
  content: "\ea25";
}

.icon-book-arrow-up:before {
  content: "\ea26";
}

.icon-book-atlas:before {
  content: "\ea27";
}

.icon-book-bible:before {
  content: "\ea28";
}

.icon-book-blank:before {
  content: "\ea29";
}

.icon-book-bookmark:before {
  content: "\ea2a";
}

.icon-book-circle-arrow-right:before {
  content: "\ea2b";
}

.icon-book-circle-arrow-up:before {
  content: "\ea2c";
}

.icon-book-copy:before {
  content: "\ea2d";
}

.icon-book-font:before {
  content: "\ea2e";
}

.icon-book-heart:before {
  content: "\ea2f";
}

.icon-book-journal-whills:before {
  content: "\ea30";
}

.icon-bookmark:before {
  content: "\ea31";
}

.icon-bookmark-slash:before {
  content: "\ea32";
}

.icon-book-medical:before {
  content: "\ea33";
}

.icon-book-open:before {
  content: "\ea34";
}

.icon-book-open-cover:before {
  content: "\ea35";
}

.icon-book-open-reader:before {
  content: "\ea36";
}

.icon-book-quran:before {
  content: "\ea37";
}

.icon-books:before {
  content: "\ea38";
}

.icon-book-section:before {
  content: "\ea39";
}

.icon-book-skull:before {
  content: "\ea3a";
}

.icon-books-medical:before {
  content: "\ea3b";
}

.icon-book-sparkles:before {
  content: "\ea3c";
}

.icon-book-tanakh:before {
  content: "\ea3d";
}

.icon-book-user:before {
  content: "\ea3e";
}

.icon-boombox:before {
  content: "\ea3f";
}

.icon-boot:before {
  content: "\ea40";
}

.icon-booth-curtain:before {
  content: "\ea41";
}

.icon-boot-heeled:before {
  content: "\ea42";
}

.icon-border-all:before {
  content: "\ea43";
}

.icon-border-bottom:before {
  content: "\ea44";
}

.icon-border-bottom-right:before {
  content: "\ea45";
}

.icon-border-center-h:before {
  content: "\ea46";
}

.icon-border-center-v:before {
  content: "\ea47";
}

.icon-border-inner:before {
  content: "\ea48";
}

.icon-border-left:before {
  content: "\ea49";
}

.icon-border-none:before {
  content: "\ea4a";
}

.icon-border-outer:before {
  content: "\ea4b";
}

.icon-border-right:before {
  content: "\ea4c";
}

.icon-border-top:before {
  content: "\ea4d";
}

.icon-border-top-left:before {
  content: "\ea4e";
}

.icon-bore-hole:before {
  content: "\ea4f";
}

.icon-bottle-droplet:before {
  content: "\ea50";
}

.icon-bottle-water:before {
  content: "\ea51";
}

.icon-bow-arrow:before {
  content: "\ea52";
}

.icon-bowl-chopsticks:before {
  content: "\ea53";
}

.icon-bowl-chopsticks-noodles:before {
  content: "\ea54";
}

.icon-bowl-food:before {
  content: "\ea55";
}

.icon-bowl-hot:before {
  content: "\ea56";
}

.icon-bowling-ball:before {
  content: "\ea57";
}

.icon-bowling-ball-pin:before {
  content: "\ea58";
}

.icon-bowling-pins:before {
  content: "\ea59";
}

.icon-bowl-rice:before {
  content: "\ea5a";
}

.icon-bowl-scoop:before {
  content: "\ea5b";
}

.icon-bowl-scoops:before {
  content: "\ea5c";
}

.icon-bowl-soft-serve:before {
  content: "\ea5d";
}

.icon-bowl-spoon:before {
  content: "\ea5e";
}

.icon-box:before {
  content: "\ea5f";
}

.icon-box-archive:before {
  content: "\ea60";
}

.icon-box-ballot:before {
  content: "\ea61";
}

.icon-box-check:before {
  content: "\ea62";
}

.icon-box-circle-check:before {
  content: "\ea63";
}

.icon-box-dollar:before {
  content: "\ea64";
}

.icon-boxes-packing:before {
  content: "\ea65";
}

.icon-boxes-stacked:before {
  content: "\ea66";
}

.icon-box-heart:before {
  content: "\ea67";
}

.icon-boxing-glove:before {
  content: "\ea68";
}

.icon-box-open:before {
  content: "\ea69";
}

.icon-box-open-full:before {
  content: "\ea6a";
}

.icon-box-taped:before {
  content: "\ea6b";
}

.icon-box-tissue:before {
  content: "\ea6c";
}

.icon-bracket-curly:before {
  content: "\ea6d";
}

.icon-bracket-curly-right:before {
  content: "\ea6e";
}

.icon-bracket-round:before {
  content: "\ea6f";
}

.icon-bracket-round-right:before {
  content: "\ea70";
}

.icon-brackets-curly:before {
  content: "\ea71";
}

.icon-bracket-square:before {
  content: "\ea72";
}

.icon-bracket-square-right:before {
  content: "\ea73";
}

.icon-brackets-round:before {
  content: "\ea74";
}

.icon-brackets-square:before {
  content: "\ea75";
}

.icon-braille:before {
  content: "\ea76";
}

.icon-brain:before {
  content: "\ea77";
}

.icon-brain-arrow-curved-right:before {
  content: "\ea78";
}

.icon-brain-circuit:before {
  content: "\ea79";
}

.icon-brake-warning:before {
  content: "\ea7a";
}

.icon-brazilian-real-sign:before {
  content: "\ea7b";
}

.icon-bread-loaf:before {
  content: "\ea7c";
}

.icon-bread-slice:before {
  content: "\ea7d";
}

.icon-bread-slice-butter:before {
  content: "\ea7e";
}

.icon-bridge:before {
  content: "\ea7f";
}

.icon-bridge-circle-check:before {
  content: "\ea80";
}

.icon-bridge-circle-exclamation:before {
  content: "\ea81";
}

.icon-bridge-circle-xmark:before {
  content: "\ea82";
}

.icon-bridge-lock:before {
  content: "\ea83";
}

.icon-bridge-suspension:before {
  content: "\ea84";
}

.icon-bridge-water:before {
  content: "\ea85";
}

.icon-briefcase:before {
  content: "\ea86";
}

.icon-briefcase-arrow-right:before {
  content: "\ea87";
}

.icon-briefcase-blank:before {
  content: "\ea88";
}

.icon-briefcase-medical:before {
  content: "\ea89";
}

.icon-brightness:before {
  content: "\ea8a";
}

.icon-brightness-low:before {
  content: "\ea8b";
}

.icon-bring-forward:before {
  content: "\ea8c";
}

.icon-bring-front:before {
  content: "\ea8d";
}

.icon-broccoli:before {
  content: "\ea8e";
}

.icon-broom:before {
  content: "\ea8f";
}

.icon-broom-ball:before {
  content: "\ea90";
}

.icon-browser:before {
  content: "\ea91";
}

.icon-browsers:before {
  content: "\ea92";
}

.icon-brush:before {
  content: "\ea93";
}

.icon-bucket:before {
  content: "\ea94";
}

.icon-bug:before {
  content: "\ea95";
}

.icon-bugs:before {
  content: "\ea96";
}

.icon-bug-slash:before {
  content: "\ea97";
}

.icon-building:before {
  content: "\ea98";
}

.icon-building-circle-arrow-right:before {
  content: "\ea99";
}

.icon-building-circle-check:before {
  content: "\ea9a";
}

.icon-building-circle-exclamation:before {
  content: "\ea9b";
}

.icon-building-circle-xmark:before {
  content: "\ea9c";
}

.icon-building-columns:before {
  content: "\ea9d";
}

.icon-building-flag:before {
  content: "\ea9e";
}

.icon-building-lock:before {
  content: "\ea9f";
}

.icon-building-ngo:before {
  content: "\eaa0";
}

.icon-buildings:before {
  content: "\eaa1";
}

.icon-building-shield:before {
  content: "\eaa2";
}

.icon-building-un:before {
  content: "\eaa3";
}

.icon-building-user:before {
  content: "\eaa4";
}

.icon-building-wheat:before {
  content: "\eaa5";
}

.icon-bullhorn:before {
  content: "\eaa6";
}

.icon-bullseye:before {
  content: "\eaa7";
}

.icon-bullseye-arrow:before {
  content: "\eaa8";
}

.icon-bullseye-pointer:before {
  content: "\eaa9";
}

.icon-burger:before {
  content: "\eaaa";
}

.icon-burger-cheese:before {
  content: "\eaab";
}

.icon-burger-fries:before {
  content: "\eaac";
}

.icon-burger-glass:before {
  content: "\eaad";
}

.icon-burger-lettuce:before {
  content: "\eaae";
}

.icon-burger-soda:before {
  content: "\eaaf";
}

.icon-burrito:before {
  content: "\eab0";
}

.icon-burst:before {
  content: "\eab1";
}

.icon-bus:before {
  content: "\eab2";
}

.icon-business-time:before {
  content: "\eab3";
}

.icon-bus-school:before {
  content: "\eab4";
}

.icon-bus-simple:before {
  content: "\eab5";
}

.icon-butter:before {
  content: "\eab6";
}

.icon-c:before {
  content: "\eab7";
}

.icon-cabin:before {
  content: "\eab8";
}

.icon-cabinet-filing:before {
  content: "\eab9";
}

.icon-cable-car:before {
  content: "\eaba";
}

.icon-cactus:before {
  content: "\eabb";
}

.icon-cake-candles:before {
  content: "\eabc";
}

.icon-cake-slice:before {
  content: "\eabd";
}

.icon-calculator:before {
  content: "\eabe";
}

.icon-calculator-simple:before {
  content: "\eabf";
}

.icon-calendar:before {
  content: "\eac0";
}

.icon-calendar-arrow-down:before {
  content: "\eac1";
}

.icon-calendar-arrow-up:before {
  content: "\eac2";
}

.icon-calendar-check:before {
  content: "\eac3";
}

.icon-calendar-circle-exclamation:before {
  content: "\eac4";
}

.icon-calendar-circle-minus:before {
  content: "\eac5";
}

.icon-calendar-circle-plus:before {
  content: "\eac6";
}

.icon-calendar-circle-user:before {
  content: "\eac7";
}

.icon-calendar-clock:before {
  content: "\eac8";
}

.icon-calendar-day:before {
  content: "\eac9";
}

.icon-calendar-days:before {
  content: "\eaca";
}

.icon-calendar-exclamation:before {
  content: "\eacb";
}

.icon-calendar-heart:before {
  content: "\eacc";
}

.icon-calendar-image:before {
  content: "\eacd";
}

.icon-calendar-lines:before {
  content: "\eace";
}

.icon-calendar-lines-pen:before {
  content: "\eacf";
}

.icon-calendar-minus:before {
  content: "\ead0";
}

.icon-calendar-pen:before {
  content: "\ead1";
}

.icon-calendar-plus:before {
  content: "\ead2";
}

.icon-calendar-range:before {
  content: "\ead3";
}

.icon-calendars:before {
  content: "\ead4";
}

.icon-calendar-star:before {
  content: "\ead5";
}

.icon-calendar-week:before {
  content: "\ead6";
}

.icon-calendar-xmark:before {
  content: "\ead7";
}

.icon-camcorder:before {
  content: "\ead8";
}

.icon-camera:before {
  content: "\ead9";
}

.icon-camera-cctv:before {
  content: "\eada";
}

.icon-camera-movie:before {
  content: "\eadb";
}

.icon-camera-polaroid:before {
  content: "\eadc";
}

.icon-camera-retro:before {
  content: "\eadd";
}

.icon-camera-rotate:before {
  content: "\eade";
}

.icon-camera-security:before {
  content: "\eadf";
}

.icon-camera-slash:before {
  content: "\eae0";
}

.icon-camera-viewfinder:before {
  content: "\eae1";
}

.icon-camera-web:before {
  content: "\eae2";
}

.icon-camera-web-slash:before {
  content: "\eae3";
}

.icon-campfire:before {
  content: "\eae4";
}

.icon-campground:before {
  content: "\eae5";
}

.icon-candle-holder:before {
  content: "\eae6";
}

.icon-candy:before {
  content: "\eae7";
}

.icon-candy-bar:before {
  content: "\eae8";
}

.icon-candy-cane:before {
  content: "\eae9";
}

.icon-candy-corn:before {
  content: "\eaea";
}

.icon-can-food:before {
  content: "\eaeb";
}

.icon-cannabis:before {
  content: "\eaec";
}

.icon-capsules:before {
  content: "\eaed";
}

.icon-car:before {
  content: "\eaee";
}

.icon-caravan:before {
  content: "\eaef";
}

.icon-caravan-simple:before {
  content: "\eaf0";
}

.icon-car-battery:before {
  content: "\eaf1";
}

.icon-car-bolt:before {
  content: "\eaf2";
}

.icon-car-building:before {
  content: "\eaf3";
}

.icon-car-bump:before {
  content: "\eaf4";
}

.icon-car-burst:before {
  content: "\eaf5";
}

.icon-car-bus:before {
  content: "\eaf6";
}

.icon-car-circle-bolt:before {
  content: "\eaf7";
}

.icon-card-club:before {
  content: "\eaf8";
}

.icon-card-diamond:before {
  content: "\eaf9";
}

.icon-card-heart:before {
  content: "\eafa";
}

.icon-cards:before {
  content: "\eafb";
}

.icon-cards-blank:before {
  content: "\eafc";
}

.icon-card-spade:before {
  content: "\eafd";
}

.icon-caret-down:before {
  content: "\eafe";
}

.icon-caret-left:before {
  content: "\eaff";
}

.icon-caret-right:before {
  content: "\eb00";
}

.icon-caret-up:before {
  content: "\eb01";
}

.icon-car-garage:before {
  content: "\eb02";
}

.icon-car-mirrors:before {
  content: "\eb03";
}

.icon-car-on:before {
  content: "\eb04";
}

.icon-car-rear:before {
  content: "\eb05";
}

.icon-carrot:before {
  content: "\eb06";
}

.icon-cars:before {
  content: "\eb07";
}

.icon-car-side:before {
  content: "\eb08";
}

.icon-car-side-bolt:before {
  content: "\eb09";
}

.icon-cart-arrow-down:before {
  content: "\eb0a";
}

.icon-cart-arrow-up:before {
  content: "\eb0b";
}

.icon-cart-circle-arrow-down:before {
  content: "\eb0c";
}

.icon-cart-circle-arrow-up:before {
  content: "\eb0d";
}

.icon-cart-circle-check:before {
  content: "\eb0e";
}

.icon-cart-circle-exclamation:before {
  content: "\eb0f";
}

.icon-cart-circle-plus:before {
  content: "\eb10";
}

.icon-cart-circle-xmark:before {
  content: "\eb11";
}

.icon-cart-flatbed:before {
  content: "\eb12";
}

.icon-cart-flatbed-boxes:before {
  content: "\eb13";
}

.icon-cart-flatbed-empty:before {
  content: "\eb14";
}

.icon-cart-flatbed-suitcase:before {
  content: "\eb15";
}

.icon-car-tilt:before {
  content: "\eb16";
}

.icon-cart-minus:before {
  content: "\eb17";
}

.icon-cart-plus:before {
  content: "\eb18";
}

.icon-cart-shopping:before {
  content: "\eb19";
}

.icon-cart-shopping-fast:before {
  content: "\eb1a";
}

.icon-car-tunnel:before {
  content: "\eb1b";
}

.icon-cart-xmark:before {
  content: "\eb1c";
}

.icon-car-wash:before {
  content: "\eb1d";
}

.icon-car-wrench:before {
  content: "\eb1e";
}

.icon-cash-register:before {
  content: "\eb1f";
}

.icon-cassette-betamax:before {
  content: "\eb20";
}

.icon-cassette-tape:before {
  content: "\eb21";
}

.icon-cassette-vhs:before {
  content: "\eb22";
}

.icon-castle:before {
  content: "\eb23";
}

.icon-cat:before {
  content: "\eb24";
}

.icon-cat-space:before {
  content: "\eb25";
}

.icon-cauldron:before {
  content: "\eb26";
}

.icon-cedi-sign:before {
  content: "\eb27";
}

.icon-cent-sign:before {
  content: "\eb28";
}

.icon-certificate:before {
  content: "\eb29";
}

.icon-chair:before {
  content: "\eb2a";
}

.icon-chair-office:before {
  content: "\eb2b";
}

.icon-chalkboard:before {
  content: "\eb2c";
}

.icon-chalkboard-user:before {
  content: "\eb2d";
}

.icon-champagne-glass:before {
  content: "\eb2e";
}

.icon-champagne-glasses:before {
  content: "\eb2f";
}

.icon-charging-station:before {
  content: "\eb30";
}

.icon-chart-area:before {
  content: "\eb31";
}

.icon-chart-bar:before {
  content: "\eb32";
}

.icon-chart-bullet:before {
  content: "\eb33";
}

.icon-chart-candlestick:before {
  content: "\eb34";
}

.icon-chart-column:before {
  content: "\eb35";
}

.icon-chart-gantt:before {
  content: "\eb36";
}

.icon-chart-line:before {
  content: "\eb37";
}

.icon-chart-line-down:before {
  content: "\eb38";
}

.icon-chart-line-up:before {
  content: "\eb39";
}

.icon-chart-mixed:before {
  content: "\eb3a";
}

.icon-chart-network:before {
  content: "\eb3b";
}

.icon-chart-pie:before {
  content: "\eb3c";
}

.icon-chart-pie-simple:before {
  content: "\eb3d";
}

.icon-chart-pyramid:before {
  content: "\eb3e";
}

.icon-chart-radar:before {
  content: "\eb3f";
}

.icon-chart-scatter:before {
  content: "\eb40";
}

.icon-chart-scatter-3d:before {
  content: "\eb41";
}

.icon-chart-scatter-bubble:before {
  content: "\eb42";
}

.icon-chart-simple:before {
  content: "\eb43";
}

.icon-chart-simple-horizontal:before {
  content: "\eb44";
}

.icon-chart-tree-map:before {
  content: "\eb45";
}

.icon-chart-user:before {
  content: "\eb46";
}

.icon-chart-waterfall:before {
  content: "\eb47";
}

.icon-check:before {
  content: "\eb48";
}

.icon-check-double:before {
  content: "\eb49";
}

.icon-check-to-slot:before {
  content: "\eb4a";
}

.icon-cheese:before {
  content: "\eb4b";
}

.icon-cheese-swiss:before {
  content: "\eb4c";
}

.icon-cherries:before {
  content: "\eb4d";
}

.icon-chess:before {
  content: "\eb4e";
}

.icon-chess-bishop:before {
  content: "\eb4f";
}

.icon-chess-bishop-piece:before {
  content: "\eb50";
}

.icon-chess-board:before {
  content: "\eb51";
}

.icon-chess-clock:before {
  content: "\eb52";
}

.icon-chess-clock-flip:before {
  content: "\eb53";
}

.icon-chess-king:before {
  content: "\eb54";
}

.icon-chess-king-piece:before {
  content: "\eb55";
}

.icon-chess-knight:before {
  content: "\eb56";
}

.icon-chess-knight-piece:before {
  content: "\eb57";
}

.icon-chess-pawn:before {
  content: "\eb58";
}

.icon-chess-pawn-piece:before {
  content: "\eb59";
}

.icon-chess-queen:before {
  content: "\eb5a";
}

.icon-chess-queen-piece:before {
  content: "\eb5b";
}

.icon-chess-rook:before {
  content: "\eb5c";
}

.icon-chess-rook-piece:before {
  content: "\eb5d";
}

.icon-chestnut:before {
  content: "\eb5e";
}

.icon-chevron-down:before {
  content: "\eb5f";
}

.icon-chevron-left:before {
  content: "\eb60";
}

.icon-chevron-right:before {
  content: "\eb61";
}

.icon-chevrons-down:before {
  content: "\eb62";
}

.icon-chevrons-left:before {
  content: "\eb63";
}

.icon-chevrons-right:before {
  content: "\eb64";
}

.icon-chevrons-up:before {
  content: "\eb65";
}

.icon-chevron-up:before {
  content: "\eb66";
}

.icon-child:before {
  content: "\eb67";
}

.icon-child-dress:before {
  content: "\eb68";
}

.icon-child-reaching:before {
  content: "\eb69";
}

.icon-children:before {
  content: "\eb6a";
}

.icon-child-rifle:before {
  content: "\eb6b";
}

.icon-chimney:before {
  content: "\eb6c";
}

.icon-chopsticks:before {
  content: "\eb6d";
}

.icon-church:before {
  content: "\eb6e";
}

.icon-circle:before {
  content: "\eb6f";
}

.icon-circle-0:before {
  content: "\eb70";
}

.icon-circle-1:before {
  content: "\eb71";
}

.icon-circle-2:before {
  content: "\eb72";
}

.icon-circle-3:before {
  content: "\eb73";
}

.icon-circle-4:before {
  content: "\eb74";
}

.icon-circle-5:before {
  content: "\eb75";
}

.icon-circle-6:before {
  content: "\eb76";
}

.icon-circle-7:before {
  content: "\eb77";
}

.icon-circle-8:before {
  content: "\eb78";
}

.icon-circle-9:before {
  content: "\eb79";
}

.icon-circle-a:before {
  content: "\eb7a";
}

.icon-circle-ampersand:before {
  content: "\eb7b";
}

.icon-circle-arrow-down:before {
  content: "\eb7c";
}

.icon-circle-arrow-down-left:before {
  content: "\eb7d";
}

.icon-circle-arrow-down-right:before {
  content: "\eb7e";
}

.icon-circle-arrow-left:before {
  content: "\eb7f";
}

.icon-circle-arrow-right:before {
  content: "\eb80";
}

.icon-circle-arrow-up:before {
  content: "\eb81";
}

.icon-circle-arrow-up-left:before {
  content: "\eb82";
}

.icon-circle-arrow-up-right:before {
  content: "\eb83";
}

.icon-circle-b:before {
  content: "\eb84";
}

.icon-circle-bolt:before {
  content: "\eb85";
}

.icon-circle-bookmark:before {
  content: "\eb86";
}

.icon-circle-book-open:before {
  content: "\eb87";
}

.icon-circle-c:before {
  content: "\eb88";
}

.icon-circle-calendar:before {
  content: "\eb89";
}

.icon-circle-camera:before {
  content: "\eb8a";
}

.icon-circle-caret-down:before {
  content: "\eb8b";
}

.icon-circle-caret-left:before {
  content: "\eb8c";
}

.icon-circle-caret-right:before {
  content: "\eb8d";
}

.icon-circle-caret-up:before {
  content: "\eb8e";
}

.icon-circle-check:before {
  content: "\eb8f";
}

.icon-circle-chevron-down:before {
  content: "\eb90";
}

.icon-circle-chevron-left:before {
  content: "\eb91";
}

.icon-circle-chevron-right:before {
  content: "\eb92";
}

.icon-circle-chevron-up:before {
  content: "\eb93";
}

.icon-circle-d:before {
  content: "\eb94";
}

.icon-circle-dashed:before {
  content: "\eb95";
}

.icon-circle-divide:before {
  content: "\eb96";
}

.icon-circle-dollar:before {
  content: "\eb97";
}

.icon-circle-dollar-to-slot:before {
  content: "\eb98";
}

.icon-circle-dot:before {
  content: "\eb99";
}

.icon-circle-down:before {
  content: "\eb9a";
}

.icon-circle-down-left:before {
  content: "\eb9b";
}

.icon-circle-down-right:before {
  content: "\eb9c";
}

.icon-circle-e:before {
  content: "\eb9d";
}

.icon-circle-ellipsis:before {
  content: "\eb9e";
}

.icon-circle-ellipsis-vertical:before {
  content: "\eb9f";
}

.icon-circle-envelope:before {
  content: "\eba0";
}

.icon-circle-exclamation:before {
  content: "\eba1";
}

.icon-circle-exclamation-check:before {
  content: "\eba2";
}

.icon-circle-f:before {
  content: "\eba3";
}

.icon-circle-g:before {
  content: "\eba4";
}

.icon-circle-h:before {
  content: "\eba5";
}

.icon-circle-half:before {
  content: "\eba6";
}

.icon-circle-half-stroke:before {
  content: "\eba7";
}

.icon-circle-heart:before {
  content: "\eba8";
}

.icon-circle-i:before {
  content: "\eba9";
}

.icon-circle-info:before {
  content: "\ebaa";
}

.icon-circle-j:before {
  content: "\ebab";
}

.icon-circle-k:before {
  content: "\ebac";
}

.icon-circle-l:before {
  content: "\ebad";
}

.icon-circle-left:before {
  content: "\ebae";
}

.icon-circle-location-arrow:before {
  content: "\ebaf";
}

.icon-circle-m:before {
  content: "\ebb0";
}

.icon-circle-microphone:before {
  content: "\ebb1";
}

.icon-circle-microphone-lines:before {
  content: "\ebb2";
}

.icon-circle-minus:before {
  content: "\ebb3";
}

.icon-circle-n:before {
  content: "\ebb4";
}

.icon-circle-nodes:before {
  content: "\ebb5";
}

.icon-circle-notch:before {
  content: "\ebb6";
}

.icon-circle-o:before {
  content: "\ebb7";
}

.icon-circle-p:before {
  content: "\ebb8";
}

.icon-circle-parking:before {
  content: "\ebb9";
}

.icon-circle-pause:before {
  content: "\ebba";
}

.icon-circle-phone:before {
  content: "\ebbb";
}

.icon-circle-phone-flip:before {
  content: "\ebbc";
}

.icon-circle-phone-hangup:before {
  content: "\ebbd";
}

.icon-circle-play:before {
  content: "\ebbe";
}

.icon-circle-plus:before {
  content: "\ebbf";
}

.icon-circle-q:before {
  content: "\ebc0";
}

.icon-circle-quarter:before {
  content: "\ebc1";
}

.icon-circle-quarters:before {
  content: "\ebc2";
}

.icon-circle-question:before {
  content: "\ebc3";
}

.icon-circle-r:before {
  content: "\ebc4";
}

.icon-circle-radiation:before {
  content: "\ebc5";
}

.icon-circle-right:before {
  content: "\ebc6";
}

.icon-circle-s:before {
  content: "\ebc7";
}

.icon-circle-small:before {
  content: "\ebc8";
}

.icon-circle-sort:before {
  content: "\ebc9";
}

.icon-circle-sort-down:before {
  content: "\ebca";
}

.icon-circle-sort-up:before {
  content: "\ebcb";
}

.icon-circle-star:before {
  content: "\ebcc";
}

.icon-circle-stop:before {
  content: "\ebcd";
}

.icon-circle-t:before {
  content: "\ebce";
}

.icon-circle-three-quarters:before {
  content: "\ebcf";
}

.icon-circle-trash:before {
  content: "\ebd0";
}

.icon-circle-u:before {
  content: "\ebd1";
}

.icon-circle-up:before {
  content: "\ebd2";
}

.icon-circle-up-left:before {
  content: "\ebd3";
}

.icon-circle-up-right:before {
  content: "\ebd4";
}

.icon-circle-user:before {
  content: "\ebd5";
}

.icon-circle-v:before {
  content: "\ebd6";
}

.icon-circle-video:before {
  content: "\ebd7";
}

.icon-circle-w:before {
  content: "\ebd8";
}

.icon-circle-waveform-lines:before {
  content: "\ebd9";
}

.icon-circle-x:before {
  content: "\ebda";
}

.icon-circle-xmark:before {
  content: "\ebdb";
}

.icon-circle-y:before {
  content: "\ebdc";
}

.icon-circle-z:before {
  content: "\ebdd";
}

.icon-citrus:before {
  content: "\ebde";
}

.icon-citrus-slice:before {
  content: "\ebdf";
}

.icon-city:before {
  content: "\ebe0";
}

.icon-clapperboard:before {
  content: "\ebe1";
}

.icon-clapperboard-play:before {
  content: "\ebe2";
}

.icon-clarinet:before {
  content: "\ebe3";
}

.icon-claw-marks:before {
  content: "\ebe4";
}

.icon-clipboard:before {
  content: "\ebe5";
}

.icon-clipboard-check:before {
  content: "\ebe6";
}

.icon-clipboard-list:before {
  content: "\ebe7";
}

.icon-clipboard-list-check:before {
  content: "\ebe8";
}

.icon-clipboard-medical:before {
  content: "\ebe9";
}

.icon-clipboard-prescription:before {
  content: "\ebea";
}

.icon-clipboard-question:before {
  content: "\ebeb";
}

.icon-clipboard-user:before {
  content: "\ebec";
}

.icon-clock:before {
  content: "\ebed";
}

.icon-clock-desk:before {
  content: "\ebee";
}

.icon-clock-eight:before {
  content: "\ebef";
}

.icon-clock-eight-thirty:before {
  content: "\ebf0";
}

.icon-clock-eleven:before {
  content: "\ebf1";
}

.icon-clock-eleven-thirty:before {
  content: "\ebf2";
}

.icon-clock-five:before {
  content: "\ebf3";
}

.icon-clock-five-thirty:before {
  content: "\ebf4";
}

.icon-clock-four-thirty:before {
  content: "\ebf5";
}

.icon-clock-nine:before {
  content: "\ebf6";
}

.icon-clock-nine-thirty:before {
  content: "\ebf7";
}

.icon-clock-one:before {
  content: "\ebf8";
}

.icon-clock-one-thirty:before {
  content: "\ebf9";
}

.icon-clock-rotate-left:before {
  content: "\ebfa";
}

.icon-clock-seven:before {
  content: "\ebfb";
}

.icon-clock-seven-thirty:before {
  content: "\ebfc";
}

.icon-clock-six:before {
  content: "\ebfd";
}

.icon-clock-six-thirty:before {
  content: "\ebfe";
}

.icon-clock-ten:before {
  content: "\ebff";
}

.icon-clock-ten-thirty:before {
  content: "\ec00";
}

.icon-clock-three:before {
  content: "\ec01";
}

.icon-clock-three-thirty:before {
  content: "\ec02";
}

.icon-clock-twelve:before {
  content: "\ec03";
}

.icon-clock-twelve-thirty:before {
  content: "\ec04";
}

.icon-clock-two:before {
  content: "\ec05";
}

.icon-clock-two-thirty:before {
  content: "\ec06";
}

.icon-clone:before {
  content: "\ec07";
}

.icon-closed-captioning:before {
  content: "\ec08";
}

.icon-closed-captioning-slash:before {
  content: "\ec09";
}

.icon-clothes-hanger:before {
  content: "\ec0a";
}

.icon-cloud:before {
  content: "\ec0b";
}

.icon-cloud-arrow-down:before {
  content: "\ec0c";
}

.icon-cloud-arrow-up:before {
  content: "\ec0d";
}

.icon-cloud-bolt:before {
  content: "\ec0e";
}

.icon-cloud-bolt-moon:before {
  content: "\ec0f";
}

.icon-cloud-bolt-sun:before {
  content: "\ec10";
}

.icon-cloud-check:before {
  content: "\ec11";
}

.icon-cloud-drizzle:before {
  content: "\ec12";
}

.icon-cloud-exclamation:before {
  content: "\ec13";
}

.icon-cloud-fog:before {
  content: "\ec14";
}

.icon-cloud-hail:before {
  content: "\ec15";
}

.icon-cloud-hail-mixed:before {
  content: "\ec16";
}

.icon-cloud-meatball:before {
  content: "\ec17";
}

.icon-cloud-minus:before {
  content: "\ec18";
}

.icon-cloud-moon:before {
  content: "\ec19";
}

.icon-cloud-moon-rain:before {
  content: "\ec1a";
}

.icon-cloud-music:before {
  content: "\ec1b";
}

.icon-cloud-plus:before {
  content: "\ec1c";
}

.icon-cloud-question:before {
  content: "\ec1d";
}

.icon-cloud-rain:before {
  content: "\ec1e";
}

.icon-cloud-rainbow:before {
  content: "\ec1f";
}

.icon-clouds:before {
  content: "\ec20";
}

.icon-cloud-showers:before {
  content: "\ec21";
}

.icon-cloud-showers-heavy:before {
  content: "\ec22";
}

.icon-cloud-showers-water:before {
  content: "\ec23";
}

.icon-cloud-slash:before {
  content: "\ec24";
}

.icon-cloud-sleet:before {
  content: "\ec25";
}

.icon-clouds-moon:before {
  content: "\ec26";
}

.icon-cloud-snow:before {
  content: "\ec27";
}

.icon-clouds-sun:before {
  content: "\ec28";
}

.icon-cloud-sun:before {
  content: "\ec29";
}

.icon-cloud-sun-rain:before {
  content: "\ec2a";
}

.icon-cloud-word:before {
  content: "\ec2b";
}

.icon-cloud-xmark:before {
  content: "\ec2c";
}

.icon-clover:before {
  content: "\ec2d";
}

.icon-club:before {
  content: "\ec2e";
}

.icon-coconut:before {
  content: "\ec2f";
}

.icon-code:before {
  content: "\ec30";
}

.icon-code-branch:before {
  content: "\ec31";
}

.icon-code-commit:before {
  content: "\ec32";
}

.icon-code-compare:before {
  content: "\ec33";
}

.icon-code-fork:before {
  content: "\ec34";
}

.icon-code-merge:before {
  content: "\ec35";
}

.icon-code-pull-request:before {
  content: "\ec36";
}

.icon-code-pull-request-closed:before {
  content: "\ec37";
}

.icon-code-pull-request-draft:before {
  content: "\ec38";
}

.icon-code-simple:before {
  content: "\ec39";
}

.icon-coffee-bean:before {
  content: "\ec3a";
}

.icon-coffee-beans:before {
  content: "\ec3b";
}

.icon-coffee-pot:before {
  content: "\ec3c";
}

.icon-coffin:before {
  content: "\ec3d";
}

.icon-coffin-cross:before {
  content: "\ec3e";
}

.icon-coin:before {
  content: "\ec3f";
}

.icon-coin-blank:before {
  content: "\ec40";
}

.icon-coin-front:before {
  content: "\ec41";
}

.icon-coins:before {
  content: "\ec42";
}

.icon-coin-vertical:before {
  content: "\ec43";
}

.icon-colon:before {
  content: "\ec44";
}

.icon-colon-sign:before {
  content: "\ec45";
}

.icon-columns-3:before {
  content: "\ec46";
}

.icon-comet:before {
  content: "\ec47";
}

.icon-comma:before {
  content: "\ec48";
}

.icon-command:before {
  content: "\ec49";
}

.icon-comment:before {
  content: "\ec4a";
}

.icon-comment-arrow-down:before {
  content: "\ec4b";
}

.icon-comment-arrow-up:before {
  content: "\ec4c";
}

.icon-comment-arrow-up-right:before {
  content: "\ec4d";
}

.icon-comment-captions:before {
  content: "\ec4e";
}

.icon-comment-check:before {
  content: "\ec4f";
}

.icon-comment-code:before {
  content: "\ec50";
}

.icon-comment-dollar:before {
  content: "\ec51";
}

.icon-comment-dots:before {
  content: "\ec52";
}

.icon-comment-exclamation:before {
  content: "\ec53";
}

.icon-comment-image:before {
  content: "\ec54";
}

.icon-comment-lines:before {
  content: "\ec55";
}

.icon-comment-medical:before {
  content: "\ec56";
}

.icon-comment-middle:before {
  content: "\ec57";
}

.icon-comment-middle-top:before {
  content: "\ec58";
}

.icon-comment-minus:before {
  content: "\ec59";
}

.icon-comment-music:before {
  content: "\ec5a";
}

.icon-comment-pen:before {
  content: "\ec5b";
}

.icon-comment-plus:before {
  content: "\ec5c";
}

.icon-comment-question:before {
  content: "\ec5d";
}

.icon-comment-quote:before {
  content: "\ec5e";
}

.icon-comments:before {
  content: "\ec5f";
}

.icon-comments-dollar:before {
  content: "\ec60";
}

.icon-comment-slash:before {
  content: "\ec61";
}

.icon-comment-smile:before {
  content: "\ec62";
}

.icon-comment-sms:before {
  content: "\ec63";
}

.icon-comments-question:before {
  content: "\ec64";
}

.icon-comments-question-check:before {
  content: "\ec65";
}

.icon-comment-text:before {
  content: "\ec66";
}

.icon-comment-xmark:before {
  content: "\ec67";
}

.icon-compact-disc:before {
  content: "\ec68";
}

.icon-compass:before {
  content: "\ec69";
}

.icon-compass-drafting:before {
  content: "\ec6a";
}

.icon-compass-slash:before {
  content: "\ec6b";
}

.icon-compress:before {
  content: "\ec6c";
}

.icon-compress-wide:before {
  content: "\ec6d";
}

.icon-computer:before {
  content: "\ec6e";
}

.icon-computer-classic:before {
  content: "\ec6f";
}

.icon-computer-mouse:before {
  content: "\ec70";
}

.icon-computer-mouse-scrollwheel:before {
  content: "\ec71";
}

.icon-computer-speaker:before {
  content: "\ec72";
}

.icon-container-storage:before {
  content: "\ec73";
}

.icon-conveyor-belt:before {
  content: "\ec74";
}

.icon-conveyor-belt-boxes:before {
  content: "\ec75";
}

.icon-conveyor-belt-empty:before {
  content: "\ec76";
}

.icon-cookie:before {
  content: "\ec77";
}

.icon-cookie-bite:before {
  content: "\ec78";
}

.icon-copy:before {
  content: "\ec79";
}

.icon-copyright:before {
  content: "\ec7a";
}

.icon-corn:before {
  content: "\ec7b";
}

.icon-corner:before {
  content: "\ec7c";
}

.icon-couch:before {
  content: "\ec7d";
}

.icon-cow:before {
  content: "\ec7e";
}

.icon-cowbell:before {
  content: "\ec7f";
}

.icon-cowbell-circle-plus:before {
  content: "\ec80";
}

.icon-crab:before {
  content: "\ec81";
}

.icon-crate-apple:before {
  content: "\ec82";
}

.icon-crate-empty:before {
  content: "\ec83";
}

.icon-credit-card:before {
  content: "\ec84";
}

.icon-credit-card-blank:before {
  content: "\ec85";
}

.icon-credit-card-front:before {
  content: "\ec86";
}

.icon-cricket-bat-ball:before {
  content: "\ec87";
}

.icon-croissant:before {
  content: "\ec88";
}

.icon-crop:before {
  content: "\ec89";
}

.icon-crop-simple:before {
  content: "\ec8a";
}

.icon-cross:before {
  content: "\ec8b";
}

.icon-crosshairs:before {
  content: "\ec8c";
}

.icon-crow:before {
  content: "\ec8d";
}

.icon-crown:before {
  content: "\ec8e";
}

.icon-crutch:before {
  content: "\ec8f";
}

.icon-crutches:before {
  content: "\ec90";
}

.icon-cruzeiro-sign:before {
  content: "\ec91";
}

.icon-crystal-ball:before {
  content: "\ec92";
}

.icon-cube:before {
  content: "\ec93";
}

.icon-cubes:before {
  content: "\ec94";
}

.icon-cubes-stacked:before {
  content: "\ec95";
}

.icon-cucumber:before {
  content: "\ec96";
}

.icon-cupcake:before {
  content: "\ec97";
}

.icon-cup-straw:before {
  content: "\ec98";
}

.icon-cup-straw-swoosh:before {
  content: "\ec99";
}

.icon-cup-togo:before {
  content: "\ec9a";
}

.icon-curling-stone:before {
  content: "\ec9b";
}

.icon-custard:before {
  content: "\ec9c";
}

.icon-d:before {
  content: "\ec9d";
}

.icon-dagger:before {
  content: "\ec9e";
}

.icon-dash:before {
  content: "\ec9f";
}

.icon-database:before {
  content: "\eca0";
}

.icon-deer:before {
  content: "\eca1";
}

.icon-deer-rudolph:before {
  content: "\eca2";
}

.icon-delete-left:before {
  content: "\eca3";
}

.icon-delete-right:before {
  content: "\eca4";
}

.icon-democrat:before {
  content: "\eca5";
}

.icon-desktop:before {
  content: "\eca6";
}

.icon-desktop-arrow-down:before {
  content: "\eca7";
}

.icon-dharmachakra:before {
  content: "\eca8";
}

.icon-diagram-cells:before {
  content: "\eca9";
}

.icon-diagram-lean-canvas:before {
  content: "\ecaa";
}

.icon-diagram-nested:before {
  content: "\ecab";
}

.icon-diagram-next:before {
  content: "\ecac";
}

.icon-diagram-predecessor:before {
  content: "\ecad";
}

.icon-diagram-previous:before {
  content: "\ecae";
}

.icon-diagram-project:before {
  content: "\ecaf";
}

.icon-diagram-sankey:before {
  content: "\ecb0";
}

.icon-diagram-subtask:before {
  content: "\ecb1";
}

.icon-diagram-successor:before {
  content: "\ecb2";
}

.icon-diagram-venn:before {
  content: "\ecb3";
}

.icon-dial:before {
  content: "\ecb4";
}

.icon-dial-high:before {
  content: "\ecb5";
}

.icon-dial-low:before {
  content: "\ecb6";
}

.icon-dial-max:before {
  content: "\ecb7";
}

.icon-dial-med:before {
  content: "\ecb8";
}

.icon-dial-med-low:before {
  content: "\ecb9";
}

.icon-dial-min:before {
  content: "\ecba";
}

.icon-dial-off:before {
  content: "\ecbb";
}

.icon-diamond:before {
  content: "\ecbc";
}

.icon-diamond-exclamation:before {
  content: "\ecbd";
}

.icon-diamond-turn-right:before {
  content: "\ecbe";
}

.icon-dice:before {
  content: "\ecbf";
}

.icon-dice-d4:before {
  content: "\ecc0";
}

.icon-dice-d6:before {
  content: "\ecc1";
}

.icon-dice-d8:before {
  content: "\ecc2";
}

.icon-dice-d10:before {
  content: "\ecc3";
}

.icon-dice-d12:before {
  content: "\ecc4";
}

.icon-dice-d20:before {
  content: "\ecc5";
}

.icon-dice-five:before {
  content: "\ecc6";
}

.icon-dice-four:before {
  content: "\ecc7";
}

.icon-dice-one:before {
  content: "\ecc8";
}

.icon-dice-six:before {
  content: "\ecc9";
}

.icon-dice-three:before {
  content: "\ecca";
}

.icon-dice-two:before {
  content: "\eccb";
}

.icon-diploma:before {
  content: "\eccc";
}

.icon-disc-drive:before {
  content: "\eccd";
}

.icon-disease:before {
  content: "\ecce";
}

.icon-display:before {
  content: "\eccf";
}

.icon-display-arrow-down:before {
  content: "\ecd0";
}

.icon-display-code:before {
  content: "\ecd1";
}

.icon-display-medical:before {
  content: "\ecd2";
}

.icon-display-slash:before {
  content: "\ecd3";
}

.icon-distribute-spacing-horizontal:before {
  content: "\ecd4";
}

.icon-distribute-spacing-vertical:before {
  content: "\ecd5";
}

.icon-ditto:before {
  content: "\ecd6";
}

.icon-divide:before {
  content: "\ecd7";
}

.icon-dna:before {
  content: "\ecd8";
}

.icon-dog:before {
  content: "\ecd9";
}

.icon-dog-leashed:before {
  content: "\ecda";
}

.icon-dollar-sign:before {
  content: "\ecdb";
}

.icon-dolly:before {
  content: "\ecdc";
}

.icon-dolly-empty:before {
  content: "\ecdd";
}

.icon-dolphin:before {
  content: "\ecde";
}

.icon-dong-sign:before {
  content: "\ecdf";
}

.icon-do-not-enter:before {
  content: "\ece0";
}

.icon-donut:before {
  content: "\ece1";
}

.icon-door-closed:before {
  content: "\ece2";
}

.icon-door-open:before {
  content: "\ece3";
}

.icon-dove:before {
  content: "\ece4";
}

.icon-down:before {
  content: "\ece5";
}

.icon-down-from-dotted-line:before {
  content: "\ece6";
}

.icon-down-from-line:before {
  content: "\ece7";
}

.icon-down-left:before {
  content: "\ece8";
}

.icon-down-left-and-up-right-to-center:before {
  content: "\ece9";
}

.icon-download:before {
  content: "\ecea";
}

.icon-down-long:before {
  content: "\eceb";
}

.icon-down-right:before {
  content: "\ecec";
}

.icon-down-to-bracket:before {
  content: "\eced";
}

.icon-down-to-dotted-line:before {
  content: "\ecee";
}

.icon-down-to-line:before {
  content: "\ecef";
}

.icon-dragon:before {
  content: "\ecf0";
}

.icon-draw-circle:before {
  content: "\ecf1";
}

.icon-draw-polygon:before {
  content: "\ecf2";
}

.icon-draw-square:before {
  content: "\ecf3";
}

.icon-dreidel:before {
  content: "\ecf4";
}

.icon-drone:before {
  content: "\ecf5";
}

.icon-drone-front:before {
  content: "\ecf6";
}

.icon-droplet:before {
  content: "\ecf7";
}

.icon-droplet-degree:before {
  content: "\ecf8";
}

.icon-droplet-percent:before {
  content: "\ecf9";
}

.icon-droplet-slash:before {
  content: "\ecfa";
}

.icon-drum:before {
  content: "\ecfb";
}

.icon-drum-steelpan:before {
  content: "\ecfc";
}

.icon-drumstick:before {
  content: "\ecfd";
}

.icon-drumstick-bite:before {
  content: "\ecfe";
}

.icon-dryer:before {
  content: "\ecff";
}

.icon-dryer-heat:before {
  content: "\ed00";
}

.icon-duck:before {
  content: "\ed01";
}

.icon-dumbbell:before {
  content: "\ed02";
}

.icon-dumpster:before {
  content: "\ed03";
}

.icon-dumpster-fire:before {
  content: "\ed04";
}

.icon-dungeon:before {
  content: "\ed05";
}

.icon-e:before {
  content: "\ed06";
}

.icon-ear:before {
  content: "\ed07";
}

.icon-ear-deaf:before {
  content: "\ed08";
}

.icon-ear-listen:before {
  content: "\ed09";
}

.icon-ear-muffs:before {
  content: "\ed0a";
}

.icon-earth-africa:before {
  content: "\ed0b";
}

.icon-earth-americas:before {
  content: "\ed0c";
}

.icon-earth-asia:before {
  content: "\ed0d";
}

.icon-earth-europe:before {
  content: "\ed0e";
}

.icon-earth-oceania:before {
  content: "\ed0f";
}

.icon-eclipse:before {
  content: "\ed10";
}

.icon-egg:before {
  content: "\ed11";
}

.icon-egg-fried:before {
  content: "\ed12";
}

.icon-eggplant:before {
  content: "\ed13";
}

.icon-eject:before {
  content: "\ed14";
}

.icon-elephant:before {
  content: "\ed15";
}

.icon-elevator:before {
  content: "\ed16";
}

.icon-ellipsis:before {
  content: "\ed17";
}

.icon-ellipsis-stroke:before {
  content: "\ed18";
}

.icon-ellipsis-stroke-vertical:before {
  content: "\ed19";
}

.icon-ellipsis-vertical:before {
  content: "\ed1a";
}

.icon-empty-set:before {
  content: "\ed1b";
}

.icon-engine:before {
  content: "\ed1c";
}

.icon-engine-warning:before {
  content: "\ed1d";
}

.icon-envelope:before {
  content: "\ed1e";
}

.icon-envelope-circle-check:before {
  content: "\ed1f";
}

.icon-envelope-dot:before {
  content: "\ed20";
}

.icon-envelope-open:before {
  content: "\ed21";
}

.icon-envelope-open-dollar:before {
  content: "\ed22";
}

.icon-envelope-open-text:before {
  content: "\ed23";
}

.icon-envelopes:before {
  content: "\ed24";
}

.icon-envelopes-bulk:before {
  content: "\ed25";
}

.icon-equals:before {
  content: "\ed26";
}

.icon-eraser:before {
  content: "\ed27";
}

.icon-escalator:before {
  content: "\ed28";
}

.icon-ethernet:before {
  content: "\ed29";
}

.icon-euro-sign:before {
  content: "\ed2a";
}

.icon-exclamation:before {
  content: "\ed2b";
}

.icon-expand:before {
  content: "\ed2c";
}

.icon-expand-wide:before {
  content: "\ed2d";
}

.icon-explosion:before {
  content: "\ed2e";
}

.icon-eye:before {
  content: "\ed2f";
}

.icon-eye-dropper:before {
  content: "\ed30";
}

.icon-eye-dropper-full:before {
  content: "\ed31";
}

.icon-eye-dropper-half:before {
  content: "\ed32";
}

.icon-eye-evil:before {
  content: "\ed33";
}

.icon-eye-low-vision:before {
  content: "\ed34";
}

.icon-eyes:before {
  content: "\ed35";
}

.icon-eye-slash:before {
  content: "\ed36";
}

.icon-f:before {
  content: "\ed37";
}

.icon-face-angry:before {
  content: "\ed38";
}

.icon-face-angry-horns:before {
  content: "\ed39";
}

.icon-face-anguished:before {
  content: "\ed3a";
}

.icon-face-anxious-sweat:before {
  content: "\ed3b";
}

.icon-face-astonished:before {
  content: "\ed3c";
}

.icon-face-awesome:before {
  content: "\ed3d";
}

.icon-face-beam-hand-over-mouth:before {
  content: "\ed3e";
}

.icon-face-clouds:before {
  content: "\ed3f";
}

.icon-face-confounded:before {
  content: "\ed40";
}

.icon-face-confused:before {
  content: "\ed41";
}

.icon-face-cowboy-hat:before {
  content: "\ed42";
}

.icon-face-diagonal-mouth:before {
  content: "\ed43";
}

.icon-face-disappointed:before {
  content: "\ed44";
}

.icon-face-disguise:before {
  content: "\ed45";
}

.icon-face-dizzy:before {
  content: "\ed46";
}

.icon-face-dotted:before {
  content: "\ed47";
}

.icon-face-downcast-sweat:before {
  content: "\ed48";
}

.icon-face-drooling:before {
  content: "\ed49";
}

.icon-face-exhaling:before {
  content: "\ed4a";
}

.icon-face-explode:before {
  content: "\ed4b";
}

.icon-face-expressionless:before {
  content: "\ed4c";
}

.icon-face-eyes-xmarks:before {
  content: "\ed4d";
}

.icon-face-fearful:before {
  content: "\ed4e";
}

.icon-face-flushed:before {
  content: "\ed4f";
}

.icon-face-frown:before {
  content: "\ed50";
}

.icon-face-frown-open:before {
  content: "\ed51";
}

.icon-face-frown-slight:before {
  content: "\ed52";
}

.icon-face-glasses:before {
  content: "\ed53";
}

.icon-face-grimace:before {
  content: "\ed54";
}

.icon-face-grin:before {
  content: "\ed55";
}

.icon-face-grin-beam:before {
  content: "\ed56";
}

.icon-face-grin-beam-sweat:before {
  content: "\ed57";
}

.icon-face-grin-hearts:before {
  content: "\ed58";
}

.icon-face-grin-squint:before {
  content: "\ed59";
}

.icon-face-grin-squint-tears:before {
  content: "\ed5a";
}

.icon-face-grin-stars:before {
  content: "\ed5b";
}

.icon-face-grin-tears:before {
  content: "\ed5c";
}

.icon-face-grin-tongue:before {
  content: "\ed5d";
}

.icon-face-grin-tongue-squint:before {
  content: "\ed5e";
}

.icon-face-grin-tongue-wink:before {
  content: "\ed5f";
}

.icon-face-grin-wide:before {
  content: "\ed60";
}

.icon-face-grin-wink:before {
  content: "\ed61";
}

.icon-face-hand-over-mouth:before {
  content: "\ed62";
}

.icon-face-hand-peeking:before {
  content: "\ed63";
}

.icon-face-hand-yawn:before {
  content: "\ed64";
}

.icon-face-head-bandage:before {
  content: "\ed65";
}

.icon-face-holding-back-tears:before {
  content: "\ed66";
}

.icon-face-hushed:before {
  content: "\ed67";
}

.icon-face-icicles:before {
  content: "\ed68";
}

.icon-face-kiss:before {
  content: "\ed69";
}

.icon-face-kiss-beam:before {
  content: "\ed6a";
}

.icon-face-kiss-closed-eyes:before {
  content: "\ed6b";
}

.icon-face-kiss-wink-heart:before {
  content: "\ed6c";
}

.icon-face-laugh:before {
  content: "\ed6d";
}

.icon-face-laugh-beam:before {
  content: "\ed6e";
}

.icon-face-laugh-squint:before {
  content: "\ed6f";
}

.icon-face-laugh-wink:before {
  content: "\ed70";
}

.icon-face-lying:before {
  content: "\ed71";
}

.icon-face-mask:before {
  content: "\ed72";
}

.icon-face-meh:before {
  content: "\ed73";
}

.icon-face-meh-blank:before {
  content: "\ed74";
}

.icon-face-melting:before {
  content: "\ed75";
}

.icon-face-monocle:before {
  content: "\ed76";
}

.icon-face-nauseated:before {
  content: "\ed77";
}

.icon-face-nose-steam:before {
  content: "\ed78";
}

.icon-face-party:before {
  content: "\ed79";
}

.icon-face-pensive:before {
  content: "\ed7a";
}

.icon-face-persevering:before {
  content: "\ed7b";
}

.icon-face-pleading:before {
  content: "\ed7c";
}

.icon-face-pouting:before {
  content: "\ed7d";
}

.icon-face-raised-eyebrow:before {
  content: "\ed7e";
}

.icon-face-relieved:before {
  content: "\ed7f";
}

.icon-face-rolling-eyes:before {
  content: "\ed80";
}

.icon-face-sad-cry:before {
  content: "\ed81";
}

.icon-face-sad-sweat:before {
  content: "\ed82";
}

.icon-face-sad-tear:before {
  content: "\ed83";
}

.icon-face-saluting:before {
  content: "\ed84";
}

.icon-face-scream:before {
  content: "\ed85";
}

.icon-face-shush:before {
  content: "\ed86";
}

.icon-face-sleeping:before {
  content: "\ed87";
}

.icon-face-sleepy:before {
  content: "\ed88";
}

.icon-face-smile:before {
  content: "\ed89";
}

.icon-face-smile-beam:before {
  content: "\ed8a";
}

.icon-face-smile-halo:before {
  content: "\ed8b";
}

.icon-face-smile-hearts:before {
  content: "\ed8c";
}

.icon-face-smile-horns:before {
  content: "\ed8d";
}

.icon-face-smile-plus:before {
  content: "\ed8e";
}

.icon-face-smile-relaxed:before {
  content: "\ed8f";
}

.icon-face-smile-tear:before {
  content: "\ed90";
}

.icon-face-smile-tongue:before {
  content: "\ed91";
}

.icon-face-smile-upside-down:before {
  content: "\ed92";
}

.icon-face-smile-wink:before {
  content: "\ed93";
}

.icon-face-smiling-hands:before {
  content: "\ed94";
}

.icon-face-smirking:before {
  content: "\ed95";
}

.icon-face-spiral-eyes:before {
  content: "\ed96";
}

.icon-face-sunglasses:before {
  content: "\ed97";
}

.icon-face-surprise:before {
  content: "\ed98";
}

.icon-face-swear:before {
  content: "\ed99";
}

.icon-face-thermometer:before {
  content: "\ed9a";
}

.icon-face-thinking:before {
  content: "\ed9b";
}

.icon-face-tired:before {
  content: "\ed9c";
}

.icon-face-tissue:before {
  content: "\ed9d";
}

.icon-face-tongue-money:before {
  content: "\ed9e";
}

.icon-face-tongue-sweat:before {
  content: "\ed9f";
}

.icon-face-unamused:before {
  content: "\eda0";
}

.icon-face-viewfinder:before {
  content: "\eda1";
}

.icon-face-vomit:before {
  content: "\eda2";
}

.icon-face-weary:before {
  content: "\eda3";
}

.icon-face-woozy:before {
  content: "\eda4";
}

.icon-face-worried:before {
  content: "\eda5";
}

.icon-face-zany:before {
  content: "\eda6";
}

.icon-face-zipper:before {
  content: "\eda7";
}

.icon-falafel:before {
  content: "\eda8";
}

.icon-family:before {
  content: "\eda9";
}

.icon-family-dress:before {
  content: "\edaa";
}

.icon-family-pants:before {
  content: "\edab";
}

.icon-fan:before {
  content: "\edac";
}

.icon-fan-table:before {
  content: "\edad";
}

.icon-farm:before {
  content: "\edae";
}

.icon-faucet:before {
  content: "\edaf";
}

.icon-faucet-drip:before {
  content: "\edb0";
}

.icon-fax:before {
  content: "\edb1";
}

.icon-feather:before {
  content: "\edb2";
}

.icon-feather-pointed:before {
  content: "\edb3";
}

.icon-fence:before {
  content: "\edb4";
}

.icon-ferris-wheel:before {
  content: "\edb5";
}

.icon-ferry:before {
  content: "\edb6";
}

.icon-field-hockey-stick-ball:before {
  content: "\edb7";
}

.icon-file:before {
  content: "\edb8";
}

.icon-file-arrow-down:before {
  content: "\edb9";
}

.icon-file-arrow-up:before {
  content: "\edba";
}

.icon-file-audio:before {
  content: "\edbb";
}

.icon-file-binary:before {
  content: "\edbc";
}

.icon-file-certificate:before {
  content: "\edbd";
}

.icon-file-chart-column:before {
  content: "\edbe";
}

.icon-file-chart-pie:before {
  content: "\edbf";
}

.icon-file-check:before {
  content: "\edc0";
}

.icon-file-circle-check:before {
  content: "\edc1";
}

.icon-file-circle-exclamation:before {
  content: "\edc2";
}

.icon-file-circle-info:before {
  content: "\edc3";
}

.icon-file-circle-minus:before {
  content: "\edc4";
}

.icon-file-circle-plus:before {
  content: "\edc5";
}

.icon-file-circle-question:before {
  content: "\edc6";
}

.icon-file-circle-xmark:before {
  content: "\edc7";
}

.icon-file-code:before {
  content: "\edc8";
}

.icon-file-contract:before {
  content: "\edc9";
}

.icon-file-csv:before {
  content: "\edca";
}

.icon-file-dashed-line:before {
  content: "\edcb";
}

.icon-file-excel:before {
  content: "\edcc";
}

.icon-file-exclamation:before {
  content: "\edcd";
}

.icon-file-export:before {
  content: "\edce";
}

.icon-file-heart:before {
  content: "\edcf";
}

.icon-file-image:before {
  content: "\edd0";
}

.icon-file-import:before {
  content: "\edd1";
}

.icon-file-invoice:before {
  content: "\edd2";
}

.icon-file-invoice-dollar:before {
  content: "\edd3";
}

.icon-file-lines:before {
  content: "\edd4";
}

.icon-file-lock:before {
  content: "\edd5";
}

.icon-file-magnifying-glass:before {
  content: "\edd6";
}

.icon-file-medical:before {
  content: "\edd7";
}

.icon-file-minus:before {
  content: "\edd8";
}

.icon-file-music:before {
  content: "\edd9";
}

.icon-file-pdf:before {
  content: "\edda";
}

.icon-file-pen:before {
  content: "\eddb";
}

.icon-file-plus:before {
  content: "\eddc";
}

.icon-file-plus-minus:before {
  content: "\eddd";
}

.icon-file-powerpoint:before {
  content: "\edde";
}

.icon-file-prescription:before {
  content: "\eddf";
}

.icon-files:before {
  content: "\ede0";
}

.icon-file-shield:before {
  content: "\ede1";
}

.icon-file-signature:before {
  content: "\ede2";
}

.icon-file-slash:before {
  content: "\ede3";
}

.icon-files-medical:before {
  content: "\ede4";
}

.icon-file-spreadsheet:before {
  content: "\ede5";
}

.icon-file-user:before {
  content: "\ede6";
}

.icon-file-video:before {
  content: "\ede7";
}

.icon-file-waveform:before {
  content: "\ede8";
}

.icon-file-word:before {
  content: "\ede9";
}

.icon-file-xmark:before {
  content: "\edea";
}

.icon-file-zipper:before {
  content: "\edeb";
}

.icon-fill:before {
  content: "\edec";
}

.icon-fill-drip:before {
  content: "\eded";
}

.icon-film:before {
  content: "\edee";
}

.icon-film-canister:before {
  content: "\edef";
}

.icon-films:before {
  content: "\edf0";
}

.icon-film-simple:before {
  content: "\edf1";
}

.icon-film-slash:before {
  content: "\edf2";
}

.icon-filter:before {
  content: "\edf3";
}

.icon-filter-circle-dollar:before {
  content: "\edf4";
}

.icon-filter-circle-xmark:before {
  content: "\edf5";
}

.icon-filter-list:before {
  content: "\edf6";
}

.icon-filters:before {
  content: "\edf7";
}

.icon-filter-slash:before {
  content: "\edf8";
}

.icon-fingerprint:before {
  content: "\edf9";
}

.icon-fire:before {
  content: "\edfa";
}

.icon-fire-burner:before {
  content: "\edfb";
}

.icon-fire-extinguisher:before {
  content: "\edfc";
}

.icon-fire-flame:before {
  content: "\edfd";
}

.icon-fire-flame-curved:before {
  content: "\edfe";
}

.icon-fire-flame-simple:before {
  content: "\edff";
}

.icon-fire-hydrant:before {
  content: "\ee00";
}

.icon-fireplace:before {
  content: "\ee01";
}

.icon-fire-smoke:before {
  content: "\ee02";
}

.icon-fish:before {
  content: "\ee03";
}

.icon-fish-bones:before {
  content: "\ee04";
}

.icon-fish-cooked:before {
  content: "\ee05";
}

.icon-fish-fins:before {
  content: "\ee06";
}

.icon-fishing-rod:before {
  content: "\ee07";
}

.icon-flag:before {
  content: "\ee08";
}

.icon-flag-checkered:before {
  content: "\ee09";
}

.icon-flag-pennant:before {
  content: "\ee0a";
}

.icon-flag-swallowtail:before {
  content: "\ee0b";
}

.icon-flag-usa:before {
  content: "\ee0c";
}

.icon-flashlight:before {
  content: "\ee0d";
}

.icon-flask:before {
  content: "\ee0e";
}

.icon-flask-round-poison:before {
  content: "\ee0f";
}

.icon-flask-round-potion:before {
  content: "\ee10";
}

.icon-flask-vial:before {
  content: "\ee11";
}

.icon-flatbread:before {
  content: "\ee12";
}

.icon-flatbread-stuffed:before {
  content: "\ee13";
}

.icon-floppy-disk:before {
  content: "\ee14";
}

.icon-floppy-disk-circle-arrow-right:before {
  content: "\ee15";
}

.icon-floppy-disk-circle-xmark:before {
  content: "\ee16";
}

.icon-floppy-disk-pen:before {
  content: "\ee17";
}

.icon-floppy-disks:before {
  content: "\ee18";
}

.icon-florin-sign:before {
  content: "\ee19";
}

.icon-flower:before {
  content: "\ee1a";
}

.icon-flower-daffodil:before {
  content: "\ee1b";
}

.icon-flower-tulip:before {
  content: "\ee1c";
}

.icon-flute:before {
  content: "\ee1d";
}

.icon-flux-capacitor:before {
  content: "\ee1e";
}

.icon-flying-disc:before {
  content: "\ee1f";
}

.icon-folder:before {
  content: "\ee20";
}

.icon-folder-arrow-down:before {
  content: "\ee21";
}

.icon-folder-arrow-up:before {
  content: "\ee22";
}

.icon-folder-bookmark:before {
  content: "\ee23";
}

.icon-folder-closed:before {
  content: "\ee24";
}

.icon-folder-gear:before {
  content: "\ee25";
}

.icon-folder-grid:before {
  content: "\ee26";
}

.icon-folder-heart:before {
  content: "\ee27";
}

.icon-folder-image:before {
  content: "\ee28";
}

.icon-folder-magnifying-glass:before {
  content: "\ee29";
}

.icon-folder-medical:before {
  content: "\ee2a";
}

.icon-folder-minus:before {
  content: "\ee2b";
}

.icon-folder-music:before {
  content: "\ee2c";
}

.icon-folder-open:before {
  content: "\ee2d";
}

.icon-folder-plus:before {
  content: "\ee2e";
}

.icon-folders:before {
  content: "\ee2f";
}

.icon-folder-tree:before {
  content: "\ee30";
}

.icon-folder-user:before {
  content: "\ee31";
}

.icon-folder-xmark:before {
  content: "\ee32";
}

.icon-fondue-pot:before {
  content: "\ee33";
}

.icon-font:before {
  content: "\ee34";
}

.icon-font-awesome1:before {
  content: "\ee35";
}

.icon-font-case:before {
  content: "\ee36";
}

.icon-football:before {
  content: "\ee37";
}

.icon-football-helmet:before {
  content: "\ee38";
}

.icon-fork:before {
  content: "\ee39";
}

.icon-fork-knife:before {
  content: "\ee3a";
}

.icon-forklift:before {
  content: "\ee3b";
}

.icon-fort:before {
  content: "\ee3c";
}

.icon-forward:before {
  content: "\ee3d";
}

.icon-forward-fast:before {
  content: "\ee3e";
}

.icon-forward-step:before {
  content: "\ee3f";
}

.icon-frame:before {
  content: "\ee40";
}

.icon-franc-sign:before {
  content: "\ee41";
}

.icon-french-fries:before {
  content: "\ee42";
}

.icon-frog:before {
  content: "\ee43";
}

.icon-function:before {
  content: "\ee44";
}

.icon-futbol:before {
  content: "\ee45";
}

.icon-g:before {
  content: "\ee46";
}

.icon-galaxy:before {
  content: "\ee47";
}

.icon-gallery-thumbnails:before {
  content: "\ee48";
}

.icon-game-board:before {
  content: "\ee49";
}

.icon-game-board-simple:before {
  content: "\ee4a";
}

.icon-game-console-handheld:before {
  content: "\ee4b";
}

.icon-gamepad:before {
  content: "\ee4c";
}

.icon-gamepad-modern:before {
  content: "\ee4d";
}

.icon-garage:before {
  content: "\ee4e";
}

.icon-garage-car:before {
  content: "\ee4f";
}

.icon-garage-open:before {
  content: "\ee50";
}

.icon-garlic:before {
  content: "\ee51";
}

.icon-gas-pump:before {
  content: "\ee52";
}

.icon-gas-pump-slash:before {
  content: "\ee53";
}

.icon-gauge:before {
  content: "\ee54";
}

.icon-gauge-circle-bolt:before {
  content: "\ee55";
}

.icon-gauge-circle-minus:before {
  content: "\ee56";
}

.icon-gauge-circle-plus:before {
  content: "\ee57";
}

.icon-gauge-high:before {
  content: "\ee58";
}

.icon-gauge-low:before {
  content: "\ee59";
}

.icon-gauge-max:before {
  content: "\ee5a";
}

.icon-gauge-min:before {
  content: "\ee5b";
}

.icon-gauge-simple:before {
  content: "\ee5c";
}

.icon-gauge-simple-high:before {
  content: "\ee5d";
}

.icon-gauge-simple-low:before {
  content: "\ee5e";
}

.icon-gauge-simple-max:before {
  content: "\ee5f";
}

.icon-gauge-simple-min:before {
  content: "\ee60";
}

.icon-gavel:before {
  content: "\ee61";
}

.icon-gear:before {
  content: "\ee62";
}

.icon-gears:before {
  content: "\ee63";
}

.icon-gem:before {
  content: "\ee64";
}

.icon-genderless:before {
  content: "\ee65";
}

.icon-ghost:before {
  content: "\ee66";
}

.icon-gif:before {
  content: "\ee67";
}

.icon-gift:before {
  content: "\ee68";
}

.icon-gift-card:before {
  content: "\ee69";
}

.icon-gifts:before {
  content: "\ee6a";
}

.icon-gingerbread-man:before {
  content: "\ee6b";
}

.icon-glass:before {
  content: "\ee6c";
}

.icon-glass-citrus:before {
  content: "\ee6d";
}

.icon-glass-empty:before {
  content: "\ee6e";
}

.icon-glasses:before {
  content: "\ee6f";
}

.icon-glasses-round:before {
  content: "\ee70";
}

.icon-glass-half:before {
  content: "\ee71";
}

.icon-glass-water:before {
  content: "\ee72";
}

.icon-glass-water-droplet:before {
  content: "\ee73";
}

.icon-globe:before {
  content: "\ee74";
}

.icon-globe-snow:before {
  content: "\ee75";
}

.icon-globe-stand:before {
  content: "\ee76";
}

.icon-goal-net:before {
  content: "\ee77";
}

.icon-golf-ball-tee:before {
  content: "\ee78";
}

.icon-golf-club:before {
  content: "\ee79";
}

.icon-golf-flag-hole:before {
  content: "\ee7a";
}

.icon-gopuram:before {
  content: "\ee7b";
}

.icon-graduation-cap:before {
  content: "\ee7c";
}

.icon-gramophone:before {
  content: "\ee7d";
}

.icon-grapes:before {
  content: "\ee7e";
}

.icon-grate:before {
  content: "\ee7f";
}

.icon-grate-droplet:before {
  content: "\ee80";
}

.icon-greater-than:before {
  content: "\ee81";
}

.icon-greater-than-equal:before {
  content: "\ee82";
}

.icon-grid:before {
  content: "\ee83";
}

.icon-grid-2:before {
  content: "\ee84";
}

.icon-grid-2-plus:before {
  content: "\ee85";
}

.icon-grid-4:before {
  content: "\ee86";
}

.icon-grid-5:before {
  content: "\ee87";
}

.icon-grid-dividers:before {
  content: "\ee88";
}

.icon-grid-horizontal:before {
  content: "\ee89";
}

.icon-grip:before {
  content: "\ee8a";
}

.icon-grip-dots:before {
  content: "\ee8b";
}

.icon-grip-dots-vertical:before {
  content: "\ee8c";
}

.icon-grip-lines:before {
  content: "\ee8d";
}

.icon-grip-lines-vertical:before {
  content: "\ee8e";
}

.icon-grip-vertical:before {
  content: "\ee8f";
}

.icon-group-arrows-rotate:before {
  content: "\ee90";
}

.icon-guarani-sign:before {
  content: "\ee91";
}

.icon-guitar:before {
  content: "\ee92";
}

.icon-guitar-electric:before {
  content: "\ee93";
}

.icon-guitars:before {
  content: "\ee94";
}

.icon-gun:before {
  content: "\ee95";
}

.icon-gun-slash:before {
  content: "\ee96";
}

.icon-gun-squirt:before {
  content: "\ee97";
}

.icon-h:before {
  content: "\ee98";
}

.icon-h1:before {
  content: "\ee99";
}

.icon-h2:before {
  content: "\ee9a";
}

.icon-h3:before {
  content: "\ee9b";
}

.icon-h4:before {
  content: "\ee9c";
}

.icon-h5:before {
  content: "\ee9d";
}

.icon-h6:before {
  content: "\ee9e";
}

.icon-hammer:before {
  content: "\ee9f";
}

.icon-hammer-crash:before {
  content: "\eea0";
}

.icon-hammer-war:before {
  content: "\eea1";
}

.icon-hamsa:before {
  content: "\eea2";
}

.icon-hand:before {
  content: "\eea3";
}

.icon-hand-back-fist:before {
  content: "\eea4";
}

.icon-hand-back-point-down:before {
  content: "\eea5";
}

.icon-hand-back-point-left:before {
  content: "\eea6";
}

.icon-hand-back-point-ribbon:before {
  content: "\eea7";
}

.icon-hand-back-point-right:before {
  content: "\eea8";
}

.icon-hand-back-point-up:before {
  content: "\eea9";
}

.icon-handcuffs:before {
  content: "\eeaa";
}

.icon-hand-dots:before {
  content: "\eeab";
}

.icon-hand-fingers-crossed:before {
  content: "\eeac";
}

.icon-hand-fist:before {
  content: "\eead";
}

.icon-hand-heart:before {
  content: "\eeae";
}

.icon-hand-holding:before {
  content: "\eeaf";
}

.icon-hand-holding-box:before {
  content: "\eeb0";
}

.icon-hand-holding-dollar:before {
  content: "\eeb1";
}

.icon-hand-holding-droplet:before {
  content: "\eeb2";
}

.icon-hand-holding-hand:before {
  content: "\eeb3";
}

.icon-hand-holding-heart:before {
  content: "\eeb4";
}

.icon-hand-holding-magic:before {
  content: "\eeb5";
}

.icon-hand-holding-medical:before {
  content: "\eeb6";
}

.icon-hand-holding-seedling:before {
  content: "\eeb7";
}

.icon-hand-holding-skull:before {
  content: "\eeb8";
}

.icon-hand-horns:before {
  content: "\eeb9";
}

.icon-hand-lizard:before {
  content: "\eeba";
}

.icon-hand-love:before {
  content: "\eebb";
}

.icon-hand-middle-finger:before {
  content: "\eebc";
}

.icon-hand-peace:before {
  content: "\eebd";
}

.icon-hand-point-down:before {
  content: "\eebe";
}

.icon-hand-pointer:before {
  content: "\eebf";
}

.icon-hand-point-left:before {
  content: "\eec0";
}

.icon-hand-point-ribbon:before {
  content: "\eec1";
}

.icon-hand-point-right:before {
  content: "\eec2";
}

.icon-hand-point-up:before {
  content: "\eec3";
}

.icon-hands:before {
  content: "\eec4";
}

.icon-hands-asl-interpreting:before {
  content: "\eec5";
}

.icon-hands-bound:before {
  content: "\eec6";
}

.icon-hands-bubbles:before {
  content: "\eec7";
}

.icon-hand-scissors:before {
  content: "\eec8";
}

.icon-hands-clapping:before {
  content: "\eec9";
}

.icon-handshake:before {
  content: "\eeca";
}

.icon-handshake-angle:before {
  content: "\eecb";
}

.icon-handshake-simple:before {
  content: "\eecc";
}

.icon-handshake-simple-slash:before {
  content: "\eecd";
}

.icon-handshake-slash:before {
  content: "\eece";
}

.icon-hands-holding:before {
  content: "\eecf";
}

.icon-hands-holding-child:before {
  content: "\eed0";
}

.icon-hands-holding-circle:before {
  content: "\eed1";
}

.icon-hands-holding-diamond:before {
  content: "\eed2";
}

.icon-hands-holding-dollar:before {
  content: "\eed3";
}

.icon-hands-holding-heart:before {
  content: "\eed4";
}

.icon-hand-sparkles:before {
  content: "\eed5";
}

.icon-hand-spock:before {
  content: "\eed6";
}

.icon-hands-praying:before {
  content: "\eed7";
}

.icon-hand-wave:before {
  content: "\eed8";
}

.icon-hanukiah:before {
  content: "\eed9";
}

.icon-hard-drive:before {
  content: "\eeda";
}

.icon-hashtag:before {
  content: "\eedb";
}

.icon-hashtag-lock:before {
  content: "\eedc";
}

.icon-hat-chef:before {
  content: "\eedd";
}

.icon-hat-cowboy:before {
  content: "\eede";
}

.icon-hat-cowboy-side:before {
  content: "\eedf";
}

.icon-hat-santa:before {
  content: "\eee0";
}

.icon-hat-winter:before {
  content: "\eee1";
}

.icon-hat-witch:before {
  content: "\eee2";
}

.icon-hat-wizard:before {
  content: "\eee3";
}

.icon-heading:before {
  content: "\eee4";
}

.icon-headphones:before {
  content: "\eee5";
}

.icon-headphones-simple:before {
  content: "\eee6";
}

.icon-headset:before {
  content: "\eee7";
}

.icon-head-side:before {
  content: "\eee8";
}

.icon-head-side-brain:before {
  content: "\eee9";
}

.icon-head-side-cough:before {
  content: "\eeea";
}

.icon-head-side-cough-slash:before {
  content: "\eeeb";
}

.icon-head-side-goggles:before {
  content: "\eeec";
}

.icon-head-side-headphones:before {
  content: "\eeed";
}

.icon-head-side-heart:before {
  content: "\eeee";
}

.icon-head-side-mask:before {
  content: "\eeef";
}

.icon-head-side-medical:before {
  content: "\eef0";
}

.icon-head-side-virus:before {
  content: "\eef1";
}

.icon-heart:before {
  content: "\eef2";
}

.icon-heart-circle-bolt:before {
  content: "\eef3";
}

.icon-heart-circle-check:before {
  content: "\eef4";
}

.icon-heart-circle-exclamation:before {
  content: "\eef5";
}

.icon-heart-circle-minus:before {
  content: "\eef6";
}

.icon-heart-circle-plus:before {
  content: "\eef7";
}

.icon-heart-circle-xmark:before {
  content: "\eef8";
}

.icon-heart-crack:before {
  content: "\eef9";
}

.icon-heart-half:before {
  content: "\eefa";
}

.icon-heart-half-stroke:before {
  content: "\eefb";
}

.icon-heart-pulse:before {
  content: "\eefc";
}

.icon-heat:before {
  content: "\eefd";
}

.icon-helicopter:before {
  content: "\eefe";
}

.icon-helicopter-symbol:before {
  content: "\eeff";
}

.icon-helmet-battle:before {
  content: "\ef00";
}

.icon-helmet-safety:before {
  content: "\ef01";
}

.icon-helmet-un:before {
  content: "\ef02";
}

.icon-hexagon:before {
  content: "\ef03";
}

.icon-hexagon-check:before {
  content: "\ef04";
}

.icon-hexagon-divide:before {
  content: "\ef05";
}

.icon-hexagon-exclamation:before {
  content: "\ef06";
}

.icon-hexagon-image:before {
  content: "\ef07";
}

.icon-hexagon-minus:before {
  content: "\ef08";
}

.icon-hexagon-plus:before {
  content: "\ef09";
}

.icon-hexagon-vertical-nft:before {
  content: "\ef0a";
}

.icon-hexagon-vertical-nft-slanted:before {
  content: "\ef0b";
}

.icon-hexagon-xmark:before {
  content: "\ef0c";
}

.icon-high-definition:before {
  content: "\ef0d";
}

.icon-highlighter:before {
  content: "\ef0e";
}

.icon-highlighter-line:before {
  content: "\ef0f";
}

.icon-hill-avalanche:before {
  content: "\ef10";
}

.icon-hill-rockslide:before {
  content: "\ef11";
}

.icon-hippo:before {
  content: "\ef12";
}

.icon-hockey-mask:before {
  content: "\ef13";
}

.icon-hockey-puck:before {
  content: "\ef14";
}

.icon-hockey-stick-puck:before {
  content: "\ef15";
}

.icon-hockey-sticks:before {
  content: "\ef16";
}

.icon-holly-berry:before {
  content: "\ef17";
}

.icon-honey-pot:before {
  content: "\ef18";
}

.icon-hood-cloak:before {
  content: "\ef19";
}

.icon-horizontal-rule:before {
  content: "\ef1a";
}

.icon-horse:before {
  content: "\ef1b";
}

.icon-horse-head:before {
  content: "\ef1c";
}

.icon-horse-saddle:before {
  content: "\ef1d";
}

.icon-hose:before {
  content: "\ef1e";
}

.icon-hose-reel:before {
  content: "\ef1f";
}

.icon-hospital:before {
  content: "\ef20";
}

.icon-hospitals:before {
  content: "\ef21";
}

.icon-hospital-user:before {
  content: "\ef22";
}

.icon-hotdog:before {
  content: "\ef23";
}

.icon-hotel:before {
  content: "\ef24";
}

.icon-hot-tub-person:before {
  content: "\ef25";
}

.icon-hourglass:before {
  content: "\ef26";
}

.icon-hourglass-clock:before {
  content: "\ef27";
}

.icon-hourglass-empty:before {
  content: "\ef28";
}

.icon-hourglass-end:before {
  content: "\ef29";
}

.icon-hourglass-start:before {
  content: "\ef2a";
}

.icon-house:before {
  content: "\ef2b";
}

.icon-house-blank:before {
  content: "\ef2c";
}

.icon-house-building:before {
  content: "\ef2d";
}

.icon-house-chimney:before {
  content: "\ef2e";
}

.icon-house-chimney-blank:before {
  content: "\ef2f";
}

.icon-house-chimney-crack:before {
  content: "\ef30";
}

.icon-house-chimney-heart:before {
  content: "\ef31";
}

.icon-house-chimney-medical:before {
  content: "\ef32";
}

.icon-house-chimney-user:before {
  content: "\ef33";
}

.icon-house-chimney-window:before {
  content: "\ef34";
}

.icon-house-circle-check:before {
  content: "\ef35";
}

.icon-house-circle-exclamation:before {
  content: "\ef36";
}

.icon-house-circle-xmark:before {
  content: "\ef37";
}

.icon-house-crack:before {
  content: "\ef38";
}

.icon-house-day:before {
  content: "\ef39";
}

.icon-house-fire:before {
  content: "\ef3a";
}

.icon-house-flag:before {
  content: "\ef3b";
}

.icon-house-flood-water:before {
  content: "\ef3c";
}

.icon-house-flood-water-circle-arrow-right:before {
  content: "\ef3d";
}

.icon-house-heart:before {
  content: "\ef3e";
}

.icon-house-laptop:before {
  content: "\ef3f";
}

.icon-house-lock:before {
  content: "\ef40";
}

.icon-house-medical:before {
  content: "\ef41";
}

.icon-house-medical-circle-check:before {
  content: "\ef42";
}

.icon-house-medical-circle-exclamation:before {
  content: "\ef43";
}

.icon-house-medical-circle-xmark:before {
  content: "\ef44";
}

.icon-house-medical-flag:before {
  content: "\ef45";
}

.icon-house-night:before {
  content: "\ef46";
}

.icon-house-person-leave:before {
  content: "\ef47";
}

.icon-house-person-return:before {
  content: "\ef48";
}

.icon-house-signal:before {
  content: "\ef49";
}

.icon-house-tree:before {
  content: "\ef4a";
}

.icon-house-tsunami:before {
  content: "\ef4b";
}

.icon-house-turret:before {
  content: "\ef4c";
}

.icon-house-user:before {
  content: "\ef4d";
}

.icon-house-water:before {
  content: "\ef4e";
}

.icon-house-window:before {
  content: "\ef4f";
}

.icon-hryvnia-sign:before {
  content: "\ef50";
}

.icon-hundred-points:before {
  content: "\ef51";
}

.icon-hurricane:before {
  content: "\ef52";
}

.icon-hyphen:before {
  content: "\ef53";
}

.icon-i:before {
  content: "\ef54";
}

.icon-ice-cream:before {
  content: "\ef55";
}

.icon-ice-skate:before {
  content: "\ef56";
}

.icon-icicles:before {
  content: "\ef57";
}

.icon-icons:before {
  content: "\ef58";
}

.icon-i-cursor:before {
  content: "\ef59";
}

.icon-id-badge:before {
  content: "\ef5a";
}

.icon-id-card:before {
  content: "\ef5b";
}

.icon-id-card-clip:before {
  content: "\ef5c";
}

.icon-igloo:before {
  content: "\ef5d";
}

.icon-image:before {
  content: "\ef5e";
}

.icon-image-landscape:before {
  content: "\ef5f";
}

.icon-image-polaroid:before {
  content: "\ef60";
}

.icon-image-polaroid-user:before {
  content: "\ef61";
}

.icon-image-portrait:before {
  content: "\ef62";
}

.icon-images:before {
  content: "\ef63";
}

.icon-image-slash:before {
  content: "\ef64";
}

.icon-images-user:before {
  content: "\ef65";
}

.icon-image-user:before {
  content: "\ef66";
}

.icon-inbox:before {
  content: "\ef67";
}

.icon-inboxes:before {
  content: "\ef68";
}

.icon-inbox-full:before {
  content: "\ef69";
}

.icon-inbox-in:before {
  content: "\ef6a";
}

.icon-inbox-out:before {
  content: "\ef6b";
}

.icon-indent:before {
  content: "\ef6c";
}

.icon-indian-rupee-sign:before {
  content: "\ef6d";
}

.icon-industry:before {
  content: "\ef6e";
}

.icon-industry-windows:before {
  content: "\ef6f";
}

.icon-infinity:before {
  content: "\ef70";
}

.icon-info:before {
  content: "\ef71";
}

.icon-inhaler:before {
  content: "\ef72";
}

.icon-input-numeric:before {
  content: "\ef73";
}

.icon-input-pipe:before {
  content: "\ef74";
}

.icon-input-text:before {
  content: "\ef75";
}

.icon-integral:before {
  content: "\ef76";
}

.icon-intersection:before {
  content: "\ef77";
}

.icon-island-tropical:before {
  content: "\ef78";
}

.icon-italic:before {
  content: "\ef79";
}

.icon-j:before {
  content: "\ef7a";
}

.icon-jack-o-lantern:before {
  content: "\ef7b";
}

.icon-jar:before {
  content: "\ef7c";
}

.icon-jar-wheat:before {
  content: "\ef7d";
}

.icon-jedi:before {
  content: "\ef7e";
}

.icon-jet-fighter:before {
  content: "\ef7f";
}

.icon-jet-fighter-up:before {
  content: "\ef80";
}

.icon-joint:before {
  content: "\ef81";
}

.icon-joystick:before {
  content: "\ef82";
}

.icon-jug:before {
  content: "\ef83";
}

.icon-jug-detergent:before {
  content: "\ef84";
}

.icon-k:before {
  content: "\ef85";
}

.icon-kaaba:before {
  content: "\ef86";
}

.icon-kazoo:before {
  content: "\ef87";
}

.icon-kerning:before {
  content: "\ef88";
}

.icon-key:before {
  content: "\ef89";
}

.icon-keyboard:before {
  content: "\ef8a";
}

.icon-keyboard-brightness:before {
  content: "\ef8b";
}

.icon-keyboard-brightness-low:before {
  content: "\ef8c";
}

.icon-keyboard-down:before {
  content: "\ef8d";
}

.icon-keyboard-left:before {
  content: "\ef8e";
}

.icon-keynote:before {
  content: "\ef8f";
}

.icon-key-skeleton:before {
  content: "\ef90";
}

.icon-key-skeleton-left-right:before {
  content: "\ef91";
}

.icon-khanda:before {
  content: "\ef92";
}

.icon-kidneys:before {
  content: "\ef93";
}

.icon-kip-sign:before {
  content: "\ef94";
}

.icon-kitchen-set:before {
  content: "\ef95";
}

.icon-kite:before {
  content: "\ef96";
}

.icon-kit-medical:before {
  content: "\ef97";
}

.icon-kiwi-bird:before {
  content: "\ef98";
}

.icon-kiwi-fruit:before {
  content: "\ef99";
}

.icon-knife:before {
  content: "\ef9a";
}

.icon-knife-kitchen:before {
  content: "\ef9b";
}

.icon-l:before {
  content: "\ef9c";
}

.icon-lacrosse-stick:before {
  content: "\ef9d";
}

.icon-lacrosse-stick-ball:before {
  content: "\ef9e";
}

.icon-lambda:before {
  content: "\ef9f";
}

.icon-lamp:before {
  content: "\efa0";
}

.icon-lamp-desk:before {
  content: "\efa1";
}

.icon-lamp-floor:before {
  content: "\efa2";
}

.icon-lamp-street:before {
  content: "\efa3";
}

.icon-landmark:before {
  content: "\efa4";
}

.icon-landmark-dome:before {
  content: "\efa5";
}

.icon-landmark-flag:before {
  content: "\efa6";
}

.icon-land-mine-on:before {
  content: "\efa7";
}

.icon-language:before {
  content: "\efa8";
}

.icon-laptop:before {
  content: "\efa9";
}

.icon-laptop-arrow-down:before {
  content: "\efaa";
}

.icon-laptop-code:before {
  content: "\efab";
}

.icon-laptop-file:before {
  content: "\efac";
}

.icon-laptop-medical:before {
  content: "\efad";
}

.icon-laptop-mobile:before {
  content: "\efae";
}

.icon-laptop-slash:before {
  content: "\efaf";
}

.icon-lari-sign:before {
  content: "\efb0";
}

.icon-lasso:before {
  content: "\efb1";
}

.icon-lasso-sparkles:before {
  content: "\efb2";
}

.icon-layer-group:before {
  content: "\efb3";
}

.icon-layer-minus:before {
  content: "\efb4";
}

.icon-layer-plus:before {
  content: "\efb5";
}

.icon-leaf:before {
  content: "\efb6";
}

.icon-leaf-heart:before {
  content: "\efb7";
}

.icon-leaf-maple:before {
  content: "\efb8";
}

.icon-leaf-oak:before {
  content: "\efb9";
}

.icon-leafy-green:before {
  content: "\efba";
}

.icon-left:before {
  content: "\efbb";
}

.icon-left-from-line:before {
  content: "\efbc";
}

.icon-left-long:before {
  content: "\efbd";
}

.icon-left-long-to-line:before {
  content: "\efbe";
}

.icon-left-right:before {
  content: "\efbf";
}

.icon-left-to-line:before {
  content: "\efc0";
}

.icon-lemon:before {
  content: "\efc1";
}

.icon-less-than:before {
  content: "\efc2";
}

.icon-less-than-equal:before {
  content: "\efc3";
}

.icon-life-ring:before {
  content: "\efc4";
}

.icon-lightbulb:before {
  content: "\efc5";
}

.icon-lightbulb-dollar:before {
  content: "\efc6";
}

.icon-lightbulb-exclamation:before {
  content: "\efc7";
}

.icon-lightbulb-exclamation-on:before {
  content: "\efc8";
}

.icon-lightbulb-on:before {
  content: "\efc9";
}

.icon-lightbulb-slash:before {
  content: "\efca";
}

.icon-light-ceiling:before {
  content: "\efcb";
}

.icon-light-emergency:before {
  content: "\efcc";
}

.icon-light-emergency-on:before {
  content: "\efcd";
}

.icon-lights-holiday:before {
  content: "\efce";
}

.icon-light-switch:before {
  content: "\efcf";
}

.icon-light-switch-off:before {
  content: "\efd0";
}

.icon-light-switch-on:before {
  content: "\efd1";
}

.icon-line-columns:before {
  content: "\efd2";
}

.icon-line-height:before {
  content: "\efd3";
}

.icon-lines-leaning:before {
  content: "\efd4";
}

.icon-link:before {
  content: "\efd5";
}

.icon-link-horizontal:before {
  content: "\efd6";
}

.icon-link-horizontal-slash:before {
  content: "\efd7";
}

.icon-link-simple:before {
  content: "\efd8";
}

.icon-link-simple-slash:before {
  content: "\efd9";
}

.icon-link-slash:before {
  content: "\efda";
}

.icon-lips:before {
  content: "\efdb";
}

.icon-lira-sign:before {
  content: "\efdc";
}

.icon-list:before {
  content: "\efdd";
}

.icon-list-check:before {
  content: "\efde";
}

.icon-list-dropdown:before {
  content: "\efdf";
}

.icon-list-music:before {
  content: "\efe0";
}

.icon-list-ol:before {
  content: "\efe1";
}

.icon-list-radio:before {
  content: "\efe2";
}

.icon-list-timeline:before {
  content: "\efe3";
}

.icon-list-tree:before {
  content: "\efe4";
}

.icon-list-ul:before {
  content: "\efe5";
}

.icon-litecoin-sign:before {
  content: "\efe6";
}

.icon-loader:before {
  content: "\efe7";
}

.icon-lobster:before {
  content: "\efe8";
}

.icon-location-arrow:before {
  content: "\efe9";
}

.icon-location-check:before {
  content: "\efea";
}

.icon-location-crosshairs:before {
  content: "\efeb";
}

.icon-location-crosshairs-slash:before {
  content: "\efec";
}

.icon-location-dot:before {
  content: "\efed";
}

.icon-location-dot-slash:before {
  content: "\efee";
}

.icon-location-exclamation:before {
  content: "\efef";
}

.icon-location-minus:before {
  content: "\eff0";
}

.icon-location-pen:before {
  content: "\eff1";
}

.icon-location-pin:before {
  content: "\eff2";
}

.icon-location-pin-lock:before {
  content: "\eff3";
}

.icon-location-pin-slash:before {
  content: "\eff4";
}

.icon-location-plus:before {
  content: "\eff5";
}

.icon-location-question:before {
  content: "\eff6";
}

.icon-location-smile:before {
  content: "\eff7";
}

.icon-location-xmark:before {
  content: "\eff8";
}

.icon-lock:before {
  content: "\eff9";
}

.icon-lock-a:before {
  content: "\effa";
}

.icon-lock-hashtag:before {
  content: "\effb";
}

.icon-lock-keyhole:before {
  content: "\effc";
}

.icon-lock-keyhole-open:before {
  content: "\effd";
}

.icon-lock-open:before {
  content: "\effe";
}

.icon-locust:before {
  content: "\efff";
}

.icon-lollipop:before {
  content: "\f000";
}

.icon-loveseat:before {
  content: "\f001";
}

.icon-luchador-mask:before {
  content: "\f002";
}

.icon-lungs:before {
  content: "\f003";
}

.icon-lungs-virus:before {
  content: "\f004";
}

.icon-m:before {
  content: "\f005";
}

.icon-mace:before {
  content: "\f006";
}

.icon-magnet:before {
  content: "\f007";
}

.icon-magnifying-glass:before {
  content: "\f008";
}

.icon-magnifying-glass-arrow-right:before {
  content: "\f009";
}

.icon-magnifying-glass-chart:before {
  content: "\f00a";
}

.icon-magnifying-glass-dollar:before {
  content: "\f00b";
}

.icon-magnifying-glass-location:before {
  content: "\f00c";
}

.icon-magnifying-glass-minus:before {
  content: "\f00d";
}

.icon-magnifying-glass-plus:before {
  content: "\f00e";
}

.icon-mailbox:before {
  content: "\f00f";
}

.icon-manat-sign:before {
  content: "\f010";
}

.icon-mandolin:before {
  content: "\f011";
}

.icon-mango:before {
  content: "\f012";
}

.icon-manhole:before {
  content: "\f013";
}

.icon-map:before {
  content: "\f014";
}

.icon-map-location:before {
  content: "\f015";
}

.icon-map-location-dot:before {
  content: "\f016";
}

.icon-map-pin:before {
  content: "\f017";
}

.icon-marker:before {
  content: "\f018";
}

.icon-mars:before {
  content: "\f019";
}

.icon-mars-and-venus:before {
  content: "\f01a";
}

.icon-mars-and-venus-burst:before {
  content: "\f01b";
}

.icon-mars-double:before {
  content: "\f01c";
}

.icon-mars-stroke:before {
  content: "\f01d";
}

.icon-mars-stroke-right:before {
  content: "\f01e";
}

.icon-mars-stroke-up:before {
  content: "\f01f";
}

.icon-martini-glass:before {
  content: "\f020";
}

.icon-martini-glass-citrus:before {
  content: "\f021";
}

.icon-martini-glass-empty:before {
  content: "\f022";
}

.icon-mask:before {
  content: "\f023";
}

.icon-mask-face:before {
  content: "\f024";
}

.icon-mask-snorkel:before {
  content: "\f025";
}

.icon-masks-theater:before {
  content: "\f026";
}

.icon-mask-ventilator:before {
  content: "\f027";
}

.icon-mattress-pillow:before {
  content: "\f028";
}

.icon-maximize:before {
  content: "\f029";
}

.icon-meat:before {
  content: "\f02a";
}

.icon-medal:before {
  content: "\f02b";
}

.icon-megaphone:before {
  content: "\f02c";
}

.icon-melon:before {
  content: "\f02d";
}

.icon-melon-slice:before {
  content: "\f02e";
}

.icon-memo:before {
  content: "\f02f";
}

.icon-memo-circle-check:before {
  content: "\f030";
}

.icon-memo-circle-info:before {
  content: "\f031";
}

.icon-memo-pad:before {
  content: "\f032";
}

.icon-memory:before {
  content: "\f033";
}

.icon-menorah:before {
  content: "\f034";
}

.icon-mercury:before {
  content: "\f035";
}

.icon-merge:before {
  content: "\f036";
}

.icon-message:before {
  content: "\f037";
}

.icon-message-arrow-down:before {
  content: "\f038";
}

.icon-message-arrow-up:before {
  content: "\f039";
}

.icon-message-arrow-up-right:before {
  content: "\f03a";
}

.icon-message-bot:before {
  content: "\f03b";
}

.icon-message-captions:before {
  content: "\f03c";
}

.icon-message-check:before {
  content: "\f03d";
}

.icon-message-code:before {
  content: "\f03e";
}

.icon-message-dollar:before {
  content: "\f03f";
}

.icon-message-dots:before {
  content: "\f040";
}

.icon-message-exclamation:before {
  content: "\f041";
}

.icon-message-image:before {
  content: "\f042";
}

.icon-message-lines:before {
  content: "\f043";
}

.icon-message-medical:before {
  content: "\f044";
}

.icon-message-middle:before {
  content: "\f045";
}

.icon-message-middle-top:before {
  content: "\f046";
}

.icon-message-minus:before {
  content: "\f047";
}

.icon-message-music:before {
  content: "\f048";
}

.icon-message-pen:before {
  content: "\f049";
}

.icon-message-plus:before {
  content: "\f04a";
}

.icon-message-question:before {
  content: "\f04b";
}

.icon-message-quote:before {
  content: "\f04c";
}

.icon-messages:before {
  content: "\f04d";
}

.icon-messages-dollar:before {
  content: "\f04e";
}

.icon-message-slash:before {
  content: "\f04f";
}

.icon-message-smile:before {
  content: "\f050";
}

.icon-message-sms:before {
  content: "\f051";
}

.icon-messages-question:before {
  content: "\f052";
}

.icon-message-text:before {
  content: "\f053";
}

.icon-message-xmark:before {
  content: "\f054";
}

.icon-meteor:before {
  content: "\f055";
}

.icon-meter:before {
  content: "\f056";
}

.icon-meter-bolt:before {
  content: "\f057";
}

.icon-meter-droplet:before {
  content: "\f058";
}

.icon-meter-fire:before {
  content: "\f059";
}

.icon-microchip:before {
  content: "\f05a";
}

.icon-microchip-ai:before {
  content: "\f05b";
}

.icon-microphone:before {
  content: "\f05c";
}

.icon-microphone-lines:before {
  content: "\f05d";
}

.icon-microphone-lines-slash:before {
  content: "\f05e";
}

.icon-microphone-slash:before {
  content: "\f05f";
}

.icon-microphone-stand:before {
  content: "\f060";
}

.icon-microscope:before {
  content: "\f061";
}

.icon-microwave:before {
  content: "\f062";
}

.icon-mill-sign:before {
  content: "\f063";
}

.icon-minimize:before {
  content: "\f064";
}

.icon-minus:before {
  content: "\f065";
}

.icon-mistletoe:before {
  content: "\f066";
}

.icon-mitten:before {
  content: "\f067";
}

.icon-mobile:before {
  content: "\f068";
}

.icon-mobile-button:before {
  content: "\f069";
}

.icon-mobile-notch:before {
  content: "\f06a";
}

.icon-mobile-retro:before {
  content: "\f06b";
}

.icon-mobile-screen:before {
  content: "\f06c";
}

.icon-mobile-screen-button:before {
  content: "\f06d";
}

.icon-mobile-signal:before {
  content: "\f06e";
}

.icon-mobile-signal-out:before {
  content: "\f06f";
}

.icon-money-bill:before {
  content: "\f070";
}

.icon-money-bill-1:before {
  content: "\f071";
}

.icon-money-bill-1-wave:before {
  content: "\f072";
}

.icon-money-bills:before {
  content: "\f073";
}

.icon-money-bill-simple:before {
  content: "\f074";
}

.icon-money-bill-simple-wave:before {
  content: "\f075";
}

.icon-money-bills-simple:before {
  content: "\f076";
}

.icon-money-bill-transfer:before {
  content: "\f077";
}

.icon-money-bill-trend-up:before {
  content: "\f078";
}

.icon-money-bill-wave:before {
  content: "\f079";
}

.icon-money-bill-wheat:before {
  content: "\f07a";
}

.icon-money-check:before {
  content: "\f07b";
}

.icon-money-check-dollar:before {
  content: "\f07c";
}

.icon-money-check-dollar-pen:before {
  content: "\f07d";
}

.icon-money-check-pen:before {
  content: "\f07e";
}

.icon-money-from-bracket:before {
  content: "\f07f";
}

.icon-money-simple-from-bracket:before {
  content: "\f080";
}

.icon-monitor-waveform:before {
  content: "\f081";
}

.icon-monkey:before {
  content: "\f082";
}

.icon-monument:before {
  content: "\f083";
}

.icon-moon:before {
  content: "\f084";
}

.icon-moon-cloud:before {
  content: "\f085";
}

.icon-moon-over-sun:before {
  content: "\f086";
}

.icon-moon-stars:before {
  content: "\f087";
}

.icon-moped:before {
  content: "\f088";
}

.icon-mortar-pestle:before {
  content: "\f089";
}

.icon-mosque:before {
  content: "\f08a";
}

.icon-mosquito:before {
  content: "\f08b";
}

.icon-mosquito-net:before {
  content: "\f08c";
}

.icon-motorcycle:before {
  content: "\f08d";
}

.icon-mound:before {
  content: "\f08e";
}

.icon-mountain:before {
  content: "\f08f";
}

.icon-mountain-city:before {
  content: "\f090";
}

.icon-mountains:before {
  content: "\f091";
}

.icon-mountain-sun:before {
  content: "\f092";
}

.icon-mp3-player:before {
  content: "\f093";
}

.icon-mug:before {
  content: "\f094";
}

.icon-mug-hot:before {
  content: "\f095";
}

.icon-mug-marshmallows:before {
  content: "\f096";
}

.icon-mug-saucer:before {
  content: "\f097";
}

.icon-mug-tea:before {
  content: "\f098";
}

.icon-mug-tea-saucer:before {
  content: "\f099";
}

.icon-mushroom:before {
  content: "\f09a";
}

.icon-music:before {
  content: "\f09b";
}

.icon-music-note:before {
  content: "\f09c";
}

.icon-music-note-slash:before {
  content: "\f09d";
}

.icon-music-slash:before {
  content: "\f09e";
}

.icon-n:before {
  content: "\f09f";
}

.icon-naira-sign:before {
  content: "\f0a0";
}

.icon-narwhal:before {
  content: "\f0a1";
}

.icon-nesting-dolls:before {
  content: "\f0a2";
}

.icon-network-wired:before {
  content: "\f0a3";
}

.icon-neuter:before {
  content: "\f0a4";
}

.icon-newspaper:before {
  content: "\f0a5";
}

.icon-nfc:before {
  content: "\f0a6";
}

.icon-nfc-lock:before {
  content: "\f0a7";
}

.icon-nfc-magnifying-glass:before {
  content: "\f0a8";
}

.icon-nfc-pen:before {
  content: "\f0a9";
}

.icon-nfc-signal:before {
  content: "\f0aa";
}

.icon-nfc-slash:before {
  content: "\f0ab";
}

.icon-nfc-symbol1:before {
  content: "\f0ac";
}

.icon-nfc-trash:before {
  content: "\f0ad";
}

.icon-notdef:before {
  content: "\f0ae";
}

.icon-note:before {
  content: "\f0af";
}

.icon-notebook:before {
  content: "\f0b0";
}

.icon-note-medical:before {
  content: "\f0b1";
}

.icon-not-equal:before {
  content: "\f0b2";
}

.icon-notes:before {
  content: "\f0b3";
}

.icon-notes-medical:before {
  content: "\f0b4";
}

.icon-note-sticky:before {
  content: "\f0b5";
}

.icon-o:before {
  content: "\f0b6";
}

.icon-object-exclude:before {
  content: "\f0b7";
}

.icon-object-group:before {
  content: "\f0b8";
}

.icon-object-intersect:before {
  content: "\f0b9";
}

.icon-objects-align-bottom:before {
  content: "\f0ba";
}

.icon-objects-align-center-horizontal:before {
  content: "\f0bb";
}

.icon-objects-align-center-vertical:before {
  content: "\f0bc";
}

.icon-objects-align-left:before {
  content: "\f0bd";
}

.icon-objects-align-right:before {
  content: "\f0be";
}

.icon-objects-align-top:before {
  content: "\f0bf";
}

.icon-objects-column:before {
  content: "\f0c0";
}

.icon-object-subtract:before {
  content: "\f0c1";
}

.icon-object-ungroup:before {
  content: "\f0c2";
}

.icon-object-union:before {
  content: "\f0c3";
}

.icon-octagon:before {
  content: "\f0c4";
}

.icon-octagon-check:before {
  content: "\f0c5";
}

.icon-octagon-divide:before {
  content: "\f0c6";
}

.icon-octagon-exclamation:before {
  content: "\f0c7";
}

.icon-octagon-minus:before {
  content: "\f0c8";
}

.icon-octagon-plus:before {
  content: "\f0c9";
}

.icon-octagon-xmark:before {
  content: "\f0ca";
}

.icon-oil-can:before {
  content: "\f0cb";
}

.icon-oil-can-drip:before {
  content: "\f0cc";
}

.icon-oil-temperature:before {
  content: "\f0cd";
}

.icon-oil-well:before {
  content: "\f0ce";
}

.icon-olive:before {
  content: "\f0cf";
}

.icon-olive-branch:before {
  content: "\f0d0";
}

.icon-om:before {
  content: "\f0d1";
}

.icon-omega:before {
  content: "\f0d2";
}

.icon-onion:before {
  content: "\f0d3";
}

.icon-option:before {
  content: "\f0d4";
}

.icon-ornament:before {
  content: "\f0d5";
}

.icon-otter:before {
  content: "\f0d6";
}

.icon-outdent:before {
  content: "\f0d7";
}

.icon-outlet:before {
  content: "\f0d8";
}

.icon-oven:before {
  content: "\f0d9";
}

.icon-overline:before {
  content: "\f0da";
}

.icon-p:before {
  content: "\f0db";
}

.icon-page:before {
  content: "\f0dc";
}

.icon-page-caret-down:before {
  content: "\f0dd";
}

.icon-page-caret-up:before {
  content: "\f0de";
}

.icon-pager:before {
  content: "\f0df";
}

.icon-paintbrush:before {
  content: "\f0e0";
}

.icon-paintbrush-fine:before {
  content: "\f0e1";
}

.icon-paintbrush-pencil:before {
  content: "\f0e2";
}

.icon-paint-roller:before {
  content: "\f0e3";
}

.icon-palette:before {
  content: "\f0e4";
}

.icon-pallet:before {
  content: "\f0e5";
}

.icon-pallet-box:before {
  content: "\f0e6";
}

.icon-pallet-boxes:before {
  content: "\f0e7";
}

.icon-pancakes:before {
  content: "\f0e8";
}

.icon-panel-ews:before {
  content: "\f0e9";
}

.icon-panel-fire:before {
  content: "\f0ea";
}

.icon-pan-food:before {
  content: "\f0eb";
}

.icon-pan-frying:before {
  content: "\f0ec";
}

.icon-panorama:before {
  content: "\f0ed";
}

.icon-paperclip:before {
  content: "\f0ee";
}

.icon-paperclip-vertical:before {
  content: "\f0ef";
}

.icon-paper-plane:before {
  content: "\f0f0";
}

.icon-paper-plane-top:before {
  content: "\f0f1";
}

.icon-parachute-box:before {
  content: "\f0f2";
}

.icon-paragraph:before {
  content: "\f0f3";
}

.icon-paragraph-left:before {
  content: "\f0f4";
}

.icon-party-bell:before {
  content: "\f0f5";
}

.icon-party-horn:before {
  content: "\f0f6";
}

.icon-passport:before {
  content: "\f0f7";
}

.icon-paste:before {
  content: "\f0f8";
}

.icon-pause:before {
  content: "\f0f9";
}

.icon-paw:before {
  content: "\f0fa";
}

.icon-paw-claws:before {
  content: "\f0fb";
}

.icon-paw-simple:before {
  content: "\f0fc";
}

.icon-peace:before {
  content: "\f0fd";
}

.icon-peach:before {
  content: "\f0fe";
}

.icon-peanut:before {
  content: "\f0ff";
}

.icon-peanuts:before {
  content: "\f100";
}

.icon-peapod:before {
  content: "\f101";
}

.icon-pear:before {
  content: "\f102";
}

.icon-pedestal:before {
  content: "\f103";
}

.icon-pegasus:before {
  content: "\f104";
}

.icon-pen:before {
  content: "\f105";
}

.icon-pencil:before {
  content: "\f106";
}

.icon-pencil-slash:before {
  content: "\f107";
}

.icon-pen-circle:before {
  content: "\f108";
}

.icon-pen-clip:before {
  content: "\f109";
}

.icon-pen-clip-slash:before {
  content: "\f10a";
}

.icon-pen-fancy:before {
  content: "\f10b";
}

.icon-pen-fancy-slash:before {
  content: "\f10c";
}

.icon-pen-field:before {
  content: "\f10d";
}

.icon-pen-line:before {
  content: "\f10e";
}

.icon-pen-nib:before {
  content: "\f10f";
}

.icon-pen-nib-slash:before {
  content: "\f110";
}

.icon-pen-paintbrush:before {
  content: "\f111";
}

.icon-pen-ruler:before {
  content: "\f112";
}

.icon-pen-slash:before {
  content: "\f113";
}

.icon-pen-swirl:before {
  content: "\f114";
}

.icon-pen-to-square:before {
  content: "\f115";
}

.icon-people:before {
  content: "\f116";
}

.icon-people-arrows-left-right:before {
  content: "\f117";
}

.icon-people-carry-box:before {
  content: "\f118";
}

.icon-people-dress:before {
  content: "\f119";
}

.icon-people-dress-simple:before {
  content: "\f11a";
}

.icon-people-group:before {
  content: "\f11b";
}

.icon-people-line:before {
  content: "\f11c";
}

.icon-people-pants:before {
  content: "\f11d";
}

.icon-people-pants-simple:before {
  content: "\f11e";
}

.icon-people-pulling:before {
  content: "\f11f";
}

.icon-people-robbery:before {
  content: "\f120";
}

.icon-people-roof:before {
  content: "\f121";
}

.icon-people-simple:before {
  content: "\f122";
}

.icon-pepper:before {
  content: "\f123";
}

.icon-pepper-hot:before {
  content: "\f124";
}

.icon-percent:before {
  content: "\f125";
}

.icon-period:before {
  content: "\f126";
}

.icon-person:before {
  content: "\f127";
}

.icon-person-arrow-down-to-line:before {
  content: "\f128";
}

.icon-person-arrow-up-from-line:before {
  content: "\f129";
}

.icon-person-biking:before {
  content: "\f12a";
}

.icon-person-biking-mountain:before {
  content: "\f12b";
}

.icon-person-booth:before {
  content: "\f12c";
}

.icon-person-breastfeeding:before {
  content: "\f12d";
}

.icon-person-burst:before {
  content: "\f12e";
}

.icon-person-cane:before {
  content: "\f12f";
}

.icon-person-carry-box:before {
  content: "\f130";
}

.icon-person-chalkboard:before {
  content: "\f131";
}

.icon-person-circle-check:before {
  content: "\f132";
}

.icon-person-circle-exclamation:before {
  content: "\f133";
}

.icon-person-circle-minus:before {
  content: "\f134";
}

.icon-person-circle-plus:before {
  content: "\f135";
}

.icon-person-circle-question:before {
  content: "\f136";
}

.icon-person-circle-xmark:before {
  content: "\f137";
}

.icon-person-digging:before {
  content: "\f138";
}

.icon-person-dolly:before {
  content: "\f139";
}

.icon-person-dolly-empty:before {
  content: "\f13a";
}

.icon-person-dots-from-line:before {
  content: "\f13b";
}

.icon-person-dress:before {
  content: "\f13c";
}

.icon-person-dress-burst:before {
  content: "\f13d";
}

.icon-person-dress-simple:before {
  content: "\f13e";
}

.icon-person-drowning:before {
  content: "\f13f";
}

.icon-person-falling:before {
  content: "\f140";
}

.icon-person-falling-burst:before {
  content: "\f141";
}

.icon-person-from-portal:before {
  content: "\f142";
}

.icon-person-half-dress:before {
  content: "\f143";
}

.icon-person-harassing:before {
  content: "\f144";
}

.icon-person-hiking:before {
  content: "\f145";
}

.icon-person-military-pointing:before {
  content: "\f146";
}

.icon-person-military-rifle:before {
  content: "\f147";
}

.icon-person-military-to-person:before {
  content: "\f148";
}

.icon-person-pinball:before {
  content: "\f149";
}

.icon-person-praying:before {
  content: "\f14a";
}

.icon-person-pregnant:before {
  content: "\f14b";
}

.icon-person-rays:before {
  content: "\f14c";
}

.icon-person-rifle:before {
  content: "\f14d";
}

.icon-person-running:before {
  content: "\f14e";
}

.icon-person-seat:before {
  content: "\f14f";
}

.icon-person-seat-reclined:before {
  content: "\f150";
}

.icon-person-shelter:before {
  content: "\f151";
}

.icon-person-sign:before {
  content: "\f152";
}

.icon-person-simple:before {
  content: "\f153";
}

.icon-person-skating:before {
  content: "\f154";
}

.icon-person-skiing:before {
  content: "\f155";
}

.icon-person-skiing-nordic:before {
  content: "\f156";
}

.icon-person-ski-jumping:before {
  content: "\f157";
}

.icon-person-ski-lift:before {
  content: "\f158";
}

.icon-person-sledding:before {
  content: "\f159";
}

.icon-person-snowboarding:before {
  content: "\f15a";
}

.icon-person-snowmobiling:before {
  content: "\f15b";
}

.icon-person-swimming:before {
  content: "\f15c";
}

.icon-person-through-window:before {
  content: "\f15d";
}

.icon-person-to-door:before {
  content: "\f15e";
}

.icon-person-to-portal:before {
  content: "\f15f";
}

.icon-person-walking:before {
  content: "\f160";
}

.icon-person-walking-arrow-loop-left:before {
  content: "\f161";
}

.icon-person-walking-arrow-right:before {
  content: "\f162";
}

.icon-person-walking-dashed-line-arrow-right:before {
  content: "\f163";
}

.icon-person-walking-luggage:before {
  content: "\f164";
}

.icon-person-walking-with-cane:before {
  content: "\f165";
}

.icon-peseta-sign:before {
  content: "\f166";
}

.icon-peso-sign:before {
  content: "\f167";
}

.icon-phone:before {
  content: "\f168";
}

.icon-phone-arrow-down-left:before {
  content: "\f169";
}

.icon-phone-arrow-up-right:before {
  content: "\f16a";
}

.icon-phone-flip:before {
  content: "\f16b";
}

.icon-phone-hangup:before {
  content: "\f16c";
}

.icon-phone-intercom:before {
  content: "\f16d";
}

.icon-phone-missed:before {
  content: "\f16e";
}

.icon-phone-office:before {
  content: "\f16f";
}

.icon-phone-plus:before {
  content: "\f170";
}

.icon-phone-rotary:before {
  content: "\f171";
}

.icon-phone-slash:before {
  content: "\f172";
}

.icon-phone-volume:before {
  content: "\f173";
}

.icon-phone-xmark:before {
  content: "\f174";
}

.icon-photo-film:before {
  content: "\f175";
}

.icon-photo-film-music:before {
  content: "\f176";
}

.icon-pi:before {
  content: "\f177";
}

.icon-piano:before {
  content: "\f178";
}

.icon-piano-keyboard:before {
  content: "\f179";
}

.icon-pickleball:before {
  content: "\f17a";
}

.icon-pie:before {
  content: "\f17b";
}

.icon-pig:before {
  content: "\f17c";
}

.icon-piggy-bank:before {
  content: "\f17d";
}

.icon-pills:before {
  content: "\f17e";
}

.icon-pinata:before {
  content: "\f17f";
}

.icon-pinball:before {
  content: "\f180";
}

.icon-pineapple:before {
  content: "\f181";
}

.icon-pipe:before {
  content: "\f182";
}

.icon-pipe-circle-check:before {
  content: "\f183";
}

.icon-pipe-collar:before {
  content: "\f184";
}

.icon-pipe-section:before {
  content: "\f185";
}

.icon-pipe-smoking:before {
  content: "\f186";
}

.icon-pipe-valve:before {
  content: "\f187";
}

.icon-pizza:before {
  content: "\f188";
}

.icon-pizza-slice:before {
  content: "\f189";
}

.icon-place-of-worship:before {
  content: "\f18a";
}

.icon-plane:before {
  content: "\f18b";
}

.icon-plane-arrival:before {
  content: "\f18c";
}

.icon-plane-circle-check:before {
  content: "\f18d";
}

.icon-plane-circle-exclamation:before {
  content: "\f18e";
}

.icon-plane-circle-xmark:before {
  content: "\f18f";
}

.icon-plane-departure:before {
  content: "\f190";
}

.icon-plane-engines:before {
  content: "\f191";
}

.icon-plane-lock:before {
  content: "\f192";
}

.icon-plane-prop:before {
  content: "\f193";
}

.icon-plane-slash:before {
  content: "\f194";
}

.icon-plane-tail:before {
  content: "\f195";
}

.icon-planet-moon:before {
  content: "\f196";
}

.icon-planet-ringed:before {
  content: "\f197";
}

.icon-plane-up:before {
  content: "\f198";
}

.icon-plane-up-slash:before {
  content: "\f199";
}

.icon-plant-wilt:before {
  content: "\f19a";
}

.icon-plate-utensils:before {
  content: "\f19b";
}

.icon-plate-wheat:before {
  content: "\f19c";
}

.icon-play:before {
  content: "\f19d";
}

.icon-play-pause:before {
  content: "\f19e";
}

.icon-plug:before {
  content: "\f19f";
}

.icon-plug-circle-bolt:before {
  content: "\f1a0";
}

.icon-plug-circle-check:before {
  content: "\f1a1";
}

.icon-plug-circle-exclamation:before {
  content: "\f1a2";
}

.icon-plug-circle-minus:before {
  content: "\f1a3";
}

.icon-plug-circle-plus:before {
  content: "\f1a4";
}

.icon-plug-circle-xmark:before {
  content: "\f1a5";
}

.icon-plus:before {
  content: "\f1a6";
}

.icon-plus-large:before {
  content: "\f1a7";
}

.icon-plus-minus:before {
  content: "\f1a8";
}

.icon-podcast:before {
  content: "\f1a9";
}

.icon-podium:before {
  content: "\f1aa";
}

.icon-podium-star:before {
  content: "\f1ab";
}

.icon-police-box:before {
  content: "\f1ac";
}

.icon-poll-people:before {
  content: "\f1ad";
}

.icon-pompebled:before {
  content: "\f1ae";
}

.icon-poo:before {
  content: "\f1af";
}

.icon-pool-8-ball:before {
  content: "\f1b0";
}

.icon-poop:before {
  content: "\f1b1";
}

.icon-poo-storm:before {
  content: "\f1b2";
}

.icon-popcorn:before {
  content: "\f1b3";
}

.icon-popsicle:before {
  content: "\f1b4";
}

.icon-potato:before {
  content: "\f1b5";
}

.icon-pot-food:before {
  content: "\f1b6";
}

.icon-power-off:before {
  content: "\f1b7";
}

.icon-prescription:before {
  content: "\f1b8";
}

.icon-prescription-bottle:before {
  content: "\f1b9";
}

.icon-prescription-bottle-medical:before {
  content: "\f1ba";
}

.icon-presentation-screen:before {
  content: "\f1bb";
}

.icon-pretzel:before {
  content: "\f1bc";
}

.icon-print:before {
  content: "\f1bd";
}

.icon-print-magnifying-glass:before {
  content: "\f1be";
}

.icon-print-slash:before {
  content: "\f1bf";
}

.icon-projector:before {
  content: "\f1c0";
}

.icon-pump:before {
  content: "\f1c1";
}

.icon-pumpkin:before {
  content: "\f1c2";
}

.icon-pump-medical:before {
  content: "\f1c3";
}

.icon-pump-soap:before {
  content: "\f1c4";
}

.icon-puzzle:before {
  content: "\f1c5";
}

.icon-puzzle-piece:before {
  content: "\f1c6";
}

.icon-puzzle-piece-simple:before {
  content: "\f1c7";
}

.icon-q:before {
  content: "\f1c8";
}

.icon-qrcode:before {
  content: "\f1c9";
}

.icon-question:before {
  content: "\f1ca";
}

.icon-quote-left:before {
  content: "\f1cb";
}

.icon-quote-right:before {
  content: "\f1cc";
}

.icon-quotes:before {
  content: "\f1cd";
}

.icon-r:before {
  content: "\f1ce";
}

.icon-rabbit:before {
  content: "\f1cf";
}

.icon-rabbit-running:before {
  content: "\f1d0";
}

.icon-racquet:before {
  content: "\f1d1";
}

.icon-radar:before {
  content: "\f1d2";
}

.icon-radiation:before {
  content: "\f1d3";
}

.icon-radio:before {
  content: "\f1d4";
}

.icon-radio-tuner:before {
  content: "\f1d5";
}

.icon-rainbow:before {
  content: "\f1d6";
}

.icon-raindrops:before {
  content: "\f1d7";
}

.icon-ram:before {
  content: "\f1d8";
}

.icon-ramp-loading:before {
  content: "\f1d9";
}

.icon-ranking-star:before {
  content: "\f1da";
}

.icon-raygun:before {
  content: "\f1db";
}

.icon-receipt:before {
  content: "\f1dc";
}

.icon-record-vinyl:before {
  content: "\f1dd";
}

.icon-rectangle:before {
  content: "\f1de";
}

.icon-rectangle-ad:before {
  content: "\f1df";
}

.icon-rectangle-barcode:before {
  content: "\f1e0";
}

.icon-rectangle-code:before {
  content: "\f1e1";
}

.icon-rectangle-history:before {
  content: "\f1e2";
}

.icon-rectangle-history-circle-plus:before {
  content: "\f1e3";
}

.icon-rectangle-history-circle-user:before {
  content: "\f1e4";
}

.icon-rectangle-list:before {
  content: "\f1e5";
}

.icon-rectangle-pro:before {
  content: "\f1e6";
}

.icon-rectangles-mixed:before {
  content: "\f1e7";
}

.icon-rectangle-terminal:before {
  content: "\f1e8";
}

.icon-rectangle-vertical:before {
  content: "\f1e9";
}

.icon-rectangle-vertical-history:before {
  content: "\f1ea";
}

.icon-rectangle-wide:before {
  content: "\f1eb";
}

.icon-rectangle-xmark:before {
  content: "\f1ec";
}

.icon-recycle:before {
  content: "\f1ed";
}

.icon-reel:before {
  content: "\f1ee";
}

.icon-refrigerator:before {
  content: "\f1ef";
}

.icon-registered:before {
  content: "\f1f0";
}

.icon-repeat:before {
  content: "\f1f1";
}

.icon-repeat-1:before {
  content: "\f1f2";
}

.icon-reply:before {
  content: "\f1f3";
}

.icon-reply-all:before {
  content: "\f1f4";
}

.icon-reply-clock:before {
  content: "\f1f5";
}

.icon-republican:before {
  content: "\f1f6";
}

.icon-restroom:before {
  content: "\f1f7";
}

.icon-restroom-simple:before {
  content: "\f1f8";
}

.icon-retweet:before {
  content: "\f1f9";
}

.icon-rhombus:before {
  content: "\f1fa";
}

.icon-ribbon:before {
  content: "\f1fb";
}

.icon-right:before {
  content: "\f1fc";
}

.icon-right-from-bracket:before {
  content: "\f1fd";
}

.icon-right-from-line:before {
  content: "\f1fe";
}

.icon-right-left:before {
  content: "\f1ff";
}

.icon-right-long:before {
  content: "\f200";
}

.icon-right-long-to-line:before {
  content: "\f201";
}

.icon-right-to-bracket:before {
  content: "\f202";
}

.icon-right-to-line:before {
  content: "\f203";
}

.icon-ring:before {
  content: "\f204";
}

.icon-rings-wedding:before {
  content: "\f205";
}

.icon-road:before {
  content: "\f206";
}

.icon-road-barrier:before {
  content: "\f207";
}

.icon-road-bridge:before {
  content: "\f208";
}

.icon-road-circle-check:before {
  content: "\f209";
}

.icon-road-circle-exclamation:before {
  content: "\f20a";
}

.icon-road-circle-xmark:before {
  content: "\f20b";
}

.icon-road-lock:before {
  content: "\f20c";
}

.icon-road-spikes:before {
  content: "\f20d";
}

.icon-robot:before {
  content: "\f20e";
}

.icon-robot-astromech:before {
  content: "\f20f";
}

.icon-rocket:before {
  content: "\f210";
}

.icon-rocket-launch:before {
  content: "\f211";
}

.icon-roller-coaster:before {
  content: "\f212";
}

.icon-rotate:before {
  content: "\f213";
}

.icon-rotate-exclamation:before {
  content: "\f214";
}

.icon-rotate-left:before {
  content: "\f215";
}

.icon-rotate-right:before {
  content: "\f216";
}

.icon-route:before {
  content: "\f217";
}

.icon-route-highway:before {
  content: "\f218";
}

.icon-route-interstate:before {
  content: "\f219";
}

.icon-router:before {
  content: "\f21a";
}

.icon-rss:before {
  content: "\f21b";
}

.icon-ruble-sign:before {
  content: "\f21c";
}

.icon-rug:before {
  content: "\f21d";
}

.icon-rugby-ball:before {
  content: "\f21e";
}

.icon-ruler:before {
  content: "\f21f";
}

.icon-ruler-combined:before {
  content: "\f220";
}

.icon-ruler-horizontal:before {
  content: "\f221";
}

.icon-ruler-triangle:before {
  content: "\f222";
}

.icon-ruler-vertical:before {
  content: "\f223";
}

.icon-rupee-sign:before {
  content: "\f224";
}

.icon-rupiah-sign:before {
  content: "\f225";
}

.icon-rv:before {
  content: "\f226";
}

.icon-s:before {
  content: "\f227";
}

.icon-sack:before {
  content: "\f228";
}

.icon-sack-dollar:before {
  content: "\f229";
}

.icon-sack-xmark:before {
  content: "\f22a";
}

.icon-sailboat:before {
  content: "\f22b";
}

.icon-salad:before {
  content: "\f22c";
}

.icon-salt-shaker:before {
  content: "\f22d";
}

.icon-sandwich:before {
  content: "\f22e";
}

.icon-satellite:before {
  content: "\f22f";
}

.icon-satellite-dish:before {
  content: "\f230";
}

.icon-sausage:before {
  content: "\f231";
}

.icon-saxophone:before {
  content: "\f232";
}

.icon-saxophone-fire:before {
  content: "\f233";
}

.icon-scale-balanced:before {
  content: "\f234";
}

.icon-scale-unbalanced:before {
  content: "\f235";
}

.icon-scale-unbalanced-flip:before {
  content: "\f236";
}

.icon-scalpel:before {
  content: "\f237";
}

.icon-scalpel-line-dashed:before {
  content: "\f238";
}

.icon-scanner:before {
  content: "\f239";
}

.icon-scanner-gun:before {
  content: "\f23a";
}

.icon-scanner-keyboard:before {
  content: "\f23b";
}

.icon-scanner-touchscreen:before {
  content: "\f23c";
}

.icon-scarecrow:before {
  content: "\f23d";
}

.icon-scarf:before {
  content: "\f23e";
}

.icon-school:before {
  content: "\f23f";
}

.icon-school-circle-check:before {
  content: "\f240";
}

.icon-school-circle-exclamation:before {
  content: "\f241";
}

.icon-school-circle-xmark:before {
  content: "\f242";
}

.icon-school-flag:before {
  content: "\f243";
}

.icon-school-lock:before {
  content: "\f244";
}

.icon-scissors:before {
  content: "\f245";
}

.icon-screencast:before {
  content: "\f246";
}

.icon-screen-users:before {
  content: "\f247";
}

.icon-screwdriver:before {
  content: "\f248";
}

.icon-screwdriver-wrench:before {
  content: "\f249";
}

.icon-scribble:before {
  content: "\f24a";
}

.icon-scroll:before {
  content: "\f24b";
}

.icon-scroll-old:before {
  content: "\f24c";
}

.icon-scroll-torah:before {
  content: "\f24d";
}

.icon-scrubber:before {
  content: "\f24e";
}

.icon-scythe:before {
  content: "\f24f";
}

.icon-sd-card:before {
  content: "\f250";
}

.icon-sd-cards:before {
  content: "\f251";
}

.icon-seal:before {
  content: "\f252";
}

.icon-seal-exclamation:before {
  content: "\f253";
}

.icon-seal-question:before {
  content: "\f254";
}

.icon-seat-airline:before {
  content: "\f255";
}

.icon-section:before {
  content: "\f256";
}

.icon-seedling:before {
  content: "\f257";
}

.icon-semicolon:before {
  content: "\f258";
}

.icon-send-back:before {
  content: "\f259";
}

.icon-send-backward:before {
  content: "\f25a";
}

.icon-sensor:before {
  content: "\f25b";
}

.icon-sensor-cloud:before {
  content: "\f25c";
}

.icon-sensor-fire:before {
  content: "\f25d";
}

.icon-sensor-on:before {
  content: "\f25e";
}

.icon-sensor-triangle-exclamation:before {
  content: "\f25f";
}

.icon-server:before {
  content: "\f260";
}

.icon-shapes:before {
  content: "\f261";
}

.icon-share:before {
  content: "\f262";
}

.icon-share-all:before {
  content: "\f263";
}

.icon-share-from-square:before {
  content: "\f264";
}

.icon-share-nodes:before {
  content: "\f265";
}

.icon-sheep:before {
  content: "\f266";
}

.icon-sheet-plastic:before {
  content: "\f267";
}

.icon-shekel-sign:before {
  content: "\f268";
}

.icon-shelves:before {
  content: "\f269";
}

.icon-shelves-empty:before {
  content: "\f26a";
}

.icon-shield:before {
  content: "\f26b";
}

.icon-shield-cat:before {
  content: "\f26c";
}

.icon-shield-check:before {
  content: "\f26d";
}

.icon-shield-cross:before {
  content: "\f26e";
}

.icon-shield-dog:before {
  content: "\f26f";
}

.icon-shield-exclamation:before {
  content: "\f270";
}

.icon-shield-halved:before {
  content: "\f271";
}

.icon-shield-heart:before {
  content: "\f272";
}

.icon-shield-keyhole:before {
  content: "\f273";
}

.icon-shield-minus:before {
  content: "\f274";
}

.icon-shield-plus:before {
  content: "\f275";
}

.icon-shield-quartered:before {
  content: "\f276";
}

.icon-shield-slash:before {
  content: "\f277";
}

.icon-shield-virus:before {
  content: "\f278";
}

.icon-shield-xmark:before {
  content: "\f279";
}

.icon-ship:before {
  content: "\f27a";
}

.icon-shirt:before {
  content: "\f27b";
}

.icon-shirt-long-sleeve:before {
  content: "\f27c";
}

.icon-shirt-running:before {
  content: "\f27d";
}

.icon-shirt-tank-top:before {
  content: "\f27e";
}

.icon-shish-kebab:before {
  content: "\f27f";
}

.icon-shoe-prints:before {
  content: "\f280";
}

.icon-shop:before {
  content: "\f281";
}

.icon-shop-lock:before {
  content: "\f282";
}

.icon-shop-slash:before {
  content: "\f283";
}

.icon-shovel:before {
  content: "\f284";
}

.icon-shovel-snow:before {
  content: "\f285";
}

.icon-shower:before {
  content: "\f286";
}

.icon-shower-down:before {
  content: "\f287";
}

.icon-shredder:before {
  content: "\f288";
}

.icon-shrimp:before {
  content: "\f289";
}

.icon-shuffle:before {
  content: "\f28a";
}

.icon-shutters:before {
  content: "\f28b";
}

.icon-shuttlecock:before {
  content: "\f28c";
}

.icon-shuttle-space:before {
  content: "\f28d";
}

.icon-sickle:before {
  content: "\f28e";
}

.icon-sidebar:before {
  content: "\f28f";
}

.icon-sidebar-flip:before {
  content: "\f290";
}

.icon-sigma:before {
  content: "\f291";
}

.icon-signal:before {
  content: "\f292";
}

.icon-signal-bars:before {
  content: "\f293";
}

.icon-signal-bars-fair:before {
  content: "\f294";
}

.icon-signal-bars-good:before {
  content: "\f295";
}

.icon-signal-bars-slash:before {
  content: "\f296";
}

.icon-signal-bars-weak:before {
  content: "\f297";
}

.icon-signal-fair:before {
  content: "\f298";
}

.icon-signal-good:before {
  content: "\f299";
}

.icon-signal-slash:before {
  content: "\f29a";
}

.icon-signal-stream:before {
  content: "\f29b";
}

.icon-signal-stream-slash:before {
  content: "\f29c";
}

.icon-signal-strong:before {
  content: "\f29d";
}

.icon-signal-weak:before {
  content: "\f29e";
}

.icon-signature:before {
  content: "\f29f";
}

.icon-signature-lock:before {
  content: "\f2a0";
}

.icon-signature-slash:before {
  content: "\f2a1";
}

.icon-sign-hanging:before {
  content: "\f2a2";
}

.icon-signs-post:before {
  content: "\f2a3";
}

.icon-sim-card:before {
  content: "\f2a4";
}

.icon-sim-cards:before {
  content: "\f2a5";
}

.icon-sink:before {
  content: "\f2a6";
}

.icon-siren:before {
  content: "\f2a7";
}

.icon-siren-on:before {
  content: "\f2a8";
}

.icon-sitemap:before {
  content: "\f2a9";
}

.icon-skeleton:before {
  content: "\f2aa";
}

.icon-ski-boot:before {
  content: "\f2ab";
}

.icon-ski-boot-ski:before {
  content: "\f2ac";
}

.icon-skull:before {
  content: "\f2ad";
}

.icon-skull-cow:before {
  content: "\f2ae";
}

.icon-skull-crossbones:before {
  content: "\f2af";
}

.icon-slash:before {
  content: "\f2b0";
}

.icon-slash-back:before {
  content: "\f2b1";
}

.icon-slash-forward:before {
  content: "\f2b2";
}

.icon-sleigh:before {
  content: "\f2b3";
}

.icon-slider:before {
  content: "\f2b4";
}

.icon-sliders:before {
  content: "\f2b5";
}

.icon-sliders-simple:before {
  content: "\f2b6";
}

.icon-sliders-up:before {
  content: "\f2b7";
}

.icon-slot-machine:before {
  content: "\f2b8";
}

.icon-smog:before {
  content: "\f2b9";
}

.icon-smoke:before {
  content: "\f2ba";
}

.icon-smoking:before {
  content: "\f2bb";
}

.icon-snake:before {
  content: "\f2bc";
}

.icon-snooze:before {
  content: "\f2bd";
}

.icon-snow-blowing:before {
  content: "\f2be";
}

.icon-snowflake:before {
  content: "\f2bf";
}

.icon-snowflakes:before {
  content: "\f2c0";
}

.icon-snowman:before {
  content: "\f2c1";
}

.icon-snowman-head:before {
  content: "\f2c2";
}

.icon-snowplow:before {
  content: "\f2c3";
}

.icon-soap:before {
  content: "\f2c4";
}

.icon-socks:before {
  content: "\f2c5";
}

.icon-soft-serve:before {
  content: "\f2c6";
}

.icon-solar-panel:before {
  content: "\f2c7";
}

.icon-solar-system:before {
  content: "\f2c8";
}

.icon-sort:before {
  content: "\f2c9";
}

.icon-sort-down:before {
  content: "\f2ca";
}

.icon-sort-up:before {
  content: "\f2cb";
}

.icon-spa:before {
  content: "\f2cc";
}

.icon-space-station-moon:before {
  content: "\f2cd";
}

.icon-space-station-moon-construction:before {
  content: "\f2ce";
}

.icon-spade:before {
  content: "\f2cf";
}

.icon-spaghetti-monster-flying:before {
  content: "\f2d0";
}

.icon-sparkles:before {
  content: "\f2d1";
}

.icon-speaker:before {
  content: "\f2d2";
}

.icon-speakers:before {
  content: "\f2d3";
}

.icon-spell-check:before {
  content: "\f2d4";
}

.icon-spider:before {
  content: "\f2d5";
}

.icon-spider-black-widow:before {
  content: "\f2d6";
}

.icon-spider-web:before {
  content: "\f2d7";
}

.icon-spinner:before {
  content: "\f2d8";
}

.icon-spinner-third:before {
  content: "\f2d9";
}

.icon-split:before {
  content: "\f2da";
}

.icon-splotch:before {
  content: "\f2db";
}

.icon-spoon:before {
  content: "\f2dc";
}

.icon-sportsball:before {
  content: "\f2dd";
}

.icon-spray-can:before {
  content: "\f2de";
}

.icon-spray-can-sparkles:before {
  content: "\f2df";
}

.icon-sprinkler:before {
  content: "\f2e0";
}

.icon-sprinkler-ceiling:before {
  content: "\f2e1";
}

.icon-square:before {
  content: "\f2e2";
}

.icon-square-0:before {
  content: "\f2e3";
}

.icon-square-1:before {
  content: "\f2e4";
}

.icon-square-2:before {
  content: "\f2e5";
}

.icon-square-3:before {
  content: "\f2e6";
}

.icon-square-4:before {
  content: "\f2e7";
}

.icon-square-5:before {
  content: "\f2e8";
}

.icon-square-6:before {
  content: "\f2e9";
}

.icon-square-7:before {
  content: "\f2ea";
}

.icon-square-8:before {
  content: "\f2eb";
}

.icon-square-9:before {
  content: "\f2ec";
}

.icon-square-a:before {
  content: "\f2ed";
}

.icon-square-a-lock:before {
  content: "\f2ee";
}

.icon-square-ampersand:before {
  content: "\f2ef";
}

.icon-square-arrow-down:before {
  content: "\f2f0";
}

.icon-square-arrow-down-left:before {
  content: "\f2f1";
}

.icon-square-arrow-down-right:before {
  content: "\f2f2";
}

.icon-square-arrow-left:before {
  content: "\f2f3";
}

.icon-square-arrow-right:before {
  content: "\f2f4";
}

.icon-square-arrow-up:before {
  content: "\f2f5";
}

.icon-square-arrow-up-left:before {
  content: "\f2f6";
}

.icon-square-arrow-up-right:before {
  content: "\f2f7";
}

.icon-square-b:before {
  content: "\f2f8";
}

.icon-square-bolt:before {
  content: "\f2f9";
}

.icon-square-c:before {
  content: "\f2fa";
}

.icon-square-caret-down:before {
  content: "\f2fb";
}

.icon-square-caret-left:before {
  content: "\f2fc";
}

.icon-square-caret-right:before {
  content: "\f2fd";
}

.icon-square-caret-up:before {
  content: "\f2fe";
}

.icon-square-check:before {
  content: "\f2ff";
}

.icon-square-chevron-down:before {
  content: "\f300";
}

.icon-square-chevron-left:before {
  content: "\f301";
}

.icon-square-chevron-right:before {
  content: "\f302";
}

.icon-square-chevron-up:before {
  content: "\f303";
}

.icon-square-code:before {
  content: "\f304";
}

.icon-square-d:before {
  content: "\f305";
}

.icon-square-dashed:before {
  content: "\f306";
}

.icon-square-divide:before {
  content: "\f307";
}

.icon-square-dollar:before {
  content: "\f308";
}

.icon-square-down:before {
  content: "\f309";
}

.icon-square-down-left:before {
  content: "\f30a";
}

.icon-square-down-right:before {
  content: "\f30b";
}

.icon-square-e:before {
  content: "\f30c";
}

.icon-square-ellipsis:before {
  content: "\f30d";
}

.icon-square-ellipsis-vertical:before {
  content: "\f30e";
}

.icon-square-envelope:before {
  content: "\f30f";
}

.icon-square-exclamation:before {
  content: "\f310";
}

.icon-square-f:before {
  content: "\f311";
}

.icon-square-fragile:before {
  content: "\f312";
}

.icon-square-full:before {
  content: "\f313";
}

.icon-square-g:before {
  content: "\f314";
}

.icon-square-h:before {
  content: "\f315";
}

.icon-square-heart:before {
  content: "\f316";
}

.icon-square-i:before {
  content: "\f317";
}

.icon-square-info:before {
  content: "\f318";
}

.icon-square-j:before {
  content: "\f319";
}

.icon-square-k:before {
  content: "\f31a";
}

.icon-square-kanban:before {
  content: "\f31b";
}

.icon-square-l:before {
  content: "\f31c";
}

.icon-square-left:before {
  content: "\f31d";
}

.icon-square-list:before {
  content: "\f31e";
}

.icon-square-m:before {
  content: "\f31f";
}

.icon-square-minus:before {
  content: "\f320";
}

.icon-square-n:before {
  content: "\f321";
}

.icon-square-nfi:before {
  content: "\f322";
}

.icon-square-o:before {
  content: "\f323";
}

.icon-square-p:before {
  content: "\f324";
}

.icon-square-parking:before {
  content: "\f325";
}

.icon-square-parking-slash:before {
  content: "\f326";
}

.icon-square-pen:before {
  content: "\f327";
}

.icon-square-person-confined:before {
  content: "\f328";
}

.icon-square-phone:before {
  content: "\f329";
}

.icon-square-phone-flip:before {
  content: "\f32a";
}

.icon-square-phone-hangup:before {
  content: "\f32b";
}

.icon-square-plus:before {
  content: "\f32c";
}

.icon-square-poll-horizontal:before {
  content: "\f32d";
}

.icon-square-poll-vertical:before {
  content: "\f32e";
}

.icon-square-q:before {
  content: "\f32f";
}

.icon-square-quarters:before {
  content: "\f330";
}

.icon-square-question:before {
  content: "\f331";
}

.icon-square-quote:before {
  content: "\f332";
}

.icon-square-r:before {
  content: "\f333";
}

.icon-square-right:before {
  content: "\f334";
}

.icon-square-ring:before {
  content: "\f335";
}

.icon-square-root:before {
  content: "\f336";
}

.icon-square-root-variable:before {
  content: "\f337";
}

.icon-square-rss:before {
  content: "\f338";
}

.icon-square-s:before {
  content: "\f339";
}

.icon-square-share-nodes:before {
  content: "\f33a";
}

.icon-square-sliders:before {
  content: "\f33b";
}

.icon-square-sliders-vertical:before {
  content: "\f33c";
}

.icon-square-small:before {
  content: "\f33d";
}

.icon-square-star:before {
  content: "\f33e";
}

.icon-square-t:before {
  content: "\f33f";
}

.icon-square-terminal:before {
  content: "\f340";
}

.icon-square-this-way-up:before {
  content: "\f341";
}

.icon-square-u:before {
  content: "\f342";
}

.icon-square-up:before {
  content: "\f343";
}

.icon-square-up-left:before {
  content: "\f344";
}

.icon-square-up-right:before {
  content: "\f345";
}

.icon-square-user:before {
  content: "\f346";
}

.icon-square-v:before {
  content: "\f347";
}

.icon-square-virus:before {
  content: "\f348";
}

.icon-square-w:before {
  content: "\f349";
}

.icon-square-x:before {
  content: "\f34a";
}

.icon-square-xmark:before {
  content: "\f34b";
}

.icon-square-y:before {
  content: "\f34c";
}

.icon-square-z:before {
  content: "\f34d";
}

.icon-squid:before {
  content: "\f34e";
}

.icon-squirrel:before {
  content: "\f34f";
}

.icon-staff:before {
  content: "\f350";
}

.icon-staff-aesculapius:before {
  content: "\f351";
}

.icon-stairs:before {
  content: "\f352";
}

.icon-stamp:before {
  content: "\f353";
}

.icon-standard-definition:before {
  content: "\f354";
}

.icon-star:before {
  content: "\f355";
}

.icon-star-and-crescent:before {
  content: "\f356";
}

.icon-star-christmas:before {
  content: "\f357";
}

.icon-star-exclamation:before {
  content: "\f358";
}

.icon-starfighter:before {
  content: "\f359";
}

.icon-starfighter-twin-ion-engine:before {
  content: "\f35a";
}

.icon-starfighter-twin-ion-engine-advanced:before {
  content: "\f35b";
}

.icon-star-half:before {
  content: "\f35c";
}

.icon-star-half-stroke:before {
  content: "\f35d";
}

.icon-star-of-david:before {
  content: "\f35e";
}

.icon-star-of-life:before {
  content: "\f35f";
}

.icon-stars:before {
  content: "\f360";
}

.icon-star-sharp:before {
  content: "\f361";
}

.icon-star-sharp-half:before {
  content: "\f362";
}

.icon-star-sharp-half-stroke:before {
  content: "\f363";
}

.icon-starship:before {
  content: "\f364";
}

.icon-starship-freighter:before {
  content: "\f365";
}

.icon-star-shooting:before {
  content: "\f366";
}

.icon-steak:before {
  content: "\f367";
}

.icon-steering-wheel:before {
  content: "\f368";
}

.icon-sterling-sign:before {
  content: "\f369";
}

.icon-stethoscope:before {
  content: "\f36a";
}

.icon-stocking:before {
  content: "\f36b";
}

.icon-stomach:before {
  content: "\f36c";
}

.icon-stop:before {
  content: "\f36d";
}

.icon-stopwatch:before {
  content: "\f36e";
}

.icon-stopwatch-20:before {
  content: "\f36f";
}

.icon-store:before {
  content: "\f370";
}

.icon-store-lock:before {
  content: "\f371";
}

.icon-store-slash:before {
  content: "\f372";
}

.icon-strawberry:before {
  content: "\f373";
}

.icon-street-view:before {
  content: "\f374";
}

.icon-stretcher:before {
  content: "\f375";
}

.icon-strikethrough:before {
  content: "\f376";
}

.icon-stroopwafel:before {
  content: "\f377";
}

.icon-subscript:before {
  content: "\f378";
}

.icon-suitcase:before {
  content: "\f379";
}

.icon-suitcase-medical:before {
  content: "\f37a";
}

.icon-suitcase-rolling:before {
  content: "\f37b";
}

.icon-sun:before {
  content: "\f37c";
}

.icon-sun-bright:before {
  content: "\f37d";
}

.icon-sun-cloud:before {
  content: "\f37e";
}

.icon-sun-dust:before {
  content: "\f37f";
}

.icon-sunglasses:before {
  content: "\f380";
}

.icon-sun-haze:before {
  content: "\f381";
}

.icon-sun-plant-wilt:before {
  content: "\f382";
}

.icon-sunrise:before {
  content: "\f383";
}

.icon-sunset:before {
  content: "\f384";
}

.icon-superscript:before {
  content: "\f385";
}

.icon-sushi:before {
  content: "\f386";
}

.icon-sushi-roll:before {
  content: "\f387";
}

.icon-swatchbook:before {
  content: "\f388";
}

.icon-sword:before {
  content: "\f389";
}

.icon-sword-laser:before {
  content: "\f38a";
}

.icon-sword-laser-alt:before {
  content: "\f38b";
}

.icon-swords:before {
  content: "\f38c";
}

.icon-swords-laser:before {
  content: "\f38d";
}

.icon-symbols:before {
  content: "\f38e";
}

.icon-synagogue:before {
  content: "\f38f";
}

.icon-syringe:before {
  content: "\f390";
}

.icon-t:before {
  content: "\f391";
}

.icon-table:before {
  content: "\f392";
}

.icon-table-cells:before {
  content: "\f393";
}

.icon-table-cells-large:before {
  content: "\f394";
}

.icon-table-columns:before {
  content: "\f395";
}

.icon-table-layout:before {
  content: "\f396";
}

.icon-table-list:before {
  content: "\f397";
}

.icon-table-picnic:before {
  content: "\f398";
}

.icon-table-pivot:before {
  content: "\f399";
}

.icon-table-rows:before {
  content: "\f39a";
}

.icon-tablet:before {
  content: "\f39b";
}

.icon-tablet-button:before {
  content: "\f39c";
}

.icon-table-tennis-paddle-ball:before {
  content: "\f39d";
}

.icon-table-tree:before {
  content: "\f39e";
}

.icon-tablet-rugged:before {
  content: "\f39f";
}

.icon-tablets:before {
  content: "\f3a0";
}

.icon-tablet-screen:before {
  content: "\f3a1";
}

.icon-tablet-screen-button:before {
  content: "\f3a2";
}

.icon-tachograph-digital:before {
  content: "\f3a3";
}

.icon-taco:before {
  content: "\f3a4";
}

.icon-tag:before {
  content: "\f3a5";
}

.icon-tags:before {
  content: "\f3a6";
}

.icon-tally:before {
  content: "\f3a7";
}

.icon-tally-1:before {
  content: "\f3a8";
}

.icon-tally-2:before {
  content: "\f3a9";
}

.icon-tally-3:before {
  content: "\f3aa";
}

.icon-tally-4:before {
  content: "\f3ab";
}

.icon-tamale:before {
  content: "\f3ac";
}

.icon-tank-water:before {
  content: "\f3ad";
}

.icon-tape:before {
  content: "\f3ae";
}

.icon-tarp:before {
  content: "\f3af";
}

.icon-tarp-droplet:before {
  content: "\f3b0";
}

.icon-taxi:before {
  content: "\f3b1";
}

.icon-taxi-bus:before {
  content: "\f3b2";
}

.icon-teddy-bear:before {
  content: "\f3b3";
}

.icon-teeth:before {
  content: "\f3b4";
}

.icon-teeth-open:before {
  content: "\f3b5";
}

.icon-telescope:before {
  content: "\f3b6";
}

.icon-temperature-arrow-down:before {
  content: "\f3b7";
}

.icon-temperature-arrow-up:before {
  content: "\f3b8";
}

.icon-temperature-empty:before {
  content: "\f3b9";
}

.icon-temperature-full:before {
  content: "\f3ba";
}

.icon-temperature-half:before {
  content: "\f3bb";
}

.icon-temperature-high:before {
  content: "\f3bc";
}

.icon-temperature-list:before {
  content: "\f3bd";
}

.icon-temperature-low:before {
  content: "\f3be";
}

.icon-temperature-quarter:before {
  content: "\f3bf";
}

.icon-temperature-snow:before {
  content: "\f3c0";
}

.icon-temperature-sun:before {
  content: "\f3c1";
}

.icon-temperature-three-quarters:before {
  content: "\f3c2";
}

.icon-tenge-sign:before {
  content: "\f3c3";
}

.icon-tennis-ball:before {
  content: "\f3c4";
}

.icon-tent:before {
  content: "\f3c5";
}

.icon-tent-arrow-down-to-line:before {
  content: "\f3c6";
}

.icon-tent-arrow-left-right:before {
  content: "\f3c7";
}

.icon-tent-arrows-down:before {
  content: "\f3c8";
}

.icon-tent-arrow-turn-left:before {
  content: "\f3c9";
}

.icon-tents:before {
  content: "\f3ca";
}

.icon-terminal:before {
  content: "\f3cb";
}

.icon-text:before {
  content: "\f3cc";
}

.icon-text-height:before {
  content: "\f3cd";
}

.icon-text-size:before {
  content: "\f3ce";
}

.icon-text-slash:before {
  content: "\f3cf";
}

.icon-text-width:before {
  content: "\f3d0";
}

.icon-thermometer:before {
  content: "\f3d1";
}

.icon-theta:before {
  content: "\f3d2";
}

.icon-thought-bubble:before {
  content: "\f3d3";
}

.icon-thumbs-down:before {
  content: "\f3d4";
}

.icon-thumbs-up:before {
  content: "\f3d5";
}

.icon-thumbtack:before {
  content: "\f3d6";
}

.icon-tick:before {
  content: "\f3d7";
}

.icon-ticket:before {
  content: "\f3d8";
}

.icon-ticket-airline:before {
  content: "\f3d9";
}

.icon-tickets-airline:before {
  content: "\f3da";
}

.icon-ticket-simple:before {
  content: "\f3db";
}

.icon-tilde:before {
  content: "\f3dc";
}

.icon-timeline:before {
  content: "\f3dd";
}

.icon-timeline-arrow:before {
  content: "\f3de";
}

.icon-timer:before {
  content: "\f3df";
}

.icon-tire:before {
  content: "\f3e0";
}

.icon-tire-flat:before {
  content: "\f3e1";
}

.icon-tire-pressure-warning:before {
  content: "\f3e2";
}

.icon-tire-rugged:before {
  content: "\f3e3";
}

.icon-toggle-off:before {
  content: "\f3e4";
}

.icon-toggle-on:before {
  content: "\f3e5";
}

.icon-toilet:before {
  content: "\f3e6";
}

.icon-toilet-paper:before {
  content: "\f3e7";
}

.icon-toilet-paper-blank:before {
  content: "\f3e8";
}

.icon-toilet-paper-blank-under:before {
  content: "\f3e9";
}

.icon-toilet-paper-slash:before {
  content: "\f3ea";
}

.icon-toilet-paper-under:before {
  content: "\f3eb";
}

.icon-toilet-paper-under-slash:before {
  content: "\f3ec";
}

.icon-toilet-portable:before {
  content: "\f3ed";
}

.icon-toilets-portable:before {
  content: "\f3ee";
}

.icon-tomato:before {
  content: "\f3ef";
}

.icon-tombstone:before {
  content: "\f3f0";
}

.icon-tombstone-blank:before {
  content: "\f3f1";
}

.icon-toolbox:before {
  content: "\f3f2";
}

.icon-tooth:before {
  content: "\f3f3";
}

.icon-toothbrush:before {
  content: "\f3f4";
}

.icon-torii-gate:before {
  content: "\f3f5";
}

.icon-tornado:before {
  content: "\f3f6";
}

.icon-tower-broadcast:before {
  content: "\f3f7";
}

.icon-tower-cell:before {
  content: "\f3f8";
}

.icon-tower-control:before {
  content: "\f3f9";
}

.icon-tower-observation:before {
  content: "\f3fa";
}

.icon-tractor:before {
  content: "\f3fb";
}

.icon-trademark:before {
  content: "\f3fc";
}

.icon-traffic-cone:before {
  content: "\f3fd";
}

.icon-traffic-light:before {
  content: "\f3fe";
}

.icon-traffic-light-go:before {
  content: "\f3ff";
}

.icon-traffic-light-slow:before {
  content: "\f400";
}

.icon-traffic-light-stop:before {
  content: "\f401";
}

.icon-trailer:before {
  content: "\f402";
}

.icon-train:before {
  content: "\f403";
}

.icon-train-subway:before {
  content: "\f404";
}

.icon-train-subway-tunnel:before {
  content: "\f405";
}

.icon-train-track:before {
  content: "\f406";
}

.icon-train-tram:before {
  content: "\f407";
}

.icon-train-tunnel:before {
  content: "\f408";
}

.icon-transformer-bolt:before {
  content: "\f409";
}

.icon-transgender:before {
  content: "\f40a";
}

.icon-transporter:before {
  content: "\f40b";
}

.icon-transporter-1:before {
  content: "\f40c";
}

.icon-transporter-2:before {
  content: "\f40d";
}

.icon-transporter-3:before {
  content: "\f40e";
}

.icon-transporter-4:before {
  content: "\f40f";
}

.icon-transporter-5:before {
  content: "\f410";
}

.icon-transporter-6:before {
  content: "\f411";
}

.icon-transporter-7:before {
  content: "\f412";
}

.icon-transporter-empty:before {
  content: "\f413";
}

.icon-trash:before {
  content: "\f414";
}

.icon-trash-arrow-up:before {
  content: "\f415";
}

.icon-trash-can:before {
  content: "\f416";
}

.icon-trash-can-arrow-up:before {
  content: "\f417";
}

.icon-trash-can-check:before {
  content: "\f418";
}

.icon-trash-can-clock:before {
  content: "\f419";
}

.icon-trash-can-list:before {
  content: "\f41a";
}

.icon-trash-can-plus:before {
  content: "\f41b";
}

.icon-trash-can-slash:before {
  content: "\f41c";
}

.icon-trash-can-undo:before {
  content: "\f41d";
}

.icon-trash-can-xmark:before {
  content: "\f41e";
}

.icon-trash-check:before {
  content: "\f41f";
}

.icon-trash-clock:before {
  content: "\f420";
}

.icon-trash-list:before {
  content: "\f421";
}

.icon-trash-plus:before {
  content: "\f422";
}

.icon-trash-slash:before {
  content: "\f423";
}

.icon-trash-undo:before {
  content: "\f424";
}

.icon-trash-xmark:before {
  content: "\f425";
}

.icon-treasure-chest:before {
  content: "\f426";
}

.icon-tree:before {
  content: "\f427";
}

.icon-tree-christmas:before {
  content: "\f428";
}

.icon-tree-city:before {
  content: "\f429";
}

.icon-tree-deciduous:before {
  content: "\f42a";
}

.icon-tree-decorated:before {
  content: "\f42b";
}

.icon-tree-large:before {
  content: "\f42c";
}

.icon-tree-palm:before {
  content: "\f42d";
}

.icon-trees:before {
  content: "\f42e";
}

.icon-triangle:before {
  content: "\f42f";
}

.icon-triangle-exclamation:before {
  content: "\f430";
}

.icon-triangle-instrument:before {
  content: "\f431";
}

.icon-triangle-person-digging:before {
  content: "\f432";
}

.icon-trillium:before {
  content: "\f433";
}

.icon-trophy:before {
  content: "\f434";
}

.icon-trophy-star:before {
  content: "\f435";
}

.icon-trowel:before {
  content: "\f436";
}

.icon-trowel-bricks:before {
  content: "\f437";
}

.icon-truck:before {
  content: "\f438";
}

.icon-truck-arrow-right:before {
  content: "\f439";
}

.icon-truck-bolt:before {
  content: "\f43a";
}

.icon-truck-clock:before {
  content: "\f43b";
}

.icon-truck-container:before {
  content: "\f43c";
}

.icon-truck-container-empty:before {
  content: "\f43d";
}

.icon-truck-droplet:before {
  content: "\f43e";
}

.icon-truck-fast:before {
  content: "\f43f";
}

.icon-truck-field:before {
  content: "\f440";
}

.icon-truck-field-un:before {
  content: "\f441";
}

.icon-truck-flatbed:before {
  content: "\f442";
}

.icon-truck-front:before {
  content: "\f443";
}

.icon-truck-medical:before {
  content: "\f444";
}

.icon-truck-monster:before {
  content: "\f445";
}

.icon-truck-moving:before {
  content: "\f446";
}

.icon-truck-pickup:before {
  content: "\f447";
}

.icon-truck-plane:before {
  content: "\f448";
}

.icon-truck-plow:before {
  content: "\f449";
}

.icon-truck-ramp:before {
  content: "\f44a";
}

.icon-truck-ramp-box:before {
  content: "\f44b";
}

.icon-truck-ramp-couch:before {
  content: "\f44c";
}

.icon-truck-tow:before {
  content: "\f44d";
}

.icon-trumpet:before {
  content: "\f44e";
}

.icon-tty:before {
  content: "\f44f";
}

.icon-tty-answer:before {
  content: "\f450";
}

.icon-tugrik-sign:before {
  content: "\f451";
}

.icon-turkey:before {
  content: "\f452";
}

.icon-turkish-lira-sign:before {
  content: "\f453";
}

.icon-turn-down:before {
  content: "\f454";
}

.icon-turn-down-left:before {
  content: "\f455";
}

.icon-turn-down-right:before {
  content: "\f456";
}

.icon-turntable:before {
  content: "\f457";
}

.icon-turn-up:before {
  content: "\f458";
}

.icon-turtle:before {
  content: "\f459";
}

.icon-tv:before {
  content: "\f45a";
}

.icon-tv-music:before {
  content: "\f45b";
}

.icon-tv-retro:before {
  content: "\f45c";
}

.icon-typewriter:before {
  content: "\f45d";
}

.icon-u:before {
  content: "\f45e";
}

.icon-ufo:before {
  content: "\f45f";
}

.icon-ufo-beam:before {
  content: "\f460";
}

.icon-umbrella:before {
  content: "\f461";
}

.icon-umbrella-beach:before {
  content: "\f462";
}

.icon-umbrella-simple:before {
  content: "\f463";
}

.icon-underline:before {
  content: "\f464";
}

.icon-unicorn:before {
  content: "\f465";
}

.icon-uniform-martial-arts:before {
  content: "\f466";
}

.icon-union:before {
  content: "\f467";
}

.icon-universal-access:before {
  content: "\f468";
}

.icon-unlock:before {
  content: "\f469";
}

.icon-unlock-keyhole:before {
  content: "\f46a";
}

.icon-up:before {
  content: "\f46b";
}

.icon-up-down:before {
  content: "\f46c";
}

.icon-up-down-left-right:before {
  content: "\f46d";
}

.icon-up-from-bracket:before {
  content: "\f46e";
}

.icon-up-from-dotted-line:before {
  content: "\f46f";
}

.icon-up-from-line:before {
  content: "\f470";
}

.icon-up-left:before {
  content: "\f471";
}

.icon-upload:before {
  content: "\f472";
}

.icon-up-long:before {
  content: "\f473";
}

.icon-up-right:before {
  content: "\f474";
}

.icon-up-right-and-down-left-from-center:before {
  content: "\f475";
}

.icon-up-right-from-square:before {
  content: "\f476";
}

.icon-up-to-dotted-line:before {
  content: "\f477";
}

.icon-up-to-line:before {
  content: "\f478";
}

.icon-usb-drive:before {
  content: "\f479";
}

.icon-user:before {
  content: "\f47a";
}

.icon-user-alien:before {
  content: "\f47b";
}

.icon-user-astronaut:before {
  content: "\f47c";
}

.icon-user-bounty-hunter:before {
  content: "\f47d";
}

.icon-user-check:before {
  content: "\f47e";
}

.icon-user-chef:before {
  content: "\f47f";
}

.icon-user-clock:before {
  content: "\f480";
}

.icon-user-cowboy:before {
  content: "\f481";
}

.icon-user-crown:before {
  content: "\f482";
}

.icon-user-doctor:before {
  content: "\f483";
}

.icon-user-doctor-hair:before {
  content: "\f484";
}

.icon-user-doctor-hair-long:before {
  content: "\f485";
}

.icon-user-doctor-message:before {
  content: "\f486";
}

.icon-user-gear:before {
  content: "\f487";
}

.icon-user-graduate:before {
  content: "\f488";
}

.icon-user-group:before {
  content: "\f489";
}

.icon-user-group-crown:before {
  content: "\f48a";
}

.icon-user-hair:before {
  content: "\f48b";
}

.icon-user-hair-buns:before {
  content: "\f48c";
}

.icon-user-hair-long:before {
  content: "\f48d";
}

.icon-user-hair-mullet:before {
  content: "\f48e";
}

.icon-user-headset:before {
  content: "\f48f";
}

.icon-user-helmet-safety:before {
  content: "\f490";
}

.icon-user-injured:before {
  content: "\f491";
}

.icon-user-large:before {
  content: "\f492";
}

.icon-user-large-slash:before {
  content: "\f493";
}

.icon-user-lock:before {
  content: "\f494";
}

.icon-user-minus:before {
  content: "\f495";
}

.icon-user-music:before {
  content: "\f496";
}

.icon-user-ninja:before {
  content: "\f497";
}

.icon-user-nurse:before {
  content: "\f498";
}

.icon-user-nurse-hair:before {
  content: "\f499";
}

.icon-user-nurse-hair-long:before {
  content: "\f49a";
}

.icon-user-pen:before {
  content: "\f49b";
}

.icon-user-pilot:before {
  content: "\f49c";
}

.icon-user-pilot-tie:before {
  content: "\f49d";
}

.icon-user-plus:before {
  content: "\f49e";
}

.icon-user-police:before {
  content: "\f49f";
}

.icon-user-police-tie:before {
  content: "\f4a0";
}

.icon-user-robot:before {
  content: "\f4a1";
}

.icon-user-robot-xmarks:before {
  content: "\f4a2";
}

.icon-users:before {
  content: "\f4a3";
}

.icon-users-between-lines:before {
  content: "\f4a4";
}

.icon-user-secret:before {
  content: "\f4a5";
}

.icon-users-gear:before {
  content: "\f4a6";
}

.icon-user-shakespeare:before {
  content: "\f4a7";
}

.icon-user-shield:before {
  content: "\f4a8";
}

.icon-user-slash:before {
  content: "\f4a9";
}

.icon-users-line:before {
  content: "\f4aa";
}

.icon-users-medical:before {
  content: "\f4ab";
}

.icon-users-rays:before {
  content: "\f4ac";
}

.icon-users-rectangle:before {
  content: "\f4ad";
}

.icon-users-slash:before {
  content: "\f4ae";
}

.icon-users-viewfinder:before {
  content: "\f4af";
}

.icon-user-tag:before {
  content: "\f4b0";
}

.icon-user-tie:before {
  content: "\f4b1";
}

.icon-user-tie-hair:before {
  content: "\f4b2";
}

.icon-user-tie-hair-long:before {
  content: "\f4b3";
}

.icon-user-unlock:before {
  content: "\f4b4";
}

.icon-user-visor:before {
  content: "\f4b5";
}

.icon-user-vneck:before {
  content: "\f4b6";
}

.icon-user-vneck-hair:before {
  content: "\f4b7";
}

.icon-user-vneck-hair-long:before {
  content: "\f4b8";
}

.icon-user-xmark:before {
  content: "\f4b9";
}

.icon-utensils:before {
  content: "\f4ba";
}

.icon-utensils-slash:before {
  content: "\f4bb";
}

.icon-utility-pole:before {
  content: "\f4bc";
}

.icon-utility-pole-double:before {
  content: "\f4bd";
}

.icon-v:before {
  content: "\f4be";
}

.icon-vacuum:before {
  content: "\f4bf";
}

.icon-vacuum-robot:before {
  content: "\f4c0";
}

.icon-value-absolute:before {
  content: "\f4c1";
}

.icon-van-shuttle:before {
  content: "\f4c2";
}

.icon-vault:before {
  content: "\f4c3";
}

.icon-vector-circle:before {
  content: "\f4c4";
}

.icon-vector-polygon:before {
  content: "\f4c5";
}

.icon-vector-square:before {
  content: "\f4c6";
}

.icon-vent-damper:before {
  content: "\f4c7";
}

.icon-venus:before {
  content: "\f4c8";
}

.icon-venus-double:before {
  content: "\f4c9";
}

.icon-venus-mars:before {
  content: "\f4ca";
}

.icon-vest:before {
  content: "\f4cb";
}

.icon-vest-patches:before {
  content: "\f4cc";
}

.icon-vial:before {
  content: "\f4cd";
}

.icon-vial-circle-check:before {
  content: "\f4ce";
}

.icon-vials:before {
  content: "\f4cf";
}

.icon-vial-virus:before {
  content: "\f4d0";
}

.icon-video:before {
  content: "\f4d1";
}

.icon-video-arrow-down-left:before {
  content: "\f4d2";
}

.icon-video-arrow-up-right:before {
  content: "\f4d3";
}

.icon-video-plus:before {
  content: "\f4d4";
}

.icon-video-slash:before {
  content: "\f4d5";
}

.icon-vihara:before {
  content: "\f4d6";
}

.icon-violin:before {
  content: "\f4d7";
}

.icon-virus:before {
  content: "\f4d8";
}

.icon-virus-covid:before {
  content: "\f4d9";
}

.icon-virus-covid-slash:before {
  content: "\f4da";
}

.icon-viruses:before {
  content: "\f4db";
}

.icon-virus-slash:before {
  content: "\f4dc";
}

.icon-voicemail:before {
  content: "\f4dd";
}

.icon-volcano:before {
  content: "\f4de";
}

.icon-volleyball:before {
  content: "\f4df";
}

.icon-volume:before {
  content: "\f4e0";
}

.icon-volume-high:before {
  content: "\f4e1";
}

.icon-volume-low:before {
  content: "\f4e2";
}

.icon-volume-off:before {
  content: "\f4e3";
}

.icon-volume-slash:before {
  content: "\f4e4";
}

.icon-volume-xmark:before {
  content: "\f4e5";
}

.icon-vr-cardboard:before {
  content: "\f4e6";
}

.icon-w:before {
  content: "\f4e7";
}

.icon-waffle:before {
  content: "\f4e8";
}

.icon-wagon-covered:before {
  content: "\f4e9";
}

.icon-walker:before {
  content: "\f4ea";
}

.icon-walkie-talkie:before {
  content: "\f4eb";
}

.icon-wallet:before {
  content: "\f4ec";
}

.icon-wand:before {
  content: "\f4ed";
}

.icon-wand-magic:before {
  content: "\f4ee";
}

.icon-wand-magic-sparkles:before {
  content: "\f4ef";
}

.icon-wand-sparkles:before {
  content: "\f4f0";
}

.icon-warehouse:before {
  content: "\f4f1";
}

.icon-warehouse-full:before {
  content: "\f4f2";
}

.icon-washing-machine:before {
  content: "\f4f3";
}

.icon-watch:before {
  content: "\f4f4";
}

.icon-watch-apple:before {
  content: "\f4f5";
}

.icon-watch-calculator:before {
  content: "\f4f6";
}

.icon-watch-fitness:before {
  content: "\f4f7";
}

.icon-watch-smart:before {
  content: "\f4f8";
}

.icon-water:before {
  content: "\f4f9";
}

.icon-water-arrow-down:before {
  content: "\f4fa";
}

.icon-water-arrow-up:before {
  content: "\f4fb";
}

.icon-water-ladder:before {
  content: "\f4fc";
}

.icon-watermelon-slice:before {
  content: "\f4fd";
}

.icon-waveform:before {
  content: "\f4fe";
}

.icon-waveform-lines:before {
  content: "\f4ff";
}

.icon-wave-pulse:before {
  content: "\f500";
}

.icon-wave-sine:before {
  content: "\f501";
}

.icon-wave-square:before {
  content: "\f502";
}

.icon-wave-triangle:before {
  content: "\f503";
}

.icon-weight-hanging:before {
  content: "\f504";
}

.icon-weight-scale:before {
  content: "\f505";
}

.icon-whale:before {
  content: "\f506";
}

.icon-wheat:before {
  content: "\f507";
}

.icon-wheat-awn:before {
  content: "\f508";
}

.icon-wheat-awn-circle-exclamation:before {
  content: "\f509";
}

.icon-wheat-awn-slash:before {
  content: "\f50a";
}

.icon-wheat-slash:before {
  content: "\f50b";
}

.icon-wheelchair:before {
  content: "\f50c";
}

.icon-wheelchair-move:before {
  content: "\f50d";
}

.icon-whiskey-glass:before {
  content: "\f50e";
}

.icon-whiskey-glass-ice:before {
  content: "\f50f";
}

.icon-whistle:before {
  content: "\f510";
}

.icon-wifi:before {
  content: "\f511";
}

.icon-wifi-exclamation:before {
  content: "\f512";
}

.icon-wifi-fair:before {
  content: "\f513";
}

.icon-wifi-slash:before {
  content: "\f514";
}

.icon-wifi-weak:before {
  content: "\f515";
}

.icon-wind:before {
  content: "\f516";
}

.icon-window:before {
  content: "\f517";
}

.icon-window-flip:before {
  content: "\f518";
}

.icon-window-frame:before {
  content: "\f519";
}

.icon-window-frame-open:before {
  content: "\f51a";
}

.icon-window-maximize:before {
  content: "\f51b";
}

.icon-window-minimize:before {
  content: "\f51c";
}

.icon-window-restore:before {
  content: "\f51d";
}

.icon-windsock:before {
  content: "\f51e";
}

.icon-wind-turbine:before {
  content: "\f51f";
}

.icon-wind-warning:before {
  content: "\f520";
}

.icon-wine-bottle:before {
  content: "\f521";
}

.icon-wine-glass:before {
  content: "\f522";
}

.icon-wine-glass-crack:before {
  content: "\f523";
}

.icon-wine-glass-empty:before {
  content: "\f524";
}

.icon-won-sign:before {
  content: "\f525";
}

.icon-worm:before {
  content: "\f526";
}

.icon-wreath:before {
  content: "\f527";
}

.icon-wrench:before {
  content: "\f528";
}

.icon-wrench-simple:before {
  content: "\f529";
}

.icon-x:before {
  content: "\f52a";
}

.icon-xmark:before {
  content: "\f52b";
}

.icon-xmark-large:before {
  content: "\f52c";
}

.icon-xmarks-lines:before {
  content: "\f52d";
}

.icon-xmark-to-slot:before {
  content: "\f52e";
}

.icon-x-ray:before {
  content: "\f52f";
}

.icon-y:before {
  content: "\f530";
}

.icon-yen-sign:before {
  content: "\f531";
}

.icon-yin-yang:before {
  content: "\f532";
}

.icon-z:before {
  content: "\f533";
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.4s ease;
  outline: none;
}

a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

p {
  color: #171717;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 22px;
}

img {
  width: 100%;
  height: auto;
  outline: none;
}

/* Remove highlight azul de clique/touch em navegadores WebKit */
* {
  -webkit-tap-highlight-color: transparent;
}

section {
  overflow-x: hidden;
}

.sticky-div {
  position: sticky;
  top: 130px;
  z-index: 4;
}

.overflow-unset {
  overflow: unset !important;
}

.p-relative {
  position: relative;
}

.moreText {
  display: none;
}

button.btn {
  border: none;
}

.section-padding {
  padding: 65px 0;
}

.section-title h1,
.section-title h2 {
  font-size: 3em;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.section-title span {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  color: #6D5E81;
  font-size: 1.1em;
  position: relative;
}
.section-title span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../img/logo/icon.ico");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.divider {
  background: #B69FD6;
  width: 145px;
  height: 4px;
}

.btn {
  position: relative;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 35px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  transition: all 0.2s;
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  max-width: fit-content;
  color: #fff;
  background: linear-gradient(to right, #6D5E81, color-mix(in srgb, #6D5E81, #000 35%));
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 18px rgba(38, 38, 38, 0.15);
  background-color: #6D5E81;
  color: #fff;
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.8s ease-in-out;
  background-color: #6D5E81;
}
.btn:hover::after {
  transform: scaleX(1.2) scaleY(1.5);
  opacity: 0;
}
.btn i {
  font-size: 1.3em;
}

.btn-two {
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  background-color: #B69FD6;
  color: #fff;
  border-radius: 10rem;
  padding: 5px 10px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  box-shadow: 3px 3px 25px -5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in;
}
.btn-two:hover {
  background-color: #6D5E81;
  transform: scale(1.03);
}
.btn-two:hover .icon .i1 {
  transition: transform 0.3s ease-in-out;
  transform: translate(180%, -200%);
}
.btn-two:hover .icon .i2 {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0px, 0px) rotate(-30deg);
}
.btn-two span, .btn-two .txt {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-two .icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  color: #B69FD6;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.btn-two .icon .i1, .btn-two .icon .i2 {
  color: #B69FD6;
  font-size: 14px;
  margin: 0;
  position: absolute;
  transform: translate(0%, 0%) rotate(-30deg);
}
.btn-two .icon .i2 {
  transform: translate(-200%, 180%) rotate(-30deg);
}

.btn-arrow {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  transition: 0.3s all ease;
  color: #413157;
  display: inline-block;
}
.btn-arrow:after {
  transition: 0.3s all ease;
  position: absolute;
  content: "➜";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.btn-arrow:hover {
  padding-right: 30px;
  color: #6D5E81;
}
.btn-arrow:hover:after {
  opacity: 1;
  visibility: visible;
}

.whats-form {
  background: #22ba59;
  margin-left: 20px;
}
.whats-form::after {
  background-color: #01a43d;
}

.go-top-btn {
  background: #413157;
  height: 55px;
  width: 55px;
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.4s;
  display: none;
  cursor: pointer;
}
.go-top-btn i {
  display: block;
  line-height: 52px;
  color: #fff;
}

.sticky-div {
  position: sticky !important;
  top: 130px;
  z-index: 4;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #B69FD6 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #B69FD6;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #6D5E81;
}

/*# sourceMappingURL=style.css.map */
