/* BLOCKQUOTE */
blockquote {
  border-left: 0.15rem solid var(--bs-primary);
  padding-left: 1rem;
  font-size: 0.85rem;
  line-height: 1.7;
  font-weight: 500;
}
blockquote.border-0 {
  padding-left: 0;
}
blockquote.icon {
  position: relative;
  border: 0;
  padding: 0;
}
blockquote.icon:before {
  content: "\201d";
  position: absolute;
  top: -1.5rem;
  left: -0.9rem;
  color: rgba(52, 63, 82, 0.05);
  font-size: 10rem;
  line-height: 1;
  z-index: 1;
}
/*blockquote.icon-top {
  padding-top: 3.75rem;
  position: relative;
}
blockquote.icon-top:before {
  content: "\201c";
  color: #707070;
  opacity: 0.3;
  font-size: 6.5rem;
  font-weight: normal;
  top: 0;
  left: -0.3rem;
}
blockquote.icon-top.text-white:before {
  color: var(--bs-white);
}
blockquote.text-center.icon-top:before {
  left: 50%;
  transform: translateX(-52%);
}*/
.blockquote-footer {
  font-weight: 700;
  margin-top: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.blockquote-details {
  display: flex;
  align-items: center;
  text-align: left;
}
/*.blockquote-details p {
  font-size: 0.8rem;
}
.blockquote-details .info {
  padding-left: 1rem;
}
.blockquote-details .icon-img img {
  width: 3.5rem !important;
}*/
/* DROPCAP */
/*.dropcap {
  display: block;
  float: left;
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1;
  font-weight: 500;
  padding: 0;
  margin: 0.2rem 0.6rem 0 0;
}
@media (min-width: 1200px) {
  .dropcap {
    font-size: 2.5rem;
  }
}
.dropcap.rounded-circle {
  font-size: calc(1.265rem + 0.18vw);
  height: 2.3rem;
  width: 2.3rem;
  margin: 0.25rem 0.5rem 0 0;
  padding-bottom: 0.15rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .dropcap.rounded-circle {
    font-size: 1.4rem;
  }
}*/
/* UNORDERED LIST */
.unordered-list {
  padding-left: 0;
  list-style: none;
}
.unordered-list li {
  position: relative;
  padding-left: 1rem;
}
.unordered-list>li:before {
  font-family: sans-serif;
  position: absolute;
  top: -0.15rem;
  left: 0;
  font-size: 1rem;
  content: "\2022";
}
/*.unordered-list.bullet-blue li:before {
  color: var(--bs-blue);
}
.unordered-list.bullet-sky li:before {
  color: var(--bs-sky);
}
.unordered-list.bullet-purple li:before {
  color: var(--bs-purple);
}
.unordered-list.bullet-grape li:before {
  color: var(--bs-grape);
}
.unordered-list.bullet-violet li:before {
  color: var(--bs-violet);
}
.unordered-list.bullet-pink li:before {
  color: var(--bs-pink);
}
.unordered-list.bullet-fuchsia li:before {
  color: var(--bs-fuchsia);
}
.unordered-list.bullet-red li:before {
  color: var(--bs-red);
}
.unordered-list.bullet-orange li:before {
  color: var(--bs-orange);
}
.unordered-list.bullet-yellow li:before {
  color: var(--bs-yellow);
}
.unordered-list.bullet-green li:before {
  color: var(--bs-green);
}
.unordered-list.bullet-leaf li:before {
  color: var(--bs-leaf);
}
.unordered-list.bullet-aqua li:before {
  color: var(--bs-aqua);
}
.unordered-list.bullet-navy li:before {
  color: var(--bs-navy);
}
.unordered-list.bullet-ash li:before {
  color: var(--bs-ash);
}
.unordered-list.bullet-white li:before {
  color: var(--bs-white);
}
.unordered-list.bullet-light li:before {
  color: var(--bs-light);
}
.unordered-list.bullet-gray li:before {
  color: var(--bs-gray);
}
.unordered-list.bullet-dark li:before {
  color: var(--bs-dark);
}*/
.unordered-list.bullet-primary li:before {
  color: var(--bs-primary);
}
/* ICON LIST */
.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  position: relative;
  padding-left: 1.25rem;
}
.icon-list.bullet-bg li {
  padding-left: 1.5rem;
}
/*.icon-list.bullet-soft-primary i {
  color: var(--bs-primary);
}
.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: var(--bs-bullet-soft-primary);
}
.icon-list.bullet-bg i[class*=bullet-soft-primary] {
  background-color: var(--bs-bullet-soft-primary) !important;
  color: var(--bs-primary) !important;
}*/
.icon-list.bullet-soft-blue i {
  color: var(--bs-pale-blue)
}
.icon-list.bullet-soft-blue.bullet-bg i {
  background-color: var(--bs-bullet-soft-blue);
}
.icon-list.bullet-bg i[class*=bullet-soft-blue] {
  background-color: var(--bs-bullet-soft-blue) !important;
  color: var(--bs-blue) !important;
}
/*.icon-list.bullet-soft-sky i {
  color: var(--bs-sky);
}
.icon-list.bullet-soft-sky.bullet-bg i {
  background-color: var(--bs-bullet-soft-sky);
}
.icon-list.bullet-bg i[class*=bullet-soft-sky] {
  background-color: var(--bs-bullet-soft-sky) !important;
  color: var(--bs-sky) !important;
}
.icon-list.bullet-soft-purple i {
  color: var(--bs-purple);
}
.icon-list.bullet-soft-purple.bullet-bg i {
  background-color: var(--bs-bullet-soft-purple);
}
.icon-list.bullet-bg i[class*=bullet-soft-purple] {
  background-color: var(--bs-bullet-soft-purple) !important;
  color: var(--bs-purple) !important;
}
.icon-list.bullet-soft-grape i {
  color: var(--bs-grape);
}
.icon-list.bullet-soft-grape.bullet-bg i {
  background-color: var(--bs-bullet-soft-grape);
}
.icon-list.bullet-bg i[class*=bullet-soft-grape] {
  background-color: var(--bs-bullet-soft-grape) !important;
  color: var(--bs-grape) !important;
}
.icon-list.bullet-soft-violet i {
  color: var(--bs-violet);
}
.icon-list.bullet-soft-violet.bullet-bg i {
  background-color: var(--bs-bullet-soft-violet);
}
.icon-list.bullet-bg i[class*=bullet-soft-violet] {
  background-color: var(--bs-bullet-soft-violet) !important;
  color: var(--bs-violet) !important;
}
.icon-list.bullet-soft-pink i {
  color: var(--bs-pink);
}
.icon-list.bullet-soft-pink.bullet-bg i {
  background-color: var(--bs-bullet-soft-pink);
}
.icon-list.bullet-bg i[class*=bullet-soft-pink] {
  background-color: var(--bs-bullet-soft-pink) !important;
  color: var(--bs-pink) !important;
}
.icon-list.bullet-soft-fuchsia i {
  color: var(--bs-fuchsia);
}
.icon-list.bullet-soft-fuchsia.bullet-bg i {
  background-color: var(--bs-bullet-soft-fuchsia);
}
.icon-list.bullet-bg i[class*=bullet-soft-fuchsia] {
  background-color: var(--bs-bullet-soft-fuchsia) !important;
  color: var(--bs-fuchsia) !important;
}*/
.icon-list.bullet-soft-red i {
  color: var(--bs-red);
}
.icon-list.bullet-soft-red.bullet-bg i {
  background-color: var(--bs-bullet-soft-red);
}
.icon-list.bullet-bg i[class*=bullet-soft-red] {
  background-color: var(--bs-bullet-soft-red) !important;
  color: var(--bs-red) !important;
}
/*.icon-list.bullet-soft-orange i {
  color: var(--bs-orange);
}
.icon-list.bullet-soft-orange.bullet-bg i {
  background-color: var(--bs-bullet-soft-orange);
}
.icon-list.bullet-bg i[class*=bullet-soft-orange] {
  background-color: var(--bs-bullet-soft-orange) !important;
  color: var(--bs-orange) !important;
}*/
.icon-list.bullet-soft-yellow i {
  color: var(--bs-yellow);
}
.icon-list.bullet-soft-yellow.bullet-bg i {
  background-color: var(--bs-bullet-soft-yellow);
}
.icon-list.bullet-bg i[class*=bullet-soft-yellow] {
  background-color: var(--bs-bullet-soft-yellow) !important;
  color: var(--bs-yellow) !important;
}
.icon-list.bullet-soft-green i {
  color: var(--bs-green);
}
.icon-list.bullet-soft-green.bullet-bg i {
  background-color: var(--bs-bullet-soft-green);
}
.icon-list.bullet-bg i[class*=bullet-soft-green] {
  background-color: var(--bs-bullet-soft-green) !important;
  color: var(--bs-green) !important;
}
/*.icon-list.bullet-soft-leaf i {
  color: var(--bs-leaf);
}
.icon-list.bullet-soft-leaf.bullet-bg i {
  background-color: var(--bs-bullet-soft-leaf);
}
.icon-list.bullet-bg i[class*=bullet-soft-leaf] {
  background-color: var(--bs-bullet-soft-leaf) !important;
  color: var(--bs-leaf) !important;
}
.icon-list.bullet-soft-aqua i {
  color: var(--bs-aqua);
}
.icon-list.bullet-soft-aqua.bullet-bg i {
  background-color: var(--bs-bullet-soft-aqua);
}
.icon-list.bullet-bg i[class*=bullet-soft-aqua] {
  background-color: var(--bs-bullet-soft-aqua) !important;
  color: var(--bs-aqua) !important;
}
.icon-list.bullet-soft-navy i {
  color: var(--bs-navy);
}
.icon-list.bullet-soft-navy.bullet-bg i {
  background-color: var(--bs-bullet-soft-navy);
}
.icon-list.bullet-bg i[class*=bullet-soft-navy] {
  background-color: var(--bs-bullet-soft-navy) !important;
  color: var(--bs-navy) !important;
}
.icon-list.bullet-soft-ash i {
  color: var(--bs-ash);
}
.icon-list.bullet-soft-ash.bullet-bg i {
  background-color: var(--bs-bullet-soft-ash);
}
.icon-list.bullet-bg i[class*=bullet-soft-ash] {
  background-color: var(--bs-bullet-soft-ash) !important;
  color: var(--bs-ash) !important;
}*/
.icon-list.bullet-blue i {
  color: var(--bs-blue);
}
.icon-list.bullet-blue.bullet-bg i {
  background-color: var(--bs-pale-blue);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-blue] {
  background-color: var(--bs-blue) !important;
  color: var(--bs-white) !important;
}
/*.icon-list.bullet-sky i {
  color: var(--bs-sky);
}
.icon-list.bullet-sky.bullet-bg i {
  background-color: var(--bs-sky);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-sky] {
  background-color: var(--bs-sky) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-purple i {
  color: var(--bs-purple);
}
.icon-list.bullet-purple.bullet-bg i {
  background-color: var(--bs-purple);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-purple] {
  background-color: var(--bs-purple) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-grape i {
  color: var(--bs-grape);
}
.icon-list.bullet-grape.bullet-bg i {
  background-color: var(--bs-grape);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-grape] {
  background-color: var(--bs-grape) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-violet i {
  color: var(--bs-violet);
}
.icon-list.bullet-violet.bullet-bg i {
  background-color: var(--bs-violet);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-violet] {
  background-color: var(--bs-violet) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-pink i {
  color: var(--bs-pink);
}
.icon-list.bullet-pink.bullet-bg i {
  background-color: var(--bs-pink);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-pink] {
  background-color: var(--bs-pink) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-fuchsia i {
  color: var(--bs-fuchsia);
}
.icon-list.bullet-fuchsia.bullet-bg i {
  background-color: var(--bs-fuchsia);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-fuchsia] {
  background-color: var(--bs-fuchsia) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-red i {
  color: var(--bs-red);
}
.icon-list.bullet-red.bullet-bg i {
  background-color: var(--bs-red);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-red] {
  background-color: var(--bs-red) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-orange i {
  color: var(--bs-orange);
}
.icon-list.bullet-orange.bullet-bg i {
  background-color: var(--bs-orange);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-orange] {
  background-color: var(--bs-orange) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-yellow i {
  color: var(--bs-yellow);
}
.icon-list.bullet-yellow.bullet-bg i {
  background-color: var(--bs-yellow);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-yellow] {
  background-color: var(--bs-yellow) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-green i {
  color: var(--bs-green);
}
.icon-list.bullet-green.bullet-bg i {
  background-color: var(--bs-green);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-green] {
  background-color: var(--bs-green) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-leaf i {
  color: var(--bs-leaf);
}
.icon-list.bullet-leaf.bullet-bg i {
  background-color: var(--bs-leaf);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-leaf] {
  background-color: var(--bs-leaf) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-aqua i {
  color: var(--bs-aqua);
}
.icon-list.bullet-aqua.bullet-bg i {
  background-color: var(--bs-aqua);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-aqua] {
  background-color: var(--bs-aqua) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-navy i {
  color: var(--bs-navy);
}
.icon-list.bullet-navy.bullet-bg i {
  background-color: var(--bs-navy);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-navy] {
  background-color: var(--bs-navy) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-ash i {
  color: var(--bs-ash);
}
.icon-list.bullet-ash.bullet-bg i {
  background-color: var(--bs-ash);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-ash] {
  background-color: var(--bs-ash) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-white i {
  color: var(--bs-white);
}
.icon-list.bullet-white.bullet-bg i {
  background-color: var(--bs-white);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-white] {
  background-color: var(--bs-white) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-light i {
  color: var(--bs-light);
}
.icon-list.bullet-light.bullet-bg i {
  background-color: var(--bs-light);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-light] {
  background-color: var(--bs-light) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-gray i {
  color: var(--bs-gray);
}
.icon-list.bullet-gray.bullet-bg i {
  background-color: var(--bs-gray);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-gray] {
  background-color: var(--bs-gray) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-dark i {
  color: var(--bs-dark);
}
.icon-list.bullet-dark.bullet-bg i {
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-dark] {
  background-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-primary i {
  color: var(--bs-primary);
}
.icon-list.bullet-primary.bullet-bg i {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*=bullet-primary] {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-white i,
.icon-list.bullet-bg i.bullet-white {
  color: var(--bs-primary) !important;
}*/
.icon-list i {
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-size: 1rem;
}
.icon-list.bullet-bg i {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  top: 0.2rem;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  display: table;
}
.icon-list.bullet-bg i:before {
  vertical-align: middle;
  display: table-cell;
}
.widget .list-unstyled:not(.tag-list) li+li,
.unordered-list li+li,
.icon-list:not(.row) li+li {
  margin-top: 0.35rem;
}
/* UNSTYLED LIST */
.list-unstyled li a.active {
  color: var(--bs-primary) !important;
}
/* FILTER LIST */
/*.filter:not(.basic-filter) p {
  margin: 0 1rem 0 0;
  display: inline;
}
.filter:not(.basic-filter) ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.filter:not(.basic-filter) ul li {
  display: inline;
}
.filter:not(.basic-filter) ul li+li:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  margin: 0 0.8rem 0 0.5rem;
  vertical-align: 0.15rem;
  background: rgba(30, 34, 40, 0.2);
}
.filter:not(.basic-filter) ul li a {
  cursor: pointer;
}
.filter:not(.basic-filter) ul li a.active,
.filter:not(.basic-filter) ul li a:hover {
  color: var(--bs-primary);
}
.filter:not(.basic-filter).dark-filter ul li+li:before {
  background: rgba(var(--bs-white-rgb), 0.2);
}
.filter:not(.basic-filter).dark-filter ul li a.active,
.filter:not(.basic-filter).dark-filter ul li a:hover {
  color: var(--bs-white);
}
.isotope-filter {
  position: relative;
  z-index: 5;
}
.filter.basic-filter p {
  margin: 0 1rem 0 0;
  display: inline;
  color: #333333;
  font-weight: 700;
}
.filter.basic-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.filter.basic-filter ul li {
  display: inline;
  margin-right: 1rem;
}
.filter.basic-filter ul li a {
  cursor: pointer;
  color: #707070;
}
.filter.basic-filter ul li a.active,
.filter.basic-filter ul li a:hover {
  color: var(--bs-primary);
}
.filter.basic-filter.dark-filter ul li a.active,
.filter.basic-filter.dark-filter ul li a:hover {
  color: var(--bs-white);
}*/
/* IMAGE LIST */
/*.image-list {
  padding: 0;
  margin: 0;
}
.image-list p,
.image-list .meta {
  margin: 0;
}
.image-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.image-list>li {
  clear: both;
  display: block;
  overflow: hidden;
}
.image-list>li+li {
  margin-top: 1rem;
}
.image-list figure {
  float: left;
  width: 3.5rem;
  height: 3.5rem;
}
.image-list .post-content {
  margin-left: 4.25rem;
  margin-bottom: 0;
}*/
/* TAG LIST */
/*.tag-list li {
  display: inline-block;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}
.tag-list li a:before {
  font-style: normal;
  content: "#";
  font-weight: normal;
  padding-right: 0.2rem;
}
.widget .tag-list li,
.blog.single .post .tag-list li {
  margin-top: 0;
  margin-bottom: 0.45rem;
}
.widget .tag-list li a {
  display: flex;
  align-items: center;
}*/
.meta,
.post-category,
.filter:not(.basic-filter),
.filter:not(.basic-filter) ul li a {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #707070;
}
/* META */
.meta {
  font-size: 0.65rem;
}
.post-category {
  margin-bottom: 0.4rem;
}
.post-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.7rem;
  color: #707070;
}
.post-meta li {
  display: inline-block;
}
.post-meta li a {
  color: #707070;
}
.post-meta li a:hover {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.post-meta li:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  margin: 0 0.6rem 0;
  vertical-align: 0.15rem;
  background: #707070;
  opacity: 0.5;
}
.post-meta li i {
  padding-right: 0.2rem;
  vertical-align: -0.05rem;
}
.post-meta.text-white li:before {
  background: var(--bs-white);
}
.post-header .post-meta {
  font-size: 0.8rem;
}
.post-header .post-meta li:before {
  margin: 0 0.6rem 0 0.4rem;
}
.post-meta li:first-child:before,
article .post-meta li.ms-auto:before {
  display: none;
}
@media (max-width: 767px) {
  .card-footer .post-meta li.post-author,
  .card-footer .post-meta li.post-comments span {
    display: none;
  }
  .post-header .post-meta li.post-author,
  .post-header .post-meta li.post-comments span,
  .post-header .post-meta li.post-likes span {
    display: none;
  }
}
/* GLYPHS */
/*.glyphs {
  padding: 0;
}
.glyphs li {
  display: block;
}
.glyphs li svg {
  margin-bottom: 0.3rem;
  display: inline-block;
}
.glyphs li i:before {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .glyphs li i:before {
    font-size: 1.6rem;
  }
}
.glyphs li span {
  margin: 0;
  display: block;
  color: #707070;
  font-size: 0.7rem;
}
.glyphs li .card-body {
  padding: 0.5rem 0.2rem 1rem;
}
.glyphs li .card-footer {
  padding: 0.5rem 0.2rem;
  cursor: pointer;
  font-size: 0.7rem;
}
.glyphs-svg li .card-body {
  padding-top: 1rem;
}*/
/* CODE */
/*.code-wrapper {
  margin-bottom: 0;
  position: relative;
}
.code-wrapper .btn-clipboard {
  font-family: "Nunito', sans-serif;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  transform: none;
  font-size: 0.6rem;
  padding: 0.1rem 0.45rem 0.1rem;
  z-index: 3;
}
.code-wrapper pre {
  margin-bottom: 0;
}
pre[class*=language-] {
  position: relative;
  padding-top: 2rem;
}
pre[class*=language-]:focus {
  outline: none;
}
:not(pre)>code[class*=language-],
pre[class*=language-],
pre {
  margin: 0;
  background: none;
  padding: 2rem;
  font-size: 0.7rem;
}*/
/* DOCS */
/*.external,
.internal,
.code,
.terminal,
.kbd,
.folder,
.file,
mark.doc,
.doc.mark {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0.275rem 0.1rem;
  vertical-align: 2px;
  padding: 0.05rem 0.4rem 0.05rem 1.4rem;
  font-size: 0.65rem;
  border-radius: 0.2rem;
  background: rgba(245, 245, 245, 0.15);
  box-shadow: none;
  border: 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
mark.doc,
.doc.mark {
  padding: 0.05rem 0.4rem 0.2rem;
  padding-bottom: 0.05rem;
}
.external:after,
.internal:after,
.code:before,
.terminal:before,
.kbd:before,
.folder:before,
.file:before {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  padding-top: 0.05rem;
  margin-right: 0.4rem;
  text-align: center;
  color: inherit;
  font-family: "Unicons";
  font-size: 0.7rem;
  border-radius: 0.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.external,
.internal {
  color: #707070;
  padding: 0.05rem 1.6rem 0.05rem 0.4rem;
}
.external:after,
.internal:after {
  color: #707070;
  font-size: 0.65rem;
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 0.4rem;
}
.external.text-white:after,
.internal.text-white:after {
  color: var(--bs-white);
}
.external:not(.text-white):hover,
.external:not(.text-white):hover:after,
.internal:not(.text-white):hover,
.internal:not(.text-white):hover:after {
  color: var(--bs-primary);
}
.external {
  padding-right: 1.4rem;
}
.external.my-0:after {
  padding-top: 0;
}
.external:after {
  font-family: "Custom";
  content: "\e906";
  font-size: 0.7rem;
}
.internal {
  padding-right: 1.4rem;
}
.internal:after {
  content: "\e94c";
  font-size: 0.8rem;
}
.code:before {
  font-size: 0.85rem;
  content: "\e952";
}
.terminal:before {
  font-family: "Custom";
  content: "\e905";
  font-size: 0.8rem;
}
.folder:before {
  content: "\eb34";
}
.file:before {
  content: "\eaed";
}
.kbd:before {
  content: "\eba9";
  font-size: 0.8rem;
}*/
/* TEXT COLORS */
/*.text-soft-primary {
  color: var(--bs-soft-primary) !important;
}
.text-soft-blue {
  color: var(--bs-soft-blue) !important;
}
.text-soft-sky {
  color: var(--bs-soft-sky) !important;
}
.text-soft-purple {
  color: var(--bs-soft-purple) !important;
}
.text-soft-grape {
  color: var(--bs-soft-grape) !important;
}
.text-soft-violet {
  color: var(--bs-soft-violet) !important;
}
.text-soft-pink {
  color: var(--bs-soft-pink) !important;
}
.text-soft-fuchsia {
  color: var(--bs-soft-fuchsia) !important;
}*/
.text-soft-red {
  color: var(--bs-soft-red) !important;
}
/*.text-soft-orange {
  color: var(--bs-soft-orange) !important;
}
.text-soft-yellow {
  color: var(--bs-soft-yellow) !important;
}
.text-soft-green {
  color: var(--bs-soft-green) !important;
}
.text-soft-leaf {
  color: var(--bs-soft-leaf) !important;
}
.text-soft-aqua {
  color: var(--bs-soft-aqua) !important;
}
.text-soft-navy {
  color: var(--bs-soft-navy) !important;
}
.text-soft-ash {
  color: var(--bs-soft-ash) !important;
}
.text-soft-gray {
  color: var(--bs-soft-gray) !important;
}
.text-pale-primary {
  color: var(--bs-pale-primary) !important;
}*/
.text-pale-blue {
  color: var(--bs-pale-blue) !important;
}
/*.text-pale-sky {
  color: var(--bs-pale-sky) !important;
}
.text-pale-purple {
  color: var(--bs-pale-purple) !important;
}
.text-pale-grape {
  color: var(--bs-pale-grape) !important;
}
.text-pale-violet {
  color: var(--bs-pale-violet) !important;
}
.text-pale-pink {
  color: var(--bs-pale-pink) !important;
}
.text-pale-fuchsia {
  color: var(--bs-pale-fuchsia) !important;
}*/
.text-pale-red {
  color: var(--bs-pale-red) !important;
}
/*.text-pale-orange {
  color: var(--bs-pale-orange) !important;
}
.text-pale-yellow {
  color: var(--bs-pale-yellow) !important;
}
.text-pale-green {
  color: var(--bs-pale-green) !important;
}
.text-pale-leaf {
  color: var(--bs-pale-leaf) !important;
}
.text-pale-aqua {
  color: var(--bs-pale-aqua) !important;
}
.text-pale-navy {
  color: var(--bs-pale-navy) !important;
}
.text-pale-dark {
  color: var(--bs-pale-dark) !important;
}
.text-pale-ash {
  color: var(--bs-pale-ash) !important;
}*/
.text-dark-blue {
  color: #041458 !important;
}
.text-dark-yellow {
  color: #CE974A !important
}
.text-dark-green {
  color: #4D632B !important;
}
/* TEXT GRADIENT */
/*.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.text-gradient em {
  letter-spacing: normal;
  padding-left: 0.05em;
  padding-right: 0.05em;
}
.text-gradient.text-line.gradient-1:before {
  background: #f857a6;
}
.text-gradient.text-line.gradient-2:before {
  background: #f5b161;
}
.text-gradient.text-line.gradient-3:before {
  background: #FBDA61;
}
.text-gradient.text-line.gradient-4:before {
  background: #9040db;
}
.text-gradient.text-line.gradient-5:before {
  background: #4158D0;
}
.text-gradient.text-line.gradient-6:before {
  background: #08AEEA;
}
.text-gradient.text-line.gradient-7:before {
  background: #0093e9;
}*/
/* FONT SIZES */
/*.fs-sm {
  font-size: 0.7rem !important;
}*/
.fs-lg {
  font-size: 1rem !important;
}
/*.fs-1 {
  font-size: 0.05rem !important;
}
.fs-2 {
  font-size: 0.1rem !important;
}
.fs-3 {
  font-size: 0.15rem !important;
}
.fs-4 {
  font-size: 0.2rem !important;
}
.fs-5 {
  font-size: 0.25rem !important;
}
.fs-6 {
  font-size: 0.3rem !important;
}
.fs-7 {
  font-size: 0.35rem !important;
}
.fs-8 {
  font-size: 0.4rem !important;
}
.fs-9 {
  font-size: 0.45rem !important;
}
.fs-10 {
  font-size: 0.5rem !important;
}
.fs-11 {
  font-size: 0.55rem !important;
}
.fs-12 {
  font-size: 0.6rem !important;
}
.fs-13 {
  font-size: 0.65rem !important;
}
.fs-14 {
  font-size: 0.7rem !important;
}
.fs-15 {
  font-size: 0.75rem !important;
}*/
.fs-16 {
  font-size: 0.8rem !important;
  font-family: "Poppins",sans-serif;
  font-weight: 700;
}
/*.fs-17 {
  font-size: 0.85rem !important;
}
.fs-18 {
  font-size: 0.9rem !important;
}
.fs-19 {
  font-size: 0.95rem !important;
}*/
.fs-20 {
  font-size: 1rem !important;
}
/*.fs-21 {
  font-size: 1.05rem !important;
}
.fs-22 {
  font-size: 1.1rem !important;
}
.fs-23 {
  font-size: 1.15rem !important;
}
.fs-24 {
  font-size: 1.2rem !important;
}
.fs-25 {
  font-size: 1.25rem !important;
}
.fs-26 {
  font-size: calc(1.255rem + 0.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-26 {
    font-size: 1.3rem !important;
  }
}
.fs-27 {
  font-size: calc(1.26rem + 0.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 1.35rem !important;
  }
}
.fs-28 {
  font-size: calc(1.265rem + 0.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-28 {
    font-size: 1.4rem !important;
  }
}
.fs-29 {
  font-size: calc(1.27rem + 0.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-29 {
    font-size: 1.45rem !important;
  }
}
.fs-30 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 1.5rem !important;
  }
}
.fs-31 {
  font-size: calc(1.28rem + 0.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-31 {
    font-size: 1.55rem !important;
  }
}
.fs-32 {
  font-size: calc(1.285rem + 0.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 1.6rem !important;
  }
}
.fs-33 {
  font-size: calc(1.29rem + 0.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-33 {
    font-size: 1.65rem !important;
  }
}
.fs-34 {
  font-size: calc(1.295rem + 0.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-34 {
    font-size: 1.7rem !important;
  }
}
.fs-35 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 1.75rem !important;
  }
}
.fs-36 {
  font-size: calc(1.305rem + 0.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 1.8rem !important;
  }
}
.fs-37 {
  font-size: calc(1.31rem + 0.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-37 {
    font-size: 1.85rem !important;
  }
}
.fs-38 {
  font-size: calc(1.315rem + 0.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-38 {
    font-size: 1.9rem !important;
  }
}
.fs-39 {
  font-size: calc(1.32rem + 0.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-39 {
    font-size: 1.95rem !important;
  }
}
.fs-40 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 2rem !important;
  }
}
.fs-41 {
  font-size: calc(1.33rem + 0.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-41 {
    font-size: 2.05rem !important;
  }
}
.fs-42 {
  font-size: calc(1.335rem + 1.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 2.1rem !important;
  }
}
.fs-43 {
  font-size: calc(1.34rem + 1.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-43 {
    font-size: 2.15rem !important;
  }
}
.fs-44 {
  font-size: calc(1.345rem + 1.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-44 {
    font-size: 2.2rem !important;
  }
}
.fs-45 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-45 {
    font-size: 2.25rem !important;
  }
}
.fs-46 {
  font-size: calc(1.355rem + 1.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-46 {
    font-size: 2.3rem !important;
  }
}
.fs-47 {
  font-size: calc(1.36rem + 1.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-47 {
    font-size: 2.35rem !important;
  }
}
.fs-48 {
  font-size: calc(1.365rem + 1.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-48 {
    font-size: 2.4rem !important;
  }
}
.fs-49 {
  font-size: calc(1.37rem + 1.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-49 {
    font-size: 2.45rem !important;
  }
}
.fs-50 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 2.5rem !important;
  }
}
.fs-51 {
  font-size: calc(1.38rem + 1.56vw) !important;
}
@media (min-width: 1200px) {
  .fs-51 {
    font-size: 2.55rem !important;
  }
}
.fs-52 {
  font-size: calc(1.385rem + 1.62vw) !important;
}
@media (min-width: 1200px) {
  .fs-52 {
    font-size: 2.6rem !important;
  }
}
.fs-53 {
  font-size: calc(1.39rem + 1.68vw) !important;
}
@media (min-width: 1200px) {
  .fs-53 {
    font-size: 2.65rem !important;
  }
}
.fs-54 {
  font-size: calc(1.395rem + 1.74vw) !important;
}
@media (min-width: 1200px) {
  .fs-54 {
    font-size: 2.7rem !important;
  }
}
.fs-55 {
  font-size: calc(1.4rem + 1.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-55 {
    font-size: 2.75rem !important;
  }
}
.fs-56 {
  font-size: calc(1.405rem + 1.86vw) !important;
}
@media (min-width: 1200px) {
  .fs-56 {
    font-size: 2.8rem !important;
  }
}
.fs-57 {
  font-size: calc(1.41rem + 1.92vw) !important;
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 2.85rem !important;
  }
}
.fs-58 {
  font-size: calc(1.415rem + 1.98vw) !important;
}
@media (min-width: 1200px) {
  .fs-58 {
    font-size: 2.9rem !important;
  }
}
.fs-59 {
  font-size: calc(1.42rem + 2.04vw) !important;
}
@media (min-width: 1200px) {
  .fs-59 {
    font-size: 2.95rem !important;
  }
}
.fs-60 {
  font-size: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 3rem !important;
  }
}
.fs-61 {
  font-size: calc(1.43rem + 2.16vw) !important;
}
@media (min-width: 1200px) {
  .fs-61 {
    font-size: 3.05rem !important;
  }
}
.fs-62 {
  font-size: calc(1.435rem + 2.22vw) !important;
}
@media (min-width: 1200px) {
  .fs-62 {
    font-size: 3.1rem !important;
  }
}
.fs-63 {
  font-size: calc(1.44rem + 2.28vw) !important;
}
@media (min-width: 1200px) {
  .fs-63 {
    font-size: 3.15rem !important;
  }
}
.fs-64 {
  font-size: calc(1.445rem + 2.34vw) !important;
}
@media (min-width: 1200px) {
  .fs-64 {
    font-size: 3.2rem !important;
  }
}
.fs-65 {
  font-size: calc(1.45rem + 2.4vw) !important;
}
@media (min-width: 1200px) {
  .fs-65 {
    font-size: 3.25rem !important;
  }
}
.fs-66 {
  font-size: calc(1.455rem + 2.46vw) !important;
}
@media (min-width: 1200px) {
  .fs-66 {
    font-size: 3.3rem !important;
  }
}
.fs-67 {
  font-size: calc(1.46rem + 2.52vw) !important;
}
@media (min-width: 1200px) {
  .fs-67 {
    font-size: 3.35rem !important;
  }
}
.fs-68 {
  font-size: calc(1.465rem + 2.58vw) !important;
}
@media (min-width: 1200px) {
  .fs-68 {
    font-size: 3.4rem !important;
  }
}
.fs-69 {
  font-size: calc(1.47rem + 2.64vw) !important;
}
@media (min-width: 1200px) {
  .fs-69 {
    font-size: 3.45rem !important;
  }
}
.fs-70 {
  font-size: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .fs-70 {
    font-size: 3.5rem !important;
  }
}
.fs-71 {
  font-size: calc(1.48rem + 2.76vw) !important;
}
@media (min-width: 1200px) {
  .fs-71 {
    font-size: 3.55rem !important;
  }
}
.fs-72 {
  font-size: calc(1.485rem + 2.82vw) !important;
}
@media (min-width: 1200px) {
  .fs-72 {
    font-size: 3.6rem !important;
  }
}
.fs-73 {
  font-size: calc(1.49rem + 2.88vw) !important;
}
@media (min-width: 1200px) {
  .fs-73 {
    font-size: 3.65rem !important;
  }
}
.fs-74 {
  font-size: calc(1.495rem + 2.94vw) !important;
}
@media (min-width: 1200px) {
  .fs-74 {
    font-size: 3.7rem !important;
  }
}
.fs-75 {
  font-size: calc(1.5rem + 3vw) !important;
}
@media (min-width: 1200px) {
  .fs-75 {
    font-size: 3.75rem !important;
  }
}
.fs-76 {
  font-size: calc(1.505rem + 3.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-76 {
    font-size: 3.8rem !important;
  }
}
.fs-77 {
  font-size: calc(1.51rem + 3.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-77 {
    font-size: 3.85rem !important;
  }
}
.fs-78 {
  font-size: calc(1.515rem + 3.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-78 {
    font-size: 3.9rem !important;
  }
}
.fs-79 {
  font-size: calc(1.52rem + 3.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-79 {
    font-size: 3.95rem !important;
  }
}
.fs-80 {
  font-size: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-80 {
    font-size: 4rem !important;
  }
}
.fs-81 {
  font-size: calc(1.53rem + 3.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-81 {
    font-size: 4.05rem !important;
  }
}
.fs-82 {
  font-size: calc(1.535rem + 3.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-82 {
    font-size: 4.1rem !important;
  }
}
.fs-83 {
  font-size: calc(1.54rem + 3.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-83 {
    font-size: 4.15rem !important;
  }
}
.fs-84 {
  font-size: calc(1.545rem + 3.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-84 {
    font-size: 4.2rem !important;
  }
}
.fs-85 {
  font-size: calc(1.55rem + 3.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-85 {
    font-size: 4.25rem !important;
  }
}
.fs-86 {
  font-size: calc(1.555rem + 3.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-86 {
    font-size: 4.3rem !important;
  }
}
.fs-87 {
  font-size: calc(1.56rem + 3.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-87 {
    font-size: 4.35rem !important;
  }
}
.fs-88 {
  font-size: calc(1.565rem + 3.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-88 {
    font-size: 4.4rem !important;
  }
}
.fs-89 {
  font-size: calc(1.57rem + 3.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-89 {
    font-size: 4.45rem !important;
  }
}
.fs-90 {
  font-size: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-90 {
    font-size: 4.5rem !important;
  }
}
.fs-91 {
  font-size: calc(1.58rem + 3.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-91 {
    font-size: 4.55rem !important;
  }
}
.fs-92 {
  font-size: calc(1.585rem + 4.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-92 {
    font-size: 4.6rem !important;
  }
}
.fs-93 {
  font-size: calc(1.59rem + 4.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-93 {
    font-size: 4.65rem !important;
  }
}
.fs-94 {
  font-size: calc(1.595rem + 4.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-94 {
    font-size: 4.7rem !important;
  }
}
.fs-95 {
  font-size: calc(1.6rem + 4.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-95 {
    font-size: 4.75rem !important;
  }
}
.fs-96 {
  font-size: calc(1.605rem + 4.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-96 {
    font-size: 4.8rem !important;
  }
}
.fs-97 {
  font-size: calc(1.61rem + 4.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-97 {
    font-size: 4.85rem !important;
  }
}
.fs-98 {
  font-size: calc(1.615rem + 4.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-98 {
    font-size: 4.9rem !important;
  }
}
.fs-99 {
  font-size: calc(1.62rem + 4.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-99 {
    font-size: 4.95rem !important;
  }
}
.fs-100 {
  font-size: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-100 {
    font-size: 5rem !important;
  }
}
.fs-101 {
  font-size: calc(1.63rem + 4.56vw) !important;
}
@media (min-width: 1200px) {
  .fs-101 {
    font-size: 5.05rem !important;
  }
}
.fs-102 {
  font-size: calc(1.635rem + 4.62vw) !important;
}
@media (min-width: 1200px) {
  .fs-102 {
    font-size: 5.1rem !important;
  }
}
.fs-103 {
  font-size: calc(1.64rem + 4.68vw) !important;
}
@media (min-width: 1200px) {
  .fs-103 {
    font-size: 5.15rem !important;
  }
}
.fs-104 {
  font-size: calc(1.645rem + 4.74vw) !important;
}
@media (min-width: 1200px) {
  .fs-104 {
    font-size: 5.2rem !important;
  }
}
.fs-105 {
  font-size: calc(1.65rem + 4.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-105 {
    font-size: 5.25rem !important;
  }
}
.fs-106 {
  font-size: calc(1.655rem + 4.86vw) !important;
}
@media (min-width: 1200px) {
  .fs-106 {
    font-size: 5.3rem !important;
  }
}
.fs-107 {
  font-size: calc(1.66rem + 4.92vw) !important;
}
@media (min-width: 1200px) {
  .fs-107 {
    font-size: 5.35rem !important;
  }
}
.fs-108 {
  font-size: calc(1.665rem + 4.98vw) !important;
}
@media (min-width: 1200px) {
  .fs-108 {
    font-size: 5.4rem !important;
  }
}
.fs-109 {
  font-size: calc(1.67rem + 5.04vw) !important;
}
@media (min-width: 1200px) {
  .fs-109 {
    font-size: 5.45rem !important;
  }
}
.fs-110 {
  font-size: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-110 {
    font-size: 5.5rem !important;
  }
}
.fs-111 {
  font-size: calc(1.68rem + 5.16vw) !important;
}
@media (min-width: 1200px) {
  .fs-111 {
    font-size: 5.55rem !important;
  }
}
.fs-112 {
  font-size: calc(1.685rem + 5.22vw) !important;
}
@media (min-width: 1200px) {
  .fs-112 {
    font-size: 5.6rem !important;
  }
}
.fs-113 {
  font-size: calc(1.69rem + 5.28vw) !important;
}
@media (min-width: 1200px) {
  .fs-113 {
    font-size: 5.65rem !important;
  }
}
.fs-114 {
  font-size: calc(1.695rem + 5.34vw) !important;
}
@media (min-width: 1200px) {
  .fs-114 {
    font-size: 5.7rem !important;
  }
}
.fs-115 {
  font-size: calc(1.7rem + 5.4vw) !important;
}
@media (min-width: 1200px) {
  .fs-115 {
    font-size: 5.75rem !important;
  }
}
.fs-116 {
  font-size: calc(1.705rem + 5.46vw) !important;
}
@media (min-width: 1200px) {
  .fs-116 {
    font-size: 5.8rem !important;
  }
}
.fs-117 {
  font-size: calc(1.71rem + 5.52vw) !important;
}
@media (min-width: 1200px) {
  .fs-117 {
    font-size: 5.85rem !important;
  }
}
.fs-118 {
  font-size: calc(1.715rem + 5.58vw) !important;
}
@media (min-width: 1200px) {
  .fs-118 {
    font-size: 5.9rem !important;
  }
}
.fs-119 {
  font-size: calc(1.72rem + 5.64vw) !important;
}
@media (min-width: 1200px) {
  .fs-119 {
    font-size: 5.95rem !important;
  }
}
.fs-120 {
  font-size: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .fs-120 {
    font-size: 6rem !important;
  }
}
.fs-121 {
  font-size: calc(1.73rem + 5.76vw) !important;
}
@media (min-width: 1200px) {
  .fs-121 {
    font-size: 6.05rem !important;
  }
}
.fs-122 {
  font-size: calc(1.735rem + 5.82vw) !important;
}
@media (min-width: 1200px) {
  .fs-122 {
    font-size: 6.1rem !important;
  }
}
.fs-123 {
  font-size: calc(1.74rem + 5.88vw) !important;
}
@media (min-width: 1200px) {
  .fs-123 {
    font-size: 6.15rem !important;
  }
}
.fs-124 {
  font-size: calc(1.745rem + 5.94vw) !important;
}
@media (min-width: 1200px) {
  .fs-124 {
    font-size: 6.2rem !important;
  }
}
.fs-125 {
  font-size: calc(1.75rem + 6vw) !important;
}
@media (min-width: 1200px) {
  .fs-125 {
    font-size: 6.25rem !important;
  }
}
.fs-126 {
  font-size: calc(1.755rem + 6.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-126 {
    font-size: 6.3rem !important;
  }
}
.fs-127 {
  font-size: calc(1.76rem + 6.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-127 {
    font-size: 6.35rem !important;
  }
}
.fs-128 {
  font-size: calc(1.765rem + 6.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-128 {
    font-size: 6.4rem !important;
  }
}
.fs-129 {
  font-size: calc(1.77rem + 6.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-129 {
    font-size: 6.45rem !important;
  }
}
.fs-130 {
  font-size: calc(1.775rem + 6.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-130 {
    font-size: 6.5rem !important;
  }
}
.fs-131 {
  font-size: calc(1.78rem + 6.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-131 {
    font-size: 6.55rem !important;
  }
}
.fs-132 {
  font-size: calc(1.785rem + 6.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-132 {
    font-size: 6.6rem !important;
  }
}
.fs-133 {
  font-size: calc(1.79rem + 6.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-133 {
    font-size: 6.65rem !important;
  }
}
.fs-134 {
  font-size: calc(1.795rem + 6.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-134 {
    font-size: 6.7rem !important;
  }
}
.fs-135 {
  font-size: calc(1.8rem + 6.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-135 {
    font-size: 6.75rem !important;
  }
}
.fs-136 {
  font-size: calc(1.805rem + 6.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-136 {
    font-size: 6.8rem !important;
  }
}
.fs-137 {
  font-size: calc(1.81rem + 6.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-137 {
    font-size: 6.85rem !important;
  }
}
.fs-138 {
  font-size: calc(1.815rem + 6.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-138 {
    font-size: 6.9rem !important;
  }
}
.fs-139 {
  font-size: calc(1.82rem + 6.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-139 {
    font-size: 6.95rem !important;
  }
}
.fs-140 {
  font-size: calc(1.825rem + 6.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-140 {
    font-size: 7rem !important;
  }
}
.fs-141 {
  font-size: calc(1.83rem + 6.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-141 {
    font-size: 7.05rem !important;
  }
}
.fs-142 {
  font-size: calc(1.835rem + 7.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-142 {
    font-size: 7.1rem !important;
  }
}
.fs-143 {
  font-size: calc(1.84rem + 7.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-143 {
    font-size: 7.15rem !important;
  }
}
.fs-144 {
  font-size: calc(1.845rem + 7.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-144 {
    font-size: 7.2rem !important;
  }
}
.fs-145 {
  font-size: calc(1.85rem + 7.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-145 {
    font-size: 7.25rem !important;
  }
}
.fs-146 {
  font-size: calc(1.855rem + 7.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-146 {
    font-size: 7.3rem !important;
  }
}
.fs-147 {
  font-size: calc(1.86rem + 7.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-147 {
    font-size: 7.35rem !important;
  }
}
.fs-148 {
  font-size: calc(1.865rem + 7.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-148 {
    font-size: 7.4rem !important;
  }
}
.fs-149 {
  font-size: calc(1.87rem + 7.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-149 {
    font-size: 7.45rem !important;
  }
}
.fs-150 {
  font-size: calc(1.875rem + 7.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-150 {
    font-size: 7.5rem !important;
  }
}
.fs-151 {
  font-size: calc(1.88rem + 7.56vw) !important;
}
@media (min-width: 1200px) {
  .fs-151 {
    font-size: 7.55rem !important;
  }
}
.fs-152 {
  font-size: calc(1.885rem + 7.62vw) !important;
}
@media (min-width: 1200px) {
  .fs-152 {
    font-size: 7.6rem !important;
  }
}
.fs-153 {
  font-size: calc(1.89rem + 7.68vw) !important;
}
@media (min-width: 1200px) {
  .fs-153 {
    font-size: 7.65rem !important;
  }
}
.fs-154 {
  font-size: calc(1.895rem + 7.74vw) !important;
}
@media (min-width: 1200px) {
  .fs-154 {
    font-size: 7.7rem !important;
  }
}
.fs-155 {
  font-size: calc(1.9rem + 7.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-155 {
    font-size: 7.75rem !important;
  }
}
.fs-156 {
  font-size: calc(1.905rem + 7.86vw) !important;
}
@media (min-width: 1200px) {
  .fs-156 {
    font-size: 7.8rem !important;
  }
}
.fs-157 {
  font-size: calc(1.91rem + 7.92vw) !important;
}
@media (min-width: 1200px) {
  .fs-157 {
    font-size: 7.85rem !important;
  }
}
.fs-158 {
  font-size: calc(1.915rem + 7.98vw) !important;
}
@media (min-width: 1200px) {
  .fs-158 {
    font-size: 7.9rem !important;
  }
}
.fs-159 {
  font-size: calc(1.92rem + 8.04vw) !important;
}
@media (min-width: 1200px) {
  .fs-159 {
    font-size: 7.95rem !important;
  }
}
.fs-160 {
  font-size: calc(1.925rem + 8.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-160 {
    font-size: 8rem !important;
  }
}
.fs-161 {
  font-size: calc(1.93rem + 8.16vw) !important;
}
@media (min-width: 1200px) {
  .fs-161 {
    font-size: 8.05rem !important;
  }
}
.fs-162 {
  font-size: calc(1.935rem + 8.22vw) !important;
}
@media (min-width: 1200px) {
  .fs-162 {
    font-size: 8.1rem !important;
  }
}
.fs-163 {
  font-size: calc(1.94rem + 8.28vw) !important;
}
@media (min-width: 1200px) {
  .fs-163 {
    font-size: 8.15rem !important;
  }
}
.fs-164 {
  font-size: calc(1.945rem + 8.34vw) !important;
}
@media (min-width: 1200px) {
  .fs-164 {
    font-size: 8.2rem !important;
  }
}
.fs-165 {
  font-size: calc(1.95rem + 8.4vw) !important;
}
@media (min-width: 1200px) {
  .fs-165 {
    font-size: 8.25rem !important;
  }
}
.fs-166 {
  font-size: calc(1.955rem + 8.46vw) !important;
}
@media (min-width: 1200px) {
  .fs-166 {
    font-size: 8.3rem !important;
  }
}
.fs-167 {
  font-size: calc(1.96rem + 8.52vw) !important;
}
@media (min-width: 1200px) {
  .fs-167 {
    font-size: 8.35rem !important;
  }
}
.fs-168 {
  font-size: calc(1.965rem + 8.58vw) !important;
}
@media (min-width: 1200px) {
  .fs-168 {
    font-size: 8.4rem !important;
  }
}
.fs-169 {
  font-size: calc(1.97rem + 8.64vw) !important;
}
@media (min-width: 1200px) {
  .fs-169 {
    font-size: 8.45rem !important;
  }
}
.fs-170 {
  font-size: calc(1.975rem + 8.7vw) !important;
}
@media (min-width: 1200px) {
  .fs-170 {
    font-size: 8.5rem !important;
  }
}
.fs-171 {
  font-size: calc(1.98rem + 8.76vw) !important;
}
@media (min-width: 1200px) {
  .fs-171 {
    font-size: 8.55rem !important;
  }
}
.fs-172 {
  font-size: calc(1.985rem + 8.82vw) !important;
}
@media (min-width: 1200px) {
  .fs-172 {
    font-size: 8.6rem !important;
  }
}
.fs-173 {
  font-size: calc(1.99rem + 8.88vw) !important;
}
@media (min-width: 1200px) {
  .fs-173 {
    font-size: 8.65rem !important;
  }
}
.fs-174 {
  font-size: calc(1.995rem + 8.94vw) !important;
}
@media (min-width: 1200px) {
  .fs-174 {
    font-size: 8.7rem !important;
  }
}
.fs-175 {
  font-size: calc(2rem + 9vw) !important;
}
@media (min-width: 1200px) {
  .fs-175 {
    font-size: 8.75rem !important;
  }
}
.fs-176 {
  font-size: calc(2.005rem + 9.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-176 {
    font-size: 8.8rem !important;
  }
}
.fs-177 {
  font-size: calc(2.01rem + 9.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-177 {
    font-size: 8.85rem !important;
  }
}
.fs-178 {
  font-size: calc(2.015rem + 9.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-178 {
    font-size: 8.9rem !important;
  }
}
.fs-179 {
  font-size: calc(2.02rem + 9.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-179 {
    font-size: 8.95rem !important;
  }
}
.fs-180 {
  font-size: calc(2.025rem + 9.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-180 {
    font-size: 9rem !important;
  }
}
.fs-181 {
  font-size: calc(2.03rem + 9.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-181 {
    font-size: 9.05rem !important;
  }
}
.fs-182 {
  font-size: calc(2.035rem + 9.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-182 {
    font-size: 9.1rem !important;
  }
}
.fs-183 {
  font-size: calc(2.04rem + 9.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-183 {
    font-size: 9.15rem !important;
  }
}
.fs-184 {
  font-size: calc(2.045rem + 9.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-184 {
    font-size: 9.2rem !important;
  }
}
.fs-185 {
  font-size: calc(2.05rem + 9.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-185 {
    font-size: 9.25rem !important;
  }
}
.fs-186 {
  font-size: calc(2.055rem + 9.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-186 {
    font-size: 9.3rem !important;
  }
}
.fs-187 {
  font-size: calc(2.06rem + 9.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-187 {
    font-size: 9.35rem !important;
  }
}
.fs-188 {
  font-size: calc(2.065rem + 9.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-188 {
    font-size: 9.4rem !important;
  }
}
.fs-189 {
  font-size: calc(2.07rem + 9.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-189 {
    font-size: 9.45rem !important;
  }
}
.fs-190 {
  font-size: calc(2.075rem + 9.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-190 {
    font-size: 9.5rem !important;
  }
}
.fs-191 {
  font-size: calc(2.08rem + 9.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-191 {
    font-size: 9.55rem !important;
  }
}
.fs-192 {
  font-size: calc(2.085rem + 10.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-192 {
    font-size: 9.6rem !important;
  }
}
.fs-193 {
  font-size: calc(2.09rem + 10.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-193 {
    font-size: 9.65rem !important;
  }
}
.fs-194 {
  font-size: calc(2.095rem + 10.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-194 {
    font-size: 9.7rem !important;
  }
}
.fs-195 {
  font-size: calc(2.1rem + 10.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-195 {
    font-size: 9.75rem !important;
  }
}
.fs-196 {
  font-size: calc(2.105rem + 10.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-196 {
    font-size: 9.8rem !important;
  }
}
.fs-197 {
  font-size: calc(2.11rem + 10.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-197 {
    font-size: 9.85rem !important;
  }
}
.fs-198 {
  font-size: calc(2.115rem + 10.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-198 {
    font-size: 9.9rem !important;
  }
}
.fs-199 {
  font-size: calc(2.12rem + 10.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-199 {
    font-size: 9.95rem !important;
  }
}
.fs-200 {
  font-size: calc(2.125rem + 10.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-200 {
    font-size: 10rem !important;
  }
}*/
/* BACKGROUND COLORS */
/*.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}
.bg-sky {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-sky-rgb), var(--bs-bg-opacity)) !important;
}
.bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}
.bg-grape {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grape-rgb), var(--bs-bg-opacity)) !important;
}
.bg-violet {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-violet-rgb), var(--bs-bg-opacity)) !important;
}
.bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}
.bg-fuchsia {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-fuchsia-rgb), var(--bs-bg-opacity)) !important;
}
.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}
.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}
.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}
.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}
.bg-leaf {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-leaf-rgb), var(--bs-bg-opacity)) !important;
}
.bg-aqua {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-aqua-rgb), var(--bs-bg-opacity)) !important;
}
.bg-navy {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-navy-rgb), var(--bs-bg-opacity)) !important;
}*/
.bg-ash {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-ash-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}
/*.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}*/
.bg-soft-primary {
  background-color: var(--bs-soft-primary) !important;
}
.bg-soft-blue {
  background-color: var(--bs-soft-blue) !important;
}
/*.bg-soft-sky {
  background-color: var(--bs-soft-sky) !important;
}
.bg-soft-purple {
  background-color: var(--bs-soft-purple) !important;
}
.bg-soft-grape {
  background-color: var(--bs-soft-grape) !important;
}
.bg-soft-violet {
  background-color: var(--bs-soft-violet) !important;
}
.bg-soft-pink {
  background-color: var(--bs-soft-pink) !important;
}
.bg-soft-fuchsia {
  background-color: var(--bs-soft-fuchsia) !important;
}*/
.bg-soft-red {
  background-color: var(--bs-soft-red) !important;
}
/*.bg-soft-orange {
  background-color: var(--bs-soft-orange) !important;
}*/
.bg-soft-yellow {
  background-color: var(--bs-soft-yellow) !important;
}
.bg-soft-green {
  background-color: var(--bs-soft-green) !important;
}
/*.bg-soft-leaf {
  background-color: var(--bs-soft-leaf) !important;
}
.bg-soft-aqua {
  background-color: var(--bs-soft-aqua) !important;
}
.bg-soft-navy {
  background-color: var(--bs-soft-navy) !important;
}
.bg-soft-ash {
  background-color: var(--bs-soft-ash) !important;
}
.bg-soft-gray {
  background-color: var(--bs-soft-gray) !important;
}
.bg-pale-primary {
  background-color: var(--bs-pale-primary) !important;
}*/
.bg-pale-blue {
  background-color: var(--bs-pale-blue) !important;
}
/*.bg-pale-sky {
  background-color: var(--bs-pale-sky) !important;
}
.bg-pale-purple {
  background-color: var(--bs-pale-purple) !important;
}
.bg-pale-grape {
  background-color: var(--bs-pale-grape) !important;
}
.bg-pale-violet {
  background-color: var(--bs-pale-violet) !important;
}
.bg-pale-pink {
  background-color: var(--bs-pale-pink) !important;
}
.bg-pale-fuchsia {
  background-color: var(--bs-pale-fuchsia) !important;
}*/
.bg-pale-red {
  background-color: var(--bs-pale-red) !important;
}
/*.bg-pale-orange {
  background-color: var(--bs-pale-orange) !important;
}*/
.bg-pale-yellow {
  background-color: var(--bs-pale-yellow) !important;
}
.bg-pale-green {
  background-color: var(--bs-pale-green) !important;
}
/*.bg-pale-leaf {
  background-color: var(--bs-pale-leaf) !important;
}
.bg-pale-aqua {
  background-color: var(--bs-pale-aqua) !important;
}
.bg-pale-navy {
  background-color: var(--bs-pale-navy) !important;
}
.bg-pale-dark {
  background-color: var(--bs-pale-dark) !important;
}
.bg-pale-ash {
  background-color: var(--bs-pale-ash) !important;
}*/
.bg-dark-blue {
  background-color: #041458 !important;
}
.bg-dark-yellow {
  background-color: #CE974A !important
}
.bg-dark-green {
  background-color: #4D632B !important;
}
/*.bg-gradient-primary {
  background: linear-gradient(180deg, var(--bs-soft-primary), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-primary {
  background: linear-gradient(0deg, var(--bs-soft-primary), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-blue {
  background: linear-gradient(180deg, var(--bs-soft-blue), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-blue {
  background: linear-gradient(0deg, var(--bs-soft-blue), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-sky {
  background: linear-gradient(180deg, var(--bs-soft-sky), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-sky {
  background: linear-gradient(0deg, var(--bs-soft-sky), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-purple {
  background: linear-gradient(180deg, var(--bs-soft-purple), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-purple {
  background: linear-gradient(0deg, var(--bs-soft-purple), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-grape {
  background: linear-gradient(180deg, var(--bs-soft-grape), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-grape {
  background: linear-gradient(0deg, var(--bs-soft-grape), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-violet {
  background: linear-gradient(180deg, var(--bs-soft-violet), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-violet {
  background: linear-gradient(0deg, var(--bs-soft-violet), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-pink {
  background: linear-gradient(180deg, var(--bs-soft-pink), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-pink {
  background: linear-gradient(0deg, var(--bs-soft-pink), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-fuchsia {
  background: linear-gradient(180deg, var(--bs-soft-fuchsia), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-fuchsia {
  background: linear-gradient(0deg, var(--bs-soft-fuchsia), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-red {
  background: linear-gradient(180deg, var(--bs-soft-red), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-red {
  background: linear-gradient(0deg, var(--bs-soft-red), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-orange {
  background: linear-gradient(180deg, var(--bs-soft-orange), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-orange {
  background: linear-gradient(0deg, var(--bs-soft-orange), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-yellow {
  background: linear-gradient(180deg, var(--bs-soft-yellow), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-yellow {
  background: linear-gradient(0deg, var(--bs-soft-yellow), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-green {
  background: linear-gradient(180deg, var(--bs-soft-green), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-green {
  background: linear-gradient(0deg, var(--bs-soft-green), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-leaf {
  background: linear-gradient(180deg, var(--bs-soft-leaf), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-leaf {
  background: linear-gradient(0deg, var(--bs-soft-leaf), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-aqua {
  background: linear-gradient(180deg, var(--bs-soft-aqua), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-aqua {
  background: linear-gradient(0deg, var(--bs-soft-aqua), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-navy {
  background: linear-gradient(180deg, var(--bs-soft-navy), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-navy {
  background: linear-gradient(0deg, var(--bs-soft-navy), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-ash {
  background: linear-gradient(180deg, var(--bs-soft-ash), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-ash {
  background: linear-gradient(0deg, var(--bs-soft-ash), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-gray {
  background: linear-gradient(180deg, var(--bs-soft-gray), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-reverse-gray {
  background: linear-gradient(0deg, var(--bs-soft-gray), rgba(var(--bs-white-rgb), 0) 100%);
}
.bg-gradient-blend {
  background: linear-gradient(160deg, #FFB7B7 9%, #727272 100%), radial-gradient(100% 100% at 30% 10%, #FFD1D1 0%, #260000 100%), linear-gradient(180deg, #00FFFF 0%, #FFFFFF 100%), radial-gradient(100% 100% at 70% 0%, #FF0000 0%, #00FFE0 100%), linear-gradient(280deg, #DBFF00 0%, #3300FF 100%);
  background-blend-mode: screen, overlay, color-burn, color-dodge, normal;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#383838", GradientType=0);
}*/
/* BACKGROUND HEIGHT */
/*.bg-white-700 {
  background: rgba(var(--bs-white-rgb), 0.7) !important;
}
.bg-white-900 {
  background: rgba(var(--bs-white-rgb), 0.9) !important;
}*/
/*.bg-height {
  height: 30rem;
}
@media (max-width: 991.98px) {
  .bg-height {
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .bg-height {
    height: 15rem;
  }
}*/
/* CARD */
.card {
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  border-width: 0 !important;
  color: inherit !important;
}
.card[class*=bg-] {
  box-shadow: none !important;
}
.card-img-top img {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card-img-top .plyr {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 991.98px) {
  .card-md-none {
    background: none;
    border-radius: 0;
  }
  .card-md-none .card-body {
    padding: 0;
  }
}
[class*=card-border-] {
  position: relative;
}
[class*=card-border-]:after {
  content: "";
  position: absolute;
}
.card-border-top:after {
  top: 0;
  right: 0;
  left: 0;
  border-top-width: 4px;
  border-bottom-width: calc(0.4rem - 4px);
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: inherit;
  border-bottom-color: transparent;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card-border-top[class*=border-soft-]:after {
  border-top-width: 6px;
  border-bottom-width: calc(0.4rem - 6px);
}
.card-border-bottom:after {
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom-width: 4px;
  border-top-width: calc(0.4rem - 4px);
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-color: inherit;
  border-top-color: transparent;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.card-border-bottom[class*=border-soft-]:after {
  border-bottom-width: 6px;
  border-top-width: calc(0.4rem - 6px);
}
.card-border-start:after {
  top: 0;
  left: 0;
  bottom: 0;
  border-left-width: 4px;
  border-right-width: calc(0.4rem - 4px);
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: inherit;
  border-right-color: transparent;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.card-border-start[class*=border-soft-]:after {
  border-left-width: 6px;
  border-right-width: calc(0.4rem - 6px);
}
.card-border-end:after {
  top: 0;
  right: 0;
  bottom: 0;
  border-right-width: 4px;
  border-left-width: calc(0.4rem - 4px);
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: inherit;
  border-left-color: transparent;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.card-border-end[class*=border-soft-]:after {
  border-right-width: 6px;
  border-left-width: calc(0.4rem - 6px);
}
/* CARD CONTAINER */
.container-card>.card,
.container-card>.card.image-wrapper:before {
  border-radius: 0 !important;
}
@media (min-width: 1480px) {
  .container-card {
    max-width: 1470px;
    margin: 0 auto;
  }
  .container-card>.card,
  .container-card>.card.image-wrapper:before {
    border-radius: 0.8rem !important;
  }
}
/* OVERLAY */
figure.overlay img {
  opacity: 1;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.overlay {
  position: relative;
  text-align: center;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.overlay figcaption,
.overlay .figcaption {
  padding: 0.5rem;
  z-index: 5;
  pointer-events: none;
}
.overlay * {
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .overlay * {
    transition: none;
  }
}
.overlay img {
  transition: none;
}
.overlay:not(.caption-overlay) i {
  display: block;
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .overlay:not(.caption-overlay) i {
    font-size: 1.4rem;
  }
}
.overlay a {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer !important;
}
.overlay span.bg {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer !important;
  opacity: 0;
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.6);
}
.overlay.color span.bg {
  background: rgba(var(--bs-primary-rgb), 0.7);
}
.overlay.light span.bg {
  background: rgba(255, 255, 255, 0.6);
}
/*.overlay.overlay-gradient-1 span.bg {
  background: linear-gradient(120deg, #f857a6 10%, #ef3f6e 100%);
}
.overlay.overlay-gradient-2 span.bg {
  background: linear-gradient(40deg, #f5b161 0.4%, #ec366e 100.2%);
}
.overlay.overlay-gradient-3 span.bg {
  background: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}
.overlay.overlay-gradient-4 span.bg {
  background: linear-gradient(125deg, #9040db, #ff72c2 50%, #ffd84f);
}
.overlay.overlay-gradient-5 span.bg {
  background: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
.overlay.overlay-gradient-6 span.bg {
  background: linear-gradient(45deg, #08AEEA 0%, #2AF598 100%);
}
.overlay.overlay-gradient-7 span.bg {
  background: linear-gradient(100deg, #605dba 20%, #78acf0 85%);
}
.overlay.overlay-gradient-8 span.bg {
  background: linear-gradient(0deg, #2c46a7, #3757c4);
}
.overlay.overlay-gradient-9 span.bg {
  background: linear-gradient(45deg, #ffdee9, #b5fffc);
}*/
.overlay:not(.overlay-3):hover span.bg {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .overlay:not(.overlay-3):hover span.bg {
    transition: none;
  }
}
.overlay * {
  color: var(--bs-white) !important;
}
.overlay.light * {
  color: #333333 !important;
}
.overlay img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.overlay.caption figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}
.overlay.caption figcaption .post-meta {
  display: flex;
  flex-direction: row;
}
.overlay.caption figcaption .post-meta>li {
  display: flex;
  align-items: center;
}
.overlay.caption figcaption .badge {
  color: #333333 !important;
}
.overlay.caption.caption-overlay span.bg {
  opacity: 1;
  background: none;
  background: rgba(30, 34, 40, 0) linear-gradient(transparent 15%, transparent 20%, rgba(30, 34, 40, 0.3) 55%, rgba(30, 34, 40, 0.7) 85%, rgba(30, 34, 40, 0.75) 100%) repeat scroll 0 0;
}
.overlay.caption.caption-overlay span.bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.2);
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .overlay.caption.caption-overlay span.bg:after {
    transition: none;
  }
}
.overlay.caption.caption-overlay span.bg:hover:after {
  opacity: 1;
}
.overlay-1 * {
  box-sizing: border-box;
}
.overlay-1 figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.75rem 1rem;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
}
.overlay-1 .from-top {
  position: absolute;
  padding: 0.75rem 1rem;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-80%);
}
.overlay-1:hover figcaption,
.overlay-1:hover .figcaption {
  opacity: 1;
}
.overlay-1:hover figcaption *,
.overlay-1:hover .figcaption * {
  transform: translateY(-50%);
}
/*.overlay-2 * {
  position: absolute;
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.overlay-2>* {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
}
.overlay-2 figcaption {
  height: 100%;
  opacity: 0;
}
.overlay-2 img {
  position: relative;
}
.overlay-2 .from-top {
  bottom: 50%;
  padding: 0 1rem;
  transform: translate3d(0%, -100%, 0);
}
.overlay-2 .from-bottom {
  top: 50%;
  padding: 0 1rem;
  transform: translate3d(0%, 100%, 0);
}
.overlay-2:hover * {
  opacity: 1;
}
.overlay-2:hover figcaption * {
  transform: translate3d(0%, 0%, 0);
}
.overlay-3 {
  text-align: left;
}
.overlay-3 span.bg {
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.overlay-3:hover span.bg {
  visibility: visible;
  opacity: 0.8;
  width: 100%;
}
.overlay-3 figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem 1.25rem;
}
.overlay-3 .from-left {
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate3d(-10%, 0, 0);
}
.overlay-3 .from-left:nth-child(1) {
  transition-delay: 0.15s;
}
.overlay-3 .from-left:nth-child(2) {
  transition-delay: 0.2s;
}
.overlay-3:hover figcaption,
.overlay-3:hover .figcaption {
  opacity: 1;
}
.overlay-3:hover figcaption .from-left,
.overlay-3:hover .figcaption .from-left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}*/
.hover-scale {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
}
.hover-scale img {
  transition: all 0.35s ease-in-out;
}
.hover-scale:hover img {
  transform: scale(1.05);
}
/*.itooltip-inner {
  padding: 0.7rem 1rem;
  box-shadow: var(--shadow);
  animation: 0.15s linear fadeIn;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  color: inherit;
}
.itooltip-light.itooltip-inner {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  color: inherit;
}
.itooltip-dark.itooltip-inner {
  background: rgba(30, 34, 40, 0.9);
}
.itooltip-color.itooltip-inner {
  background: rgba(var(--bs-primary-rgb), 0.9);
}
.itooltip-blue.itooltip-inner {
  background: rgba(4, 20, 88, 0.9);
}
.itooltip-sky.itooltip-inner {
  background: rgba(94, 185, 240, 0.9);
}
.itooltip-purple.itooltip-inner {
  background: rgba(116, 126, 209, 0.9);
}
.itooltip-grape.itooltip-inner {
  background: rgba(96, 93, 186, 0.9);
}
.itooltip-violet.itooltip-inner {
  background: rgba(160, 124, 197, 0.9);
}
.itooltip-pink.itooltip-inner {
  background: rgba(209, 107, 134, 0.9);
}
.itooltip-fuchsia.itooltip-inner {
  background: rgba(230, 104, 179, 0.9);
}
.itooltip-red.itooltip-inner {
  background: rgba(145, 0, 0, 0.9);
}
.itooltip-orange.itooltip-inner {
  background: rgba(247, 139, 119, 0.9);
}
.itooltip-yellow.itooltip-inner {
  background: rgba(206, 151, 74, 0.9);
}
.itooltip-green.itooltip-inner {
  background: rgba(77, 99, 43, 0.9);
}
.itooltip-leaf.itooltip-inner {
  background: rgba(124, 183, 152, 0.9);
}
.itooltip-aqua.itooltip-inner {
  background: rgba(84, 168, 199, 0.9);
}
.itooltip-navy.itooltip-inner {
  background: rgba(52, 63, 82, 0.9);
}
.itooltip-ash.itooltip-inner {
  background: rgba(112, 112, 112, 0.9);
}
.itooltip-white.itooltip-inner {
  background: rgba(255, 255, 255, 0.9);
}
.itooltip-light.itooltip-inner {
  background: rgba(254, 254, 254, 0.9);
}
.itooltip-gray.itooltip-inner {
  background: rgba(246, 247, 249, 0.9);
}
.itooltip-primary.itooltip-inner {
  background: rgba(4, 20, 88, 0.9);
}
.itooltip-secondary.itooltip-inner {
  background: rgba(170, 176, 188, 0.9);
}
.itooltip-success.itooltip-inner {
  background: rgba(77, 99, 43, 0.9);
}
.itooltip-info.itooltip-inner {
  background: rgba(84, 168, 199, 0.9);
}
.itooltip-warning.itooltip-inner {
  background: rgba(206, 151, 74, 0.9);
}
.itooltip-danger.itooltip-inner {
  background: rgba(145, 0, 0, 0.9);
}
[class*=itooltip-]:not(.itooltip-light).itooltip-inner * {
  color: var(--bs-white);
}*/
.lift {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.lift:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0rem 0.25rem 1.25rem rgba(52, 63, 82, 0.1);
}
/*.cursor-light a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;opacity:0.9;%7D.cls-2%7Bfill:%23262b32;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}
.cursor-dark a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23262b32;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}
.cursor-primary a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2378acf0;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}*/
/* SVG ICONS */
/*img.svg-inject {
  visibility: hidden;
}*/
/*.icon-svg,
.icon-svg.icon-svg-lg {
  width: auto;
  height: auto;
  max-width: unset !important;
}
.icon-svg.icon-svg-md {
  width: auto;
  height: auto;
  max-width: unset !important;
}
.icon-svg.icon-svg-sm {
  width: auto;
  height: auto;
  max-width: unset !important;
}
.icon-svg.icon-svg-xs {
  width: auto;
  height: auto;
  max-width: unset !important;
}*/
.icon-svg-mini {
  height: 20px;
}
.svg-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  width: 3rem;
  height: 3rem;
}
.svg-bg .icon-svg {
  width: auto;
  height: auto;
}
.svg-bg.svg-bg-lg {
  width: 4rem;
  height: 4rem;
}
.svg-bg.svg-bg-lg .icon-svg {
  width: auto;
  height: auto;
}
/*.lineal-fill {
  fill: var(--bs-icon-fill-primary);
}
.lineal-stroke {
  fill: #333333;
}
.text-primary .lineal-fill {
  fill: var(--bs-icon-fill-primary);
}
.text-blue .lineal-fill {
  fill: var(--bs-icon-fill-blue);
}
.text-sky .lineal-fill {
  fill: var(--bs-icon-fill-sky);
}
.text-purple .lineal-fill {
  fill: var(--bs-icon-fill-purple);
}
.text-grape .lineal-fill {
  fill: var(--bs-icon-fill-grape);
}
.text-violet .lineal-fill {
  fill: var(--bs-icon-fill-violet);
}
.text-pink .lineal-fill {
  fill: var(--bs-icon-fill-pink);
}
.text-fuchsia .lineal-fill {
  fill: var(--bs-icon-fill-fuchsia);
}
.text-red .lineal-fill {
  fill: var(--bs-icon-fill-red);
}
.text-orange .lineal-fill {
  fill: var(--bs-icon-fill-orange);
}
.text-yellow .lineal-fill {
  fill: var(--bs-icon-fill-yellow);
}
.text-green .lineal-fill {
  fill: var(--bs-icon-fill-green);
}
.text-leaf .lineal-fill {
  fill: var(--bs-icon-fill-leaf);
}
.text-aqua .lineal-fill {
  fill: var(--bs-icon-fill-aqua);
}
.text-navy .lineal-fill {
  fill: var(--bs-icon-fill-navy);
}
.text-ash .lineal-fill {
  fill: var(--bs-icon-fill-ash);
}*/
/*.solid .fill-primary,
.solid .fill-secondary {
  fill: var(--bs-primary);
}
.solid.text-blue .fill-primary,
.solid.text-blue .fill-secondary {
  fill: var(--bs-blue);
}
.solid.text-sky .fill-primary,
.solid.text-sky .fill-secondary {
  fill: var(--bs-sky);
}
.solid.text-purple .fill-primary,
.solid.text-purple .fill-secondary {
  fill: var(--bs-purple);
}
.solid.text-grape .fill-primary,
.solid.text-grape .fill-secondary {
  fill: var(--bs-grape);
}
.solid.text-violet .fill-primary,
.solid.text-violet .fill-secondary {
  fill: var(--bs-violet);
}
.solid.text-pink .fill-primary,
.solid.text-pink .fill-secondary {
  fill: var(--bs-pink);
}
.solid.text-fuchsia .fill-primary,
.solid.text-fuchsia .fill-secondary {
  fill: var(--bs-fuchsia);
}
.solid.text-red .fill-primary,
.solid.text-red .fill-secondary {
  fill: var(--bs-red);
}
.solid.text-orange .fill-primary,
.solid.text-orange .fill-secondary {
  fill: var(--bs-orange);
}
.solid.text-yellow .fill-primary,
.solid.text-yellow .fill-secondary {
  fill: var(--bs-yellow);
}
.solid.text-green .fill-primary,
.solid.text-green .fill-secondary {
  fill: var(--bs-green);
}
.solid.text-leaf .fill-primary,
.solid.text-leaf .fill-secondary {
  fill: var(--bs-leaf);
}
.solid.text-aqua .fill-primary,
.solid.text-aqua .fill-secondary {
  fill: var(--bs-aqua);
}
.solid.text-navy .fill-primary,
.solid.text-navy .fill-secondary {
  fill: var(--bs-navy);
}
.solid.text-ash .fill-primary,
.solid.text-ash .fill-secondary {
  fill: var(--bs-ash);
}
.solid.text-white .fill-primary,
.solid.text-white .fill-secondary {
  fill: var(--bs-white);
}
.solid.text-light .fill-primary,
.solid.text-light .fill-secondary {
  fill: var(--bs-light);
}
.solid.text-gray .fill-primary,
.solid.text-gray .fill-secondary {
  fill: var(--bs-gray);
}
.solid.text-dark .fill-primary,
.solid.text-dark .fill-secondary {
  fill: var(--bs-dark);
}
.solid.text-primary .fill-primary,
.solid.text-primary .fill-secondary {
  fill: var(--bs-primary);
}
.solid-mono .fill-primary {
  fill: var(--bs-primary);
}
.solid-mono .fill-secondary {
  fill: var(--bs-icon-solid-fill-primary);
}
.solid-mono.text-primary .fill-primary {
  fill: var(--bs-primary);
}
.solid-mono.text-primary .fill-secondary {
  fill: var(--bs-icon-solid-fill-primary);
}
.solid-mono.text-blue .fill-primary {
  fill: var(--bs-blue);
}
.solid-mono.text-blue .fill-secondary {
  fill: var(--bs-icon-solid-fill-blue);
}
.solid-mono.text-sky .fill-primary {
  fill: var(--bs-sky);
}
.solid-mono.text-sky .fill-secondary {
  fill: var(--bs-icon-solid-fill-sky);
}
.solid-mono.text-purple .fill-primary {
  fill: var(--bs-purple);
}
.solid-mono.text-purple .fill-secondary {
  fill: var(--bs-icon-solid-fill-purple);
}
.solid-mono.text-grape .fill-primary {
  fill: var(--bs-grape);
}
.solid-mono.text-grape .fill-secondary {
  fill: var(--bs-icon-solid-fill-grape);
}
.solid-mono.text-violet .fill-primary {
  fill: var(--bs-violet);
}
.solid-mono.text-violet .fill-secondary {
  fill: var(--bs-icon-solid-fill-violet);
}
.solid-mono.text-pink .fill-primary {
  fill: var(--bs-pink);
}
.solid-mono.text-pink .fill-secondary {
  fill: var(--bs-icon-solid-fill-pink);
}
.solid-mono.text-fuchsia .fill-primary {
  fill: var(--bs-fuchsia);
}
.solid-mono.text-fuchsia .fill-secondary {
  fill: var(--bs-icon-solid-fill-fuchsia);
}
.solid-mono.text-red .fill-primary {
  fill: var(--bs-red);
}
.solid-mono.text-red .fill-secondary {
  fill: var(--bs-icon-solid-fill-red);
}
.solid-mono.text-orange .fill-primary {
  fill: var(--bs-orange);
}
.solid-mono.text-orange .fill-secondary {
  fill: var(--bs-icon-solid-fill-orange);
}
.solid-mono.text-yellow .fill-primary {
  fill: var(--bs-yellow);
}
.solid-mono.text-yellow .fill-secondary {
  fill: var(--bs-icon-solid-fill-yellow);
}
.solid-mono.text-green .fill-primary {
  fill: var(--bs-green);
}
.solid-mono.text-green .fill-secondary {
  fill: var(--bs-icon-solid-fill-green);
}
.solid-mono.text-leaf .fill-primary {
  fill: var(--bs-leaf);
}
.solid-mono.text-leaf .fill-secondary {
  fill: var(--bs-icon-solid-fill-leaf);
}
.solid-mono.text-aqua .fill-primary {
  fill: var(--bs-aqua);
}
.solid-mono.text-aqua .fill-secondary {
  fill: var(--bs-icon-solid-fill-aqua);
}
.solid-mono.text-navy .fill-primary {
  fill: var(--bs-navy);
}
.solid-mono.text-navy .fill-secondary {
  fill: var(--bs-icon-solid-fill-navy);
}
.solid-mono.text-ash .fill-primary {
  fill: var(--bs-ash);
}
.solid-mono.text-ash .fill-secondary {
  fill: var(--bs-icon-solid-fill-ash);
}
.solid-duo.text-purple-aqua .fill-primary {
  fill: #747ed1;
}
.solid-duo.text-purple-aqua .fill-secondary {
  fill: #8ce0f1;
}
.solid-duo.text-navy-green .fill-primary {
  fill: #414b64;
}
.solid-duo.text-navy-green .fill-secondary {
  fill: #4D632B;
}
.solid-duo.text-grape-fuchsia .fill-primary {
  fill: #605dba;
}
.solid-duo.text-grape-fuchsia .fill-secondary {
  fill: #f857a6;
}
.solid-duo.text-grape-green .fill-primary {
  fill: #605dba;
}
.solid-duo.text-grape-green .fill-secondary {
  fill: #94dd8e;
}
.solid-duo.text-navy-sky .fill-primary {
  fill: #414b64;
}
.solid-duo.text-navy-sky .fill-secondary {
  fill: #5eb9f0;
}
.solid-duo.text-blue-pink .fill-primary {
  fill: #78acf0;
}
.solid-duo.text-blue-pink .fill-secondary {
  fill: #fc7eb9;
}
.solid-duo.text-green-fuchsia .fill-primary {
  fill: #8ed882;
}
.solid-duo.text-green-fuchsia .fill-secondary {
  fill: #e668b3;
}
.solid-duo.text-grape-yellow .fill-primary {
  fill: #605dba;
}
.solid-duo.text-grape-yellow .fill-secondary {
  fill: #CE974A;
}
.solid-duo.text-sky-pink .fill-primary {
  fill: #5eb9f0;
}
.solid-duo.text-sky-pink .fill-secondary {
  fill: #ff98ab;
}
.solid-duo.text-purple-pink .fill-primary {
  fill: #747ed1;
}
.solid-duo.text-purple-pink .fill-secondary {
  fill: #fdb9d3;
}
.solid-duo.text-green-red .fill-primary {
  fill: #4D632B;
}
.solid-duo.text-green-red .fill-secondary {
  fill: #ff7c94;
}
.solid-duo.text-red-yellow .fill-primary {
  fill: #e54281;
}
.solid-duo.text-red-yellow .fill-secondary {
  fill: #CE974A;
}*/
/* RATINGS */
.ratings {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 0.8rem;
  font-size: 0.9rem;
  line-height: 1;
}
.ratings:after,
.ratings:before {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #fcc032;
  content: "\2605\2605\2605\2605\2605";
  overflow: hidden;
}
.ratings:before {
  color: rgba(38, 43, 50, 0.1);
}
.ratings.r1:after {
  content: "\2605";
}
.ratings.r2:after {
  content: "\2605\2605";
}
.ratings.r3:after {
  content: "\2605\2605\2605";
}
.ratings.r4:after {
  content: "\2605\2605\2605\2605";
}
.custom-control .ratings {
  height: 0.9rem;
}
.ratings-wrapper span {
  display: inline-block;
}
.ratings-wrapper span.ratings {
  vertical-align: -1px;
}
/* FONT ICONS */
/*@font-face {
  font-family: "Unicons";
  src: url("/Content/Fonts/unicons/Unicons.woff2") format("woff2"), url("/Content/Fonts/unicons/Unicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Custom";
  src: url("/Content/Fonts/custom/Custom.woff2") format("woff2"), url("/Content/Fonts/custom/Custom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=uil-],
[class*=" uil-"],
[class^=icn-],
[class*=" icn-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: normal;
}
[class^=uil-],
[class*=" uil-"] {
  font-family: "Unicons" !important;
}
/*[class^=icn-],
[class*=" icn-"] {
  font-family: "Custom" !important;
}
.icn-caret-right:before {
  content: "\e900";
}
.icn-comment-line:before {
  content: "\e904";
}
.icn-external:before {
  content: "\e906";
}
.icn-flower:before {
  content: "\e907";
}
.icn-terminal:before {
  content: "\e905";
}
.uil-plus-0:before {
  content: "\e900";
}
.uil-plus-3:before {
  content: "\e901";
}
.uil-plus-6:before {
  content: "\e902";
}
.uil-plus-10:before {
  content: "\e903";
}
.uil-plus-12:before {
  content: "\e904";
}
.uil-plus-13:before {
  content: "\e905";
}
.uil-plus-16:before {
  content: "\e906";
}
.uil-plus-17:before {
  content: "\e907";
}
.uil-plus-18:before {
  content: "\e908";
}
.uil-plus-21:before {
  content: "\e909";
}
.uil-500px:before {
  content: "\e90a";
}
.uil-abacus:before {
  content: "\e90b";
}
.uil-accessible-icon-alt:before {
  content: "\e90c";
}
.uil-adjust-alt:before {
  content: "\e90d";
}
.uil-adjust-circle:before {
  content: "\e90e";
}
.uil-adjust-half:before {
  content: "\e90f";
}
.uil-adjust:before {
  content: "\e910";
}
.uil-adobe-alt:before {
  content: "\e911";
}
.uil-airplay:before {
  content: "\e912";
}
.uil-adobe:before {
  content: "\e913";
}
.uil-align-alt:before {
  content: "\e914";
}
.uil-align-center-alt:before {
  content: "\e915";
}
.uil-align-center-v:before {
  content: "\e916";
}
.uil-align-center:before {
  content: "\e917";
}
.uil-align-center-h:before {
  content: "\e918";
}
.uil-align-justify:before {
  content: "\e919";
}
.uil-align-left:before {
  content: "\e91a";
}
.uil-align-left-justify:before {
  content: "\e91b";
}
.uil-align-center-justify:before {
  content: "\e91c";
}
.uil-align-letter-right:before {
  content: "\e91d";
}
.uil-align-right-justify:before {
  content: "\e91e";
}
.uil-align-right:before {
  content: "\e91f";
}
.uil-align:before {
  content: "\e920";
}
.uil-amazon:before {
  content: "\e921";
}
.uil-ambulance:before {
  content: "\e922";
}
.uil-analysis:before {
  content: "\e923";
}
.uil-analytics:before {
  content: "\e924";
}
.uil-anchor:before {
  content: "\e925";
}
.uil-android-alt:before {
  content: "\e926";
}
.uil-android-phone-slash:before {
  content: "\e927";
}
.uil-android:before {
  content: "\e928";
}
.uil-angle-double-down:before {
  content: "\e929";
}
.uil-angle-double-left:before {
  content: "\e92a";
}
.uil-angle-double-right:before {
  content: "\e92b";
}
.uil-angle-double-up:before {
  content: "\e92c";
}
.uil-angle-down:before {
  content: "\e92d";
}
.uil-angle-left-b:before {
  content: "\e92e";
}
.uil-angle-left:before {
  content: "\e92f";
}
.uil-angle-right-b:before {
  content: "\e930";
}
.uil-angle-right:before {
  content: "\e931";
}
.uil-angle-up:before {
  content: "\e932";
}
.uil-angry:before {
  content: "\e933";
}
.uil-ankh:before {
  content: "\e934";
}
.uil-annoyed-alt:before {
  content: "\e935";
}
.uil-annoyed:before {
  content: "\e936";
}
.uil-apple-alt:before {
  content: "\e937";
}
.uil-apple:before {
  content: "\e938";
}
.uil-apps:before {
  content: "\e939";
}
.uil-archive-alt:before {
  content: "\e93a";
}
.uil-archive:before {
  content: "\e93b";
}
.uil-archway:before {
  content: "\e93c";
}
.uil-arrow-break:before {
  content: "\e93d";
}
.uil-arrow-circle-down:before {
  content: "\e93e";
}
.uil-arrow-circle-left:before {
  content: "\e93f";
}
.uil-arrow-circle-right:before {
  content: "\e940";
}
.uil-arrow-circle-up:before {
  content: "\e941";
}
.uil-arrow-compress-h:before {
  content: "\e942";
}
.uil-arrow-down-left:before {
  content: "\e943";
}
.uil-arrow-down-right:before {
  content: "\e944";
}
.uil-arrow-down:before {
  content: "\e945";
}
.uil-arrow-from-right:before {
  content: "\e946";
}
.uil-arrow-from-top:before {
  content: "\e947";
}
.uil-arrow-growth:before {
  content: "\e948";
}
.uil-arrow-left:before {
  content: "\e949";
}
.uil-arrow-random:before {
  content: "\e94a";
}
.uil-arrow-resize-diagonal:before {
  content: "\e94b";
}
.uil-arrow-right:before {
  content: "\e94c";
}
.uil-arrow-to-bottom:before {
  content: "\e94d";
}
.uil-arrow-to-right:before {
  content: "\e94e";
}
.uil-arrow-up-left:before {
  content: "\e94f";
}
.uil-arrow-up-right:before {
  content: "\e950";
}
.uil-arrow-up:before {
  content: "\e951";
}
.uil-arrow:before {
  content: "\e952";
}
.uil-arrows-h-alt:before {
  content: "\e953";
}
.uil-arrows-h:before {
  content: "\e954";
}
.uil-arrows-left-down:before {
  content: "\e955";
}
.uil-arrows-maximize:before {
  content: "\e956";
}
.uil-arrows-merge:before {
  content: "\e957";
}
.uil-arrows-resize-h:before {
  content: "\e958";
}
.uil-arrows-resize-v:before {
  content: "\e959";
}
.uil-arrows-resize:before {
  content: "\e95a";
}
.uil-arrows-shrink-h:before {
  content: "\e95b";
}
.uil-arrows-right-down:before {
  content: "\e95c";
}
.uil-arrows-shrink-v:before {
  content: "\e95d";
}
.uil-arrows-up-right:before {
  content: "\e95e";
}
.uil-arrows-v-alt:before {
  content: "\e95f";
}
.uil-arrows-v:before {
  content: "\e960";
}
.uil-assistive-listening-systems:before {
  content: "\e961";
}
.uil-asterisk:before {
  content: "\e962";
}
.uil-at:before {
  content: "\e963";
}
.uil-atom:before {
  content: "\e964";
}
.uil-auto-flash:before {
  content: "\e965";
}
.uil-award-alt:before {
  content: "\e966";
}
.uil-award:before {
  content: "\e967";
}
.uil-baby-carriage:before {
  content: "\e968";
}
.uil-backpack:before {
  content: "\e969";
}
.uil-backspace:before {
  content: "\e96a";
}
.uil-backward:before {
  content: "\e96b";
}
.uil-bag-alt:before {
  content: "\e96c";
}
.uil-bag-slash:before {
  content: "\e96d";
}
.uil-bag:before {
  content: "\e96e";
}
.uil-balance-scale:before {
  content: "\e96f";
}
.uil-ban:before {
  content: "\e970";
}
.uil-band-aid:before {
  content: "\e971";
}
.uil-bars:before {
  content: "\e972";
}
.uil-baseball-ball:before {
  content: "\e973";
}
.uil-basketball-hoop:before {
  content: "\e974";
}
.uil-basketball:before {
  content: "\e975";
}
.uil-bath:before {
  content: "\e976";
}
.uil-battery-bolt:before {
  content: "\e977";
}
.uil-battery-empty:before {
  content: "\e978";
}
.uil-bed-double:before {
  content: "\e979";
}
.uil-bed:before {
  content: "\e97a";
}
.uil-behance-alt:before {
  content: "\e97b";
}
.uil-behance:before {
  content: "\e97c";
}
.uil-bell-school:before {
  content: "\e97d";
}
.uil-bell-slash:before {
  content: "\e97e";
}
.uil-bell:before {
  content: "\e97f";
}
.uil-bill:before {
  content: "\e980";
}
.uil-bing:before {
  content: "\e981";
}
.uil-bitcoin-alt:before {
  content: "\e982";
}
.uil-bitcoin-circle:before {
  content: "\e983";
}
.uil-bitcoin-sign:before {
  content: "\e984";
}
.uil-bitcoin:before {
  content: "\e985";
}
.uil-black-berry:before {
  content: "\e986";
}
.uil-blogger-alt:before {
  content: "\e987";
}
.uil-blogger:before {
  content: "\e988";
}
.uil-bluetooth-b:before {
  content: "\e989";
}
.uil-bold:before {
  content: "\e98a";
}
.uil-bolt-alt:before {
  content: "\e98b";
}
.uil-bolt-slash:before {
  content: "\e98c";
}
.uil-bolt:before {
  content: "\e98d";
}
.uil-book-alt:before {
  content: "\e98e";
}
.uil-book-medical:before {
  content: "\e98f";
}
.uil-book-open:before {
  content: "\e990";
}
.uil-book-reader:before {
  content: "\e991";
}
.uil-book:before {
  content: "\e992";
}
.uil-bookmark-full:before {
  content: "\e993";
}
.uil-bookmark:before {
  content: "\e994";
}
.uil-books:before {
  content: "\e995";
}
.uil-boombox:before {
  content: "\e996";
}
.uil-border-alt:before {
  content: "\e997";
}
.uil-border-bottom:before {
  content: "\e998";
}
.uil-border-clear:before {
  content: "\e999";
}
.uil-border-horizontal:before {
  content: "\e99a";
}
.uil-border-inner:before {
  content: "\e99b";
}
.uil-border-left:before {
  content: "\e99c";
}
.uil-border-out:before {
  content: "\e99d";
}
.uil-border-right:before {
  content: "\e99e";
}
.uil-border-top:before {
  content: "\e99f";
}
.uil-border-vertical:before {
  content: "\e9a0";
}
.uil-bowling-ball:before {
  content: "\e9a1";
}
.uil-box:before {
  content: "\e9a2";
}
.uil-brackets-curly:before {
  content: "\e9a3";
}
.uil-brain:before {
  content: "\e9a4";
}
.uil-briefcase-alt:before {
  content: "\e9a5";
}
.uil-briefcase:before {
  content: "\e9a6";
}
.uil-bright:before {
  content: "\e9a7";
}
.uil-brightness-empty:before {
  content: "\e9a8";
}
.uil-brightness-half:before {
  content: "\e9a9";
}
.uil-brightness-low:before {
  content: "\e9aa";
}
.uil-brightness-minus:before {
  content: "\e9ab";
}
.uil-brightness-plus:before {
  content: "\e9ac";
}
.uil-brightness:before {
  content: "\e9ad";
}
.uil-bring-bottom:before {
  content: "\e9ae";
}
.uil-bring-front:before {
  content: "\e9af";
}
.uil-browser:before {
  content: "\e9b0";
}
.uil-brush-alt:before {
  content: "\e9b1";
}
.uil-bug:before {
  content: "\e9b2";
}
.uil-building:before {
  content: "\e9b3";
}
.uil-bus-alt:before {
  content: "\e9b4";
}
.uil-bus-school:before {
  content: "\e9b5";
}
.uil-bus:before {
  content: "\e9b6";
}
.uil-bullseye:before {
  content: "\e9b7";
}
.uil-calculator-alt:before {
  content: "\e9b8";
}
.uil-calendar-slash:before {
  content: "\e9b9";
}
.uil-calendar-alt:before {
  content: "\e9ba";
}
.uil-calender:before {
  content: "\e9bb";
}
.uil-calculator:before {
  content: "\e9bc";
}
.uil-calling:before {
  content: "\e9bd";
}
.uil-camera-plus:before {
  content: "\e9be";
}
.uil-camera-change:before {
  content: "\e9bf";
}
.uil-capsule:before {
  content: "\e9c0";
}
.uil-capture:before {
  content: "\e9c1";
}
.uil-cancel:before {
  content: "\e9c2";
}
.uil-car-sideview:before {
  content: "\e9c3";
}
.uil-car-slash:before {
  content: "\e9c4";
}
.uil-camera:before {
  content: "\e9c5";
}
.uil-camera-slash:before {
  content: "\e9c6";
}
.uil-car-wash:before {
  content: "\e9c7";
}
.uil-car:before {
  content: "\e9c8";
}
.uil-card-atm:before {
  content: "\e9c9";
}
.uil-caret-right:before {
  content: "\e9ca";
}
.uil-cell:before {
  content: "\e9cb";
}
.uil-celsius:before {
  content: "\e9cc";
}
.uil-channel-add:before {
  content: "\e9cd";
}
.uil-channel:before {
  content: "\e9ce";
}
.uil-chart-down:before {
  content: "\e9cf";
}
.uil-chart-bar:before {
  content: "\e9d0";
}
.uil-chart-growth-alt:before {
  content: "\e9d1";
}
.uil-chart-bar-alt:before {
  content: "\e9d2";
}
.uil-chart-line:before {
  content: "\e9d3";
}
.uil-chart-growth:before {
  content: "\e9d4";
}
.uil-chart-pie-alt:before {
  content: "\e9d5";
}
.uil-chart:before {
  content: "\e9d6";
}
.uil-chart-pie:before {
  content: "\e9d7";
}
.uil-chat-bubble-user:before {
  content: "\e9d8";
}
.uil-chat:before {
  content: "\e9d9";
}
.uil-chat-info:before {
  content: "\e9da";
}
.uil-check-circle:before {
  content: "\e9db";
}
.uil-check-square:before {
  content: "\e9dc";
}
.uil-check:before {
  content: "\e9dd";
}
.uil-circle-layer:before {
  content: "\e9de";
}
.uil-circle:before {
  content: "\e9df";
}
.uil-clapper-board:before {
  content: "\e9e0";
}
.uil-circuit:before {
  content: "\e9e1";
}
.uil-clinic-medical:before {
  content: "\e9e2";
}
.uil-clipboard-blank:before {
  content: "\e9e3";
}
.uil-clipboard-alt:before {
  content: "\e9e4";
}
.uil-clock-eight:before {
  content: "\e9e5";
}
.uil-clipboard-notes:before {
  content: "\e9e6";
}
.uil-clock-five:before {
  content: "\e9e7";
}
.uil-clipboard:before {
  content: "\e9e8";
}
.uil-clock-nine:before {
  content: "\e9e9";
}
.uil-clock-seven:before {
  content: "\e9ea";
}
.uil-clock-ten:before {
  content: "\e9eb";
}
.uil-clock-three:before {
  content: "\e9ec";
}
.uil-clock-two:before {
  content: "\e9ed";
}
.uil-clock:before {
  content: "\e9ee";
}
.uil-closed-captioning-slash:before {
  content: "\e9ef";
}
.uil-closed-captioning:before {
  content: "\e9f0";
}
.uil-cloud-block:before {
  content: "\e9f1";
}
.uil-cloud-bookmark:before {
  content: "\e9f2";
}
.uil-cloud-check:before {
  content: "\e9f3";
}
.uil-cloud-computing:before {
  content: "\e9f4";
}
.uil-cloud-data-connection:before {
  content: "\e9f5";
}
.uil-cloud-database-tree:before {
  content: "\e9f6";
}
.uil-cloud-download:before {
  content: "\e9f7";
}
.uil-cloud-drizzle:before {
  content: "\e9f8";
}
.uil-cloud-exclamation:before {
  content: "\e9f9";
}
.uil-cloud-hail:before {
  content: "\e9fa";
}
.uil-cloud-heart:before {
  content: "\e9fb";
}
.uil-cloud-info:before {
  content: "\e9fc";
}
.uil-cloud-lock:before {
  content: "\e9fd";
}
.uil-cloud-meatball:before {
  content: "\e9fe";
}
.uil-cloud-moon-hail:before {
  content: "\e9ff";
}
.uil-cloud-moon-meatball:before {
  content: "\ea00";
}
.uil-cloud-moon-rain:before {
  content: "\ea01";
}
.uil-cloud-moon-showers:before {
  content: "\ea02";
}
.uil-cloud-moon:before {
  content: "\ea03";
}
.uil-cloud-question:before {
  content: "\ea04";
}
.uil-cloud-rain-sun:before {
  content: "\ea05";
}
.uil-cloud-rain:before {
  content: "\ea06";
}
.uil-cloud-redo:before {
  content: "\ea07";
}
.uil-cloud-share:before {
  content: "\ea08";
}
.uil-cloud-shield:before {
  content: "\ea09";
}
.uil-cloud-showers-alt:before {
  content: "\ea0a";
}
.uil-cloud-showers-heavy:before {
  content: "\ea0b";
}
.uil-cloud-showers:before {
  content: "\ea0c";
}
.uil-cloud-slash:before {
  content: "\ea0d";
}
.uil-cloud-sun-hail:before {
  content: "\ea0e";
}
.uil-cloud-sun-meatball:before {
  content: "\ea0f";
}
.uil-cloud-sun-rain-alt:before {
  content: "\ea10";
}
.uil-cloud-sun-rain:before {
  content: "\ea11";
}
.uil-cloud-sun-tear:before {
  content: "\ea12";
}
.uil-cloud-sun:before {
  content: "\ea13";
}
.uil-cloud-times:before {
  content: "\ea14";
}
.uil-cloud-unlock:before {
  content: "\ea15";
}
.uil-cloud-upload:before {
  content: "\ea16";
}
.uil-cloud-wifi:before {
  content: "\ea17";
}
.uil-cloud-wind:before {
  content: "\ea18";
}
.uil-cloud:before {
  content: "\ea19";
}
.uil-clouds:before {
  content: "\ea1a";
}
.uil-club:before {
  content: "\ea1b";
}
.uil-code-branch:before {
  content: "\ea1c";
}
.uil-coffee:before {
  content: "\ea1d";
}
.uil-cog:before {
  content: "\ea1e";
}
.uil-coins:before {
  content: "\ea1f";
}
.uil-columns:before {
  content: "\ea20";
}
.uil-comment-add:before {
  content: "\ea21";
}
.uil-comment-alt-block:before {
  content: "\ea22";
}
.uil-comment-alt-chart-lines:before {
  content: "\ea23";
}
.uil-comment-alt-check:before {
  content: "\ea24";
}
.uil-comment-alt-dots:before {
  content: "\ea25";
}
.uil-comment-alt-download:before {
  content: "\ea26";
}
.uil-comment-alt-edit:before {
  content: "\ea27";
}
.uil-comment-alt-exclamation:before {
  content: "\ea28";
}
.uil-comment-alt-heart:before {
  content: "\ea29";
}
.uil-comment-alt-image:before {
  content: "\ea2a";
}
.uil-comment-alt-info:before {
  content: "\ea2b";
}
.uil-comment-alt-lines:before {
  content: "\ea2c";
}
.uil-comment-alt-lock:before {
  content: "\ea2d";
}
.uil-comment-alt-medical:before {
  content: "\ea2e";
}
.uil-comment-alt-message:before {
  content: "\ea2f";
}
.uil-comment-alt-notes:before {
  content: "\ea30";
}
.uil-comment-alt-plus:before {
  content: "\ea31";
}
.uil-comment-alt-question:before {
  content: "\ea32";
}
.uil-comment-alt-redo:before {
  content: "\ea33";
}
.uil-comment-alt-search:before {
  content: "\ea34";
}
.uil-comment-alt-share:before {
  content: "\ea35";
}
.uil-comment-alt-shield:before {
  content: "\ea36";
}
.uil-comment-alt-slash:before {
  content: "\ea37";
}
.uil-comment-alt-upload:before {
  content: "\ea38";
}
.uil-comment-alt-verify:before {
  content: "\ea39";
}
.uil-comment-alt:before {
  content: "\ea3a";
}
.uil-comment-block:before {
  content: "\ea3b";
}
.uil-comment-chart-line:before {
  content: "\ea3c";
}
.uil-comment-check:before {
  content: "\ea3d";
}
.uil-comment-dots:before {
  content: "\ea3e";
}
.uil-comment-download:before {
  content: "\ea3f";
}
.uil-comment-edit:before {
  content: "\ea40";
}
.uil-comment-exclamation:before {
  content: "\ea41";
}
.uil-comment-heart:before {
  content: "\ea42";
}
.uil-comment-image:before {
  content: "\ea43";
}
.uil-comment-info-alt:before {
  content: "\ea44";
}
.uil-comment-info:before {
  content: "\ea45";
}
.uil-comment-lines:before {
  content: "\ea46";
}
.uil-comment-lock:before {
  content: "\ea47";
}
.uil-comment-medical:before {
  content: "\ea48";
}
.uil-comment-message:before {
  content: "\ea49";
}
.uil-comment-notes:before {
  content: "\ea4a";
}
.uil-comment-plus:before {
  content: "\ea4b";
}
.uil-comment-question:before {
  content: "\ea4c";
}
.uil-comment-redo:before {
  content: "\ea4d";
}
.uil-comment-search:before {
  content: "\ea4e";
}
.uil-comment-share:before {
  content: "\ea4f";
}
.uil-comment-shield:before {
  content: "\ea50";
}
.uil-comment-slash:before {
  content: "\ea51";
}
.uil-comment-upload:before {
  content: "\ea52";
}
.uil-comment-verify:before {
  content: "\ea53";
}
.uil-comment:before {
  content: "\ea54";
}
.uil-comments-alt:before {
  content: "\ea55";
}
.uil-comments:before {
  content: "\ea56";
}
.uil-compact-disc:before {
  content: "\ea57";
}
.uil-comparison:before {
  content: "\ea58";
}
.uil-compass:before {
  content: "\ea59";
}
.uil-compress-alt-left:before {
  content: "\ea5a";
}
.uil-compress-alt:before {
  content: "\ea5b";
}
.uil-compress-arrows:before {
  content: "\ea5c";
}
.uil-compress-lines:before {
  content: "\ea5d";
}
.uil-compress-point:before {
  content: "\ea5e";
}
.uil-compress-v:before {
  content: "\ea5f";
}
.uil-compress:before {
  content: "\ea60";
}
.uil-confused:before {
  content: "\ea61";
}
.uil-constructor:before {
  content: "\ea62";
}
.uil-copy-alt:before {
  content: "\ea63";
}
.uil-copy-landscape:before {
  content: "\ea64";
}
.uil-copy:before {
  content: "\ea65";
}
.uil-copyright:before {
  content: "\ea66";
}
.uil-corner-down-left:before {
  content: "\ea67";
}
.uil-corner-down-right-alt:before {
  content: "\ea68";
}
.uil-corner-down-right:before {
  content: "\ea69";
}
.uil-corner-left-down:before {
  content: "\ea6a";
}
.uil-corner-right-down:before {
  content: "\ea6b";
}
.uil-corner-up-left-alt:before {
  content: "\ea6c";
}
.uil-corner-up-left:before {
  content: "\ea6d";
}
.uil-corner-up-right-alt:before {
  content: "\ea6e";
}
.uil-corner-up-right:before {
  content: "\ea6f";
}
.uil-coronavirus:before {
  content: "\ea70";
}
.uil-create-dashboard:before {
  content: "\ea71";
}
.uil-creative-commons-pd:before {
  content: "\ea72";
}
.uil-credit-card-search:before {
  content: "\ea73";
}
.uil-credit-card:before {
  content: "\ea74";
}
.uil-crockery:before {
  content: "\ea75";
}
.uil-crop-alt-rotate-left:before {
  content: "\ea76";
}
.uil-crop-alt-rotate-right:before {
  content: "\ea77";
}
.uil-crop-alt:before {
  content: "\ea78";
}
.uil-crosshair-alt:before {
  content: "\ea79";
}
.uil-crosshair:before {
  content: "\ea7a";
}
.uil-crosshairs:before {
  content: "\ea7b";
}
.uil-css3-simple:before {
  content: "\ea7c";
}
.uil-cube:before {
  content: "\ea7d";
}
.uil-dashboard:before {
  content: "\ea7e";
}
.uil-data-sharing:before {
  content: "\ea7f";
}
.uil-database-alt:before {
  content: "\ea80";
}
.uil-database:before {
  content: "\ea81";
}
.uil-desert:before {
  content: "\ea82";
}
.uil-desktop-alt-slash:before {
  content: "\ea83";
}
.uil-desktop-alt:before {
  content: "\ea84";
}
.uil-desktop-cloud-alt:before {
  content: "\ea85";
}
.uil-desktop-slash:before {
  content: "\ea86";
}
.uil-dialpad-alt:before {
  content: "\ea87";
}
.uil-desktop:before {
  content: "\ea88";
}
.uil-dialpad:before {
  content: "\ea89";
}
.uil-diamond:before {
  content: "\ea8a";
}
.uil-diary-alt:before {
  content: "\ea8b";
}
.uil-diary:before {
  content: "\ea8c";
}
.uil-dice-five:before {
  content: "\ea8d";
}
.uil-dice-four:before {
  content: "\ea8e";
}
.uil-dice-one:before {
  content: "\ea8f";
}
.uil-dice-six:before {
  content: "\ea90";
}
.uil-dice-three:before {
  content: "\ea91";
}
.uil-dice-two:before {
  content: "\ea92";
}
.uil-direction:before {
  content: "\ea93";
}
.uil-directions:before {
  content: "\ea94";
}
.uil-discord:before {
  content: "\ea95";
}
.uil-dizzy-meh:before {
  content: "\ea96";
}
.uil-dna:before {
  content: "\ea97";
}
.uil-docker:before {
  content: "\ea98";
}
.uil-document-info:before {
  content: "\ea99";
}
.uil-document-layout-center:before {
  content: "\ea9a";
}
.uil-document-layout-left:before {
  content: "\ea9b";
}
.uil-document-layout-right:before {
  content: "\ea9c";
}
.uil-dollar-alt:before {
  content: "\ea9d";
}
.uil-dollar-sign-alt:before {
  content: "\ea9e";
}
.uil-dollar-sign:before {
  content: "\ea9f";
}
.uil-download-alt:before {
  content: "\eaa0";
}
.uil-draggabledots:before {
  content: "\eaa1";
}
.uil-dribbble:before {
  content: "\eaa2";
}
.uil-drill:before {
  content: "\eaa3";
}
.uil-dropbox:before {
  content: "\eaa4";
}
.uil-dumbbell:before {
  content: "\eaa5";
}
.uil-ear:before {
  content: "\eaa6";
}
.uil-edit-alt:before {
  content: "\eaa7";
}
.uil-edit:before {
  content: "\eaa8";
}
.uil-elipsis-double-v-alt:before {
  content: "\eaa9";
}
.uil-ellipsis-h:before {
  content: "\eaaa";
}
.uil-ellipsis-v:before {
  content: "\eaab";
}
.uil-emoji:before {
  content: "\eaac";
}
.uil-english-to-chinese:before {
  content: "\eaad";
}
.uil-enter:before {
  content: "\eaae";
}
.uil-envelope-add:before {
  content: "\eaaf";
}
.uil-envelope-alt:before {
  content: "\eab0";
}
.uil-envelope-block:before {
  content: "\eab1";
}
.uil-envelope-bookmark:before {
  content: "\eab2";
}
.uil-envelope-check:before {
  content: "\eab3";
}
.uil-envelope-download-alt:before {
  content: "\eab4";
}
.uil-envelope-download:before {
  content: "\eab5";
}
.uil-envelope-edit:before {
  content: "\eab6";
}
.uil-envelope-exclamation:before {
  content: "\eab7";
}
.uil-envelope-info:before {
  content: "\eab8";
}
.uil-envelope-heart:before {
  content: "\eab9";
}
.uil-envelope-lock:before {
  content: "\eaba";
}
.uil-envelope-minus:before {
  content: "\eabb";
}
.uil-envelope-open:before {
  content: "\eabc";
}
.uil-envelope-question:before {
  content: "\eabd";
}
.uil-envelope-receive:before {
  content: "\eabe";
}
.uil-envelope-redo:before {
  content: "\eabf";
}
.uil-envelope-search:before {
  content: "\eac0";
}
.uil-envelope-send:before {
  content: "\eac1";
}
.uil-envelope-share:before {
  content: "\eac2";
}
.uil-envelope-shield:before {
  content: "\eac3";
}
.uil-envelope-star:before {
  content: "\eac4";
}
.uil-envelope-times:before {
  content: "\eac5";
}
.uil-envelope-upload-alt:before {
  content: "\eac6";
}
.uil-envelope-upload:before {
  content: "\eac7";
}
.uil-envelope:before {
  content: "\eac8";
}
.uil-envelopes:before {
  content: "\eac9";
}
.uil-equal-circle:before {
  content: "\eaca";
}
.uil-estate:before {
  content: "\eacb";
}
.uil-euro-circle:before {
  content: "\eacc";
}
.uil-euro:before {
  content: "\eacd";
}
.uil-exchange-alt:before {
  content: "\eace";
}
.uil-exchange:before {
  content: "\eacf";
}
.uil-exclamation-circle:before {
  content: "\ead0";
}
.uil-exclamation-octagon:before {
  content: "\ead1";
}
.uil-exclamation-triangle:before {
  content: "\ead2";
}
.uil-exclamation:before {
  content: "\ead3";
}
.uil-exclude:before {
  content: "\ead4";
}
.uil-exit:before {
  content: "\ead5";
}
.uil-expand-alt:before {
  content: "\ead6";
}
.uil-expand-arrows-alt:before {
  content: "\ead7";
}
.uil-expand-arrows:before {
  content: "\ead8";
}
.uil-expand-from-corner:before {
  content: "\ead9";
}
.uil-expand-left:before {
  content: "\eada";
}
.uil-expand-right:before {
  content: "\eadb";
}
.uil-export:before {
  content: "\eadc";
}
.uil-exposure-alt:before {
  content: "\eadd";
}
.uil-exposure-increase:before {
  content: "\eade";
}
.uil-external-link-alt:before {
  content: "\eadf";
}
.uil-eye-slash:before {
  content: "\eae0";
}
.uil-eye:before {
  content: "\eae1";
}
.uil-facebook-f:before {
  content: "\eae2";
}
.uil-facebook-messenger-alt:before {
  content: "\eae3";
}
.uil-facebook-messenger:before {
  content: "\eae4";
}
.uil-facebook:before {
  content: "\eae5";
}
.uil-fahrenheit:before {
  content: "\eae6";
}
.uil-fast-mail-alt:before {
  content: "\eae7";
}
.uil-fast-mail:before {
  content: "\eae8";
}
.uil-favorite:before {
  content: "\eae9";
}
.uil-feedback:before {
  content: "\eaea";
}
.uil-fidget-spinner:before {
  content: "\eaeb";
}
.uil-file-alt:before {
  content: "\eaec";
}
.uil-file-blank:before {
  content: "\eaed";
}
.uil-file-block-alt:before {
  content: "\eaee";
}
.uil-file-bookmark-alt:before {
  content: "\eaef";
}
.uil-file-check-alt:before {
  content: "\eaf0";
}
.uil-file-check:before {
  content: "\eaf1";
}
.uil-file-contract-dollar:before {
  content: "\eaf2";
}
.uil-file-contract:before {
  content: "\eaf3";
}
.uil-file-copy-alt:before {
  content: "\eaf4";
}
.uil-file-download-alt:before {
  content: "\eaf5";
}
.uil-file-download:before {
  content: "\eaf6";
}
.uil-file-edit-alt:before {
  content: "\eaf7";
}
.uil-file-exclamation-alt:before {
  content: "\eaf8";
}
.uil-file-exclamation:before {
  content: "\eaf9";
}
.uil-file-export:before {
  content: "\eafa";
}
.uil-file-graph:before {
  content: "\eafb";
}
.uil-file-heart:before {
  content: "\eafc";
}
.uil-file-import:before {
  content: "\eafd";
}
.uil-file-info-alt:before {
  content: "\eafe";
}
.uil-file-landscape-alt:before {
  content: "\eaff";
}
.uil-file-landscape:before {
  content: "\eb00";
}
.uil-file-lanscape-slash:before {
  content: "\eb01";
}
.uil-file-medical-alt:before {
  content: "\eb02";
}
.uil-file-medical:before {
  content: "\eb03";
}
.uil-file-minus-alt:before {
  content: "\eb04";
}
.uil-file-lock-alt:before {
  content: "\eb05";
}
.uil-file-minus:before {
  content: "\eb06";
}
.uil-file-network:before {
  content: "\eb07";
}
.uil-file-plus-alt:before {
  content: "\eb08";
}
.uil-file-plus:before {
  content: "\eb09";
}
.uil-file-question:before {
  content: "\eb0a";
}
.uil-file-redo-alt:before {
  content: "\eb0b";
}
.uil-file-question-alt:before {
  content: "\eb0c";
}
.uil-file-slash:before {
  content: "\eb0d";
}
.uil-file-times-alt:before {
  content: "\eb0e";
}
.uil-file-shield-alt:before {
  content: "\eb0f";
}
.uil-file-times:before {
  content: "\eb10";
}
.uil-file-share-alt:before {
  content: "\eb11";
}
.uil-file-search-alt:before {
  content: "\eb12";
}
.uil-file:before {
  content: "\eb13";
}
.uil-file-upload:before {
  content: "\eb14";
}
.uil-filter:before {
  content: "\eb15";
}
.uil-filter-slash:before {
  content: "\eb16";
}
.uil-files-landscapes:before {
  content: "\eb17";
}
.uil-film:before {
  content: "\eb18";
}
.uil-flask:before {
  content: "\eb19";
}
.uil-flask-potion:before {
  content: "\eb1a";
}
.uil-files-landscapes-alt:before {
  content: "\eb1b";
}
.uil-flip-h-alt:before {
  content: "\eb1c";
}
.uil-flip-h:before {
  content: "\eb1d";
}
.uil-flip-v-alt:before {
  content: "\eb1e";
}
.uil-file-upload-alt:before {
  content: "\eb1f";
}
.uil-fire:before {
  content: "\eb20";
}
.uil-flower:before {
  content: "\eb21";
}
.uil-focus-add:before {
  content: "\eb22";
}
.uil-flip-v:before {
  content: "\eb23";
}
.uil-focus:before {
  content: "\eb24";
}
.uil-folder-check:before {
  content: "\eb25";
}
.uil-folder-download:before {
  content: "\eb26";
}
.uil-folder-exclamation:before {
  content: "\eb27";
}
.uil-folder-heart:before {
  content: "\eb28";
}
.uil-folder-info:before {
  content: "\eb29";
}
.uil-folder-lock:before {
  content: "\eb2a";
}
.uil-folder-medical:before {
  content: "\eb2b";
}
.uil-folder-minus:before {
  content: "\eb2c";
}
.uil-folder-network:before {
  content: "\eb2d";
}
.uil-folder-open:before {
  content: "\eb2e";
}
.uil-folder-plus:before {
  content: "\eb2f";
}
.uil-folder-question:before {
  content: "\eb30";
}
.uil-folder-slash:before {
  content: "\eb31";
}
.uil-folder-times:before {
  content: "\eb32";
}
.uil-folder-upload:before {
  content: "\eb33";
}
.uil-folder:before {
  content: "\eb34";
}
.uil-font:before {
  content: "\eb35";
}
.uil-football-american:before {
  content: "\eb36";
}
.uil-football-ball:before {
  content: "\eb37";
}
.uil-football:before {
  content: "\eb38";
}
.uil-forecastcloud-moon-tear:before {
  content: "\eb39";
}
.uil-forwaded-call:before {
  content: "\eb3a";
}
.uil-forward:before {
  content: "\eb3b";
}
.uil-frown:before {
  content: "\eb3c";
}
.uil-game-structure:before {
  content: "\eb3d";
}
.uil-gift:before {
  content: "\eb3e";
}
.uil-github-alt:before {
  content: "\eb3f";
}
.uil-github:before {
  content: "\eb40";
}
.uil-gitlab:before {
  content: "\eb41";
}
.uil-glass-martini-alt-slash:before {
  content: "\eb42";
}
.uil-focus-target:before {
  content: "\eb43";
}
.uil-glass-martini-alt:before {
  content: "\eb44";
}
.uil-glass-martini:before {
  content: "\eb45";
}
.uil-glass-tea:before {
  content: "\eb46";
}
.uil-glass:before {
  content: "\eb47";
}
.uil-globe:before {
  content: "\eb48";
}
.uil-gold:before {
  content: "\eb49";
}
.uil-golf-ball:before {
  content: "\eb4a";
}
.uil-google-drive-alt:before {
  content: "\eb4b";
}
.uil-google-drive:before {
  content: "\eb4c";
}
.uil-google-hangouts-alt:before {
  content: "\eb4d";
}
.uil-google-hangouts:before {
  content: "\eb4e";
}
.uil-google-play:before {
  content: "\eb4f";
}
.uil-google:before {
  content: "\eb50";
}
.uil-graduation-cap:before {
  content: "\eb51";
}
.uil-graph-bar:before {
  content: "\eb52";
}
.uil-grid:before {
  content: "\eb53";
}
.uil-grids:before {
  content: "\eb54";
}
.uil-grin-tongue-wink-alt:before {
  content: "\eb55";
}
.uil-grin:before {
  content: "\eb56";
}
.uil-grin-tongue-wink:before {
  content: "\eb57";
}
.uil-grip-horizontal-line:before {
  content: "\eb58";
}
.uil-hard-hat:before {
  content: "\eb59";
}
.uil-hdd:before {
  content: "\eb5a";
}
.uil-head-side-mask:before {
  content: "\eb5b";
}
.uil-head-side-cough:before {
  content: "\eb5c";
}
.uil-head-side:before {
  content: "\eb5d";
}
.uil-headphone-slash:before {
  content: "\eb5e";
}
.uil-headphones-alt:before {
  content: "\eb5f";
}
.uil-heart-alt:before {
  content: "\eb60";
}
.uil-headphones:before {
  content: "\eb61";
}
.uil-heart-break:before {
  content: "\eb62";
}
.uil-heart-medical:before {
  content: "\eb63";
}
.uil-heart-rate:before {
  content: "\eb64";
}
.uil-heart-sign:before {
  content: "\eb65";
}
.uil-heart:before {
  content: "\eb66";
}
.uil-heartbeat:before {
  content: "\eb67";
}
.uil-hindi-to-chinese:before {
  content: "\eb68";
}
.uil-hipchat:before {
  content: "\eb69";
}
.uil-history-alt:before {
  content: "\eb6a";
}
.uil-history:before {
  content: "\eb6b";
}
.uil-home-alt:before {
  content: "\eb6c";
}
.uil-home:before {
  content: "\eb6d";
}
.uil-horizontal-align-center:before {
  content: "\eb6e";
}
.uil-horizontal-align-left:before {
  content: "\eb6f";
}
.uil-horizontal-align-right:before {
  content: "\eb70";
}
.uil-horizontal-distribution-center:before {
  content: "\eb71";
}
.uil-horizontal-distribution-right:before {
  content: "\eb72";
}
.uil-hospital-square-sign:before {
  content: "\eb73";
}
.uil-hospital-symbol:before {
  content: "\eb74";
}
.uil-horizontal-distribution-left:before {
  content: "\eb75";
}
.uil-hospital:before {
  content: "\eb76";
}
.uil-house-user:before {
  content: "\eb77";
}
.uil-hourglass:before {
  content: "\eb78";
}
.uil-html3-alt:before {
  content: "\eb79";
}
.uil-html5-alt:before {
  content: "\eb7a";
}
.uil-html3:before {
  content: "\eb7b";
}
.uil-html5:before {
  content: "\eb7c";
}
.uil-hunting:before {
  content: "\eb7d";
}
.uil-icons:before {
  content: "\eb7e";
}
.uil-illustration:before {
  content: "\eb7f";
}
.uil-image-alt-slash:before {
  content: "\eb80";
}
.uil-image-block:before {
  content: "\eb81";
}
.uil-image-broken:before {
  content: "\eb82";
}
.uil-image-check:before {
  content: "\eb83";
}
.uil-image-download:before {
  content: "\eb84";
}
.uil-image-edit:before {
  content: "\eb85";
}
.uil-image-lock:before {
  content: "\eb86";
}
.uil-image-minus:before {
  content: "\eb87";
}
.uil-image-plus:before {
  content: "\eb88";
}
.uil-image-question:before {
  content: "\eb89";
}
.uil-image-redo:before {
  content: "\eb8a";
}
.uil-image-resize-landscape:before {
  content: "\eb8b";
}
.uil-image-resize-square:before {
  content: "\eb8c";
}
.uil-image-search:before {
  content: "\eb8d";
}
.uil-image-share:before {
  content: "\eb8e";
}
.uil-image-shield:before {
  content: "\eb8f";
}
.uil-image-slash:before {
  content: "\eb90";
}
.uil-image-times:before {
  content: "\eb91";
}
.uil-image-upload:before {
  content: "\eb92";
}
.uil-image-v:before {
  content: "\eb93";
}
.uil-image:before {
  content: "\eb94";
}
.uil-images:before {
  content: "\eb95";
}
.uil-import:before {
  content: "\eb96";
}
.uil-inbox:before {
  content: "\eb97";
}
.uil-incoming-call:before {
  content: "\eb98";
}
.uil-info-circle:before {
  content: "\eb99";
}
.uil-instagram-alt:before {
  content: "\eb9a";
}
.uil-info:before {
  content: "\eb9b";
}
.uil-instagram:before {
  content: "\eb9c";
}
.uil-intercom-alt:before {
  content: "\eb9d";
}
.uil-intercom:before {
  content: "\eb9e";
}
.uil-invoice:before {
  content: "\eb9f";
}
.uil-italic:before {
  content: "\eba0";
}
.uil-jackhammer:before {
  content: "\eba1";
}
.uil-java-script:before {
  content: "\eba2";
}
.uil-kayak:before {
  content: "\eba3";
}
.uil-key-skeleton-alt:before {
  content: "\eba4";
}
.uil-key-skeleton:before {
  content: "\eba5";
}
.uil-keyboard-alt:before {
  content: "\eba6";
}
.uil-keyboard-hide:before {
  content: "\eba7";
}
.uil-keyboard-show:before {
  content: "\eba8";
}
.uil-keyboard:before {
  content: "\eba9";
}
.uil-keyhole-circle:before {
  content: "\ebaa";
}
.uil-keyhole-square-full:before {
  content: "\ebab";
}
.uil-keyhole-square:before {
  content: "\ebac";
}
.uil-kid:before {
  content: "\ebad";
}
.uil-label-alt:before {
  content: "\ebae";
}
.uil-label:before {
  content: "\ebaf";
}
.uil-lamp:before {
  content: "\ebb0";
}
.uil-language:before {
  content: "\ebb1";
}
.uil-laptop-cloud:before {
  content: "\ebb2";
}
.uil-laptop-connection:before {
  content: "\ebb3";
}
.uil-laptop:before {
  content: "\ebb4";
}
.uil-laughing:before {
  content: "\ebb5";
}
.uil-layer-group-slash:before {
  content: "\ebb6";
}
.uil-layer-group:before {
  content: "\ebb7";
}
.uil-layers-alt:before {
  content: "\ebb8";
}
.uil-layers-slash:before {
  content: "\ebb9";
}
.uil-layers:before {
  content: "\ebba";
}
.uil-left-arrow-from-left:before {
  content: "\ebbb";
}
.uil-left-arrow-to-left:before {
  content: "\ebbc";
}
.uil-left-indent-alt:before {
  content: "\ebbd";
}
.uil-left-indent:before {
  content: "\ebbe";
}
.uil-left-to-right-text-direction:before {
  content: "\ebbf";
}
.uil-letter-chinese-a:before {
  content: "\ebc0";
}
.uil-letter-english-a:before {
  content: "\ebc1";
}
.uil-letter-hindi-a:before {
  content: "\ebc2";
}
.uil-letter-japanese-a:before {
  content: "\ebc3";
}
.uil-life-ring:before {
  content: "\ebc4";
}
.uil-lightbulb-alt:before {
  content: "\ebc5";
}
.uil-lightbulb:before {
  content: "\ebc6";
}
.uil-line-alt:before {
  content: "\ebc7";
}
.uil-line-spacing:before {
  content: "\ebc8";
}
.uil-link-add:before {
  content: "\ebc9";
}
.uil-link-alt:before {
  content: "\ebca";
}
.uil-link-broken:before {
  content: "\ebcb";
}
.uil-link-h:before {
  content: "\ebcc";
}
.uil-link:before {
  content: "\ebcd";
}
.uil-linux:before {
  content: "\ebce";
}
.uil-line:before {
  content: "\ebcf";
}
.uil-linkedin-alt:before {
  content: "\ebd0";
}
.uil-linkedin:before {
  content: "\ebd1";
}
.uil-list-ol:before {
  content: "\ebd2";
}
.uil-list-ui-alt:before {
  content: "\ebd3";
}
.uil-list-ol-alt:before {
  content: "\ebd4";
}
.uil-location-arrow-alt:before {
  content: "\ebd5";
}
.uil-lira-sign:before {
  content: "\ebd6";
}
.uil-location-point:before {
  content: "\ebd7";
}
.uil-location-pin-alt:before {
  content: "\ebd8";
}
.uil-location-arrow:before {
  content: "\ebd9";
}
.uil-lottiefiles-alt:before {
  content: "\ebda";
}
.uil-mailbox:before {
  content: "\ebdb";
}
.uil-lock:before {
  content: "\ebdc";
}
.uil-map-marker-minus:before {
  content: "\ebdd";
}
.uil-map-marker-info:before {
  content: "\ebde";
}
.uil-map-marker-edit:before {
  content: "\ebdf";
}
.uil-map-marker-alt:before {
  content: "\ebe0";
}
.uil-map-marker-shield:before {
  content: "\ebe1";
}
.uil-map-marker-slash:before {
  content: "\ebe2";
}
.uil-map-marker:before {
  content: "\ebe3";
}
.uil-map-marker-question:before {
  content: "\ebe4";
}
.uil-map-pin-alt:before {
  content: "\ebe5";
}
.uil-map:before {
  content: "\ebe6";
}
.uil-map-pin:before {
  content: "\ebe7";
}
.uil-map-marker-plus:before {
  content: "\ebe8";
}
.uil-mars:before {
  content: "\ebe9";
}
.uil-lock-open-alt:before {
  content: "\ebea";
}
.uil-lock-slash:before {
  content: "\ebeb";
}
.uil-master-card:before {
  content: "\ebec";
}
.uil-luggage-cart:before {
  content: "\ebed";
}
.uil-lottiefiles:before {
  content: "\ebee";
}
.uil-medical-square-full:before {
  content: "\ebef";
}
.uil-lock-alt:before {
  content: "\ebf0";
}
.uil-medical-square:before {
  content: "\ebf1";
}
.uil-medical-drip:before {
  content: "\ebf2";
}
.uil-medkit:before {
  content: "\ebf3";
}
.uil-medium-m:before {
  content: "\ebf4";
}
.uil-megaphone:before {
  content: "\ebf5";
}
.uil-meeting-board:before {
  content: "\ebf6";
}
.uil-meh-alt:before {
  content: "\ebf7";
}
.uil-meh-closed-eye:before {
  content: "\ebf8";
}
.uil-medal:before {
  content: "\ebf9";
}
.uil-maximize-left:before {
  content: "\ebfa";
}
.uil-meh:before {
  content: "\ebfb";
}
.uil-list-ul:before {
  content: "\ebfc";
}
.uil-metro:before {
  content: "\ebfd";
}
.uil-message:before {
  content: "\ebfe";
}
.uil-microphone-slash:before {
  content: "\ebff";
}
.uil-mailbox-alt:before {
  content: "\ec00";
}
.uil-microscope:before {
  content: "\ec01";
}
.uil-microphone:before {
  content: "\ec02";
}
.uil-microsoft:before {
  content: "\ec03";
}
.uil-minus-path:before {
  content: "\ec04";
}
.uil-minus-square-full:before {
  content: "\ec05";
}
.uil-minus-circle:before {
  content: "\ec06";
}
.uil-minus:before {
  content: "\ec07";
}
.uil-missed-call:before {
  content: "\ec08";
}
.uil-mobile-android-alt:before {
  content: "\ec09";
}
.uil-mobile-android:before {
  content: "\ec0a";
}
.uil-mobile-vibrate:before {
  content: "\ec0b";
}
.uil-modem:before {
  content: "\ec0c";
}
.uil-minus-square:before {
  content: "\ec0d";
}
.uil-money-bill-slash:before {
  content: "\ec0e";
}
.uil-money-bill-stack:before {
  content: "\ec0f";
}
.uil-money-bill:before {
  content: "\ec10";
}
.uil-lock-access:before {
  content: "\ec11";
}
.uil-money-insert:before {
  content: "\ec12";
}
.uil-money-stack:before {
  content: "\ec13";
}
.uil-money-withdraw:before {
  content: "\ec14";
}
.uil-money-withdrawal:before {
  content: "\ec15";
}
.uil-moneybag-alt:before {
  content: "\ec16";
}
.uil-moneybag:before {
  content: "\ec17";
}
.uil-monitor-heart-rate:before {
  content: "\ec18";
}
.uil-monitor:before {
  content: "\ec19";
}
.uil-moon-eclipse:before {
  content: "\ec1a";
}
.uil-moon:before {
  content: "\ec1b";
}
.uil-moonset:before {
  content: "\ec1c";
}
.uil-mountains-sun:before {
  content: "\ec1d";
}
.uil-mountains:before {
  content: "\ec1e";
}
.uil-mouse-alt-2:before {
  content: "\ec1f";
}
.uil-mouse-alt:before {
  content: "\ec20";
}
.uil-mouse:before {
  content: "\ec21";
}
.uil-multiply:before {
  content: "\ec22";
}
.uil-music-note:before {
  content: "\ec23";
}
.uil-music-tune-slash:before {
  content: "\ec24";
}
.uil-music:before {
  content: "\ec25";
}
.uil-n-a:before {
  content: "\ec26";
}
.uil-navigator:before {
  content: "\ec27";
}
.uil-nerd:before {
  content: "\ec28";
}
.uil-newspaper:before {
  content: "\ec29";
}
.uil-no-entry:before {
  content: "\ec2a";
}
.uil-ninja:before {
  content: "\ec2b";
}
.uil-notebooks:before {
  content: "\ec2c";
}
.uil-notes:before {
  content: "\ec2d";
}
.uil-object-group:before {
  content: "\ec2e";
}
.uil-object-ungroup:before {
  content: "\ec2f";
}
.uil-octagon:before {
  content: "\ec30";
}
.uil-okta:before {
  content: "\ec31";
}
.uil-opera-alt:before {
  content: "\ec32";
}
.uil-opera:before {
  content: "\ec33";
}
.uil-outgoing-call:before {
  content: "\ec34";
}
.uil-padlock:before {
  content: "\ec35";
}
.uil-package:before {
  content: "\ec36";
}
.uil-pagelines:before {
  content: "\ec37";
}
.uil-paint-tool:before {
  content: "\ec38";
}
.uil-pagerduty:before {
  content: "\ec39";
}
.uil-palette:before {
  content: "\ec3a";
}
.uil-panel-add:before {
  content: "\ec3b";
}
.uil-panorama-h-alt:before {
  content: "\ec3c";
}
.uil-panorama-h:before {
  content: "\ec3d";
}
.uil-panorama-v:before {
  content: "\ec3e";
}
.uil-paperclip:before {
  content: "\ec3f";
}
.uil-parcel:before {
  content: "\ec40";
}
.uil-paragraph:before {
  content: "\ec41";
}
.uil-parking-circle:before {
  content: "\ec42";
}
.uil-parking-square:before {
  content: "\ec43";
}
.uil-pathfinder-unite:before {
  content: "\ec44";
}
.uil-pathfinder:before {
  content: "\ec45";
}
.uil-pause-circle:before {
  content: "\ec46";
}
.uil-pause:before {
  content: "\ec47";
}
.uil-paypal:before {
  content: "\ec48";
}
.uil-pen:before {
  content: "\ec49";
}
.uil-pentagon:before {
  content: "\ec4a";
}
.uil-percentage:before {
  content: "\ec4b";
}
.uil-phone-pause:before {
  content: "\ec4c";
}
.uil-phone-alt:before {
  content: "\ec4d";
}
.uil-phone-slash:before {
  content: "\ec4e";
}
.uil-phone-times:before {
  content: "\ec4f";
}
.uil-phone-volume:before {
  content: "\ec50";
}
.uil-phone:before {
  content: "\ec51";
}
.uil-picture:before {
  content: "\ec52";
}
.uil-pizza-slice:before {
  content: "\ec53";
}
.uil-plane-arrival:before {
  content: "\ec54";
}
.uil-plane-departure:before {
  content: "\ec55";
}
.uil-plane-fly:before {
  content: "\ec56";
}
.uil-plane:before {
  content: "\ec57";
}
.uil-play-circle:before {
  content: "\ec58";
}
.uil-play:before {
  content: "\ec59";
}
.uil-plug:before {
  content: "\ec5a";
}
.uil-plus-circle:before {
  content: "\ec5b";
}
.uil-plus-square:before {
  content: "\ec5c";
}
.uil-plus:before {
  content: "\ec5d";
}
.uil-podium:before {
  content: "\ec5e";
}
.uil-polygon:before {
  content: "\ec5f";
}
.uil-post-stamp:before {
  content: "\ec60";
}
.uil-postcard:before {
  content: "\ec61";
}
.uil-pound-circle:before {
  content: "\ec62";
}
.uil-pound:before {
  content: "\ec63";
}
.uil-power:before {
  content: "\ec64";
}
.uil-prescription-bottle:before {
  content: "\ec65";
}
.uil-presentation-check:before {
  content: "\ec66";
}
.uil-presentation-edit:before {
  content: "\ec67";
}
.uil-presentation-line:before {
  content: "\ec68";
}
.uil-presentation-lines-alt:before {
  content: "\ec69";
}
.uil-presentation-minus:before {
  content: "\ec6a";
}
.uil-presentation-play:before {
  content: "\ec6b";
}
.uil-presentation-plus:before {
  content: "\ec6c";
}
.uil-presentation-times:before {
  content: "\ec6d";
}
.uil-presentation:before {
  content: "\ec6e";
}
.uil-previous:before {
  content: "\ec6f";
}
.uil-pricetag-alt:before {
  content: "\ec70";
}
.uil-print-slash:before {
  content: "\ec71";
}
.uil-print:before {
  content: "\ec72";
}
.uil-process:before {
  content: "\ec73";
}
.uil-processor:before {
  content: "\ec74";
}
.uil-programming-language:before {
  content: "\ec75";
}
.uil-pump:before {
  content: "\ec76";
}
.uil-puzzle-piece:before {
  content: "\ec77";
}
.uil-qrcode-scan:before {
  content: "\ec78";
}
.uil-question-circle:before {
  content: "\ec79";
}
.uil-question:before {
  content: "\ec7a";
}
.uil-raindrops-alt:before {
  content: "\ec7b";
}
.uil-rainbow:before {
  content: "\ec7c";
}
.uil-raindrops:before {
  content: "\ec7d";
}
.uil-react:before {
  content: "\ec7e";
}
.uil-receipt-alt:before {
  content: "\ec7f";
}
.uil-receipt:before {
  content: "\ec80";
}
.uil-record-audio:before {
  content: "\ec81";
}
.uil-reddit-alien-alt:before {
  content: "\ec82";
}
.uil-redo:before {
  content: "\ec83";
}
.uil-refresh:before {
  content: "\ec84";
}
.uil-registered:before {
  content: "\ec85";
}
.uil-repeat:before {
  content: "\ec86";
}
.uil-restaurant:before {
  content: "\ec87";
}
.uil-right-indent-alt:before {
  content: "\ec88";
}
.uil-right-to-left-text-direction:before {
  content: "\ec89";
}
.uil-robot:before {
  content: "\ec8a";
}
.uil-rope-way:before {
  content: "\ec8b";
}
.uil-rocket:before {
  content: "\ec8c";
}
.uil-rotate-360:before {
  content: "\ec8d";
}
.uil-rss-alt:before {
  content: "\ec8e";
}
.uil-rss-interface:before {
  content: "\ec8f";
}
.uil-rss:before {
  content: "\ec90";
}
.uil-ruler-combined:before {
  content: "\ec91";
}
.uil-ruler:before {
  content: "\ec92";
}
.uil-rupee-sign:before {
  content: "\ec93";
}
.uil-sad-cry:before {
  content: "\ec94";
}
.uil-sad-crying:before {
  content: "\ec95";
}
.uil-sad-dizzy:before {
  content: "\ec96";
}
.uil-sad-squint:before {
  content: "\ec97";
}
.uil-sad:before {
  content: "\ec98";
}
.uil-sanitizer-alt:before {
  content: "\ec99";
}
.uil-sanitizer:before {
  content: "\ec9a";
}
.uil-save:before {
  content: "\ec9b";
}
.uil-scaling-left:before {
  content: "\ec9c";
}
.uil-scaling-right:before {
  content: "\ec9d";
}
.uil-scenery:before {
  content: "\ec9e";
}
.uil-screw:before {
  content: "\ec9f";
}
.uil-scroll-h:before {
  content: "\eca0";
}
.uil-scroll:before {
  content: "\eca1";
}
.uil-schedule:before {
  content: "\eca2";
}
.uil-search-alt:before {
  content: "\eca3";
}
.uil-search-minus:before {
  content: "\eca4";
}
.uil-search:before {
  content: "\eca5";
}
.uil-selfie:before {
  content: "\eca6";
}
.uil-server-alt:before {
  content: "\eca7";
}
.uil-search-plus:before {
  content: "\eca8";
}
.uil-server-connection:before {
  content: "\eca9";
}
.uil-server-network:before {
  content: "\ecaa";
}
.uil-server-network-alt:before {
  content: "\ecab";
}
.uil-servers:before {
  content: "\ecac";
}
.uil-servicemark:before {
  content: "\ecad";
}
.uil-server:before {
  content: "\ecae";
}
.uil-setting:before {
  content: "\ecaf";
}
.uil-share-alt:before {
  content: "\ecb0";
}
.uil-share:before {
  content: "\ecb1";
}
.uil-shield-check:before {
  content: "\ecb2";
}
.uil-shield-exclamation:before {
  content: "\ecb3";
}
.uil-shield-plus:before {
  content: "\ecb4";
}
.uil-shield-question:before {
  content: "\ecb5";
}
.uil-shield:before {
  content: "\ecb6";
}
.uil-ship:before {
  content: "\ecb7";
}
.uil-shop:before {
  content: "\ecb8";
}
.uil-shield-slash:before {
  content: "\ecb9";
}
.uil-shopping-bag:before {
  content: "\ecba";
}
.uil-shopping-basket:before {
  content: "\ecbb";
}
.uil-shopping-cart-alt:before {
  content: "\ecbc";
}
.uil-shopping-cart:before {
  content: "\ecbd";
}
.uil-shovel:before {
  content: "\ecbe";
}
.uil-shrink:before {
  content: "\ecbf";
}
.uil-shuffle:before {
  content: "\ecc0";
}
.uil-shutter:before {
  content: "\ecc1";
}
.uil-sick:before {
  content: "\ecc2";
}
.uil-sigma:before {
  content: "\ecc3";
}
.uil-sign-alt:before {
  content: "\ecc4";
}
.uil-sign-in-alt:before {
  content: "\ecc5";
}
.uil-sign-left:before {
  content: "\ecc6";
}
.uil-sign-out-alt:before {
  content: "\ecc7";
}
.uil-sign-right:before {
  content: "\ecc8";
}
.uil-signal-alt:before {
  content: "\ecc9";
}
.uil-signal:before {
  content: "\ecca";
}
.uil-signin:before {
  content: "\eccb";
}
.uil-signout:before {
  content: "\eccc";
}
.uil-silence:before {
  content: "\eccd";
}
.uil-signal-alt-3:before {
  content: "\ecce";
}
.uil-silent-squint:before {
  content: "\eccf";
}
.uil-sim-card:before {
  content: "\ecd0";
}
.uil-skip-forward-alt:before {
  content: "\ecd1";
}
.uil-sitemap:before {
  content: "\ecd2";
}
.uil-skype-alt:before {
  content: "\ecd3";
}
.uil-skype:before {
  content: "\ecd4";
}
.uil-skip-forward:before {
  content: "\ecd5";
}
.uil-skip-forward-circle:before {
  content: "\ecd6";
}
.uil-shutter-alt:before {
  content: "\ecd7";
}
.uil-sliders-v:before {
  content: "\ecd8";
}
.uil-slider-h-range:before {
  content: "\ecd9";
}
.uil-slider-h:before {
  content: "\ecda";
}
.uil-sliders-v-alt:before {
  content: "\ecdb";
}
.uil-slack-alt:before {
  content: "\ecdc";
}
.uil-slack:before {
  content: "\ecdd";
}
.uil-smile-beam:before {
  content: "\ecde";
}
.uil-smile-dizzy:before {
  content: "\ecdf";
}
.uil-smile-squint-wink-alt:before {
  content: "\ece0";
}
.uil-smile-squint-wink:before {
  content: "\ece1";
}
.uil-smile-wink-alt:before {
  content: "\ece2";
}
.uil-smile-wink:before {
  content: "\ece3";
}
.uil-smile:before {
  content: "\ece4";
}
.uil-snapchat-ghost:before {
  content: "\ece5";
}
.uil-snowflake:before {
  content: "\ece6";
}
.uil-sperms:before {
  content: "\ece7";
}
.uil-snow-flake:before {
  content: "\ece8";
}
.uil-space-key:before {
  content: "\ece9";
}
.uil-spade:before {
  content: "\ecea";
}
.uil-star:before {
  content: "\eceb";
}
.uil-sorting:before {
  content: "\ecec";
}
.uil-squint:before {
  content: "\eced";
}
.uil-step-backward-alt:before {
  content: "\ecee";
}
.uil-snapchat-square:before {
  content: "\ecef";
}
.uil-square:before {
  content: "\ecf0";
}
.uil-square-shape:before {
  content: "\ecf1";
}
.uil-spinner:before {
  content: "\ecf2";
}
.uil-square-full:before {
  content: "\ecf3";
}
.uil-spin:before {
  content: "\ecf4";
}
.uil-stop-circle:before {
  content: "\ecf5";
}
.uil-stopwatch-slash:before {
  content: "\ecf6";
}
.uil-step-forward:before {
  content: "\ecf7";
}
.uil-step-backward:before {
  content: "\ecf8";
}
.uil-store-alt:before {
  content: "\ecf9";
}
.uil-snapchat-alt:before {
  content: "\ecfa";
}
.uil-sort:before {
  content: "\ecfb";
}
.uil-sort-amount-down:before {
  content: "\ecfc";
}
.uil-social-distancing:before {
  content: "\ecfd";
}
.uil-subway:before {
  content: "\ecfe";
}
.uil-subway-alt:before {
  content: "\ecff";
}
.uil-stopwatch:before {
  content: "\ed00";
}
.uil-subject:before {
  content: "\ed01";
}
.uil-step-backward-circle:before {
  content: "\ed02";
}
.uil-stretcher:before {
  content: "\ed03";
}
.uil-store:before {
  content: "\ed04";
}
.uil-streering:before {
  content: "\ed05";
}
.uil-sync:before {
  content: "\ed06";
}
.uil-sync-slash:before {
  content: "\ed07";
}
.uil-sync-exclamation:before {
  content: "\ed08";
}
.uil-table-tennis:before {
  content: "\ed09";
}
.uil-stethoscope:before {
  content: "\ed0a";
}
.uil-swimmer:before {
  content: "\ed0b";
}
.uil-snowflake-alt:before {
  content: "\ed0c";
}
.uil-tablet:before {
  content: "\ed0d";
}
.uil-syringe:before {
  content: "\ed0e";
}
.uil-table:before {
  content: "\ed0f";
}
.uil-tag-alt:before {
  content: "\ed10";
}
.uil-store-slash:before {
  content: "\ed11";
}
.uil-tape:before {
  content: "\ed12";
}
.uil-tachometer-fast:before {
  content: "\ed13";
}
.uil-tag:before {
  content: "\ed14";
}
.uil-tachometer-fast-alt:before {
  content: "\ed15";
}
.uil-swatchbook:before {
  content: "\ed16";
}
.uil-swiggy:before {
  content: "\ed17";
}
.uil-surprise:before {
  content: "\ed18";
}
.uil-sunset:before {
  content: "\ed19";
}
.uil-telegram:before {
  content: "\ed1a";
}
.uil-telegram-alt:before {
  content: "\ed1b";
}
.uil-tear:before {
  content: "\ed1c";
}
.uil-tablets:before {
  content: "\ed1d";
}
.uil-taxi:before {
  content: "\ed1e";
}
.uil-temperature-empty:before {
  content: "\ed1f";
}
.uil-temperature-minus:before {
  content: "\ed20";
}
.uil-temperature-half:before {
  content: "\ed21";
}
.uil-temperature-plus:before {
  content: "\ed22";
}
.uil-temperature-quarter:before {
  content: "\ed23";
}
.uil-sort-amount-up:before {
  content: "\ed24";
}
.uil-telescope:before {
  content: "\ed25";
}
.uil-temperature:before {
  content: "\ed26";
}
.uil-sun:before {
  content: "\ed27";
}
.uil-suitcase:before {
  content: "\ed28";
}
.uil-temperature-three-quarter:before {
  content: "\ed29";
}
.uil-text-strike-through:before {
  content: "\ed2a";
}
.uil-text:before {
  content: "\ed2b";
}
.uil-stethoscope-alt:before {
  content: "\ed2c";
}
.uil-text-size:before {
  content: "\ed2d";
}
.uil-th-slash:before {
  content: "\ed2e";
}
.uil-th-large:before {
  content: "\ed2f";
}
.uil-thermometer:before {
  content: "\ed30";
}
.uil-th:before {
  content: "\ed31";
}
.uil-star-half-alt:before {
  content: "\ed32";
}
.uil-thunderstorm-moon:before {
  content: "\ed33";
}
.uil-thunderstorm:before {
  content: "\ed34";
}
.uil-thumbs-up:before {
  content: "\ed35";
}
.uil-thumbs-down:before {
  content: "\ed36";
}
.uil-times-circle:before {
  content: "\ed37";
}
.uil-toggle-off:before {
  content: "\ed38";
}
.uil-thunderstorm-sun:before {
  content: "\ed39";
}
.uil-spinner-alt:before {
  content: "\ed3a";
}
.uil-times:before {
  content: "\ed3b";
}
.uil-times-square:before {
  content: "\ed3c";
}
.uil-toggle-on:before {
  content: "\ed3d";
}
.uil-suitcase-alt:before {
  content: "\ed3e";
}
.uil-tennis-ball:before {
  content: "\ed3f";
}
.uil-text-fields:before {
  content: "\ed40";
}
.uil-ticket:before {
  content: "\ed41";
}
.uil-toilet-paper:before {
  content: "\ed42";
}
.uil-top-arrow-from-top:before {
  content: "\ed43";
}
.uil-top-arrow-to-top:before {
  content: "\ed44";
}
.uil-tornado:before {
  content: "\ed45";
}
.uil-trademark-circle:before {
  content: "\ed46";
}
.uil-trademark:before {
  content: "\ed47";
}
.uil-traffic-barrier:before {
  content: "\ed48";
}
.uil-traffic-light:before {
  content: "\ed49";
}
.uil-transaction:before {
  content: "\ed4a";
}
.uil-trash-alt:before {
  content: "\ed4b";
}
.uil-trash:before {
  content: "\ed4c";
}
.uil-trees:before {
  content: "\ed4d";
}
.uil-triangle:before {
  content: "\ed4e";
}
.uil-trophy:before {
  content: "\ed4f";
}
.uil-trowel:before {
  content: "\ed50";
}
.uil-truck-loading:before {
  content: "\ed51";
}
.uil-truck:before {
  content: "\ed52";
}
.uil-tumblr-alt:before {
  content: "\ed53";
}
.uil-tumblr-square:before {
  content: "\ed54";
}
.uil-tumblr:before {
  content: "\ed55";
}
.uil-tv-retro-slash:before {
  content: "\ed56";
}
.uil-tv-retro:before {
  content: "\ed57";
}
.uil-twitter-alt:before {
  content: "\ed58";
}
.uil-twitter:before {
  content: "\ed59";
}
.uil-umbrella:before {
  content: "\ed5a";
}
.uil-unamused:before {
  content: "\ed5b";
}
.uil-underline:before {
  content: "\ed5c";
}
.uil-university:before {
  content: "\ed5d";
}
.uil-unlock-alt:before {
  content: "\ed5e";
}
.uil-unlock:before {
  content: "\ed5f";
}
.uil-upload-alt:before {
  content: "\ed60";
}
.uil-upload:before {
  content: "\ed61";
}
.uil-usd-circle:before {
  content: "\ed62";
}
.uil-usd-square:before {
  content: "\ed63";
}
.uil-user-arrows:before {
  content: "\ed64";
}
.uil-user-check:before {
  content: "\ed65";
}
.uil-user-circle:before {
  content: "\ed66";
}
.uil-user-exclamation:before {
  content: "\ed67";
}
.uil-user-location:before {
  content: "\ed68";
}
.uil-user-md:before {
  content: "\ed69";
}
.uil-user-minus:before {
  content: "\ed6a";
}
.uil-user-nurse:before {
  content: "\ed6b";
}
.uil-user-plus:before {
  content: "\ed6c";
}
.uil-user-square:before {
  content: "\ed6d";
}
.uil-user-times:before {
  content: "\ed6e";
}
.uil-user:before {
  content: "\ed6f";
}
.uil-users-alt:before {
  content: "\ed70";
}
.uil-utensils-alt:before {
  content: "\ed71";
}
.uil-utensils:before {
  content: "\ed72";
}
.uil-vector-square-alt:before {
  content: "\ed73";
}
.uil-vector-square:before {
  content: "\ed74";
}
.uil-venus:before {
  content: "\ed75";
}
.uil-vertical-align-bottom:before {
  content: "\ed76";
}
.uil-vertical-align-center:before {
  content: "\ed77";
}
.uil-vertical-align-top:before {
  content: "\ed78";
}
.uil-vertical-distribute-bottom:before {
  content: "\ed79";
}
.uil-vertical-distribution-center:before {
  content: "\ed7a";
}
.uil-vertical-distribution-top:before {
  content: "\ed7b";
}
.uil-video-question:before {
  content: "\ed7c";
}
.uil-video-slash:before {
  content: "\ed7d";
}
.uil-video:before {
  content: "\ed7e";
}
.uil-virus-slash:before {
  content: "\ed7f";
}
.uil-visual-studio:before {
  content: "\ed80";
}
.uil-vk-alt:before {
  content: "\ed81";
}
.uil-vk:before {
  content: "\ed82";
}
.uil-voicemail-rectangle:before {
  content: "\ed83";
}
.uil-voicemail:before {
  content: "\ed84";
}
.uil-volume-down:before {
  content: "\ed85";
}
.uil-volleyball:before {
  content: "\ed86";
}
.uil-volume-mute:before {
  content: "\ed87";
}
.uil-volume-off:before {
  content: "\ed88";
}
.uil-volume-up:before {
  content: "\ed89";
}
.uil-volume:before {
  content: "\ed8a";
}
.uil-vuejs-alt:before {
  content: "\ed8b";
}
.uil-vuejs:before {
  content: "\ed8c";
}
.uil-wall:before {
  content: "\ed8d";
}
.uil-wallet:before {
  content: "\ed8e";
}
.uil-watch-alt:before {
  content: "\ed8f";
}
.uil-watch:before {
  content: "\ed90";
}
.uil-water-drop-slash:before {
  content: "\ed91";
}
.uil-water-glass:before {
  content: "\ed92";
}
.uil-water:before {
  content: "\ed93";
}
.uil-web-grid-alt:before {
  content: "\ed94";
}
.uil-web-grid:before {
  content: "\ed95";
}
.uil-web-section:before {
  content: "\ed96";
}
.uil-webcam:before {
  content: "\ed97";
}
.uil-web-section-alt:before {
  content: "\ed98";
}
.uil-whatsapp-alt:before {
  content: "\ed99";
}
.uil-whatsapp:before {
  content: "\ed9a";
}
.uil-weight:before {
  content: "\ed9b";
}
.uil-wheel-barrow:before {
  content: "\ed9c";
}
.uil-wheelchair-alt:before {
  content: "\ed9d";
}
.uil-wheelchair:before {
  content: "\ed9e";
}
.uil-wifi-router:before {
  content: "\ed9f";
}
.uil-wind-moon:before {
  content: "\eda0";
}
.uil-wifi:before {
  content: "\eda1";
}
.uil-wifi-slash:before {
  content: "\eda2";
}
.uil-wind-sun:before {
  content: "\eda3";
}
.uil-wind:before {
  content: "\eda4";
}
.uil-window-grid:before {
  content: "\eda5";
}
.uil-window-maximize:before {
  content: "\eda6";
}
.uil-window-section:before {
  content: "\eda7";
}
.uil-window:before {
  content: "\eda8";
}
.uil-windows:before {
  content: "\eda9";
}
.uil-windsock:before {
  content: "\edaa";
}
.uil-windy:before {
  content: "\edab";
}
.uil-wordpress-simple:before {
  content: "\edac";
}
.uil-wordpress:before {
  content: "\edad";
}
.uil-wrap-text:before {
  content: "\edae";
}
.uil-wrench:before {
  content: "\edaf";
}
.uil-x-add:before {
  content: "\edb0";
}
.uil-x:before {
  content: "\edb1";
}
.uil-yen-circle:before {
  content: "\edb2";
}
.uil-yen:before {
  content: "\edb3";
}
.uil-yin-yang:before {
  content: "\edb4";
}
.uil-youtube:before {
  content: "\edb5";
}
.uil-tiktok:before {
  content: "\edb6";
}
.uil-x-twitter:before {
  content: "\edb7";
}*/
/* WRAPPERS */
/*.wrapper-border {
  border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}
.wrapper-border.bg-dark {
  border-color: rgba(var(--bs-white-rgb), 0.08);
}
*/
/*footer.bg-dark,
.footer.bg-dark {
  background: #21262c !important;
}*/
/* BACKGROUND IMAGE */
.image-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.image-wrapper:not(.mobile) {
  background-attachment: fixed !important;
}
/*.image-wrapper.bg-auto {
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}*/
.image-wrapper.bg-full {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}
/*.image-wrapper.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}*/
.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}
.image-wrapper.bg-overlay-300:before {
  background: rgba(30, 34, 40, 0.3);
}
.image-wrapper.bg-overlay-400:before {
  background: rgba(194, 216, 242, 0.4);
}
/*.image-wrapper.bg-overlay-light-300:before {
  background: rgba(var(--bs-white-rgb), 0.3);
}
.image-wrapper.bg-overlay-light-400:before {
  background: rgba(var(--bs-white-rgb), 0.4);
}
.image-wrapper.bg-overlay-light-500:before {
  background: rgba(var(--bs-white-rgb), 0.5);
}
.image-wrapper.bg-overlay-light-600:before {
  background: rgba(var(--bs-white-rgb), 0.6);
}*/
.image-wrapper.bg-overlay:not(.bg-content) *,
.image-wrapper.bg-overlay.bg-content .content {
  position: relative;
  z-index: 2;
}
.image-wrapper.bg-overlay .form-floating>label {
  position: absolute;
}
.image-wrapper.card:before {
  border-radius: 0.4rem !important;
}
@media (max-width: 991.98px) {
  .image-wrapper.bg-full {
    background-size: cover !important;
  }
}
/*@media (max-width: 767px) {
  .bg-map {
    background: none !important;
  }
}*/
/*@media (max-width: 575.98px) {
  .bg-xs-none {
    background-image: none !important;
  }
}*/
/*@media (max-width: 991.98px) {
  .image-wrapper.bg-cover {
    min-height: 25rem;
  }
}
@media (max-width: 767px) {
  .image-wrapper.bg-cover {
    min-height: 20rem;
  }
}*/
/*.bg-lines {
  position: relative;
}
.bg-lines:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/Content/assets/img/photos/lines.png") no-repeat center center;
  background-size: cover;
  pointer-events: none;
}*/
/* BACKGROUND VIDEO */
/*.video-wrapper {
  position: relative;
  overflow: hidden;
}
.video-wrapper.bg-overlay:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(30, 34, 40, 0.4);
  z-index: 1;
}
.video-wrapper.bg-overlay.bg-overlay-gradient:after {
  opacity: 0.4;
  background: linear-gradient(120deg, #542461 50%, #332487 100%);
}
.video-wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  top: 0;
  left: 0;
  background: #000;
}
.video-wrapper video:-webkit-media-controls {
  display: none !important;
}
.video-wrapper .video-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}*/
/* PATTERN WRAPPER */
/*.pattern-wrapper {
  background-repeat: repeat;
  background-attachment: fixed;
}*/
/* ANGLED WRAPPERS */
/*.wrapper.bg-blue.angled:after,
.wrapper.bg-blue.angled:before {
  border-color: var(--bs-blue);
}
.wrapper.bg-sky.angled:after,
.wrapper.bg-sky.angled:before {
  border-color: var(--bs-sky);
}
.wrapper.bg-purple.angled:after,
.wrapper.bg-purple.angled:before {
  border-color: var(--bs-purple);
}
.wrapper.bg-grape.angled:after,
.wrapper.bg-grape.angled:before {
  border-color: var(--bs-grape);
}
.wrapper.bg-violet.angled:after,
.wrapper.bg-violet.angled:before {
  border-color: var(--bs-violet);
}
.wrapper.bg-pink.angled:after,
.wrapper.bg-pink.angled:before {
  border-color: var(--bs-pink);
}
.wrapper.bg-fuchsia.angled:after,
.wrapper.bg-fuchsia.angled:before {
  border-color: var(--bs-fuchsia);
}
.wrapper.bg-red.angled:after,
.wrapper.bg-red.angled:before {
  border-color: var(--bs-red);
}
.wrapper.bg-orange.angled:after,
.wrapper.bg-orange.angled:before {
  border-color: var(--bs-orange);
}
.wrapper.bg-yellow.angled:after,
.wrapper.bg-yellow.angled:before {
  border-color: var(--bs-yellow);
}
.wrapper.bg-green.angled:after,
.wrapper.bg-green.angled:before {
  border-color: var(--bs-green);
}
.wrapper.bg-leaf.angled:after,
.wrapper.bg-leaf.angled:before {
  border-color: var(--bs-leaf);
}
.wrapper.bg-aqua.angled:after,
.wrapper.bg-aqua.angled:before {
  border-color: var(--bs-aqua);
}
.wrapper.bg-navy.angled:after,
.wrapper.bg-navy.angled:before {
  border-color: var(--bs-navy);
}
.wrapper.bg-ash.angled:after,
.wrapper.bg-ash.angled:before {
  border-color: var(--bs-ash);
}
.wrapper.bg-white.angled:after,
.wrapper.bg-white.angled:before {
  border-color: var(--bs-white);
}
.wrapper.bg-light.angled:after,
.wrapper.bg-light.angled:before {
  border-color: var(--bs-light);
}
.wrapper.bg-gray.angled:after,
.wrapper.bg-gray.angled:before {
  border-color: var(--bs-gray);
}
.wrapper.bg-dark.angled:after,
.wrapper.bg-dark.angled:before {
  border-color: var(--bs-dark);
}
.wrapper.bg-primary.angled:after,
.wrapper.bg-primary.angled:before {
  border-color: var(--bs-primary);
}
.wrapper.bg-soft-primary.angled:after,
.wrapper.bg-soft-primary.angled:before {
  border-color: var(--bs-soft-primary);
}
.wrapper.bg-soft-blue.angled:after,
.wrapper.bg-soft-blue.angled:before {
  border-color: var(--bs-soft-blue);
}
.wrapper.bg-soft-sky.angled:after,
.wrapper.bg-soft-sky.angled:before {
  border-color: var(--bs-soft-sky);
}
.wrapper.bg-soft-purple.angled:after,
.wrapper.bg-soft-purple.angled:before {
  border-color: var(--bs-soft-purple);
}
.wrapper.bg-soft-grape.angled:after,
.wrapper.bg-soft-grape.angled:before {
  border-color: var(--bs-soft-grape);
}
.wrapper.bg-soft-violet.angled:after,
.wrapper.bg-soft-violet.angled:before {
  border-color: var(--bs-soft-violet);
}
.wrapper.bg-soft-pink.angled:after,
.wrapper.bg-soft-pink.angled:before {
  border-color: var(--bs-soft-pink);
}
.wrapper.bg-soft-fuchsia.angled:after,
.wrapper.bg-soft-fuchsia.angled:before {
  border-color: var(--bs-soft-fuchsia);
}
.wrapper.bg-soft-red.angled:after,
.wrapper.bg-soft-red.angled:before {
  border-color: var(--bs-soft-red);
}
.wrapper.bg-soft-orange.angled:after,
.wrapper.bg-soft-orange.angled:before {
  border-color: var(--bs-soft-orange);
}
.wrapper.bg-soft-yellow.angled:after,
.wrapper.bg-soft-yellow.angled:before {
  border-color: var(--bs-soft-yellow);
}
.wrapper.bg-soft-green.angled:after,
.wrapper.bg-soft-green.angled:before {
  border-color: var(--bs-soft-green);
}
.wrapper.bg-soft-leaf.angled:after,
.wrapper.bg-soft-leaf.angled:before {
  border-color: var(--bs-soft-leaf);
}
.wrapper.bg-soft-aqua.angled:after,
.wrapper.bg-soft-aqua.angled:before {
  border-color: var(--bs-soft-aqua);
}
.wrapper.bg-soft-navy.angled:after,
.wrapper.bg-soft-navy.angled:before {
  border-color: var(--bs-soft-navy);
}
.wrapper.bg-soft-ash.angled:after,
.wrapper.bg-soft-ash.angled:before {
  border-color: var(--bs-soft-ash);
}
.wrapper.bg-soft-gray.angled:after,
.wrapper.bg-soft-gray.angled:before {
  border-color: var(--bs-soft-gray);
}
.wrapper.bg-pale-primary.angled:after,
.wrapper.bg-pale-primary.angled:before {
  border-color: var(--bs-pale-primary);
}
.wrapper.bg-pale-blue.angled:after,
.wrapper.bg-pale-blue.angled:before {
  border-color: var(--bs-pale-blue);
}
.wrapper.bg-pale-sky.angled:after,
.wrapper.bg-pale-sky.angled:before {
  border-color: var(--bs-pale-sky);
}
.wrapper.bg-pale-purple.angled:after,
.wrapper.bg-pale-purple.angled:before {
  border-color: var(--bs-pale-purple);
}
.wrapper.bg-pale-grape.angled:after,
.wrapper.bg-pale-grape.angled:before {
  border-color: var(--bs-pale-grape);
}
.wrapper.bg-pale-violet.angled:after,
.wrapper.bg-pale-violet.angled:before {
  border-color: var(--bs-pale-violet);
}
.wrapper.bg-pale-pink.angled:after,
.wrapper.bg-pale-pink.angled:before {
  border-color: var(--bs-pale-pink);
}
.wrapper.bg-pale-fuchsia.angled:after,
.wrapper.bg-pale-fuchsia.angled:before {
  border-color: var(--bs-pale-fuchsia);
}
.wrapper.bg-pale-red.angled:after,
.wrapper.bg-pale-red.angled:before {
  border-color: var(--bs-pale-red);
}
.wrapper.bg-pale-orange.angled:after,
.wrapper.bg-pale-orange.angled:before {
  border-color: var(--bs-pale-orange);
}
.wrapper.bg-pale-yellow.angled:after,
.wrapper.bg-pale-yellow.angled:before {
  border-color: var(--bs-pale-yellow);
}
.wrapper.bg-pale-green.angled:after,
.wrapper.bg-pale-green.angled:before {
  border-color: var(--bs-pale-green);
}
.wrapper.bg-pale-leaf.angled:after,
.wrapper.bg-pale-leaf.angled:before {
  border-color: var(--bs-pale-leaf);
}
.wrapper.bg-pale-aqua.angled:after,
.wrapper.bg-pale-aqua.angled:before {
  border-color: var(--bs-pale-aqua);
}
.wrapper.bg-pale-navy.angled:after,
.wrapper.bg-pale-navy.angled:before {
  border-color: var(--bs-pale-navy);
}
.wrapper.bg-pale-dark.angled:after,
.wrapper.bg-pale-dark.angled:before {
  border-color: var(--bs-pale-dark);
}
.wrapper.bg-pale-ash.angled:after,
.wrapper.bg-pale-ash.angled:before {
  border-color: var(--bs-pale-ash);
}
.wrapper.angled {
  position: relative;
  border: 0;
}
.wrapper.angled:before,
.wrapper.angled:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: 0;
  border-width: 0;
  border-style: solid;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.wrapper.angled.lower-end:after {
  border-left-color: transparent !important;
  border-right-width: 100vw;
  border-bottom-width: 4rem;
  bottom: -4rem;
}
.wrapper.angled.lower-start:after {
  border-right-color: transparent !important;
  border-left-width: 100vw;
  border-bottom-width: 4rem;
  bottom: -4rem;
}
.wrapper.angled.upper-end:before {
  border-left-color: transparent !important;
  border-right-width: 100vw;
  border-top-width: 4rem;
  top: -4rem;
}
.wrapper.angled.upper-start:before {
  border-right-color: transparent !important;
  border-left-width: 100vw;
  border-top-width: 4rem;
  top: -4rem;
}
footer.bg-dark.angled.lower-end:after,
footer.bg-dark.angled.upper-end:before {
  border-right-color: #21262c !important;
}
footer.bg-dark.angled.lower-start:after,
footer.bg-dark.angled.upper-start:before {
  border-left-color: #21262c !important;
}*/
/* BOX LAYOUT */
/*@media (min-width: 1550px) {
  .box-layout {
    position: relative;
    background: #edeef1;
  }
  .box-layout .content-wrapper,
  .box-layout footer:not(.blockquote-footer) {
    width: 100%;
    max-width: 1550px !important;
    margin: 0 auto;
    position: relative;
  }
}*/
/* CONTROLS */
.swiper-controls {
  position: absolute !important;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.swiper-controls .swiper-navigation {
  pointer-events: all;
}
.swiper-controls .swiper-navigation .swiper-button {
  background: rgba(var(--bs-white-rgb), 0.7);
  color: #333333;
  border: 0;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  width: 2.2rem;
  height: 2.2rem;
  line-height: inherit;
  border-radius: 100%;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .swiper-controls .swiper-navigation .swiper-button {
    transition: none;
  }
}
.swiper-controls .swiper-navigation .swiper-button:hover {
  background: rgba(var(--bs-white-rgb), 0.9);
}
.swiper-controls .swiper-navigation .swiper-button:focus {
  outline: 0;
}
.swiper-controls .swiper-navigation .swiper-button:after {
  font-family: "Unicons";
  font-size: 1.2rem;
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: 1rem;
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:after {
  content: "\e949";
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: 1rem;
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-next:after {
  content: "\e94c";
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-disabled {
  background: rgba(var(--bs-white-rgb), 0.7);
}
.swiper-controls .swiper-pagination {
  bottom: -2.8rem;
  position: absolute !important;
  pointer-events: all;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #707070;
  opacity: 0.5;
  border-radius: 100%;
  border: 3px solid transparent;
  transform: scale(0.6);
}
@media (prefers-reduced-motion: reduce) {
  .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    transition: none;
  }
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1);
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:focus {
  outline: 0;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
  background: none;
  border-color: #707070;
}
.swiper-container {
  -webkit-user-select: none;
  position: relative;
  z-index: 10 !important;
}
.swiper-container.clients .swiper {
  display: flex;
  align-items: center;
}
/*.swiper-container .swiper img {
  width: 100%;
  height: auto;
}*/
.swiper-container.nav-color .swiper-button,
.swiper-container.nav-color .swiper-slide figure .item-link {
  background: rgba(var(--bs-primary-rgb), 0.9) !important;
  color: var(--bs-white) !important;
}
.swiper-container.nav-color .swiper-button.swiper-button-disabled,
.swiper-container.nav-color .swiper-slide figure .item-link.swiper-button-disabled {
  background: rgba(var(--bs-primary-rgb), 0.7) !important;
}
.swiper-container.nav-color .swiper-button:hover,
.swiper-container.nav-color .swiper-slide figure .item-link:hover {
  background: var(--bs-primary) !important;
}
.swiper-container.nav-dark .swiper-button,
.swiper-container.nav-dark .swiper-slide figure .item-link {
  background: rgba(0, 0, 0, 0.3) !important;
  color: var(--bs-white) !important;
}
.swiper-container.nav-dark .swiper-button.swiper-button-disabled,
.swiper-container.nav-dark .swiper-slide figure .item-link.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.1) !important;
}
.swiper-container.nav-dark .swiper-button:hover,
.swiper-container.nav-dark .swiper-slide figure .item-link:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.swiper-container.nav-bottom .swiper-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transform: none;
  position: absolute !important;
  bottom: -3.2rem;
  left: 0;
  width: 100%;
}
.swiper-container.nav-bottom .swiper-navigation .swiper-button {
  top: auto;
  left: auto;
  right: auto;
  bottom: 0;
  position: relative;
  margin: 0 0.2rem;
}
.swiper-container.nav-bottom .swiper-navigation+.swiper-pagination {
  bottom: -5.2rem;
}
.swiper-container.nav-bottom.nav-far .swiper-navigation {
  bottom: -4.1rem;
}
.swiper-container.nav-bottom.nav-start .swiper-navigation {
  text-align: left;
  justify-content: flex-start;
}
.swiper-container.nav-bottom.nav-start .swiper-navigation .swiper-button {
  margin: 0 0.4rem 0 0;
}
.swiper-container.dots-over .swiper-pagination {
  bottom: 0.6rem;
}
.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet {
  background: var(--bs-white);
  opacity: 1;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
}
.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  border-color: var(--bs-white);
}
.swiper-container.dots-start .swiper-pagination {
  text-align: left;
  justify-content: flex-start;
}
.swiper-container.dots-light .swiper-pagination .swiper-pagination-bullet {
  background: var(--bs-white);
  opacity: 1;
}
.swiper-container.dots-light .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  border-color: var(--bs-white);
}
.swiper-container.dots-dark .swiper-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-container.dots-dark .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  border-color: rgba(0, 0, 0, 0.3);
}
.swiper-container.dots-light.dots-light-75 .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.75;
}
.swiper-container.dots-closer .swiper-pagination {
  bottom: -2rem;
}
/* OVERLAY */
.swiper-slide.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}
.swiper-slide.rounded.bg-overlay:before {
  border-radius: 0.4rem;
}
.swiper-slide.bg-overlay-300:before {
  background: rgba(30, 34, 40, 0.3);
}
.swiper-slide.bg-overlay-400:before {
  background: rgba(30, 34, 40, 0.4);
}
.swiper-slide.bg-overlay [class*=container]>*,
.swiper-slide.bg-overlay .caption-wrapper>* {
  position: relative;
  z-index: 3;
}
.swiper-slide .caption-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.swiper-slide .caption-wrapper .caption {
  display: flex;
}
@media (max-width: 767px) {
  .caption-wrapper {
    display: none !important;
  }
}
/* HERO */
/*.swiper-hero,
.swiper-hero .swiper-slide {
  height: 750px !important;
}
.swiper-hero .swiper-slide {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .swiper-hero,
  .swiper-hero .swiper-slide {
    height: 500px !important;
  }
  .swiper-hero .swiper-navigation {
    display: none;
  }
}*/
/* FULLSCREEN */
/*.swiper-fullscreen {
  height: 100vh;
}
.swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
.swiper-fullscreen .swiper-thumbs {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide {
  cursor: pointer;
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 2;
  transition: all 150ms ease-in-out;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 100%;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  border-color: rgba(var(--bs-white-rgb), 0.6);
}
@media (max-width: 1199.98px) {
  .swiper-fullscreen,
  .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 750px !important;
  }
}
@media (max-width: 767px) {
  .swiper-fullscreen,
  .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 500px !important;
  }
}*/
/* AUTO */
@media (min-width: 1024px) {
  .swiper-auto .swiper-slide {
    width: 850px;
  }
  .swiper-auto.swiper-auto-xs .swiper-slide {
    width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .swiper-auto .swiper-slide {
    width: 600px;
  }
  .swiper-auto.swiper-auto-xs .swiper-slide {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .swiper-auto.swiper-auto-xs .swiper-slide {
    width: 300px;
  }
}
/* ANIMATIONS */
.swiper-container .swiper-slide [class*=animate__] {
  animation-name: none;
  visibility: hidden;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__] {
  visibility: visible;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__fadeInUp {
  animation-name: fadeInUp;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__fadeInDown {
  animation-name: fadeInDown;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInUp {
  animation-name: slideInUp;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInDown {
  animation-name: slideInDown;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInLeft {
  animation-name: slideInLeft;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInRight {
  animation-name: slideInRight;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__zoomIn {
  animation-name: zoomIn;
}
/* INNER */
.item-inner {
  padding: 1rem 0.75rem;
}
/* THUMBNAILS */
/*.swiper-thumbs-container:not(.swiper-fullscreen) .swiper-main {
  position: relative;
}
.swiper-thumbs-container:not(.swiper-fullscreen) .swiper:not(.swiper-thumbs) {
  margin-bottom: 0.5rem;
}
.swiper-thumbs-container:not(.swiper-fullscreen):not(.swiper-fullscreen) .swiper-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
}
.swiper-thumbs-container:not(.swiper-fullscreen):not(.swiper-fullscreen) .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}*/
/* STATIC CAPTIONS */
/*.swiper-static {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1000;
}
@media (min-width: 1400px) {
  .container-custom {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .container-custom {
    max-width: 90%;
  }
}*/
/* TICKER MODE */
.swiper-wrapper.ticker {
  transition-timing-function: linear !important;
}
/* SHAPES */
.shape.rellax {
  position: absolute;
}
.shape.rellax {
  z-index: 1;
}
.position-relative .shape.rellax+figure {
  position: relative;
  z-index: 2;
}
.bg-dot,
.bg-line {
  opacity: 0.5;
}
.bg-dot {
  background-size: 0.75rem 0.75rem;
}
/*.bg-dot.blue {
  background-image: radial-gradient(var(--bs-blue) 2px, transparent 2.5px);
}
.bg-dot.sky {
  background-image: radial-gradient(var(--bs-sky) 2px, transparent 2.5px);
}
.bg-dot.purple {
  background-image: radial-gradient(var(--bs-purple) 2px, transparent 2.5px);
}
.bg-dot.grape {
  background-image: radial-gradient(var(--bs-grape) 2px, transparent 2.5px);
}
.bg-dot.violet {
  background-image: radial-gradient(var(--bs-violet) 2px, transparent 2.5px);
}
.bg-dot.pink {
  background-image: radial-gradient(var(--bs-pink) 2px, transparent 2.5px);
}
.bg-dot.fuchsia {
  background-image: radial-gradient(var(--bs-fuchsia) 2px, transparent 2.5px);
}
.bg-dot.red {
  background-image: radial-gradient(var(--bs-red) 2px, transparent 2.5px);
}
.bg-dot.orange {
  background-image: radial-gradient(var(--bs-orange) 2px, transparent 2.5px);
}*/
.bg-dot.yellow {
  background-image: radial-gradient(var(--bs-yellow) 2px, transparent 2.5px);
}
/*.bg-dot.green {
  background-image: radial-gradient(var(--bs-green) 2px, transparent 2.5px);
}
.bg-dot.leaf {
  background-image: radial-gradient(var(--bs-leaf) 2px, transparent 2.5px);
}
.bg-dot.aqua {
  background-image: radial-gradient(var(--bs-aqua) 2px, transparent 2.5px);
}
.bg-dot.navy {
  background-image: radial-gradient(var(--bs-navy) 2px, transparent 2.5px);
}
.bg-dot.ash {
  background-image: radial-gradient(var(--bs-ash) 2px, transparent 2.5px);
}
.bg-dot.white {
  background-image: radial-gradient(var(--bs-white) 2px, transparent 2.5px);
}
.bg-dot.light {
  background-image: radial-gradient(var(--bs-light) 2px, transparent 2.5px);
}
.bg-dot.gray {
  background-image: radial-gradient(var(--bs-gray) 2px, transparent 2.5px);
}
.bg-dot.dark {
  background-image: radial-gradient(var(--bs-dark) 2px, transparent 2.5px);
}*/
.bg-dot.primary {
  background-image: radial-gradient(var(--bs-primary) 2px, transparent 2.5px);
}
/*.bg-line.blue {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-blue) 1.6px, var(--bs-blue) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.sky {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-sky) 1.6px, var(--bs-sky) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.purple {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-purple) 1.6px, var(--bs-purple) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.grape {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-grape) 1.6px, var(--bs-grape) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.violet {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-violet) 1.6px, var(--bs-violet) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.pink {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-pink) 1.6px, var(--bs-pink) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.fuchsia {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-fuchsia) 1.6px, var(--bs-fuchsia) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.red {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-red) 1.6px, var(--bs-red) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.orange {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-orange) 1.6px, var(--bs-orange) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.yellow {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-yellow) 1.6px, var(--bs-yellow) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.green {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-green) 1.6px, var(--bs-green) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.leaf {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-leaf) 1.6px, var(--bs-leaf) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.aqua {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-aqua) 1.6px, var(--bs-aqua) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.navy {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-navy) 1.6px, var(--bs-navy) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.ash {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-ash) 1.6px, var(--bs-ash) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.white {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-white) 1.6px, var(--bs-white) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.light {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-light) 1.6px, var(--bs-light) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.gray {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-gray) 1.6px, var(--bs-gray) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.dark {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-dark) 1.6px, var(--bs-dark) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}
.bg-line.primary {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, var(--bs-primary) 1.6px, var(--bs-primary) 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}*/
@media (max-width: 575.98px) {
  .shape {
    display: none;
  }
}
/*.shape.blue .svg-fill {
  fill: var(--bs-blue);
}
.shape.soft-blue .svg-fill {
  fill: var(--bs-soft-blue);
}
.shape.pale-blue .svg-fill {
  fill: var(--bs-pale-blue);
}
.shape.sky .svg-fill {
  fill: var(--bs-sky);
}
.shape.soft-sky .svg-fill {
  fill: var(--bs-soft-sky);
}
.shape.pale-sky .svg-fill {
  fill: var(--bs-pale-sky);
}
.shape.purple .svg-fill {
  fill: var(--bs-purple);
}
.shape.soft-purple .svg-fill {
  fill: var(--bs-soft-purple);
}
.shape.pale-purple .svg-fill {
  fill: var(--bs-pale-purple);
}
.shape.grape .svg-fill {
  fill: var(--bs-grape);
}
.shape.soft-grape .svg-fill {
  fill: var(--bs-soft-grape);
}
.shape.pale-grape .svg-fill {
  fill: var(--bs-pale-grape);
}
.shape.violet .svg-fill {
  fill: var(--bs-violet);
}
.shape.soft-violet .svg-fill {
  fill: var(--bs-soft-violet);
}
.shape.pale-violet .svg-fill {
  fill: var(--bs-pale-violet);
}
.shape.pink .svg-fill {
  fill: var(--bs-pink);
}
.shape.soft-pink .svg-fill {
  fill: var(--bs-soft-pink);
}
.shape.pale-pink .svg-fill {
  fill: var(--bs-pale-pink);
}
.shape.fuchsia .svg-fill {
  fill: var(--bs-fuchsia);
}
.shape.soft-fuchsia .svg-fill {
  fill: var(--bs-soft-fuchsia);
}
.shape.pale-fuchsia .svg-fill {
  fill: var(--bs-pale-fuchsia);
}
.shape.red .svg-fill {
  fill: var(--bs-red);
}
.shape.soft-red .svg-fill {
  fill: var(--bs-soft-red);
}
.shape.pale-red .svg-fill {
  fill: var(--bs-pale-red);
}
.shape.orange .svg-fill {
  fill: var(--bs-orange);
}
.shape.soft-orange .svg-fill {
  fill: var(--bs-soft-orange);
}
.shape.pale-orange .svg-fill {
  fill: var(--bs-pale-orange);
}
.shape.yellow .svg-fill {
  fill: var(--bs-yellow);
}
.shape.soft-yellow .svg-fill {
  fill: var(--bs-soft-yellow);
}
.shape.pale-yellow .svg-fill {
  fill: var(--bs-pale-yellow);
}
.shape.green .svg-fill {
  fill: var(--bs-green);
}
.shape.soft-green .svg-fill {
  fill: var(--bs-soft-green);
}
.shape.pale-green .svg-fill {
  fill: var(--bs-pale-green);
}
.shape.leaf .svg-fill {
  fill: var(--bs-leaf);
}
.shape.soft-leaf .svg-fill {
  fill: var(--bs-soft-leaf);
}
.shape.pale-leaf .svg-fill {
  fill: var(--bs-pale-leaf);
}
.shape.aqua .svg-fill {
  fill: var(--bs-aqua);
}
.shape.soft-aqua .svg-fill {
  fill: var(--bs-soft-aqua);
}
.shape.pale-aqua .svg-fill {
  fill: var(--bs-pale-aqua);
}
.shape.navy .svg-fill {
  fill: var(--bs-navy);
}
.shape.soft-navy .svg-fill {
  fill: var(--bs-soft-navy);
}
.shape.pale-navy .svg-fill {
  fill: var(--bs-pale-navy);
}
.shape.ash .svg-fill {
  fill: var(--bs-ash);
}
.shape.soft-ash .svg-fill {
  fill: var(--bs-soft-ash);
}
.shape.pale-ash .svg-fill {
  fill: var(--bs-pale-ash);
}
.shape.white .svg-fill {
  fill: var(--bs-white);
}
.shape.soft-white .svg-fill {
  fill: var(--bs-soft-white);
}
.shape.pale-white .svg-fill {
  fill: var(--bs-pale-white);
}
.shape.light .svg-fill {
  fill: var(--bs-light);
}
.shape.soft-light .svg-fill {
  fill: var(--bs-soft-light);
}
.shape.pale-light .svg-fill {
  fill: var(--bs-pale-light);
}
.shape.gray .svg-fill {
  fill: var(--bs-gray);
}
.shape.soft-gray .svg-fill {
  fill: var(--bs-soft-gray);
}
.shape.pale-gray .svg-fill {
  fill: var(--bs-pale-gray);
}
.shape.dark .svg-fill {
  fill: var(--bs-dark);
}
.shape.soft-dark .svg-fill {
  fill: var(--bs-soft-dark);
}
.shape.pale-dark .svg-fill {
  fill: var(--bs-pale-dark);
}
.shape.primary .svg-fill {
  fill: var(--bs-primary);
}
.shape.soft-primary .svg-fill {
  fill: var(--bs-soft-primary);
}
.shape.pale-primary .svg-fill {
  fill: var(--bs-pale-primary);
}*/
/* COLORED LINKS */
.link-blue {
  color: var(--bs-pale-blue);
}
.link-blue:hover,
.link-blue:focus {
  color: var(--bs-pale-blue);
}
/*.link-sky {
  color: var(--bs-sky);
}
.link-sky:hover,
.link-sky:focus {
  color: var(--bs-sky);
}
.link-purple {
  color: var(--bs-purple);
}
.link-purple:hover,
.link-purple:focus {
  color: var(--bs-purple);
}
.link-grape {
  color: var(--bs-grape);
}
.link-grape:hover,
.link-grape:focus {
  color: var(--bs-grape);
}
.link-violet {
  color: var(--bs-violet);
}
.link-violet:hover,
.link-violet:focus {
  color: var(--bs-violet);
}
.link-pink {
  color: var(--bs-pink);
}
.link-pink:hover,
.link-pink:focus {
  color: var(--bs-pink);
}
.link-fuchsia {
  color: var(--bs-fuchsia);
}
.link-fuchsia:hover,
.link-fuchsia:focus {
  color: var(--bs-fuchsia);
}*/
.link-red {
  color: var(--bs-red);
}
.link-soft-red {
  color: var(--bs-soft-red);
}
.link-red:hover,
.link-red:focus {
  color: var(--bs-red);
}
/*.link-orange {
  color: var(--bs-orange);
}
.link-orange:hover,
.link-orange:focus {
  color: var(--bs-orange);
}*/
.link-yellow {
  color: var(--bs-pale-yellow);
}
.link-yellow:hover,
.link-yellow:focus {
  color: var(--bs-pale-yellow);
}
.link-green {
  color: var(--bs-green);
}
.link-green:hover,
.link-green:focus {
  color: var(--bs-green);
}
/*.link-leaf {
  color: var(--bs-leaf);
}
.link-leaf:hover,
.link-leaf:focus {
  color: var(--bs-leaf);
}
.link-aqua {
  color: var(--bs-aqua);
}
.link-aqua:hover,
.link-aqua:focus {
  color: var(--bs-aqua);
}
.link-navy {
  color: var(--bs-navy);
}
.link-navy:hover,
.link-navy:focus {
  color: var(--bs-navy);
}
.link-ash {
  color: var(--bs-ash);
}
.link-ash:hover,
.link-ash:focus {
  color: var(--bs-ash);
}
.link-white {
  color: var(--bs-white);
}
.link-white:hover,
.link-white:focus {
  color: var(--bs-white);
}
.link-light {
  color: var(--bs-light);
}
.link-light:hover,
.link-light:focus {
  color: var(--bs-light);
}
.link-gray {
  color: var(--bs-gray);
}
.link-gray:hover,
.link-gray:focus {
  color: var(--bs-gray);
}
.link-primary {
  color: var(--bs-primary);
}
.link-primary:hover,
.link-primary:focus {
  color: var(--bs-primary);
}
.link-secondary {
  color: var(--bs-secondary);
}
.link-secondary:hover,
.link-secondary:focus {
  color: var(--bs-secondary);
}
.link-success {
  color: var(--bs-success);
}
.link-success:hover,
.link-success:focus {
  color: var(--bs-success);
}
.link-info {
  color: var(--bs-info);
}
.link-info:hover,
.link-info:focus {
  color: var(--bs-info);
}
.link-warning {
  color: var(--bs-warning);
}
.link-warning:hover,
.link-warning:focus {
  color: var(--bs-warning);
}
.link-danger {
  color: var(--bs-danger);
}
.link-danger:hover,
.link-danger:focus {
  color: var(--bs-danger);
}*/
.link-dark {
  color: #333333;
}
/* TOOLTIP */
.tooltip {
  font-weight: 500;
  pointer-events: none;
}
.has-tooltip:focus {
  outline: 0;
}
/*.white-tooltip {
  margin-right: 0.25rem !important;
}
.white-tooltip.bs-tooltip-start .tooltip-arrow::before,
.white-tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: var(--bs-white);
}
.white-tooltip .tooltip-inner {
  background: var(--bs-white);
  color: #333333;
  font-size: 0.7rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}*/
/* BUTTON */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  letter-spacing: -0.01rem;
  position: relative;
}
.btn:not(.btn-link):hover {
  transform: translateY(-0.15rem);
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}
.btn.btn-white:hover,
.btn[class*=btn-soft-]:hover {
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.05);
}
.btn.btn-block {
  padding: 0;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  backface-visibility: hidden;
}
.btn.btn-block.btn-sm,
.btn-group-sm>.btn.btn-block {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1rem;
}
.btn.btn-block.btn-lg,
.btn-group-lg>.btn.btn-block {
  width: 3rem;
  height: 3rem;
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .btn.btn-block.btn-lg,
  .btn-group-lg>.btn.btn-block {
    font-size: 1.4rem;
  }
}
.btn.btn-block.btn-play {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.2rem;
}
.btn.btn-block.btn-play i {
  margin-left: 0.15rem;
}
.btn.btn-block .number {
  display: table-cell;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 700;
}
.btn.btn-circle {
  padding: 0;
  border-radius: 100% !important;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  backface-visibility: hidden;
}
.btn.btn-circle.btn-sm,
.btn-group-sm>.btn.btn-circle {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.8rem;
}
.btn.btn-circle.btn-sm i,
.btn-group-sm>.btn.btn-circle i {
  font-size: 0.85rem;
}
.btn.btn-circle.btn-lg,
.btn-group-lg>.btn.btn-circle {
  width: 3rem;
  height: 3rem;
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  .btn.btn-circle.btn-lg,
  .btn-group-lg>.btn.btn-circle {
    font-size: 1.3rem;
  }
}
.btn.btn-circle.btn-play {
  width: 3.5rem;
  height: 3.5rem;
  font-size: calc(1.355rem + 1.26vw);
}
@media (min-width: 1200px) {
  .btn.btn-circle.btn-play {
    font-size: 2.3rem;
  }
}
.btn.btn-circle.btn-play i {
  margin-left: 0.15rem;
}
.btn.btn-circle.btn-play:hover {
  transform: translateY(0);
}
.btn.btn-circle.counter {
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}
.btn.btn-circle .number {
  display: table-cell;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 700;
}
.btn.btn-expand {
  background: none;
  border: 0;
  padding-left: 0;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  max-height: 2.5rem;
  font-size: 0.85rem;
}
.btn.btn-expand span {
  position: relative;
  z-index: 2;
  padding-left: 2.95rem;
}
.btn.btn-expand i {
  position: absolute;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
  font-size: calc(1.26rem + 0.12vw);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media (min-width: 1200px) {
  .btn.btn-expand i {
    font-size: 1.35rem;
  }
}
.btn.btn-expand:before {
  content: "";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  width: auto;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  border-radius: 50rem;
  z-index: 0;
}
.btn.btn-expand:hover {
  background: none;
  transform: translateY(0);
  color: var(--bs-white);
  box-shadow: none;
}
.btn.btn-expand:hover i {
  left: 0.25rem;
}
.btn.btn-expand:hover:before {
  width: 100%;
}
.btn.btn-expand.btn-sm,
.btn-group-sm>.btn.btn-expand {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  font-size: 0.75rem;
}
.btn.btn-expand.btn-sm i,
.btn-group-sm>.btn.btn-expand i {
  width: 2.15rem;
  height: 2.15rem;
  font-size: 1.1rem;
}
.btn.btn-expand.btn-sm span,
.btn-group-sm>.btn.btn-expand span {
  padding-left: 2.65rem;
}
.btn.btn-expand.btn-sm:before,
.btn-group-sm>.btn.btn-expand:before {
  width: 2.15rem;
}
.btn.btn-expand.btn-sm:hover:before,
.btn-group-sm>.btn.btn-expand:hover:before {
  width: 100%;
}
.btn.btn-expand.btn-lg,
.btn-group-lg>.btn.btn-expand {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: 0.9rem;
}
.btn.btn-expand.btn-lg i,
.btn-group-lg>.btn.btn-expand i {
  width: 2.9rem;
  height: 2.9rem;
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  .btn.btn-expand.btn-lg i,
  .btn-group-lg>.btn.btn-expand i {
    font-size: 1.35rem;
  }
}
.btn.btn-expand.btn-lg span,
.btn-group-lg>.btn.btn-expand span {
  padding-left: 3.4rem;
}
.btn.btn-expand.btn-lg:before,
.btn-group-lg>.btn.btn-expand:before {
  width: 2.9rem;
}
.btn.btn-expand.btn-lg:hover:before,
.btn-group-lg>.btn.btn-expand:hover:before {
  width: 100%;
}
.input-group .btn:hover {
  transform: none;
}
button:focus {
  outline: 0;
}
/*.btn-blue {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-blue.btn-expand {
  color: var(--bs-blue);
}
.btn-blue.btn-expand:before {
  background-color: var(--bs-blue);
}
.btn-sky {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-sky.btn-expand {
  color: var(--bs-sky);
}
.btn-sky.btn-expand:before {
  background-color: var(--bs-sky);
}
.btn-purple {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-purple.btn-expand {
  color: var(--bs-purple);
}
.btn-purple.btn-expand:before {
  background-color: var(--bs-purple);
}
.btn-grape {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-grape.btn-expand {
  color: var(--bs-grape);
}
.btn-grape.btn-expand:before {
  background-color: var(--bs-grape);
}
.btn-violet {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-violet.btn-expand {
  color: var(--bs-violet);
}
.btn-violet.btn-expand:before {
  background-color: var(--bs-violet);
}
.btn-pink {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-pink.btn-expand {
  color: var(--bs-pink);
}
.btn-pink.btn-expand:before {
  background-color: var(--bs-pink);
}
.btn-fuchsia {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-fuchsia.btn-expand {
  color: var(--bs-fuchsia);
}
.btn-fuchsia.btn-expand:before {
  background-color: var(--bs-fuchsia);
}
.btn-red {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-red.btn-expand {
  color: var(--bs-red);
}
.btn-red.btn-expand:before {
  background-color: var(--bs-red);
}
.btn-orange {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-orange.btn-expand {
  color: var(--bs-orange);
}
.btn-orange.btn-expand:before {
  background-color: var(--bs-orange);
}*/
.btn-yellow {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
/*.btn-yellow.btn-expand {
  color: var(--bs-yellow);
}
.btn-yellow.btn-expand:before {
  background-color: var(--bs-yellow);
}
.btn-green {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-green.btn-expand {
  color: var(--bs-green);
}
.btn-green.btn-expand:before {
  background-color: var(--bs-green);
}
.btn-leaf {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-leaf.btn-expand {
  color: var(--bs-leaf);
}
.btn-leaf.btn-expand:before {
  background-color: var(--bs-leaf);
}
.btn-aqua {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-aqua.btn-expand {
  color: var(--bs-aqua);
}
.btn-aqua.btn-expand:before {
  background-color: var(--bs-aqua);
}
.btn-navy {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-navy.btn-expand {
  color: var(--bs-navy);
}
.btn-navy.btn-expand:before {
  background-color: var(--bs-navy);
}
.btn-ash {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-ash.btn-expand {
  color: var(--bs-ash);
}
.btn-ash.btn-expand:before {
  background-color: var(--bs-ash);
}
.btn-white {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-white.btn-expand {
  color: var(--bs-white);
}
.btn-white.btn-expand:before {
  background-color: var(--bs-white);
}
.btn-light {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-light.btn-expand {
  color: var(--bs-light);
}
.btn-light.btn-expand:before {
  background-color: var(--bs-light);
}
.btn-gray {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-gray.btn-expand {
  color: var(--bs-gray);
}
.btn-gray.btn-expand:before {
  background-color: var(--bs-gray);
}
.btn-dark {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-dark.btn-expand {
  color: var(--bs-dark);
}
.btn-dark.btn-expand:before {
  background-color: var(--bs-dark);
}
.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-primary.btn-expand {
  color: var(--bs-primary);
}
.btn-primary.btn-expand:before {
  background-color: var(--bs-primary);
}*/
.btn-soft-blue {
  --bs-btn-color: var(--bs-blue);
  --bs-btn-hover-color: var(--bs-blue);
  --bs-btn-bg: var(--bs-soft-blue);
  --bs-btn-border-color: var(--bs-soft-blue);
  --bs-btn-hover-bg: var(--bs-pale-blue);
  --bs-btn-hover-border-color: var(--bs-pale-blue);
  --bs-btn-active-color: var(--bs-blue);
  --bs-btn-active-bg: var(--bs-pale-blue);
  --bs-btn-active-border-color: var(--bs-pale-blue);
}
/*.btn-soft-blue.btn-expand {
  color: var(--bs-blue);
}
.btn-soft-blue.btn-expand i,
.btn-soft-blue.btn-expand:before,
.btn-soft-blue.btn-expand:hover,
.btn-soft-blue.btn-expand:hover:before {
  color: var(--bs-blue);
}
.btn-soft-blue.btn-expand:before {
  background-color: var(--bs-pale-blue);
}
.btn-soft-sky {
  --bs-btn-color: var(--bs-sky);
  --bs-btn-hover-color: var(--bs-sky);
  --bs-btn-bg: var(--bs-pale-sky);
  --bs-btn-border-color: var(--bs-pale-sky);
  --bs-btn-hover-bg: var(--bs-pale-sky);
  --bs-btn-hover-border-color: var(--bs-pale-sky);
  --bs-btn-active-color: var(--bs-sky);
  --bs-btn-active-bg: var(--bs-pale-sky);
  --bs-btn-active-border-color: var(--bs-pale-sky);
}
.btn-soft-sky.btn-expand {
  color: var(--bs-sky);
}
.btn-soft-sky.btn-expand i,
.btn-soft-sky.btn-expand:before,
.btn-soft-sky.btn-expand:hover,
.btn-soft-sky.btn-expand:hover:before {
  color: var(--bs-sky);
}
.btn-soft-sky.btn-expand:before {
  background-color: var(--bs-pale-sky);
}
.btn-soft-purple {
  --bs-btn-color: var(--bs-purple);
  --bs-btn-hover-color: var(--bs-purple);
  --bs-btn-bg: var(--bs-pale-purple);
  --bs-btn-border-color: var(--bs-pale-purple);
  --bs-btn-hover-bg: var(--bs-pale-purple);
  --bs-btn-hover-border-color: var(--bs-pale-purple);
  --bs-btn-active-color: var(--bs-purple);
  --bs-btn-active-bg: var(--bs-pale-purple);
  --bs-btn-active-border-color: var(--bs-pale-purple);
}
.btn-soft-purple.btn-expand {
  color: var(--bs-purple);
}
.btn-soft-purple.btn-expand i,
.btn-soft-purple.btn-expand:before,
.btn-soft-purple.btn-expand:hover,
.btn-soft-purple.btn-expand:hover:before {
  color: var(--bs-purple);
}
.btn-soft-purple.btn-expand:before {
  background-color: var(--bs-pale-purple);
}
.btn-soft-grape {
  --bs-btn-color: var(--bs-grape);
  --bs-btn-hover-color: var(--bs-grape);
  --bs-btn-bg: var(--bs-pale-grape);
  --bs-btn-border-color: var(--bs-pale-grape);
  --bs-btn-hover-bg: var(--bs-pale-grape);
  --bs-btn-hover-border-color: var(--bs-pale-grape);
  --bs-btn-active-color: var(--bs-grape);
  --bs-btn-active-bg: var(--bs-pale-grape);
  --bs-btn-active-border-color: var(--bs-pale-grape);
}
.btn-soft-grape.btn-expand {
  color: var(--bs-grape);
}
.btn-soft-grape.btn-expand i,
.btn-soft-grape.btn-expand:before,
.btn-soft-grape.btn-expand:hover,
.btn-soft-grape.btn-expand:hover:before {
  color: var(--bs-grape);
}
.btn-soft-grape.btn-expand:before {
  background-color: var(--bs-pale-grape);
}
.btn-soft-violet {
  --bs-btn-color: var(--bs-violet);
  --bs-btn-hover-color: var(--bs-violet);
  --bs-btn-bg: var(--bs-pale-violet);
  --bs-btn-border-color: var(--bs-pale-violet);
  --bs-btn-hover-bg: var(--bs-pale-violet);
  --bs-btn-hover-border-color: var(--bs-pale-violet);
  --bs-btn-active-color: var(--bs-violet);
  --bs-btn-active-bg: var(--bs-pale-violet);
  --bs-btn-active-border-color: var(--bs-pale-violet);
}
.btn-soft-violet.btn-expand {
  color: var(--bs-violet);
}
.btn-soft-violet.btn-expand i,
.btn-soft-violet.btn-expand:before,
.btn-soft-violet.btn-expand:hover,
.btn-soft-violet.btn-expand:hover:before {
  color: var(--bs-violet);
}
.btn-soft-violet.btn-expand:before {
  background-color: var(--bs-pale-violet);
}
.btn-soft-pink {
  --bs-btn-color: var(--bs-pink);
  --bs-btn-hover-color: var(--bs-pink);
  --bs-btn-bg: var(--bs-pale-pink);
  --bs-btn-border-color: var(--bs-pale-pink);
  --bs-btn-hover-bg: var(--bs-pale-pink);
  --bs-btn-hover-border-color: var(--bs-pale-pink);
  --bs-btn-active-color: var(--bs-pink);
  --bs-btn-active-bg: var(--bs-pale-pink);
  --bs-btn-active-border-color: var(--bs-pale-pink);
}
.btn-soft-pink.btn-expand {
  color: var(--bs-pink);
}
.btn-soft-pink.btn-expand i,
.btn-soft-pink.btn-expand:before,
.btn-soft-pink.btn-expand:hover,
.btn-soft-pink.btn-expand:hover:before {
  color: var(--bs-pink);
}
.btn-soft-pink.btn-expand:before {
  background-color: var(--bs-pale-pink);
}
.btn-soft-fuchsia {
  --bs-btn-color: var(--bs-fuchsia);
  --bs-btn-hover-color: var(--bs-fuchsia);
  --bs-btn-bg: var(--bs-pale-fuchsia);
  --bs-btn-border-color: var(--bs-pale-fuchsia);
  --bs-btn-hover-bg: var(--bs-pale-fuchsia);
  --bs-btn-hover-border-color: var(--bs-pale-fuchsia);
  --bs-btn-active-color: var(--bs-fuchsia);
  --bs-btn-active-bg: var(--bs-pale-fuchsia);
  --bs-btn-active-border-color: var(--bs-pale-fuchsia);
}
.btn-soft-fuchsia.btn-expand {
  color: var(--bs-fuchsia);
}
.btn-soft-fuchsia.btn-expand i,
.btn-soft-fuchsia.btn-expand:before,
.btn-soft-fuchsia.btn-expand:hover,
.btn-soft-fuchsia.btn-expand:hover:before {
  color: var(--bs-fuchsia);
}
.btn-soft-fuchsia.btn-expand:before {
  background-color: var(--bs-pale-fuchsia);
}*/
.btn-soft-red {
  --bs-btn-color: var(--bs-red);
  --bs-btn-hover-color: var(--bs-red);
  --bs-btn-bg: var(--bs-soft-red);
  --bs-btn-border-color: var(--bs-soft-red);
  --bs-btn-hover-bg: var(--bs-pale-red);
  --bs-btn-hover-border-color: var(--bs-pale-red);
  --bs-btn-active-color: var(--bs-red);
  --bs-btn-active-bg: var(--bs-pale-red);
  --bs-btn-active-border-color: var(--bs-pale-red);
}
/*.btn-soft-red.btn-expand {
  color: var(--bs-red);
}
.btn-soft-red.btn-expand i,
.btn-soft-red.btn-expand:before,
.btn-soft-red.btn-expand:hover,
.btn-soft-red.btn-expand:hover:before {
  color: var(--bs-red);
}
.btn-soft-red.btn-expand:before {
  background-color: var(--bs-pale-red);
}
.btn-soft-orange {
  --bs-btn-color: var(--bs-orange);
  --bs-btn-hover-color: var(--bs-orange);
  --bs-btn-bg: var(--bs-pale-orange);
  --bs-btn-border-color: var(--bs-pale-orange);
  --bs-btn-hover-bg: var(--bs-pale-orange);
  --bs-btn-hover-border-color: var(--bs-pale-orange);
  --bs-btn-active-color: var(--bs-orange);
  --bs-btn-active-bg: var(--bs-pale-orange);
  --bs-btn-active-border-color: var(--bs-pale-orange);
}
.btn-soft-orange.btn-expand {
  color: var(--bs-orange);
}
.btn-soft-orange.btn-expand i,
.btn-soft-orange.btn-expand:before,
.btn-soft-orange.btn-expand:hover,
.btn-soft-orange.btn-expand:hover:before {
  color: var(--bs-orange);
}
.btn-soft-orange.btn-expand:before {
  background-color: var(--bs-pale-orange);
}*/
.btn-soft-yellow {
  --bs-btn-color: var(--bs-pale-yellow);
  --bs-btn-hover-color: var(--bs-yellow);
  --bs-btn-bg: var(--bs-soft-yellow);
  --bs-btn-border-color: var(--bs-soft-yellow);
  --bs-btn-hover-bg: var(--bs-pale-yellow);
  --bs-btn-hover-border-color: var(--bs-pale-yellow);
  --bs-btn-active-color: var(--bs-yellow);
  --bs-btn-active-bg: var(--bs-pale-yellow);
  --bs-btn-active-border-color: var(--bs-pale-yellow);
}
/*.btn-soft-yellow.btn-expand {
  color: var(--bs-yellow);
}
.btn-soft-yellow.btn-expand i,
.btn-soft-yellow.btn-expand:before,
.btn-soft-yellow.btn-expand:hover,
.btn-soft-yellow.btn-expand:hover:before {
  color: var(--bs-yellow);
}
.btn-soft-yellow.btn-expand:before {
  background-color: var(--bs-pale-yellow);
}*/
.btn-soft-green {
  --bs-btn-color: var(--bs-green);
  --bs-btn-hover-color: var(--bs-green);
  --bs-btn-bg: var(--bs-soft-green);
  --bs-btn-border-color: var(--bs-soft-green);
  --bs-btn-hover-bg: var(--bs-pale-green);
  --bs-btn-hover-border-color: var(--bs-pale-green);
  --bs-btn-active-color: var(--bs-green);
  --bs-btn-active-bg: var(--bs-pale-green);
  --bs-btn-active-border-color: var(--bs-pale-green);
}
/*.btn-soft-green.btn-expand {
  color: var(--bs-green);
}
.btn-soft-green.btn-expand i,
.btn-soft-green.btn-expand:before,
.btn-soft-green.btn-expand:hover,
.btn-soft-green.btn-expand:hover:before {
  color: var(--bs-green);
}
.btn-soft-green.btn-expand:before {
  background-color: var(--bs-pale-green);
}
.btn-soft-leaf {
  --bs-btn-color: var(--bs-leaf);
  --bs-btn-hover-color: var(--bs-leaf);
  --bs-btn-bg: var(--bs-pale-leaf);
  --bs-btn-border-color: var(--bs-pale-leaf);
  --bs-btn-hover-bg: var(--bs-pale-leaf);
  --bs-btn-hover-border-color: var(--bs-pale-leaf);
  --bs-btn-active-color: var(--bs-leaf);
  --bs-btn-active-bg: var(--bs-pale-leaf);
  --bs-btn-active-border-color: var(--bs-pale-leaf);
}
.btn-soft-leaf.btn-expand {
  color: var(--bs-leaf);
}
.btn-soft-leaf.btn-expand i,
.btn-soft-leaf.btn-expand:before,
.btn-soft-leaf.btn-expand:hover,
.btn-soft-leaf.btn-expand:hover:before {
  color: var(--bs-leaf);
}
.btn-soft-leaf.btn-expand:before {
  background-color: var(--bs-pale-leaf);
}
.btn-soft-aqua {
  --bs-btn-color: var(--bs-aqua);
  --bs-btn-hover-color: var(--bs-aqua);
  --bs-btn-bg: var(--bs-pale-aqua);
  --bs-btn-border-color: var(--bs-pale-aqua);
  --bs-btn-hover-bg: var(--bs-pale-aqua);
  --bs-btn-hover-border-color: var(--bs-pale-aqua);
  --bs-btn-active-color: var(--bs-aqua);
  --bs-btn-active-bg: var(--bs-pale-aqua);
  --bs-btn-active-border-color: var(--bs-pale-aqua);
}
.btn-soft-aqua.btn-expand {
  color: var(--bs-aqua);
}
.btn-soft-aqua.btn-expand i,
.btn-soft-aqua.btn-expand:before,
.btn-soft-aqua.btn-expand:hover,
.btn-soft-aqua.btn-expand:hover:before {
  color: var(--bs-aqua);
}
.btn-soft-aqua.btn-expand:before {
  background-color: var(--bs-pale-aqua);
}
.btn-soft-navy {
  --bs-btn-color: var(--bs-navy);
  --bs-btn-hover-color: var(--bs-navy);
  --bs-btn-bg: var(--bs-pale-navy);
  --bs-btn-border-color: var(--bs-pale-navy);
  --bs-btn-hover-bg: var(--bs-pale-navy);
  --bs-btn-hover-border-color: var(--bs-pale-navy);
  --bs-btn-active-color: var(--bs-navy);
  --bs-btn-active-bg: var(--bs-pale-navy);
  --bs-btn-active-border-color: var(--bs-pale-navy);
}
.btn-soft-navy.btn-expand {
  color: var(--bs-navy);
}
.btn-soft-navy.btn-expand i,
.btn-soft-navy.btn-expand:before,
.btn-soft-navy.btn-expand:hover,
.btn-soft-navy.btn-expand:hover:before {
  color: var(--bs-navy);
}
.btn-soft-navy.btn-expand:before {
  background-color: var(--bs-pale-navy);
}
.btn-soft-ash {
  --bs-btn-color: var(--bs-ash);
  --bs-btn-hover-color: var(--bs-ash);
  --bs-btn-bg: var(--bs-pale-ash);
  --bs-btn-border-color: var(--bs-pale-ash);
  --bs-btn-hover-bg: var(--bs-pale-ash);
  --bs-btn-hover-border-color: var(--bs-pale-ash);
  --bs-btn-active-color: var(--bs-ash);
  --bs-btn-active-bg: var(--bs-pale-ash);
  --bs-btn-active-border-color: var(--bs-pale-ash);
}
.btn-soft-ash.btn-expand {
  color: var(--bs-ash);
}
.btn-soft-ash.btn-expand i,
.btn-soft-ash.btn-expand:before,
.btn-soft-ash.btn-expand:hover,
.btn-soft-ash.btn-expand:hover:before {
  color: var(--bs-ash);
}
.btn-soft-ash.btn-expand:before {
  background-color: var(--bs-pale-ash);
}
.btn-soft-white {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-bg: var(--bs-pale-white);
  --bs-btn-border-color: var(--bs-pale-white);
  --bs-btn-hover-bg: var(--bs-pale-white);
  --bs-btn-hover-border-color: var(--bs-pale-white);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-pale-white);
  --bs-btn-active-border-color: var(--bs-pale-white);
}
.btn-soft-white.btn-expand {
  color: var(--bs-white);
}
.btn-soft-white.btn-expand i,
.btn-soft-white.btn-expand:before,
.btn-soft-white.btn-expand:hover,
.btn-soft-white.btn-expand:hover:before {
  color: var(--bs-white);
}
.btn-soft-white.btn-expand:before {
  background-color: var(--bs-pale-white);
}
.btn-soft-light {
  --bs-btn-color: var(--bs-light);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-bg: var(--bs-pale-light);
  --bs-btn-border-color: var(--bs-pale-light);
  --bs-btn-hover-bg: var(--bs-pale-light);
  --bs-btn-hover-border-color: var(--bs-pale-light);
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-pale-light);
  --bs-btn-active-border-color: var(--bs-pale-light);
}
.btn-soft-light.btn-expand {
  color: var(--bs-light);
}
.btn-soft-light.btn-expand i,
.btn-soft-light.btn-expand:before,
.btn-soft-light.btn-expand:hover,
.btn-soft-light.btn-expand:hover:before {
  color: var(--bs-light);
}
.btn-soft-light.btn-expand:before {
  background-color: var(--bs-pale-light);
}
.btn-soft-gray {
  --bs-btn-color: var(--bs-gray);
  --bs-btn-hover-color: var(--bs-gray);
  --bs-btn-bg: var(--bs-pale-gray);
  --bs-btn-border-color: var(--bs-pale-gray);
  --bs-btn-hover-bg: var(--bs-pale-gray);
  --bs-btn-hover-border-color: var(--bs-pale-gray);
  --bs-btn-active-color: var(--bs-gray);
  --bs-btn-active-bg: var(--bs-pale-gray);
  --bs-btn-active-border-color: var(--bs-pale-gray);
}
.btn-soft-gray.btn-expand {
  color: var(--bs-gray);
}
.btn-soft-gray.btn-expand i,
.btn-soft-gray.btn-expand:before,
.btn-soft-gray.btn-expand:hover,
.btn-soft-gray.btn-expand:hover:before {
  color: var(--bs-gray);
}
.btn-soft-gray.btn-expand:before {
  background-color: var(--bs-pale-gray);
}
.btn-soft-dark {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-bg: var(--bs-pale-dark);
  --bs-btn-border-color: var(--bs-pale-dark);
  --bs-btn-hover-bg: var(--bs-pale-dark);
  --bs-btn-hover-border-color: var(--bs-pale-dark);
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: var(--bs-pale-dark);
  --bs-btn-active-border-color: var(--bs-pale-dark);
}
.btn-soft-dark.btn-expand {
  color: var(--bs-dark);
}
.btn-soft-dark.btn-expand i,
.btn-soft-dark.btn-expand:before,
.btn-soft-dark.btn-expand:hover,
.btn-soft-dark.btn-expand:hover:before {
  color: var(--bs-dark);
}
.btn-soft-dark.btn-expand:before {
  background-color: var(--bs-pale-dark);
}
.btn-soft-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-pale-primary);
  --bs-btn-border-color: var(--bs-pale-primary);
  --bs-btn-hover-bg: var(--bs-pale-primary);
  --bs-btn-hover-border-color: var(--bs-pale-primary);
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-pale-primary);
  --bs-btn-active-border-color: var(--bs-pale-primary);
}
.btn-soft-primary.btn-expand {
  color: var(--bs-primary);
}
.btn-soft-primary.btn-expand i,
.btn-soft-primary.btn-expand:before,
.btn-soft-primary.btn-expand:hover,
.btn-soft-primary.btn-expand:hover:before {
  color: var(--bs-primary);
}
.btn-soft-primary.btn-expand:before {
  background-color: var(--bs-pale-primary);
}
.btn-white,
.btn-soft-ash {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-active-color: var(--bs-dark);
}
.btn-white.btn-expand,
.btn-soft-ash.btn-expand {
  color: var(--bs-dark);
}
.btn-white.btn-expand i,
.btn-soft-ash.btn-expand i {
  color: var(--bs-dark);
}
.btn-white.btn-expand:before,
.btn-soft-ash.btn-expand:before {
  background-color: var(--bs-dark);
}
.btn-white.btn-play:hover,
.btn-soft-ash.btn-play:hover {
  color: var(--bs-dark);
}
.btn-soft-ash {
  --bs-btn-border-color: transparent !important;
  --bs-btn-hover-border-color: transparent !important;
  --bs-btn-active-border-color: transparent !important;
  --bs-btn-disabled-border-color: transparent !important;
}*/
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}
/* BUTTON GRADIENT */
/*.btn-gradient {
  color: var(--bs-white) !important;
  border: 0;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.btn-gradient.btn-sm,
.btn-group-sm>.btn-gradient.btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.btn-gradient.btn-lg,
.btn-group-lg>.btn-gradient.btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.gradient-1 {
  background-image: linear-gradient(120deg, #f857a6 10%, #ef3f6e 100%);
}
.gradient-1.btn-outline-gradient,
.gradient-1.btn-outline-gradient span {
  background-image: linear-gradient(rgba(var(--bs-white-rgb), 0), rgba(var(--bs-white-rgb), 0)), linear-gradient(120deg, #f857a6 10%, #ef3f6e 100%);
}
.gradient-2 {
  background-image: linear-gradient(40deg, #f5b161 0.4%, #ec366e 100.2%);
}
.gradient-2.btn-outline-gradient,
.gradient-2.btn-outline-gradient span {
  background-image: linear-gradient(rgba(var(--bs-white-rgb), 0), rgba(var(--bs-white-rgb), 0)), linear-gradient(40deg, #f5b161 0.4%, #ec366e 100.2%);
}
.gradient-3 {
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}
.gradient-3.btn-outline-gradient,
.gradient-3.btn-outline-gradient span {
  background-image: linear-gradient(rgba(var(--bs-white-rgb), 0), rgba(var(--bs-white-rgb), 0)), linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}
.gradient-4 {
  background-image: linear-gradient(125deg, #9040db, #ff72c2 50%, #ffd84f);
}
.gradient-4.btn-outline-gradient,
.gradient-4.btn-outline-gradient span {
  background-image: linear-gradient(rgba(var(--bs-white-rgb), 0), rgba(var(--bs-white-rgb), 0)), linear-gradient(125deg, #9040db, #ff72c2 50%, #ffd84f);
}
.gradient-5 {
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
.gradient-5.btn-outline-gradient,
.gradient-5.btn-outline-gradient span {
  background-image: linear-gradient(rgba(var(--bs-white-rgb), 0), rgba(var(--bs-white-rgb), 0)), linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
.gradient-6 {
  background-image: linear-gradient(45deg, #08AEEA 0%, #2AF598 100%);
}
.gradient-6.btn-outline-gradient,
.gradient-6.btn-outline-gradient span {
  background-image: linear-gradient(rgba(var(--bs-white-rgb), 0), rgba(var(--bs-white-rgb), 0)), linear-gradient(45deg, #08AEEA 0%, #2AF598 100%);
}
.gradient-7 {
  background-image: linear-gradient(100deg, #605dba 20%, #78acf0 85%);
}
.gradient-7.btn-outline-gradient,
.gradient-7.btn-outline-gradient span {
  background-image: linear-gradient(rgba(var(--bs-white-rgb), 0), rgba(var(--bs-white-rgb), 0)), linear-gradient(100deg, #605dba 20%, #78acf0 85%);
}
.gradient-8 {
  background-image: linear-gradient(0deg, #2c46a7, #3757c4);
}
.gradient-8.btn-outline-gradient,
.gradient-8.btn-outline-gradient span {
  background-image: linear-gradient(rgba(var(--bs-white-rgb), 0), rgba(var(--bs-white-rgb), 0)), linear-gradient(0deg, #2c46a7, #3757c4);
}
.gradient-9 {
  background-image: linear-gradient(45deg, #ffdee9, #b5fffc);
}
.gradient-9.btn-outline-gradient,
.gradient-9.btn-outline-gradient span {
  background-image: linear-gradient(rgba(var(--bs-white-rgb), 0), rgba(var(--bs-white-rgb), 0)), linear-gradient(45deg, #ffdee9, #b5fffc);
}
.gradient-6,
.gradient-7 {
  background-size: 130% auto;
}
.btn-outline-gradient,
.btn-outline-gradient:disabled,
.btn-outline-gradient.disabled {
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-color: var(--bs-white);
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px var(--bs-white) inset;
  padding: 0.5rem 1.1rem;
}
.btn-outline-gradient.btn-sm:not(.btn-circle),
.btn-group-sm>.btn-outline-gradient.btn:not(.btn-circle),
.btn-outline-gradient:disabled.btn-sm:not(.btn-circle),
.btn-outline-gradient.disabled.btn-sm:not(.btn-circle) {
  padding: 0.4rem 0.9rem;
}
.btn-outline-gradient.btn-lg,
.btn-group-lg>.btn-outline-gradient.btn,
.btn-outline-gradient:disabled.btn-lg,
.btn-outline-gradient.disabled.btn-lg {
  padding: 0.65rem 1.3rem;
}
.btn-outline-gradient span,
.btn-outline-gradient:disabled span,
.btn-outline-gradient.disabled span {
  color: #333333 !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-outline-gradient:hover span,
.btn-outline-gradient:focus-visible span,
.btn-outline-gradient:active span,
.btn-outline-gradient:disabled:hover span,
.btn-outline-gradient:disabled:focus-visible span,
.btn-outline-gradient:disabled:active span,
.btn-outline-gradient.disabled:hover span,
.btn-outline-gradient.disabled:focus-visible span,
.btn-outline-gradient.disabled:active span {
  color: var(--bs-white) !important;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}*/
/* BUTTON SIZES */
.btn-lg,
.btn-group-lg>.btn {
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-padding-x: 1.4rem;
  --bs-btn-font-size: 0.85rem;
  --bs-btn-border-radius: 0.4rem;
}
.btn-sm,
.btn-group-sm>.btn {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.7rem;
  --bs-btn-border-radius: 0.4rem;
}
/* BUTTON WITH ICON */
.btn-icon.btn-sm,
.btn-group-sm>.btn-icon.btn {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.btn-icon.btn-sm i,
.btn-group-sm>.btn-icon.btn i {
  font-size: 0.8rem;
}
.btn-icon.btn-icon-start i {
  margin-right: 0.3rem;
}
.btn-icon.btn-icon-end i {
  margin-left: 0.3rem;
}
.navigation .btn-icon i {
  font-size: 0.9rem;
}
.navigation .btn-icon.btn-icon-start i {
  margin-right: 0.2rem;
}
.navigation .btn-icon.btn-icon-end i {
  margin-left: 0.2rem;
}
/* NAVBAR BUTTON */
.navbar .btn-sm,
.navbar .btn-group-sm>.btn {
  font-size: 0.8rem;
}
/* SOCIAL */
.social span:not(.btn-circle) {
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .social span:not(.btn-circle) {
    transition: none;
  }
}
.social span:not(.btn-circle):hover {
  transform: translateY(-0.15rem);
}
.social span:not(.btn-circle) i {
  font-size: 1rem;
}
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=dropbox] {
  color: #007bdf;
}
.social span.btn-circle[class*=dropbox] {
  color: var(--bs-white);
  background-color: #007bdf;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=dribbble] {
  color: #e94d88;
}
.social span.btn-circle[class*=dribbble] {
  color: var(--bs-white);
  background-color: #e94d88;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=google-drive-alt] {
  color: #1b9f5e;
}
.social span.btn-circle[class*=google-drive-alt] {
  color: var(--bs-white);
  background-color: #1b9f5e;
  border-color: transparent;
}*/
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-f] {
  color: #4470cf;
}
.social span.btn-circle[class*=facebook-f] {
  color: var(--bs-white);
  background-color: #4470cf;
  border-color: transparent;
}
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=instagram] {
  color: #d53581;
}
.social span.btn-circle[class*=instagram] {
  color: var(--bs-white);
  background-color: #d53581;
  border-color: transparent;
}
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=line] {
  color: #0fab10;
}
.social span.btn-circle[class*=line] {
  color: var(--bs-white);
  background-color: #0fab10;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-messenger] {
  color: #007ff8;
}
.social span.btn-circle[class*=facebook-messenger] {
  color: var(--bs-white);
  background-color: #007ff8;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=black-berry] {
  color: #272727;
}
.social span.btn-circle[class*=black-berry] {
  color: var(--bs-white);
  background-color: #272727;
  border-color: transparent;
}*/
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin] {
  color: #3393c1;
}
.social span.btn-circle[class*=linkedin] {
  color: var(--bs-white);
  background-color: #3393c1;
  border-color: transparent;
}
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=intercom] {
  color: #2e88f8;
}
.social span.btn-circle[class*=intercom] {
  color: var(--bs-white);
  background-color: #2e88f8;
  border-color: transparent;
}*/
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=facebook] {
  color: #4470cf;
}
.social span.btn-circle[class*=facebook] {
  color: var(--bs-white);
  background-color: #4470cf;
  border-color: transparent;
}
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=youtube] {
  color: #c8312b;
}
.social span.btn-circle[class*=youtube] {
  color: var(--bs-white);
  background-color: #c8312b;
  border-color: transparent;
}
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=apple] {
  color: #1a1919;
}
.social span.btn-circle[class*=apple] {
  color: var(--bs-white);
  background-color: #1a1919;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=visual-studio] {
  color: #6b61be;
}
.social span.btn-circle[class*=visual-studio] {
  color: var(--bs-white);
  background-color: #6b61be;
  border-color: transparent;
}*/
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=twitter] {
  color: #5daed5;
}
.social span.btn-circle[class*=twitter] {
  color: var(--bs-white);
  background-color: #5daed5;
  border-color: transparent;
}
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-ghost] {
  color: #f7c31a;
}
.social span.btn-circle[class*=snapchat-ghost] {
  color: var(--bs-white);
  background-color: #f7c31a;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=slack] {
  color: #d4135c;
}
.social span.btn-circle[class*=slack] {
  color: var(--bs-white);
  background-color: #d4135c;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr-square] {
  color: #5d82a4;
}
.social span.btn-circle[class*=tumblr-square] {
  color: var(--bs-white);
  background-color: #5d82a4;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=medium-m] {
  color: #00c364;
}
.social span.btn-circle[class*=medium-m] {
  color: var(--bs-white);
  background-color: #00c364;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr] {
  color: #5d82a4;
}
.social span.btn-circle[class*=tumblr] {
  color: var(--bs-white);
  background-color: #5d82a4;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=adobe] {
  color: #e61f26;
}
.social span.btn-circle[class*=adobe] {
  color: var(--bs-white);
  background-color: #e61f26;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=whatsapp] {
  color: #00a859;
}
.social span.btn-circle[class*=whatsapp] {
  color: var(--bs-white);
  background-color: #00a859;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*="500-px"] {
  color: #00a6df;
}
.social span.btn-circle[class*="500-px"] {
  color: var(--bs-white);
  background-color: #00a6df;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-square] {
  color: #f7c31a;
}
.social span.btn-circle[class*=snapchat-square] {
  color: var(--bs-white);
  background-color: #f7c31a;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=behance] {
  color: #0057ff;
}
.social span.btn-circle[class*=behance] {
  color: var(--bs-white);
  background-color: #0057ff;
  border-color: transparent;
}*/
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=instagram-alt] {
  color: #d53581;
}
.social span.btn-circle[class*=instagram-alt] {
  color: var(--bs-white);
  background-color: #d53581;
  border-color: transparent;
}
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=github-alt] {
  color: #4073a6;
}
.social span.btn-circle[class*=github-alt] {
  color: var(--bs-white);
  background-color: #4073a6;
  border-color: transparent;
}*/
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin-alt] {
  color: #3393c1;
}
.social span.btn-circle[class*=linkedin-alt] {
  color: var(--bs-white);
  background-color: #3393c1;
  border-color: transparent;
}
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=slack-alt] {
  color: #d4135c;
}
.social span.btn-circle[class*=slack-alt] {
  color: var(--bs-white);
  background-color: #d4135c;
  border-color: transparent;
}*/
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=google] {
  color: #e44134;
}
.social span.btn-circle[class*=google] {
  color: var(--bs-white);
  background-color: #e44134;
  border-color: transparent;
}
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=google-play] {
  color: #e44134;
}
.social span.btn-circle[class*=google-play] {
  color: var(--bs-white);
  background-color: #e44134;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=google-drive] {
  color: #1b9f5e;
}
.social span.btn-circle[class*=google-drive] {
  color: var(--bs-white);
  background-color: #1b9f5e;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=vuejs-alt] {
  color: #3fb37f;
}
.social span.btn-circle[class*=vuejs-alt] {
  color: var(--bs-white);
  background-color: #3fb37f;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=google-hangouts] {
  color: #109956;
}
.social span.btn-circle[class*=google-hangouts] {
  color: var(--bs-white);
  background-color: #109956;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=vuejs] {
  color: #3fb37f;
}
.social span.btn-circle[class*=vuejs] {
  color: var(--bs-white);
  background-color: #3fb37f;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=java-script] {
  color: #f0d91d;
}
.social span.btn-circle[class*=java-script] {
  color: var(--bs-white);
  background-color: #f0d91d;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=paypal] {
  color: #0089cc;
}
.social span.btn-circle[class*=paypal] {
  color: var(--bs-white);
  background-color: #0089cc;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=reddit-alien-alt] {
  color: #f84300;
}
.social span.btn-circle[class*=reddit-alien-alt] {
  color: var(--bs-white);
  background-color: #f84300;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=android-alt] {
  color: #97c03d;
}
.social span.btn-circle[class*=android-alt] {
  color: var(--bs-white);
  background-color: #97c03d;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=github] {
  color: #4073a6;
}
.social span.btn-circle[class*=github] {
  color: var(--bs-white);
  background-color: #4073a6;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=android] {
  color: #97c03d;
}
.social span.btn-circle[class*=android] {
  color: var(--bs-white);
  background-color: #97c03d;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=amazon] {
  color: #f79400;
}
.social span.btn-circle[class*=amazon] {
  color: var(--bs-white);
  background-color: #f79400;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=adobe-alt] {
  color: #e61f26;
}
.social span.btn-circle[class*=adobe-alt] {
  color: var(--bs-white);
  background-color: #e61f26;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=master-card] {
  color: #f0931d;
}
.social span.btn-circle[class*=master-card] {
  color: var(--bs-white);
  background-color: #f0931d;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=opera-alt] {
  color: #e33737;
}
.social span.btn-circle[class*=opera-alt] {
  color: var(--bs-white);
  background-color: #e33737;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=css3-alt] {
  color: #006db6;
}
.social span.btn-circle[class*=css3-alt] {
  color: var(--bs-white);
  background-color: #006db6;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=opera] {
  color: #e33737;
}
.social span.btn-circle[class*=opera] {
  color: var(--bs-white);
  background-color: #e33737;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=css3] {
  color: #006db6;
}
.social span.btn-circle[class*=css3] {
  color: var(--bs-white);
  background-color: #006db6;
  border-color: transparent;
}*/
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=twitter-alt] {
  color: #5daed5;
}
.social span.btn-circle[class*=twitter-alt] {
  color: var(--bs-white);
  background-color: #5daed5;
  border-color: transparent;
}
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=intercom-alt] {
  color: #2e88f8;
}
.social span.btn-circle[class*=intercom-alt] {
  color: var(--bs-white);
  background-color: #2e88f8;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=swiggy] {
  color: #f88a2d;
}
.social span.btn-circle[class*=swiggy] {
  color: var(--bs-white);
  background-color: #f88a2d;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-alt] {
  color: #f7c31a;
}
.social span.btn-circle[class*=snapchat-alt] {
  color: var(--bs-white);
  background-color: #f7c31a;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr-alt] {
  color: #5d82a4;
}
.social span.btn-circle[class*=tumblr-alt] {
  color: var(--bs-white);
  background-color: #5d82a4;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-messenger-alt] {
  color: #007ff8;
}
.social span.btn-circle[class*=facebook-messenger-alt] {
  color: var(--bs-white);
  background-color: #007ff8;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=bitcoin-alt] {
  color: #f38633;
}
.social span.btn-circle[class*=bitcoin-alt] {
  color: var(--bs-white);
  background-color: #f38633;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=google-hangouts-alt] {
  color: #109956;
}
.social span.btn-circle[class*=google-hangouts-alt] {
  color: var(--bs-white);
  background-color: #109956;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=blogger] {
  color: #e86733;
}
.social span.btn-circle[class*=blogger] {
  color: var(--bs-white);
  background-color: #e86733;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=blogger-alt] {
  color: #e86733;
}
.social span.btn-circle[class*=blogger-alt] {
  color: var(--bs-white);
  background-color: #e86733;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=bitcoin] {
  color: #f38633;
}
.social span.btn-circle[class*=bitcoin] {
  color: var(--bs-white);
  background-color: #f38633;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=behance-alt] {
  color: #0057ff;
}
.social span.btn-circle[class*=behance-alt] {
  color: var(--bs-white);
  background-color: #0057ff;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=apple-alt] {
  color: #1a1919;
}
.social span.btn-circle[class*=apple-alt] {
  color: var(--bs-white);
  background-color: #1a1919;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=react] {
  color: #00d1f7;
}
.social span.btn-circle[class*=react] {
  color: var(--bs-white);
  background-color: #00d1f7;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=telegram] {
  color: #2caef0;
}
.social span.btn-circle[class*=telegram] {
  color: var(--bs-white);
  background-color: #2caef0;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=vk-alt] {
  color: #4f7db3;
}
.social span.btn-circle[class*=vk-alt] {
  color: var(--bs-white);
  background-color: #4f7db3;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=vk] {
  color: #4f7db3;
}
.social span.btn-circle[class*=vk] {
  color: var(--bs-white);
  background-color: #4f7db3;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=skype] {
  color: #2ebbf0;
}
.social span.btn-circle[class*=skype] {
  color: var(--bs-white);
  background-color: #2ebbf0;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=skype-alt] {
  color: #2ebbf0;
}
.social span.btn-circle[class*=skype-alt] {
  color: var(--bs-white);
  background-color: #2ebbf0;
  border-color: transparent;
}*/
/*.social span:not([class*=link-]):not(.btn-circle) .uil[class*=telegram-alt] {
  color: #2caef0;
}
.social span.btn-circle[class*=telegram-alt] {
  color: var(--bs-white);
  background-color: #2caef0;
  border-color: transparent;
}*/
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=tiktok] {
  color: #202020;
}
.social span.btn-circle[class*=tiktok] {
  color: var(--bs-white);
  background-color: #202020;
  border-color: transparent;
}
.social span:not([class*=link-]):not(.btn-circle) .uil[class*=x-twitter] {
  color: #202020;
}
.social span.btn-circle[class*=x-twitter] {
  color: var(--bs-white);
  background-color: #202020;
  border-color: transparent;
}
.social.social-muted span:not(.btn-circle):not([class*=link-]) i {
  color: #333333 !important;
}
.social.social-white span i,
.social.social-white span:hover i,
.navbar-dark .social.social-muted span:not(.btn-circle):not([class*=link-]) i,
.navbar-dark .social.social-muted span:not(.btn-circle):not([class*=link-]):hover i {
  color: var(--bs-white) !important;
}
.social>span {
  margin: 0 0.7rem 0 0;
}
[class*=text-end] .social>span,
.social[class*=text-end]>span {
  margin: 0 0 0 0.7rem;
}
@media (min-width: 768px) {
  [class*=text-md-end] .social>span,
  .social[class*=text-md-end]>span {
    margin: 0 0 0 0.7rem;
  }
}
.text-center .social>span,
.social.text-center>span {
  margin: 0 0.35rem;
}
/* BAGDE */
/*.badge-lg {
  font-size: 0.6rem;
  padding: 0.35rem 0.55rem;
}
.badge-cart {
  border-radius: 100%;
  width: 0.9rem;
  height: 0.9rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
}*/
/* AVATAR */
.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.01rem;
  border-radius: 100%;
  height: auto;
}
/* PROCESS */
@media (min-width: 992px) {
  .process-wrapper.line [class*=col-] {
    position: relative;
  }
  .process-wrapper.line [class*=col-]:after {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: none;
    border-top: 1px solid rgba(250, 183, 88, 0.2);
    top: 1.5rem;
    z-index: 1;
    left: 3rem;
  }
  .process-wrapper.line [class*=col-]:last-child:after {
    display: none;
  }
  .process-wrapper.line.text-center [class*=col-]:before,
  .process-wrapper.line.text-center [class*=col-]:after {
    width: 50%;
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(245, 245, 245, 0.2);
    border: 0;
    top: 1.5rem;
    z-index: 1;
    left: 0;
  }
  .process-wrapper.line.text-center [class*=col-]:after {
    right: 0;
    left: auto;
  }
  .process-wrapper.line.text-center [class*=col-]:first-child:before,
  .process-wrapper.line.text-center [class*=col-]:last-child:after {
    display: none;
  }
  .process-wrapper.arrow [class*=col-] {
    position: relative;
  }
  .process-wrapper.arrow [class*=col-]:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.15 19.5'%3E%3Cpath fill='var%28--bs-primary%29' d='M2.38,13.63A107.77,107.77,0,0,1,41.56,3.28C54.29,2.51,67,4.2,79.4,6.9c7.73,1.68,15.38,3.73,23,5.86a1.56,1.56,0,0,0,.83-3C89.85,6,76.35,2.5,62.54.87A111,111,0,0,0,24,2.73,119,119,0,0,0,.8,10.93c-1.81.85-.23,3.54,1.58,2.7Z'/%3E%3Cpath fill='var%28--bs-primary%29' d='M95.51,19.27A60.35,60.35,0,0,1,107,12.41a1.58,1.58,0,0,0,1.12-1.29,1.53,1.53,0,0,0-.75-1.56,20.31,20.31,0,0,1-9-8.65,1.56,1.56,0,0,0-2.7,1.57c2.34,4,5.79,7.86,10.12,9.78l.37-2.86a62.69,62.69,0,0,0-12.25,7.18,1.6,1.6,0,0,0-.56,2.14,1.56,1.56,0,0,0,2.13.55Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
    position: absolute;
    width: 6rem;
    height: 1rem;
    top: 0.8rem;
    left: -3rem;
    z-index: 1;
    opacity: 0.15;
  }
  .process-wrapper.arrow [class*=col-]:nth-child(odd):before {
    transform: scale(1, -1);
  }
  .process-wrapper.arrow [class*=col-]:first-child:before {
    display: none;
  }
}
.process-wrapper.line .btn-circle {
  position: relative;
  z-index: 2;
}
/* TIMELINE */
/*.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline .timeline-item {
  position: relative;
  padding-left: 2rem;
}
.timeline .timeline-item .timeline-info {
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.timeline .timeline-item .timeline-content {
  padding-bottom: 2rem;
}
.timeline .timeline-item .timeline-content p:last-child {
  margin: 0;
}
.timeline .timeline-item .timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.6rem;
  color: var(--bs-primary);
}
.timeline .timeline-item .timeline-marker:before,
.timeline .timeline-item .timeline-marker:after {
  content: "";
  display: block;
  position: absolute;
}
.timeline .timeline-item .timeline-marker:before {
  background: currentColor;
  border-radius: 100%;
  width: 0.55rem;
  height: 0.55rem;
  top: 0.2rem;
  left: 0;
}
.timeline .timeline-item .timeline-marker:after {
  width: 1px;
  background: rgba(245, 245, 245, 0.2);
  top: 1rem;
  left: 0.25rem;
  bottom: 0;
}
.timeline .timeline-item:last-child {
  padding-bottom: 0;
}
.timeline .timeline-item:last-child .timeline-content {
  padding-bottom: 0;
}
.timeline .timeline-item:last-child .timeline-marker:after {
  content: none;
}
@media (min-width: 768px) {
  .timeline {
    display: table;
  }
  .timeline .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline .timeline-item .timeline-info,
  .timeline .timeline-item .timeline-marker,
  .timeline .timeline-item .timeline-content {
    display: table-cell;
    vertical-align: top;
  }
  .timeline .timeline-item .timeline-info {
    text-align: right;
    padding-right: 1.5rem;
  }
  .timeline .timeline-item .timeline-marker {
    position: relative;
  }
  .timeline .timeline-item .timeline-content {
    padding-left: 1.5rem;
  }
  .timeline .timeline-item .timeline-content .timeline-title {
    margin-top: -0.25rem;
  }
}*/
.spinner-grow, .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 1s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid #FAB758;
  border-right-color: #ffffff;
}
.p-small {
    font-size: 0.6rem;
}
.p-medium {
    font-size: 0.8rem;
}
.p-title {
    font-size: 0.9rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.p-title-medium {
    font-size: 0.8rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.p-title-small {
    font-size: 0.7rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.p-title a {
    color: var(--bs-body-color) !important;
}
.p-title-medium a {
    color: var(--bs-body-color) !important;
}
.card-body-actu {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.h3-medium {
    font-size: 1.1rem;
}
span.hover {
    position: relative;
}
    span.hover::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: currentColor;
        top: 100%;
        left: 0;
        pointer-events: none;
    }
    span.hover::before {
        content: "";
        transform-origin: 100% 50%;
        transform: scale3d(0, 1, 1);
        transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    }
    span.hover:hover:before {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1);
        transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
    }
.uil-sync::before {
    content: "\ed06";
}
.item-inner {
    height: 100%;
}
    .item-inner article,
    .item-inner article .card {
        height: 100%;
    }
.swiper-slide {
    height: unset;
}
div#assurland .al_retargeting .btn-close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
}
@media (max-width: 991px) { /* sm */
    div#assurland .al_retargeting .lift:hover {
        transform: translateY(0rem);
        box-shadow: none;
    }
}