::selection {
  color: #777;
  background: #fac828;
}
:root {
  --primary: #fac828;
  --secondary: #0b4dae;
  --tertiary: #f4f4f4;
  --quaternary: #e7e7e7;
}
a {
  color: #fac828;
}
a:hover {
  color: #fbce41;
}
a:focus {
  color: #fbce41;
}
a:active {
  color: #f9c20f;
}
html .text-color-primary,
html .text-primary {
  color: #fac828 !important;
}
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
  color: #fac828 !important;
}
html .text-color-secondary,
html .text-secondary {
  color: #0b4dae !important;
}
html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
  color: #0b4dae !important;
}
html .text-color-tertiary,
html .text-tertiary {
  color: #f4f4f4 !important;
}
html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
  color: #f4f4f4 !important;
}
html .text-color-dark,
html .text-dark {
  color: #212529 !important;
}
html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
  color: #212529 !important;
}
html .text-color-light,
html .text-light {
  color: #fff !important;
}
html .text-color-hover-light:hover,
html .text-hover-light:hover {
  color: #fff !important;
}
html .bg-color-primary,
html .bg-primary {
  background-color: #fac828 !important;
}
html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
  background-color: #fac828 !important;
}
html .bg-color-secondary,
html .bg-secondary {
  background-color: #0b4dae !important;
}
html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
  background-color: #0b4dae !important;
}
html .bg-color-tertiary,
html .bg-tertiary {
  background-color: #f4f4f4 !important;
}
html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
  background-color: #f4f4f4 !important;
}
html .bg-color-dark,
html .bg-dark {
  background-color: #212529 !important;
}
html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
  background-color: #212529 !important;
}
html .bg-color-light,
html .bg-light {
  background-color: #fff !important;
}
html .bg-color-hover-light:hover,
html .bg-hover-light:hover {
  background-color: #fff !important;
}
html .border-color-hover-primary:hover {
  border-color: #fac828 !important;
}
html .border-color-secondary {
  border-color: #0b4dae !important;
}
html .border-color-hover-secondary:hover {
  border-color: #0b4dae !important;
}
html .border-color-tertiary {
  border-color: #f4f4f4 !important;
}
html .border-color-hover-tertiary:hover {
  border-color: #f4f4f4 !important;
}
html .border-color-dark {
  border-color: #212529 !important;
}
html .border-color-hover-dark:hover {
  border-color: #212529 !important;
}
html .border-color-light {
  border-color: #fff !important;
}
html .border-color-hover-light:hover {
  border-color: #fff !important;
}
html .box-shadow-1-primary:before {
  box-shadow: 0 30px 90px #fac828 !important;
}
html .box-shadow-1-secondary:before {
  box-shadow: 0 30px 90px #0b4dae !important;
}
html .box-shadow-1-tertiary:before {
  box-shadow: 0 30px 90px #f4f4f4 !important;
}
html .box-shadow-1-dark:before {
  box-shadow: 0 30px 90px #212529 !important;
}
html .box-shadow-1-light:before {
  box-shadow: 0 30px 90px #fff !important;
}
html .blockquote-primary {
  border-color: #fac828 !important;
}
html .blockquote-secondary {
  border-color: #0b4dae !important;
}
html .blockquote-tertiary {
  border-color: #f4f4f4 !important;
}
html .blockquote-dark {
  border-color: #212529 !important;
}
html .blockquote-light {
  border-color: #fff !important;
}
html .nav-color-primary nav > ul > li > a {
  color: #fac828 !important;
}
html
  .nav-color-primary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #fac828 !important;
}
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #fac828 !important;
}
html .nav-color-secondary nav > ul > li > a {
  color: #0b4dae !important;
}
html
  .nav-color-secondary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #0b4dae !important;
}
html
  .nav-color-secondary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  ul {
  border-top-color: #0b4dae !important;
}
html .nav-color-tertiary nav > ul > li > a {
  color: #f4f4f4 !important;
}
html
  .nav-color-tertiary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #f4f4f4 !important;
}
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #f4f4f4 !important;
}
html .nav-color-dark nav > ul > li > a {
  color: #212529 !important;
}
html
  .nav-color-dark:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #212529 !important;
}
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #212529 !important;
}
html .nav-color-light nav > ul > li > a {
  color: #fff !important;
}
html
  .nav-color-light:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #fff !important;
}
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #fff !important;
}
.nav-pills .nav-link.active,
.nav-pills > li.active > a {
  background-color: #fac828;
}
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #fac828;
}
.nav-active-style-1 > li > a.active,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a:hover {
  border-bottom-color: #fac828;
}
html .nav-pills-primary a {
  color: #fac828;
}
html .nav-pills-primary a:hover {
  color: #fbce41;
}
html .nav-pills-primary a:focus {
  color: #fbce41;
}
html .nav-pills-primary a:active {
  color: #f9c20f;
}
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #fac828;
}
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:focus,
html .nav-pills-primary > li.active > a:hover {
  background-color: #fac828;
}
html .nav-pills-secondary a {
  color: #0b4dae;
}
html .nav-pills-secondary a:hover {
  color: #0d58c6;
}
html .nav-pills-secondary a:focus {
  color: #0d58c6;
}
html .nav-pills-secondary a:active {
  color: #094296;
}
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
  background-color: #0b4dae;
}
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:focus,
html .nav-pills-secondary > li.active > a:hover {
  background-color: #0b4dae;
}
html .nav-pills-tertiary a {
  color: #f4f4f4;
}
html .nav-pills-tertiary a:hover {
  color: #fff;
}
html .nav-pills-tertiary a:focus {
  color: #fff;
}
html .nav-pills-tertiary a:active {
  color: #e7e7e7;
}
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #f4f4f4;
}
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:focus,
html .nav-pills-tertiary > li.active > a:hover {
  background-color: #f4f4f4;
}
html .nav-pills-dark a {
  color: #212529;
}
html .nav-pills-dark a:hover {
  color: #2c3237;
}
html .nav-pills-dark a:focus {
  color: #2c3237;
}
html .nav-pills-dark a:active {
  color: #16181b;
}
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
  background-color: #212529;
}
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:focus,
html .nav-pills-dark > li.active > a:hover {
  background-color: #212529;
}
html .nav-pills-light a {
  color: #fff;
}
html .nav-pills-light a:hover {
  color: #fff;
}
html .nav-pills-light a:focus {
  color: #fff;
}
html .nav-pills-light a:active {
  color: #f2f2f2;
}
html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
  background-color: #fff;
}
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:focus,
html .nav-pills-light > li.active > a:hover {
  background-color: #fff;
}
.nav-link {
  color: #fac828;
}
.nav-link:hover {
  color: #fbce41;
}
.nav-link:focus {
  color: #fbce41;
}
.nav-link:active {
  color: #f9c20f;
}
.sort-source-wrapper .nav > li.active > a {
  color: #fac828;
}
.sort-source-wrapper .nav > li.active > a:focus,
.sort-source-wrapper .nav > li.active > a:hover {
  color: #fac828;
}
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #fac828;
}
.sort-source.sort-source-style-3 > li.active > a {
  border-bottom-color: #fac828 !important;
  color: #fac828 !important;
}
.btn-link {
  color: #fac828;
}
.btn-link:hover {
  color: #fbce41;
}
.btn-link:active {
  color: #f9c20f;
}
html .btn-primary {
  background-color: #fac828;
  border-color: #fac828 #fac828 #eab305;
  color: #777;
  --color: #fac828;
  --hover: #fbd24d;
  --disabled: #fac828;
  --active: #f6bd06;
}
html .btn-primary.hover,
html .btn-primary:hover {
  border-color: #fbd55a #fbd55a #fac828;
  color: #777;
}
html .btn-primary.hover:not(.bg-transparent),
html .btn-primary:hover:not(.bg-transparent) {
  background-color: #fbd24d;
}
html .btn-primary.focus,
html .btn-primary:focus {
  border-color: #eab305 #eab305 #b88d04;
  color: #777;
  box-shadow: 0 0 0 3px rgba(250, 200, 40, 0.5);
}
html .btn-primary.focus:not(.bg-transparent),
html .btn-primary:focus:not(.bg-transparent) {
  background-color: #f6bd06;
}
html .btn-primary:disabled {
  border-color: #fac828 #fac828 #eab305;
}
html .btn-primary:disabled:not(.bg-transparent) {
  background-color: #fac828;
}
html .btn-primary.active,
html .btn-primary:active {
  border-color: #eab305 #eab305 #b88d04 !important;
}
html .btn-primary.active:not(.bg-transparent),
html .btn-primary:active:not(.bg-transparent) {
  background-color: #f6bd06 !important;
  background-image: none !important;
}
html .btn-primary-scale-2 {
  background-color: #eab305;
  border-color: #eab305 #eab305 #b88d04;
  color: #777;
}
html .btn-primary-scale-2.hover,
html .btn-primary-scale-2:hover {
  border-color: #fac828 #fac828 #eab305;
  color: #777;
}
html .btn-primary-scale-2.hover:not(.bg-transparent),
html .btn-primary-scale-2:hover:not(.bg-transparent) {
  background-color: #fac51c;
}
html .btn-primary-scale-2.focus,
html .btn-primary-scale-2:focus {
  border-color: #b88d04 #b88d04 #866703;
  color: #777;
  box-shadow: 0 0 0 3px rgba(234, 179, 5, 0.5);
}
html .btn-primary-scale-2.focus:not(.bg-transparent),
html .btn-primary-scale-2:focus:not(.bg-transparent) {
  background-color: #c49705;
}
html .btn-primary-scale-2:disabled {
  border-color: #eab305 #eab305 #b88d04;
}
html .btn-primary-scale-2:disabled:not(.bg-transparent) {
  background-color: #eab305;
}
html .btn-primary-scale-2.active,
html .btn-primary-scale-2:active {
  border-color: #b88d04 #b88d04 #866703 !important;
}
html .btn-primary-scale-2.active:not(.bg-transparent),
html .btn-primary-scale-2:active:not(.bg-transparent) {
  background-color: #c49705 !important;
  background-image: none !important;
}
html .show > .btn-primary-scale-2.dropdown-toggle,
html .show > .btn-primary.dropdown-toggle {
  background-color: #f6bd06 !important;
  background-image: none !important;
  border-color: #eab305 #eab305 #b88d04 !important;
}
html .btn-secondary {
  background-color: #0b4dae;
  border-color: #0b4dae #0b4dae #08387e;
  color: #fff;
  --color: #0b4dae;
  --hover: #0d5dd2;
  --disabled: #0b4dae;
  --active: #093d8a;
}
html .btn-secondary.hover,
html .btn-secondary:hover {
  border-color: #0e62de #0e62de #0b4dae;
  color: #fff;
}
html .btn-secondary.hover:not(.bg-transparent),
html .btn-secondary:hover:not(.bg-transparent) {
  background-color: #0d5dd2;
}
html .btn-secondary.focus,
html .btn-secondary:focus {
  border-color: #08387e #08387e #05234e;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(11, 77, 174, 0.5);
}
html .btn-secondary.focus:not(.bg-transparent),
html .btn-secondary:focus:not(.bg-transparent) {
  background-color: #093d8a;
}
html .btn-secondary:disabled {
  border-color: #0b4dae #0b4dae #08387e;
}
html .btn-secondary:disabled:not(.bg-transparent) {
  background-color: #0b4dae;
}
html .btn-secondary.active,
html .btn-secondary:active {
  border-color: #08387e #08387e #05234e !important;
}
html .btn-secondary.active:not(.bg-transparent),
html .btn-secondary:active:not(.bg-transparent) {
  background-color: #093d8a !important;
  background-image: none !important;
}
html .btn-secondary-scale-2 {
  background-color: #08387e;
  border-color: #08387e #08387e #05234e;
  color: #fff;
}
html .btn-secondary-scale-2.hover,
html .btn-secondary-scale-2:hover {
  border-color: #0b4dae #0b4dae #08387e;
  color: #fff;
}
html .btn-secondary-scale-2.hover:not(.bg-transparent),
html .btn-secondary-scale-2:hover:not(.bg-transparent) {
  background-color: #0a48a2;
}
html .btn-secondary-scale-2.focus,
html .btn-secondary-scale-2:focus {
  border-color: #05234e #05234e #020d1e;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(8, 56, 126, 0.5);
}
html .btn-secondary-scale-2.focus:not(.bg-transparent),
html .btn-secondary-scale-2:focus:not(.bg-transparent) {
  background-color: #06285a;
}
html .btn-secondary-scale-2:disabled {
  border-color: #08387e #08387e #05234e;
}
html .btn-secondary-scale-2:disabled:not(.bg-transparent) {
  background-color: #08387e;
}
html .btn-secondary-scale-2.active,
html .btn-secondary-scale-2:active {
  border-color: #05234e #05234e #020d1e !important;
}
html .btn-secondary-scale-2.active:not(.bg-transparent),
html .btn-secondary-scale-2:active:not(.bg-transparent) {
  background-color: #06285a !important;
  background-image: none !important;
}
html .show > .btn-secondary-scale-2.dropdown-toggle,
html .show > .btn-secondary.dropdown-toggle {
  background-color: #093d8a !important;
  background-image: none !important;
  border-color: #08387e #08387e #05234e !important;
}
html .btn-tertiary {
  background-color: #f4f4f4;
  border-color: #f4f4f4 #f4f4f4 #dbdbdb;
  color: #777;
  --color: #f4f4f4;
  --hover: #ffffff;
  --disabled: #f4f4f4;
  --active: #e1e1e1;
}
html .btn-tertiary.hover,
html .btn-tertiary:hover {
  border-color: #fff #fff #f4f4f4;
  color: #777;
}
html .btn-tertiary.hover:not(.bg-transparent),
html .btn-tertiary:hover:not(.bg-transparent) {
  background-color: #fff;
}
html .btn-tertiary.focus,
html .btn-tertiary:focus {
  border-color: #dbdbdb #dbdbdb #c1c1c1;
  color: #777;
  box-shadow: 0 0 0 3px rgba(244, 244, 244, 0.5);
}
html .btn-tertiary.focus:not(.bg-transparent),
html .btn-tertiary:focus:not(.bg-transparent) {
  background-color: #e1e1e1;
}
html .btn-tertiary:disabled {
  border-color: #f4f4f4 #f4f4f4 #dbdbdb;
}
html .btn-tertiary:disabled:not(.bg-transparent) {
  background-color: #f4f4f4;
}
html .btn-tertiary.active,
html .btn-tertiary:active {
  border-color: #dbdbdb #dbdbdb #c1c1c1 !important;
}
html .btn-tertiary.active:not(.bg-transparent),
html .btn-tertiary:active:not(.bg-transparent) {
  background-color: #e1e1e1 !important;
  background-image: none !important;
}
html .btn-tertiary-scale-2 {
  background-color: #dbdbdb;
  border-color: #dbdbdb #dbdbdb #c1c1c1;
  color: #777;
}
html .btn-tertiary-scale-2.hover,
html .btn-tertiary-scale-2:hover {
  border-color: #f4f4f4 #f4f4f4 #dbdbdb;
  color: #777;
}
html .btn-tertiary-scale-2.hover:not(.bg-transparent),
html .btn-tertiary-scale-2:hover:not(.bg-transparent) {
  background-color: #eee;
}
html .btn-tertiary-scale-2.focus,
html .btn-tertiary-scale-2:focus {
  border-color: #c1c1c1 #c1c1c1 #a8a8a8;
  color: #777;
  box-shadow: 0 0 0 3px rgba(219, 219, 219, 0.5);
}
html .btn-tertiary-scale-2.focus:not(.bg-transparent),
html .btn-tertiary-scale-2:focus:not(.bg-transparent) {
  background-color: #c7c7c7;
}
html .btn-tertiary-scale-2:disabled {
  border-color: #dbdbdb #dbdbdb #c1c1c1;
}
html .btn-tertiary-scale-2:disabled:not(.bg-transparent) {
  background-color: #dbdbdb;
}
html .btn-tertiary-scale-2.active,
html .btn-tertiary-scale-2:active {
  border-color: #c1c1c1 #c1c1c1 #a8a8a8 !important;
}
html .btn-tertiary-scale-2.active:not(.bg-transparent),
html .btn-tertiary-scale-2:active:not(.bg-transparent) {
  background-color: #c7c7c7 !important;
  background-image: none !important;
}
html .show > .btn-tertiary-scale-2.dropdown-toggle,
html .show > .btn-tertiary.dropdown-toggle {
  background-color: #e1e1e1 !important;
  background-image: none !important;
  border-color: #dbdbdb #dbdbdb #c1c1c1 !important;
}
html .btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #fff;
  --color: #212529;
  --hover: #32383e;
  --disabled: #212529;
  --active: #101214;
}
html .btn-dark.hover,
html .btn-dark:hover {
  border-color: #383f45 #383f45 #212529;
  color: #fff;
}
html .btn-dark.hover:not(.bg-transparent),
html .btn-dark:hover:not(.bg-transparent) {
  background-color: #32383e;
}
html .btn-dark.focus,
html .btn-dark:focus {
  border-color: #0a0c0d #0a0c0d #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}
html .btn-dark.focus:not(.bg-transparent),
html .btn-dark:focus:not(.bg-transparent) {
  background-color: #101214;
}
html .btn-dark:disabled {
  border-color: #212529 #212529 #0a0c0d;
}
html .btn-dark:disabled:not(.bg-transparent) {
  background-color: #212529;
}
html .btn-dark.active,
html .btn-dark:active {
  border-color: #0a0c0d #0a0c0d #000 !important;
}
html .btn-dark.active:not(.bg-transparent),
html .btn-dark:active:not(.bg-transparent) {
  background-color: #101214 !important;
  background-image: none !important;
}
html .btn-dark-scale-2 {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000;
  color: #fff;
}
html .btn-dark-scale-2.hover,
html .btn-dark-scale-2:hover {
  border-color: #212529 #212529 #0a0c0d;
  color: #fff;
}
html .btn-dark-scale-2.hover:not(.bg-transparent),
html .btn-dark-scale-2:hover:not(.bg-transparent) {
  background-color: #1b1f22;
}
html .btn-dark-scale-2.focus,
html .btn-dark-scale-2:focus {
  border-color: #000 #000 #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}
html .btn-dark-scale-2.focus:not(.bg-transparent),
html .btn-dark-scale-2:focus:not(.bg-transparent) {
  background-color: #000;
}
html .btn-dark-scale-2:disabled {
  border-color: #0a0c0d #0a0c0d #000;
}
html .btn-dark-scale-2:disabled:not(.bg-transparent) {
  background-color: #0a0c0d;
}
html .btn-dark-scale-2.active,
html .btn-dark-scale-2:active {
  border-color: #000 #000 #000 !important;
}
html .btn-dark-scale-2.active:not(.bg-transparent),
html .btn-dark-scale-2:active:not(.bg-transparent) {
  background-color: #000 !important;
  background-image: none !important;
}
html .show > .btn-dark-scale-2.dropdown-toggle,
html .show > .btn-dark.dropdown-toggle {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000 !important;
}
html .btn-light {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
  color: #777;
  --color: #fff;
  --hover: #ffffff;
  --disabled: #fff;
  --active: #ececec;
}
html .btn-light.hover,
html .btn-light:hover {
  border-color: #fff #fff #fff;
  color: #777;
}
html .btn-light.hover:not(.bg-transparent),
html .btn-light:hover:not(.bg-transparent) {
  background-color: #fff;
}
html .btn-light.focus,
html .btn-light:focus {
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-light.focus:not(.bg-transparent),
html .btn-light:focus:not(.bg-transparent) {
  background-color: #ececec;
}
html .btn-light:disabled {
  border-color: #fff #fff #e6e6e6;
}
html .btn-light:disabled:not(.bg-transparent) {
  background-color: #fff;
}
html .btn-light.active,
html .btn-light:active {
  border-color: #e6e6e6 #e6e6e6 #ccc !important;
}
html .btn-light.active:not(.bg-transparent),
html .btn-light:active:not(.bg-transparent) {
  background-color: #ececec !important;
  background-image: none !important;
}
html .btn-light-scale-2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777;
}
html .btn-light-scale-2.hover,
html .btn-light-scale-2:hover {
  border-color: #fff #fff #e6e6e6;
  color: #777;
}
html .btn-light-scale-2.hover:not(.bg-transparent),
html .btn-light-scale-2:hover:not(.bg-transparent) {
  background-color: #f9f9f9;
}
html .btn-light-scale-2.focus,
html .btn-light-scale-2:focus {
  border-color: #ccc #ccc #b3b3b3;
  color: #777;
  box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}
html .btn-light-scale-2.focus:not(.bg-transparent),
html .btn-light-scale-2:focus:not(.bg-transparent) {
  background-color: #d2d2d2;
}
html .btn-light-scale-2:disabled {
  border-color: #e6e6e6 #e6e6e6 #ccc;
}
html .btn-light-scale-2:disabled:not(.bg-transparent) {
  background-color: #e6e6e6;
}
html .btn-light-scale-2.active,
html .btn-light-scale-2:active {
  border-color: #ccc #ccc #b3b3b3 !important;
}
html .btn-light-scale-2.active:not(.bg-transparent),
html .btn-light-scale-2:active:not(.bg-transparent) {
  background-color: #d2d2d2 !important;
  background-image: none !important;
}
html .show > .btn-light-scale-2.dropdown-toggle,
html .show > .btn-light.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #ccc !important;
}
html .btn-outline.btn-primary {
  color: #fac828;
  background-color: transparent;
  background-image: none;
  border-color: #fac828;
}
html .btn-outline.btn-primary.hover,
html .btn-outline.btn-primary:hover {
  color: #777;
  background-color: #fac828;
  border-color: #fac828;
}
html .btn-outline.btn-primary.focus,
html .btn-outline.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(250, 200, 40, 0.5);
}
html .btn-outline.btn-primary:disabled {
  color: #fac828;
  background-color: transparent;
}
html .btn-outline.btn-primary.active,
html .btn-outline.btn-primary:active {
  color: #777 !important;
  background-color: #fac828 !important;
  border-color: #fac828 !important;
}
html .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #777 !important;
  background-color: #fac828 !important;
  border-color: #fac828 !important;
}
html .btn-outline.btn-secondary {
  color: #0b4dae;
  background-color: transparent;
  background-image: none;
  border-color: #0b4dae;
}
html .btn-outline.btn-secondary.hover,
html .btn-outline.btn-secondary:hover {
  color: #fff;
  background-color: #0b4dae;
  border-color: #0b4dae;
}
html .btn-outline.btn-secondary.focus,
html .btn-outline.btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(11, 77, 174, 0.5);
}
html .btn-outline.btn-secondary:disabled {
  color: #0b4dae;
  background-color: transparent;
}
html .btn-outline.btn-secondary.active,
html .btn-outline.btn-secondary:active {
  color: #fff !important;
  background-color: #0b4dae !important;
  border-color: #0b4dae !important;
}
html .show > .btn-outline.btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #0b4dae !important;
  border-color: #0b4dae !important;
}
html .btn-outline.btn-tertiary {
  color: #f4f4f4;
  background-color: transparent;
  background-image: none;
  border-color: #f4f4f4;
}
html .btn-outline.btn-tertiary.hover,
html .btn-outline.btn-tertiary:hover {
  color: #777;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
html .btn-outline.btn-tertiary.focus,
html .btn-outline.btn-tertiary:focus {
  box-shadow: 0 0 0 3px rgba(244, 244, 244, 0.5);
}
html .btn-outline.btn-tertiary:disabled {
  color: #f4f4f4;
  background-color: transparent;
}
html .btn-outline.btn-tertiary.active,
html .btn-outline.btn-tertiary:active {
  color: #777 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
html .show > .btn-outline.btn-tertiary.dropdown-toggle {
  color: #777 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
html .btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}
html .btn-outline.btn-dark.hover,
html .btn-outline.btn-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
html .btn-outline.btn-dark.focus,
html .btn-outline.btn-dark:focus {
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}
html .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}
html .btn-outline.btn-dark.active,
html .btn-outline.btn-dark:active {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
html .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
html .btn-outline.btn-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
html .btn-outline.btn-light.hover,
html .btn-outline.btn-light:hover {
  color: #777;
  background-color: #fff;
  border-color: #fff;
}
html .btn-outline.btn-light.focus,
html .btn-outline.btn-light:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-outline.btn-light:disabled {
  color: #fff;
  background-color: transparent;
}
html .btn-outline.btn-light.active,
html .btn-outline.btn-light:active {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
html .show > .btn-outline.btn-light.dropdown-toggle {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
html .btn-with-arrow.btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #fac828;
}
html .btn-with-arrow.btn-primary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fac828 !important;
}
html .btn-with-arrow.btn-primary span {
  background-color: #fac828;
  box-shadow: 2px 3px 18px -3px #fac828;
}
html .btn-with-arrow.btn-primary.btn-outline {
  border-color: #fac828 !important;
}
html .btn-with-arrow.btn-primary.btn-outline:hover span {
  background-color: #fbce41 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #0b4dae;
}
html .btn-with-arrow.btn-secondary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #0b4dae !important;
}
html .btn-with-arrow.btn-secondary span {
  background-color: #0b4dae;
  box-shadow: 2px 3px 18px -3px #0b4dae;
}
html .btn-with-arrow.btn-secondary.btn-outline {
  border-color: #0b4dae !important;
}
html .btn-with-arrow.btn-secondary.btn-outline:hover span {
  background-color: #0d58c6 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #f4f4f4;
}
html .btn-with-arrow.btn-tertiary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #f4f4f4 !important;
}
html .btn-with-arrow.btn-tertiary span {
  background-color: #f4f4f4;
  box-shadow: 2px 3px 18px -3px #f4f4f4;
}
html .btn-with-arrow.btn-tertiary.btn-outline {
  border-color: #f4f4f4 !important;
}
html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
  background-color: #fff !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-dark {
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}
html .btn-with-arrow.btn-dark:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #212529 !important;
}
html .btn-with-arrow.btn-dark span {
  background-color: #212529;
  box-shadow: 2px 3px 18px -3px #212529;
}
html .btn-with-arrow.btn-dark.btn-outline {
  border-color: #212529 !important;
}
html .btn-with-arrow.btn-dark.btn-outline:hover span {
  background-color: #2c3237 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-light {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
html .btn-with-arrow.btn-light:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
}
html .btn-with-arrow.btn-light span {
  background-color: #fff;
  box-shadow: 2px 3px 18px -3px #fff;
}
html .btn-with-arrow.btn-light.btn-outline {
  border-color: #fff !important;
}
html .btn-with-arrow.btn-light.btn-outline:hover span {
  background-color: #fff !important;
  box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fac828;
}
html .alert-primary {
  background-color: #fac828;
  border-color: #fac419;
  color: #777;
}
html .alert-primary .alert-link {
  color: #777;
}
html .alert-secondary {
  background-color: #0b4dae;
  border-color: #0a47a0;
  color: #fff;
}
html .alert-secondary .alert-link {
  color: #fff;
}
html .alert-tertiary {
  background-color: #f4f4f4;
  border-color: #ececec;
  color: #777;
}
html .alert-tertiary .alert-link {
  color: #777;
}
html .alert-dark {
  background-color: #212529;
  border-color: #1a1d21;
  color: #fff;
}
html .alert-dark .alert-link {
  color: #fff;
}
html .alert-light {
  background-color: #fff;
  border-color: #f7f7f7;
  color: #777;
}
html .alert-light .alert-link {
  color: #777;
}
html section.section-primary {
  background-color: #fac828 !important;
  border-color: #f9c20f !important;
}
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #777;
}
html section.section-primary p {
  color: #5e5e5e;
}
html section.section-primary-scale-2 {
  background-color: #eab305 !important;
  border-color: #d1a005 !important;
}
html
  section.section-primary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #eab305;
}
html section.section-secondary {
  background-color: #0b4dae !important;
  border-color: #094296 !important;
}
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #fff;
}
html section.section-secondary p {
  color: #e6e6e6;
}
html section.section-secondary-scale-2 {
  background-color: #08387e !important;
  border-color: #062d66 !important;
}
html
  section.section-secondary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #08387e;
}
html section.section-tertiary {
  background-color: #f4f4f4 !important;
  border-color: #e7e7e7 !important;
}
html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: #777;
}
html section.section-tertiary p {
  color: #5e5e5e;
}
html section.section-tertiary-scale-2 {
  background-color: #dbdbdb !important;
  border-color: #cecece !important;
}
html
  section.section-tertiary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #dbdbdb;
}
html section.section-dark {
  background-color: #212529 !important;
  border-color: #16181b !important;
}
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #fff;
}
html section.section-dark p {
  color: #e6e6e6;
}
html section.section-dark-scale-2 {
  background-color: #0a0c0d !important;
  border-color: #000 !important;
}
html
  section.section-dark-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #0a0c0d;
}
html section.section-light {
  background-color: #fff !important;
  border-color: #f2f2f2 !important;
}
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777;
}
html section.section-light p {
  color: #5e5e5e;
}
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}
html
  section.section-light-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #e6e6e6;
}
html .bg-color-light-scale-1 {
  background-color: #f7f7f7 !important;
}
html .bg-color-light-scale-border-top-1,
html .section.bg-color-light-scale-1 {
  border-top-color: #efefef !important;
}
html .bg-color-light-scale-2 {
  background-color: #e8e8e8 !important;
}
html .bg-color-light-scale-border-top-2,
html .section.bg-color-light-scale-2 {
  border-top-color: #e0e0e0 !important;
}
html .bg-color-light-scale-3 {
  background-color: #e0e0e0 !important;
}
html .bg-color-light-scale-border-top-3,
html .section.bg-color-light-scale-3 {
  border-top-color: #d8d8d8 !important;
}
html .bg-color-light-scale-4 {
  background-color: #d8d8d8 !important;
}
html .bg-color-light-scale-border-top-4,
html .section.bg-color-light-scale-4 {
  border-top-color: #d1d1d1 !important;
}
html .bg-color-light-scale-5 {
  background-color: #d1d1d1 !important;
}
html .bg-color-light-scale-border-top-5,
html .section.bg-color-light-scale-5 {
  border-top-color: #c9c9c9 !important;
}
html .bg-color-light-scale-6 {
  background-color: #c9c9c9 !important;
}
html .bg-color-light-scale-border-top-6,
html .section.bg-color-light-scale-6 {
  border-top-color: #c1c1c1 !important;
}
html .bg-color-light-scale-7 {
  background-color: #c1c1c1 !important;
}
html .bg-color-light-scale-border-top-7,
html .section.bg-color-light-scale-7 {
  border-top-color: #bababa !important;
}
html .bg-color-light-scale-8 {
  background-color: #bababa !important;
}
html .bg-color-light-scale-border-top-8,
html .section.bg-color-light-scale-8 {
  border-top-color: #b2b2b2 !important;
}
html .bg-color-light-scale-9 {
  background-color: #b2b2b2 !important;
}
html .bg-color-light-scale-border-top-9,
html .section.bg-color-light-scale-9 {
  border-top-color: #ababab !important;
}
html .bg-color-dark-scale-1 {
  background-color: #212529 !important;
}
html .bg-color-dark-scale-border-top-1,
html .section.bg-color-dark-scale-1 {
  border-top-color: #1a1d21 !important;
}
html .bg-color-dark-scale-2 {
  background-color: #1c2023 !important;
}
html .bg-color-dark-scale-border-top-2,
html .section.bg-color-dark-scale-2 {
  border-top-color: #16181b !important;
}
html .bg-color-dark-scale-3 {
  background-color: #181b1e !important;
}
html .bg-color-dark-scale-border-top-3,
html .section.bg-color-dark-scale-3 {
  border-top-color: #111315 !important;
}
html .bg-color-dark-scale-4 {
  background-color: #131618 !important;
}
html .bg-color-dark-scale-border-top-4,
html .section.bg-color-dark-scale-4 {
  border-top-color: #0d0e10 !important;
}
html .bg-color-dark-scale-5 {
  background-color: #0f1112 !important;
}
html .bg-color-dark-scale-border-top-5,
html .section.bg-color-dark-scale-5 {
  border-top-color: #08090a !important;
}
html .bg-color-dark-scale-6 {
  background-color: #0a0c0d !important;
}
html .bg-color-dark-scale-border-top-6,
html .section.bg-color-dark-scale-6 {
  border-top-color: #030404 !important;
}
html .bg-color-dark-scale-7 {
  background-color: #060607 !important;
}
html .bg-color-dark-scale-border-top-7,
html .section.bg-color-dark-scale-7 {
  border-top-color: #000 !important;
}
html .bg-color-dark-scale-8 {
  background-color: #010101 !important;
}
html .bg-color-dark-scale-border-top-8,
html .section.bg-color-dark-scale-8 {
  border-top-color: #000 !important;
}
html .bg-color-dark-scale-9 {
  background-color: #000 !important;
}
html .bg-color-dark-scale-border-top-9,
html .section.bg-color-dark-scale-9 {
  border-top-color: #000 !important;
}
section.page-header .page-header-title-border {
  background-color: #fac828 !important;
}
section.page-header.custom-product {
  background-color: #f9c20f;
  border-top-color: #fac51e;
}
html .page-header-color.page-header-primary {
  background-color: #fac828;
  border-bottom-color: #fac828;
  color: #777;
}
html .page-header-color.page-header-primary h1 {
  color: #777;
}
html .page-header-color.page-header-primary h1 span {
  color: #777;
}
html .page-header-color.page-header-primary a {
  color: #777;
}
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #777;
}
html .page-header-color.page-header-secondary {
  background-color: #0b4dae;
  border-bottom-color: #0b4dae;
  color: #fff;
}
html .page-header-color.page-header-secondary h1 {
  color: #fff;
}
html .page-header-color.page-header-secondary h1 span {
  color: #fff;
}
html .page-header-color.page-header-secondary a {
  color: #fff;
}
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-tertiary {
  background-color: #f4f4f4;
  border-bottom-color: #f4f4f4;
  color: #777;
}
html .page-header-color.page-header-tertiary h1 {
  color: #777;
}
html .page-header-color.page-header-tertiary h1 span {
  color: #777;
}
html .page-header-color.page-header-tertiary a {
  color: #777;
}
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #777;
}
html .page-header-color.page-header-dark {
  background-color: #212529;
  border-bottom-color: #212529;
  color: #fff;
}
html .page-header-color.page-header-dark h1 {
  color: #fff;
}
html .page-header-color.page-header-dark h1 span {
  color: #fff;
}
html .page-header-color.page-header-dark a {
  color: #fff;
}
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-light {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #777;
}
html .page-header-color.page-header-light h1 {
  color: #777;
}
html .page-header-color.page-header-light h1 span {
  color: #777;
}
html .page-header-color.page-header-light a {
  color: #777;
}
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777;
}
html .toggle-primary .toggle .toggle-title,
html .toggle-primary .toggle label {
  color: #fac828;
  border-left-color: #fac828;
  border-right-color: #fac828;
}
html .toggle-primary .toggle.active > .toggle-title,
html .toggle-primary .toggle.active > label {
  background-color: #fac828;
  border-color: #fac828;
  color: #777;
}
html .toggle-primary.toggle-simple .toggle > .toggle-title:after,
html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #fac828;
}
html .toggle-secondary .toggle .toggle-title,
html .toggle-secondary .toggle label {
  color: #0b4dae;
  border-left-color: #0b4dae;
  border-right-color: #0b4dae;
}
html .toggle-secondary .toggle.active > .toggle-title,
html .toggle-secondary .toggle.active > label {
  background-color: #0b4dae;
  border-color: #0b4dae;
  color: #fff;
}
html .toggle-secondary.toggle-simple .toggle > .toggle-title:after,
html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #0b4dae;
}
html .toggle-tertiary .toggle .toggle-title,
html .toggle-tertiary .toggle label {
  color: #f4f4f4;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
html .toggle-tertiary .toggle.active > .toggle-title,
html .toggle-tertiary .toggle.active > label {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #777;
}
html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after,
html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #f4f4f4;
}
html .toggle-dark .toggle .toggle-title,
html .toggle-dark .toggle label {
  color: #212529;
  border-left-color: #212529;
  border-right-color: #212529;
}
html .toggle-dark .toggle.active > .toggle-title,
html .toggle-dark .toggle.active > label {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
html .toggle-dark.toggle-simple .toggle > .toggle-title:after,
html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #212529;
}
html .toggle-light .toggle .toggle-title,
html .toggle-light .toggle label {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
html .toggle-light .toggle.active > .toggle-title,
html .toggle-light .toggle.active > label {
  background-color: #fff;
  border-color: #fff;
  color: #777;
}
html .toggle-light.toggle-simple .toggle > .toggle-title:after,
html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #fff;
}
.img-thumbnail .zoom,
.thumb-info .thumb-info-action-icon,
.thumb-info .thumb-info-type,
.thumb-info-social-icons a,
.thumbnail .zoom {
  background-color: #fac828;
}
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #fac828;
}
html .thumb-info .thumb-info-action-icon-primary i {
  color: #777;
}
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #0b4dae;
}
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #f4f4f4;
}
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #777;
}
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #212529;
}
html .thumb-info .thumb-info-action-icon-dark i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-light {
  background-color: #fff;
}
html .thumb-info .thumb-info-action-icon-light i {
  color: #777;
}
.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
  background: rgba(250, 200, 40, 0.9);
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover {
  color: #fac828;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"] {
  background-color: #fac828;
  border-color: #fac828 #fac828 #eab305;
  color: #777;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"].hover,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"]:hover {
  background-color: #fbd24d;
  border-color: #fbd55a #fbd55a #fac828;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"].active,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"]:active {
  background-color: #f6bd06;
  background-image: none;
  border-color: #eab305 #eab305 #b88d04;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  background: #fac828;
}
.list.list-icons li a:first-child > .icons:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li > [class*="fa-"]:first-child {
  color: #fac828;
  border-color: #fac828;
}
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child,
.list.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
  background-color: #fac828;
}
html .list-primary.list-icons li a:first-child > .icons:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li > [class*="fa-"]:first-child {
  color: #fac828;
  border-color: #fac828;
}
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child {
  background-color: #fac828;
  color: #777;
}
html .list-secondary.list-icons li a:first-child > .icons:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li > [class*="fa-"]:first-child {
  color: #0b4dae;
  border-color: #0b4dae;
}
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child {
  background-color: #0b4dae;
  color: #fff;
}
html .list-tertiary.list-icons li a:first-child > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li > [class*="fa-"]:first-child {
  color: #f4f4f4;
  border-color: #f4f4f4;
}
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child {
  background-color: #f4f4f4;
  color: #777;
}
html .list-dark.list-icons li a:first-child > .icons:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li > [class*="fa-"]:first-child {
  color: #212529;
  border-color: #212529;
}
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child,
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
  background-color: #212529;
  color: #fff;
}
html .list-light.list-icons li a:first-child > .icons:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li > [class*="fa-"]:first-child {
  color: #fff;
  border-color: #fff;
}
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child,
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
  background-color: #fff;
  color: #777;
}
.parallax blockquote i.fa-quote-left {
  color: #fac828;
}
#header .header-btn-collapse-nav {
  background: #fac828;
}
