<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
html body &gt; .has-shop-navigation#app.app-layout-zero {
  padding-top: 0;
}
#app {
  padding-top: 80px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#app.app-layout-zero {
  padding-top: 0;
}
#app.app-layout-zero main .container {
  max-width: 1500px;
  width: 95% !important;
}
#app.app-layout-zero main .container.iframe-nav {
  max-width: 95%;
}
#app.app-layout-zero header#mega-menu-wrap {
  position: relative;
  transform: initial;
}
#app main {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
@media (max-width: 768px) {
  html[dir="rtl"] {
    overflow-x: scroll;
  }
}
#app {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#app main {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  padding-bottom: 80px;
}
html {
  height: 100%;
}
html body {
  overflow-x: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
html body.salesforce-iframe {
  height: auto;
}
html body.iframed {
  height: auto;
}
html body.testing {
  padding-top: 20px;
}
html body.testing #app {
  padding-top: 0;
}
html body.admin-dashboard {
  background-color: #f2f2f2;
}
html body &gt; object {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
html body #app.admin-dashboard {
  padding-top: 100px;
}
html body #app.landing-page.has-shop-navigation #main {
  padding-top: 80px;
}
html body &gt; #app.has-shop-navigation &gt; main {
  padding-top: 81px;
}
html body &gt; #app.has-shop-navigation &gt; #main.xl-tp,
html body &gt; #app.has-shop-navigation.mall-facet &gt; #main.xl-tp,
html body &gt; #app.landing-page.has-shop-navigation &gt; #main.xl-tp {
  padding-top: 114px;
}
@media screen and (max-width: 817px) {
  html body &gt; #app.has-shop-navigation &gt; #main.xl-tp,
  html body &gt; #app.has-shop-navigation.mall-facet &gt; #main.xl-tp,
  html body &gt; #app.landing-page.has-shop-navigation &gt; #main.xl-tp {
    padding-top: 169px;
  }
}
@media screen and (max-width: 480px) {
  html body &gt; #app.has-shop-navigation &gt; #main.xl-tp,
  html body &gt; #app.has-shop-navigation.mall-facet &gt; #main.xl-tp,
  html body &gt; #app.landing-page.has-shop-navigation &gt; #main.xl-tp {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  html body #app {
    padding-top: 0;
  }
  html body #app.admin-dashboard {
    padding-top: 0;
  }
  html body #app.has-shop-navigation #main {
    padding-top: 0;
  }
  html body #app .mega-menu-wrap {
    position: relative;
    transform: none;
    transition: none;
  }
}
html.no-layout {
  background-color: #fff;
}
html.no-layout header .container,
html.no-layout #messageCenter .container,
html.no-layout main .container,
html.no-layout footer .container {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  html.no-layout header .container,
  html.no-layout #messageCenter .container,
  html.no-layout main .container,
  html.no-layout footer .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  html.no-layout header .container,
  html.no-layout #messageCenter .container,
  html.no-layout main .container,
  html.no-layout footer .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  html.no-layout header .container,
  html.no-layout #messageCenter .container,
  html.no-layout main .container,
  html.no-layout footer .container {
    width: auto;
  }
}
html.no-layout body {
  min-height: 0;
}
html.no-layout body #app.has-shop-navigation.landing-page #main.mall-pages,
html.no-layout body #app.has-shop-navigation #main.mall-pages {
  padding-top: 0;
}
html.no-layout body.testing {
  padding-top: 176px;
}
html.no-topbar body {
  padding-top: 67px;
}
html.no-topbar body.testing {
  padding-top: 147px;
}
html.no-topnav body {
  padding-top: 96px;
}
html.no-topnav body.testing {
  padding-top: 176px;
}
html.no-topbar.no-topnav body {
  padding-top: 16px;
}
html.no-topbar.no-topnav body.testing {
  padding-top: 96px;
}
a:focus {
  outline: none;
}
a:focus:not(:focus-visible) {
  outline: none;
  text-decoration: none;
}
a:focus-visible {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-offset: 1px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline-offset: 1px;
  }
}
a:not([href]) {
  cursor: pointer;
}
.img-responsive,
.navbar-header &gt; .navbar-nav &gt; li &gt; a.navbar-brand &gt; img,
.timg &gt; .image &gt; *:not(.btn-group):not(.caption-in-image) {
  display: block;
  max-width: 100%;
  height: auto;
}
hr.hr-dotted {
  border-top: 4px dotted #e6e6e6;
}
hr.hr-strong {
  border-top: 4px solid #e6e6e6;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}
noscript {
  position: relative;
  z-index: 1051;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../../../../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../../../fonts/Roboto-Thin.woff2") format("woff2"), /* Super Modern Browsers */ url("../../../../fonts/Roboto-Thin.woff") format("woff"), /* Pretty Modern Browsers */ url("../../../../fonts/Roboto-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-ThinItalic.eot");
  src: url("../../../../fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../../../../fonts/Roboto-ThinItalic.woff") format("woff"), url("../../../../fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-Light.eot");
  /* IE9 Compat Modes */
  src: url("../../../../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../../../fonts/Roboto-Light.woff2") format("woff2"), /* Super Modern Browsers */ url("../../../../fonts/Roboto-Light.woff") format("woff"), /* Pretty Modern Browsers */ url("../../../../fonts/Roboto-Light.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-LightItalic.eot");
  src: url("../../../../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../../../../fonts/Roboto-LightItalic.woff") format("woff"), url("../../../../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../../../../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../../../fonts/Roboto-Regular.woff2") format("woff2"), /* Super Modern Browsers */ url("../../../../fonts/Roboto-Regular.woff") format("woff"), /* Pretty Modern Browsers */ url("../../../../fonts/Roboto-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-RegularItalic.eot");
  src: url("../../../../fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Roboto-RegularItalic.woff2") format("woff2"), url("../../../../fonts/Roboto-RegularItalic.woff") format("woff"), url("../../../../fonts/Roboto-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../../../../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../../../fonts/Roboto-Medium.woff2") format("woff2"), /* Super Modern Browsers */ url("../../../../fonts/Roboto-Medium.woff") format("woff"), /* Pretty Modern Browsers */ url("../../../../fonts/Roboto-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-MediumItalic.eot");
  src: url("../../../../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../../../../fonts/Roboto-MediumItalic.woff") format("woff"), url("../../../../fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../../../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../../../fonts/Roboto-Bold.woff2") format("woff2"), /* Super Modern Browsers */ url("../../../../fonts/Roboto-Bold.woff") format("woff"), /* Pretty Modern Browsers */ url("../../../../fonts/Roboto-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-BoldItalic.eot");
  src: url("../../../../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../../../../fonts/Roboto-BoldItalic.woff") format("woff"), url("../../../../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-Black.eot");
  /* IE9 Compat Modes */
  src: url("../../../../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../../../fonts/Roboto-Black.woff2") format("woff2"), /* Super Modern Browsers */ url("../../../../fonts/Roboto-Black.woff") format("woff"), /* Pretty Modern Browsers */ url("../../../../fonts/Roboto-Black.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../../../fonts/Roboto-BlackItalic.eot");
  src: url("../../../../fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../../../../fonts/Roboto-BlackItalic.woff") format("woff"), url("../../../../fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
.font-size-base {
  font-size: 12px;
}
.font-size-large {
  font-size: 14px;
}
.font-size-medium {
  font-size: 13px;
}
.font-size-small {
  font-size: 11px;
}
.font-size-h1 {
  font-size: 31px;
}
.font-size-h2 {
  font-size: 25px;
}
.font-size-h3 {
  font-size: 21px;
}
.font-size-h4 {
  font-size: 14px;
}
.font-size-h5 {
  font-size: 12px;
}
.font-size-h6 {
  font-size: 11px;
}
.font-size-h1 small,
.font-size-h2 small,
.font-size-h3 small,
.font-size-h4 small,
.font-size-h5 small,
.font-size-h6 small,
.font-size-h1 .small,
.font-size-h2 .small,
.font-size-h3 .small,
.font-size-h4 .small,
.font-size-h5 .small,
.font-size-h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #737373;
}
.font-size-h1 small,
.font-size-h2 small,
.font-size-h3 small,
.font-size-h1 .small,
.font-size-h2 .small,
.font-size-h3 .small {
  font-size: 65%;
}
.font-size-h4 small,
.font-size-h5 small,
.font-size-h6 small,
.font-size-h4 .small,
.font-size-h5 .small,
.font-size-h6 .small {
  font-size: 75%;
}
mark,
.mark {
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.text-bold {
  font-weight: 600 !important;
}
.text-medium {
  font-weight: 500 !important;
}
.text-unbold {
  font-weight: normal !important;
}
.text-line-through {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.text-no-underline,
.text-no-underline:hover,
.text-no-underline:focus {
  text-decoration: none !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-break-word {
  word-break: break-all !important;
  word-wrap: break-word !important;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-divider {
  display: inline-block;
  width: 0;
  height: 1.333334em;
  overflow: hidden;
  margin: 0 8px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: inherit;
  line-height: inherit;
  vertical-align: middle;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: alpha(opacity=25);
}
h1 .text-divider,
h2 .text-divider,
h3 .text-divider,
h4 .text-divider,
h5 .text-divider,
h6 .text-divider,
.h1 .text-divider,
.h2 .text-divider,
.h3 .text-divider,
.h4 .text-divider,
.h5 .text-divider,
.h6 .text-divider {
  height: 1.1em;
}
h1 .text-divider small,
h2 .text-divider small,
h3 .text-divider small,
h4 .text-divider small,
h5 .text-divider small,
h6 .text-divider small,
.h1 .text-divider small,
.h2 .text-divider small,
.h3 .text-divider small,
.h4 .text-divider small,
.h5 .text-divider small,
.h6 .text-divider small,
h1 .text-divider .small,
h2 .text-divider .small,
h3 .text-divider .small,
h4 .text-divider .small,
h5 .text-divider .small,
h6 .text-divider .small,
.h1 .text-divider .small,
.h2 .text-divider .small,
.h3 .text-divider .small,
.h4 .text-divider .small,
.h5 .text-divider .small,
.h6 .text-divider .small {
  height: 1em;
}
.text-reset {
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.333334;
  color: #333333;
}
.text-default-color {
  color: #333333;
}
.line-height-base {
  line-height: 1.333334;
}
.line-height-small {
  line-height: 1.5;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
.text-muted {
  color: #737373 !important;
}
a.text-muted:hover,
a.text-muted:focus {
  color: #595959 !important;
}
.text-default {
  color: #333333 !important;
}
a.text-default:hover,
a.text-default:focus {
  color: #1a1a1a !important;
}
.text-secondary {
  color: #761214 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4a0b0c !important;
}
.text-tertiary {
  color: #761214 !important;
}
a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #4a0b0c !important;
}
.text-gray-10 {
  color: #1a1a1a !important;
}
a.text-gray-10:hover,
a.text-gray-10:focus {
  color: #000000 !important;
}
.text-gray-20 {
  color: #333333 !important;
}
a.text-gray-20:hover,
a.text-gray-20:focus {
  color: #1a1a1a !important;
}
.text-gray-40 {
  color: #666666 !important;
}
a.text-gray-40:hover,
a.text-gray-40:focus {
  color: #4d4d4d !important;
}
.text-gray-50 {
  color: #808080 !important;
}
a.text-gray-50:hover,
a.text-gray-50:focus {
  color: #666666 !important;
}
.text-gray-60 {
  color: #999999 !important;
}
a.text-gray-60:hover,
a.text-gray-60:focus {
  color: #808080 !important;
}
.text-gray-70 {
  color: #b3b3b3 !important;
}
a.text-gray-70:hover,
a.text-gray-70:focus {
  color: #999999 !important;
}
.text-gray-80 {
  color: #cccccc !important;
}
a.text-gray-80:hover,
a.text-gray-80:focus {
  color: #b3b3b3 !important;
}
.text-gray-90 {
  color: #e6e6e6 !important;
}
a.text-gray-90:hover,
a.text-gray-90:focus {
  color: #cccccc !important;
}
.text-gray-95 {
  color: #f2f2f2 !important;
}
a.text-gray-95:hover,
a.text-gray-95:focus {
  color: #d9d9d9 !important;
}
.text-gray-97-5 {
  color: #f9f9f9 !important;
}
a.text-gray-97-5:hover,
a.text-gray-97-5:focus {
  color: #dfdfdf !important;
}
.text-default-primary {
  color: #333333 !important;
}
a.text-default-primary:hover,
a.text-default-primary:focus {
  color: #761214 !important;
}
.bg-primary {
  color: #f0e7d0;
  background-color: #761214;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4a0b0c;
}
.bg-secondary {
  color: #f0e7d0;
  background-color: #761214;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #4a0b0c;
}
.bg-tertiary {
  color: #f0e7d0;
  background-color: #761214;
}
a.bg-tertiary:hover,
a.bg-tertiary:focus {
  background-color: #4a0b0c;
}
.bg-black {
  color: #fff;
  background-color: #212121;
}
a.bg-black:hover,
a.bg-black:focus {
  background-color: #080808;
}
ul,
ol {
  padding-left: 1.4em;
}
dd {
  margin-bottom: 8px;
}
dt:last-of-type,
dd:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    margin-bottom: 8px;
  }
  .dl-horizontal dt:last-of-type {
    margin-bottom: 0;
  }
}
.dl-grid {
  display: grid;
  grid-template: auto / auto 1fr;
  column-gap: 8px;
}
.dl-grid.dl-1-11 {
  grid-template-columns: 8.33333333% 91.66666667%;
}
.dl-grid.dl-2-10 {
  grid-template-columns: 16.66666667% 83.33333333%;
}
.dl-grid.dl-3-9 {
  grid-template-columns: 25% 75%;
}
.dl-grid.dl-4-8 {
  grid-template-columns: 31.333333% 66.66666667%;
}
.dl-grid.dl-5-7 {
  grid-template-columns: 41.66666667% 58.33333333%;
}
.dl-grid.dl-6-6 {
  grid-template-columns: 50% 50%;
}
.dl-grid.dl-7-5 {
  grid-template-columns: 58.33333333% 41.66666667%;
}
.dl-grid.dl-8-4 {
  grid-template-columns: 66.66666667% 31.333333%;
}
.dl-grid.dl-9-3 {
  grid-template-columns: 75% 25%;
}
.dl-grid.dl-10-2 {
  grid-template-columns: 83.33333333% 16.66666667%;
}
.dl-grid.dl-11-1 {
  grid-template-columns: 91.66666667% 8.33333333%;
}
.dl-grid dt,
.dl-grid dd {
  margin-bottom: 0;
}
.dl-grid.dl-row-lines dt,
.dl-grid.dl-row-lines dd {
  border-bottom: 1px solid #e6e6e6;
}
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
[class*="lines-"] {
  overflow: hidden;
}
.scrollable[class*="lines-"] {
  overflow-y: auto;
}
[class*="lines-"].lines-bottom {
  position: relative;
}
[class*="lines-"].lines-bottom &gt; span {
  display: block;
  position: absolute;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}
.lines-1 {
  height: 1.333334em;
}
h1.lines-1,
h2.lines-1,
h3.lines-1,
h4.lines-1,
h5.lines-1,
h6.lines-1 {
  height: 1.1em;
}
.lines-2 {
  height: 2.666668em;
}
h1.lines-2,
h2.lines-2,
h3.lines-2,
h4.lines-2,
h5.lines-2,
h6.lines-2 {
  height: 2.2em;
}
.lines-3 {
  height: 4.000002em;
}
h1.lines-3,
h2.lines-3,
h3.lines-3,
h4.lines-3,
h5.lines-3,
h6.lines-3 {
  height: 3.3em;
}
.lines-4 {
  height: 5.333336em;
}
h1.lines-4,
h2.lines-4,
h3.lines-4,
h4.lines-4,
h5.lines-4,
h6.lines-4 {
  height: 4.4em;
}
.lines-5 {
  height: 6.66667em;
}
h1.lines-5,
h2.lines-5,
h3.lines-5,
h4.lines-5,
h5.lines-5,
h6.lines-5 {
  height: 5.5em;
}
.lines-6 {
  height: 8.000004em;
}
h1.lines-6,
h2.lines-6,
h3.lines-6,
h4.lines-6,
h5.lines-6,
h6.lines-6 {
  height: 6.6em;
}
.lines-7 {
  height: 9.333338em;
}
h1.lines-7,
h2.lines-7,
h3.lines-7,
h4.lines-7,
h5.lines-7,
h6.lines-7 {
  height: 7.7em;
}
.lines-8 {
  height: 10.666672em;
}
h1.lines-8,
h2.lines-8,
h3.lines-8,
h4.lines-8,
h5.lines-8,
h6.lines-8 {
  height: 8.8em;
}
.lines-9 {
  height: 12.000006em;
}
h1.lines-9,
h2.lines-9,
h3.lines-9,
h4.lines-9,
h5.lines-9,
h6.lines-9 {
  height: 9.9em;
}
.lines-10 {
  height: 13.33334em;
}
h1.lines-10,
h2.lines-10,
h3.lines-10,
h4.lines-10,
h5.lines-10,
h6.lines-10 {
  height: 11em;
}
.min-lines-1 {
  min-height: 1.333334em;
}
h1.min-lines-1,
h2.min-lines-1,
h3.min-lines-1,
h4.min-lines-1,
h5.min-lines-1,
h6.min-lines-1 {
  min-height: 1.1em;
}
.min-lines-2 {
  min-height: 2.666668em;
}
h1.min-lines-2,
h2.min-lines-2,
h3.min-lines-2,
h4.min-lines-2,
h5.min-lines-2,
h6.min-lines-2 {
  min-height: 2.2em;
}
.min-lines-3 {
  min-height: 4.000002em;
}
h1.min-lines-3,
h2.min-lines-3,
h3.min-lines-3,
h4.min-lines-3,
h5.min-lines-3,
h6.min-lines-3 {
  min-height: 3.3em;
}
.min-lines-4 {
  min-height: 5.333336em;
}
h1.min-lines-4,
h2.min-lines-4,
h3.min-lines-4,
h4.min-lines-4,
h5.min-lines-4,
h6.min-lines-4 {
  min-height: 4.4em;
}
.min-lines-5 {
  min-height: 6.66667em;
}
h1.min-lines-5,
h2.min-lines-5,
h3.min-lines-5,
h4.min-lines-5,
h5.min-lines-5,
h6.min-lines-5 {
  min-height: 5.5em;
}
.min-lines-6 {
  min-height: 8.000004em;
}
h1.min-lines-6,
h2.min-lines-6,
h3.min-lines-6,
h4.min-lines-6,
h5.min-lines-6,
h6.min-lines-6 {
  min-height: 6.6em;
}
.min-lines-7 {
  min-height: 9.333338em;
}
h1.min-lines-7,
h2.min-lines-7,
h3.min-lines-7,
h4.min-lines-7,
h5.min-lines-7,
h6.min-lines-7 {
  min-height: 7.7em;
}
.min-lines-8 {
  min-height: 10.666672em;
}
h1.min-lines-8,
h2.min-lines-8,
h3.min-lines-8,
h4.min-lines-8,
h5.min-lines-8,
h6.min-lines-8 {
  min-height: 8.8em;
}
.min-lines-9 {
  min-height: 12.000006em;
}
h1.min-lines-9,
h2.min-lines-9,
h3.min-lines-9,
h4.min-lines-9,
h5.min-lines-9,
h6.min-lines-9 {
  min-height: 9.9em;
}
.min-lines-10 {
  min-height: 13.33334em;
}
h1.min-lines-10,
h2.min-lines-10,
h3.min-lines-10,
h4.min-lines-10,
h5.min-lines-10,
h6.min-lines-10 {
  min-height: 11em;
}
.max-lines-1 {
  max-height: 1.333334em;
}
h1.max-lines-1,
h2.max-lines-1,
h3.max-lines-1,
h4.max-lines-1,
h5.max-lines-1,
h6.max-lines-1 {
  max-height: 1.1em;
}
.max-lines-2 {
  max-height: 2.666668em;
}
h1.max-lines-2,
h2.max-lines-2,
h3.max-lines-2,
h4.max-lines-2,
h5.max-lines-2,
h6.max-lines-2 {
  max-height: 2.2em;
}
.max-lines-3 {
  max-height: 4.000002em;
}
h1.max-lines-3,
h2.max-lines-3,
h3.max-lines-3,
h4.max-lines-3,
h5.max-lines-3,
h6.max-lines-3 {
  max-height: 3.3em;
}
.max-lines-4 {
  max-height: 5.333336em;
}
h1.max-lines-4,
h2.max-lines-4,
h3.max-lines-4,
h4.max-lines-4,
h5.max-lines-4,
h6.max-lines-4 {
  max-height: 4.4em;
}
.max-lines-5 {
  max-height: 6.66667em;
}
h1.max-lines-5,
h2.max-lines-5,
h3.max-lines-5,
h4.max-lines-5,
h5.max-lines-5,
h6.max-lines-5 {
  max-height: 5.5em;
}
.max-lines-6 {
  max-height: 8.000004em;
}
h1.max-lines-6,
h2.max-lines-6,
h3.max-lines-6,
h4.max-lines-6,
h5.max-lines-6,
h6.max-lines-6 {
  max-height: 6.6em;
}
.max-lines-7 {
  max-height: 9.333338em;
}
h1.max-lines-7,
h2.max-lines-7,
h3.max-lines-7,
h4.max-lines-7,
h5.max-lines-7,
h6.max-lines-7 {
  max-height: 7.7em;
}
.max-lines-8 {
  max-height: 10.666672em;
}
h1.max-lines-8,
h2.max-lines-8,
h3.max-lines-8,
h4.max-lines-8,
h5.max-lines-8,
h6.max-lines-8 {
  max-height: 8.8em;
}
.max-lines-9 {
  max-height: 12.000006em;
}
h1.max-lines-9,
h2.max-lines-9,
h3.max-lines-9,
h4.max-lines-9,
h5.max-lines-9,
h6.max-lines-9 {
  max-height: 9.9em;
}
.max-lines-10 {
  max-height: 13.33334em;
}
h1.max-lines-10,
h2.max-lines-10,
h3.max-lines-10,
h4.max-lines-10,
h5.max-lines-10,
h6.max-lines-10 {
  max-height: 11em;
}
.line-clamp-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.line-clamp-5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.line-clamp-6 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.line-clamp-7 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.line-clamp-8 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
pre {
  padding: 15px;
  margin: 16px 0;
}
.lib-markup pre {
  background-color: #f5f5f5;
  padding: 15px;
  margin: 16px 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.lib-markup pre button[title="Copy Markup"] {
  height: 1em;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
.lib-markup pre code {
  display: block;
  background: #fff;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 24px 16px 16px;
  border-left: 4px solid #999999;
  overflow: visible;
}
.lib-markup pre code::before {
  display: block;
  position: relative;
  margin-top: -56px;
  margin-bottom: 32px;
  margin-left: -20px;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #333333;
  content: "Markup";
}
@media (max-width: 767px) {
  .container {
    width: 90%;
  }
}
.row {
  position: relative;
}
.col-xs-0-half,
.col-sm-0-half,
.col-md-0-half,
.col-lg-0-half,
.col-xs-1-half,
.col-sm-1-half,
.col-md-1-half,
.col-lg-1-half,
.col-xs-2-half,
.col-sm-2-half,
.col-md-2-half,
.col-lg-2-half,
.col-xs-3-half,
.col-sm-3-half,
.col-md-3-half,
.col-lg-3-half,
.col-xs-4-half,
.col-sm-4-half,
.col-md-4-half,
.col-lg-4-half,
.col-xs-5-half,
.col-sm-5-half,
.col-md-5-half,
.col-lg-5-half,
.col-xs-6-half,
.col-sm-6-half,
.col-md-6-half,
.col-lg-6-half,
.col-xs-7-half,
.col-sm-7-half,
.col-md-7-half,
.col-lg-7-half,
.col-xs-8-half,
.col-sm-8-half,
.col-md-8-half,
.col-lg-8-half,
.col-xs-9-half,
.col-sm-9-half,
.col-md-9-half,
.col-lg-9-half,
.col-xs-10-half,
.col-sm-10-half,
.col-md-10-half,
.col-lg-10-half,
.col-xs-11-half,
.col-sm-11-half,
.col-md-11-half,
.col-lg-11-half {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-0-half,
.col-xs-1-half,
.col-xs-2-half,
.col-xs-3-half,
.col-xs-4-half,
.col-xs-5-half,
.col-xs-6-half,
.col-xs-7-half,
.col-xs-8-half,
.col-xs-9-half,
.col-xs-10-half,
.col-xs-11-half {
  float: left;
}
.col-xs-11-half {
  width: 95.83333333%;
}
.col-xs-10-half {
  width: 87.5%;
}
.col-xs-9-half {
  width: 79.16666667%;
}
.col-xs-8-half {
  width: 70.83333333%;
}
.col-xs-7-half {
  width: 62.5%;
}
.col-xs-6-half {
  width: 54.16666667%;
}
.col-xs-5-half {
  width: 45.83333333%;
}
.col-xs-4-half {
  width: 37.5%;
}
.col-xs-3-half {
  width: 29.16666667%;
}
.col-xs-2-half {
  width: 20.83333333%;
}
.col-xs-1-half {
  width: 12.5%;
}
.col-xs-0-half {
  width: 4.16666667%;
}
.col-xs-pull-11-half {
  right: 95.83333333%;
}
.col-xs-pull-10-half {
  right: 87.5%;
}
.col-xs-pull-9-half {
  right: 79.16666667%;
}
.col-xs-pull-8-half {
  right: 70.83333333%;
}
.col-xs-pull-7-half {
  right: 62.5%;
}
.col-xs-pull-6-half {
  right: 54.16666667%;
}
.col-xs-pull-5-half {
  right: 45.83333333%;
}
.col-xs-pull-4-half {
  right: 37.5%;
}
.col-xs-pull-3-half {
  right: 29.16666667%;
}
.col-xs-pull-2-half {
  right: 20.83333333%;
}
.col-xs-pull-1-half {
  right: 12.5%;
}
.col-xs-pull-0-half {
  right: 4.16666667%;
}
.col-xs-push-11-half {
  left: 95.83333333%;
}
.col-xs-push-10-half {
  left: 87.5%;
}
.col-xs-push-9-half {
  left: 79.16666667%;
}
.col-xs-push-8-half {
  left: 70.83333333%;
}
.col-xs-push-7-half {
  left: 62.5%;
}
.col-xs-push-6-half {
  left: 54.16666667%;
}
.col-xs-push-5-half {
  left: 45.83333333%;
}
.col-xs-push-4-half {
  left: 37.5%;
}
.col-xs-push-3-half {
  left: 29.16666667%;
}
.col-xs-push-2-half {
  left: 20.83333333%;
}
.col-xs-push-1-half {
  left: 12.5%;
}
.col-xs-push-0-half {
  left: 4.16666667%;
}
.col-xs-offset-11-half {
  margin-left: 95.83333333%;
}
.col-xs-offset-10-half {
  margin-left: 87.5%;
}
.col-xs-offset-9-half {
  margin-left: 79.16666667%;
}
.col-xs-offset-8-half {
  margin-left: 70.83333333%;
}
.col-xs-offset-7-half {
  margin-left: 62.5%;
}
.col-xs-offset-6-half {
  margin-left: 54.16666667%;
}
.col-xs-offset-5-half {
  margin-left: 45.83333333%;
}
.col-xs-offset-4-half {
  margin-left: 37.5%;
}
.col-xs-offset-3-half {
  margin-left: 29.16666667%;
}
.col-xs-offset-2-half {
  margin-left: 20.83333333%;
}
.col-xs-offset-1-half {
  margin-left: 12.5%;
}
.col-xs-offset-0-half {
  margin-left: 4.16666667%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-0-half,
  .col-sm-1-half,
  .col-sm-2-half,
  .col-sm-3-half,
  .col-sm-4-half,
  .col-sm-5-half,
  .col-sm-6-half,
  .col-sm-7-half,
  .col-sm-8-half,
  .col-sm-9-half,
  .col-sm-10-half,
  .col-sm-11-half {
    float: left;
  }
  .col-sm-11-half {
    width: 95.83333333%;
  }
  .col-sm-10-half {
    width: 87.5%;
  }
  .col-sm-9-half {
    width: 79.16666667%;
  }
  .col-sm-8-half {
    width: 70.83333333%;
  }
  .col-sm-7-half {
    width: 62.5%;
  }
  .col-sm-6-half {
    width: 54.16666667%;
  }
  .col-sm-5-half {
    width: 45.83333333%;
  }
  .col-sm-4-half {
    width: 37.5%;
  }
  .col-sm-3-half {
    width: 29.16666667%;
  }
  .col-sm-2-half {
    width: 20.83333333%;
  }
  .col-sm-1-half {
    width: 12.5%;
  }
  .col-sm-0-half {
    width: 4.16666667%;
  }
  .col-sm-pull-11-half {
    right: 95.83333333%;
  }
  .col-sm-pull-10-half {
    right: 87.5%;
  }
  .col-sm-pull-9-half {
    right: 79.16666667%;
  }
  .col-sm-pull-8-half {
    right: 70.83333333%;
  }
  .col-sm-pull-7-half {
    right: 62.5%;
  }
  .col-sm-pull-6-half {
    right: 54.16666667%;
  }
  .col-sm-pull-5-half {
    right: 45.83333333%;
  }
  .col-sm-pull-4-half {
    right: 37.5%;
  }
  .col-sm-pull-3-half {
    right: 29.16666667%;
  }
  .col-sm-pull-2-half {
    right: 20.83333333%;
  }
  .col-sm-pull-1-half {
    right: 12.5%;
  }
  .col-sm-pull-0-half {
    right: 4.16666667%;
  }
  .col-sm-push-11-half {
    left: 95.83333333%;
  }
  .col-sm-push-10-half {
    left: 87.5%;
  }
  .col-sm-push-9-half {
    left: 79.16666667%;
  }
  .col-sm-push-8-half {
    left: 70.83333333%;
  }
  .col-sm-push-7-half {
    left: 62.5%;
  }
  .col-sm-push-6-half {
    left: 54.16666667%;
  }
  .col-sm-push-5-half {
    left: 45.83333333%;
  }
  .col-sm-push-4-half {
    left: 37.5%;
  }
  .col-sm-push-3-half {
    left: 29.16666667%;
  }
  .col-sm-push-2-half {
    left: 20.83333333%;
  }
  .col-sm-push-1-half {
    left: 12.5%;
  }
  .col-sm-push-0-half {
    left: 4.16666667%;
  }
  .col-sm-offset-11-half {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-10-half {
    margin-left: 87.5%;
  }
  .col-sm-offset-9-half {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-8-half {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-7-half {
    margin-left: 62.5%;
  }
  .col-sm-offset-6-half {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-5-half {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-4-half {
    margin-left: 37.5%;
  }
  .col-sm-offset-3-half {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-2-half {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-1-half {
    margin-left: 12.5%;
  }
  .col-sm-offset-0-half {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-0-half,
  .col-md-1-half,
  .col-md-2-half,
  .col-md-3-half,
  .col-md-4-half,
  .col-md-5-half,
  .col-md-6-half,
  .col-md-7-half,
  .col-md-8-half,
  .col-md-9-half,
  .col-md-10-half,
  .col-md-11-half {
    float: left;
  }
  .col-md-11-half {
    width: 95.83333333%;
  }
  .col-md-10-half {
    width: 87.5%;
  }
  .col-md-9-half {
    width: 79.16666667%;
  }
  .col-md-8-half {
    width: 70.83333333%;
  }
  .col-md-7-half {
    width: 62.5%;
  }
  .col-md-6-half {
    width: 54.16666667%;
  }
  .col-md-5-half {
    width: 45.83333333%;
  }
  .col-md-4-half {
    width: 37.5%;
  }
  .col-md-3-half {
    width: 29.16666667%;
  }
  .col-md-2-half {
    width: 20.83333333%;
  }
  .col-md-1-half {
    width: 12.5%;
  }
  .col-md-0-half {
    width: 4.16666667%;
  }
  .col-md-pull-11-half {
    right: 95.83333333%;
  }
  .col-md-pull-10-half {
    right: 87.5%;
  }
  .col-md-pull-9-half {
    right: 79.16666667%;
  }
  .col-md-pull-8-half {
    right: 70.83333333%;
  }
  .col-md-pull-7-half {
    right: 62.5%;
  }
  .col-md-pull-6-half {
    right: 54.16666667%;
  }
  .col-md-pull-5-half {
    right: 45.83333333%;
  }
  .col-md-pull-4-half {
    right: 37.5%;
  }
  .col-md-pull-3-half {
    right: 29.16666667%;
  }
  .col-md-pull-2-half {
    right: 20.83333333%;
  }
  .col-md-pull-1-half {
    right: 12.5%;
  }
  .col-md-pull-0-half {
    right: 4.16666667%;
  }
  .col-md-push-11-half {
    left: 95.83333333%;
  }
  .col-md-push-10-half {
    left: 87.5%;
  }
  .col-md-push-9-half {
    left: 79.16666667%;
  }
  .col-md-push-8-half {
    left: 70.83333333%;
  }
  .col-md-push-7-half {
    left: 62.5%;
  }
  .col-md-push-6-half {
    left: 54.16666667%;
  }
  .col-md-push-5-half {
    left: 45.83333333%;
  }
  .col-md-push-4-half {
    left: 37.5%;
  }
  .col-md-push-3-half {
    left: 29.16666667%;
  }
  .col-md-push-2-half {
    left: 20.83333333%;
  }
  .col-md-push-1-half {
    left: 12.5%;
  }
  .col-md-push-0-half {
    left: 4.16666667%;
  }
  .col-md-offset-11-half {
    margin-left: 95.83333333%;
  }
  .col-md-offset-10-half {
    margin-left: 87.5%;
  }
  .col-md-offset-9-half {
    margin-left: 79.16666667%;
  }
  .col-md-offset-8-half {
    margin-left: 70.83333333%;
  }
  .col-md-offset-7-half {
    margin-left: 62.5%;
  }
  .col-md-offset-6-half {
    margin-left: 54.16666667%;
  }
  .col-md-offset-5-half {
    margin-left: 45.83333333%;
  }
  .col-md-offset-4-half {
    margin-left: 37.5%;
  }
  .col-md-offset-3-half {
    margin-left: 29.16666667%;
  }
  .col-md-offset-2-half {
    margin-left: 20.83333333%;
  }
  .col-md-offset-1-half {
    margin-left: 12.5%;
  }
  .col-md-offset-0-half {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-0-half,
  .col-lg-1-half,
  .col-lg-2-half,
  .col-lg-3-half,
  .col-lg-4-half,
  .col-lg-5-half,
  .col-lg-6-half,
  .col-lg-7-half,
  .col-lg-8-half,
  .col-lg-9-half,
  .col-lg-10-half,
  .col-lg-11-half {
    float: left;
  }
  .col-lg-11-half {
    width: 95.83333333%;
  }
  .col-lg-10-half {
    width: 87.5%;
  }
  .col-lg-9-half {
    width: 79.16666667%;
  }
  .col-lg-8-half {
    width: 70.83333333%;
  }
  .col-lg-7-half {
    width: 62.5%;
  }
  .col-lg-6-half {
    width: 54.16666667%;
  }
  .col-lg-5-half {
    width: 45.83333333%;
  }
  .col-lg-4-half {
    width: 37.5%;
  }
  .col-lg-3-half {
    width: 29.16666667%;
  }
  .col-lg-2-half {
    width: 20.83333333%;
  }
  .col-lg-1-half {
    width: 12.5%;
  }
  .col-lg-0-half {
    width: 4.16666667%;
  }
  .col-lg-pull-11-half {
    right: 95.83333333%;
  }
  .col-lg-pull-10-half {
    right: 87.5%;
  }
  .col-lg-pull-9-half {
    right: 79.16666667%;
  }
  .col-lg-pull-8-half {
    right: 70.83333333%;
  }
  .col-lg-pull-7-half {
    right: 62.5%;
  }
  .col-lg-pull-6-half {
    right: 54.16666667%;
  }
  .col-lg-pull-5-half {
    right: 45.83333333%;
  }
  .col-lg-pull-4-half {
    right: 37.5%;
  }
  .col-lg-pull-3-half {
    right: 29.16666667%;
  }
  .col-lg-pull-2-half {
    right: 20.83333333%;
  }
  .col-lg-pull-1-half {
    right: 12.5%;
  }
  .col-lg-pull-0-half {
    right: 4.16666667%;
  }
  .col-lg-push-11-half {
    left: 95.83333333%;
  }
  .col-lg-push-10-half {
    left: 87.5%;
  }
  .col-lg-push-9-half {
    left: 79.16666667%;
  }
  .col-lg-push-8-half {
    left: 70.83333333%;
  }
  .col-lg-push-7-half {
    left: 62.5%;
  }
  .col-lg-push-6-half {
    left: 54.16666667%;
  }
  .col-lg-push-5-half {
    left: 45.83333333%;
  }
  .col-lg-push-4-half {
    left: 37.5%;
  }
  .col-lg-push-3-half {
    left: 29.16666667%;
  }
  .col-lg-push-2-half {
    left: 20.83333333%;
  }
  .col-lg-push-1-half {
    left: 12.5%;
  }
  .col-lg-push-0-half {
    left: 4.16666667%;
  }
  .col-lg-offset-11-half {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-10-half {
    margin-left: 87.5%;
  }
  .col-lg-offset-9-half {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-8-half {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-7-half {
    margin-left: 62.5%;
  }
  .col-lg-offset-6-half {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-5-half {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-4-half {
    margin-left: 37.5%;
  }
  .col-lg-offset-3-half {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-2-half {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-1-half {
    margin-left: 12.5%;
  }
  .col-lg-offset-0-half {
    margin-left: 4.16666667%;
  }
}
.gap-0 {
  gap: 0;
}
.gap-xs {
  gap: 4px;
}
.gap-sm {
  gap: 8px;
}
.gap-md {
  gap: 16px;
}
.gap-lg {
  gap: 32px;
}
.gap-xl {
  gap: 64px;
}
.col-gap-0 {
  column-gap: 0;
}
.col-gap-xs {
  column-gap: 4px;
}
.col-gap-sm {
  column-gap: 8px;
}
.col-gap-md {
  column-gap: 16px;
}
.col-gap-lg {
  column-gap: 32px;
}
.col-gap-xl {
  column-gap: 64px;
}
.row-gap-0 {
  row-gap: 0;
}
.row-gap-xs {
  row-gap: 4px;
}
.row-gap-sm {
  row-gap: 8px;
}
.row-gap-md {
  row-gap: 16px;
}
.row-gap-lg {
  row-gap: 32px;
}
.row-gap-xl {
  row-gap: 64px;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-col,
.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.flex-col.flex-nowrap,
.flex-row.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-col.flex-wrap,
.flex-row.flex-wrap {
  flex-wrap: wrap;
}
.flex-col.align-flex-start,
.flex-row.align-flex-start {
  align-items: flex-start;
}
.flex-col.align-flex-end,
.flex-row.align-flex-end {
  align-items: flex-end;
}
.flex-col.align-center,
.flex-row.align-center {
  align-items: center;
}
.flex-col.align-baseline,
.flex-row.align-baseline {
  align-items: baseline;
}
.flex-col.align-stretch,
.flex-row.align-stretch {
  align-items: stretch;
}
.flex-col.justify-flex-start,
.flex-row.justify-flex-start {
  justify-content: flex-start;
}
.flex-col.justify-flex-end,
.flex-row.justify-flex-end {
  justify-content: flex-end;
}
.flex-col.justify-center,
.flex-row.justify-center {
  justify-content: center;
}
.flex-col.justify-space-between,
.flex-row.justify-space-between {
  justify-content: space-between;
}
.flex-col.justify-space-around,
.flex-row.justify-space-around {
  justify-content: space-around;
}
.flex-col.justify-space-evenly,
.flex-row.justify-space-evenly {
  justify-content: space-evenly;
}
.flex-col &gt; [class*="col-"],
.flex-row &gt; [class*="col-"],
.flex-col &gt; [class*="flex-col-"],
.flex-row &gt; [class*="flex-col-"] {
  float: none;
  padding-left: 8px;
  padding-right: 8px;
}
.flex-col.flex-basis-0 &gt; *,
.flex-row.flex-basis-0 &gt; * {
  flex-basis: 0;
}
.flex-col.flex-basis-auto &gt; *,
.flex-row.flex-basis-auto &gt; * {
  flex-basis: auto;
}
.flex-col .flex-0,
.flex-row .flex-0,
.flex-col .flex-col-0,
.flex-row .flex-col-0 {
  flex-grow: 0;
}
.flex-col .flex-1,
.flex-row .flex-1,
.flex-col .flex-col-1,
.flex-row .flex-col-1 {
  flex-grow: 1;
}
.flex-col .flex-2,
.flex-row .flex-2,
.flex-col .flex-col-2,
.flex-row .flex-col-2 {
  flex-grow: 2;
}
.flex-col .flex-3,
.flex-row .flex-3,
.flex-col .flex-col-3,
.flex-row .flex-col-3 {
  flex-grow: 3;
}
.flex-col .flex-4,
.flex-row .flex-4,
.flex-col .flex-col-4,
.flex-row .flex-col-4 {
  flex-grow: 4;
}
.flex-col .flex-5,
.flex-row .flex-5,
.flex-col .flex-col-5,
.flex-row .flex-col-5 {
  flex-grow: 5;
}
.flex-col .flex-6,
.flex-row .flex-6,
.flex-col .flex-col-6,
.flex-row .flex-col-6 {
  flex-grow: 6;
}
.flex-col .flex-7,
.flex-row .flex-7,
.flex-col .flex-col-7,
.flex-row .flex-col-7 {
  flex-grow: 7;
}
.flex-col .flex-8,
.flex-row .flex-8,
.flex-col .flex-col-8,
.flex-row .flex-col-8 {
  flex-grow: 8;
}
.flex-col .flex-9,
.flex-row .flex-9,
.flex-col .flex-col-9,
.flex-row .flex-col-9 {
  flex-grow: 9;
}
.flex-col .flex-10,
.flex-row .flex-10,
.flex-col .flex-col-10,
.flex-row .flex-col-10 {
  flex-grow: 10;
}
.flex-col .flex-display-contents,
.flex-row .flex-display-contents {
  display: contents;
}
.flex-col .flex-br-row,
.flex-row .flex-br-row {
  flex-basis: 100%;
  height: 0;
}
.flex-col .flex-br-column,
.flex-row .flex-br-column {
  flex-basis: 100%;
  width: 0;
}
.flex-col .align-self-flex-start,
.flex-row .align-self-flex-start {
  align-self: flex-start;
}
.flex-col .align-self-flex-end,
.flex-row .align-self-flex-end {
  align-self: flex-end;
}
.flex-col .align-self-center,
.flex-row .align-self-center {
  align-self: center;
}
.flex-col .align-self-baseline,
.flex-row .align-self-baseline {
  align-self: baseline;
}
.flex-col .align-self-stretch,
.flex-row .align-self-stretch {
  align-self: stretch;
}
.flex-col .flex-basis-0,
.flex-row .flex-basis-0 {
  flex-basis: 0;
}
.flex-col .flex-basis-auto,
.flex-row .flex-basis-auto {
  flex-basis: auto;
}
.flex-col .flex-basis-full,
.flex-row .flex-basis-full {
  flex-basis: 100%;
}
.gutter-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gutter-0 &gt; [class*='col-'],
.gutter-0 &gt; [class*='flex-col-'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gutter-xxs {
  margin-left: -1px !important;
  margin-right: -1px !important;
}
.gutter-xxs &gt; [class*='col-'],
.gutter-xxs &gt; [class*='flex-col-'] {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.gutter-xs {
  margin-left: -2px !important;
  margin-right: -2px !important;
}
.gutter-xs &gt; [class*='col-'],
.gutter-xs &gt; [class*='flex-col-'] {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.gutter-sm {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.gutter-sm &gt; [class*='col-'],
.gutter-sm &gt; [class*='flex-col-'] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.gutter-md {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.gutter-md &gt; [class*='col-'],
.gutter-md &gt; [class*='flex-col-'] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.gutter-lg {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.gutter-lg &gt; [class*='col-'],
.gutter-lg &gt; [class*='flex-col-'] {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.gutter-xl {
  margin-left: -32px !important;
  margin-right: -32px !important;
}
.gutter-xl &gt; [class*='col-'],
.gutter-xl &gt; [class*='flex-col-'] {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media (max-width: 767px) {
  .gutter-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gutter-sm-0 &gt; [class*='col-'],
  .gutter-sm-0 &gt; [class*='flex-col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gutter-sm-xxs {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .gutter-sm-xxs &gt; [class*='col-'],
  .gutter-sm-xxs &gt; [class*='flex-col-'] {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .gutter-sm-xs {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .gutter-sm-xs &gt; [class*='col-'],
  .gutter-sm-xs &gt; [class*='flex-col-'] {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .gutter-sm-sm {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .gutter-sm-sm &gt; [class*='col-'],
  .gutter-sm-sm &gt; [class*='flex-col-'] {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .gutter-sm-md {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .gutter-sm-md &gt; [class*='col-'],
  .gutter-sm-md &gt; [class*='flex-col-'] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .gutter-sm-lg {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .gutter-sm-lg &gt; [class*='col-'],
  .gutter-sm-lg &gt; [class*='flex-col-'] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .gutter-sm-xl {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .gutter-sm-xl &gt; [class*='col-'],
  .gutter-sm-xl &gt; [class*='flex-col-'] {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 991px) {
  .gutter-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gutter-md-0 &gt; [class*='col-'],
  .gutter-md-0 &gt; [class*='flex-col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gutter-md-xxs {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .gutter-md-xxs &gt; [class*='col-'],
  .gutter-md-xxs &gt; [class*='flex-col-'] {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .gutter-md-xs {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .gutter-md-xs &gt; [class*='col-'],
  .gutter-md-xs &gt; [class*='flex-col-'] {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .gutter-md-sm {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .gutter-md-sm &gt; [class*='col-'],
  .gutter-md-sm &gt; [class*='flex-col-'] {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .gutter-md-md {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .gutter-md-md &gt; [class*='col-'],
  .gutter-md-md &gt; [class*='flex-col-'] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .gutter-md-lg {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .gutter-md-lg &gt; [class*='col-'],
  .gutter-md-lg &gt; [class*='flex-col-'] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .gutter-md-xl {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .gutter-md-xl &gt; [class*='col-'],
  .gutter-md-xl &gt; [class*='flex-col-'] {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 1199px) {
  .gutter-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gutter-lg-0 &gt; [class*='col-'],
  .gutter-lg-0 &gt; [class*='flex-col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gutter-lg-xxs {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .gutter-lg-xxs &gt; [class*='col-'],
  .gutter-lg-xxs &gt; [class*='flex-col-'] {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .gutter-lg-xs {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .gutter-lg-xs &gt; [class*='col-'],
  .gutter-lg-xs &gt; [class*='flex-col-'] {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .gutter-lg-sm {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .gutter-lg-sm &gt; [class*='col-'],
  .gutter-lg-sm &gt; [class*='flex-col-'] {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .gutter-lg-md {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .gutter-lg-md &gt; [class*='col-'],
  .gutter-lg-md &gt; [class*='flex-col-'] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .gutter-lg-lg {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .gutter-lg-lg &gt; [class*='col-'],
  .gutter-lg-lg &gt; [class*='flex-col-'] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .gutter-lg-xl {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .gutter-lg-xl &gt; [class*='col-'],
  .gutter-lg-xl &gt; [class*='flex-col-'] {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
.table {
  border-bottom: 4px solid #cccccc;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  border-top: 1px solid #cccccc;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td {
  background-color: #cccccc;
  border-left: 1px solid #fff;
  border-bottom: 0;
  color: #333333;
}
.table &gt; thead &gt; tr &gt; th:first-child,
.table &gt; thead &gt; tr &gt; td:first-child {
  border-left: 0;
}
.table &gt; thead &gt; tr &gt; th &gt; a,
.table &gt; thead &gt; tr &gt; td &gt; a {
  color: #333333;
}
.table &gt; thead &gt; tr &gt; th.bg-primary,
.table &gt; thead &gt; tr &gt; td.bg-primary {
  color: #f0e7d0;
  background-color: #761214;
}
a.table &gt; thead &gt; tr &gt; th.bg-primary:hover,
a.table &gt; thead &gt; tr &gt; td.bg-primary:hover,
a.table &gt; thead &gt; tr &gt; th.bg-primary:focus,
a.table &gt; thead &gt; tr &gt; td.bg-primary:focus {
  background-color: #4a0b0c;
}
.table &gt; thead &gt; tr &gt; th.bg-secondary,
.table &gt; thead &gt; tr &gt; td.bg-secondary {
  color: #f0e7d0;
  background-color: #761214;
}
a.table &gt; thead &gt; tr &gt; th.bg-secondary:hover,
a.table &gt; thead &gt; tr &gt; td.bg-secondary:hover,
a.table &gt; thead &gt; tr &gt; th.bg-secondary:focus,
a.table &gt; thead &gt; tr &gt; td.bg-secondary:focus {
  background-color: #4a0b0c;
}
.table &gt; thead &gt; tr &gt; th.bg-tertiary,
.table &gt; thead &gt; tr &gt; td.bg-tertiary {
  color: #f0e7d0;
  background-color: #761214;
}
a.table &gt; thead &gt; tr &gt; th.bg-tertiary:hover,
a.table &gt; thead &gt; tr &gt; td.bg-tertiary:hover,
a.table &gt; thead &gt; tr &gt; th.bg-tertiary:focus,
a.table &gt; thead &gt; tr &gt; td.bg-tertiary:focus {
  background-color: #4a0b0c;
}
.table &gt; tbody + tbody {
  border-top: 4px solid #cccccc;
}
.table &gt; tbody:not(:first-child) &gt; tr:first-child &gt; th,
.table &gt; tbody:not(:first-child) &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table-thead-muted &gt; thead &gt; tr &gt; th,
.table-thead-muted &gt; thead &gt; tr &gt; td {
  background-color: #fff;
  border-left: 0;
  color: #333333;
}
.table-thead-muted &gt; thead &gt; tr &gt; th &gt; a,
.table-thead-muted &gt; thead &gt; tr &gt; td &gt; a {
  color: #761214;
}
.table-thead-muted &gt; thead &gt; tr &gt; th,
.table-thead-muted &gt; thead &gt; tr &gt; td {
  border-bottom: 2px solid #cccccc;
}
.table-thead-muted &gt; caption + thead &gt; tr:first-child &gt; th,
.table-thead-muted &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table-thead-muted &gt; thead:first-child &gt; tr:first-child &gt; th,
.table-thead-muted &gt; caption + thead &gt; tr:first-child &gt; td,
.table-thead-muted &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table-thead-muted &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 2px solid #cccccc;
}
.table &gt; thead &gt; tr &gt; td.primary,
.table &gt; tbody &gt; tr &gt; td.primary,
.table &gt; tfoot &gt; tr &gt; td.primary,
.table &gt; thead &gt; tr &gt; th.primary,
.table &gt; tbody &gt; tr &gt; th.primary,
.table &gt; tfoot &gt; tr &gt; th.primary,
.table &gt; thead &gt; tr.primary &gt; td,
.table &gt; tbody &gt; tr.primary &gt; td,
.table &gt; tfoot &gt; tr.primary &gt; td,
.table &gt; thead &gt; tr.primary &gt; th,
.table &gt; tbody &gt; tr.primary &gt; th,
.table &gt; tfoot &gt; tr.primary &gt; th {
  background-color: #e65e61;
}
.table-hover &gt; tbody &gt; tr &gt; td.primary:hover,
.table-hover &gt; tbody &gt; tr &gt; th.primary:hover,
.table-hover &gt; tbody &gt; tr.primary:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .primary,
.table-hover &gt; tbody &gt; tr.primary:hover &gt; th {
  background-color: #e3484b;
}
.table &gt; thead &gt; tr &gt; td.secondary,
.table &gt; tbody &gt; tr &gt; td.secondary,
.table &gt; tfoot &gt; tr &gt; td.secondary,
.table &gt; thead &gt; tr &gt; th.secondary,
.table &gt; tbody &gt; tr &gt; th.secondary,
.table &gt; tfoot &gt; tr &gt; th.secondary,
.table &gt; thead &gt; tr.secondary &gt; td,
.table &gt; tbody &gt; tr.secondary &gt; td,
.table &gt; tfoot &gt; tr.secondary &gt; td,
.table &gt; thead &gt; tr.secondary &gt; th,
.table &gt; tbody &gt; tr.secondary &gt; th,
.table &gt; tfoot &gt; tr.secondary &gt; th {
  background-color: #e65e61;
}
.table-hover &gt; tbody &gt; tr &gt; td.secondary:hover,
.table-hover &gt; tbody &gt; tr &gt; th.secondary:hover,
.table-hover &gt; tbody &gt; tr.secondary:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .secondary,
.table-hover &gt; tbody &gt; tr.secondary:hover &gt; th {
  background-color: #e3484b;
}
.table &gt; thead &gt; tr &gt; td.tertiary,
.table &gt; tbody &gt; tr &gt; td.tertiary,
.table &gt; tfoot &gt; tr &gt; td.tertiary,
.table &gt; thead &gt; tr &gt; th.tertiary,
.table &gt; tbody &gt; tr &gt; th.tertiary,
.table &gt; tfoot &gt; tr &gt; th.tertiary,
.table &gt; thead &gt; tr.tertiary &gt; td,
.table &gt; tbody &gt; tr.tertiary &gt; td,
.table &gt; tfoot &gt; tr.tertiary &gt; td,
.table &gt; thead &gt; tr.tertiary &gt; th,
.table &gt; tbody &gt; tr.tertiary &gt; th,
.table &gt; tfoot &gt; tr.tertiary &gt; th {
  background-color: #e65e61;
}
.table-hover &gt; tbody &gt; tr &gt; td.tertiary:hover,
.table-hover &gt; tbody &gt; tr &gt; th.tertiary:hover,
.table-hover &gt; tbody &gt; tr.tertiary:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .tertiary,
.table-hover &gt; tbody &gt; tr.tertiary:hover &gt; th {
  background-color: #e3484b;
}
.fixed-table-toolbar &gt; div {
  display: flex;
}
label {
  margin-bottom: 8px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 1px 0 0;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  box-shadow: none;
  outline: none;
}
input[type="radio"]:focus:not(:focus-visible),
input[type="checkbox"]:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
input[type="radio"]:focus-visible,
input[type="checkbox"]:focus-visible {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-offset: 1px;
}
select[multiple],
select[size] {
  height: 6em;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.form-control {
  min-height: 27px;
  height: auto;
  box-shadow: none;
}
.form-control.input-file[readonly],
.form-control[readonly] {
  background-color: #FAFAFA;
  color: #6F7276;
  border: none;
  opacity: 1;
}
.form-control.input-file[readonly].border,
.form-control[readonly].border {
  border: 1px solid #8c8c8c;
}
.form-control.input-file[readonly][disabled],
.form-control[readonly][disabled] {
  background-color: #FAFAFA;
}
.form-control.input-file[readonly]::placeholder,
.form-control[readonly]::placeholder {
  color: #6F7276;
}
.form-control.input-file[readonly] + label {
  border: none;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  box-shadow: none;
  background-color: #FAFAFA;
  border: 1px solid #D0D4D8;
  opacity: 1;
}
.form-control[disabled]::placeholder,
fieldset[disabled] .form-control::placeholder {
  color: #A3A8AD;
}
.form-control::placeholder {
  font-size: 12px;
  color: #333;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.form-control:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
.form-control:focus-visible {
  box-shadow: 0 0 0 1px #101828 inset;
}
@media screen and (max-width: 768px) {
  .form-control,
  .form-control.checkout {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
  }
}
.radio,
.checkbox {
  margin-top: 16px;
  margin-bottom: 16px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -8px;
}
.radio-inline,
.checkbox-inline {
  vertical-align: top;
}
.form-control-static.fluid {
  display: inline-block;
  vertical-align: top;
}
.help-block {
  margin-top: 4px;
  margin-bottom: 16px;
}
.form-inline [class*="divider"] {
  display: none;
  width: 1px;
  height: 30px;
  margin: 0 8px;
  overflow: hidden;
  background-color: #4d4d4d;
  vertical-align: middle;
}
.form-inline [class*="divider"] .divider-lg {
  height: 37px;
}
.form-inline [class*="divider"] .divider-sm {
  height: 30px;
}
.form-inline [class*="divider"] .divider-xs {
  height: 22px;
}
@media (min-width: 768px) {
  .form-inline [class*="divider"] {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.customSelect.form-control {
  min-height: 27px;
}
.customSelect.form-control .styledSelect {
  column-gap: 8px;
  padding: 0;
}
.customSelect.form-control .styledSelect:first-child {
  flex-grow: 1;
}
.input-search.form-control {
  margin: 0;
  padding: 0;
  border: none;
  z-index: unset;
}
.input-search.form-control::after {
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  content: "\f002";
}
.input-search.form-control .form-control {
  min-height: 27px;
  padding-left: 38px;
  font-size: 12px;
  font-weight: 400;
}
.input-search.form-control .form-control::placeholder {
  font-size: 12px;
}
.has-error .form-control {
  border-color: #D01111;
  background: #FFF5F4;
  box-shadow: none;
}
.has-error .form-control:focus {
  box-shadow: none;
}
.link-styles {
  font-weight: 500;
  text-decoration: underline;
}
.company-division .hide-results li,
.company-division .hide-results .multiselect__content-wrapper {
  display: none;
}
.company-division .fa-times {
  cursor: pointer;
}
.company-division span.help-block,
.company-division .form-req.isEmpty label {
  color: #D01111;
}
.company-division .form-req.isEmpty .form-control,
.company-division .registration-page input.has-error {
  border: solid 1px #D01111;
}
.company-division .company-division-results {
  list-style: none;
}
.company-division .company-division-results li.form-control {
  border-top: none;
}
.company-division .company-division-results .toggled-option,
.company-division .company-division-results li.result:hover {
  background-color: #761214;
  color: #fff;
}
.registration-page input[type="date"] {
  line-height: initial;
}
.registration-page .remove-attachments {
  background: none;
  border: none;
  color: #761214;
}
.registration-page select.form-control,
.registration-page .company-division-input.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.registration-page select.form-control + .fa-chevron-down,
.registration-page .company-division-input.form-control + .fa-chevron-down {
  float: right;
  margin-top: -21px;
  margin-right: 5px;
  pointer-events: none;
  background-color: transparent;
  color: #444444;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 200;
  display: block;
}
.registration-page select.form-control + .fa-chevron-down.company-division-arrow,
.registration-page .company-division-input.form-control + .fa-chevron-down.company-division-arrow {
  transform: rotate(0deg);
  transform-origin: center;
  transition: all 0.6s;
  padding: 0;
  margin-right: 8px;
}
.registration-page select.form-control + .fa-chevron-down.company-division-arrow.active,
.registration-page .company-division-input.form-control + .fa-chevron-down.company-division-arrow.active {
  transform: rotate(180deg);
}
.registration-page input.form-control + .fa-chevron-down {
  display: none;
}
.myProfile-page .p2mloader.input-group-addon {
  width: auto;
}
.myProfile-page #fileupload {
  display: none;
}
.contactUs-page .grecaptcha-badge {
  display: block !important;
  z-index: 1090;
}
.new-registrants-disclosure .dropdown-menu &gt; li &gt; button {
  border: none;
  background: #fff;
}
.required-fields-legend {
  gap: 6px;
  border-radius: 4px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
  align-items: baseline;
}
.required-fields-legend span {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.btn {
  white-space: normal;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:focus:not(:focus-visible),
.btn:active:focus:not(:focus-visible),
.btn.active:focus:not(:focus-visible),
.btn.focus:not(:focus-visible),
.btn:active.focus:not(:focus-visible),
.btn.active.focus:not(:focus-visible) {
  outline: none;
}
.btn:focus-visible,
.btn:active:focus-visible,
.btn.active:focus-visible {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-offset: 1px;
}
.btn.btn-toggle {
  border-width: 2px;
  padding: 5px 11px;
  font-size: 12px;
  line-height: 1.333334;
  border-radius: 4px;
}
.btn.btn-toggle.active {
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
}
.btn.btn-md {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.333333;
  border-radius: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline-offset: 1px;
  }
}
.btn-outline.btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-default-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:focus,
.btn-outline.btn-default.focus,
.btn-outline.btn-default-inverse:hover,
.btn-outline.btn-default-inverse:focus,
.btn-outline.btn-default-inverse.focus {
  background-color: #fff;
  border-color: #4d4d4d;
  color: #333333;
}
.btn-outline.btn-primary {
  background-color: #fff;
  border-color: #761214;
  color: #761214;
}
.btn-outline.btn-primary-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary.focus,
.btn-outline.btn-primary-inverse:hover,
.btn-outline.btn-primary-inverse:focus,
.btn-outline.btn-primary-inverse.focus {
  background-color: #761214;
  border-color: transparent;
  color: #f0e7d0;
}
.btn-outline.btn-secondary {
  background-color: #fff;
  border-color: #761214;
  color: #761214;
}
.btn-outline.btn-secondary-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-secondary:hover,
.btn-outline.btn-secondary:focus,
.btn-outline.btn-secondary.focus,
.btn-outline.btn-secondary-inverse:hover,
.btn-outline.btn-secondary-inverse:focus,
.btn-outline.btn-secondary-inverse.focus {
  background-color: #761214;
  border-color: transparent;
  color: #f0e7d0;
}
.btn-outline.btn-tertiary {
  background-color: #fff;
  border-color: #761214;
  color: #761214;
}
.btn-outline.btn-tertiary-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-tertiary:hover,
.btn-outline.btn-tertiary:focus,
.btn-outline.btn-tertiary.focus,
.btn-outline.btn-tertiary-inverse:hover,
.btn-outline.btn-tertiary-inverse:focus,
.btn-outline.btn-tertiary-inverse.focus {
  background-color: #761214;
  border-color: transparent;
  color: #f0e7d0;
}
.btn-outline.btn-success {
  background-color: #fff;
  border-color: #5cb85c;
  color: #5cb85c;
}
.btn-outline.btn-success-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-success:hover,
.btn-outline.btn-success:focus,
.btn-outline.btn-success.focus,
.btn-outline.btn-success-inverse:hover,
.btn-outline.btn-success-inverse:focus,
.btn-outline.btn-success-inverse.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}
.btn-outline.btn-info {
  background-color: #fff;
  border-color: #5bc0de;
  color: #5bc0de;
}
.btn-outline.btn-info-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-info:hover,
.btn-outline.btn-info:focus,
.btn-outline.btn-info.focus,
.btn-outline.btn-info-inverse:hover,
.btn-outline.btn-info-inverse:focus,
.btn-outline.btn-info-inverse.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}
.btn-outline.btn-warning {
  background-color: #fff;
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.btn-outline.btn-warning-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-warning:hover,
.btn-outline.btn-warning:focus,
.btn-outline.btn-warning.focus,
.btn-outline.btn-warning-inverse:hover,
.btn-outline.btn-warning-inverse:focus,
.btn-outline.btn-warning-inverse.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}
.btn-outline.btn-danger {
  background-color: #fff;
  border-color: #d9534f;
  color: #d9534f;
}
.btn-outline.btn-danger-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-danger:hover,
.btn-outline.btn-danger:focus,
.btn-outline.btn-danger.focus,
.btn-outline.btn-danger-inverse:hover,
.btn-outline.btn-danger-inverse:focus,
.btn-outline.btn-danger-inverse.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.btn-default.btn-toggle {
  background-color: #fff;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-default.btn-toggle:focus,
.btn-default.btn-toggle.focus {
  background-color: #ffffff;
  border-color: #0d0d0d;
  color: #2e2e2e;
}
.btn-default.btn-toggle:hover {
  background-color: #ffffff;
  border-color: #2e2e2e;
  color: #2e2e2e;
}
.btn-default.btn-toggle:active {
  background-color: #ffffff;
  border-color: #2e2e2e;
  color: #2e2e2e;
}
.btn-default.btn-toggle:active:hover,
.btn-default.btn-toggle:active:focus,
.btn-default.btn-toggle:active.focus {
  background-color: #ffffff;
  border-color: #0d0d0d;
  color: #2e2e2e;
}
.btn-default.btn-toggle.active {
  background-color: #fff;
  border-color: #4d4d4d;
  color: #333333;
}
.btn-default.btn-toggle.active:focus,
.btn-default.btn-toggle.active.focus {
  background-color: #e6e6e6;
  border-color: #0d0d0d;
  color: #333333;
}
.btn-default.btn-toggle.active:hover {
  background-color: #e6e6e6;
  border-color: #2e2e2e;
  color: #333333;
}
.btn-default.btn-toggle.active:active {
  background-color: #e6e6e6;
  border-color: #2e2e2e;
  color: #333333;
}
.btn-default.btn-toggle.active:active:hover,
.btn-default.btn-toggle.active:active:focus,
.btn-default.btn-toggle.active:active.focus {
  background-color: #d4d4d4;
  border-color: #0d0d0d;
  color: #333333;
}
.btn-default.btn-toggle:active,
.btn-default.btn-toggle.active {
  background-image: none;
}
.btn-default.btn-toggle.disabled,
.btn-default.btn-toggle[disabled],
fieldset[disabled] .btn-default.btn-toggle,
.btn-default.btn-toggle.disabled:hover,
.btn-default.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-default.btn-toggle:hover,
.btn-default.btn-toggle.disabled:focus,
.btn-default.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-default.btn-toggle:focus,
.btn-default.btn-toggle.disabled.focus,
.btn-default.btn-toggle[disabled].focus,
fieldset[disabled] .btn-default.btn-toggle.focus,
.btn-default.btn-toggle.disabled:active,
.btn-default.btn-toggle[disabled]:active,
fieldset[disabled] .btn-default.btn-toggle:active,
.btn-default.btn-toggle.disabled.active,
.btn-default.btn-toggle[disabled].active,
fieldset[disabled] .btn-default.btn-toggle.active {
  background-color: #fff;
  border-color: #4d4d4d;
  color: #333333;
}
.btn-default.btn-toggle .badge {
  background-color: #333333;
  color: #fff;
}
.btn-gray-80 {
  color: #333333;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-gray-80:focus,
.btn-gray-80.focus {
  color: #333333;
  background-color: #b3b3b3;
  border-color: #808080;
}
.btn-gray-80:hover {
  color: #333333;
  background-color: #b3b3b3;
  border-color: #a1a1a1;
}
.btn-gray-80:active,
.btn-gray-80.active,
.open &gt; .dropdown-toggle.btn-gray-80 {
  color: #333333;
  background-color: #b3b3b3;
  border-color: #a1a1a1;
}
.btn-gray-80:active:hover,
.btn-gray-80.active:hover,
.open &gt; .dropdown-toggle.btn-gray-80:hover,
.btn-gray-80:active:focus,
.btn-gray-80.active:focus,
.open &gt; .dropdown-toggle.btn-gray-80:focus,
.btn-gray-80:active.focus,
.btn-gray-80.active.focus,
.open &gt; .dropdown-toggle.btn-gray-80.focus {
  color: #333333;
  background-color: #a1a1a1;
  border-color: #808080;
}
.btn-gray-80:active,
.btn-gray-80.active,
.open &gt; .dropdown-toggle.btn-gray-80 {
  background-image: none;
}
.btn-gray-80.disabled,
.btn-gray-80[disabled],
fieldset[disabled] .btn-gray-80,
.btn-gray-80.disabled:hover,
.btn-gray-80[disabled]:hover,
fieldset[disabled] .btn-gray-80:hover,
.btn-gray-80.disabled:focus,
.btn-gray-80[disabled]:focus,
fieldset[disabled] .btn-gray-80:focus,
.btn-gray-80.disabled.focus,
.btn-gray-80[disabled].focus,
fieldset[disabled] .btn-gray-80.focus,
.btn-gray-80.disabled:active,
.btn-gray-80[disabled]:active,
fieldset[disabled] .btn-gray-80:active,
.btn-gray-80.disabled.active,
.btn-gray-80[disabled].active,
fieldset[disabled] .btn-gray-80.active {
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-gray-80 .badge {
  color: #cccccc;
  background-color: #333333;
}
.btn-gray-80.btn-toggle {
  background-color: #fff;
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.btn-gray-80.btn-toggle:focus,
.btn-gray-80.btn-toggle.focus {
  background-color: #ffffff;
  border-color: #808080;
  color: #a1a1a1;
}
.btn-gray-80.btn-toggle:hover {
  background-color: #ffffff;
  border-color: #a1a1a1;
  color: #a1a1a1;
}
.btn-gray-80.btn-toggle:active {
  background-color: #ffffff;
  border-color: #a1a1a1;
  color: #a1a1a1;
}
.btn-gray-80.btn-toggle:active:hover,
.btn-gray-80.btn-toggle:active:focus,
.btn-gray-80.btn-toggle:active.focus {
  background-color: #ffffff;
  border-color: #808080;
  color: #a1a1a1;
}
.btn-gray-80.btn-toggle.active {
  background-color: #cccccc;
  border-color: #bfbfbf;
  color: #333333;
}
.btn-gray-80.btn-toggle.active:focus,
.btn-gray-80.btn-toggle.active.focus {
  background-color: #b3b3b3;
  border-color: #808080;
  color: #333333;
}
.btn-gray-80.btn-toggle.active:hover {
  background-color: #b3b3b3;
  border-color: #a1a1a1;
  color: #333333;
}
.btn-gray-80.btn-toggle.active:active {
  background-color: #b3b3b3;
  border-color: #a1a1a1;
  color: #333333;
}
.btn-gray-80.btn-toggle.active:active:hover,
.btn-gray-80.btn-toggle.active:active:focus,
.btn-gray-80.btn-toggle.active:active.focus {
  background-color: #a1a1a1;
  border-color: #808080;
  color: #333333;
}
.btn-gray-80.btn-toggle:active,
.btn-gray-80.btn-toggle.active {
  background-image: none;
}
.btn-gray-80.btn-toggle.disabled,
.btn-gray-80.btn-toggle[disabled],
fieldset[disabled] .btn-gray-80.btn-toggle,
.btn-gray-80.btn-toggle.disabled:hover,
.btn-gray-80.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-gray-80.btn-toggle:hover,
.btn-gray-80.btn-toggle.disabled:focus,
.btn-gray-80.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-gray-80.btn-toggle:focus,
.btn-gray-80.btn-toggle.disabled.focus,
.btn-gray-80.btn-toggle[disabled].focus,
fieldset[disabled] .btn-gray-80.btn-toggle.focus,
.btn-gray-80.btn-toggle.disabled:active,
.btn-gray-80.btn-toggle[disabled]:active,
fieldset[disabled] .btn-gray-80.btn-toggle:active,
.btn-gray-80.btn-toggle.disabled.active,
.btn-gray-80.btn-toggle[disabled].active,
fieldset[disabled] .btn-gray-80.btn-toggle.active {
  background-color: #cccccc;
  border-color: #bfbfbf;
  color: #333333;
}
.btn-gray-80.btn-toggle .badge {
  background-color: #333333;
  color: #cccccc;
}
.btn-gray-90 {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}
.btn-gray-90:focus,
.btn-gray-90.focus {
  color: #333333;
  background-color: #cccccc;
  border-color: #999999;
}
.btn-gray-90:hover {
  color: #333333;
  background-color: #cccccc;
  border-color: #bababa;
}
.btn-gray-90:active,
.btn-gray-90.active,
.open &gt; .dropdown-toggle.btn-gray-90 {
  color: #333333;
  background-color: #cccccc;
  border-color: #bababa;
}
.btn-gray-90:active:hover,
.btn-gray-90.active:hover,
.open &gt; .dropdown-toggle.btn-gray-90:hover,
.btn-gray-90:active:focus,
.btn-gray-90.active:focus,
.open &gt; .dropdown-toggle.btn-gray-90:focus,
.btn-gray-90:active.focus,
.btn-gray-90.active.focus,
.open &gt; .dropdown-toggle.btn-gray-90.focus {
  color: #333333;
  background-color: #bababa;
  border-color: #999999;
}
.btn-gray-90:active,
.btn-gray-90.active,
.open &gt; .dropdown-toggle.btn-gray-90 {
  background-image: none;
}
.btn-gray-90.disabled,
.btn-gray-90[disabled],
fieldset[disabled] .btn-gray-90,
.btn-gray-90.disabled:hover,
.btn-gray-90[disabled]:hover,
fieldset[disabled] .btn-gray-90:hover,
.btn-gray-90.disabled:focus,
.btn-gray-90[disabled]:focus,
fieldset[disabled] .btn-gray-90:focus,
.btn-gray-90.disabled.focus,
.btn-gray-90[disabled].focus,
fieldset[disabled] .btn-gray-90.focus,
.btn-gray-90.disabled:active,
.btn-gray-90[disabled]:active,
fieldset[disabled] .btn-gray-90:active,
.btn-gray-90.disabled.active,
.btn-gray-90[disabled].active,
fieldset[disabled] .btn-gray-90.active {
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}
.btn-gray-90 .badge {
  color: #e6e6e6;
  background-color: #333333;
}
.btn-gray-90.btn-toggle {
  background-color: #fff;
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.btn-gray-90.btn-toggle:focus,
.btn-gray-90.btn-toggle.focus {
  background-color: #ffffff;
  border-color: #999999;
  color: #bababa;
}
.btn-gray-90.btn-toggle:hover {
  background-color: #ffffff;
  border-color: #bababa;
  color: #bababa;
}
.btn-gray-90.btn-toggle:active {
  background-color: #ffffff;
  border-color: #bababa;
  color: #bababa;
}
.btn-gray-90.btn-toggle:active:hover,
.btn-gray-90.btn-toggle:active:focus,
.btn-gray-90.btn-toggle:active.focus {
  background-color: #ffffff;
  border-color: #999999;
  color: #bababa;
}
.btn-gray-90.btn-toggle.active {
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  color: #333333;
}
.btn-gray-90.btn-toggle.active:focus,
.btn-gray-90.btn-toggle.active.focus {
  background-color: #cccccc;
  border-color: #999999;
  color: #333333;
}
.btn-gray-90.btn-toggle.active:hover {
  background-color: #cccccc;
  border-color: #bababa;
  color: #333333;
}
.btn-gray-90.btn-toggle.active:active {
  background-color: #cccccc;
  border-color: #bababa;
  color: #333333;
}
.btn-gray-90.btn-toggle.active:active:hover,
.btn-gray-90.btn-toggle.active:active:focus,
.btn-gray-90.btn-toggle.active:active.focus {
  background-color: #bababa;
  border-color: #999999;
  color: #333333;
}
.btn-gray-90.btn-toggle:active,
.btn-gray-90.btn-toggle.active {
  background-image: none;
}
.btn-gray-90.btn-toggle.disabled,
.btn-gray-90.btn-toggle[disabled],
fieldset[disabled] .btn-gray-90.btn-toggle,
.btn-gray-90.btn-toggle.disabled:hover,
.btn-gray-90.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-gray-90.btn-toggle:hover,
.btn-gray-90.btn-toggle.disabled:focus,
.btn-gray-90.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-gray-90.btn-toggle:focus,
.btn-gray-90.btn-toggle.disabled.focus,
.btn-gray-90.btn-toggle[disabled].focus,
fieldset[disabled] .btn-gray-90.btn-toggle.focus,
.btn-gray-90.btn-toggle.disabled:active,
.btn-gray-90.btn-toggle[disabled]:active,
fieldset[disabled] .btn-gray-90.btn-toggle:active,
.btn-gray-90.btn-toggle.disabled.active,
.btn-gray-90.btn-toggle[disabled].active,
fieldset[disabled] .btn-gray-90.btn-toggle.active {
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  color: #333333;
}
.btn-gray-90.btn-toggle .badge {
  background-color: #333333;
  color: #e6e6e6;
}
.btn-gray-95 {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #e5e5e5;
}
.btn-gray-95:focus,
.btn-gray-95.focus {
  color: #333333;
  background-color: #d9d9d9;
  border-color: #a6a6a6;
}
.btn-gray-95:hover {
  color: #333333;
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.btn-gray-95:active,
.btn-gray-95.active,
.open &gt; .dropdown-toggle.btn-gray-95 {
  color: #333333;
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.btn-gray-95:active:hover,
.btn-gray-95.active:hover,
.open &gt; .dropdown-toggle.btn-gray-95:hover,
.btn-gray-95:active:focus,
.btn-gray-95.active:focus,
.open &gt; .dropdown-toggle.btn-gray-95:focus,
.btn-gray-95:active.focus,
.btn-gray-95.active.focus,
.open &gt; .dropdown-toggle.btn-gray-95.focus {
  color: #333333;
  background-color: #c7c7c7;
  border-color: #a6a6a6;
}
.btn-gray-95:active,
.btn-gray-95.active,
.open &gt; .dropdown-toggle.btn-gray-95 {
  background-image: none;
}
.btn-gray-95.disabled,
.btn-gray-95[disabled],
fieldset[disabled] .btn-gray-95,
.btn-gray-95.disabled:hover,
.btn-gray-95[disabled]:hover,
fieldset[disabled] .btn-gray-95:hover,
.btn-gray-95.disabled:focus,
.btn-gray-95[disabled]:focus,
fieldset[disabled] .btn-gray-95:focus,
.btn-gray-95.disabled.focus,
.btn-gray-95[disabled].focus,
fieldset[disabled] .btn-gray-95.focus,
.btn-gray-95.disabled:active,
.btn-gray-95[disabled]:active,
fieldset[disabled] .btn-gray-95:active,
.btn-gray-95.disabled.active,
.btn-gray-95[disabled].active,
fieldset[disabled] .btn-gray-95.active {
  background-color: #f2f2f2;
  border-color: #e5e5e5;
}
.btn-gray-95 .badge {
  color: #f2f2f2;
  background-color: #333333;
}
.btn-gray-95.btn-toggle {
  background-color: #fff;
  border-color: #e5e5e5;
  color: #e5e5e5;
}
.btn-gray-95.btn-toggle:focus,
.btn-gray-95.btn-toggle.focus {
  background-color: #ffffff;
  border-color: #a6a6a6;
  color: #c7c7c7;
}
.btn-gray-95.btn-toggle:hover {
  background-color: #ffffff;
  border-color: #c7c7c7;
  color: #c7c7c7;
}
.btn-gray-95.btn-toggle:active {
  background-color: #ffffff;
  border-color: #c7c7c7;
  color: #c7c7c7;
}
.btn-gray-95.btn-toggle:active:hover,
.btn-gray-95.btn-toggle:active:focus,
.btn-gray-95.btn-toggle:active.focus {
  background-color: #ffffff;
  border-color: #a6a6a6;
  color: #c7c7c7;
}
.btn-gray-95.btn-toggle.active {
  background-color: #f2f2f2;
  border-color: #e5e5e5;
  color: #333333;
}
.btn-gray-95.btn-toggle.active:focus,
.btn-gray-95.btn-toggle.active.focus {
  background-color: #d9d9d9;
  border-color: #a6a6a6;
  color: #333333;
}
.btn-gray-95.btn-toggle.active:hover {
  background-color: #d9d9d9;
  border-color: #c7c7c7;
  color: #333333;
}
.btn-gray-95.btn-toggle.active:active {
  background-color: #d9d9d9;
  border-color: #c7c7c7;
  color: #333333;
}
.btn-gray-95.btn-toggle.active:active:hover,
.btn-gray-95.btn-toggle.active:active:focus,
.btn-gray-95.btn-toggle.active:active.focus {
  background-color: #c7c7c7;
  border-color: #a6a6a6;
  color: #333333;
}
.btn-gray-95.btn-toggle:active,
.btn-gray-95.btn-toggle.active {
  background-image: none;
}
.btn-gray-95.btn-toggle.disabled,
.btn-gray-95.btn-toggle[disabled],
fieldset[disabled] .btn-gray-95.btn-toggle,
.btn-gray-95.btn-toggle.disabled:hover,
.btn-gray-95.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-gray-95.btn-toggle:hover,
.btn-gray-95.btn-toggle.disabled:focus,
.btn-gray-95.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-gray-95.btn-toggle:focus,
.btn-gray-95.btn-toggle.disabled.focus,
.btn-gray-95.btn-toggle[disabled].focus,
fieldset[disabled] .btn-gray-95.btn-toggle.focus,
.btn-gray-95.btn-toggle.disabled:active,
.btn-gray-95.btn-toggle[disabled]:active,
fieldset[disabled] .btn-gray-95.btn-toggle:active,
.btn-gray-95.btn-toggle.disabled.active,
.btn-gray-95.btn-toggle[disabled].active,
fieldset[disabled] .btn-gray-95.btn-toggle.active {
  background-color: #f2f2f2;
  border-color: #e5e5e5;
  color: #333333;
}
.btn-gray-95.btn-toggle .badge {
  background-color: #333333;
  color: #f2f2f2;
}
.btn-primary.btn-toggle {
  background-color: #fff;
  border-color: transparent;
  color: transparent;
}
.btn-primary.btn-toggle:focus,
.btn-primary.btn-toggle.focus {
  background-color: #e65e61;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-primary.btn-toggle:hover {
  background-color: #e65e61;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-primary.btn-toggle:active {
  background-color: #e65e61;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-primary.btn-toggle:active:hover,
.btn-primary.btn-toggle:active:focus,
.btn-primary.btn-toggle:active.focus {
  background-color: #e23f42;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-primary.btn-toggle.active {
  background-color: #761214;
  border-color: transparent;
  color: #f0e7d0;
}
.btn-primary.btn-toggle.active:focus,
.btn-primary.btn-toggle.active.focus {
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-primary.btn-toggle.active:hover {
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-primary.btn-toggle.active:active {
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-primary.btn-toggle.active:active:hover,
.btn-primary.btn-toggle.active:active:focus,
.btn-primary.btn-toggle.active:active.focus {
  background-color: #2b0707;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-primary.btn-toggle:active,
.btn-primary.btn-toggle.active {
  background-image: none;
}
.btn-primary.btn-toggle.disabled,
.btn-primary.btn-toggle[disabled],
fieldset[disabled] .btn-primary.btn-toggle,
.btn-primary.btn-toggle.disabled:hover,
.btn-primary.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-primary.btn-toggle:hover,
.btn-primary.btn-toggle.disabled:focus,
.btn-primary.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-primary.btn-toggle:focus,
.btn-primary.btn-toggle.disabled.focus,
.btn-primary.btn-toggle[disabled].focus,
fieldset[disabled] .btn-primary.btn-toggle.focus,
.btn-primary.btn-toggle.disabled:active,
.btn-primary.btn-toggle[disabled]:active,
fieldset[disabled] .btn-primary.btn-toggle:active,
.btn-primary.btn-toggle.disabled.active,
.btn-primary.btn-toggle[disabled].active,
fieldset[disabled] .btn-primary.btn-toggle.active {
  background-color: #761214;
  border-color: transparent;
  color: #f0e7d0;
}
.btn-primary.btn-toggle .badge {
  background-color: #f0e7d0;
  color: #761214;
}
.btn-secondary {
  color: #f0e7d0;
  background-color: #761214;
  border-color: transparent;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #f0e7d0;
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:hover {
  color: #f0e7d0;
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:active,
.btn-secondary.active,
.open &gt; .dropdown-toggle.btn-secondary {
  color: #f0e7d0;
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open &gt; .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open &gt; .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open &gt; .dropdown-toggle.btn-secondary.focus {
  color: #f0e7d0;
  background-color: #2b0707;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:active,
.btn-secondary.active,
.open &gt; .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #761214;
  border-color: transparent;
}
.btn-secondary .badge {
  color: #761214;
  background-color: #f0e7d0;
}
.btn-secondary.btn-toggle {
  background-color: #fff;
  border-color: transparent;
  color: transparent;
}
.btn-secondary.btn-toggle:focus,
.btn-secondary.btn-toggle.focus {
  background-color: #e65e61;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-secondary.btn-toggle:hover {
  background-color: #e65e61;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-secondary.btn-toggle:active {
  background-color: #e65e61;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-secondary.btn-toggle:active:hover,
.btn-secondary.btn-toggle:active:focus,
.btn-secondary.btn-toggle:active.focus {
  background-color: #e23f42;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-secondary.btn-toggle.active {
  background-color: #761214;
  border-color: transparent;
  color: #f0e7d0;
}
.btn-secondary.btn-toggle.active:focus,
.btn-secondary.btn-toggle.active.focus {
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-secondary.btn-toggle.active:hover {
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-secondary.btn-toggle.active:active {
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-secondary.btn-toggle.active:active:hover,
.btn-secondary.btn-toggle.active:active:focus,
.btn-secondary.btn-toggle.active:active.focus {
  background-color: #2b0707;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-secondary.btn-toggle:active,
.btn-secondary.btn-toggle.active {
  background-image: none;
}
.btn-secondary.btn-toggle.disabled,
.btn-secondary.btn-toggle[disabled],
fieldset[disabled] .btn-secondary.btn-toggle,
.btn-secondary.btn-toggle.disabled:hover,
.btn-secondary.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-secondary.btn-toggle:hover,
.btn-secondary.btn-toggle.disabled:focus,
.btn-secondary.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-secondary.btn-toggle:focus,
.btn-secondary.btn-toggle.disabled.focus,
.btn-secondary.btn-toggle[disabled].focus,
fieldset[disabled] .btn-secondary.btn-toggle.focus,
.btn-secondary.btn-toggle.disabled:active,
.btn-secondary.btn-toggle[disabled]:active,
fieldset[disabled] .btn-secondary.btn-toggle:active,
.btn-secondary.btn-toggle.disabled.active,
.btn-secondary.btn-toggle[disabled].active,
fieldset[disabled] .btn-secondary.btn-toggle.active {
  background-color: #761214;
  border-color: transparent;
  color: #f0e7d0;
}
.btn-secondary.btn-toggle .badge {
  background-color: #f0e7d0;
  color: #761214;
}
.btn-tertiary {
  color: #f0e7d0;
  background-color: #761214;
  border-color: transparent;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #f0e7d0;
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-tertiary:hover {
  color: #f0e7d0;
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-tertiary:active,
.btn-tertiary.active,
.open &gt; .dropdown-toggle.btn-tertiary {
  color: #f0e7d0;
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open &gt; .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open &gt; .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open &gt; .dropdown-toggle.btn-tertiary.focus {
  color: #f0e7d0;
  background-color: #2b0707;
  border-color: rgba(0, 0, 0, 0);
}
.btn-tertiary:active,
.btn-tertiary.active,
.open &gt; .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #761214;
  border-color: transparent;
}
.btn-tertiary .badge {
  color: #761214;
  background-color: #f0e7d0;
}
.btn-tertiary.btn-toggle {
  background-color: #fff;
  border-color: transparent;
  color: transparent;
}
.btn-tertiary.btn-toggle:focus,
.btn-tertiary.btn-toggle.focus {
  background-color: #e65e61;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-tertiary.btn-toggle:hover {
  background-color: #e65e61;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-tertiary.btn-toggle:active {
  background-color: #e65e61;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-tertiary.btn-toggle:active:hover,
.btn-tertiary.btn-toggle:active:focus,
.btn-tertiary.btn-toggle:active.focus {
  background-color: #e23f42;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-tertiary.btn-toggle.active {
  background-color: #761214;
  border-color: transparent;
  color: #f0e7d0;
}
.btn-tertiary.btn-toggle.active:focus,
.btn-tertiary.btn-toggle.active.focus {
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-tertiary.btn-toggle.active:hover {
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-tertiary.btn-toggle.active:active {
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-tertiary.btn-toggle.active:active:hover,
.btn-tertiary.btn-toggle.active:active:focus,
.btn-tertiary.btn-toggle.active:active.focus {
  background-color: #2b0707;
  border-color: rgba(0, 0, 0, 0);
  color: #f0e7d0;
}
.btn-tertiary.btn-toggle:active,
.btn-tertiary.btn-toggle.active {
  background-image: none;
}
.btn-tertiary.btn-toggle.disabled,
.btn-tertiary.btn-toggle[disabled],
fieldset[disabled] .btn-tertiary.btn-toggle,
.btn-tertiary.btn-toggle.disabled:hover,
.btn-tertiary.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-tertiary.btn-toggle:hover,
.btn-tertiary.btn-toggle.disabled:focus,
.btn-tertiary.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-tertiary.btn-toggle:focus,
.btn-tertiary.btn-toggle.disabled.focus,
.btn-tertiary.btn-toggle[disabled].focus,
fieldset[disabled] .btn-tertiary.btn-toggle.focus,
.btn-tertiary.btn-toggle.disabled:active,
.btn-tertiary.btn-toggle[disabled]:active,
fieldset[disabled] .btn-tertiary.btn-toggle:active,
.btn-tertiary.btn-toggle.disabled.active,
.btn-tertiary.btn-toggle[disabled].active,
fieldset[disabled] .btn-tertiary.btn-toggle.active {
  background-color: #761214;
  border-color: transparent;
  color: #f0e7d0;
}
.btn-tertiary.btn-toggle .badge {
  background-color: #f0e7d0;
  color: #761214;
}
.btn-main-gray {
  color: #333;
  background-color: rgba(221, 225, 229, 0.5);
  border-color: transparent;
}
.btn-main-gray:focus,
.btn-main-gray.focus {
  color: #333;
  background-color: rgba(192, 199, 207, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-main-gray:hover {
  color: #333;
  background-color: rgba(192, 199, 207, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-main-gray:active,
.btn-main-gray.active,
.open &gt; .dropdown-toggle.btn-main-gray {
  color: #333;
  background-color: rgba(192, 199, 207, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-main-gray:active:hover,
.btn-main-gray.active:hover,
.open &gt; .dropdown-toggle.btn-main-gray:hover,
.btn-main-gray:active:focus,
.btn-main-gray.active:focus,
.open &gt; .dropdown-toggle.btn-main-gray:focus,
.btn-main-gray:active.focus,
.btn-main-gray.active.focus,
.open &gt; .dropdown-toggle.btn-main-gray.focus {
  color: #333;
  background-color: rgba(172, 182, 191, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-main-gray:active,
.btn-main-gray.active,
.open &gt; .dropdown-toggle.btn-main-gray {
  background-image: none;
}
.btn-main-gray.disabled,
.btn-main-gray[disabled],
fieldset[disabled] .btn-main-gray,
.btn-main-gray.disabled:hover,
.btn-main-gray[disabled]:hover,
fieldset[disabled] .btn-main-gray:hover,
.btn-main-gray.disabled:focus,
.btn-main-gray[disabled]:focus,
fieldset[disabled] .btn-main-gray:focus,
.btn-main-gray.disabled.focus,
.btn-main-gray[disabled].focus,
fieldset[disabled] .btn-main-gray.focus,
.btn-main-gray.disabled:active,
.btn-main-gray[disabled]:active,
fieldset[disabled] .btn-main-gray:active,
.btn-main-gray.disabled.active,
.btn-main-gray[disabled].active,
fieldset[disabled] .btn-main-gray.active {
  background-color: rgba(221, 225, 229, 0.5);
  border-color: transparent;
}
.btn-main-gray .badge {
  color: rgba(221, 225, 229, 0.5);
  background-color: #333;
}
.btn-main-gray.btn-toggle {
  background-color: #fff;
  border-color: transparent;
  color: transparent;
}
.btn-main-gray.btn-toggle:focus,
.btn-main-gray.btn-toggle.focus {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-main-gray.btn-toggle:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-main-gray.btn-toggle:active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-main-gray.btn-toggle:active:hover,
.btn-main-gray.btn-toggle:active:focus,
.btn-main-gray.btn-toggle:active.focus {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-main-gray.btn-toggle.active {
  background-color: rgba(221, 225, 229, 0.5);
  border-color: transparent;
  color: #333;
}
.btn-main-gray.btn-toggle.active:focus,
.btn-main-gray.btn-toggle.active.focus {
  background-color: rgba(192, 199, 207, 0.5);
  border-color: rgba(0, 0, 0, 0);
  color: #333;
}
.btn-main-gray.btn-toggle.active:hover {
  background-color: rgba(192, 199, 207, 0.5);
  border-color: rgba(0, 0, 0, 0);
  color: #333;
}
.btn-main-gray.btn-toggle.active:active {
  background-color: rgba(192, 199, 207, 0.5);
  border-color: rgba(0, 0, 0, 0);
  color: #333;
}
.btn-main-gray.btn-toggle.active:active:hover,
.btn-main-gray.btn-toggle.active:active:focus,
.btn-main-gray.btn-toggle.active:active.focus {
  background-color: rgba(172, 182, 191, 0.5);
  border-color: rgba(0, 0, 0, 0);
  color: #333;
}
.btn-main-gray.btn-toggle:active,
.btn-main-gray.btn-toggle.active {
  background-image: none;
}
.btn-main-gray.btn-toggle.disabled,
.btn-main-gray.btn-toggle[disabled],
fieldset[disabled] .btn-main-gray.btn-toggle,
.btn-main-gray.btn-toggle.disabled:hover,
.btn-main-gray.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-main-gray.btn-toggle:hover,
.btn-main-gray.btn-toggle.disabled:focus,
.btn-main-gray.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-main-gray.btn-toggle:focus,
.btn-main-gray.btn-toggle.disabled.focus,
.btn-main-gray.btn-toggle[disabled].focus,
fieldset[disabled] .btn-main-gray.btn-toggle.focus,
.btn-main-gray.btn-toggle.disabled:active,
.btn-main-gray.btn-toggle[disabled]:active,
fieldset[disabled] .btn-main-gray.btn-toggle:active,
.btn-main-gray.btn-toggle.disabled.active,
.btn-main-gray.btn-toggle[disabled].active,
fieldset[disabled] .btn-main-gray.btn-toggle.active {
  background-color: rgba(221, 225, 229, 0.5);
  border-color: transparent;
  color: #333;
}
.btn-main-gray.btn-toggle .badge {
  background-color: #333;
  color: rgba(221, 225, 229, 0.5);
}
.btn-success.btn-toggle {
  background-color: #fff;
  border-color: #4cae4c;
  color: #4cae4c;
}
.btn-success.btn-toggle:focus,
.btn-success.btn-toggle.focus {
  background-color: #dff1df;
  border-color: #255625;
  color: #398439;
}
.btn-success.btn-toggle:hover {
  background-color: #dff1df;
  border-color: #398439;
  color: #398439;
}
.btn-success.btn-toggle:active {
  background-color: #dff1df;
  border-color: #398439;
  color: #398439;
}
.btn-success.btn-toggle:active:hover,
.btn-success.btn-toggle:active:focus,
.btn-success.btn-toggle:active.focus {
  background-color: #c7e6c7;
  border-color: #255625;
  color: #398439;
}
.btn-success.btn-toggle.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}
.btn-success.btn-toggle.active:focus,
.btn-success.btn-toggle.active.focus {
  background-color: #449d44;
  border-color: #255625;
  color: #fff;
}
.btn-success.btn-toggle.active:hover {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
}
.btn-success.btn-toggle.active:active {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
}
.btn-success.btn-toggle.active:active:hover,
.btn-success.btn-toggle.active:active:focus,
.btn-success.btn-toggle.active:active.focus {
  background-color: #398439;
  border-color: #255625;
  color: #fff;
}
.btn-success.btn-toggle:active,
.btn-success.btn-toggle.active {
  background-image: none;
}
.btn-success.btn-toggle.disabled,
.btn-success.btn-toggle[disabled],
fieldset[disabled] .btn-success.btn-toggle,
.btn-success.btn-toggle.disabled:hover,
.btn-success.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-success.btn-toggle:hover,
.btn-success.btn-toggle.disabled:focus,
.btn-success.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-success.btn-toggle:focus,
.btn-success.btn-toggle.disabled.focus,
.btn-success.btn-toggle[disabled].focus,
fieldset[disabled] .btn-success.btn-toggle.focus,
.btn-success.btn-toggle.disabled:active,
.btn-success.btn-toggle[disabled]:active,
fieldset[disabled] .btn-success.btn-toggle:active,
.btn-success.btn-toggle.disabled.active,
.btn-success.btn-toggle[disabled].active,
fieldset[disabled] .btn-success.btn-toggle.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}
.btn-success.btn-toggle .badge {
  background-color: #fff;
  color: #5cb85c;
}
.btn-info.btn-toggle {
  background-color: #fff;
  border-color: #46b8da;
  color: #46b8da;
}
.btn-info.btn-toggle:focus,
.btn-info.btn-toggle.focus {
  background-color: #f8fcfe;
  border-color: #1b6d85;
  color: #269abc;
}
.btn-info.btn-toggle:hover {
  background-color: #f8fcfe;
  border-color: #269abc;
  color: #269abc;
}
.btn-info.btn-toggle:active {
  background-color: #f8fcfe;
  border-color: #269abc;
  color: #269abc;
}
.btn-info.btn-toggle:active:hover,
.btn-info.btn-toggle:active:focus,
.btn-info.btn-toggle:active.focus {
  background-color: #daf1f8;
  border-color: #1b6d85;
  color: #269abc;
}
.btn-info.btn-toggle.active {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}
.btn-info.btn-toggle.active:focus,
.btn-info.btn-toggle.active.focus {
  background-color: #31b0d5;
  border-color: #1b6d85;
  color: #fff;
}
.btn-info.btn-toggle.active:hover {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #fff;
}
.btn-info.btn-toggle.active:active {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #fff;
}
.btn-info.btn-toggle.active:active:hover,
.btn-info.btn-toggle.active:active:focus,
.btn-info.btn-toggle.active:active.focus {
  background-color: #269abc;
  border-color: #1b6d85;
  color: #fff;
}
.btn-info.btn-toggle:active,
.btn-info.btn-toggle.active {
  background-image: none;
}
.btn-info.btn-toggle.disabled,
.btn-info.btn-toggle[disabled],
fieldset[disabled] .btn-info.btn-toggle,
.btn-info.btn-toggle.disabled:hover,
.btn-info.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-info.btn-toggle:hover,
.btn-info.btn-toggle.disabled:focus,
.btn-info.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-info.btn-toggle:focus,
.btn-info.btn-toggle.disabled.focus,
.btn-info.btn-toggle[disabled].focus,
fieldset[disabled] .btn-info.btn-toggle.focus,
.btn-info.btn-toggle.disabled:active,
.btn-info.btn-toggle[disabled]:active,
fieldset[disabled] .btn-info.btn-toggle:active,
.btn-info.btn-toggle.disabled.active,
.btn-info.btn-toggle[disabled].active,
fieldset[disabled] .btn-info.btn-toggle.active {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}
.btn-info.btn-toggle .badge {
  background-color: #fff;
  color: #5bc0de;
}
.btn-warning.btn-toggle {
  background-color: #fff;
  border-color: #eea236;
  color: #eea236;
}
.btn-warning.btn-toggle:focus,
.btn-warning.btn-toggle.focus {
  background-color: #fffefc;
  border-color: #985f0d;
  color: #d58512;
}
.btn-warning.btn-toggle:hover {
  background-color: #fffefc;
  border-color: #d58512;
  color: #d58512;
}
.btn-warning.btn-toggle:active {
  background-color: #fffefc;
  border-color: #d58512;
  color: #d58512;
}
.btn-warning.btn-toggle:active:hover,
.btn-warning.btn-toggle:active:focus,
.btn-warning.btn-toggle:active.focus {
  background-color: #fceedb;
  border-color: #985f0d;
  color: #d58512;
}
.btn-warning.btn-toggle.active {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}
.btn-warning.btn-toggle.active:focus,
.btn-warning.btn-toggle.active.focus {
  background-color: #ec971f;
  border-color: #985f0d;
  color: #fff;
}
.btn-warning.btn-toggle.active:hover {
  background-color: #ec971f;
  border-color: #d58512;
  color: #fff;
}
.btn-warning.btn-toggle.active:active {
  background-color: #ec971f;
  border-color: #d58512;
  color: #fff;
}
.btn-warning.btn-toggle.active:active:hover,
.btn-warning.btn-toggle.active:active:focus,
.btn-warning.btn-toggle.active:active.focus {
  background-color: #d58512;
  border-color: #985f0d;
  color: #fff;
}
.btn-warning.btn-toggle:active,
.btn-warning.btn-toggle.active {
  background-image: none;
}
.btn-warning.btn-toggle.disabled,
.btn-warning.btn-toggle[disabled],
fieldset[disabled] .btn-warning.btn-toggle,
.btn-warning.btn-toggle.disabled:hover,
.btn-warning.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-warning.btn-toggle:hover,
.btn-warning.btn-toggle.disabled:focus,
.btn-warning.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-warning.btn-toggle:focus,
.btn-warning.btn-toggle.disabled.focus,
.btn-warning.btn-toggle[disabled].focus,
fieldset[disabled] .btn-warning.btn-toggle.focus,
.btn-warning.btn-toggle.disabled:active,
.btn-warning.btn-toggle[disabled]:active,
fieldset[disabled] .btn-warning.btn-toggle:active,
.btn-warning.btn-toggle.disabled.active,
.btn-warning.btn-toggle[disabled].active,
fieldset[disabled] .btn-warning.btn-toggle.active {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}
.btn-warning.btn-toggle .badge {
  background-color: #fff;
  color: #f0ad4e;
}
.btn-danger.btn-toggle {
  background-color: #fff;
  border-color: #d43f3a;
  color: #d43f3a;
}
.btn-danger.btn-toggle:focus,
.btn-danger.btn-toggle.focus {
  background-color: #fbebea;
  border-color: #761c19;
  color: #ac2925;
}
.btn-danger.btn-toggle:hover {
  background-color: #fbebea;
  border-color: #ac2925;
  color: #ac2925;
}
.btn-danger.btn-toggle:active {
  background-color: #fbebea;
  border-color: #ac2925;
  color: #ac2925;
}
.btn-danger.btn-toggle:active:hover,
.btn-danger.btn-toggle:active:focus,
.btn-danger.btn-toggle:active.focus {
  background-color: #f4cecd;
  border-color: #761c19;
  color: #ac2925;
}
.btn-danger.btn-toggle.active {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.btn-danger.btn-toggle.active:focus,
.btn-danger.btn-toggle.active.focus {
  background-color: #c9302c;
  border-color: #761c19;
  color: #fff;
}
.btn-danger.btn-toggle.active:hover {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff;
}
.btn-danger.btn-toggle.active:active {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff;
}
.btn-danger.btn-toggle.active:active:hover,
.btn-danger.btn-toggle.active:active:focus,
.btn-danger.btn-toggle.active:active.focus {
  background-color: #ac2925;
  border-color: #761c19;
  color: #fff;
}
.btn-danger.btn-toggle:active,
.btn-danger.btn-toggle.active {
  background-image: none;
}
.btn-danger.btn-toggle.disabled,
.btn-danger.btn-toggle[disabled],
fieldset[disabled] .btn-danger.btn-toggle,
.btn-danger.btn-toggle.disabled:hover,
.btn-danger.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-danger.btn-toggle:hover,
.btn-danger.btn-toggle.disabled:focus,
.btn-danger.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-danger.btn-toggle:focus,
.btn-danger.btn-toggle.disabled.focus,
.btn-danger.btn-toggle[disabled].focus,
fieldset[disabled] .btn-danger.btn-toggle.focus,
.btn-danger.btn-toggle.disabled:active,
.btn-danger.btn-toggle[disabled]:active,
fieldset[disabled] .btn-danger.btn-toggle:active,
.btn-danger.btn-toggle.disabled.active,
.btn-danger.btn-toggle[disabled].active,
fieldset[disabled] .btn-danger.btn-toggle.active {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.btn-danger.btn-toggle .badge {
  background-color: #fff;
  color: #d9534f;
}
.btn-paypal {
  color: #333;
  background-color: #ffc439;
  border-color: #ffbc20;
}
.btn-paypal:focus,
.btn-paypal.focus {
  color: #333;
  background-color: #ffb506;
  border-color: #9f7000;
}
.btn-paypal:hover {
  color: #333;
  background-color: #ffb506;
  border-color: #e19e00;
}
.btn-paypal:active,
.btn-paypal.active,
.open &gt; .dropdown-toggle.btn-paypal {
  color: #333;
  background-color: #ffb506;
  border-color: #e19e00;
}
.btn-paypal:active:hover,
.btn-paypal.active:hover,
.open &gt; .dropdown-toggle.btn-paypal:hover,
.btn-paypal:active:focus,
.btn-paypal.active:focus,
.open &gt; .dropdown-toggle.btn-paypal:focus,
.btn-paypal:active.focus,
.btn-paypal.active.focus,
.open &gt; .dropdown-toggle.btn-paypal.focus {
  color: #333;
  background-color: #e19e00;
  border-color: #9f7000;
}
.btn-paypal:active,
.btn-paypal.active,
.open &gt; .dropdown-toggle.btn-paypal {
  background-image: none;
}
.btn-paypal.disabled,
.btn-paypal[disabled],
fieldset[disabled] .btn-paypal,
.btn-paypal.disabled:hover,
.btn-paypal[disabled]:hover,
fieldset[disabled] .btn-paypal:hover,
.btn-paypal.disabled:focus,
.btn-paypal[disabled]:focus,
fieldset[disabled] .btn-paypal:focus,
.btn-paypal.disabled.focus,
.btn-paypal[disabled].focus,
fieldset[disabled] .btn-paypal.focus,
.btn-paypal.disabled:active,
.btn-paypal[disabled]:active,
fieldset[disabled] .btn-paypal:active,
.btn-paypal.disabled.active,
.btn-paypal[disabled].active,
fieldset[disabled] .btn-paypal.active {
  background-color: #ffc439;
  border-color: #ffbc20;
}
.btn-paypal .badge {
  color: #ffc439;
  background-color: #333;
}
.btn-paypal img {
  height: 22.000008px;
  margin: -3px 0;
  vertical-align: top;
}
.btn-paypal.btn-lg img {
  height: 28.666662px;
  margin: -5px 0;
}
.btn-paypal.btn-sm img {
  height: 21.5px;
  margin: -2.5px 0;
}
.btn-paypal.btn-sm img {
  height: 17.5px;
  margin: -0.5px 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  background: #fff;
  font-size: 100px;
  text-align: right;
  outline: none;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  cursor: inherit;
}
.btn-icon {
  background: none;
  border: none;
  padding: 0;
  color: #333333 !important;
}
.btn-icon:focus,
.btn-icon.focus,
.btn-icon:hover,
.btn-icon:active,
.btn-icon.active {
  background: none;
  border: none;
  color: #1a1a1a !important;
}
.btn-icon.btn-primary {
  color: #761214 !important;
}
.btn-icon.btn-primary:focus,
.btn-icon.btn-primary.focus,
.btn-icon.btn-primary:hover,
.btn-icon.btn-primary:active,
.btn-icon.btn-primary.active {
  background: none;
  border: none;
  color: #4a0b0c !important;
}
.btn-icon.btn-secondary {
  color: #761214 !important;
}
.btn-icon.btn-secondary:focus,
.btn-icon.btn-secondary.focus,
.btn-icon.btn-secondary:hover,
.btn-icon.btn-secondary:active,
.btn-icon.btn-secondary.active {
  background: none;
  border: none;
  color: #4a0b0c !important;
}
.btn-icon.btn-tertiary {
  color: #761214 !important;
}
.btn-icon.btn-tertiary:focus,
.btn-icon.btn-tertiary.focus,
.btn-icon.btn-tertiary:hover,
.btn-icon.btn-tertiary:active,
.btn-icon.btn-tertiary.active {
  background: none;
  border: none;
  color: #4a0b0c !important;
}
.btn-icon.btn-success {
  color: #5cb85c !important;
}
.btn-icon.btn-success:focus,
.btn-icon.btn-success.focus,
.btn-icon.btn-success:hover,
.btn-icon.btn-success:active,
.btn-icon.btn-success.active {
  background: none;
  border: none;
  color: #449d44 !important;
}
.btn-icon.btn-info {
  color: #5bc0de !important;
}
.btn-icon.btn-info:focus,
.btn-icon.btn-info.focus,
.btn-icon.btn-info:hover,
.btn-icon.btn-info:active,
.btn-icon.btn-info.active {
  background: none;
  border: none;
  color: #31b0d5 !important;
}
.btn-icon.btn-warning {
  color: #f0ad4e !important;
}
.btn-icon.btn-warning:focus,
.btn-icon.btn-warning.focus,
.btn-icon.btn-warning:hover,
.btn-icon.btn-warning:active,
.btn-icon.btn-warning.active {
  background: none;
  border: none;
  color: #ec971f !important;
}
.btn-icon.btn-danger {
  color: #d9534f !important;
}
.btn-icon.btn-danger:focus,
.btn-icon.btn-danger.focus,
.btn-icon.btn-danger:hover,
.btn-icon.btn-danger:active,
.btn-icon.btn-danger.active {
  background: none;
  border: none;
  color: #c9302c !important;
}
.btn-text {
  background: none;
  border: none;
  padding: 0;
}
.btn-text:not([href]) {
  cursor: default;
}
.btn-text.btn-default:focus,
.btn-text.btn-default.focus,
.btn-text.btn-default:hover,
.btn-text.btn-default:active,
.btn-text.btn-default.active {
  color: #333333;
  background-color: #fff;
  border-color: #4d4d4d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-gray-80:focus,
.btn-text.btn-gray-80.focus,
.btn-text.btn-gray-80:hover,
.btn-text.btn-gray-80:active,
.btn-text.btn-gray-80.active {
  color: #333333;
  background-color: #cccccc;
  border-color: #bfbfbf;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-gray-90:focus,
.btn-text.btn-gray-90.focus,
.btn-text.btn-gray-90:hover,
.btn-text.btn-gray-90:active,
.btn-text.btn-gray-90.active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-gray-95:focus,
.btn-text.btn-gray-95.focus,
.btn-text.btn-gray-95:hover,
.btn-text.btn-gray-95:active,
.btn-text.btn-gray-95.active {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-primary:focus,
.btn-text.btn-primary.focus,
.btn-text.btn-primary:hover,
.btn-text.btn-primary:active,
.btn-text.btn-primary.active {
  color: #f0e7d0;
  background-color: #761214;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-secondary:focus,
.btn-text.btn-secondary.focus,
.btn-text.btn-secondary:hover,
.btn-text.btn-secondary:active,
.btn-text.btn-secondary.active {
  color: #f0e7d0;
  background-color: #761214;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-tertiary:focus,
.btn-text.btn-tertiary.focus,
.btn-text.btn-tertiary:hover,
.btn-text.btn-tertiary:active,
.btn-text.btn-tertiary.active {
  color: #f0e7d0;
  background-color: #761214;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-success:focus,
.btn-text.btn-success.focus,
.btn-text.btn-success:hover,
.btn-text.btn-success:active,
.btn-text.btn-success.active {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-info:focus,
.btn-text.btn-info.focus,
.btn-text.btn-info:hover,
.btn-text.btn-info:active,
.btn-text.btn-info.active {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-warning:focus,
.btn-text.btn-warning.focus,
.btn-text.btn-warning:hover,
.btn-text.btn-warning:active,
.btn-text.btn-warning.active {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-danger:focus,
.btn-text.btn-danger.focus,
.btn-text.btn-danger:hover,
.btn-text.btn-danger:active,
.btn-text.btn-danger.active {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-paypal:focus,
.btn-text.btn-paypal.focus,
.btn-text.btn-paypal:hover,
.btn-text.btn-paypal:active,
.btn-text.btn-paypal.active {
  color: #333;
  background-color: #ffc439;
  border-color: #ffbc20;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-text.btn-main-gray:focus,
.btn-text.btn-main-gray.focus,
.btn-text.btn-main-gray:hover,
.btn-text.btn-main-gray:active,
.btn-text.btn-main-gray.active {
  color: #333;
  background-color: rgba(221, 225, 229, 0.5);
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-xl {
  padding: 15px 24px;
  font-size: 21px;
  line-height: 1.9999995;
  border-radius: 6px;
}
.btn-cta {
  display: block;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 4px;
}
.btn-cta + .btn-cta {
  margin-top: 4px;
}
input[type="submit"].btn-cta,
input[type="reset"].btn-cta,
input[type="button"].btn-cta {
  width: 100%;
}
.btn-widget {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-widget &gt; .btn-widget-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.btn-widget .btn-widget-content {
  width: 100%;
}
.btn-widget .btn-widget-content .btn-widget-icon img,
.btn-widget .btn-widget-content .btn-widget-icon svg {
  display: block;
}
.btn-widget .btn-widget-content.icon-top,
.btn-widget .btn-widget-content.icon-bottom {
  display: block;
}
.btn-widget .btn-widget-content.icon-top .btn-widget-label,
.btn-widget .btn-widget-content.icon-bottom .btn-widget-label,
.btn-widget .btn-widget-content.icon-top .btn-widget-icon,
.btn-widget .btn-widget-content.icon-bottom .btn-widget-icon {
  display: block;
  text-align: center;
}
.btn-widget .btn-widget-content.icon-right,
.btn-widget .btn-widget-content.icon-left {
  display: table;
  table-layout: auto;
}
.btn-widget .btn-widget-content.icon-right .btn-widget-label,
.btn-widget .btn-widget-content.icon-left .btn-widget-label,
.btn-widget .btn-widget-content.icon-right .btn-widget-icon,
.btn-widget .btn-widget-content.icon-left .btn-widget-icon {
  display: table-cell;
  vertical-align: middle;
}
.btn-widget .btn-widget-content.icon-right .btn-widget-label,
.btn-widget .btn-widget-content.icon-left .btn-widget-label {
  width: 100%;
}
.round-close-button {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 19px;
  top: 25px;
  min-width: 50px;
  min-height: 50px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  color: #333;
  opacity: 1;
  z-index: 1080;
}
.round-close-button:hover {
  color: #761214;
}
.modal {
  display: block;
  opacity: 1;
}
.modal.fade .modal-dialog {
  animation: slide-down 0.3s ease-out forwards;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.modal.slideUp .modal-dialog {
  animation: slide-up 0.4s ease-out forwards;
}
@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(90vh);
    -ms-transform: translateY(90vh);
    -o-transform: translateY(90vh);
    transform: translateY(90vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 36%);
    -ms-transform: translate(0, 36%);
    -o-transform: translate(0, 36%);
    transform: translate(0, 36%);
  }
}
.modal.slideUp.slideDown .modal-dialog {
  animation: slide-close 0.4s ease-out forwards;
  transition: 0.3s;
}
@keyframes slide-close {
  0% {
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -o-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
  100% {
    -webkit-transform: translate(0, 120%);
    -ms-transform: translate(0, 120%);
    -o-transform: translate(0, 120%);
    transform: translate(0, 120%);
  }
}
.toggle &gt; .toggle-in {
  display: block;
  cursor: pointer;
}
.toggle &gt; .toggle-out {
  display: none;
}
.toggle.in &gt; .toggle-in {
  display: none;
}
.toggle.in &gt; .toggle-out {
  display: block;
  cursor: pointer;
}
.toggle-hover &gt; .toggle-in {
  display: none;
}
.toggle-hover &gt; .toggle-out {
  display: block;
}
.toggle-hover:hover &gt; .toggle-in,
.toggle-hover:focus &gt; .toggle-in {
  display: block;
}
.toggle-hover:hover &gt; .toggle-out,
.toggle-hover:focus &gt; .toggle-out {
  display: none;
}
.collapse-part {
  position: relative !important;
  visibility: visible !important;
  height: 0;
  display: block;
}
tr.collapse-part {
  display: table-row;
}
tbody.collapse-part {
  display: table-row-group;
}
.collapse-part.in,
tr.collapse-part.in,
tbody.collapse-part.in {
  height: auto;
}
.collapse-part.in &gt; .fade-out {
  display: none;
}
.dropup,
.dropdown {
  max-width: 100%;
  z-index: 1010;
}
.dropup.open,
.dropdown.open {
  z-index: 1011;
}
.dropdown-toggle.btn {
  display: flex;
  align-items: center;
  text-align: left;
  white-space: normal;
}
.dropdown-toggle.btn span:first-child {
  flex-grow: 1;
}
.dropdown-toggle.btn span:last-child {
  flex-grow: 0;
}
.dropdown-toggle.btn.justify-space-between {
  justify-content: space-between;
}
.dropdown-toggle.btn.btn-block {
  justify-content: center;
}
.dropdown-toggle.btn.btn-block span:first-child {
  flex-grow: 0;
}
.dropdown-toggle:focus {
  outline: none;
}
.dropdown-toggle:focus:not(:focus-visible) {
  outline: none;
}
.dropdown-toggle:focus-visible {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-offset: 1px;
}
.dropdown-toggle .fa-caret-down {
  transform: rotate(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dropdown-toggle:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline-offset: 1px;
  }
}
.dropdown-menu &gt; li &gt; a,
.dropdown-menu &gt; li &gt; button {
  padding: 4px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu &gt; li &gt; a.overflow-visible,
.dropdown-menu &gt; li &gt; button.overflow-visible {
  overflow: visible;
}
.dropdown-menu &gt; li &gt; a.white-space-normal,
.dropdown-menu &gt; li &gt; button.white-space-normal {
  white-space: normal;
}
.dropdown-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 9999;
  border-radius: 3px;
  max-height: calc(70vh - 29px);
  overflow-y: auto;
}
.open &gt; .dropdown-menu {
  max-height: 96vh;
  overflow-y: auto;
}
.dropdown-menu.dropdown-menu-combobox &gt; li,
.dropdown-menu &gt; li &gt; a,
.dropdown-menu li &gt; button {
  padding: 8px 32px 8px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu li {
  -webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  cursor: pointer;
  line-height: 25px;
  min-height: 42px;
  text-decoration: none;
  list-style-type: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu li.overflow-visible {
  overflow: visible;
}
.dropdown-menu-combobox &gt; li,
.dropdown-menu &gt; li &gt; button {
  min-height: 42px;
  text-align: left;
  width: 100%;
}
.dropdown-menu-combobox &gt; li.focused,
.dropdown-menu &gt; li &gt; button.focused,
.dropdown-menu-combobox &gt; li:hover,
.dropdown-menu &gt; li &gt; button:hover,
.dropdown-menu-combobox &gt; li:focus,
.dropdown-menu &gt; li &gt; button:focus {
  text-decoration: none;
  color: #ffff;
  background-color: #761214;
}
.dropdown-menu-combobox &gt; li.active,
.dropdown-menu &gt; .active &gt; button,
.dropdown-menu-combobox &gt; li.active:hover,
.dropdown-menu &gt; .active &gt; button:hover,
.dropdown-menu-combobox &gt; li.active:focus,
.dropdown-menu &gt; .active &gt; button:focus {
  color: #f0e7d0;
  text-decoration: none;
  outline: 0;
  background-color: #761214;
}
.dropdown-backdrop {
  position: static;
}
:root {
  --duet-color-primary: #761214;
  --duet-color-text: #333;
  --duet-color-text-active: #fff;
  --duet-color-placeholder: #666;
  --duet-color-button: #f5f5f5;
  --duet-color-surface: #fff;
  --duet-color-overlay: rgba(0, 0, 0, 0.8);
  --duet-color-border: #333;
  --duet-font: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --duet-font-normal: 400;
  --duet-font-bold: 600;
  --duet-radius: 0;
  --duet-z-index: 600;
}
.duet-date__day {
  font-size: 1.2rem;
}
.duet-date__day[aria-selected="true"] {
  background: #761214;
  box-shadow: none;
  color: var(--duet-color-surface);
  outline: 0;
}
.duet-date__cell button {
  margin-bottom: 7px;
}
.duet-date__table-header {
  padding-bottom: 11px;
}
.duet-date__dialog-content {
  background: #ffffff;
}
@media screen and (max-width: 35.9375em) {
  .duet-date__dialog.is-left.is-active {
    width: 100%;
  }
}
.duet-date__dialog {
  z-index: 999999999999999999999;
}
.has-error .duet-date__input {
  border-color: #D01111;
  background: #FFF5F4;
}
.duet-date__input {
  border: 1px solid #8c8c8c;
  padding-top: 8px;
  padding-bottom: 8px;
}
.duet-date__toggle svg {
  width: 45%;
}
.duet-date__table-header {
  text-align: center;
  font-size: 1rem;
}
.duet-date__mobile .duet-date__close {
  background: transparent;
  height: 27px;
  width: 27px;
}
.duet-date__mobile .duet-date__close svg {
  width: 30px;
  height: 30px;
}
.submitClaims-page .duet-date__input {
  padding: 7px 60px 6px 14px;
  border-radius: 0;
}
.input-group {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
.input-group .form-control {
  flex-grow: 1;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: block;
  width: auto;
}
.input-group-addon,
.input-group-btn {
  z-index: 49;
}
.input-group .form-control:focus-visible {
  z-index: 50;
}
.input-group-addon,
.input-group-btn {
  display: flex;
  align-items: center;
  flex-grow: 0;
}
.input-group-merge {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-merge:before,
.input-group-merge:after {
  content: " ";
  display: table;
}
.input-group-merge:after {
  clear: both;
}
.input-group-merge:focus {
  border-color: #101828;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(16, 24, 40, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(16, 24, 40, 0.6);
}
.input-group-merge [class*="col-"] {
  border: 0 solid #667085;
}
.input-group-merge .form-control,
.input-group-merge .input-group-addon {
  min-height: 28px;
  background-color: transparent;
  box-shadow: none;
  padding-left: 12px / 2;
  padding-right: 12px / 2;
  border-width: 0;
}
.input-group-merge .form-control:focus,
.input-group-merge .input-group-addon:focus {
  z-index: 3;
}
.input-group-merge .bootstrap-select button {
  padding-left: 12px / 2;
  border-width: 0;
}
.input-group-merge .bootstrap-select button.btn-link:not(.bs-placeholder),
.input-group-merge .bootstrap-select button.btn-link:not(.bs-placeholder):hover,
.input-group-merge .bootstrap-select button.btn-link:not(.bs-placeholder):focus {
  color: #667085;
}
.input-group-merge .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.input-group-merge .bootstrap-select .dropdown-menu a:focus {
  outline: none;
}
.input-group-merge .input-group-btn .btn {
  padding: 4px 10px;
  margin: 2px;
  border: 0;
  border-radius: 0;
}
.input-group-merge .input-group-btn:first-child .btn,
.input-group-merge .input-group-btn:first-child .btn-group {
  margin-right: 0;
  border-right: 0;
}
.input-group-merge .input-group-btn:last-child .btn,
.input-group-merge .input-group-btn:last-child .btn-group {
  margin-left: 0;
  border-left: 0;
}
.input-group-merge-open .form-control,
.input-group-merge-open .input-group-addon {
  text-align: center;
}
.input-group-merge-open .input-group-addon {
  background-color: transparent;
  border-width: 0;
}
.input-group.input-quantity {
  min-width: 96px;
  max-width: 142px;
}
.input-group.input-quantity .input-group-btn,
.input-group.input-quantity .input-group-btn .btn {
  height: 100%;
}
.input-group.input-quantity .input-group-btn .btn:disabled {
  opacity: 1;
}
.input-group.date.start-date,
.input-group.date.end-date {
  width: 100%;
}
.save-reset-password button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.3;
}
span.error {
  color: #D92D20;
}
ul.password-warnings {
  list-style-type: none;
  gap: 8px;
}
ul.password-warnings li.success {
  color: #027A48;
}
ul.password-warnings li.error {
  color: #D92D20;
}
ul.password-warnings li i.error {
  color: #D92D20;
}
ul.password-warnings li i.success {
  color: #027A48;
}
ul.password-warnings li i.fa-check-circle,
ul.password-warnings li i.fa-exclamation-circle {
  margin-right: 6px;
}
ul.password-warnings li i.fa-circle {
  font-size: 5px;
  margin-right: 8px;
}
.border-primary {
  border-color: #761214;
}
.nav &gt; li &gt; p {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 7px 15px;
}
.nav-tabs &gt; li &gt; p {
  margin-right: 2px;
  line-height: 1.333334;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li a:focus {
  outline: none;
}
.nav-tabs button {
  margin-right: 2px;
  line-height: 1.333334;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  display: block;
  padding: 7px 15px;
  border: none;
}
.nav-tabs button.active {
  color: #333;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  margin-bottom: -1px;
}
.nav-tabs button:hover,
.nav-tabs button:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.nav-pills &gt; li &gt; p {
  border-radius: 4px;
}
.nav-pills-link &gt; li &gt; a {
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
}
.nav-pills-link &gt; li &gt; a:hover,
.nav-pills-link &gt; li &gt; a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.nav-pills-link &gt; li + li {
  margin-left: 0;
}
.nav-pills-link &gt; li.active &gt; a,
.nav-pills-link &gt; li.active &gt; a:hover,
.nav-pills-link &gt; li.active &gt; a:focus {
  background-color: transparent;
}
.nav-justified.nav-justified-fixed {
  display: table;
  table-layout: fixed;
}
.nav-justified &gt; li &gt; p {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; li.text-left &gt; a,
.nav-justified &gt; li.text-left &gt; p {
  text-align: left;
}
.nav-justified &gt; li.text-justify &gt; a {
  padding-right: 28px;
  text-align: left;
}
.nav-justified &gt; li.text-justify &gt; a &gt; .fa,
.nav-justified &gt; li.text-justify &gt; a &gt; .fas,
.nav-justified &gt; li.text-justify &gt; a &gt; .far,
.nav-justified &gt; li.text-justify &gt; a &gt; .fal,
.nav-justified &gt; li.text-justify &gt; a &gt; .fad,
.nav-justified &gt; li.text-justify &gt; a &gt; .fab {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.nav-justified &gt; li.text-justify &gt; p {
  text-align: left;
}
.nav-justified &gt; li.text-justify &gt; .dropdown-menu {
  width: 100%;
}
@media (min-width: 768px) {
  .nav-justified &gt; li &gt; p {
    margin-bottom: 0;
  }
}
.nav-tabs-justified &gt; li &gt; p {
  margin-right: 0;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; p {
    border-bottom: 1px solid #cccccc;
    border-radius: 4px 4px 0 0;
  }
}
.nav-justified.nav-justified-xs &gt; li {
  display: table-cell;
  width: 1%;
}
.nav-justified.nav-justified-xs &gt; li &gt; a {
  margin-bottom: 0;
}
.nav-tabs.nav-justified.nav-justified-xs &gt; li &gt; a {
  border-bottom: 1px solid #cccccc;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified.nav-justified-xs &gt; .active &gt; a,
.nav-tabs.nav-justified.nav-justified-xs &gt; .active &gt; a:hover,
.nav-tabs.nav-justified.nav-justified-xs &gt; .active &gt; a:focus {
  border-bottom-color: #fff;
}
.tab-content-toggle {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #cccccc;
}
#mainNav .nav &gt; li &gt; a {
  padding: 7px 15px !important;
}
#mainNav .dropdown-menu {
  padding: 0 0 5px;
}
#mainNav .dropdown-menu &gt; li &gt; a {
  padding: 7px 15px !important;
}
.navbar {
  max-height: 51px;
}
.img-responsive,
.navbar-header &gt; .navbar-nav &gt; li &gt; a.navbar-brand &gt; img,
.timg &gt; .image &gt; *:not(.btn-group):not(.caption-in-image) {
  display: block;
  max-width: 100%;
  height: auto;
}
.navbar-collapse {
  height: 50px;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: 50px !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.testing-details,
.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
}
.testing-details {
  background: #761214;
  color: #f0e7d0;
  z-index: 1032;
}
.topbar {
  background: #761214;
  color: #f0e7d0;
  z-index: 1031;
}
.topbar a {
  color: #f0e7d0;
}
.topbar a:hover,
.topbar a:focus {
  color: #dc2a27;
  text-decoration: none;
}
body.testing .topbar {
  top: 80px;
}
.navbar-fixed-top {
  top: 80px;
}
html.no-topbar .navbar-fixed-top {
  top: 0;
}
body.testing .navbar-fixed-top {
  top: 160px;
}
html.no-topbar body.testing .navbar-fixed-top {
  top: 80px;
}
.navbar-header &gt; .navbar-nav {
  margin: 0;
}
.navbar-header &gt; .navbar-nav &gt; li &gt; a {
  padding: 17px 4px;
  border-right: 1px solid transparent;
}
.navbar-header &gt; .navbar-nav &gt; li &gt; a.navbar-brand {
  overflow: hidden;
  margin-left: 0;
  padding: 0 8px;
  border-right: none;
}
.navbar-header &gt; .navbar-nav &gt; li &gt; a.navbar-brand &gt; img {
  position: relative;
  top: 50%;
  max-height: 34px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .navbar-header &gt; .navbar-nav &gt; li &gt; a.navbar-brand &gt; img {
    max-width: 80px;
  }
}
.navbar-header &gt; .navbar-nav &gt; li &gt; a &gt; .fa-2x {
  display: block;
  position: relative;
  top: 4px;
  margin-top: -8px;
}
.navbar-header &gt; .navbar-nav &gt; li:first-child &gt; a {
  border-left: 1px solid transparent;
}
.navbar-header &gt; .navbar-nav &gt; li:first-child &gt; a.navbar-brand {
  border-left: none;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; li:first-child &gt; a {
  border-color: #e7e7e7;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  border-color: #080808;
}
.navbar-inverse .navbar-nav &gt; li:first-child &gt; a {
  border-color: #080808;
}
.navbar-style {
  background-color: #761214;
  border-color: #4a0b0c;
}
.navbar-style .navbar-brand {
  color: #f0e7d0;
}
.navbar-style .navbar-brand:hover,
.navbar-style .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-style .navbar-text {
  color: #f0e7d0;
}
.navbar-style .navbar-nav &gt; li:first-child &gt; a {
  border-color: #4a0b0c;
}
.navbar-style .navbar-nav &gt; li &gt; a {
  border-color: #4a0b0c;
  color: #f0e7d0;
}
.navbar-style .navbar-nav &gt; li &gt; a:hover,
.navbar-style .navbar-nav &gt; li &gt; a:focus {
  color: #dc2a27;
  background-color: transparent;
}
.navbar-style .navbar-nav &gt; .active &gt; a,
.navbar-style .navbar-nav &gt; .active &gt; a:hover,
.navbar-style .navbar-nav &gt; .active &gt; a:focus {
  color: #f0e7d0;
  background-color: #4a0b0c;
}
.navbar-style .navbar-nav &gt; .disabled &gt; a,
.navbar-style .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-style .navbar-nav &gt; .disabled &gt; a:focus {
  color: 87.84313725%;
  background-color: transparent;
}
.navbar-style .navbar-toggle {
  border-color: #333;
}
.navbar-style .navbar-toggle:hover,
.navbar-style .navbar-toggle:focus {
  background-color: #333;
}
.navbar-style .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-style .navbar-collapse,
.navbar-style .navbar-form {
  border-color: #570d0f;
}
.navbar-style .navbar-nav &gt; .open &gt; a,
.navbar-style .navbar-nav &gt; .open &gt; a:hover,
.navbar-style .navbar-nav &gt; .open &gt; a:focus {
  background-color: #4a0b0c;
  color: #f0e7d0;
}
@media (max-width: 767px) {
  .navbar-style .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #4a0b0c;
  }
  .navbar-style .navbar-nav .open .dropdown-menu .divider {
    background-color: #4a0b0c;
  }
  .navbar-style .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #f0e7d0;
  }
  .navbar-style .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-style .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #dc2a27;
    background-color: transparent;
  }
  .navbar-style .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-style .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-style .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #f0e7d0;
    background-color: #4a0b0c;
  }
  .navbar-style .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-style .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-style .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: 87.84313725%;
    background-color: transparent;
  }
}
.navbar-style .navbar-link {
  color: #f0e7d0;
}
.navbar-style .navbar-link:hover {
  color: #dc2a27;
}
.navbar-style .btn-link {
  color: #f0e7d0;
}
.navbar-style .btn-link:hover,
.navbar-style .btn-link:focus {
  color: #dc2a27;
}
.navbar-style .btn-link[disabled]:hover,
fieldset[disabled] .navbar-style .btn-link:hover,
.navbar-style .btn-link[disabled]:focus,
fieldset[disabled] .navbar-style .btn-link:focus {
  color: 87.84313725%;
}
#desktop_breadcrumb a,
#desktop_breadcrumb li,
#desktop_breadcrumb span {
  color: #333;
  font-size: 13px;
}
#desktop_breadcrumb a:hover,
#desktop_breadcrumb a span:hover {
  color: #761214;
}
#desktop_breadcrumb.breadcrumb {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0 25px 0;
}
#desktop_breadcrumb span {
  font-size: 13px;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb &gt; li span:first-child::before {
  padding: 0 5px 0 5px;
  color: #333;
}
.breadcrumb &gt; li + li.no-separator::before,
.breadcrumb &gt; li span.no-separator:first-child::before {
  content: none;
  padding: 0;
}
.copy-link {
  padding-top: 20px;
}
@media screen and (max-width: 1000px) {
  .copy-link {
    display: none;
  }
}
.breadcrumb-icon-outdent {
  padding-left: 2em;
}
.breadcrumb-icon-outdent &gt; li:first-child {
  margin-left: -2em;
}
.pagination {
  vertical-align: top;
}
.pagination .no-hover {
  pointer-events: none;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  border: 1px solid #737373;
}
.pagify a.selected {
  text-decoration: underline;
}
footer {
  flex-shrink: 0;
  background-color: #761214;
  padding: 32px 0;
  color: #f0e7d0;
  z-index: 500;
  font-weight: 500;
}
footer a {
  display: inline-block;
  padding: 4px 0;
}
footer a,
footer .btn-link {
  color: #f0e7d0;
  font-weight: 500;
}
footer a:hover,
footer .btn-link:hover,
footer a:focus,
footer .btn-link:focus {
  color: #dc2a27;
}
footer a.img-responsive {
  vertical-align: top;
}
footer a.img-responsive:hover,
footer a.img-responsive:focus {
  text-decoration: none;
}
footer a.img-responsive img {
  max-height: 3em;
  vertical-align: top;
}
#FAB {
  cursor: pointer;
  background-color: #fff;
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 100px;
  color: #333;
  position: fixed;
  z-index: 501;
  bottom: 1rem;
  right: 1rem;
  border: solid 1.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#FAB &gt; img {
  color: white;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  object-fit: contain;
}
#FAB.open {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  height: auto;
  width: auto;
  cursor: default;
  border-radius: 7px;
}
#FAB.open #ex-button {
  z-index: 1;
  display: inline-block;
}
#FAB.open &gt; img {
  opacity: 0;
}
#FAB.open &gt; .x-table {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}
#FAB .x-table {
  opacity: 0;
  z-index: -1;
  padding: 15px;
}
#FAB .table-entry {
  padding: 8px 0;
}
#FAB .table-entry span {
  border-bottom: solid 1.5px;
  padding-bottom: 3px;
}
#FAB .table-entry &gt; div:first-child {
  padding-bottom: 6px;
}
#FAB #ex-button {
  top: 0;
  right: 0;
  height: 30px;
  width: 25px;
  z-index: -1;
  border: solid 1.5px #333;
  border-bottom: none;
  cursor: pointer;
  border-top-right-radius: 5px;
  background-color: #333;
  display: none;
  position: absolute;
}
#FAB #ex-button span {
  background: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px;
  margin-left: 1px;
}
#FAB #ex-button span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#FAB h2 {
  margin: 0;
  font-size: 38px;
}
.label {
  padding: 0.3em 0.6em 0.4em;
}
.label-primary {
  background-color: #761214;
  color: #f0e7d0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4a0b0c;
}
a.label-primary:hover,
a.label-primary:focus {
  color: #f0e7d0;
}
.label-secondary {
  background-color: #761214;
  color: #f0e7d0;
}
.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #4a0b0c;
}
a.label-secondary:hover,
a.label-secondary:focus {
  color: #f0e7d0;
}
.label-tertiary {
  background-color: #761214;
  color: #f0e7d0;
}
.label-tertiary[href]:hover,
.label-tertiary[href]:focus {
  background-color: #4a0b0c;
}
a.label-tertiary:hover,
a.label-tertiary:focus {
  color: #f0e7d0;
}
.label.label-solo {
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 0.7em;
  font-size: inherit;
  white-space: normal;
  vertical-align: top;
}
.timg {
  display: block;
  position: relative;
  background-color: #fff;
  margin-bottom: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-transition: background-color .2s ease-in-out, background-image .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, background-image .2s ease-in-out, border .2s ease-in-out;
  transition: background-color .2s ease-in-out, background-image .2s ease-in-out, border .2s ease-in-out;
}
.timg:hover:not(.timg-no-hover),
.timg:focus:not(.timg-no-hover) {
  border-color: #761214;
}
.timg:hover:not(.timg-no-hover) .caption,
.timg:focus:not(.timg-no-hover) .caption {
  color: #f0e7d0;
}
.timg:hover:not(.timg-no-hover) .caption span,
.timg:focus:not(.timg-no-hover) .caption span {
  color: #f0e7d0;
}
.timg &gt; .image {
  display: block;
  position: relative;
  height: 96px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.timg &gt; .image &gt; *:not(.btn-group):not(.caption-in-image) {
  position: absolute;
  /* @noflip */
  left: 50%;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.timg &gt; .image &gt; *.btn-group {
  position: absolute;
  right: 0;
  bottom: 0;
}
.timg .caption-in-image {
  height: 100%;
  display: flex;
  flex-direction: column;
  bottom: 0;
  justify-content: end;
  width: 100%;
  padding: 8px;
  color: #fff;
  z-index: 100;
  position: absolute;
}
.timg .caption-in-image .light-small {
  color: #CCCCCC;
  font-size: 10.5px;
}
.timg &gt; .caption {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  color: #333333;
  word-wrap: break-word;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.timg &gt; .caption + .caption {
  padding-top: 0;
}
.timg &gt; .caption span {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.timg &gt; .caption &gt; *:last-child {
  margin-bottom: 0;
}
.timg &gt; .caption:hover,
.timg &gt; .caption:focus {
  text-decoration: none;
}
.timg &gt; .toolbar .btn-group &gt; .btn-group &gt; .btn {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}
.timg &gt; .toolbar .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.timg &gt; .toolbar .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-top-left-radius: 0;
}
.timg &gt; .toolbar .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-right-radius: 0;
}
.timg &gt; .toolbar .btn-group &gt; .btn-group:only-child &gt; .btn:only-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.timg &gt; .toolbar .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.timg &gt; .toolbar .btn-group-justified &gt; .btn:first-child,
.timg &gt; .toolbar .btn-group-justified &gt; .btn-group:first-child {
  width: 3%;
}
.timg.timg-inset &gt; .image {
  margin: 8px;
  border-radius: 0;
}
.timg.timg-inset &gt; .image + .caption {
  padding-top: 0;
}
.timg.timg-inset.timg-caption-overlay &gt; .image {
  border-radius: 0;
}
.timg.timg-inset.timg-caption-overlay &gt; .image + .caption {
  padding-top: 8px;
}
.timg.timg-cover-x &gt; .image img {
  width: 100.5%;
  height: auto;
  max-height: none;
}
.timg.timg-cover-y &gt; .image img {
  width: auto;
  height: 100.5%;
  max-width: none;
}
.timg.timg-center-xy &gt; .image img {
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
}
.timg.timg-disabled &gt; .image img {
  filter: blur(1px) grayscale(100%) opacity(50%);
}
.timg[class*="timg-caption-open"] {
  margin-bottom: 48px;
}
.timg[class*="timg-caption-open"]:hover:not(.timg-no-hover) .caption,
.timg[class*="timg-caption-open"]:focus:not(.timg-no-hover) .caption {
  color: #333333;
}
.timg[class*="timg-caption-open"]:hover:not(.timg-no-hover) .caption span,
.timg[class*="timg-caption-open"]:focus:not(.timg-no-hover) .caption span {
  color: #333333;
}
.timg[class*="timg-caption-open"] &gt; .image {
  border-radius: 3px;
}
.timg[class*="timg-caption-open"].timg-inset &gt; .image + .caption {
  padding-top: 8px;
}
.timg[class*="timg-caption-open"] &gt; .caption {
  position: absolute;
  width: 100%;
}
.timg.timg-caption-open-1 {
  margin-bottom: 16px;
}
.timg.timg-caption-open-2 {
  margin-bottom: 32px;
}
.timg.timg-caption-open-3 {
  margin-bottom: 48px;
}
.timg.timg-caption-open-4 {
  margin-bottom: 64px;
}
.timg.timg-caption-open-5 {
  margin-bottom: 80px;
}
.timg.timg-caption-open-6 {
  margin-bottom: 96px;
}
.timg.timg-caption-open-7 {
  margin-bottom: 112px;
}
.timg.timg-caption-open-8 {
  margin-bottom: 128px;
}
.timg.timg-caption-overlay &gt; .image {
  height: 128px;
  border-radius: 3px;
}
.timg.timg-caption-overlay &gt; .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-linear-gradient(top, rgba(118, 18, 20, 0.6) 0%, rgba(118, 18, 20, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(118, 18, 20, 0.6) 0%, rgba(118, 18, 20, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(118, 18, 20, 0.6) 0%, rgba(118, 18, 20, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99761214', endColorstr='#cc761214', GradientType=0);
  color: #f0e7d0;
}
.timg.timg-caption-overlay:hover .caption,
.timg.timg-caption-overlay:focus .caption {
  background-image: -webkit-linear-gradient(top, rgba(118, 18, 20, 0.6) 0%, rgba(118, 18, 20, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(118, 18, 20, 0.6) 0%, rgba(118, 18, 20, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(118, 18, 20, 0.6) 0%, rgba(118, 18, 20, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99761214', endColorstr='#cc761214', GradientType=0);
}
.timg.timg-open {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.timg.timg-open:hover,
.timg.timg-open:focus {
  background-color: transparent;
}
.timg.timg-open &gt; .image {
  border-radius: 4px;
}
.timg.timg-overlay &gt; .image {
  height: 128px;
  border-radius: 3px;
}
.timg.timg-overlay &gt; .image::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
  content: "";
}
.timg.timg-overlay &gt; .image:focus-visible {
  outline: 5px solid #0f75fe;
}
.timg.timg-overlay &gt; .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 4px 4px;
  color: #fff;
}
.timg.timg-circle {
  border-radius: 50%;
}
.timg.timg-circle &gt; .image {
  border-radius: 50%;
}
.timg.timg-no-hover:hover,
.timg.timg-no-hover:focus {
  text-decoration: none;
}
.timg.timg-no-hover.timg-caption-overlay:hover .caption,
.timg.timg-no-hover.timg-caption-overlay:focus .caption {
  background-image: -webkit-linear-gradient(top, rgba(118, 18, 20, 0.6) 0%, rgba(118, 18, 20, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(118, 18, 20, 0.6) 0%, rgba(118, 18, 20, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(118, 18, 20, 0.6) 0%, rgba(118, 18, 20, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99761214', endColorstr='#cc761214', GradientType=0);
  color: #f0e7d0;
}
.timg.timg-no-hover.timg-caption-overlay:hover .caption span,
.timg.timg-no-hover.timg-caption-overlay:focus .caption span {
  color: #f0e7d0;
}
.timg.timg-white {
  background-color: #fff;
}
.timg.timg-white:hover,
.timg.timg-white:focus {
  background-color: #fff;
}
.timg.timg-primary {
  background-color: #761214;
}
.timg.timg-primary:hover,
.timg.timg-primary:focus {
  background-color: #761214;
}
.timg.timg-secondary {
  background-color: #761214;
}
.timg.timg-secondary:hover,
.timg.timg-secondary:focus {
  background-color: #761214;
}
.timg.timg-tertiary {
  background-color: #761214;
}
.timg.timg-tertiary:hover,
.timg.timg-tertiary:focus {
  background-color: #761214;
}
@media screen and (max-width: 500px) {
  .timg.timg-overlay .caption-in-image * {
    font-size: 10px;
    line-height: 1;
  }
  .timg.timg-overlay &gt; .image.game-image::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 80%);
  }
}
.timg[class*="timg-ratio"] &gt; .image {
  height: auto;
}
.timg[class*="timg-ratio"] &gt; .image::before {
  display: block;
  content: "";
}
.timg.timg-ratio-1-1 &gt; .image::before {
  margin-top: 100%;
}
.timg.timg-ratio-2-1 &gt; .image::before {
  margin-top: 50%;
}
.timg.timg-ratio-1-2 &gt; .image::before {
  margin-top: 200%;
}
.timg.timg-ratio-4-3 &gt; .image::before {
  margin-top: 75%;
}
.timg.timg-ratio-16-9 &gt; .image::before {
  margin-top: 56.25%;
}
.timg.timg-ratio-8pt5-11 &gt; .image::before {
  margin-top: 129.41%;
}
.timg-ratio-1-1.max-lines-1 {
  max-width: 1.333334em;
}
.timg-ratio-1-1.max-lines-1-heading {
  max-width: 1.1em;
}
.timg-ratio-1-1.max-lines-2 {
  max-width: 2.666668em;
}
.timg-ratio-1-1.max-lines-2-heading {
  max-width: 2.2em;
}
.timg-ratio-1-1.max-lines-3 {
  max-width: 4.000002em;
}
.timg-ratio-1-1.max-lines-3-heading {
  max-width: 3.3000000000000003em;
}
.timg-ratio-1-1.max-lines-4 {
  max-width: 5.333336em;
}
.timg-ratio-1-1.max-lines-4-heading {
  max-width: 4.4em;
}
.timg-ratio-1-1.max-lines-5 {
  max-width: 6.66667em;
}
.timg-ratio-1-1.max-lines-5-heading {
  max-width: 5.5em;
}
.timg-ratio-1-1.max-lines-6 {
  max-width: 8.000004em;
}
.timg-ratio-1-1.max-lines-6-heading {
  max-width: 6.6000000000000005em;
}
.timg-ratio-1-1.max-lines-7 {
  max-width: 9.333338em;
}
.timg-ratio-1-1.max-lines-7-heading {
  max-width: 7.700000000000001em;
}
.timg-ratio-1-1.max-lines-8 {
  max-width: 10.666672em;
}
.timg-ratio-1-1.max-lines-8-heading {
  max-width: 8.8em;
}
.timg-ratio-1-1.max-lines-9 {
  max-width: 12.000006em;
}
.timg-ratio-1-1.max-lines-9-heading {
  max-width: 9.9em;
}
.timg-ratio-1-1.max-lines-10 {
  max-width: 13.33334em;
}
.timg-ratio-1-1.max-lines-10-heading {
  max-width: 11em;
}
.timg-ratio-1-1.max-lines-11 {
  max-width: 14.666674em;
}
.timg-ratio-1-1.max-lines-11-heading {
  max-width: 12.100000000000001em;
}
.timg-ratio-1-1.max-lines-12 {
  max-width: 16.000008em;
}
.timg-ratio-1-1.max-lines-12-heading {
  max-width: 13.200000000000001em;
}
.timg-ratio-1-1.max-lines-13 {
  max-width: 17.333342000000002em;
}
.timg-ratio-1-1.max-lines-13-heading {
  max-width: 14.3em;
}
.timg-ratio-1-1.max-lines-14 {
  max-width: 18.666676em;
}
.timg-ratio-1-1.max-lines-14-heading {
  max-width: 15.400000000000002em;
}
.timg-ratio-1-1.max-lines-15 {
  max-width: 20.00001em;
}
.timg-ratio-1-1.max-lines-15-heading {
  max-width: 16.5em;
}
.timg-ratio-1-1.max-lines-16 {
  max-width: 21.333344em;
}
.timg-ratio-1-1.max-lines-16-heading {
  max-width: 17.6em;
}
.timg-ratio-1-1.max-lines-17 {
  max-width: 22.666678em;
}
.timg-ratio-1-1.max-lines-17-heading {
  max-width: 18.700000000000003em;
}
.timg-ratio-1-1.max-lines-18 {
  max-width: 24.000012em;
}
.timg-ratio-1-1.max-lines-18-heading {
  max-width: 19.8em;
}
.timg-ratio-1-1.max-lines-19 {
  max-width: 25.333346em;
}
.timg-ratio-1-1.max-lines-19-heading {
  max-width: 20.900000000000002em;
}
.timg-ratio-1-1.max-lines-20 {
  max-width: 26.66668em;
}
.timg-ratio-1-1.max-lines-20-heading {
  max-width: 22em;
}
.timg-ratio-1-1.max-lines-21 {
  max-width: 28.000014em;
}
.timg-ratio-1-1.max-lines-21-heading {
  max-width: 23.1em;
}
.timg-ratio-1-1.max-lines-22 {
  max-width: 29.333348em;
}
.timg-ratio-1-1.max-lines-22-heading {
  max-width: 24.200000000000003em;
}
.timg-ratio-1-1.max-lines-23 {
  max-width: 30.666682em;
}
.timg-ratio-1-1.max-lines-23-heading {
  max-width: 25.3em;
}
.timg-ratio-1-1.max-lines-24 {
  max-width: 32.000016em;
}
.timg-ratio-1-1.max-lines-24-heading {
  max-width: 26.400000000000002em;
}
.timg-ratio-2-1.max-lines-1 {
  max-width: 2.666668em;
}
.timg-ratio-2-1.max-lines-1-heading {
  max-width: 2.2em;
}
.timg-ratio-2-1.max-lines-2 {
  max-width: 5.333336em;
}
.timg-ratio-2-1.max-lines-2-heading {
  max-width: 4.4em;
}
.timg-ratio-2-1.max-lines-3 {
  max-width: 8.000004em;
}
.timg-ratio-2-1.max-lines-3-heading {
  max-width: 6.6000000000000005em;
}
.timg-ratio-2-1.max-lines-4 {
  max-width: 10.666672em;
}
.timg-ratio-2-1.max-lines-4-heading {
  max-width: 8.8em;
}
.timg-ratio-2-1.max-lines-5 {
  max-width: 13.33334em;
}
.timg-ratio-2-1.max-lines-5-heading {
  max-width: 11em;
}
.timg-ratio-2-1.max-lines-6 {
  max-width: 16.000008em;
}
.timg-ratio-2-1.max-lines-6-heading {
  max-width: 13.200000000000001em;
}
.timg-ratio-2-1.max-lines-7 {
  max-width: 18.666676em;
}
.timg-ratio-2-1.max-lines-7-heading {
  max-width: 15.400000000000002em;
}
.timg-ratio-2-1.max-lines-8 {
  max-width: 21.333344em;
}
.timg-ratio-2-1.max-lines-8-heading {
  max-width: 17.6em;
}
.timg-ratio-2-1.max-lines-9 {
  max-width: 24.000012em;
}
.timg-ratio-2-1.max-lines-9-heading {
  max-width: 19.8em;
}
.timg-ratio-2-1.max-lines-10 {
  max-width: 26.66668em;
}
.timg-ratio-2-1.max-lines-10-heading {
  max-width: 22em;
}
.timg-ratio-2-1.max-lines-11 {
  max-width: 29.333348em;
}
.timg-ratio-2-1.max-lines-11-heading {
  max-width: 24.200000000000003em;
}
.timg-ratio-2-1.max-lines-12 {
  max-width: 32.000016em;
}
.timg-ratio-2-1.max-lines-12-heading {
  max-width: 26.400000000000002em;
}
.timg-ratio-2-1.max-lines-13 {
  max-width: 34.666684000000004em;
}
.timg-ratio-2-1.max-lines-13-heading {
  max-width: 28.6em;
}
.timg-ratio-2-1.max-lines-14 {
  max-width: 37.333352em;
}
.timg-ratio-2-1.max-lines-14-heading {
  max-width: 30.800000000000004em;
}
.timg-ratio-2-1.max-lines-15 {
  max-width: 40.00002em;
}
.timg-ratio-2-1.max-lines-15-heading {
  max-width: 33em;
}
.timg-ratio-2-1.max-lines-16 {
  max-width: 42.666688em;
}
.timg-ratio-2-1.max-lines-16-heading {
  max-width: 35.2em;
}
.timg-ratio-2-1.max-lines-17 {
  max-width: 45.333356em;
}
.timg-ratio-2-1.max-lines-17-heading {
  max-width: 37.400000000000006em;
}
.timg-ratio-2-1.max-lines-18 {
  max-width: 48.000024em;
}
.timg-ratio-2-1.max-lines-18-heading {
  max-width: 39.6em;
}
.timg-ratio-2-1.max-lines-19 {
  max-width: 50.666692em;
}
.timg-ratio-2-1.max-lines-19-heading {
  max-width: 41.800000000000004em;
}
.timg-ratio-2-1.max-lines-20 {
  max-width: 53.33336em;
}
.timg-ratio-2-1.max-lines-20-heading {
  max-width: 44em;
}
.timg-ratio-2-1.max-lines-21 {
  max-width: 56.000028em;
}
.timg-ratio-2-1.max-lines-21-heading {
  max-width: 46.2em;
}
.timg-ratio-2-1.max-lines-22 {
  max-width: 58.666696em;
}
.timg-ratio-2-1.max-lines-22-heading {
  max-width: 48.400000000000006em;
}
.timg-ratio-2-1.max-lines-23 {
  max-width: 61.333364em;
}
.timg-ratio-2-1.max-lines-23-heading {
  max-width: 50.6em;
}
.timg-ratio-2-1.max-lines-24 {
  max-width: 64.000032em;
}
.timg-ratio-2-1.max-lines-24-heading {
  max-width: 52.800000000000004em;
}
.timg-ratio-1-2.max-lines-1 {
  max-width: 0.666667em;
}
.timg-ratio-1-2.max-lines-1-heading {
  max-width: 0.55em;
}
.timg-ratio-1-2.max-lines-2 {
  max-width: 1.333334em;
}
.timg-ratio-1-2.max-lines-2-heading {
  max-width: 1.1em;
}
.timg-ratio-1-2.max-lines-3 {
  max-width: 2.000001em;
}
.timg-ratio-1-2.max-lines-3-heading {
  max-width: 1.6500000000000001em;
}
.timg-ratio-1-2.max-lines-4 {
  max-width: 2.666668em;
}
.timg-ratio-1-2.max-lines-4-heading {
  max-width: 2.2em;
}
.timg-ratio-1-2.max-lines-5 {
  max-width: 3.333335em;
}
.timg-ratio-1-2.max-lines-5-heading {
  max-width: 2.75em;
}
.timg-ratio-1-2.max-lines-6 {
  max-width: 4.000002em;
}
.timg-ratio-1-2.max-lines-6-heading {
  max-width: 3.3000000000000003em;
}
.timg-ratio-1-2.max-lines-7 {
  max-width: 4.666669em;
}
.timg-ratio-1-2.max-lines-7-heading {
  max-width: 3.8500000000000005em;
}
.timg-ratio-1-2.max-lines-8 {
  max-width: 5.333336em;
}
.timg-ratio-1-2.max-lines-8-heading {
  max-width: 4.4em;
}
.timg-ratio-1-2.max-lines-9 {
  max-width: 6.000003em;
}
.timg-ratio-1-2.max-lines-9-heading {
  max-width: 4.95em;
}
.timg-ratio-1-2.max-lines-10 {
  max-width: 6.66667em;
}
.timg-ratio-1-2.max-lines-10-heading {
  max-width: 5.5em;
}
.timg-ratio-1-2.max-lines-11 {
  max-width: 7.333337em;
}
.timg-ratio-1-2.max-lines-11-heading {
  max-width: 6.050000000000001em;
}
.timg-ratio-1-2.max-lines-12 {
  max-width: 8.000004em;
}
.timg-ratio-1-2.max-lines-12-heading {
  max-width: 6.6000000000000005em;
}
.timg-ratio-1-2.max-lines-13 {
  max-width: 8.666671000000001em;
}
.timg-ratio-1-2.max-lines-13-heading {
  max-width: 7.15em;
}
.timg-ratio-1-2.max-lines-14 {
  max-width: 9.333338em;
}
.timg-ratio-1-2.max-lines-14-heading {
  max-width: 7.700000000000001em;
}
.timg-ratio-1-2.max-lines-15 {
  max-width: 10.000005em;
}
.timg-ratio-1-2.max-lines-15-heading {
  max-width: 8.25em;
}
.timg-ratio-1-2.max-lines-16 {
  max-width: 10.666672em;
}
.timg-ratio-1-2.max-lines-16-heading {
  max-width: 8.8em;
}
.timg-ratio-1-2.max-lines-17 {
  max-width: 11.333339em;
}
.timg-ratio-1-2.max-lines-17-heading {
  max-width: 9.350000000000001em;
}
.timg-ratio-1-2.max-lines-18 {
  max-width: 12.000006em;
}
.timg-ratio-1-2.max-lines-18-heading {
  max-width: 9.9em;
}
.timg-ratio-1-2.max-lines-19 {
  max-width: 12.666673em;
}
.timg-ratio-1-2.max-lines-19-heading {
  max-width: 10.450000000000001em;
}
.timg-ratio-1-2.max-lines-20 {
  max-width: 13.33334em;
}
.timg-ratio-1-2.max-lines-20-heading {
  max-width: 11em;
}
.timg-ratio-1-2.max-lines-21 {
  max-width: 14.000007em;
}
.timg-ratio-1-2.max-lines-21-heading {
  max-width: 11.55em;
}
.timg-ratio-1-2.max-lines-22 {
  max-width: 14.666674em;
}
.timg-ratio-1-2.max-lines-22-heading {
  max-width: 12.100000000000001em;
}
.timg-ratio-1-2.max-lines-23 {
  max-width: 15.333341em;
}
.timg-ratio-1-2.max-lines-23-heading {
  max-width: 12.65em;
}
.timg-ratio-1-2.max-lines-24 {
  max-width: 16.000008em;
}
.timg-ratio-1-2.max-lines-24-heading {
  max-width: 13.200000000000001em;
}
.timg-ratio-4-3.max-lines-1 {
  max-width: 1.7777786222222em;
}
.timg-ratio-4-3.max-lines-1-heading {
  max-width: 1.4666666300000002em;
}
.timg-ratio-4-3.max-lines-2 {
  max-width: 3.5555572444444em;
}
.timg-ratio-4-3.max-lines-2-heading {
  max-width: 2.9333332600000004em;
}
.timg-ratio-4-3.max-lines-3 {
  max-width: 5.333335866666601em;
}
.timg-ratio-4-3.max-lines-3-heading {
  max-width: 4.39999989em;
}
.timg-ratio-4-3.max-lines-4 {
  max-width: 7.1111144888888em;
}
.timg-ratio-4-3.max-lines-4-heading {
  max-width: 5.866666520000001em;
}
.timg-ratio-4-3.max-lines-5 {
  max-width: 8.888893111111em;
}
.timg-ratio-4-3.max-lines-5-heading {
  max-width: 7.3333331500000005em;
}
.timg-ratio-4-3.max-lines-6 {
  max-width: 10.666671733333201em;
}
.timg-ratio-4-3.max-lines-6-heading {
  max-width: 8.79999978em;
}
.timg-ratio-4-3.max-lines-7 {
  max-width: 12.4444503555554em;
}
.timg-ratio-4-3.max-lines-7-heading {
  max-width: 10.266666410000003em;
}
.timg-ratio-4-3.max-lines-8 {
  max-width: 14.2222289777776em;
}
.timg-ratio-4-3.max-lines-8-heading {
  max-width: 11.733333040000002em;
}
.timg-ratio-4-3.max-lines-9 {
  max-width: 16.0000075999998em;
}
.timg-ratio-4-3.max-lines-9-heading {
  max-width: 13.19999967em;
}
.timg-ratio-4-3.max-lines-10 {
  max-width: 17.777786222222em;
}
.timg-ratio-4-3.max-lines-10-heading {
  max-width: 14.666666300000001em;
}
.timg-ratio-4-3.max-lines-11 {
  max-width: 19.555564844444202em;
}
.timg-ratio-4-3.max-lines-11-heading {
  max-width: 16.13333293em;
}
.timg-ratio-4-3.max-lines-12 {
  max-width: 21.333343466666403em;
}
.timg-ratio-4-3.max-lines-12-heading {
  max-width: 17.59999956em;
}
.timg-ratio-4-3.max-lines-13 {
  max-width: 23.111122088888603em;
}
.timg-ratio-4-3.max-lines-13-heading {
  max-width: 19.066666190000003em;
}
.timg-ratio-4-3.max-lines-14 {
  max-width: 24.8889007111108em;
}
.timg-ratio-4-3.max-lines-14-heading {
  max-width: 20.533332820000005em;
}
.timg-ratio-4-3.max-lines-15 {
  max-width: 26.666679333333em;
}
.timg-ratio-4-3.max-lines-15-heading {
  max-width: 21.99999945em;
}
.timg-ratio-4-3.max-lines-16 {
  max-width: 28.4444579555552em;
}
.timg-ratio-4-3.max-lines-16-heading {
  max-width: 23.466666080000003em;
}
.timg-ratio-4-3.max-lines-17 {
  max-width: 30.2222365777774em;
}
.timg-ratio-4-3.max-lines-17-heading {
  max-width: 24.933332710000006em;
}
.timg-ratio-4-3.max-lines-18 {
  max-width: 32.0000151999996em;
}
.timg-ratio-4-3.max-lines-18-heading {
  max-width: 26.39999934em;
}
.timg-ratio-4-3.max-lines-19 {
  max-width: 33.7777938222218em;
}
.timg-ratio-4-3.max-lines-19-heading {
  max-width: 27.866665970000003em;
}
.timg-ratio-4-3.max-lines-20 {
  max-width: 35.555572444444em;
}
.timg-ratio-4-3.max-lines-20-heading {
  max-width: 29.333332600000002em;
}
.timg-ratio-4-3.max-lines-21 {
  max-width: 37.333351066666204em;
}
.timg-ratio-4-3.max-lines-21-heading {
  max-width: 30.799999230000005em;
}
.timg-ratio-4-3.max-lines-22 {
  max-width: 39.111129688888404em;
}
.timg-ratio-4-3.max-lines-22-heading {
  max-width: 32.26666586em;
}
.timg-ratio-4-3.max-lines-23 {
  max-width: 40.888908311110605em;
}
.timg-ratio-4-3.max-lines-23-heading {
  max-width: 33.73333249em;
}
.timg-ratio-4-3.max-lines-24 {
  max-width: 42.666686933332805em;
}
.timg-ratio-4-3.max-lines-24-heading {
  max-width: 35.19999912em;
}
.timg-ratio-16-9.max-lines-1 {
  max-width: 2.3703714518518em;
}
.timg-ratio-16-9.max-lines-1-heading {
  max-width: 1.95555547em;
}
.timg-ratio-16-9.max-lines-2 {
  max-width: 4.7407429037036em;
}
.timg-ratio-16-9.max-lines-2-heading {
  max-width: 3.91111094em;
}
.timg-ratio-16-9.max-lines-3 {
  max-width: 7.1111143555554em;
}
.timg-ratio-16-9.max-lines-3-heading {
  max-width: 5.8666664100000006em;
}
.timg-ratio-16-9.max-lines-4 {
  max-width: 9.4814858074072em;
}
.timg-ratio-16-9.max-lines-4-heading {
  max-width: 7.82222188em;
}
.timg-ratio-16-9.max-lines-5 {
  max-width: 11.851857259258999em;
}
.timg-ratio-16-9.max-lines-5-heading {
  max-width: 9.77777735em;
}
.timg-ratio-16-9.max-lines-6 {
  max-width: 14.2222287111108em;
}
.timg-ratio-16-9.max-lines-6-heading {
  max-width: 11.733332820000001em;
}
.timg-ratio-16-9.max-lines-7 {
  max-width: 16.592600162962597em;
}
.timg-ratio-16-9.max-lines-7-heading {
  max-width: 13.688888290000001em;
}
.timg-ratio-16-9.max-lines-8 {
  max-width: 18.9629716148144em;
}
.timg-ratio-16-9.max-lines-8-heading {
  max-width: 15.64444376em;
}
.timg-ratio-16-9.max-lines-9 {
  max-width: 21.3333430666662em;
}
.timg-ratio-16-9.max-lines-9-heading {
  max-width: 17.599999229999998em;
}
.timg-ratio-16-9.max-lines-10 {
  max-width: 23.703714518517998em;
}
.timg-ratio-16-9.max-lines-10-heading {
  max-width: 19.5555547em;
}
.timg-ratio-16-9.max-lines-11 {
  max-width: 26.0740859703698em;
}
.timg-ratio-16-9.max-lines-11-heading {
  max-width: 21.511110170000002em;
}
.timg-ratio-16-9.max-lines-12 {
  max-width: 28.4444574222216em;
}
.timg-ratio-16-9.max-lines-12-heading {
  max-width: 23.466665640000002em;
}
.timg-ratio-16-9.max-lines-13 {
  max-width: 30.814828874073402em;
}
.timg-ratio-16-9.max-lines-13-heading {
  max-width: 25.42222111em;
}
.timg-ratio-16-9.max-lines-14 {
  max-width: 33.185200325925194em;
}
.timg-ratio-16-9.max-lines-14-heading {
  max-width: 27.377776580000003em;
}
.timg-ratio-16-9.max-lines-15 {
  max-width: 35.555571777777em;
}
.timg-ratio-16-9.max-lines-15-heading {
  max-width: 29.33333205em;
}
.timg-ratio-16-9.max-lines-16 {
  max-width: 37.9259432296288em;
}
.timg-ratio-16-9.max-lines-16-heading {
  max-width: 31.28888752em;
}
.timg-ratio-16-9.max-lines-17 {
  max-width: 40.2963146814806em;
}
.timg-ratio-16-9.max-lines-17-heading {
  max-width: 33.24444299em;
}
.timg-ratio-16-9.max-lines-18 {
  max-width: 42.6666861333324em;
}
.timg-ratio-16-9.max-lines-18-heading {
  max-width: 35.199998459999996em;
}
.timg-ratio-16-9.max-lines-19 {
  max-width: 45.03705758518419em;
}
.timg-ratio-16-9.max-lines-19-heading {
  max-width: 37.15555393em;
}
.timg-ratio-16-9.max-lines-20 {
  max-width: 47.407429037035996em;
}
.timg-ratio-16-9.max-lines-20-heading {
  max-width: 39.1111094em;
}
.timg-ratio-16-9.max-lines-21 {
  max-width: 49.7778004888878em;
}
.timg-ratio-16-9.max-lines-21-heading {
  max-width: 41.066664870000004em;
}
.timg-ratio-16-9.max-lines-22 {
  max-width: 52.1481719407396em;
}
.timg-ratio-16-9.max-lines-22-heading {
  max-width: 43.022220340000004em;
}
.timg-ratio-16-9.max-lines-23 {
  max-width: 54.5185433925914em;
}
.timg-ratio-16-9.max-lines-23-heading {
  max-width: 44.97777581em;
}
.timg-ratio-16-9.max-lines-24 {
  max-width: 56.8889148444432em;
}
.timg-ratio-16-9.max-lines-24-heading {
  max-width: 46.933331280000004em;
}
.timg-ratio-8pt5-11.max-lines-1 {
  max-width: 1.0303034484848em;
}
.timg-ratio-8pt5-11.max-lines-1-heading {
  max-width: 0.84999992em;
}
.timg-ratio-8pt5-11.max-lines-2 {
  max-width: 2.0606068969696em;
}
.timg-ratio-8pt5-11.max-lines-2-heading {
  max-width: 1.69999984em;
}
.timg-ratio-8pt5-11.max-lines-3 {
  max-width: 3.0909103454544em;
}
.timg-ratio-8pt5-11.max-lines-3-heading {
  max-width: 2.54999976em;
}
.timg-ratio-8pt5-11.max-lines-4 {
  max-width: 4.1212137939392em;
}
.timg-ratio-8pt5-11.max-lines-4-heading {
  max-width: 3.39999968em;
}
.timg-ratio-8pt5-11.max-lines-5 {
  max-width: 5.151517242423999em;
}
.timg-ratio-8pt5-11.max-lines-5-heading {
  max-width: 4.2499996em;
}
.timg-ratio-8pt5-11.max-lines-6 {
  max-width: 6.1818206909088em;
}
.timg-ratio-8pt5-11.max-lines-6-heading {
  max-width: 5.09999952em;
}
.timg-ratio-8pt5-11.max-lines-7 {
  max-width: 7.212124139393599em;
}
.timg-ratio-8pt5-11.max-lines-7-heading {
  max-width: 5.94999944em;
}
.timg-ratio-8pt5-11.max-lines-8 {
  max-width: 8.2424275878784em;
}
.timg-ratio-8pt5-11.max-lines-8-heading {
  max-width: 6.79999936em;
}
.timg-ratio-8pt5-11.max-lines-9 {
  max-width: 9.2727310363632em;
}
.timg-ratio-8pt5-11.max-lines-9-heading {
  max-width: 7.649999279999999em;
}
.timg-ratio-8pt5-11.max-lines-10 {
  max-width: 10.303034484847998em;
}
.timg-ratio-8pt5-11.max-lines-10-heading {
  max-width: 8.4999992em;
}
.timg-ratio-8pt5-11.max-lines-11 {
  max-width: 11.3333379333328em;
}
.timg-ratio-8pt5-11.max-lines-11-heading {
  max-width: 9.34999912em;
}
.timg-ratio-8pt5-11.max-lines-12 {
  max-width: 12.3636413818176em;
}
.timg-ratio-8pt5-11.max-lines-12-heading {
  max-width: 10.19999904em;
}
.timg-ratio-8pt5-11.max-lines-13 {
  max-width: 13.3939448303024em;
}
.timg-ratio-8pt5-11.max-lines-13-heading {
  max-width: 11.04999896em;
}
.timg-ratio-8pt5-11.max-lines-14 {
  max-width: 14.424248278787198em;
}
.timg-ratio-8pt5-11.max-lines-14-heading {
  max-width: 11.89999888em;
}
.timg-ratio-8pt5-11.max-lines-15 {
  max-width: 15.454551727272em;
}
.timg-ratio-8pt5-11.max-lines-15-heading {
  max-width: 12.749998799999998em;
}
.timg-ratio-8pt5-11.max-lines-16 {
  max-width: 16.4848551757568em;
}
.timg-ratio-8pt5-11.max-lines-16-heading {
  max-width: 13.59999872em;
}
.timg-ratio-8pt5-11.max-lines-17 {
  max-width: 17.5151586242416em;
}
.timg-ratio-8pt5-11.max-lines-17-heading {
  max-width: 14.44999864em;
}
.timg-ratio-8pt5-11.max-lines-18 {
  max-width: 18.5454620727264em;
}
.timg-ratio-8pt5-11.max-lines-18-heading {
  max-width: 15.299998559999999em;
}
.timg-ratio-8pt5-11.max-lines-19 {
  max-width: 19.5757655212112em;
}
.timg-ratio-8pt5-11.max-lines-19-heading {
  max-width: 16.14999848em;
}
.timg-ratio-8pt5-11.max-lines-20 {
  max-width: 20.606068969695997em;
}
.timg-ratio-8pt5-11.max-lines-20-heading {
  max-width: 16.9999984em;
}
.timg-ratio-8pt5-11.max-lines-21 {
  max-width: 21.636372418180798em;
}
.timg-ratio-8pt5-11.max-lines-21-heading {
  max-width: 17.84999832em;
}
.timg-ratio-8pt5-11.max-lines-22 {
  max-width: 22.6666758666656em;
}
.timg-ratio-8pt5-11.max-lines-22-heading {
  max-width: 18.69999824em;
}
.timg-ratio-8pt5-11.max-lines-23 {
  max-width: 23.6969793151504em;
}
.timg-ratio-8pt5-11.max-lines-23-heading {
  max-width: 19.549998159999998em;
}
.timg-ratio-8pt5-11.max-lines-24 {
  max-width: 24.7272827636352em;
}
.timg-ratio-8pt5-11.max-lines-24-heading {
  max-width: 20.39999808em;
}
@media (max-width: 767px) {
  .timg.featured-catalog &gt; .image {
    height: auto;
  }
  .timg.featured-catalog &gt; .image::before {
    display: block;
    margin-top: 100%;
    content: "";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timg.featured-catalog &gt; .image {
    height: 289px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timg.featured-catalog &gt; .image {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .timg.featured-catalog &gt; .image {
    height: 464px;
  }
}
.sign-in .timg &gt; .image {
  height: 288px;
}
.catalog-set .timg &gt; .image {
  height: 149px;
}
.categories-set .timg &gt; .image {
  height: 156px;
}
#member_avatar {
  max-width: 80px;
}
.timg.timg-circle span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-left .timg.timg-circle span.image img {
  object-fit: contain;
}
.alert-primary {
  background-color: #e65e61;
  border-color: #e34865;
  color: #310808;
}
.alert-primary hr {
  border-top-color: #e03252;
}
.alert-primary .alert-link {
  color: #050101;
}
.alert-secondary {
  background-color: #e65e61;
  border-color: #e34865;
  color: #310808;
}
.alert-secondary hr {
  border-top-color: #e03252;
}
.alert-secondary .alert-link {
  color: #050101;
}
.alert-tertiary {
  background-color: #e65e61;
  border-color: #e34865;
  color: #310808;
}
.alert-tertiary hr {
  border-top-color: #e03252;
}
.alert-tertiary .alert-link {
  color: #050101;
}
.progress {
  background-color: #f2f2f2;
  border: 1px solid #8c8c8c;
  border-radius: 999px;
  box-shadow: none;
}
.progress.progress-2x {
  height: 32px;
}
.progress.progress-2x .progress-bar {
  font-size: 22px;
  line-height: 32px;
}
.progress.progress-2x .progressbar-back-text {
  font-size: 22px;
  line-height: 32px;
}
.progress.progress-2x .progressbar-front-text {
  font-size: 22px;
  line-height: 32px;
}
.progress-bar-primary {
  background-color: #761214;
}
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-secondary {
  background-color: #761214;
}
.progress-striped .progress-bar-secondary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-tertiary {
  background-color: #761214;
}
.progress-striped .progress-bar-tertiary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e6e6e6;
}
.media:only-child {
  border-bottom-width: 1px;
}
.media-list &gt; .media:first-child {
  border-top-width: 0;
}
.media,
.media-body {
  overflow: visible;
}
.media-right,
.media &gt; .pull-right {
  padding-left: 16px;
}
.media-left,
.media &gt; .pull-left {
  padding-right: 16px;
}
.media-left,
.media-right {
  min-width: 80px;
}
.media-left .media-object,
.media-right .media-object {
  width: 100%;
  max-width: 64px;
  max-height: 64px;
}
.media-left.media-object-xs,
.media-right.media-object-xs {
  min-width: 32px;
}
.media-left.media-object-xs .media-object,
.media-right.media-object-xs .media-object {
  max-width: 16px;
  max-height: 16px;
}
.media-left.media-object-sm,
.media-right.media-object-sm {
  min-width: 48px;
}
.media-left.media-object-sm .media-object,
.media-right.media-object-sm .media-object {
  max-width: 32px;
  max-height: 32px;
}
.media-left.media-object-lg,
.media-right.media-object-lg {
  min-width: 144px;
}
.media-left.media-object-lg .media-object,
.media-right.media-object-lg .media-object {
  max-width: 128px;
  max-height: 128px;
}
.media-left.media-object-xl,
.media-right.media-object-xl {
  min-width: 272px;
}
.media-left.media-object-xl .media-object,
.media-right.media-object-xl .media-object {
  max-width: 256px;
  max-height: 256px;
}
.media-heading {
  margin-bottom: 4px;
}
.media-gray {
  background-color: #f2f2f2;
}
.media-primary {
  background-color: #761214;
  color: #f0e7d0;
}
.media-secondary {
  background-color: #761214;
  color: #f0e7d0;
}
.media-tertiary {
  background-color: #761214;
  color: #f0e7d0;
}
.list-group-item {
  padding: 8px 8px;
}
.list-group-item:before,
.list-group-item:after {
  content: " ";
  display: table;
}
.list-group-item:after {
  clear: both;
}
.list-group-item-primary a:not([class*="label"]) {
  color: #050101;
}
.list-group-item-primary a:not([class*="label"]):hover,
.list-group-item-primary a:not([class*="label"]):focus {
  color: #050101;
}
.list-group-item-secondary a:not([class*="label"]) {
  color: #050101;
}
.list-group-item-secondary a:not([class*="label"]):hover,
.list-group-item-secondary a:not([class*="label"]):focus {
  color: #050101;
}
.list-group-item-tertiary a:not([class*="label"]) {
  color: #050101;
}
.list-group-item-tertiary a:not([class*="label"]):hover,
.list-group-item-tertiary a:not([class*="label"]):focus {
  color: #050101;
}
.list-group-item-success a:not([class*="label"]) {
  color: #2b542c;
}
.list-group-item-success a:not([class*="label"]):hover,
.list-group-item-success a:not([class*="label"]):focus {
  color: #2b542c;
}
.list-group-item-info a:not([class*="label"]) {
  color: #245269;
}
.list-group-item-info a:not([class*="label"]):hover,
.list-group-item-info a:not([class*="label"]):focus {
  color: #245269;
}
.list-group-item-warning a:not([class*="label"]) {
  color: #66512c;
}
.list-group-item-warning a:not([class*="label"]):hover,
.list-group-item-warning a:not([class*="label"]):focus {
  color: #66512c;
}
.list-group-item-danger a:not([class*="label"]) {
  color: #a10d0d;
}
.list-group-item-danger a:not([class*="label"]):hover,
.list-group-item-danger a:not([class*="label"]):focus {
  color: #a10d0d;
}
.list-group.list-group-xs .list-group-item {
  padding: 0;
}
.list-group.list-group-sm .list-group-item {
  padding: 4px 8px;
}
.list-group.list-group-open .list-group-item {
  border: 0;
}
.list-group-item {
  color: #333333;
}
.list-group-item.text-gray-10 {
  color: #1a1a1a !important;
}
a.list-group-item.text-gray-10:hover,
a.list-group-item.text-gray-10:focus {
  color: #000000 !important;
}
.list-group-item.text-gray-20 {
  color: #333333 !important;
}
a.list-group-item.text-gray-20:hover,
a.list-group-item.text-gray-20:focus {
  color: #1a1a1a !important;
}
.list-group-item.text-gray-40 {
  color: #666666 !important;
}
a.list-group-item.text-gray-40:hover,
a.list-group-item.text-gray-40:focus {
  color: #4d4d4d !important;
}
.list-group-item.text-gray-60 {
  color: #999999 !important;
}
a.list-group-item.text-gray-60:hover,
a.list-group-item.text-gray-60:focus {
  color: #808080 !important;
}
.list-group-item.text-gray-80 {
  color: #cccccc !important;
}
a.list-group-item.text-gray-80:hover,
a.list-group-item.text-gray-80:focus {
  color: #b3b3b3 !important;
}
.list-group-item.text-gray-95 {
  color: #f2f2f2 !important;
}
a.list-group-item.text-gray-95:hover,
a.list-group-item.text-gray-95:focus {
  color: #d9d9d9 !important;
}
.list-group-item.text-muted {
  color: #737373 !important;
}
a.list-group-item.text-muted:hover,
a.list-group-item.text-muted:focus {
  color: #595959 !important;
}
.list-group-item.text-primary {
  color: #761214 !important;
}
a.list-group-item.text-primary:hover,
a.list-group-item.text-primary:focus {
  color: #4a0b0c !important;
}
.list-group-item.text-secondary {
  color: #761214 !important;
}
a.list-group-item.text-secondary:hover,
a.list-group-item.text-secondary:focus {
  color: #4a0b0c !important;
}
.list-group-item.text-tertiary {
  color: #761214 !important;
}
a.list-group-item.text-tertiary:hover,
a.list-group-item.text-tertiary:focus {
  color: #4a0b0c !important;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  background-color: transparent;
  text-decoration: underline;
}
a.list-group-item.active,
button.list-group-item.active,
a.list-group-item.active:hover,
button.list-group-item.active:hover,
a.list-group-item.active:focus,
button.list-group-item.active:focus {
  background-color: transparent;
}
.list-group-item-strong {
  color: #333;
  background-color: #f5f5f5;
}
a.list-group-item-strong,
button.list-group-item-strong {
  color: #333;
}
a.list-group-item-strong .list-group-item-heading,
button.list-group-item-strong .list-group-item-heading {
  color: inherit;
}
a.list-group-item-strong:hover,
button.list-group-item-strong:hover,
a.list-group-item-strong:focus,
button.list-group-item-strong:focus {
  color: #310808;
  background-color: #e8e8e8;
}
a.list-group-item-strong.active,
button.list-group-item-strong.active,
a.list-group-item-strong.active:hover,
button.list-group-item-strong.active:hover,
a.list-group-item-strong.active:focus,
button.list-group-item-strong.active:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.list-group-item-primary {
  color: #310808;
  background-color: #e65e61;
}
a.list-group-item-primary,
button.list-group-item-primary {
  color: #310808;
}
a.list-group-item-primary .list-group-item-heading,
button.list-group-item-primary .list-group-item-heading {
  color: inherit;
}
a.list-group-item-primary:hover,
button.list-group-item-primary:hover,
a.list-group-item-primary:focus,
button.list-group-item-primary:focus {
  color: #310808;
  background-color: #e3484b;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active,
a.list-group-item-primary.active:hover,
button.list-group-item-primary.active:hover,
a.list-group-item-primary.active:focus,
button.list-group-item-primary.active:focus {
  color: #fff;
  background-color: #310808;
  border-color: #310808;
}
.list-group-item-secondary {
  color: #310808;
  background-color: #e65e61;
}
a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #310808;
}
a.list-group-item-secondary .list-group-item-heading,
button.list-group-item-secondary .list-group-item-heading {
  color: inherit;
}
a.list-group-item-secondary:hover,
button.list-group-item-secondary:hover,
a.list-group-item-secondary:focus,
button.list-group-item-secondary:focus {
  color: #310808;
  background-color: #e3484b;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active,
a.list-group-item-secondary.active:hover,
button.list-group-item-secondary.active:hover,
a.list-group-item-secondary.active:focus,
button.list-group-item-secondary.active:focus {
  color: #fff;
  background-color: #310808;
  border-color: #310808;
}
.list-group-item-tertiary {
  color: #310808;
  background-color: #e65e61;
}
a.list-group-item-tertiary,
button.list-group-item-tertiary {
  color: #310808;
}
a.list-group-item-tertiary .list-group-item-heading,
button.list-group-item-tertiary .list-group-item-heading {
  color: inherit;
}
a.list-group-item-tertiary:hover,
button.list-group-item-tertiary:hover,
a.list-group-item-tertiary:focus,
button.list-group-item-tertiary:focus {
  color: #310808;
  background-color: #e3484b;
}
a.list-group-item-tertiary.active,
button.list-group-item-tertiary.active,
a.list-group-item-tertiary.active:hover,
button.list-group-item-tertiary.active:hover,
a.list-group-item-tertiary.active:focus,
button.list-group-item-tertiary.active:focus {
  color: #fff;
  background-color: #310808;
  border-color: #310808;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-title {
  font-size: 15px;
}
.panel-group .panel-heading .panel-title &gt; a &gt; .expand {
  display: none;
}
.panel-group .panel-heading .panel-title &gt; a &gt; .collapse {
  display: block;
}
.panel-group .panel-heading .panel-title &gt; a.collapsed &gt; .expand {
  display: block;
}
.panel-group .panel-heading .panel-title &gt; a.collapsed &gt; .collapse {
  display: none;
}
.panel-default .panel-title &gt; a,
.panel-default .panel-title &gt; small,
.panel-default .panel-title &gt; .small,
.panel-default .panel-title &gt; small &gt; a,
.panel-default .panel-title &gt; .small &gt; a {
  color: #761214;
}
.panel-default .panel-title &gt; a:hover,
.panel-default .panel-title &gt; small:hover,
.panel-default .panel-title &gt; .small:hover,
.panel-default .panel-title &gt; small &gt; a:hover,
.panel-default .panel-title &gt; .small &gt; a:hover,
.panel-default .panel-title &gt; a:focus,
.panel-default .panel-title &gt; small:focus,
.panel-default .panel-title &gt; .small:focus,
.panel-default .panel-title &gt; small &gt; a:focus,
.panel-default .panel-title &gt; .small &gt; a:focus {
  color: #340809;
}
.panel-primary.panel-fill {
  background-color: #761214;
  color: #f0e7d0;
}
.panel-secondary {
  border-color: #761214;
}
.panel-secondary &gt; .panel-heading {
  color: #f0e7d0;
  background-color: #761214;
  border-color: #761214;
}
.panel-secondary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #761214;
}
.panel-secondary &gt; .panel-heading .badge {
  color: #761214;
  background-color: #f0e7d0;
}
.panel-secondary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #761214;
}
.panel-secondary.panel-fill {
  background-color: #761214;
  color: #f0e7d0;
}
.panel-tertiary {
  border-color: #761214;
}
.panel-tertiary &gt; .panel-heading {
  color: #f0e7d0;
  background-color: #761214;
  border-color: #761214;
}
.panel-tertiary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #761214;
}
.panel-tertiary &gt; .panel-heading .badge {
  color: #761214;
  background-color: #f0e7d0;
}
.panel-tertiary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #761214;
}
.panel-tertiary.panel-fill {
  background-color: #761214;
  color: #f0e7d0;
}
.panel-open {
  border-width: 0;
}
.well {
  min-height: 16px;
  padding: 16px 16px;
  margin-bottom: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well .well-divider {
  margin-left: 16px;
  margin-right: 16px;
}
.well hr,
.well .media {
  border-top-color: #e6e6e6;
}
.well-lg {
  padding: 32px 32px;
  border-radius: 4px;
}
.well-lg .well-divider {
  margin-left: 32px;
  margin-right: 32px;
}
.well-sm {
  padding: 8px 8px;
  border-radius: 4px;
}
.well-sm .well-divider {
  margin-left: 8px;
  margin-right: 8px;
}
.well-open {
  border-width: 0;
}
.well-white {
  background-color: #fff;
}
.well-10 {
  background-color: #1a1a1a;
}
.well-20 {
  background-color: #333333;
}
.well-30 {
  background-color: #4d4d4d;
}
.well-40 {
  background-color: #666666;
}
.well-50 {
  background-color: #808080;
}
.well-60 {
  background-color: #999999;
}
.well-70 {
  background-color: #b3b3b3;
}
.well-80 {
  background-color: #cccccc;
}
.well-90 {
  background-color: #e6e6e6;
}
.well-95 {
  background-color: #f2f2f2;
}
.well-97-5 {
  background-color: #f9f9f9;
}
.well-primary {
  background-color: #761214;
  color: #f0e7d0;
}
.well-secondary {
  background-color: #761214;
  color: #f0e7d0;
}
.well-tertiary {
  background-color: #761214;
  color: #f0e7d0;
}
.close {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
.close:hover,
.close:focus {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.hover.hover-scale-up {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.2s ease 0s;
}
.hover.hover-scale-up:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pre-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1051;
}
.pre-loader svg path,
.pre-loader svg rect {
  fill: #761214;
}
.pre-loader .loader {
  height: 120px;
  width: 200px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.pre-loader .pre-loader-content {
  position: relative;
  top: 50%;
  width: auto;
  outline: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  z-index: 1051;
}
html.no-layout .pre-loader .pre-loader-content {
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
}
.pre-loader .pre-loader-content img,
.pre-loader .pre-loader-content .fa,
.pre-loader .pre-loader-content .fas,
.pre-loader .pre-loader-content .far,
.pre-loader .pre-loader-content .fal,
.pre-loader .pre-loader-content .fad,
.pre-loader .pre-loader-content .fab {
  display: inline-block;
  vertical-align: top;
}
.pre-loader .pre-loader-content img {
  max-width: 160px;
  max-height: 160px;
  margin-bottom: 16px;
}
.pre-loader .pre-loader-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1041;
  background-color: #fff;
}
html.no-layout .pre-loader .pre-loader-backdrop {
  background-color: #fff;
}
.pre-loader .pre-loader-backdrop.fade {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.pre-loader .pre-loader-backdrop.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
@media screen and (max-width: 768px) {
  html.no-layout .iframed #app.app-layout-zero .pre-loader {
    top: 200px;
    bottom: unset;
  }
}
.page-loading {
  overflow: hidden;
}
.hero {
  width: 100%;
  background-color: #212121;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 16px;
  padding: 16px 16px;
  border-radius: 4px;
  color: #fff;
}
.hero .hero-content {
  max-width: 554px;
}
.hero-xl {
  padding: 64px 64px;
}
.hero-xl .hero-content {
  max-width: 506px;
}
.hero-lg {
  padding: 32px 32px;
}
.hero-lg .hero-content {
  max-width: 538px;
}
.hero-sm {
  padding: 8px 8px;
}
.hero-sm .hero-content {
  max-width: 562px;
}
.callout {
  background-color: #f9f9f9;
  margin-bottom: 16px;
  padding: 16px 16px;
  border-left: 4px solid #999999;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.callout *:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 4px;
}
.callout.callout-right {
  border-right: 4px solid #999999;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.callout + .callout {
  margin-top: 8px;
}
.callout-lg {
  padding: 32px 32px;
}
.callout-sm {
  padding: 8px 8px;
}
.callout-default {
  border-left-color: #999999;
}
.callout-default h1,
.callout-default h2,
.callout-default h3,
.callout-default h4,
.callout-default h5,
.callout-default h6 {
  color: #999999;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-default .fa-li {
  color: #999999;
}
.callout-default.callout-right {
  border-right-color: #999999;
}
.callout-default.callout-right h1,
.callout-default.callout-right h2,
.callout-default.callout-right h3,
.callout-default.callout-right h4,
.callout-default.callout-right h5,
.callout-default.callout-right h6 {
  color: #999999;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-default.callout-right .fa-li {
  color: #999999;
}
.callout-primary {
  border-left-color: #761214;
}
.callout-primary h1,
.callout-primary h2,
.callout-primary h3,
.callout-primary h4,
.callout-primary h5,
.callout-primary h6 {
  color: #761214;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-primary .fa-li {
  color: #761214;
}
.callout-primary.callout-right {
  border-right-color: #761214;
}
.callout-primary.callout-right h1,
.callout-primary.callout-right h2,
.callout-primary.callout-right h3,
.callout-primary.callout-right h4,
.callout-primary.callout-right h5,
.callout-primary.callout-right h6 {
  color: #761214;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-primary.callout-right .fa-li {
  color: #761214;
}
.callout-secondary {
  border-left-color: #761214;
}
.callout-secondary h1,
.callout-secondary h2,
.callout-secondary h3,
.callout-secondary h4,
.callout-secondary h5,
.callout-secondary h6 {
  color: #761214;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-secondary .fa-li {
  color: #761214;
}
.callout-secondary.callout-right {
  border-right-color: #761214;
}
.callout-secondary.callout-right h1,
.callout-secondary.callout-right h2,
.callout-secondary.callout-right h3,
.callout-secondary.callout-right h4,
.callout-secondary.callout-right h5,
.callout-secondary.callout-right h6 {
  color: #761214;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-secondary.callout-right .fa-li {
  color: #761214;
}
.callout-tertiary {
  border-left-color: #761214;
}
.callout-tertiary h1,
.callout-tertiary h2,
.callout-tertiary h3,
.callout-tertiary h4,
.callout-tertiary h5,
.callout-tertiary h6 {
  color: #761214;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-tertiary .fa-li {
  color: #761214;
}
.callout-tertiary.callout-right {
  border-right-color: #761214;
}
.callout-tertiary.callout-right h1,
.callout-tertiary.callout-right h2,
.callout-tertiary.callout-right h3,
.callout-tertiary.callout-right h4,
.callout-tertiary.callout-right h5,
.callout-tertiary.callout-right h6 {
  color: #761214;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-tertiary.callout-right .fa-li {
  color: #761214;
}
.callout-success {
  border-left-color: #5cb85c;
}
.callout-success h1,
.callout-success h2,
.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6 {
  color: #5cb85c;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-success .fa-li {
  color: #5cb85c;
}
.callout-success.callout-right {
  border-right-color: #5cb85c;
}
.callout-success.callout-right h1,
.callout-success.callout-right h2,
.callout-success.callout-right h3,
.callout-success.callout-right h4,
.callout-success.callout-right h5,
.callout-success.callout-right h6 {
  color: #5cb85c;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-success.callout-right .fa-li {
  color: #5cb85c;
}
.callout-info {
  border-left-color: #5bc0de;
}
.callout-info h1,
.callout-info h2,
.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6 {
  color: #5bc0de;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-info .fa-li {
  color: #5bc0de;
}
.callout-info.callout-right {
  border-right-color: #5bc0de;
}
.callout-info.callout-right h1,
.callout-info.callout-right h2,
.callout-info.callout-right h3,
.callout-info.callout-right h4,
.callout-info.callout-right h5,
.callout-info.callout-right h6 {
  color: #5bc0de;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-info.callout-right .fa-li {
  color: #5bc0de;
}
.callout-warning {
  border-left-color: #f0ad4e;
}
.callout-warning h1,
.callout-warning h2,
.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6 {
  color: #f0ad4e;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-warning .fa-li {
  color: #f0ad4e;
}
.callout-warning.callout-right {
  border-right-color: #f0ad4e;
}
.callout-warning.callout-right h1,
.callout-warning.callout-right h2,
.callout-warning.callout-right h3,
.callout-warning.callout-right h4,
.callout-warning.callout-right h5,
.callout-warning.callout-right h6 {
  color: #f0ad4e;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-warning.callout-right .fa-li {
  color: #f0ad4e;
}
.callout-danger {
  border-left-color: #d9534f;
}
.callout-danger h1,
.callout-danger h2,
.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6 {
  color: #d9534f;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-danger .fa-li {
  color: #d9534f;
}
.callout-danger.callout-right {
  border-right-color: #d9534f;
}
.callout-danger.callout-right h1,
.callout-danger.callout-right h2,
.callout-danger.callout-right h3,
.callout-danger.callout-right h4,
.callout-danger.callout-right h5,
.callout-danger.callout-right h6 {
  color: #d9534f;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout-danger.callout-right .fa-li {
  color: #d9534f;
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.16em solid #761214;
  width: 0.68em;
  height: 0.68em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar::after,
.c100.p51 .fill,
.c100.p52 .bar::after,
.c100.p52 .fill,
.c100.p53 .bar::after,
.c100.p53 .fill,
.c100.p54 .bar::after,
.c100.p54 .fill,
.c100.p55 .bar::after,
.c100.p55 .fill,
.c100.p56 .bar::after,
.c100.p56 .fill,
.c100.p57 .bar::after,
.c100.p57 .fill,
.c100.p58 .bar::after,
.c100.p58 .fill,
.c100.p59 .bar::after,
.c100.p59 .fill,
.c100.p60 .bar::after,
.c100.p60 .fill,
.c100.p61 .bar::after,
.c100.p61 .fill,
.c100.p62 .bar::after,
.c100.p62 .fill,
.c100.p63 .bar::after,
.c100.p63 .fill,
.c100.p64 .bar::after,
.c100.p64 .fill,
.c100.p65 .bar::after,
.c100.p65 .fill,
.c100.p66 .bar::after,
.c100.p66 .fill,
.c100.p67 .bar::after,
.c100.p67 .fill,
.c100.p68 .bar::after,
.c100.p68 .fill,
.c100.p69 .bar::after,
.c100.p69 .fill,
.c100.p70 .bar::after,
.c100.p70 .fill,
.c100.p71 .bar::after,
.c100.p71 .fill,
.c100.p72 .bar::after,
.c100.p72 .fill,
.c100.p73 .bar::after,
.c100.p73 .fill,
.c100.p74 .bar::after,
.c100.p74 .fill,
.c100.p75 .bar::after,
.c100.p75 .fill,
.c100.p76 .bar::after,
.c100.p76 .fill,
.c100.p77 .bar::after,
.c100.p77 .fill,
.c100.p78 .bar::after,
.c100.p78 .fill,
.c100.p79 .bar::after,
.c100.p79 .fill,
.c100.p80 .bar::after,
.c100.p80 .fill,
.c100.p81 .bar::after,
.c100.p81 .fill,
.c100.p82 .bar::after,
.c100.p82 .fill,
.c100.p83 .bar::after,
.c100.p83 .fill,
.c100.p84 .bar::after,
.c100.p84 .fill,
.c100.p85 .bar::after,
.c100.p85 .fill,
.c100.p86 .bar::after,
.c100.p86 .fill,
.c100.p87 .bar::after,
.c100.p87 .fill,
.c100.p88 .bar::after,
.c100.p88 .fill,
.c100.p89 .bar::after,
.c100.p89 .fill,
.c100.p90 .bar::after,
.c100.p90 .fill,
.c100.p91 .bar::after,
.c100.p91 .fill,
.c100.p92 .bar::after,
.c100.p92 .fill,
.c100.p93 .bar::after,
.c100.p93 .fill,
.c100.p94 .bar::after,
.c100.p94 .fill,
.c100.p95 .bar::after,
.c100.p95 .fill,
.c100.p96 .bar::after,
.c100.p96 .fill,
.c100.p97 .bar::after,
.c100.p97 .fill,
.c100.p98 .bar::after,
.c100.p98 .fill,
.c100.p99 .bar::after,
.c100.p99 .fill,
.c100.p100 .bar::after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #f5f5f5;
}
.c100 *,
.c100 *::before,
.c100 *::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100 &gt; span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #666666;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100 &gt; span &gt; div &gt; span.prefix {
  padding-right: 2px;
}
.c100 &gt; span &gt; div &gt; span.suffix {
  padding-left: 2px;
}
.c100::after {
  position: absolute;
  top: 0.16em;
  left: 0.16em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #fff;
  width: 0.68em;
  height: 0.68em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.800000000000004deg);
  -ms-transform: rotate(46.800000000000004deg);
  -o-transform: rotate(46.800000000000004deg);
  transform: rotate(46.800000000000004deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.60000000000001deg);
  -ms-transform: rotate(75.60000000000001deg);
  -o-transform: rotate(75.60000000000001deg);
  transform: rotate(75.60000000000001deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.60000000000001deg);
  -ms-transform: rotate(93.60000000000001deg);
  -o-transform: rotate(93.60000000000001deg);
  transform: rotate(93.60000000000001deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.60000000000001deg);
  -ms-transform: rotate(111.60000000000001deg);
  -o-transform: rotate(111.60000000000001deg);
  transform: rotate(111.60000000000001deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.20000000000002deg);
  -ms-transform: rotate(133.20000000000002deg);
  -o-transform: rotate(133.20000000000002deg);
  transform: rotate(133.20000000000002deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.20000000000002deg);
  -ms-transform: rotate(151.20000000000002deg);
  -o-transform: rotate(151.20000000000002deg);
  transform: rotate(151.20000000000002deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.20000000000002deg);
  -ms-transform: rotate(169.20000000000002deg);
  -o-transform: rotate(169.20000000000002deg);
  transform: rotate(169.20000000000002deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.20000000000002deg);
  -ms-transform: rotate(187.20000000000002deg);
  -o-transform: rotate(187.20000000000002deg);
  transform: rotate(187.20000000000002deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.20000000000002deg);
  -ms-transform: rotate(205.20000000000002deg);
  -o-transform: rotate(205.20000000000002deg);
  transform: rotate(205.20000000000002deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.20000000000002deg);
  -ms-transform: rotate(223.20000000000002deg);
  -o-transform: rotate(223.20000000000002deg);
  transform: rotate(223.20000000000002deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.20000000000002deg);
  -ms-transform: rotate(241.20000000000002deg);
  -o-transform: rotate(241.20000000000002deg);
  transform: rotate(241.20000000000002deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.40000000000003deg);
  -ms-transform: rotate(266.40000000000003deg);
  -o-transform: rotate(266.40000000000003deg);
  transform: rotate(266.40000000000003deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.40000000000003deg);
  -ms-transform: rotate(284.40000000000003deg);
  -o-transform: rotate(284.40000000000003deg);
  transform: rotate(284.40000000000003deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.40000000000003deg);
  -ms-transform: rotate(302.40000000000003deg);
  -o-transform: rotate(302.40000000000003deg);
  transform: rotate(302.40000000000003deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.40000000000003deg);
  -ms-transform: rotate(320.40000000000003deg);
  -o-transform: rotate(320.40000000000003deg);
  transform: rotate(320.40000000000003deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.40000000000003deg);
  -ms-transform: rotate(338.40000000000003deg);
  -o-transform: rotate(338.40000000000003deg);
  transform: rotate(338.40000000000003deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.40000000000003deg);
  -ms-transform: rotate(356.40000000000003deg);
  -o-transform: rotate(356.40000000000003deg);
  transform: rotate(356.40000000000003deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover &gt; span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #761214;
}
.c100:hover::after {
  top: 0.08em;
  left: 0.08em;
  width: 0.84em;
  height: 0.84em;
}
#reward-gallery {
  margin-top: 30px;
}
.dib {
  display: inline-block;
}
.x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.mall .layout-cpnt {
  margin-bottom: 0;
}
.xac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.xjc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.xjs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mwA {
  padding-bottom: 50px;
  width: 95%;
  width: calc(95% + 30px);
  max-width: 1175px;
}
@media screen and (max-width: 767px) {
  .mwA {
    padding-bottom: 0;
  }
}
.pl2 {
  padding-left: 2rem;
}
.pr2 {
  padding-right: 2rem;
}
.m0a {
  margin: 0 auto;
}
.psr {
  position: relative;
}
.psa {
  position: absolute;
}
.cy {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
span.cline {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
@media screen and (max-width: 767px) {
  span.cline {
    display: none;
  }
}
.widget-container-col .psr {
  background: #fff;
}
h2.cat {
  padding: 1rem 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 3rem 0;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #222;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h2.cat {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.callout-cat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 49vw;
}
.b-grey {
  border: solid 1px #e6e6e6;
}
.widget-bg-grey .cline {
  visibility: hidden;
}
.cline.b-grey {
  border: none;
  border-bottom: solid 1px #e6e6e6;
}
.inner .xac:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}
.callout-cat .inner {
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  margin: 15px;
}
.callout-cat .inner span.button {
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 40px);
  background-color: #761214;
  color: #f0e7d0;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  transition: transform 0.3s ease-in-out;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 1px;
  min-height: 37px;
  line-height: 35px;
}
.callout-cat .inner .img-responsive {
  width: 101%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 12.5vw;
  transition: transform 1s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.callout-cat .inner &gt; .b-grey {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  min-height: 60px;
  position: relative;
  border-top: none;
  background-color: white;
}
.callout-cat .inner p {
  padding-right: 1rem;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.callout-cat .inner .span-arrow {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  display: inline-block;
  height: 10px;
  width: 10px;
}
.callout-cat .inner .span-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-color: #761214;
  content: '';
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.callout-cat .inner:hover .img-responsive {
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
}
.callout-cat .inner:hover span.button {
  transform: translate(-50%, -20px);
}
.widget-container-col-len-8 .callout-cat,
.widget-container-col-len-4 .callout-cat {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}
.widget-container-col-len-8 .inner .img-responsive,
.widget-container-col-len-4 .inner .img-responsive {
  max-height: 165px;
}
.widget-container-col-len-7 .callout-cat {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}
.widget-container-col-len-7 .callout-cat:first-child,
.widget-container-col-len-7 .callout-cat:nth-child(2),
.widget-container-col-len-7 .callout-cat:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
}
.widget-container-col-len-7 .callout-cat:first-child .inner .img-responsive,
.widget-container-col-len-7 .callout-cat:nth-child(2) .inner .img-responsive,
.widget-container-col-len-7 .callout-cat:nth-child(3) .inner .img-responsive {
  height: 16.5vw;
}
.widget-container-col-len-7 .inner .img-responsive {
  max-height: 165px;
}
.widget-container-col-len-6 .callout-cat {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
}
.widget-container-col-len-6 .inner .img-responsive {
  max-height: 230px;
  height: 18vw;
}
.widget-container-col-len-5 .callout-cat {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
}
.widget-container-col-len-5 .inner .img-responsive {
  height: 18vw;
  max-height: 230px;
}
.widget-container-col-len-5 .callout-cat:first-child,
.widget-container-col-len-5 .callout-cat:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.widget-container-col-len-5 .callout-cat:first-child .inner .img-responsive,
.widget-container-col-len-5 .callout-cat:nth-child(2) .inner .img-responsive {
  max-height: 280px;
  height: 23vw;
}
.widget-container-col-len-3 .callout-cat {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
}
.widget-container-col-len-3 .inner .img-responsive {
  max-height: 280px;
  height: 23vw;
}
.widget-container-col-len-2 .callout-cat {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.widget-container-col-len-2 .inner .img-responsive {
  max-height: 280px;
  height: 23vw;
}
.widget-container-col-len-1 .callout-cat {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.widget-container-col-len-1 .inner .img-responsive {
  max-height: none;
  height: 30vw;
}
@media screen and (max-width: 1000px) {
  .mwA .widget-container-col .callout-cat {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .callout-cat .inner .img-responsive {
    height: 25vw;
    max-height: initial;
  }
  .featured-brand .callout-cat .inner .img-responsive {
    scale: 0.8;
  }
  .widget-container-col-len-5 .callout-cat:first-child .inner .img-responsive,
  .widget-container-col-len-7 .callout-cat:first-child .inner .img-responsive,
  .widget-container-col-len-5 .callout-cat:nth-child(2) .inner .img-responsive,
  .widget-container-col-len-7 .callout-cat:nth-child(2) .inner .img-responsive,
  .widget-container-col-len-5 .callout-cat:nth-child(3) .inner .img-responsive,
  .widget-container-col-len-7 .callout-cat:nth-child(3) .inner .img-responsive {
    height: 25vw;
    max-height: initial;
  }
}
@media screen and (max-width: 600px) {
  .mwA {
    width: 95%;
  }
  .mwA .widget-container-col .callout-cat {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .callout-cat .inner {
    max-width: initial;
  }
  .callout-cat .inner .img-responsive {
    height: 45vw;
  }
  .featured-brand .widget-container-col-len-5 .callout-cat:first-child .inner .img-responsive,
  .featured-brand .widget-container-col-len-7 .callout-cat:first-child .inner .img-responsive,
  .featured-brand .widget-container-col-len-5 .callout-cat:nth-child(2) .inner .img-responsive,
  .featured-brand .widget-container-col-len-7 .callout-cat:nth-child(2) .inner .img-responsive,
  .featured-brand .widget-container-col-len-5 .callout-cat:nth-child(3) .inner .img-responsive,
  .featured-brand .widget-container-col-len-7 .callout-cat:nth-child(3) .inner .img-responsive {
    height: 45vw;
  }
  .widget-container-col-len-5 .callout-cat:first-child .inner .img-responsive,
  .widget-container-col-len-7 .callout-cat:first-child .inner .img-responsive,
  .widget-container-col-len-5 .callout-cat:nth-child(2) .inner .img-responsive,
  .widget-container-col-len-7 .callout-cat:nth-child(2) .inner .img-responsive,
  .widget-container-col-len-5 .callout-cat:nth-child(3) .inner .img-responsive,
  .widget-container-col-len-7 .callout-cat:nth-child(3) .inner .img-responsive {
    height: 45vw;
  }
}
.featured-brand {
  padding-top: 10px;
  background-color: #f6f8fa;
}
.featured-brand .psr {
  background-color: #fff;
}
.featured-brand .callout-cat .inner {
  border-radius: 10px;
}
.featured-brand .callout-cat .inner .img-responsive {
  object-fit: cover;
  max-height: initial;
  scale: 0.8;
}
.featured-brand .callout-cat .inner .img-responsive {
  height: 14vw;
  max-height: 169px;
}
.featured-brand .widget-container-col-len-5 .inner .img-responsive,
.featured-brand .widget-container-col-len-6 .inner .img-responsive,
.featured-brand .widget-container-col-len-7 .callout-cat:first-child .inner .img-responsive,
.featured-brand .widget-container-col-len-7 .callout-cat:nth-child(2) .inner .img-responsive,
.featured-brand .widget-container-col-len-7 .callout-cat:nth-child(3) .inner .img-responsive,
.featured-brand .widget-container-col-len-3 .callout-cat .inner .img-responsive {
  height: 18.7vw;
  max-height: 232px;
}
.featured-brand .widget-container-col-len-5 .callout-cat:first-child .inner .img-responsive,
.featured-brand .widget-container-col-len-2 .callout-cat:first-child .inner .img-responsive,
.featured-brand .widget-container-col-len-1 .callout-cat:first-child .inner .img-responsive,
.featured-brand .widget-container-col-len-5 .callout-cat:nth-child(2) .inner .img-responsive,
.featured-brand .widget-container-col-len-2 .callout-cat:nth-child(2) .inner .img-responsive,
.featured-brand .widget-container-col-len-1 .callout-cat:nth-child(2) .inner .img-responsive {
  max-height: 359px;
  height: 30.5vw;
}
@media screen and (max-width: 1000px) {
  .featured-brand .callout-cat .inner .img-responsive {
    height: 28.7vw !important;
    max-height: initial;
  }
}
@media screen and (max-width: 600px) {
  .featured-brand .callout-cat .inner .img-responsive {
    height: 58.5vw !important;
  }
}
#gallery-dashboard {
  overflow-x: hidden;
}
.sale-callout-img {
  padding-top: 50px;
  margin: 0 auto;
}
.sale-callout-img &gt; div {
  padding: 15px;
  flex: 50%;
}
.sale-callout-img img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
}
.sale-callout-img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sale-callout-img .inner {
  overflow: hidden;
  border-radius: 10px;
}
.sale-callout-img .col-md-6 {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .sale-callout-img {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .sale-callout-img &gt; div {
    flex: 100%;
  }
}
.currency-and-savings-toggle .no-saving-toggle .customSelect {
  padding-right: 20px;
}
.nav-is-toggled #app.app-layout-zero header#mega-menu-wrap {
  position: fixed;
}
.app-layout-zero header#mega-menu-wrap {
  position: relative;
  display: block;
}
.app-layout-zero header#mega-menu-wrap .mega-menu-container {
  border-top: none;
}
.app-layout-zero div.modal-mega-menu {
  max-width: 1500px;
  left: 50%;
  transform: translateX(-50%);
}
.app-layout-zero .desktop-nav {
  width: 100%;
}
.app-layout-zero .desktop-nav .category-search-typeahead {
  flex: 50 1 auto;
}
.app-layout-zero .desktop-nav .no-currency .savings-toggle {
  padding-left: 0;
}
.app-layout-zero .desktop-nav .no-currency .savings-toggle:before {
  border-left: none;
}
.app-layout-zero div .mega-menu-wrap {
  position: relative;
  box-shadow: none;
}
.app-layout-zero .mega-menu-container {
  border-bottom: solid 1px #e6e6e6;
}
.app-layout-zero .mega-menu-container .header-container div.shop-hamburger {
  margin-left: 0 !important;
}
.app-layout-zero .mega-menu-container .header-container .iframe-nav i[data-badge] {
  display: inline-block;
}
.app-layout-zero .profile .submenu-dropdown.reveal {
  top: 10px;
}
.app-layout-zero .layout-zero-sm-margin {
  margin-right: 20px;
}
.app-layout-zero .iframe-nav {
  padding: 0 0 15px !important;
  display: flex;
  justify-content: flex-end;
}
.app-layout-zero .iframe-nav a {
  color: #333333;
}
.app-layout-zero .iframe-nav i {
  font-size: 22px;
  height: 24px;
}
.app-layout-zero .iframe-nav .nav.icons &gt; li:last-child span.cdr-button {
  transform: translate(0, 40px);
  right: 0;
  left: initial;
}
.app-layout-zero .iframe-nav .psr {
  padding: 0 !important;
}
.app-layout-zero .iframe-nav .currency-dropdown {
  margin-left: 10px;
}
.app-layout-zero .iframe-nav .shortNav .fal[data-badge]:not([data-badge='0'])::after {
  right: -7px;
}
.app-layout-zero .iframe-nav .shortNav .my-account {
  margin-top: 3px;
}
.app-layout-zero .iframe-nav .nav.icons {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.app-layout-zero .iframe-nav .nav &gt; li &gt; a:hover,
.app-layout-zero .iframe-nav .nav &gt; li &gt; a:focus {
  background-color: initial;
  color: #761214;
}
.app-layout-zero .iframe-nav .nav &gt; li &gt; a {
  padding: 0;
  color: #333;
}
.app-layout-zero .iframe-nav .customSelect {
  border-right: solid 1px #e6e6e6 !important;
  border-radius: 0;
}
.app-layout-zero .iframe-nav .customSelect .pseudo-select .styledSelect {
  padding-right: 35px;
}
.app-layout-zero .mega-menu-container .iframe-nav {
  padding: 0 !important;
  align-items: center;
}
.app-layout-zero .mega-menu-container .iframe-nav .profile .submenu-dropdown.reveal {
  top: 45px;
}
.app-layout-zero .savings-toggle:before {
  content: none !important;
}
.app-layout-zero .x {
  position: relative;
}
.app-layout-zero .x .inner:last-child {
  padding-right: 25px;
}
.app-layout-zero .x .inner:last-child:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  /* or 100px */
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 1px #e6e6e6;
  margin-left: 25px;
}
.app-layout-zero .point-bucket .x .inner .point-count &gt; .point-count {
  padding-right: 0;
}
.app-layout-zero .mobile-inner.layout-0 .iframe-nav {
  flex-grow: 1;
}
.app-layout-zero .mobile-inner.layout-0 .nav-search-icon {
  flex: initial;
  padding-left: 8px;
}
@media screen and (max-width: 1000px) {
  .app-layout-zero {
    padding-top: 0;
  }
  .app-layout-zero .mega-menu-container div.iframe-nav {
    padding: 0 !important;
  }
  .app-layout-zero .mega-menu-container div.iframe-nav .customSelect.lang-nav-item {
    margin-left: 0;
  }
  .app-layout-zero .nav-top {
    flex-wrap: initial;
  }
  .app-layout-zero .currency-dropdown {
    margin-left: 25px;
    padding-left: 25px;
    border-left: solid 1px #e6e6e6;
  }
  .app-layout-zero .currency-dropdown .customSelect .styledSelect {
    padding: 10.5px 39px 10.5px 4px !important;
  }
  .app-layout-zero .nav-top-layout-zero {
    display: flex;
  }
  .app-layout-zero .mobile-inner-container {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .app-layout-zero .desktop-layout-zero {
    display: none;
  }
  .app-layout-zero .header-container {
    height: auto;
  }
  .app-layout-zero .mobile-nav-hidden {
    display: flex;
    flex-flow: column-reverse;
    gap: 8px;
    height: auto;
    padding: 19px 0;
  }
  .app-layout-zero .point-bucket .x .inner:after {
    border: none;
  }
}
@media screen and (max-width: 700px) {
  .app-layout-zero {
    padding-top: 54px;
  }
  .app-layout-zero .mega-menu-container .mobile-nav-hidden .nav-top-layout-zero {
    flex-direction: column-reverse;
  }
  .app-layout-zero .mega-menu-container .mobile-nav-hidden div.iframe-nav {
    flex: 1;
  }
  .app-layout-zero .mega-menu-container .mobile-nav-hidden div.iframe-nav .customSelect.lang-nav-item {
    border: none !important;
    margin-left: 20px;
  }
  .app-layout-zero .point-bucket .currency-dropdown {
    margin-right: 0;
    margin-left: 10px;
  }
  .app-layout-zero .point-bucket .currency-dropdown .customSelect {
    border: none;
  }
  .app-layout-zero .point-bucket .layout-zero-sm-margin {
    margin-right: 0;
  }
  .app-layout-zero .point-bucket .x {
    padding-right: 0;
  }
  .app-layout-zero .point-bucket .x .inner .point-count {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .app-layout-zero .nav-top {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .app-layout-zero#app main .container,
  .app-layout-zero#app .mega-menu-container .header-container {
    width: 90% !important;
  }
}
.mobileback {
  width: 100% !important;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.dreamTracker-page.app-layout-zero .iframe-nav {
  padding-top: 15px !important;
}
#dashboard-error-page .error-text-container {
  text-align: center;
  padding-top: 20px;
  max-width: 90%;
  margin: 0 auto;
}
#dashboard-error-page .error-container {
  text-align: center;
  padding-top: 60px;
}
#dashboard-error-page .error-container img {
  width: 80%;
  max-width: 204px;
}
#dashboard-error-page h1 {
  font-size: 40px;
}
#dashboard-error-page p {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  #dashboard-error-page .error-text-container {
    padding-top: 15px;
  }
  #dashboard-error-page .error-container {
    padding-top: 30px;
  }
}
.desktop-product-container {
  padding: 0;
  padding-left: 18px;
}
@media screen and (max-width: 1300px) {
  .desktop-product-container .rewards-for-you .product-box-container {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  .desktop-product-container .rewards-for-you .product-box-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .desktop-product-container .rewards-for-you .product-box-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .desktop-product-container {
    width: 100%;
    padding-left: 0;
    margin-left: -12px;
  }
}
.rewards-for-you {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.rewards-for-you .w100 {
  width: 100%;
}
.rewards-for-you a:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: rgba(0, 0, 0, 0.08) 0 8px 40px;
  border-color: #fff;
}
.rewards-for-you .product-box-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 10px;
  margin-top: 12px;
  font-size: 12px;
  max-width: 25%;
}
.rewards-for-you .product-box-container .product-box .tile-focused,
.rewards-for-you .product-box-container .product-box.tile-focused {
  outline: 2px solid #007bff;
}
.rewards-for-you .inner-router-link-top {
  padding: 20px 20px 0 20px;
}
.rewards-for-you .inner-router-link-bottom {
  padding: 0 20px 20px 20px;
}
.rewards-for-you .product-box {
  height: 100%;
  position: relative;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  display: block;
  background-color: #fff;
  transition: box-shadow 0.5s ease, border-color 0.5s ease;
}
.rewards-for-you .product-box .product-tile-link {
  width: 100%;
  height: 100%;
}
.rewards-for-you .product-box .our-price {
  color: #761214;
  font-weight: 500;
}
.rewards-for-you .product-box:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: rgba(0, 0, 0, 0.08) 0 8px 40px;
  border-color: #fff;
}
.rewards-for-you .product-box .no-outline {
  outline: none;
}
.rewards-for-you .product-img-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  height: 225px;
}
@media screen and (max-width: 767px) {
  .rewards-for-you .product-img-container {
    height: 150px;
  }
}
.rewards-for-you .product-swatches-container {
  padding: 14px 20px 0 14px;
}
.rewards-for-you .product-swatches-container img {
  max-height: 32px;
}
.rewards-for-you .product-swatches-container .swatch-input {
  position: absolute;
  opacity: 0;
  height: 26px;
  width: 26px;
}
.rewards-for-you .product-swatches-container .swatch-active {
  outline: solid 1px #adadad;
  border-radius: 50%;
}
.rewards-for-you .product-swatches-container:focus-visible {
  outline: solid 1px #adadad;
  border-radius: 50%;
}
.rewards-for-you .product-swatches-container fieldset {
  display: flex;
  flex-wrap: wrap;
}
.rewards-for-you .savings-button {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  background-color: #761214;
  color: #fff;
  border-radius: 12px;
  font-size: 12px;
  padding: 10px;
  display: table;
}
.rewards-for-you .savings-button-cell {
  display: table-cell;
  vertical-align: middle;
}
.rewards-for-you .savings-button span:first-child {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.rewards-for-you .currency-icon {
  font-size: 11px;
}
.rewards-for-you .savings-button .saved-points {
  display: flex;
  justify-content: center;
}
.rewards-for-you .savings-button .saved-points span {
  padding-left: 2px;
}
.rewards-for-you .savings-button span:last-child {
  font-size: 11px;
}
.rewards-for-you .savings-button span {
  line-height: 1.1;
}
.rewards-for-you .product-image {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  align-self: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.rewards-for-you .product-image.fallback-image {
  height: 0;
}
.rewards-for-you .price-container {
  font-size: 14px;
}
.rewards-for-you .price-container .from-label {
  color: #761214;
  font-weight: 500;
}
.rewards-for-you .limited-time-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10.7px;
  box-sizing: content-box;
}
.rewards-for-you .limited-time-offer span {
  color: #761214;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
}
.rewards-for-you .product-title {
  color: #191B1D;
  margin-bottom: 10px;
  font-weight: 500;
}
.rewards-for-you .price-container {
  color: #868E95;
}
.rewards-for-you .price-tag {
  font-weight: 300;
  color: #667085;
}
.rewards-for-you .price-tag .strikethrough {
  font-size: 11px;
}
.rewards-for-you .strikethrough {
  text-decoration: line-through;
  padding-right: 10px;
}
.rewards-for-you a:hover {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1000px) {
  .rewards-for-you .product-box-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .rewards-for-you .product-box-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
}
.medium-container {
  max-width: 1175px;
  width: 95%;
  margin: 0 auto;
}
.product-copy-container {
  margin-top: 30px;
}
.product-copy-container.swatch-options {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .product-copy-container {
    margin-top: 10px;
  }
}
.reflektion-search-container {
  height: 42px;
  font-weight: 300;
  flex: 1 1;
  min-width: 0;
  width: 100%;
  margin-right: 10px;
  position: relative;
}
.reflektion-search li.reflektion-title {
  cursor: auto;
}
.reflektion-search {
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  top: 50px;
  width: 100%;
  padding: 8px 0;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  transform: scaleX(0.5) scaleY(0.2) perspective(1px);
  transform-origin: top left;
  opacity: 0;
  visibility: hidden;
}
.reflektion-search.isVisible {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1) scaleY(1) perspective(1px);
  transition: opacity 180ms ease-out, transform 180ms cubic-bezier(0.175, 0.885, 0.4, 1.1);
  z-index: 1053;
}
.reflektion-search.isVisible.populatedSearch .blank-focus {
  display: none;
}
.reflektion-search.isVisible.populatedSearch .populated-focus {
  display: block;
}
.reflektion-search ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.input-container-with-button {
  position: relative;
}
.reflektion-search h2 {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin: 0;
  line-height: 22.5px;
  padding-left: 25px;
  padding-top: 8px;
}
.reflektion-search li:not(.reflektion-title):hover,
.reflektion-search li.selected-result {
  color: #761214;
  background-color: rgba(221, 225, 229, 0.17);
}
.reflektion-search li {
  padding: 8px 25px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 300;
}
.reflektion-search li span.bolded {
  font-weight: 500;
}
.reflektion-search .populated-focus li {
  font-weight: 200;
}
.mobile-nav-hidden .reflektion-search {
  display: none;
}
@media screen and (max-width: 1000px) {
  .mobile-nav-hidden .reflektion-search {
    z-index: 1050;
    width: 100%;
  }
  .mobile-nav-hidden .reflektion-search.isVisible {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .mobile-nav-hidden .reflektion-search {
    top: 105px;
  }
  .reflektion-search-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 500px) {
  .mobile-nav-hidden .reflektion-search {
    top: 205px;
  }
}
.two-factor-authentication {
  margin-top: 50px;
}
.two-factor-authentication ol {
  padding-left: 40px;
  counter-reset: marker-count;
  list-style: none;
}
.two-factor-authentication ol li {
  position: relative;
  counter-increment: marker-count;
  padding-bottom: 16px;
}
.two-factor-authentication ol li:last-child {
  padding-bottom: 0;
}
.two-factor-authentication ol li::before {
  position: absolute;
  top: -2px;
  left: calc(-24px - 16px);
  width: 24px;
  height: 24px;
  background: #761214;
  border-radius: 50%;
  content: counter(marker-count);
  font-size: 1em;
  font-weight: bold;
  line-height: calc(24px + 1px);
  color: #fff;
  text-align: center;
}
.two-factor-authentication .tool-t {
  left: 50%;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.two-factor-authentication .tool-t.active {
  opacity: 1;
  visibility: visible;
}
.two-factor-authentication .tool-t p {
  transform: translateX(-50%);
  background-color: #761214;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.two-factor-authentication .tool-t .square {
  height: 14px;
  width: 14px;
  position: absolute;
  bottom: 20px;
  transform: translatey(-9px) rotate(45deg);
  background-color: #761214;
  left: -5px;
}
.two-factor-authentication button {
  width: 100%;
}
.btn-auth-method {
  background-color: #f2f2f2;
}
.btn-auth-method.selected {
  background-color: #fff;
}
.map {
  height: 60vh;
  max-height: 450px;
  min-height: 340px;
  border-radius: 5px;
}
.map-modal .modal-dialog {
  width: 80vw;
  max-width: 850px;
}
.map-modal .modal-header {
  padding: 22px;
}
.map-modal .modal-title,
.map-modal .distance-rangefinder {
  font-size: 16px;
  padding-top: 3px;
  text-align: center;
  font-weight: 500;
}
.map-modal .modal-body {
  padding: 0 35px;
}
.map-modal .modal-header {
  border-bottom: none;
}
.map-modal .modal-footer {
  border-top: none;
}
.map-modal .close {
  font-size: 19px;
  border-radius: 25px;
  height: 32px;
  width: 32px;
  background-color: #dde1e5;
  margin-left: -18px;
  margin-right: 12px;
}
.address-form {
  color: #222222;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: solid 1px #dde1e5;
  border-radius: 5px;
  width: 93%;
  height: 43px;
  display: flex;
  align-items: center;
}
.address-form .submit-wrapper {
  position: relative;
}
.address-form .submit-wrapper .info-window {
  top: -7px;
  left: -25px;
  position: absolute;
}
.address-container {
  background-image: url('../../../../images/icons/search-alt.png');
  background-size: 18px 18px;
  color: #8E919B;
  background-color: white;
  background-position: 12px center;
  background-repeat: no-repeat;
  border: none;
  height: 43px;
  border-radius: 5px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  cursor: text;
  width: 100%;
  flex-shrink: 0;
}
.address-placeholder,
#address {
  padding-left: 44px;
  padding-right: 50px;
}
#address {
  background: transparent;
  border: none;
  margin-top: -2px;
  font-size: 15px;
  color: #222;
  line-height: 0;
  font-weight: 500;
  position: initial;
}
.map-body {
  position: relative;
}
.map-body .map .infomsg {
  display: none !important;
}
.map-body .info-window .fa-location-arrow {
  position: absolute;
  top: 12px;
  font-size: 18px;
  right: 12px;
}
.address-form .submit {
  height: 43px;
  position: absolute;
  border: none;
  right: 0;
  background-color: transparent;
  width: 38px;
  z-index: 1;
  bottom: -21px;
}
.address-placeholder {
  font-size: 12px;
  padding-top: 4px;
  color: #8E919B;
}
.error-occurred {
  text-align: center;
  padding-bottom: 77px;
}
.pac-container {
  position: absolute;
  z-index: 1000000;
  background-color: #fff;
  border-radius: 5px;
  top: 50px;
  width: 100%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  transform: scaleX(0.5) scaleY(0.2) perspective(1px);
  transform-origin: top left;
  opacity: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  visibility: hidden;
}
.pac-item-query {
  font-size: 15px;
  font-weight: 500;
}
.pac-item {
  padding: 5px 21px;
  font-size: 10px;
  border-top: none;
  cursor: pointer;
}
.pac-matched {
  font-weight: 300;
}
.pac-icon {
  background-image: none;
  margin-top: 0;
}
.pac-icon:before {
  content: "\f3c5" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 20px;
  color: #761214;
}
.pac-container:after {
  display: none;
}
.pac-container {
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
  color: inherit;
  font-weight: 500;
  font-size: 14px;
  transform: scaleX(1) scaleY(1) perspective(1px);
  transition: opacity 180ms ease-out, transform 180ms cubic-bezier(0.175, 0.885, 0.4, 1.1);
}
.map-modal .close {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .map-modal .modal-dialog {
    width: inherit;
  }
}
.map #address::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8E919B;
  opacity: 1;
  /* Firefox */
}
.map #address:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8E919B;
}
.map #address::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8E919B;
}
#reward-gallery.couponCatalogue .rewards-for-you {
  padding-top: 1px;
}
#reward-gallery.couponCatalogue #desktopSortContainer &gt; div,
#reward-gallery.couponCatalogue #desktopSortContainer .resultsShowingContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#reward-gallery.couponCatalogue .svg-search-btn.toggle-map-btn {
  order: 2;
  padding-top: 0 !important;
  background-color: transparent;
  border: 2px solid #761214;
  color: #761214;
  display: flex;
  align-items: center;
  transition: all 0.125s ease;
}
#reward-gallery.couponCatalogue .svg-search-btn.toggle-map-btn:hover {
  background-color: #761214;
  color: #fff;
}
#reward-gallery.couponCatalogue .svg-search-btn.toggle-map-btn.mobile-btn {
  display: none;
}
#reward-gallery.couponCatalogue .svg-search-btn.toggle-map-btn i.fa-map-marked,
#reward-gallery.couponCatalogue .svg-search-btn.toggle-map-btn i.fa-grip-horizontal {
  font-size: 22px;
  padding-right: 15px;
  width: 40px;
}
#reward-gallery.couponCatalogue .svg-search-btn.toggle-map-btn span {
  text-align: left;
}
@media (max-width: 1250px) {
  #reward-gallery.couponCatalogue #location-modal-widget {
    padding: 20px 25px 0;
  }
  #reward-gallery.couponCatalogue #location-modal-widget button {
    margin-top: 25px;
  }
  #reward-gallery.couponCatalogue #desktopSortContainer .resultsShowingContainer {
    justify-content: flex-end;
  }
  #reward-gallery.couponCatalogue .mobile-icon-container {
    margin-right: auto;
  }
  #reward-gallery.couponCatalogue .svg-search-btn.toggle-map-btn {
    border-radius: 20px;
    padding: 0 14px;
    margin-top: 0;
  }
  #reward-gallery.couponCatalogue .svg-search-btn.toggle-map-btn:hover {
    background-color: transparent;
    color: #761214;
  }
  #reward-gallery.couponCatalogue .svg-search-btn.toggle-map-btn span {
    display: block;
    text-align: center;
  }
  #reward-gallery.couponCatalogue .mobile-hide {
    display: none !important;
  }
}
#reward-gallery.couponCatalogue .fade-enter,
#reward-gallery.couponCatalogue .fade-leave-to {
  opacity: 0;
}
#reward-gallery.couponCatalogue .fade-enter-active,
#reward-gallery.couponCatalogue .fade-leave-active {
  transition: all 0.125s linear;
}
#location-modal-container {
  margin-bottom: 0;
}
.pinLabels {
  color: #333;
  font-weight: 600;
  transform: translateX(-50%);
  font-size: 13px;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
#location-modal-widget h6 {
  margin-bottom: 20px;
}
.svg-search-btn {
  margin: 20px 0;
}
#guest-widget-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 7px;
}
#guest-widget-container h6 {
  font-size: 12px;
}
#guest-widget-container:hover &gt; a {
  color: #dc2a27;
}
#guest-widget-container:hover #guest-dropdown-container {
  display: block;
}
#guest-widget-container .svg-search-btn {
  padding: 0px 60px;
}
#guest-widget-container .svg-search-btn a {
  padding: 0;
  color: inherit;
}
#guest-widget-container .svg-search-btn a {
  font-size: 14px;
}
#guest-widget-container .svg-search-btn a:hover {
  text-decoration: none;
}
#guest-widget-container #guest-widget {
  position: relative;
}
#guest-widget-container #guest-dropdown-container {
  display: none;
  position: absolute;
  white-space: nowrap;
  right: 0;
  box-sizing: content-box;
  top: 31px;
  padding-top: 9px;
}
#guest-widget-container #guest-dropdown {
  background-color: white;
  padding: 24px;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#guest-widget-container #guest-dropdown .customer-msg a:hover {
  text-decoration: none;
  color: #761214;
}
#guest-widget-container #guest-dropdown .customer-msg {
  padding-top: 10px;
  text-align: center;
}
#guest-widget-container .customer-msg h6 {
  font-size: 14px;
}
#guest-widget-container #guest-toggle {
  cursor: pointer;
  display: inline-block;
}
#guest-widget-container #guest-widget li {
  list-style-type: none;
}
#guest-widget-container #guest-widget hgroup h6 {
  margin: 0;
  width: 100%;
}
#guest-widget-container #guest-toggle h6 {
  color: #f0e7d0;
}
#guest-widget-container #guest-toggle h6:last-child {
  color: #761214;
}
.navbar-header &gt; .navbar-nav &gt; #guest-widget-container &gt; a {
  border-right: none;
}
#header-wrap .customSelect .styledSelect {
  color: #f0e7d0;
}
#header-wrap .customSelect .styledSelect:hover {
  color: #dc2a27;
}
.check-mark .checkmark:hover:after {
  color: #fff;
}
.check-mark .checkmark:after {
  content: "\f00c" / "";
  font-size: 15px;
  color: #761214;
  -webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  position: absolute;
  right: 13px;
  transform: translateY(-50%);
  top: 50%;
  font-family: 'Font Awesome 5 Pro', sans-serif;
}
.check-mark .checkmark {
  position: relative;
}
.pseudo-select .options li:hover a {
  color: #fff;
}
.sub-nav span {
  cursor: pointer;
}
.sub-nav span:hover {
  color: #761214;
}
.currency-dropdown .customSelect .styledSelect {
  padding-left: 6px;
}
@media screen and (max-width: 700px) {
  .currency-dropdown .customSelect .styledSelect {
    padding-right: 18px;
  }
}
.currency-dropdown {
  margin-left: 25px;
}
.align-right .options {
  right: 0;
}
.microloan-providers button {
  margin-bottom: 16px;
}
.microloan-providers.checkout-page,
.microloan-providers.catalogue-page {
  text-align: center;
  margin-bottom: 16px;
}
.microloan-providers.checkout-page {
  margin-bottom: 5px;
}
.microloan-providers.catalogue-page {
  text-align: left;
  line-height: 22px;
  margin-top: 15px;
}
.microloan-providers.product-details-page {
  text-align: left;
}
.microloan-providers.product-details-page,
.microloan-providers.cart-page {
  font-size: 15px;
  font-weight: 400;
  align-items: baseline;
  margin-bottom: 16px;
}
.microloan-providers.cart-page {
  text-align: center;
  margin-bottom: 25px;
}
.microloan-providers .financing-img.modal-anchor {
  margin-bottom: 13px;
}
.microloan-providers .bolded {
  font-weight: 600;
}
.microloan-providers .modal-anchor {
  cursor: pointer;
}
.microloan-providers .underline {
  text-decoration: underline;
}
.microloan-providers .blue {
  color: #00C8E5;
  cursor: pointer;
}
.microloan-providers .learn-more {
  color: #761214;
}
.provider-payment-methods {
  margin-top: 5px;
}
.provider-payment-methods .payment-method {
  margin-bottom: 5px;
}
.provider-payment-methods .payment-method.last-one {
  margin-bottom: 0;
}
.affirm-button-container {
  background-color: #00C8E5;
  border-radius: 4px;
  padding: 9px;
  cursor: pointer;
  position: relative;
}
.affirm-button-container .opass-button-filter {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0;
}
.affirm-button-container:hover .opass-button-filter {
  opacity: 0.1;
}
.affirm-button {
  width: 210px;
}
.catalogue-finance-container {
  text-align: center;
}
.cat-affirm {
  text-align: left;
  line-height: 22px;
}
.catalogue-page &gt; div {
  margin-top: -6px;
  margin-bottom: 16px;
  font-size: 13px;
}
.cat-affirm-container .affirm-modal-trigger {
  color: #333;
  text-decoration: none;
}
.product-page-affirm .affirm-ala-price {
  font-weight: 600;
}
.__affirm-logo.__ligature__affirm_full_logo__ {
  margin-left: 2px;
  font-size: 23px;
}
#affirm-widget {
  text-align: center;
}
#affirm-widget .affirm-logo {
  height: 20px;
  margin-bottom: 10px;
  margin-left: -7px;
  margin-right: -7px;
}
#pbModal {
  z-index: 10000;
}
.paybright-widget-container {
  text-align: center;
  margin-bottom: 20px;
}
.paybright-widget-container div {
  text-align: center;
  margin-bottom: 20px;
}
.paybright-widget-container img {
  margin-bottom: -3px;
  width: 130px !important;
  margin-left: -6px;
  margin-right: -10px;
}
.financing-vendor-logo {
  vertical-align: baseline !important;
  width: 5em;
}
.financing-vendor-logo.paybright {
  width: 8em;
}
.financing-vendor-logo.etika {
  margin: 0px 10px 10px 10px;
}
.paybright-cart-container p,
.affirm-cart-container p,
.sezzle-cart-container p {
  font-size: 15px;
  text-align: left !important;
}
.rewards-for-you #affirm-widget .affirm-modal-trigger:hover,
.paybright-widget-container a:hover {
  box-shadow: none;
}
.paybright-checkout {
  background-color: #4341aa;
  color: #fff;
}
.paybright-checkout:hover {
  background: #3d3b9c;
  color: #fff;
}
.paybright-checkout:focus {
  background: #3d3b9c;
  color: #fff;
}
.btn.paybright-checkout,
.btn.etika-checkout {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #4341aa;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.paybright-checkout:hover,
.btn.etika-checkout:hover {
  background: #3d3b9c;
}
.btn.paybright-checkout:focus,
.btn.etika-checkout:focus {
  background: #3d3b9c;
}
.btn.paybright-checkout .paybright-button-text,
.btn.etika-checkout .paybright-button-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.btn.paybright-checkout img,
.btn.etika-checkout img {
  height: 48%;
  box-sizing: content-box;
  padding-bottom: 7px;
  padding-right: 6px;
}
.sezzle-checkout {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #382770;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sezzle-checkout .sezzle-button-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.sezzle-checkout img {
  height: 48%;
  box-sizing: content-box;
  padding-bottom: 7px;
  padding-right: 6px;
}
.sezzle-checkout:hover {
  background-color: #382757;
}
.etika {
  font-weight: 400;
  display: flex;
  align-items: end;
  justify-content: center;
}
.etika img {
  align-self: start;
}
.etika .etika-content {
  text-align: left;
  padding-left: 8px;
}
.etika a {
  font-weight: 500;
}
.etika.cart-page img {
  width: 68px;
}
.etika.product-grid {
  font-size: 13px;
}
.etika.product-grid .etika-content &gt; p {
  margin-bottom: 1px;
}
.etika.product-grid .etika-content p:nth-child(2) {
  line-height: 1.5;
}
.etika.product-detail {
  justify-content: start;
  font-size: 14px;
}
.etika.product-detail .etika-content &gt; p {
  margin-bottom: 2px;
}
.etika.product-detail,
.etika.product-grid {
  color: #333;
}
.etika.product-detail img,
.etika.product-grid img {
  width: 58px;
}
.etika-cart-container .logo-container {
  align-items: center;
}
.etika-checkout {
  background: #B5F5EC;
  color: #222;
  margin-top: 5px;
}
.etika-checkout:hover {
  background: #b1f0e6;
}
.etika-checkout:focus {
  background: #b1f0e6;
}
.etika-checkout .financing-button-text {
  margin: 0 0 -15px 0;
}
#klarna-checkout {
  position: relative;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #ffb3c7;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#klarna-checkout:hover {
  background: #f5a9bd;
}
#klarna-checkout:focus {
  background: #f5a9bd;
}
#klarna-checkout .klarna-button-text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
#klarna-checkout img {
  height: 48%;
  box-sizing: content-box;
  padding-bottom: 7px;
  padding-right: 6px;
}
#paypal-button-container .paypal-buttons {
  margin-bottom: 12px;
}
.dialog-details.product-page .row {
  margin-left: -16px;
  margin-right: -16px;
}
.mall-container-checkout {
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
  background-color: rgba(221, 225, 229, 0.05);
}
.nav-tabs.checkout li {
  font-size: 14px;
  font-weight: 400;
}
.nav-tabs.rewards-tab li a {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.nav-tabs.rewards-tab li a:hover {
  background: #f2f2f2;
}
.tab-content.checkout {
  padding: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.form-control.checkout {
  height: auto;
}
.page-header.cart {
  padding-bottom: 7px;
  margin: 32px 0;
  border-bottom: 0;
}
.form-horizontal.checkout .control-label {
  padding-top: 12px;
}
.btn.checkout {
  padding: 10px 12px;
}
.media-heading.checkout {
  margin-bottom: 0;
  line-height: 1.5;
  padding-right: 20px;
}
.media-body.checkout .media-heading {
  margin-top: 8px;
}
.media-left.checkout a {
  color: #333;
}
.media-left.checkout,
.media-body.checkout {
  vertical-align: middle;
}
.table.checkout &gt; thead &gt; tr &gt; td.active,
.table.checkout &gt; tbody &gt; tr &gt; td.active,
.table.checkout &gt; tfoot &gt; tr &gt; td.active,
.table.checkout &gt; thead &gt; tr &gt; th.active,
.table.checkout &gt; tbody &gt; tr &gt; th.active,
.table.checkout &gt; tfoot &gt; tr &gt; th.active,
.table.checkout &gt; thead &gt; tr.active &gt; td,
.table.checkout &gt; tbody &gt; tr.active &gt; td,
.table.checkout &gt; tfoot &gt; tr.active &gt; td,
.table.checkout &gt; thead &gt; tr.active &gt; th,
.table.checkout &gt; tbody &gt; tr.active &gt; th,
.table.checkout &gt; tfoot &gt; tr.active &gt; th {
  background-color: transparent;
}
.table.checkout &gt; thead &gt; tr &gt; th,
.table.checkout &gt; tbody &gt; tr &gt; th,
.table.checkout &gt; tfoot &gt; tr &gt; th,
.table.checkout &gt; thead &gt; tr &gt; td,
.table.checkout &gt; tbody &gt; tr &gt; td,
.table.checkout &gt; tfoot &gt; tr &gt; td {
  padding: 20px 8px;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 0;
}
.table.checkout &gt; thead &gt; tr &gt; th,
.table.checkout &gt; thead &gt; tr &gt; td {
  background-color: #fff;
  border-left: 0;
  border-bottom: 0;
  color: #333;
}
.table.checkout {
  border-bottom: 0;
  margin-bottom: 40px;
}
.table.checkout &gt; thead &gt; tr &gt; th {
  vertical-align: middle;
  font-weight: 600;
}
.tr-checkout {
  border-bottom: 1px solid #e6e6e6;
}
.media.checkout {
  border-style: none;
}
.paypal-cart-checkout {
  padding-left: 0;
  padding-right: 0;
}
.pl-xs.checkout,
.pl-xs.checkout &gt; th,
.pl-xs &gt; td {
  padding-left: 8px !important;
}
.pr-xs.checkout,
.pr-xs.checkout &gt; th,
.pr-xs &gt; td {
  padding-right: 8px !important;
}
.select-payment {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
.select-payment {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
.checkoutCompleted-page .pull-right.h4 .fa-print {
  padding-top: 0;
}
.checkoutCompleted-page .fa-print {
  padding-top: 7px;
}
.guest-registration-checkout {
  background-color: #fafafa;
  padding: 16px 16px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .guest-registration-checkout {
    transform: translateY(-16px);
  }
}
.guest-registration-checkout button {
  height: 34px;
}
.guest-registration-checkout input {
  height: 25px;
}
.flex-row.flex-nowrap.order-details-row {
  margin-bottom: 50px;
}
.register-success-modal {
  text-align: center;
}
.register-success-modal h2 {
  font-weight: 500;
}
.register-success-modal a {
  width: 70%;
  margin-top: 30px;
  padding: 10px;
  font-weight: 500;
}
.register-success-modal .modal-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register-success-modal .modal-body p {
  font-size: 14px;
}
.register-success-modal .modal-dialog {
  margin: 170px auto;
  width: 480px;
}
.debit-credit-checkout button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.debit-credit-checkout .fa-credit-card {
  font-size: 19px;
  padding-right: 8px;
}
.paypal-purchase tr.total-value .text-right {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
}
.paypal-purchase tr.total-value small {
  font-size: 75%;
}
.checkout-top-bar {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  justify-content: space-between;
  align-items: center;
}
.form-group.checkbox .business-address {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.address-group {
  margin-bottom: 15px;
}
.address-group .form-group {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .address-group .form-group {
    margin-bottom: 16px;
  }
}
.checkout.autocomplete input.is-open {
  border: 1px solid #1A1A1A;
}
.checkout.autocomplete .input-container {
  position: relative;
}
.checkout.autocomplete .autocomplete-results {
  padding: 0;
  margin: 0;
  border: 1px solid #eeeeee;
  height: auto;
  overflow: auto;
  position: absolute;
  z-index: 1;
  top: 32px;
  background: white;
  width: 100%;
  box-shadow: 0px 6px 10px 0px rgba(20, 31, 45, 0.05);
}
.checkout.autocomplete .autocomplete-results-fix-height {
  height: 200px !important;
}
.checkout.autocomplete .autocomplete-result {
  list-style: none;
  text-align: left;
  padding: 6px 12px;
  cursor: pointer;
}
.checkout.autocomplete .autocomplete-result.is-active {
  background-color: #f5f5f5;
  color: #333333;
}
.checkout.autocomplete .autocomplete-result-not-found {
  cursor: default !important;
}
@media screen and (max-width: 768px) {
  #checkout-form.no-shipping-required {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .mallCheckout-page #checkout-form {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-row.flex-nowrap.order-details-row {
    flex-wrap: wrap;
  }
  .guest-registration-checkout {
    margin-bottom: 16px;
  }
  .register-success-modal {
    text-align: center;
  }
  .register-success-modal .modal-dialog {
    width: auto;
  }
  .register-success-modal .modal-body {
    padding: 20px;
  }
}
.recaptchaContainer .grecaptcha-badge {
  z-index: 510 !important;
}
.save-with-coupon {
  display: none;
}
.rewardsDetail-page .discounted-prices .strikethrough {
  color: #667085;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: line-through;
}
.rewardsDetail-page .discounted-prices .final-price {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.rewardsDetail-page .dt h3 {
  font-size: 13.5px;
}
.product-details {
  margin-top: 30px;
}
.product-details .sticky-scroll {
  position: sticky;
  top: 80px;
}
.full-amount {
  margin-top: 21px;
}
.limited-time-offer-box {
  background-color: #fff;
  color: #761214;
  border: 2px solid #761214;
  font-weight: 500 !important;
  padding: 15px !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.crossed-out-price {
  font-size: 15px;
  text-decoration: line-through;
  color: #6D787E;
  font-weight: 300;
}
.save-text {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  font-weight: 600;
}
.reward-cost-container {
  margin: 0 0 5px 0;
}
.reward-cost {
  font-size: 24px;
}
.sm-currency {
  font-size: 17px;
}
.rewardsDetail-page {
  /* .fal[data-badge]:not([data-badge='0'])::after{*/
  /*   content: none;*/
  /* }*/
}
.rewardsDetail-page .product-details .btn {
  padding: 10px 12px;
}
.rewardsDetail-page .well {
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #dde1e5;
}
.rewardsDetail-page .tab-content {
  padding: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.rewardsDetail-page .product-details:focus {
  outline: none;
}
.rewardsDetail-page .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  min-height: 38px;
  padding: 10px 12px;
  min-width: 80px;
}
.rewardsDetail-page .form-control option {
  padding-right: 21px;
}
.rewardsDetail-page .form-control[disabled],
.rewardsDetail-page .form-control[readonly],
fieldset[disabled] .rewardsDetail-page .form-control {
  border: 1px solid #667085;
}
.reward-group-options select.reward-group-option {
  min-height: 42px;
}
.reward-group-options .fa-chevron-down {
  float: right;
  margin-top: -25px;
  margin-right: 5px;
  pointer-events: none;
  /* everything after this is just to cover up the original arrow */
  /* (for browsers that don't support the syntax used above) */
  background-color: transparent;
  color: #444444;
  padding-right: 5px;
  font-size: 12px;
}
.rewardsDetail-page .form-control::-ms-expand {
  display: none;
}
.product-cart-options .add-to-cart .fal[data-badge]:not([data-badge='0'])::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .dialog_details {
    margin: 0;
  }
  .rewardsDetail-page #productQty {
    padding: unset;
  }
  .product-details .sticky-scroll {
    position: relative;
    top: 0;
  }
}
.pr-xs.checkout {
  min-height: 40px;
}
.form-control.checkout {
  min-height: 40px;
  min-width: 76px;
}
#reward-gallery {
  margin-top: 25px;
}
#reward-gallery .fa-stack-1x:hover {
  color: #761214;
}
#reward-gallery .facet_list li:not(:last-child) {
  margin-bottom: 8px;
}
#reward-gallery .facet_list li:not(:last-child):first-child {
  margin-top: 5px;
}
#reward-gallery #desktopSortContainer .nav #desktopSortButton:hover {
  background: none;
}
#reward-gallery #desktopSortContainer .dropdown-menu {
  left: initial !important;
  right: 0 !important;
}
#reward-gallery .mobile-icon-container {
  display: none;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #reward-gallery {
    margin-top: 0;
  }
  #reward-gallery .desktop-product-container {
    margin: 0;
    margin-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  #reward-gallery .desktop-product-container .rewards-for-you {
    padding: 0;
  }
  #reward-gallery #desktopSortContainer .nav {
    display: none;
  }
  #reward-gallery #desktopSortContainer &gt; div {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  #reward-gallery #desktopSortContainer .resultsShowingContainer {
    display: flex;
    align-items: center;
  }
  #reward-gallery #desktopSortContainer .resultsShowingContainer p {
    padding-right: 12px;
  }
  #reward-gallery #desktopSortContainer .resultsShowingContainer button {
    padding-right: 0;
    padding-left: 0;
  }
  #reward-gallery .mobile-icon-container {
    background-color: rgba(221, 225, 229, 0.5);
    cursor: pointer;
    display: inline-block;
    width: 48px;
    height: 36px;
    border-radius: 18px;
  }
  #reward-gallery .mobile-icon-container.sort {
    width: 36px;
  }
  #reward-gallery .mobile-icon-container.sort button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  #reward-gallery .mobile-icon-container i {
    font-style: normal;
    color: #333333;
    font-size: 16px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  #reward-gallery .desktop-product-container {
    width: 100%;
  }
  #reward-gallery .desktop-product-container .row {
    margin: 0 0;
  }
  #reward-gallery &gt; .facetsContainer {
    width: 400px;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #fff;
    z-index: 1048;
    overflow-y: auto;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: transform 0.3s;
    max-width: 100vw;
    left: 0;
    display: none;
  }
  #reward-gallery &gt; .facetsContainer.open {
    display: block;
  }
  #reward-gallery &gt; .facetsContainer.transition {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #reward-gallery &gt; .facetsContainer h2 {
    font-size: 28px;
    font-weight: 400;
  }
  #reward-gallery .overflow-scroll {
    padding: 44px 25px;
  }
  #reward-gallery .well {
    border-right: 1px solid #E6E6E6;
    padding-top: 22px;
  }
}
#reward-gallery .well {
  padding-right: 20px;
  padding-left: 0;
  border: none;
  background: none;
}
#reward-gallery .facetsContainer {
  padding-left: 0;
}
#reward-gallery .list-group {
  padding-right: 0;
}
#reward-gallery .panel {
  margin-bottom: initial;
  border: none;
  border-radius: unset;
  box-shadow: initial;
  -webkit-box-shadow: initial;
  background: none;
}
@media screen and (min-width: 1200px) {
  #reward-gallery &gt; .facetsContainer {
    width: 20%;
  }
  #reward-gallery &gt; .facetsContainer .mobile-icon-container {
    display: none;
  }
  #reward-gallery &gt; .facetsContainer .round-close-button {
    display: none;
  }
  #reward-gallery &gt; .facetsContainer .ex {
    display: none;
  }
  #reward-gallery .well {
    border-right: 1px solid #e6e6e6;
    padding: 8px 8px;
    padding-left: 0;
    padding-right: 20px;
  }
  #reward-gallery &gt; .desktop-product-container {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  #reward-gallery &gt; .facetsContainer {
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.facetSide {
  overflow-wrap: break-word;
  overflow-x: hidden;
}
.facetSide.menu a.selected,
.facetSide.menu .sort-actions a.selected,
.facetSide.menu #mobileSort a.selected {
  font-weight: 500;
}
.facetSide.menu h3,
.facetSide.menu h2 {
  font-weight: 500;
  font-size: 14px;
}
.facetSide.menu .facets_view_all,
.facetSide.menu .facets_view_less {
  font-weight: 500;
}
.facetSide.menu .fa-stack-1x {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  margin-top: 4px;
  color: #666666;
}
.facetSide.menu .fa-stack-2x {
  font-size: 1.836em;
}
.facetSide.menu .input-group .searchMin.safari-outline:focus-visible,
.facetSide.menu .input-group .searchMax.safari-outline:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -5px;
}
.facetSide.menu .category-item i {
  margin: 2px 4px 0 0;
}
.facetSide.menu .facet_list a:focus.safari-outline,
.facetSide.menu .facet_list button:focus.safari-outline {
  outline: 5px auto -webkit-focus-ring-color;
}
.facetSide.menu .facet_list .clearFilter:focus {
  outline-offset: -3px;
}
.facetSide.menu .facet_list .clearFilter:focus.safari-outline {
  outline-offset: -5px;
}
.facetSide.menu .facet_list ul .list-group-item a {
  outline-offset: -1px;
}
.facetSide.menu .facet_list ul .list-group-item a.safari-outline:focus {
  outline-offset: -5px;
}
.facetSide.menu .facet_list ul button.safari-outline:focus {
  outline-offset: -4.5px;
}
.facetSide.menu .facet_list ul button.firefox-outline:focus {
  outline-offset: -1px;
}
.facetSide.menu .facet_list .hide-scroll-bar {
  overflow-y: hidden;
}
.facetSide .facetSide-category.menu button.safari-outline:focus {
  outline-offset: -4px !important;
}
.facetSide .facetSide-category.menu a:hover,
.facetSide .facetSide-category.menu a:focus {
  text-decoration: none;
  outline-offset: 1px !important;
}
.facetSide .facet_list &gt; .list-group {
  max-height: 25.75em;
  overflow-y: auto;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
.filtered-list-item {
  font-size: 13px;
  font-weight: 300;
}
.list-group-item.filter-title {
  margin-bottom: 15px;
}
.facet_for_filters p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.facet_for_filters p:last-child {
  padding-bottom: 15px;
}
.facet_for_filters .list-group-item.filter-title {
  text-align: left;
  display: block;
  border: none;
  padding-left: 0;
  padding-bottom: 0;
}
.facet_list .list-group-open a:hover {
  color: #761214;
  text-decoration: none;
}
.input-group-btn .range.btn.safari-outline:focus {
  outline-offset: -3px;
  outline: 5px auto -webkit-focus-ring-color;
}
.desktopSortContainer {
  font-weight: 500;
  color: #555555;
}
.desktopSortContainer .resultShowingKeyword {
  color: #761214;
}
#mobile_breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: All 0.3s;
}
#mobile_breadcrumb a:hover {
  text-shadow: #000 2px 2px 2px;
  transition: All 0.5s;
}
.rangeSearch_container .form-control.searchMin,
.rangeSearch_container .form-control.searchMax {
  border-radius: 6px;
  min-height: 38px;
}
.rangeSearch_container .btn-icon span {
  font-size: 1.833333em;
}
.desktopFacets_filters #desktopFacets div .well-sm,
.desktopFacets_filters #desktopFacets div .well {
  border-radius: 0;
  border-right: none;
}
.desktopFacets_filters #desktopFacets .round-close-button span {
  padding-top: 6px;
}
.desktopFacets_filters #desktopFacets .ex:hover {
  color: #761214;
}
.desktopFacets_filters #desktopFacets .facetsContainer {
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .desktopFacets_filters #desktopFacets {
    border-right: 1px solid #dde1e5;
  }
}
@media screen and (max-width: 420px) {
  #desktopFacets .ex:hover {
    color: #333;
  }
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
.lang-container {
  max-width: 410px;
  margin: 80px auto auto;
  padding: 20px;
  text-align: center;
}
.lang-container .logo {
  text-align: center;
  margin-bottom: 40px;
  max-width: 200px;
}
.lang-container .text {
  margin-bottom: 40px;
}
.lang-container .text p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #292929;
  font-weight: 400;
  margin-bottom: 10px;
}
.lang-container .logo img {
  max-height: 150px;
  max-width: 100%;
}
.language-button a {
  position: relative;
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #761214;
  color: #292929;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  z-index: 1;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
}
.language-button a:hover {
  background-color: #761214;
}
@media only screen and (max-width: 900px) {
  .lang-container {
    margin: 20px auto auto;
  }
  .lang-container .logo img {
    max-height: 80px;
  }
}
#app.dashboards-page main {
  padding-bottom: 80px;
}
#app.dashboards-page footer {
  margin-top: 0;
}
.coupon-banner-wrapper {
  border-radius: 8px;
}
.coupon-banner-wrapper.success {
  background: #F6FEF9;
  color: #027A48;
}
.coupon-banner-wrapper.initial {
  background: #cdcecf36;
}
.coupon-banner-wrapper.initial p {
  color: #4c4a4a;
}
.coupon-banner-wrapper.initial.force {
  padding: 16px 24px;
}
.coupon-banner-wrapper.error {
  background: #FFFBFA;
}
.coupon-banner-wrapper.error p {
  color: #B42318;
}
.coupon-banner-wrapper.error input {
  border: 1px solid #FDA29B;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.coupon-banner-wrapper.error input:focus-visible {
  border: 1px solid #FDA29B;
  box-shadow: 0 0 0 4px #FFFBFA, 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.coupon-banner-wrapper.hide-banner {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: hidden;
}
.coupon-banner-wrapper .coupon-input ul {
  min-width: 100%;
  z-index: 1020;
  width: auto;
  top: 44px;
  max-height: 250px;
  overflow-y: scroll;
}
.coupon-banner-wrapper .coupon-input button,
.coupon-banner-wrapper .coupon-input li {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  min-width: 100px;
}
.coupon-banner-wrapper .coupon-input svg,
.coupon-banner-wrapper .coupon-input .fa-chevron-down {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.coupon-banner-wrapper .coupon-input .fa-chevron-down {
  color: #4c4a4a;
  right: 5px;
  font-size: 13px;
  font-weight: 400;
}
.coupon-banner-wrapper .coupon-input svg {
  right: 12px;
}
.coupon-banner-wrapper .coupon-input input {
  font-size: 16px;
  min-height: 40px;
  min-width: 250px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 8px 12px;
}
.coupon-banner-wrapper .coupon-input input::placeholder {
  color: #667085;
  font-weight: 400;
}
.coupon-banner-wrapper .coupon-input input:focus-visible {
  outline: none;
  border-radius: 8px;
  border: 1px solid #84ADFF;
  box-shadow: 0 0 0 4px #D1E0FF, 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.coupon-banner-wrapper .code-list {
  padding: 6px;
  width: 100%;
  position: absolute;
}
.coupon-banner-wrapper .code-list li:not(:first-child) {
  padding: 10px 8px;
  margin-top: 2px;
}
.coupon-banner-wrapper .code-list li:not(:first-child) small {
  color: #667085;
}
.coupon-banner-wrapper .code-list li:not(:first-child):hover {
  background: #F9FAFB;
  border-radius: 6px;
}
.coupon-banner-wrapper .code-list li:first-child p {
  color: #475467;
  padding: 6px 8px;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -6px;
  background: #F9FAFB;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.coupon-banner-wrapper .code-list,
.coupon-banner-wrapper .coupon-options {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  border: 1px solid #EAECF0;
}
.coupon-banner-wrapper .coupon-options {
  padding: 8px;
  position: absolute;
  right: 0;
}
.coupon-banner-wrapper .coupon-options li button {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #475467;
}
.coupon-banner-wrapper .coupon-options li button:hover {
  background: #F9FAFB;
  border-radius: 6px;
}
@media screen and (max-width: 700px) {
  .coupon-banner-wrapper .banner-title {
    display: none;
  }
  .coupon-banner-wrapper.initial,
  .coupon-banner-wrapper.error {
    flex-direction: column;
  }
  .coupon-banner-wrapper .coupon-input {
    margin-top: 10px;
  }
  .coupon-banner-wrapper .coupon-input .coupon-input-wrapper {
    flex-grow: 1;
  }
  .coupon-banner-wrapper .coupon-input .coupon-input-wrapper input {
    min-width: 150px;
    width: 100%;
  }
}
.coupon-reward .form-description {
  display: flex;
}
.coupon-reward .coupon-description {
  padding: 10px 0 20px;
}
.coupon-reward .coupon-description p {
  font-size: 14px;
  line-height: 1.5;
}
.coupon-reward .coupon-description p::first-letter {
  text-transform: uppercase;
}
.coupon-reward p {
  font-size: 14px;
}
.coupon-location {
  margin: 2px 0 30px 0;
}
.coupon-buttons {
  display: flex;
  flex-wrap: wrap;
}
.coupon-buttons button {
  margin: 0 2px;
}
.coupon-offer,
.online-coupon-offer {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.coupon-offer h2,
.online-coupon-offer h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.non-online-coupon .select-offers {
  text-transform: uppercase;
  color: #761214;
  font-weight: 600;
}
.non-online-coupon .coupon-options {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.non-online-coupon .coupon-options select {
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-padding-end: 20px !important;
}
.product-container {
  cursor: default;
}
.promo-code-container {
  text-transform: uppercase;
}
.promo-code-container.offset {
  margin-left: 26.5%;
}
.promo-code-container h4 {
  text-transform: uppercase;
}
.promo-code-container .promo-code {
  padding: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-title.coupon {
  -webkit-line-clamp: 4;
  max-height: 100px;
}
.product-title.coupon h4 {
  font-weight: 600;
  color: #761214;
  margin-bottom: 0;
  line-height: 1.2;
}
.product-title.coupon h4::first-letter {
  text-transform: uppercase;
}
.product-title.coupon span {
  display: block;
}
.product-title.coupon span:last-child {
  margin-top: 2px;
}
.product-copy-container.coupons {
  margin-top: 5px;
}
.product-copy-container.coupons .coupon-reward-information {
  margin-top: 15px;
  color: #333;
}
.rewards-for-you .savings-button.coupons span:first-child {
  font-weight: 600;
  font-size: 19px;
}
.rewards-for-you .savings-button.coupons span:last-child {
  font-size: 14px;
}
#printModal .modal-description,
#redeemModal .modal-description {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
.coupon-modal .modal-dialog {
  margin: 70px auto;
}
.coupon-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.coupon-modal .modal-title {
  text-align: center;
  margin: 40px 0 5px;
}
.coupon-modal .modal-description {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
.coupon-modal .close {
  font-size: 14px;
  height: 25px;
  width: 25px;
  right: 14px;
  top: 14px;
  opacity: 1;
}
.modal-button-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto 20px;
  align-items: center;
}
.modal-button-container button {
  min-width: 35% ;
}
#onlineModal .modal-title {
  margin: 40px 80px;
  line-height: 1.3;
}
.modal-button-container .online-redeem span {
  margin-right: 5px;
  font-size: 14px;
}
.promo-code {
  background: rgba(221, 225, 229, 0.1);
  border: 1px solid rgba(221, 225, 229, 0.5);
}
#map-view-map {
  height: 90vh;
  min-height: 400px;
}
.offer-detail {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  padding: 40px;
  height: 88vh;
  width: 330px;
  overflow: auto;
}
.offer-detail .close {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 21px;
  color: black;
  opacity: 1;
}
.number-of-offers {
  width: 90px;
  height: 90px;
  color: #ffffff;
  border-radius: 50%;
  background: #761214;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.number-of-offers p:first-child {
  margin: 0;
  font-size: 30px;
  z-index: -1;
}
.number-of-offers p:last-child {
  margin-top: -4px;
  font-size: 15px;
  font-weight: 500;
}
.coupon-main-offer {
  border: 2px solid #e6e6e6;
  border-radius: 6px;
  text-align: center;
  padding: 26px 15px;
  margin-top: -18px;
  margin-bottom: 50px;
  background: #ffffff;
}
.coupon-main-offer h4 {
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.coupon-main-offer p {
  color: #761214;
  font-weight: 500;
  font-size: 13px;
  margin: 0 10px;
}
.brand-information {
  text-align: center;
  padding-bottom: 30px;
  margin: 10px 30px 0 30px;
  line-height: 1.4;
}
.brand-information p {
  font-size: 13px;
}
.offer-information {
  margin: 0 20px;
}
.offer-information .offer-button button {
  width: 100%;
}
.brand-logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.brand-logo img {
  width: 130px;
}
.modal-open #restrictedCatalogModal {
  z-index: 9991 !important;
}
.modal-open #restrictedCatalogModal.modal .modal-dialog {
  padding-top: 100px;
  width: 700px;
}
.modal-open #restrictedCatalogModal.modal .close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 18px;
}
.modal-open #restrictedCatalogModal.modal .modal-header {
  border-bottom: none;
  text-align: center;
}
.modal-open #restrictedCatalogModal.modal .modal-header .modal-title {
  margin-top: 20px;
  font-weight: 500;
}
.modal-open #restrictedCatalogModal.modal .modal-header .modal-title div {
  margin-bottom: 20px;
}
.modal-open #restrictedCatalogModal.modal .modal-header .modal-title div .fa-lock-alt {
  font-size: 40px;
}
body.nav-is-toggled .has-shop-navigation .mega-menu-wrap #restrictedCatalogModal.modal {
  background: none !important;
  position: relative;
  height: 100vh;
}
body.nav-is-toggled .has-shop-navigation .mega-menu-wrap #restrictedCatalogModal.modal .modal-dialog {
  margin: 28px auto 0;
}
body.nav-is-toggled .has-shop-navigation .mega-menu-wrap #restrictedCatalogModal.modal .modal-dialog .modal-content {
  -webkit-box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}
.modal-description.restricted-coupon-catalog p {
  font-size: 16px;
}
.modal-description.restricted-coupon-catalog p:first-child {
  padding-bottom: 10px;
}
.modal-description.restricted-coupon-catalog {
  margin: 0 60px 40px;
}
.threshold-spent {
  border: 1px solid #E8EBED;
  border-radius: 5px;
  padding: 18px 30px;
  width: 400px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.threshold-spent p {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.fa-lock-alt.dropdown {
  font-size: 15px;
  margin-left: 9px;
}
.mega-menu-dashboard-dropdown .options .restricted-catalog-dropdown a {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.mega-menu-dashboard-dropdown .options .fa-lock-alt {
  font-size: 17px;
  margin-right: -9px;
  margin-left: 15px;
}
.main-nav-tabs-container .toggle .restricted-catalog-menu a::after {
  content: "\f30d" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 15px;
  padding-left: 7px;
  font-weight: 300;
}
.restricted-coupon-catalog-mobile.nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.restricted-coupon-catalog-mobile .fa-lock-alt {
  font-size: 19px;
  padding-right: 20px;
}
#megamenu_mobile .nav-item.restricted-coupon-catalog-mobile {
  height: auto !important;
}
.mobile-coupon-container {
  height: 155vh;
  display: flex;
  justify-content: center;
}
.printCoupon-page#app,
.mobileCoupon-page#app {
  padding: 30px 0 45px;
}
.printCoupon-page footer,
.mobileCoupon-page footer {
  display: none;
}
.printCoupon-page header,
.mobileCoupon-page header {
  display: none;
}
.print-coupon-inner-top {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(221, 225, 229, 0.6);
}
.print-coupon-inner-top .print-coupon-button {
  padding: 10px 20px;
  margin: 20px auto;
}
.print-coupon-inner-top .print-coupon-button .fa-print {
  padding-right: 10px;
}
.print-coupon-button::before {
  content: "\f02f";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  padding-right: 5px;
}
.coupon-rules .list-group {
  list-style: none;
}
.redeemable-coupon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.redeemable-coupon img {
  width: 70%;
}
.print-coupon-inner-bottom p,
.print-coupon-inner-bottom li {
  font-size: 14px;
  line-height: 1.8;
}
.print-coupon-inner-bottom .coupon-usage {
  margin: 40px 0 60px 0;
}
@media screen and (max-width: 1000px) {
  #map-view-map {
    height: 50vh;
  }
  .offer-detail {
    height: 48vh;
    overflow-y: auto;
    padding: 20px;
    margin-top: 0;
  }
  .offer-detail .brand-information {
    margin: 20px 0;
  }
  .offer-detail .brand-logo {
    margin-top: 40px;
  }
  .offer-detail .brand-logo img {
    width: 100px;
  }
  .offer-detail .offer-information {
    margin: 0;
  }
  .offer-detail .offer-information .coupon-main-offer {
    margin-top: -30px;
    padding: 0;
    margin-bottom: 20px;
    border: none;
  }
  .offer-detail .offer-information .offer-button {
    text-align: center;
  }
  .offer-detail .offer-information .offer-button a button {
    width: 200px;
  }
  .number-of-offers {
    width: auto;
    height: auto;
    color: #333;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 20px;
    left: 20px;
    text-transform: uppercase;
    background: transparent;
  }
  .number-of-offers p:first-child {
    font-size: 16px;
    padding-right: 5px;
  }
  .number-of-offers p:last-child {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .redeemable-coupon img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
  }
  .mobile-coupon-container {
    width: 122vw;
    margin-left: 10px;
    -moz-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  iframe.mobile-coupon {
    height: 138vh;
  }
}
@media screen and (max-width: 768px) {
  body.modal-open #redeemModal .modal-dialog,
  body.modal-open #printModal .modal-dialog,
  body.modal-open #restrictedCatalogModal.modal .modal-dialog {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  #redeemModal .modal-button-container,
  #printModal .modal-button-container {
    min-width: 43%;
  }
  .modal-body .modal-description.restricted-coupon-catalog {
    margin: 0 10px 40px;
  }
  .modal-body .threshold-spent {
    width: 92%;
  }
}
@media screen and (max-width: 360px) {
  .offer-detail {
    width: 90%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ override styles */
  #map-view .coupon-map-view .offer-detail {
    height: 95vh;
  }
  #map-view .coupon-map-view .offer-detail .brand-information {
    padding-bottom: 20px;
  }
  #map-view .coupon-map-view .offer-detail .brand-logo img {
    width: 100px;
  }
  #map-view .coupon-map-view .offer-detail .offer-information .coupon-main-offer {
    margin-bottom: 30px;
  }
  #map-view .coupon-map-view #map-view-map {
    height: 100vh;
  }
}
.coupon-apply-form .form-group &gt; div {
  padding-left: 0;
}
#dashboardModal .modal-body {
  padding: 20px;
}
#dashboardModal .close {
  right: 15px;
  top: 30px;
  padding-top: 7px;
}
#dashboardModal .item {
  display: flex;
  flex-direction: column;
  margin: 30px 8px 13px 8px;
  border-radius: 10px;
  background-size: cover;
  cursor: pointer;
  max-width: 350px;
}
#dashboardModal .item:first-child {
  margin-left: 0;
}
#dashboardModal .item:last-child {
  margin-right: 0;
}
#dashboardModal .item h4 {
  padding: 20px 5px;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 400;
  white-space: normal;
  line-height: 1.2;
  min-height: 100px;
}
#dashboardModal .item .content {
  display: flex;
  justify-content: center;
}
#dashboardModal .item .content p {
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  white-space: normal;
  color: white;
  line-height: 1.4;
}
#dashboardModal .item .image-container {
  transition: 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dashboardModal .item .image-container:hover {
  transform: translate(0, -10px);
}
#dashboardModal .item .image-container img {
  height: auto;
  padding: 0 20px;
  max-height: 200px;
}
.dashboard-modal.lg-modal .modal-dialog {
  width: 1450px;
}
.dashboard-modal.sm-modal .modal-dialog {
  display: flex;
  justify-content: center;
  width: 100%;
}
.dashboard-modal .modal-header {
  border-bottom: none;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
}
.dashboard-modal .modal-header .modal-title {
  font-size: 22px;
  color: #333;
}
.dashboard-modal .modal-header .close {
  margin: -18px 0 0 16px;
  padding: 6px 6px 6px 6px;
}
.dashboard-modal .dashboard-modal-body {
  display: flex;
  padding: 0 10px;
  justify-content: center;
}
.dashboard-modal .points-dashboard {
  background-image: url('../../../../images/kartShopModal/points-bg.jpg');
}
.dashboard-modal .plateau-dashboard {
  background-image: url('../../../../images/kartShopModal/credits-bg.jpg');
}
.dashboard-modal .plateau-dashboard h4 {
  padding-bottom: 20px;
}
.dashboard-modal .kart-dashboard {
  background-image: url('../../../../images/kartShopModal/kart-bg.jpg');
}
.dashboard-modal .currency-dashboard {
  background-image: url('../../../../images/kartShopModal/currency-bg.jpg');
}
@media screen and (max-width: 1455px) {
  .dashboard-modal.lg-modal .modal-dialog {
    transition: all 0.5s;
    width: 700px;
  }
  .dashboard-modal .dashboard-modal-body.bg {
    transition: all 0.5s;
    flex-wrap: wrap;
    justify-content: center;
  }
  .dashboard-modal .dashboard-modal-body.bg .item {
    margin: 20px 15px 15px;
  }
  #dashboardModal.lg-modal .item {
    max-width: 280px;
  }
  #dashboardModal.lg-modal .item:first-child {
    margin-left: 8px;
  }
  #dashboardModal.lg-modal .item:last-child {
    margin-top: 15px;
    margin-right: 8px;
  }
  #dashboardModal.lg-modal .item:nth-child(3) {
    margin-top: 15px;
  }
  #dashboardModal.lg-modal .item .image-container img {
    max-height: 120px;
  }
  #dashboardModal .item {
    max-width: 280px;
  }
  #dashboardModal .item .image-container img {
    max-height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .dashboard-modal.sm-modal .modal-dialog {
    width: 95%;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 940px) {
  .dashboard-modal .item .content p {
    padding: 21px 0;
  }
}
/*MODAL STYLES*/
.desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  height: 80px;
}
div.modal-mega-menu {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 80px;
  left: 0;
  padding: 0;
  height: auto;
  display: none;
  z-index: 1050;
  box-shadow: inset 0 25px 30px -30px rgba(0, 0, 0, 0.1);
}
.desktop-nav .modal-mega-menu {
  margin-bottom: 200px;
}
.modal-side-nav {
  width: 25%;
  background-color: rgba(221, 225, 229, 0.17);
}
.modal-side-nav ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.modal-side-nav ul li {
  cursor: pointer;
  -webkit-transition: all 0.125s ease-out;
  -o-transition: all 0.125s ease-out;
  transition: all 0.125s ease-out;
  background-position: 90% center;
  font-size: 14px;
}
.modal-side-nav ul li:hover {
  background-color: #ffffff;
}
.modal-side-nav ul li.active-sub-nav {
  background-color: #761214;
  color: #fff;
  background-image: url('../../../../img/chevron-right.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 16px;
}
.modal-side-nav .modal-nav a,
.modal-side-nav .modal-nav button {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 20px;
  text-align: left;
  cursor: pointer !important;
}
.category-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.category-header h2 {
  color: #761214;
  margin: 0 35px 0 0;
  width: auto;
  font-size: 24px;
  font-weight: 500;
}
.category-header p {
  color: #761214;
  margin: 0;
}
.category-header p.shop-all {
  margin-top: 6px;
  font-size: 13px;
  border: 1px solid transparent;
}
.category-header p.shop-all a:hover {
  color: #761214;
  text-decoration: none;
}
.category-header p.shop-all a:focus {
  text-decoration: none !important;
}
.explore-more-link::after,
p.shop-all::after {
  content: "\f054" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 11px;
  padding-left: 7px;
}
.category-breakdown {
  width: 75%;
  background-color: #fff;
  padding: 30px 10px 0 40px;
  border-top: 1px solid rgba(221, 225, 229, 0.5);
}
.modal-category-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-category-lists a {
  color: inherit;
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  font-size: 13px;
  padding: 5px 0;
  display: block;
  text-underline-offset: 6.5px;
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-decoration-color: rgba(221, 225, 229, 0.7);
}
.modal-category-lists a:hover {
  color: #761214;
  text-decoration: none;
}
.modal-category-lists a p {
  margin: 0;
  padding: 0;
}
.list-box {
  width: 33.33333333%;
  height: auto;
  margin-bottom: 30px;
  padding: 0 15px 0 0;
}
.list-box p.cat-list-header {
  font-weight: 500;
  color: #761214;
  font-size: 15px;
  margin-bottom: 0;
}
.list-box .cat-list-header-link {
  margin-bottom: 0;
  text-decoration: none;
}
.list-box p.explore-more-link,
p.shop-all {
  color: #761214;
  border-bottom: 1px solid transparent;
  width: auto;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}
.list-box p.explore-more-link:hover,
p.shop-all:hover {
  border-bottom: 1px solid #761214;
}
.list-box-level2 {
  width: 33.33333333%;
  height: auto;
  padding: 0 15px 0 0;
  margin-bottom: 16px;
}
.list-box-level2-explore-more {
  display: inline-block;
  margin-bottom: 30px;
}
/*MOBILE SHOP MODAL STYLES*/
#shopModal .reflektion-search.isVisible {
  top: 70px;
}
#shopModal .mega-menu-dashboard-dropdown .options {
  top: 60px;
  max-height: calc(50vh - 29px);
}
#shopModal .category-search-typeahead {
  width: 100%;
}
#shopModal .category-search-typeahead .styledSelect {
  max-width: 600px;
  z-index: 2;
  padding-left: 0;
}
#shopModal .category-search-typeahead select#category-dropdown {
  width: 200px;
}
#shopModal.modal_ {
  background-color: white;
}
#shopModal .modal-dialog {
  width: 100%;
  margin: 0;
}
#shopModal .close {
  right: 15px;
  top: 15px;
}
#shopModal .modal-header {
  border-bottom: none;
  max-width: 600px;
  margin: 0 auto;
}
#shopModal .modal-header h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 60px;
}
#shopModal .modal-content {
  box-shadow: none;
  border: none;
}
#shopModal .modal-body {
  padding-top: 0;
  max-width: 600px;
  margin: 0 auto;
}
#shopModal .modal-content {
  height: 100vh;
  margin: -1px;
  border-radius: 0;
}
#shopModal .input-container-with-button {
  flex-direction: column;
}
#shopModal .input-container-with-button .customSelect {
  width: 100%;
  border: none;
  border-bottom: solid 1px #dde1e5;
  border-radius: 0;
  margin: 20px 0;
  padding-left: 5px;
}
#shopModal .input-container-with-button .customSelect .options {
  right: 0;
}
#shopModal .input-container-with-button .keyword_search_submit {
  right: 0px;
  position: absolute;
  top: 24px;
  bottom: 0;
  border-radius: 6px;
  height: 42px;
}
#shopModal .input-container-with-button .keyword_search_submit .input-search-icon {
  font-size: 18px;
}
.mega-menu-wrap ~ .container {
  padding-top: 15px;
  padding-bottom: 10px;
}
.mega-menu-wrap {
  width: 100%;
  background-color: #fff;
}
.mega-menu-container {
  background-color: #fff;
  width: 100%;
  border-top: 1px solid rgba(221, 225, 229, 0.6);
  height: auto;
  z-index: 100;
}
.mega-menu-container .fa-fw {
  width: auto;
}
.mega-menu-container::-webkit-scrollbar {
  display: none;
}
#megamenu_desktop .toggle .tabs {
  padding: 25px 80px 25px 12px;
}
#megamenu_desktop .tabs a:hover,
#megamenu_desktop .tabs a:focus {
  text-decoration: none;
}
.currency-and-savings-toggle {
  display: flex;
}
.currency-and-savings-toggle .currency-dropdown:last-child .styledSelect,
.point-bucket .currency-dropdown:last-child .styledSelect {
  padding-right: 17px;
}
/*TYPEAHEAD STYLES*/
.category-search-typeahead .pseudo-select .options li {
  padding: 8px 25px 8px 16px;
}
.mega-menu-dashboard-dropdown button {
  position: relative;
  white-space: nowrap;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  background: none;
}
.mega-menu-dashboard-dropdown .options {
  top: 47px;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(70vh - 29px);
}
.mega-menu-dashboard-dropdown .options.max-width {
  max-width: 400px;
}
.mega-menu-dashboard-dropdown .options li.focused,
.mega-menu-dashboard-dropdown .options li.focused.active,
.mega-menu-dashboard-dropdown .options li:hover,
.mega-menu-dashboard-dropdown .options li:focus {
  background-color: #761214;
  color: #fff;
}
.mega-menu-dashboard-dropdown .options li.focused i,
.mega-menu-dashboard-dropdown .options li.focused.active i,
.mega-menu-dashboard-dropdown .options li:hover i,
.mega-menu-dashboard-dropdown .options li:focus i {
  color: #fff;
}
.mega-menu-dashboard-dropdown .options li.active {
  color: initial;
  background: initial;
  padding-right: 9px !important;
}
.mega-menu-dashboard-dropdown .options li.active:hover,
.mega-menu-dashboard-dropdown .options li.active:focus {
  background: #761214;
  color: #fff;
}
.mega-menu-dashboard-dropdown .options li.active:hover i,
.mega-menu-dashboard-dropdown .options li.active:focus i {
  color: #ffff;
}
.mega-menu-dashboard-dropdown .options li.active i {
  align-self: center;
  font-size: 15px;
  color: #761214;
  padding-left: 25px;
  -webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
}
.mega-menu-dashboard-dropdown .options li.active:hover:before {
  background-color: initial;
}
.mega-menu-dashboard-dropdown .options li.active:hover:after {
  color: #fff;
}
.mega-menu-dashboard-dropdown .options li {
  padding: 8px 25px 8px 16px;
  webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  cursor: pointer;
  line-height: 25px;
  min-height: 42px;
  text-decoration: none;
  list-style-type: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: space-between;
}
.category-search-typeahead {
  -webkit-box-flex: 1;
  -ms-flex: 2 1 100%;
  flex: 2 1 auto;
}
.category-search-typeahead .mega-menu-dashboard-dropdown.dropdown {
  z-index: 1052;
}
.category-search-typeahead .custom-select .pseudo-select .options.no-overflow {
  overflow-y: hidden;
}
input#desk_mega_keyword::placeholder {
  color: rgba(51, 51, 51, 0.9);
}
.input-container-with-button {
  border-left: none;
  padding: 0;
  width: calc(100%);
  height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.svg-search-btn {
  cursor: pointer;
  background-color: #761214;
  border-radius: 6px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f0e7d0;
  padding: 0 20px;
  min-height: 42px;
  font-size: 13px;
  font-weight: 400;
}
input.reward-search {
  width: 100%;
  min-width: 0;
  flex: 1 1;
  background: white;
}
.modal-mega-menu .close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 42px;
  height: 42px;
  background-color: #e6e6e6;
  border: none;
  border-radius: 100%;
  font-size: 33px;
  cursor: pointer;
}
.modal-mega-menu .panel {
  margin-bottom: 0;
  background-color: initial;
  border: none;
  border-radius: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.modal-mega-menu &gt; div .pseudo-select .options {
  overflow: hidden;
}
.input-search {
  position: relative;
  z-index: 0;
}
.input-search .input-search-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 20px;
  color: #667085;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .input-search .input-search-icon {
    display: none;
  }
}
.input-search .form-control {
  min-height: 42px;
  background-color: white;
  padding-right: 12px;
  padding-left: 44px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .input-search .form-control {
    padding-left: 12px;
  }
}
.input-search .form-control::placeholder {
  font-size: 15px;
}
.tt-menu {
  width: 100%;
  background-color: #fff;
  padding: 10px;
}
.nav-is-toggled div.modal-mega-menu {
  display: block;
}
/*HAMBURGER BTN STYLES*/
.shop-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 auto;
  flex: 0 1 auto;
  margin-right: 10px;
  cursor: pointer;
  height: 42px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  padding: 10px 15px 9px 15px;
  border: solid 1px #667085;
  color: #667085;
  border-radius: 6px;
  background: none;
}
.shop-hamburger:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.shop-hamburger span {
  margin: 0;
  font-weight: 500;
  -webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  white-space: nowrap;
  padding-left: 10px;
  display: inline-block;
  font-size: 13px;
}
.shop-hamburger i {
  font-size: 20px;
  margin-top: 1px;
}
.shop-hamburger span,
.shop-hamburger i,
#nav-icon3 i {
  -webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  color: #667085;
}
.shop-hamburger:hover span,
.shop-hamburger:hover,
.shop-hamburger:hover i {
  color: #761214;
  border-color: #761214;
}
/*POINT SELECT DROPDOWN*/
.point-select-dropdown-container {
  padding: 30px 0;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.point-select-dropdown-container .pseudo-select .options li {
  padding: 0;
}
.point-select-dropdown-container h4 {
  display: inline-block;
  padding: 0 20px;
}
.point-select-dropdown-container .point-select-title {
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
}
.point-select-dropdown-container .customSelect {
  border: solid 1px #761214;
}
.point-select-dropdown-container .customSelect li {
  min-width: 250px;
}
@media screen and (max-width: 352px) {
  .point-select-dropdown-container .customSelect li {
    min-width: 150px;
  }
}
.point-select-dropdown-container .customSelect button {
  background: none;
}
.point-select-dropdown-container .customSelect .styledSelect {
  color: #761214;
  font-size: 1.25em;
  padding: 9.5px 35px 10.5px 35px;
  min-width: 250px;
  text-align: center;
  box-shadow: none;
  white-space: normal;
}
@media screen and (max-width: 352px) {
  .point-select-dropdown-container .customSelect .styledSelect {
    min-width: 150px;
  }
}
.point-select-dropdown-container .pseudo-select:after {
  position: absolute;
  content: "\f078" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: -1px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: #761214;
  padding-top: 4px;
  font-size: 14px;
  pointer-events: none;
}
.point-select-dropdown-container .dropdown-menu {
  top: 49px;
}
@media screen and (max-width: 352px) {
  .point-select-dropdown-container .dropdown-menu {
    min-width: 150px;
    max-width: 100%;
  }
}
.point-select-dropdown-container .dropdown-menu .option-link {
  white-space: normal;
}
.point-select-dropdown-container .styledSelect.chevron:after {
  top: 11px;
  font-size: 0.93em;
  position: absolute;
  right: 10px;
}
.point-select-dropdown-container .styledSelect span.dropdown-label {
  flex-grow: 2;
}
.point-select-dropdown-container .options li {
  position: relative;
}
.point-select-dropdown-container .points-type + .plateau-type:before,
.point-select-dropdown-container .plateau-type + .currency-type:before,
.point-select-dropdown-container .points-type + .currency-type:before {
  border-top: solid 1px #e6e6e6;
  content: "";
  width: 87%;
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.point-select-dropdown-container .points-type + .plateau-type:hover:before,
.point-select-dropdown-container .plateau-type + .currency-type:hover:before,
.point-select-dropdown-container .points-type + .currency-type:hover:before {
  border: none;
}
/*CUSTOM SELECT MENU*/
/* The container must be positioned relative: */
.customSelect {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: 300;
  border: solid 1px #667085;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
  flex: 0 0 auto;
}
.customSelect.no-border {
  border: none;
}
.customSelect .styledSelect {
  position: relative;
  white-space: nowrap;
  padding: 8px 32px;
  font-weight: 400;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customSelect .pseudo-select li.active {
  margin-bottom: -1px;
  z-index: 999999;
  position: relative;
  padding: 8px 60px 8px 16px;
}
.customSelect .pseudo-select li.active:after {
  content: "\f00c" / "";
  font-size: 15px;
  color: #761214;
  padding-left: 25px;
  -webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  position: absolute;
  right: 13px;
  transform: translateY(-50%);
  top: 50%;
  font-family: 'Font Awesome 5 Pro', sans-serif;
}
.customSelect .pseudo-select li.active:hover:before {
  background-color: initial;
}
.customSelect .pseudo-select li.active:hover:after {
  color: #fff;
}
.customSelect .options {
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}
.customSelect select {
  display: none;
  /*hide original SELECT element: */
}
/*NAV ITEMS*/
.nav-items {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  list-style-type: none;
  padding: 0;
  background: #fff;
  position: relative;
}
.nav-item {
  overflow: hidden;
}
.nav-item:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}
.nav-link:hover {
  text-decoration: none;
}
/*SAVINGS TOGGLE*/
.savings-toggle {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}
.savings-toggle h4 {
  font-weight: 600;
  font-size: 14px;
  color: #761214;
}
.savings-toggle h6 {
  font-weight: 500;
  font-size: 12px;
  color: #333;
}
.savings-toggle h4,
.savings-toggle h6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.savings-toggle .inner-block {
  cursor: pointer;
  display: inline-block;
}
.savings-toggle .submenu-dropdown.reveal {
  top: 63px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.desktop-nav .currency-dropdown + .savings-toggle {
  margin-left: 0;
}
.desktop-nav .savings-toggle {
  margin-left: 25px;
}
.currency-dropdown + .savings-toggle:before,
.desktop-nav .savings-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 85%;
  width: 1px;
  /* or 100px */
  border-left: solid 1px #e6e6e6;
}
.nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 101;
  width: 100%;
  height: 65px;
  background-color: #fff;
}
.nav-is-toggled .nav-drill {
  display: block;
}
.nav-is-toggled .nav-drill.transition {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-drill {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  background-color: #fff;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.nav-drill .round-close-button {
  top: 14px;
  right: 14px;
}
.nav-drill .nav-drill-scroller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
}
.nav-drill .buttonLv1.hide-me,
.nav-drill .lv1.hide-me,
.nav-drill .nav-link.hide-me {
  visibility: hidden;
}
.nav-drill .nav-expand-link.hide-me,
.nav-drill .nav-item.hide-me {
  display: none;
}
.nav-drill .levelButtons {
  position: absolute;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.nav-drill .levelButtons.active {
  position: initial;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  background: #761214 !important;
  color: #f0e7d0;
}
.nav-drill .levelButtons.active:before {
  content: "\f053" / "";
  margin-right: 10px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 14px;
}
.nav-drill p.font-size-h4 {
  font-weight: 500;
}
.nav-search-icon {
  flex: 1 1 auto;
  text-align: right;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.nav-search-icon button.mobile-search-icon {
  display: none;
  height: 41px;
  width: 41px;
  background-color: rgba(221, 225, 229, 0.5);
  cursor: pointer;
  position: relative;
  border-radius: 100%;
}
.nav-search-icon button.mobile-search-icon .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  color: #333;
  height: 21px;
  width: 21px;
}
.nav-search-icon button.mobile-search-icon i {
  position: absolute;
  top: 30%;
  left: 25%;
  font-style: normal;
  color: #333;
  opacity: 0.8;
  font-size: 20px;
}
.mobile-nav-hidden.none .nav-drill {
  display: none;
}
.mobile-nav-hidden .point-select-dropdown-container h4 {
  display: block;
}
.mobile-nav-hidden .point-select-dropdown-container .customSelect {
  max-width: 337px;
  margin-left: 1em;
  margin-right: 1em;
}
.mobile-nav-hidden .nav-drill .point-select-dropdown-container {
  padding-top: 78px;
}
.mobile-nav-hidden .nav-drill #megamenu_mobile .list-contatiner {
  height: auto;
  overflow: auto;
}
.mobile-nav-hidden .close-nav .is-savings-toggle:before {
  border-left: 0;
}
.mobile-nav-hidden .is-savings-toggle {
  margin-left: 0;
}
.mobile-nav-hidden .point-bucket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex: initial;
}
.mobile-nav-hidden .point-bucket .sub-menu {
  padding-top: 14px;
}
.mobile-nav-hidden .point-bucket .profile + .x .sub-menu {
  margin-top: 35px;
}
.mobile-nav-hidden .point-bucket .inner {
  display: flex;
}
.mobile-nav-hidden .savings-toggle .submenu-dropdown.reveal {
  top: 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  left: 0;
  right: -115px;
}
.mobile-nav-hidden {
  display: none;
  z-index: 999999;
}
.mobile-nav-hidden &gt; nav .mobile-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-nav-hidden .box-shadow {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@-moz-document url-prefix() {
  #megamenu_mobile a:focus,
  #megamenu_mobile button:focus {
    border: 1px solid black;
  }
}
#megamenu_mobile {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
  margin-bottom: 0;
}
#megamenu_mobile .nav-expand.active .nav-expand-content {
  height: 100%;
  overflow-y: hidden;
}
#megamenu_mobile a.nav-link.kart-link:focus {
  outline-offset: -4px;
}
#megamenu_mobile .nav-item.nav-expand button:focus {
  outline-offset: -5px;
}
#megamenu_mobile button.nav-expand-link {
  width: 100%;
}
#megamenu_mobile .list-container {
  height: 100%;
  overflow-y: auto;
  max-height: 90%;
}
#megamenu_mobile .list-container.pt-100 {
  padding-top: 100px;
}
.mobile-shop-modal .modal-content {
  overflow: hidden;
}
.mobile-shop-modal .modal-description,
.mobile-shop-modal .nav-drill-scroller,
.mobile-shop-modal .modal-body {
  height: 100%;
}
.mobile-shop-modal .modal-body {
  padding: 0;
}
.mobile-shop-modal .point-select-dropdown-container {
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  flex-direction: column;
}
.mobile-shop-modal .point-select-dropdown-container .pseudo-select ul.options {
  min-width: 100%;
  max-width: 335px;
}
.mobile-shop-modal .point-select-dropdown-container .mobile-nav-hidden .reflektion-search {
  top: 154px;
}
.mobile-shop-modal .point-select-dropdown-container h4 {
  text-align: center;
}
.mobile-shop-modal .point-select-dropdown-container ul.options {
  text-align: left;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 991px) {
  .mega-menu-dashboard-dropdown {
    width: 100%;
    z-index: 2;
  }
  .mega-menu-dashboard-dropdown button {
    text-align: left;
  }
  .mobile-nav-hidden {
    display: block;
    padding: 19px 0;
    z-index: 999999;
    height: 80px;
  }
  .mobile-nav-hidden .levelButtons:focus {
    outline-offset: -7px;
  }
  .mobile-nav-hidden button.mobile-search-icon {
    display: inline-block;
  }
  .point-bucket {
    padding-left: 15px;
    text-align: left;
  }
  .category-search-typeahead {
    width: calc( 100% - 350px );
    align-items: center;
  }
  .category-search-typeahead .customSelect {
    max-width: 100%;
  }
  .category-search-typeahead .styledSelect {
    max-width: initial;
  }
  .category-search-typeahead .styledSelect.chevron:after {
    right: 7px;
  }
  .category-search-typeahead .styledSelect.chevron.active:after {
    right: 4px;
    padding-bottom: 0;
  }
  #megamenu_mobile.nav-items {
    flex: initial;
  }
  .nav-top {
    height: auto;
    flex-wrap: wrap;
  }
  .category-search-typeahead {
    order: 2;
  }
  .shop-hamburger {
    width: auto;
    flex: 0 1 auto;
    cursor: pointer;
    margin-right: 15px;
  }
  .nav-link::after,
  .nav-link:hover {
    text-decoration: none;
  }
  .nav-link.nav-expand-link:hover,
  .nav-expand-link:hover::after {
    color: #761214;
    text-decoration: none;
  }
  .desktop-nav {
    display: none;
  }
  .nav-drill {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }
  .nav-drill .close-nav {
    text-align: right;
    padding: 15px 12px;
    width: 100%;
    border-bottom: 1px solid #eee;
    justify-content: flex-end;
  }
  .nav-drill .close-nav .ex:hover {
    color: #761214;
  }
  .nav-drill .close-nav span {
    cursor: pointer;
    font-size: 24px;
    margin-right: 10px;
  }
  .currency-dropdown {
    margin-left: 0;
  }
  .savings-toggle:before {
    border: none;
  }
  .close-nav .savings-toggle {
    display: inline-flex;
    align-items: center;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mega-menu-container .header-container {
    height: auto;
  }
  input.reward-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .category-search-typeahead .input-container-with-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: initial;
  }
  .svg-search-btn {
    margin-top: 10px;
  }
  .styledSelect {
    max-width: 90vw;
  }
  .category-search-typeahead .customSelect {
    margin-top: 10px;
    max-width: 100%;
  }
  .category-search-typeahead .styledSelect {
    max-width: initial;
  }
  .category-search-typeahead .pseudo-select ul.options {
    right: initial;
  }
  .category-search-typeahead .styledSelect:after {
    right: 7px;
  }
  .category-search-typeahead .styledSelect.active:after {
    right: 4px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #shopModal .modal-body {
    padding: 25px;
  }
  #shopModal .modal-header {
    padding: 16px 25px;
  }
  #shopModal input.reward-search,
  #shopModal input.typeahead.tt-hint {
    margin-right: 0;
    font-size: 16px;
    padding-right: 44px;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .point-bucket .profile + .x .sub-menu {
    margin-top: 56px;
  }
  .point-bucket .inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    flex: 0 0 auto;
  }
  .point-bucket .inner:last-child {
    flex: 1 0 auto;
  }
  .point-bucket &gt; .x {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    align-items: center;
  }
}
.nav-drill #description.no-reward-options {
  margin-top: 100px;
}
.background-wrapper {
  background-color: #761214;
  border: #4a0b0c;
}
.nav-is-toggled-3 header {
  display: none;
}
.header-container {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  height: 80px;
}
.grs-storefront-logo {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  min-width: 100px;
}
.grs-storefront-logo img {
  max-height: 45px;
  max-width: 100%;
}
#header-wrap a:hover {
  text-decoration: none;
}
#header-wrap {
  color: #f0e7d0;
}
#header-wrap i {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 24px;
  font-style: normal;
  cursor: pointer;
  color: #f0e7d0;
}
#header-wrap i.fal {
  display: inline;
}
#header-wrap i:hover {
  color: #dc2a27;
}
#header-wrap .top-nav-icons-list {
  column-gap: 16px;
}
@media screen and (min-width: 601px) {
  #header-wrap .top-nav-icons-list &gt; li.account-icon {
    padding-right: 0;
  }
}
#header-wrap .top-nav-icons-list &gt; li a:focus-visible {
  outline-offset: 0;
}
#header-wrap .hamburger-menu svg path {
  fill: #f0e7d0;
}
#header-wrap .hamburger-menu svg:hover path {
  fill: #dc2a27;
}
#header-wrap .dropdown {
  z-index: inherit;
}
#header-wrap .customSelect {
  border-right: solid 1px #e6e6e6;
  border-radius: 0;
}
#header-wrap .alt-header .border-left {
  border-left: solid 1px #e6e6e6;
  border-right: 0;
}
#header-wrap .alt-header .customSelect:not(.border-left) {
  border: none;
}
#header-wrap .alt-header .customSelect .styledSelect {
  padding: 0;
}
#header-wrap .dropdown-menu {
  right: 0;
  top: 46px;
  left: unset;
  max-height: calc(90vh - 38px);
  overflow-y: auto;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}
#header-wrap .dropdown-menu.shopping-bag,
#header-wrap .dropdown-menu.submenu-dropdown.options {
  top: 38px;
}
@media screen and (max-width: 767px) {
  #header-wrap .dropdown-menu &gt; li &gt; a {
    white-space: normal;
    word-break: break-word;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header-wrap .dropdown-menu {
    left: auto;
  }
}
#header-wrap .xac &gt; .customSelect:last-child {
  border-right: none;
}
#header-wrap .xac &gt; .customSelect:last-child .styledSelect {
  padding-right: 0;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 700px) {
  #header-wrap #nav-icon3 i.fa-bars {
    padding: 0 15px 0 0;
  }
}
/*DROPDOWNS*/
.customSelect.lang-nav-item {
  border: none;
  text-transform: uppercase;
}
.customSelect.lang-nav-item .options {
  text-transform: initial;
}
.customSelect.lang-nav-item button {
  text-transform: uppercase;
}
.customSelect.lang-nav-item .styledSelect {
  overflow: visible;
}
.customSelect.lang-nav-item .styledSelect:before {
  padding-right: 8px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 24px;
  font-weight: 300;
  content: "\f0ac" / "";
  /* Remove icon from language dropdown on Storefront programs */
}
@media screen and (max-width: 767px) {
  .customSelect.lang-nav-item .styledSelect:before {
    padding-right: 4px;
    font-size: 18px;
  }
}
.storefront .customSelect.lang-nav-item .styledSelect:before {
  display: none;
}
.customSelect.lang-nav-item .lang-options li {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.customSelect.lang-nav-item .lang-options li:hover,
.customSelect.lang-nav-item .lang-options li.selected {
  background-color: #761214;
}
.customSelect.lang-nav-item .lang-options li:hover:after,
.customSelect.lang-nav-item .lang-options li.selected:after {
  color: white;
}
.customSelect.lang-nav-item .lang-options li:hover span,
.customSelect.lang-nav-item .lang-options li.selected span {
  color: white;
}
.customSelect.lang-nav-item .lang-options span {
  color: #333;
}
.customSelect.lang-nav-item .lang-options .uppercase {
  text-transform: uppercase;
}
.currency-dropdown {
  display: flex;
  align-items: center;
}
.currency-dropdown .currency-icon-circle {
  height: 23px;
  width: 23px;
  border-radius: 100px;
  border: solid 1px #555;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.currency-dropdown .currency-icon-circle span {
  margin-top: 1px;
}
/*NAV ICONS*/
.profile {
  position: relative;
  white-space: nowrap;
  list-style-type: none;
}
.profile.account-icon .submenu-dropdown {
  left: -146px;
  top: 30px;
}
.profile .submenu-dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 0;
  margin-top: 32px;
  min-width: 100%;
}
.profile .submenu-dropdown.reveal {
  display: block;
  right: 0;
  top: 27px;
  max-height: calc(90vh - 38px);
  overflow-y: auto;
}
.profile a {
  color: #333;
  white-space: nowrap;
  text-align: left;
  display: block;
  width: 100%;
  text-decoration: none;
  list-style-type: none;
}
.profile .submenu-welcome-user:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 0;
  height: 20%;
  width: 86%;
  border-bottom: solid 1px #dde1e5;
}
.profile .submenu-welcome-user.no-hover {
  cursor: initial !important;
  position: relative;
}
.profile .submenu-welcome-user.no-hover span {
  display: block;
}
.profile i:hover + span.cdr-button.dropdown-open {
  opacity: 0;
}
.topNavIcons a path,
.topNavIcons button path {
  fill: #f0e7d0;
}
.topNavIcons a svg:hover path,
.topNavIcons button svg:hover path {
  fill: #dc2a27;
}
.topNavIcons a.psr[data-badge]:not([data-badge='0'])::after,
.topNavIcons button.psr[data-badge]:not([data-badge='0'])::after {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #761214;
  border-radius: 50%;
  content: attr(data-badge);
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 0.5em;
  text-align: center;
  color: #f0e7d0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  min-width: 17px;
}
.topNavIcons &gt; a:first-child i {
  padding-left: 0;
}
.topNavIcons &gt; a:last-child i {
  padding-right: 0 !important;
}
.topNavIcons &gt; a:last-child .cdr-button {
  margin-left: 6px;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 767px) {
  #header-wrap {
    width: 90%;
  }
  #header-wrap .customSelect .styledSelect {
    padding: 0 16px;
  }
  #header-wrap .topNavIcons a.psr[data-badge]:not([data-badge='0'])::after,
  #header-wrap .topNavIcons button.psr[data-badge]:not([data-badge='0'])::after {
    bottom: 16px;
    left: 16px;
  }
  .nav-top .savings-toggle {
    display: none;
  }
}
@media screen and (max-width: 352px) {
  #header-wrap .dropdown-menu.options.lang-options {
    right: unset;
    left: 0;
    min-width: 100px;
    max-width: 80vw;
  }
  .signIn-page #header-wrap .dropdown-menu.options.lang-options {
    right: 0;
    left: unset;
    min-width: 160px;
    transform: none;
  }
}
@media screen and (max-width: 426px) {
  .options.shopping-bag {
    right: -52px !important;
  }
}
.logout-page {
  padding-top: 0 !important;
}
.logout-page main .container {
  height: 100%;
}
.logout-page .logout-container {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logout-page .logout-container .content h1 {
  font-size: 38px;
  font-weight: 600;
}
.logout-page .logout-container .content p {
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
  margin-bottom: 0;
}
.logout-page .logout-container img {
  margin-bottom: 20px;
  max-width: 350px;
  max-height: 300px;
}
.logout-page .logout-container .line-break {
  border: 1px solid #333;
  width: 150px;
  margin: 25px auto;
}
@media screen and (max-width: 500px) {
  .logout-page .logout-container .content p {
    font-size: 15px;
    line-height: 1.5;
  }
  .logout-page .logout-container .content h1 {
    font-size: 20px;
  }
  .logout-page .logout-container img {
    margin-bottom: 10px;
    max-width: 200px;
    max-height: 130px;
  }
  .logout-page .logout-container .line-break {
    width: 85px;
    margin: 20px auto;
  }
}
.vue-portal-target #body-overlay-2 {
  z-index: 1040 !important;
}
.sidebar-nav-widget .ex,
.facetsContainer .ex {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.sidebar-nav-widget .ex:hover,
.facetsContainer .ex:hover {
  color: #dc2a27;
}
.sidebar-nav-widget {
  height: 100vh;
  position: fixed;
  background-color: #f0e7d0;
  z-index: 1053;
  padding-right: 15px;
  top: 0;
  padding-left: 15px;
  width: 400px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  transition: transform 0.3s;
  overflow-y: auto;
  max-width: 100vw;
  left: 0;
  display: none;
  /*IE fix for dropdown */
}
@media screen and (max-width: 500px) {
  .sidebar-nav-widget {
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.sidebar-nav-widget .panel {
  margin-bottom: initial;
  border: none;
  border-radius: unset;
  box-shadow: initial;
  -webkit-box-shadow: initial;
  background: none;
}
.sidebar-nav-widget.open {
  display: block;
}
.sidebar-nav-widget.transition {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sidebar-nav-widget ul {
  padding-left: 0;
}
.sidebar-nav-widget .has-sub-menu a.active {
  color: #761214;
}
.sidebar-nav-widget .sub-nav {
  font-size: 12px;
  font-weight: 400;
}
.sidebar-nav-widget .sub-nav li:last-child {
  padding-bottom: 8px;
}
.sidebar-nav-widget i {
  color: #761214;
}
.sidebar-nav-widget li {
  list-style-type: none;
  position: relative;
}
.sidebar-nav-widget li.has-sub-menu &gt; a,
.sidebar-nav-widget li.has-sub-menu &gt; button {
  display: block;
}
.sidebar-nav-widget li.has-sub-menu &gt; a span:after,
.sidebar-nav-widget li.has-sub-menu &gt; button span:after {
  content: "\f078" / "";
  font-size: 10px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-left: 6px;
}
.sidebar-nav-widget li.has-sub-menu &gt; a.lang-link-icon,
.sidebar-nav-widget li.has-sub-menu &gt; button.lang-link-icon {
  display: inline-block;
}
.sidebar-nav-widget .sidebar-nav-list {
  padding-top: 44px;
  padding-left: 15px;
}
.sidebar-nav-widget .sidebar-nav-list a,
.sidebar-nav-widget .sidebar-nav-list span,
.sidebar-nav-widget .sidebar-nav-list button {
  color: #761214;
}
.sidebar-nav-widget .sidebar-nav-list a:hover,
.sidebar-nav-widget .sidebar-nav-list span:hover,
.sidebar-nav-widget .sidebar-nav-list button:hover {
  color: #dc2a27;
}
.sidebar-nav-widget a {
  padding: 8px 0;
  display: block;
  text-decoration: none;
}
.sidebar-nav-widget .sidebar-nav-default {
  border-top: 1px solid #e8e9ea;
  margin-top: 15px;
  padding-top: 8px;
}
.sidebar-nav-widget .navmenu-nav.has-sub-menu {
  will-change: height;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.sidebar-nav-widget .navmenu-nav.sub-nav.open {
  visibility: visible !important;
  position: inherit !important;
}
.admin-link-icon a:before,
.logout-link-icon a:before,
.lang-link-icon a:before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-right: 5px;
}
.admin-link-icon a:before {
  content: "\f013" / "";
}
.lang-link-icon a:before {
  content: "\e02c" / "";
}
.logout-link-icon a:before {
  content: "\f13e" / "";
  padding-right: 7px;
}
.fa-comment-alt-lines::before {
  padding-right: 5px;
}
.serialCardContent {
  color: #333;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 500px) {
  .sidebar-nav-widget .language-dropdown {
    padding-bottom: 100px;
  }
}
/* ---BODY OVERLAY--- */
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1028;
  pointer-events: none;
}
.body-overlay {
  display: none;
}
.nav-is-toggled #body-overlay-2,
.body-overlay-2.opass2,
.nav-is-toggled-2 #body-overlay-2 {
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  pointer-events: initial;
  opacity: 0.6;
}
.nav-is-toggled-2 #body-overlay-2,
.nav-is-toggled #body-overlay-2 {
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.vue-portal-target #body-overlay-2 {
  z-index: -1;
}
.body-overlay-2.opass2 {
  z-index: 200;
}
.body-overlay-2 {
  z-index: 501;
  position: fixed;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition-property: z-index, opacity;
  -o-transition-property: z-index, opacity;
  transition-property: z-index, opacity;
  -webkit-transition-duration: 0s, 0.2s;
  -o-transition-duration: 0s, 0.2s;
  transition-duration: 0s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
  opacity: 0;
  background-color: #000;
}
@media screen and (max-width: 1000px) {
  .body-overlay {
    visibility: hidden;
  }
  .body-overlay-active {
    opacity: 0;
  }
}
.ballots-bulk-approval .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ballots-bulk-approval .two-up-module {
  width: 50%;
  padding: 0 8px;
}
.ballots-bulk-approval .two-up-module &gt; div {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ballots-bulk-approval .flex-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ballots-bulk-approval .two-up-module {
    width: 100%;
  }
}
#ballotCampaignsModal #modalActiveDetailsDescription {
  display: block !important;
  min-height: 13.33334em;
  height: 0;
  overflow: hidden;
}
.html5Slots {
  /* INICIO
  -------------------------------------------------------------------------*/
}
.html5Slots .body {
  min-height: 100%;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  text-align: center;
  height: 100%;
  padding-top: 0 !important;
}
.html5Slots b {
  font-weight: 600;
}
.html5Slots #content {
  margin: 0 auto;
}
.html5Slots .headline.logo img {
  max-height: 220px;
  width: 100%;
  object-fit: contain;
}
.html5Slots .headline p {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 24px;
}
.html5Slots .machineWrapper {
  text-align: center;
  height: 260px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  -webkit-user-select: none;
  user-select: none;
}
.html5Slots .machineHeightFix {
  clear: both;
  padding-top: 25px;
}
.html5Slots .clickToStart {
  text-decoration: none !important;
  cursor: pointer;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
}
.html5Slots .slotMachine {
  width: 210px;
  height: 210px;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  margin: 0 24px;
}
.html5Slots .slotMachine .slot {
  height: 210px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.html5Slots .slotMachine .slot img {
  height: 100%;
  width: 100%;
}
.html5Slots #content {
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.html5Slots .spin-messages p {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
}
.html5Slots .spin-messages .spin-lose p {
  line-height: 1em;
  font-size: 18px;
}
.html5Slots .spin-messages {
  margin-top: -90px;
}
.html5Slots .spin-messages .spin-lose {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  transition: all 400ms ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 684px;
}
.html5Slots .game-msg {
  padding-top: 50px;
  transform: scale(0.5);
  transition: all 400ms ease-in;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
}
.html5Slots .game-msg p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 26px;
}
.html5Slots .game-point-count {
  font-size: 80px !important;
  font-weight: 800 !important;
  letter-spacing: 10px !important;
  text-align: center;
  color: #fff;
}
.html5Slots .points {
  letter-spacing: 15px !important;
  text-align: center;
}
.html5Slots #play-again,
.html5Slots #spin-button {
  box-shadow: 0 25px 29px -22px rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  border-radius: 2px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto 50px auto;
  letter-spacing: 2px;
  transition: all 0.15s linear;
  text-align: center;
  text-decoration: none !important;
  width: 200px;
}
.html5Slots .spin-before {
  position: relative;
  bottom: -110px !important;
  max-width: 800px;
  margin: 0 auto;
}
.html5Slots .spin-before .col-xs-12 {
  padding-top: 20px;
}
@media (min-width: 650px) and (max-width: 900px) {
  .html5Slots .slotMachine {
    width: 157px;
    height: 157px;
    margin: 0 10px;
  }
  .html5Slots .slotMachine .slot {
    height: 157px;
    width: 157px;
    background-size: contain;
  }
}
@media screen and (min-width: 325px) and (max-width: 650px) {
  .html5Slots .headline.logo img {
    width: 100% !important;
  }
  .html5Slots .headline.text-center img {
    width: 90%;
  }
  .html5Slots .machineWrapper {
    margin-top: 0;
    height: 200px !important;
  }
  .html5Slots .slotMachine {
    width: 70px;
    height: 70px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
  }
  .html5Slots .slotMachine .slot {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 70px !important;
    width: 70px;
  }
  .html5Slots .spin-messages {
    margin-top: -165px;
  }
  .html5Slots .spin-messages .spin-lose {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*padding-top: 100px;*/
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
    transition: all 400ms ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .html5Slots .game-msg {
    padding-top: 50px;
    transform: scale(0.5);
    transition: all 400ms ease-in;
    opacity: 0;
  }
  .html5Slots .game-msg p.points {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 26px;
  }
  .html5Slots .game-point-count {
    font-size: 80px !important;
    font-weight: 800 !important;
  }
  .html5Slots .spin-lose:target {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 325px) {
  .html5Slots .slotMachine {
    width: 50px;
    height: 50px;
    margin: 0 8px;
  }
  .html5Slots .machineWrapper {
    height: 110px;
  }
  .html5Slots .slotMachine .slot {
    height: 50px !important;
    width: 50px;
  }
}
.highcharts-data-table,
.highcharts-data-table td,
.highcharts-data-table th {
  text-align: left;
}
.highcharts-data-table th {
  font-weight: normal;
}
.highcharts-data-table thead th {
  font-weight: 900;
}
.highcharts-data-table tr.total-item th,
.highcharts-data-table tr.total-item td {
  font-weight: 900;
  border-top: 2px solid #a9a9a9;
}
.highcharts-data-table .table {
  border-bottom: none;
}
#rewardSuggestionsModal .addOnProduct .flex-col-1 {
  -ms-flex: 1;
}
#rewardSuggestionsModal .item-description .flex-col-1 {
  width: 100%;
}
#rewardSuggestionsModal .modal-header {
  border: none;
}
#rewardSuggestionsModal .modal-content {
  padding: 60px;
  padding-bottom: 40px;
}
#rewardSuggestionsModal .modal-body .shopProductAddOn .flex-row {
  padding-left: 15px;
  padding-right: 15px;
}
#rewardSuggestionsModal .modal-body .shopProductAddOn h4,
#rewardSuggestionsModal .modal-body .shopProductAddOn p,
#rewardSuggestionsModal .modal-body .shopProductAddOn a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
#rewardSuggestionsModal .modal-body .shopProductAddOn .saving-price {
  font-size: 14px;
}
#rewardSuggestionsModal .modal-body .shopProductAddOn .item-description {
  margin-top: 20px;
}
#rewardSuggestionsModal .modal-header {
  padding-bottom: 0;
  padding-top: 0;
}
#rewardSuggestionsModal .modal-footer {
  padding: 10px 0 0 0;
  border: none;
}
#rewardSuggestionsModal .modal-footer button {
  width: 150px;
}
#rewardSuggestionsModal .close {
  top: 15px;
  right: 15px;
  height: 35px;
  width: 35px;
}
.apple-frequently-bought-items {
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  z-index: 1;
}
.apple-frequently-bought-items .products .mobile-button {
  display: none;
}
@media screen and (max-width: 765px) {
  .apple-frequently-bought-items {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  #rewardSuggestionsModal {
    background: white;
  }
  #rewardSuggestionsModal .modal-content {
    padding: 60px 25px 40px 25px;
    border-radius: 0;
    height: 100vh;
    box-shadow: none;
    border: none;
  }
  #rewardSuggestionsModal .modal-dialog {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  #rewardSuggestionsModal .modal-footer {
    padding-bottom: 30px;
  }
  #rewardSuggestionsModal .modal-footer button {
    width: 100px;
  }
  #rewardSuggestionsModal .modal-body .addOnButtons .flex-row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #rewardSuggestionsModal .modal-body .addOnButtons .flex-col-0 {
    margin-bottom: 20px;
  }
  #rewardSuggestionsModal .modal-body .shopProductAddOn .flex-row {
    padding-left: 8px;
    padding-right: 8px;
  }
  #rewardSuggestionsModal .modal-body .addOnProduct {
    justify-content: end;
  }
  .apple-frequently-bought-items .products .product-img {
    align-self: self-start;
  }
  .apple-frequently-bought-items .products .desktop-button {
    display: none;
  }
  .apple-frequently-bought-items .products .mobile-button {
    padding-left: 0;
    display: block;
  }
}
.addAppleCareCheckout {
  color: #761214;
  font-weight: 500;
  font-size: 13px;
}
/* DESKTOP - SUBHEADER CURRENCY CREDITS */
.currency-credits .title {
  font-size: 12px;
  font-weight: 600;
  color: #761214;
  padding-top: 8px;
  line-height: 0.9;
}
.currency-credits .currency-credits-total {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #444444;
}
/* SUBHEADER YOUR BALANCES BUTTON*/
.balances-container {
  align-self: center;
  margin-left: 20px;
}
.balances-container .your-balances {
  background: none;
  border: 1px solid #DDE1E5;
  border-radius: 6px;
  font-size: 12px;
  color: #333333;
  font-weight: 600;
  padding: 11px;
  text-align: left;
}
/* MOBILE - BALANCES MODAL */
#balancesModal .point-count.toggle {
  width: 100%;
}
#balancesModal.modal_ {
  background: white;
}
#balancesModal .has-sub-menu .point-count .num:after {
  content: "";
}
#balancesModal .inner:not(:nth-child(3)),
#balancesModal .currency-credits {
  border-bottom: 1px solid #dde1e5;
  padding-bottom: 10px;
}
#balancesModal .modal-body {
  padding: 40px 30px;
  margin: 0 auto;
  width: 700px;
}
#balancesModal .currency-credits,
#balancesModal .inner {
  padding-top: 20px;
}
#balancesModal .modal-sub-menu {
  padding-top: 7px;
}
#balancesModal .modal-sub-menu span {
  font-size: 14px;
  display: inline-block;
}
#balancesModal .modal-header {
  margin: 0 auto;
  width: 700px;
  border: none;
  padding: 60px 30px 0 30px;
}
#balancesModal .modal-header h4 {
  font-size: 28px;
  font-weight: 400;
}
#balancesModal .modal-content {
  border-radius: 0;
  height: 100vh;
  border: none;
  box-shadow: none;
}
#balancesModal .modal-content button.close {
  opacity: 1;
  background: none;
  font-size: 25px;
  padding: 10px;
}
#balancesModal .modal-content button.point-count {
  width: 100%;
}
#balancesModal .modal-dialog {
  margin: 0;
  width: 100%;
}
#balancesModal .has-sub-menu,
#balancesModal .no-sub-menu {
  display: flex;
  flex-direction: column;
}
#balancesModal .has-sub-menu .num,
#balancesModal .no-sub-menu .num {
  position: relative;
}
#balancesModal .has-sub-menu .fa-chevron-down,
#balancesModal .no-sub-menu .fa-chevron-down {
  position: absolute;
  right: 0;
  bottom: 11px;
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  #balancesModal .modal-body,
  #balancesModal .modal-header {
    width: 100%;
  }
}
/* CHECKOUT PAGE */
.currency-credits-checkout {
  font-size: 15px;
}
.currency-credits-checkout.mall-container-checkout {
  padding: 4px 25px 10px 25px;
}
.currency-credits-checkout .currency-credits-total {
  color: #761214;
}
/* CHECKOUT CONFIRMATION PAGE */
.place-order-message {
  border: 2px solid #761214;
  border-radius: 4px;
  padding: 14px 2px;
  margin-bottom: 25px;
}
.place-order-message small {
  color: #333333;
}
.checkout-pre-auth-message {
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .checkout-pre-auth-message {
    font-size: 14px;
  }
}
.dreamtracker-media-right .progress {
  width: 200px;
  margin: 0 16px;
  border-color: #761214;
}
.dream-value-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .dream-value-desktop {
    display: none;
  }
  .dream-value-mobile {
    display: block;
  }
  .dreamtracker-media-right,
  .dreamtracker-media-right .flex-0,
  .dreamtracker-media-right .flex-1,
  .dreamtracker-media-right button,
  .dreamtracker-media-right .progress {
    width: 100%;
  }
  .dreamtracker-media-right .progress {
    margin: 0;
  }
  .dreamtracker-media-right p[role="status"] {
    text-align: center;
  }
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #EBEBEB;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container &gt; div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 1;
}
#toast-container &gt; div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container &gt; div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container &gt; .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container &gt; .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container &gt; .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container &gt; .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center &gt; div,
#toast-container.toast-bottom-center &gt; div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width &gt; div,
#toast-container.toast-bottom-full-width &gt; div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #238720;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container &gt; div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container &gt; div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container &gt; div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container &gt; div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container &gt; div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container &gt; div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.siteMap-page h2 {
  font-weight: 500;
}
.siteMap-page a {
  color: #333;
}
.siteMap-page a:hover {
  color: #761214;
}
.siteMap-page ul {
  list-style: none;
}
.VueCarousel-navigation-button i {
  font-size: 26px;
  cursor: pointer;
}
.mainCarousel {
  margin: 10px auto;
}
.mainCarousel .VueCarousel-navigation-next {
  right: 40px !important;
}
.mainCarousel .VueCarousel-navigation-prev {
  left: 40px !important;
}
#gallery-dashboard .static-img-container img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
}
#gallery-dashboard .mainCarousel {
  margin-top: 0;
}
#gallery-dashboard .mainCarousel .VueCarousel-inner &gt; .VueCarousel-slide &gt; img,
#gallery-dashboard .mainCarousel .VueCarousel-inner &gt; .VueCarousel-slide &gt; a &gt; img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
}
.container.banners .mainCarousel {
  height: auto;
  width: 100%;
  max-width: 1200px;
  object-fit: cover;
}
.mainCarousel .VueCarousel-inner &gt; .VueCarousel-slide &gt; img,
.mainCarousel .VueCarousel-inner &gt; .VueCarousel-slide &gt; a &gt; img {
  width: 100%;
  height: auto;
}
.mainCarousel .VueCarousel-navigation-button.VueCarousel-navigation-prev {
  margin-left: 8px;
}
.mainCarousel .VueCarousel-navigation-button.VueCarousel-navigation-prev i {
  padding-right: 3px;
  line-height: 25px;
}
.mainCarousel .VueCarousel-navigation-button.VueCarousel-navigation-next {
  margin-right: 8px;
}
.mainCarousel .VueCarousel-navigation-button.VueCarousel-navigation-next i {
  padding-left: 3px;
  line-height: 25px;
}
.mainCarousel .VueCarousel-navigation-button {
  background-image: none;
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}
.mainCarousel .VueCarousel-navigation-button {
  position: absolute;
  top: 50%;
  background: white !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainCarousel:hover .VueCarousel-navigation-button {
  opacity: 0.85;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.mainCarousel .VueCarousel-navigation-button {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.VueCarousel-pagination {
  position: absolute;
  bottom: 0;
}
.VueCarousel-dot-container .VueCarousel-dot {
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.VueCarousel-dot-container .VueCarousel-dot--active {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.carousel,
.container.banners {
  width: 100%;
  max-width: 1500px;
}
.carousel .stop-play-slider,
.container.banners .stop-play-slider {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  z-index: 1;
}
.carousel .stop-play-slider:focus,
.container.banners .stop-play-slider:focus {
  opacity: 1;
}
.carousel button:not(.stop-play-slider),
.container.banners button:not(.stop-play-slider) {
  min-width: 44px;
  min-height: 44px;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.carousel button:not(.stop-play-slider) i,
.container.banners button:not(.stop-play-slider) i {
  font-size: 22px;
}
.carousel button.hero-slider,
.container.banners button.hero-slider {
  position: absolute;
  top: 46%;
  padding: 0;
  z-index: 2;
}
.carousel button.hero-slider.next-button,
.container.banners button.hero-slider.next-button {
  right: 0;
  margin-right: 8px;
}
.carousel button.hero-slider.prev-button,
.container.banners button.hero-slider.prev-button {
  left: 0;
  margin-left: 8px;
}
.carousel .carousel-nav,
.container.banners .carousel-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.carousel .carousel-nav .carousel-nav-dots button,
.container.banners .carousel-nav .carousel-nav-dots button {
  padding: 0;
}
.carousel .carousel-nav button:not(.stop-play-slider),
.container.banners .carousel-nav button:not(.stop-play-slider) {
  flex-grow: 0;
  min-width: 0;
  min-height: 0;
  border: none;
  box-shadow: none;
}
.carousel .carousel-nav button:not(.stop-play-slider) i,
.container.banners .carousel-nav button:not(.stop-play-slider) i {
  font-size: 18px;
}
.carousel .carousel-nav .carousel-nav-dots,
.container.banners .carousel-nav .carousel-nav-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.carousel .carousel-nav .carousel-nav-dots button,
.container.banners .carousel-nav .carousel-nav-dots button {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid #ccc;
}
.carousel .carousel-nav .carousel-nav-dots button.active,
.container.banners .carousel-nav .carousel-nav-dots button.active {
  background: #000;
  border-color: #000;
}
.desktop-product-container .static-banner-container img,
.container.banners img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 1500px) {
  .carousel button.next-button.hero-slider {
    margin-right: 22px;
  }
  .carousel button.prev-button.hero-slider {
    margin-left: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .carousel .carousel-nav {
    margin: 0;
  }
  .carousel .VueCarousel-slide,
  .carousel .VueCarousel-wrapper {
    height: auto;
  }
  #gallery-dashboard .mainCarousel .VueCarousel-inner &gt; .VueCarousel-slide &gt; img,
  #gallery-dashboard .mainCarousel .VueCarousel-inner &gt; .VueCarousel-slide &gt; a &gt; img,
  .static-img-container {
    max-height: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mainCarousel {
    width: 100%;
  }
}
#app .skip-to-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 1030;
  width: 230px;
  height: auto;
  color: #fff;
  background-color: #333;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  padding: 10px;
  text-decoration: underline;
  border: none;
  top: -100px;
  text-align: center;
  transition: top 0.35s ease;
}
#app .skip-to-btn:focus,
#app .skip-to-btn:focus-visible,
#app .skip-to-btn:active {
  border: none;
  outline: none;
}
#app .skip-to-btn.show-skip-to {
  top: 0;
}
.status-message-container {
  gap: 8px;
  color: #B54708;
  padding: 16px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  align-items: baseline;
  flex-wrap: nowrap;
}
.status-message-container .fa-exclamation-triangle::before {
  color: #B54708;
  font-size: 16px;
  font-weight: 500;
}
.status-message-container.warning-message {
  border: 1px solid #FEC84B;
  background: #FFFAEB;
  color: #DC6803;
}
.status-message-container.warning-message.inline-w-bg {
  border: none;
  padding: 2px 14px;
  border-radius: 16px;
}
.status-message-container.warning-message .fa-exclamation-triangle::before {
  color: #DC6803;
}
.status-message-container.inline-warning-message {
  padding: 0;
}
.status-message-container.error-message {
  background: #FFDDDD;
}
.status-message-container.error-message.full-width {
  width: 100%;
}
.status-message-container.error-message span {
  align-self: flex-end;
}
.pointTransfer-page main,
.pointTransferSummary-page main,
.pointTransfer-page #mobileSearchModal,
.pointTransferSummary-page #mobileSearchModal,
.pointTransfer-page .save-message-modal,
.pointTransferSummary-page .save-message-modal {
  /* Core Overrides */
}
.pointTransfer-page main .btn-primary.large-padding,
.pointTransferSummary-page main .btn-primary.large-padding,
.pointTransfer-page #mobileSearchModal .btn-primary.large-padding,
.pointTransferSummary-page #mobileSearchModal .btn-primary.large-padding,
.pointTransfer-page .save-message-modal .btn-primary.large-padding,
.pointTransferSummary-page .save-message-modal .btn-primary.large-padding {
  padding: 12px 16px;
}
.pointTransfer-page main .btn-primary.medium-padding,
.pointTransferSummary-page main .btn-primary.medium-padding,
.pointTransfer-page #mobileSearchModal .btn-primary.medium-padding,
.pointTransferSummary-page #mobileSearchModal .btn-primary.medium-padding,
.pointTransfer-page .save-message-modal .btn-primary.medium-padding,
.pointTransferSummary-page .save-message-modal .btn-primary.medium-padding {
  padding: 10px 14px;
}
.pointTransfer-page main .font-medium,
.pointTransferSummary-page main .font-medium,
.pointTransfer-page #mobileSearchModal .font-medium,
.pointTransferSummary-page #mobileSearchModal .font-medium,
.pointTransfer-page .save-message-modal .font-medium,
.pointTransferSummary-page .save-message-modal .font-medium {
  font-size: 16px;
}
.pointTransfer-page main .text-semi-bold,
.pointTransferSummary-page main .text-semi-bold,
.pointTransfer-page #mobileSearchModal .text-semi-bold,
.pointTransferSummary-page #mobileSearchModal .text-semi-bold,
.pointTransfer-page .save-message-modal .text-semi-bold,
.pointTransferSummary-page .save-message-modal .text-semi-bold {
  font-weight: 600;
}
.pointTransfer-page main .text-bold,
.pointTransferSummary-page main .text-bold,
.pointTransfer-page #mobileSearchModal .text-bold,
.pointTransferSummary-page #mobileSearchModal .text-bold,
.pointTransfer-page .save-message-modal .text-bold,
.pointTransferSummary-page .save-message-modal .text-bold {
  font-weight: 700 !important;
}
.pointTransfer-page main .text-medium,
.pointTransferSummary-page main .text-medium,
.pointTransfer-page #mobileSearchModal .text-medium,
.pointTransferSummary-page #mobileSearchModal .text-medium,
.pointTransfer-page .save-message-modal .text-medium,
.pointTransferSummary-page .save-message-modal .text-medium {
  font-weight: 500 !important;
}
.pointTransfer-page main .text-regular,
.pointTransferSummary-page main .text-regular,
.pointTransfer-page #mobileSearchModal .text-regular,
.pointTransferSummary-page #mobileSearchModal .text-regular,
.pointTransfer-page .save-message-modal .text-regular,
.pointTransferSummary-page .save-message-modal .text-regular {
  font-weight: 400;
}
.pointTransfer-page main .customSelect,
.pointTransferSummary-page main .customSelect,
.pointTransfer-page #mobileSearchModal .customSelect,
.pointTransferSummary-page #mobileSearchModal .customSelect,
.pointTransfer-page .save-message-modal .customSelect,
.pointTransferSummary-page .save-message-modal .customSelect {
  background: white;
  border: 1px solid #f4f6f7;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
  font-weight: 700;
  color: #252525;
}
.pointTransfer-page main .btn[disabled],
.pointTransferSummary-page main .btn[disabled],
.pointTransfer-page #mobileSearchModal .btn[disabled],
.pointTransferSummary-page #mobileSearchModal .btn[disabled],
.pointTransfer-page .save-message-modal .btn[disabled],
.pointTransferSummary-page .save-message-modal .btn[disabled],
.pointTransfer-page main .type-disabled,
.pointTransferSummary-page main .type-disabled,
.pointTransfer-page #mobileSearchModal .type-disabled,
.pointTransferSummary-page #mobileSearchModal .type-disabled,
.pointTransfer-page .save-message-modal .type-disabled,
.pointTransferSummary-page .save-message-modal .type-disabled {
  background: white;
  color: #252525c4;
  opacity: 0.4;
}
.pointTransfer-page main .btn[disabled],
.pointTransferSummary-page main .btn[disabled],
.pointTransfer-page #mobileSearchModal .btn[disabled],
.pointTransferSummary-page #mobileSearchModal .btn[disabled],
.pointTransfer-page .save-message-modal .btn[disabled],
.pointTransferSummary-page .save-message-modal .btn[disabled] {
  border: 1px solid #f4f6f7;
  cursor: not-allowed;
}
.pointTransfer-page main .btn[disabled]:hover,
.pointTransferSummary-page main .btn[disabled]:hover,
.pointTransfer-page #mobileSearchModal .btn[disabled]:hover,
.pointTransferSummary-page #mobileSearchModal .btn[disabled]:hover,
.pointTransfer-page .save-message-modal .btn[disabled]:hover,
.pointTransferSummary-page .save-message-modal .btn[disabled]:hover {
  color: #252525c4;
  background: white;
}
.pointTransfer-page main .btn.drop-shadow,
.pointTransferSummary-page main .btn.drop-shadow,
.pointTransfer-page #mobileSearchModal .btn.drop-shadow,
.pointTransferSummary-page #mobileSearchModal .btn.drop-shadow,
.pointTransfer-page .save-message-modal .btn.drop-shadow,
.pointTransferSummary-page .save-message-modal .btn.drop-shadow {
  box-shadow: 0 6px 6px 0 #0000000F;
}
.pointTransfer-page main .dropdown.point-type .btn,
.pointTransferSummary-page main .dropdown.point-type .btn,
.pointTransfer-page #mobileSearchModal .dropdown.point-type .btn,
.pointTransferSummary-page #mobileSearchModal .dropdown.point-type .btn,
.pointTransfer-page .save-message-modal .dropdown.point-type .btn,
.pointTransferSummary-page .save-message-modal .dropdown.point-type .btn {
  background: white;
  border: 1px solid #f4f6f7;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
  font-weight: 700;
  color: #252525;
  min-width: 180px;
}
.pointTransfer-page main .dropdown.point-type .btn.disabled-gray,
.pointTransferSummary-page main .dropdown.point-type .btn.disabled-gray,
.pointTransfer-page #mobileSearchModal .dropdown.point-type .btn.disabled-gray,
.pointTransferSummary-page #mobileSearchModal .dropdown.point-type .btn.disabled-gray,
.pointTransfer-page .save-message-modal .dropdown.point-type .btn.disabled-gray,
.pointTransferSummary-page .save-message-modal .dropdown.point-type .btn.disabled-gray {
  color: #25252566;
}
.pointTransfer-page main .dropdown.point-type a,
.pointTransferSummary-page main .dropdown.point-type a,
.pointTransfer-page #mobileSearchModal .dropdown.point-type a,
.pointTransferSummary-page #mobileSearchModal .dropdown.point-type a,
.pointTransfer-page .save-message-modal .dropdown.point-type a,
.pointTransferSummary-page .save-message-modal .dropdown.point-type a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px !important;
  font-size: 13px;
  font-weight: 700;
}
.pointTransfer-page main .btn[disabled],
.pointTransferSummary-page main .btn[disabled],
.pointTransfer-page #mobileSearchModal .btn[disabled],
.pointTransferSummary-page #mobileSearchModal .btn[disabled],
.pointTransfer-page .save-message-modal .btn[disabled],
.pointTransferSummary-page .save-message-modal .btn[disabled] {
  background: white;
  border: 1px solid #f4f6f7;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
  color: #252525c4;
  cursor: not-allowed;
}
.pointTransfer-page main .btn[disabled]:hover,
.pointTransferSummary-page main .btn[disabled]:hover,
.pointTransfer-page #mobileSearchModal .btn[disabled]:hover,
.pointTransferSummary-page #mobileSearchModal .btn[disabled]:hover,
.pointTransfer-page .save-message-modal .btn[disabled]:hover,
.pointTransferSummary-page .save-message-modal .btn[disabled]:hover {
  color: #252525c4;
  background: white;
}
.pointTransfer-page .search-select-container,
.pointTransferSummary-page .search-select-container {
  width: 100%;
  padding: 50px 20px 0px 20px;
  max-width: 950px;
  margin: 0 auto;
}
/* Point Summary */
.pointTransferSummary-page main .well-shadow {
  background: white;
  border: none;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
  color: #252525;
}
.pointTransferSummary-page main .source-mem-summary,
.pointTransferSummary-page main .recipient-summary {
  flex: 1;
}
.pointTransferSummary-page main .summary-total a span:before {
  content: "\f053" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 300;
  padding-right: 0.313em;
}
.pointTransferSummary-page main .summary-total &gt; div {
  width: 50%;
}
.pointTransferSummary-page main .icon-arrow {
  margin: 4.375em 1.875em 0 1.875em;
}
.pointTransferSummary-page main .icon-arrow span:after {
  content: "\f0a9" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 300;
  font-size: 3.75em;
}
@media screen and (max-width: 700px) {
  .pointTransferSummary-page main .point-summary {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .pointTransferSummary-page main .summary-total {
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }
  .pointTransferSummary-page main .summary-total &gt; div {
    margin-bottom: 1.875em;
    width: 100%;
  }
  .pointTransferSummary-page main .icon-arrow {
    margin-top: 0.625em;
  }
  .pointTransferSummary-page main .icon-arrow span:after {
    content: "\f0ab" / "";
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-width: 300;
  }
}
/* Point transfer */
.pointTransfer-page {
  /* Media Queries */
}
.pointTransfer-page #main {
  padding-bottom: 0;
}
.pointTransfer-page #main .container {
  height: 100%;
}
.pointTransfer-page #main .search-select-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pointTransfer-page #main .search-select-container .inner {
  flex-grow: 1;
}
.pointTransfer-page [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  position: relative;
}
.pointTransfer-page [type=checkbox] {
  width: 22px;
  height: 22px;
  border: solid 2px #CCD0D1;
  margin-right: 8px;
  position: absolute;
}
.pointTransfer-page input[type=checkbox]:checked {
  border: 2px solid #761214;
}
.pointTransfer-page [type=checkbox]:checked::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "\f00c" / "";
  color: #761214;
  position: absolute;
  font-size: 17px;
  top: 0;
  left: 1px;
}
.pointTransfer-page .name-initials {
  background: #761214;
  color: white;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pointTransfer-page .name-initials span {
  padding: 0.313em;
}
.pointTransfer-page .point-top-up-step-2 .name-initials {
  align-self: flex-start;
}
.pointTransfer-page .search-select-container .autocomplete {
  position: relative;
  width: 100%;
}
.pointTransfer-page .search-select-container .chosen-member-private-msg.mobile,
.pointTransfer-page .search-select-container .remove-member.mobile {
  display: none;
}
.pointTransfer-page .search-select-container [type=checkbox] {
  right: 0;
}
.pointTransfer-page .search-select-container [type=text] {
  width: 100%;
  padding: 0.625em 0.625em 0.625em 2.75em;
  border: solid 2px #CCD0D1;
  border-radius: 6px;
  font-size: 14px;
  height: 54px;
  font-weight: 300;
}
.pointTransfer-page .search-select-container .selected-source-member {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pointTransfer-page .search-select-container .selected-source-member.lg-padding {
  padding-bottom: 12.5em;
}
.pointTransfer-page .search-select-container .selected-source-member .source-member-info {
  width: 50%;
}
.pointTransfer-page .search-select-container [type=number] {
  width: 100%;
  padding: 10px 10px 10px 44px;
  border: solid 2px #CCD0D1;
  border-radius: 6px;
  font-size: 14px;
  height: 42px;
  font-weight: 300;
}
.pointTransfer-page .search-select-container .point-transfer-footer {
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.02);
  flex-shrink: 0;
  font-weight: 500;
  color: #222222;
  z-index: 500;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin: 20% -50vw 0px -50vw;
  position: relative;
}
.pointTransfer-page .search-select-container .point-transfer-footer .footer-content {
  padding-top: 1.5em;
  padding-bottom: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 950px;
  margin: 0 auto;
}
.pointTransfer-page .search-select-container .point-transfer-footer .footer-content h2 {
  font-weight: 500;
}
.pointTransfer-page .search-select-container .search-bar label,
.pointTransfer-page .search-select-container .search-bar.mobile label {
  position: absolute;
  margin: 0;
  top: 17px;
  left: 16px;
  font-size: 14px;
}
.pointTransfer-page .search-select-container .search-bar {
  max-width: 950px;
  margin: 0 auto;
}
.pointTransfer-page .search-select-container .search-bar .dropdown {
  width: 156px;
}
.pointTransfer-page .search-select-container .search-bar .dropdown button {
  width: 100%;
  border-radius: 6px;
  font-size: 13px;
  padding: 11.5px;
  height: 100%;
  border: 1px solid transparent;
}
.pointTransfer-page .search-select-container .search-bar .dropdown button .fal {
  font-weight: 400;
}
.pointTransfer-page .search-select-container .search-bar .dropdown .dropdown-menu {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  margin: 0.313em 0 0 0;
  padding: 0;
  border: none;
}
.pointTransfer-page .search-select-container .search-bar .dropdown .dropdown-menu a {
  display: flex;
  padding: 15px;
  font-weight: 700;
  padding-right: 13px !important;
}
.pointTransfer-page .search-select-container .search-bar .dropdown .dropdown-menu a:hover::after {
  color: #ffffff !important;
}
.pointTransfer-page .search-select-container .search-bar .dropdown .dropdown-menu li.option-selected a::after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "\f00c" / "";
  font-weight: 400;
}
.pointTransfer-page .search-select-container .options-list .list-option-inner {
  position: relative;
}
.pointTransfer-page .search-select-container .options-list label {
  cursor: pointer;
}
.pointTransfer-page .search-select-container .autocomplete-results {
  padding: 0;
  margin: 0 auto;
  border: 1px solid #CCD0D1;
  max-width: 950px;
  box-shadow: 0 3px 8px 0 #0000000d;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.pointTransfer-page .search-select-container .autocomplete-results ul {
  max-height: 300px;
  overflow: auto;
  padding: 1em;
}
.pointTransfer-page .search-select-container .autocomplete-results li:not(:first-child) {
  padding-top: 1em;
}
.pointTransfer-page .search-select-container .autocomplete-results button {
  width: auto;
  align-self: flex-end;
  font-weight: 700;
}
.pointTransfer-page .search-select-container .autocomplete-result {
  list-style: none;
  text-align: left;
  padding: 0.25em 0.125em;
  cursor: pointer;
}
.pointTransfer-page .search-select-container .autocomplete-container {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  z-index: 1011;
}
.pointTransfer-page .search-select-container .step-2-content {
  background: #ffffff;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 15px 0 #0000001a;
  padding: 1.563em 1.25em;
  border-radius: 6px;
  justify-content: space-between;
}
.pointTransfer-page .search-select-container .point-top-up-step-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.pointTransfer-page .search-select-container .point-top-up-step-2 .chosen-member-info {
  display: flex;
  align-items: center;
  flex: 0 0 10em;
}
.pointTransfer-page .search-select-container .point-top-up-step-2 .chosen-member-val {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pointTransfer-page .search-select-container .point-top-up-step-2 .dropdown.point-type {
  margin: 0 1.875em;
}
.pointTransfer-page .search-select-container .point-top-up-step-2 .award-value {
  display: flex;
  flex-direction: row;
  flex: 0 0 47em;
}
.pointTransfer-page .search-select-container .point-top-up-step-2 .add-message-btn {
  padding: 0.875em !important;
}
.pointTransfer-page .search-select-container .dollar-value span {
  margin-bottom: 0.563em;
}
.pointTransfer-page .search-select-container .dollar-value input {
  border: 2px solid #CCD0D1;
  border-radius: 6px;
  padding: 10px 12px 8px 12px;
  width: 100%;
}
.pointTransfer-page .search-select-container .points-total {
  padding-left: 3.125em;
  padding-right: 3.125em;
}
.pointTransfer-page .search-select-container .points-total span {
  margin-bottom: 1.125em;
}
.pointTransfer-page .search-select-container .points-total,
.pointTransfer-page .search-select-container .dollar-value,
.pointTransfer-page .search-select-container .chosen-member-private-msg {
  display: flex;
  flex-direction: column;
}
.pointTransfer-page .search-select-container .footer-content div {
  flex: 1;
}
.pointTransfer-page .search-select-container .footer-content div:nth-child(2) {
  padding: 0 0.625em;
}
@media screen and (max-width: 950px) {
  .pointTransfer-page .point-top-up-step-2 .step-2-content {
    position: relative;
    flex-direction: column;
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }
  .pointTransfer-page .point-top-up-step-2 .step-2-content .member-info {
    display: flex;
    flex-direction: column;
  }
  .pointTransfer-page .point-top-up-step-2 .step-2-content .member-info .metadata {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pointTransfer-page .point-top-up-step-2 .step-2-content .award-value {
    width: 100%;
  }
  .pointTransfer-page .point-top-up-step-2 .step-2-content .chosen-member-private-msg,
  .pointTransfer-page .point-top-up-step-2 .step-2-content .chosen-member-val {
    padding-top: 1.875em;
  }
  .pointTransfer-page .point-top-up-step-2 .step-2-content .chosen-member-val {
    margin-left: 0;
  }
  .pointTransfer-page .point-top-up-step-2 .step-2-content .remove-member {
    display: none;
  }
  .pointTransfer-page .point-top-up-step-2 .step-2-content .remove-member.mobile {
    display: block;
    position: absolute;
    top: 12px;
    right: 18px;
  }
  .pointTransfer-page .step-2-content .award-value,
  .pointTransfer-page .step-2-content .chosen-member-info,
  .pointTransfer-page .step-2-content .remove-member {
    flex: 0 0 0 !important;
  }
  .pointTransfer-page .point-transfer-footer .footer-content {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 700px) {
  .pointTransfer-page .metadata-info {
    width: 90%;
    display: inline-block;
  }
  .pointTransfer-page .selected-source-member {
    flex-direction: column;
  }
  .pointTransfer-page .selected-source-member .source-member-info {
    width: auto !important;
    margin-bottom: 1.25em;
  }
  .pointTransfer-page .autocomplete .mobile-search-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pointTransfer-page .autocomplete .search-bar:not(.mobile),
  .pointTransfer-page .autocomplete .autocomplete-container:not(.mobile) {
    display: none;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .dropdown.point-type {
    margin-left: 0;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .name-initials {
    padding: 0.313em;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .step-2-content {
    border-radius: initial;
    box-shadow: none;
    border-bottom: 1px solid #ccd0d15c;
    padding-left: 0.313em;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .step-2-content .award-value {
    flex-direction: column;
    align-items: flex-start;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .step-2-content .award-value .chosen-member-private-msg {
    display: none;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .step-2-content .award-value .remove-member.mobile {
    top: 0;
    right: 6px;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .step-2-content .award-value .chosen-member-private-msg.mobile {
    display: block;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .step-2-content .award-value .points-total {
    padding-left: 0;
  }
  .pointTransfer-page .point-transfer-footer .footer-content h2 {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.3;
  }
  .pointTransfer-page .point-transfer-footer .footer-content button {
    margin-top: 1.25em;
  }
  .pointTransfer-page .point-transfer-footer .footer-content button span:last-child {
    display: none;
  }
  .pointTransfer-page #mobileSearchModal .modal-content {
    overflow: scroll;
    padding-bottom: 9.375em;
  }
  .pointTransfer-page .save-message-modal .modal-dialog,
  .pointTransfer-page #mobileSearchModal .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%;
    background: white;
  }
  .pointTransfer-page .save-message-modal .modal-content,
  .pointTransfer-page #mobileSearchModal .modal-content {
    border-radius: 0;
    border: 0;
    height: 100vh;
  }
  .pointTransfer-page .save-message-modal .modal-header {
    padding-top: 1.875em;
  }
  .pointTransfer-page .save-message-modal .modal-body {
    flex: initial;
  }
}
@media screen and (max-width: 500px) {
  .pointTransfer-page .search-select-container .point-top-up-step-2 .dropdown.point-type {
    margin-right: 0;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .chosen-member-val {
    flex-direction: column;
    align-items: flex-start;
  }
  .pointTransfer-page .search-select-container .point-top-up-step-2 .chosen-member-val .dollar-value {
    padding-top: 1.875em;
  }
}
.pointTransfer-page .save-message-modal .modal-header,
.pointTransfer-page #mobileSearchModal .modal-header,
.pointTransfer-page .save-message-modal .modal-footer,
.pointTransfer-page #mobileSearchModal .modal-footer {
  border: none;
}
.pointTransfer-page .save-message-modal .modal-header,
.pointTransfer-page #mobileSearchModal .modal-header {
  padding-bottom: 0;
}
.pointTransfer-page .save-message-modal .message-box {
  width: 100%;
  height: 180px;
  box-shadow: 0 3px 8px 0 #0000000d;
  border: 1px solid #CCD0D1;
  border-radius: 5px;
  resize: none;
  padding: 0.938em;
}
.pointTransfer-page .save-message-modal .message-box::placeholder {
  font-weight: 400;
  color: #5e6369;
  font-size: 14px;
}
.pointTransfer-page #mobileSearchModal [type=checkbox] {
  right: 13px;
}
.pointTransfer-page #mobileSearchModal .dropdown-toggle {
  height: 54px;
}
.pointTransfer-page #mobileSearchModal .name-initials span {
  padding: 0.625em;
}
.pointTransfer-page #mobileSearchModal input#search-mobile {
  flex-grow: 1;
  padding: 10px 10px 10px 44px;
  border: 2px solid #ccd0d1;
  border-radius: 6px;
  font-size: 16px;
  height: 54px;
  font-weight: 300;
  background-size: 20px 20px;
  background-position: 12px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.pointTransfer-page #mobileSearchModal .search-bar.mobile {
  display: block;
  position: relative;
}
.pointTransfer-page #mobileSearchModal .search-bar.mobile &gt; label .fa-search {
  position: absolute;
  font-size: 1.25em;
  bottom: 20px;
  left: 16px;
}
.pointTransfer-page #mobileSearchModal .search-bar.mobile button {
  font-size: 14px;
  font-weight: 600;
}
.pointTransfer-page #mobileSearchModal .search-bar.mobile #search,
.pointTransfer-page #mobileSearchModal .search-bar.mobile #search-mobile {
  width: 100%;
  margin-top: -10px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.06);
}
.pointTransfer-page #mobileSearchModal .dropdown-menu {
  width: 100%;
}
.pointTransfer-page #mobileSearchModal .dropdown-menu .option-selected {
  display: flex;
}
.pointTransfer-page #mobileSearchModal .dropdown-menu a {
  padding-right: 0.813em !important;
}
.pointTransfer-page #mobileSearchModal .modal-footer {
  display: flex;
  padding: 0 1.875em;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 999999999;
  background: white;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.pointTransfer-page #mobileSearchModal .modal-footer .selected-members-qty {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-grow: 1;
}
.pointTransfer-page #mobileSearchModal .autocomplete-container.mobile {
  left: 0;
  padding-top: 1.875em;
}
.pointTransfer-page #mobileSearchModal .autocomplete-results {
  border: none;
  box-shadow: none;
  border-radius: initial;
}
.pointTransfer-page #mobileSearchModal .autocomplete-results ul {
  max-height: none;
  padding-left: 0;
}
.pointTransfer-page #mobileSearchModal .modal-body {
  margin-top: 1.25em;
}
.pointTransfer-page .mobile-search-button {
  display: none;
  width: 100%;
  text-align: center;
}
.pointTransfer-page .mobile-search-button button {
  border-radius: 10px;
  border: 2px solid #ccd0d1;
  background: #ffffff;
  width: 90%;
  padding: 0.438em 1.25em;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pointTransfer-page .mobile-search-button button span:first-child:after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "\f002" / "";
  color: #222222;
  font-size: 1.25em;
  font-weight: 300;
}
.pointTransfer-page .mobile-search-button button span:last-child {
  color: #5e6369;
}
.xtra-sm-text {
  font-size: 12px;
}
.xtra-sm-text.gray {
  color: #676767;
}
.text-semi-bold {
  font-weight: 600;
}
.text-14 {
  font-size: 14px;
  line-height: 19.6px;
}
.text-14.initial-line-height {
  line-height: initial;
}
.award-peer-thumb {
  width: 130px;
  height: 130px;
}
.bday-member-thumb {
  width: 112px;
  height: 112px;
}
.fixed-width-height-90-58 {
  width: 90px;
  height: 90px;
}
.fixed-width-height-42 {
  width: 42px;
  height: 42px;
}
.fixed-width-height-32 {
  width: 32px;
  height: 32px;
}
.fixed-width-height-60-50 {
  width: 60px;
  height: 60px;
}
.text-nf-gray {
  color: #9A9A9A;
}
.feed-btn-inverted {
  background: #FAFAFA;
  color: #4E4E4E;
  border: 1px solid #4E4E4E;
}
.feed-btn-inverted:hover,
.feed-btn-inverted:focus,
.feed-btn-inverted:active {
  color: #fff;
  background-color: #4a0b0c;
  border-color: rgba(0, 0, 0, 0);
}
.feed-btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.feed-btn-remove .btn-remove-inner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1F2A37;
  border: 2.5px solid #fff;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 999;
  color: #fff;
}
.feed-btn-remove .btn-remove-inner:before {
  content: "\f00d" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 300;
  margin-top: 1px;
}
.feed-btn-remove .btn-remove-inner:hover,
.feed-btn-remove .btn-remove-inner:focus {
  color: #fff;
}
.feed-widget .btn-primary,
.feed-widget-fs-modal .btn-primary,
.feed-widget .btn,
.feed-widget-fs-modal .btn {
  border-radius: 6px;
}
.feed-widget .btn[disabled],
.feed-widget-fs-modal .btn[disabled],
.feed-widget .btn-primary[disabled],
.feed-widget-fs-modal .btn-primary[disabled],
.feed-widget button[disabled],
.feed-widget-fs-modal button[disabled] {
  background: #CCCCCC;
  color: white;
  opacity: 1;
}
.feed-widget .btn-round,
.feed-widget-fs-modal .btn-round {
  background: #FFFFFF;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 500px;
  padding: 20px 28px 20px 60px;
  border: none;
}
.feed-widget .btn-round.is-ie,
.feed-widget-fs-modal .btn-round.is-ie {
  padding: 20px 28px;
}
.feed-widget .btn-round span.plus::after,
.feed-widget-fs-modal .btn-round span.plus::after {
  top: 4px;
  position: absolute;
  content: "+";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  color: #4E4E4E;
  left: 28px;
  font-size: 35px;
}
.feed-widget .btn-round .show-all,
.feed-widget-fs-modal .btn-round .show-all {
  font-size: 16px;
  line-height: 22px;
}
.feed-widget .dropdown-menu ul &gt; li,
.feed-widget-fs-modal .dropdown-menu ul &gt; li {
  min-height: auto;
  cursor: default;
}
.feed-widget .dropdown-menu ul &gt; li a,
.feed-widget-fs-modal .dropdown-menu ul &gt; li a {
  cursor: default;
  word-break: break-word;
  padding: 0;
}
.feed-widget .dropdown-menu ul &gt; li a span,
.feed-widget-fs-modal .dropdown-menu ul &gt; li a span {
  cursor: pointer;
}
.feed-widget .dropdown-menu ul::-webkit-scrollbar,
.feed-widget-fs-modal .dropdown-menu ul::-webkit-scrollbar {
  width: 15px;
}
.feed-widget .dropdown-menu ul::-webkit-scrollbar-track,
.feed-widget-fs-modal .dropdown-menu ul::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #fff;
}
.feed-widget .dropdown-menu ul::-webkit-scrollbar-thumb,
.feed-widget-fs-modal .dropdown-menu ul::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  border-radius: 10px;
  height: 24px;
  border: 7px solid white;
}
.feed-widget .dropdown-menu .dropdown-menu &gt; li &gt; a:hover,
.feed-widget-fs-modal .dropdown-menu .dropdown-menu &gt; li &gt; a:hover,
.feed-widget .dropdown-menu .dropdown-menu &gt; li &gt; a:focus,
.feed-widget-fs-modal .dropdown-menu .dropdown-menu &gt; li &gt; a:focus,
.feed-widget .dropdown-menu .sort-option.active,
.feed-widget-fs-modal .dropdown-menu .sort-option.active,
.feed-widget .dropdown-menu .dropdown-menu &gt; .active &gt; a,
.feed-widget-fs-modal .dropdown-menu .dropdown-menu &gt; .active &gt; a,
.feed-widget .dropdown-menu .dropdown-menu &gt; .active &gt; a:hover,
.feed-widget-fs-modal .dropdown-menu .dropdown-menu &gt; .active &gt; a:hover,
.feed-widget .dropdown-menu .dropdown-menu &gt; .active &gt; a:focus,
.feed-widget-fs-modal .dropdown-menu .dropdown-menu &gt; .active &gt; a:focus,
.feed-widget .dropdown-menu .dropdown-menu .list-option.focused-option,
.feed-widget-fs-modal .dropdown-menu .dropdown-menu .list-option.focused-option {
  color: #676767;
  background: #FAFAFA;
}
.feed-widget .dropdown-menu .sort-option.focused,
.feed-widget-fs-modal .dropdown-menu .sort-option.focused {
  border: 1px solid #761214;
}
.feed-widget .dropdown-menu .sort-option.focused:last-child,
.feed-widget-fs-modal .dropdown-menu .sort-option.focused:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.feed-widget .dropdown-menu .sort-option.focused:first-child,
.feed-widget-fs-modal .dropdown-menu .sort-option.focused:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.feed-widget .dropdown-menu .sort-option.focused a:focus-visible,
.feed-widget-fs-modal .dropdown-menu .sort-option.focused a:focus-visible {
  outline: none;
}
.feed-widget .post-dropdown,
.feed-widget-fs-modal .post-dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feed-widget .dropdown-report-edit,
.feed-widget-fs-modal .dropdown-report-edit {
  z-index: 2;
}
.feed-widget .create-a-post-container .dropdown-menu input,
.feed-widget-fs-modal .create-a-post-container .dropdown-menu input,
.feed-widget .feed-widget-interactions .dropdown-menu input,
.feed-widget-fs-modal .feed-widget-interactions .dropdown-menu input,
.feed-widget .feed-widget-item .dropdown-menu input,
.feed-widget-fs-modal .feed-widget-item .dropdown-menu input,
.feed-widget .create-a-post-container .at-member-tagging input,
.feed-widget-fs-modal .create-a-post-container .at-member-tagging input,
.feed-widget .feed-widget-interactions .at-member-tagging input,
.feed-widget-fs-modal .feed-widget-interactions .at-member-tagging input,
.feed-widget .feed-widget-item .at-member-tagging input,
.feed-widget-fs-modal .feed-widget-item .at-member-tagging input {
  border-radius: 8px;
  border: 0.5px solid #9A9A9A;
  padding: 10px 10px 10px 27px;
  min-width: 225px;
  width: 100%;
  background-color: #fff;
}
.feed-widget .create-a-post-container .dropdown-menu &gt; li &gt; button:hover,
.feed-widget-fs-modal .create-a-post-container .dropdown-menu &gt; li &gt; button:hover,
.feed-widget .feed-widget-interactions .dropdown-menu &gt; li &gt; button:hover,
.feed-widget-fs-modal .feed-widget-interactions .dropdown-menu &gt; li &gt; button:hover,
.feed-widget .feed-widget-item .dropdown-menu &gt; li &gt; button:hover,
.feed-widget-fs-modal .feed-widget-item .dropdown-menu &gt; li &gt; button:hover,
.feed-widget .create-a-post-container .dropdown-menu &gt; li &gt; button:focus,
.feed-widget-fs-modal .create-a-post-container .dropdown-menu &gt; li &gt; button:focus,
.feed-widget .feed-widget-interactions .dropdown-menu &gt; li &gt; button:focus,
.feed-widget-fs-modal .feed-widget-interactions .dropdown-menu &gt; li &gt; button:focus,
.feed-widget .feed-widget-item .dropdown-menu &gt; li &gt; button:focus,
.feed-widget-fs-modal .feed-widget-item .dropdown-menu &gt; li &gt; button:focus,
.feed-widget .create-a-post-container .sort-option.active,
.feed-widget-fs-modal .create-a-post-container .sort-option.active,
.feed-widget .feed-widget-interactions .sort-option.active,
.feed-widget-fs-modal .feed-widget-interactions .sort-option.active,
.feed-widget .feed-widget-item .sort-option.active,
.feed-widget-fs-modal .feed-widget-item .sort-option.active,
.feed-widget .create-a-post-container .dropdown-menu &gt; .active &gt; button,
.feed-widget-fs-modal .create-a-post-container .dropdown-menu &gt; .active &gt; button,
.feed-widget .feed-widget-interactions .dropdown-menu &gt; .active &gt; button,
.feed-widget-fs-modal .feed-widget-interactions .dropdown-menu &gt; .active &gt; button,
.feed-widget .feed-widget-item .dropdown-menu &gt; .active &gt; button,
.feed-widget-fs-modal .feed-widget-item .dropdown-menu &gt; .active &gt; button,
.feed-widget .create-a-post-container .dropdown-menu &gt; .active &gt; button:hover,
.feed-widget-fs-modal .create-a-post-container .dropdown-menu &gt; .active &gt; button:hover,
.feed-widget .feed-widget-interactions .dropdown-menu &gt; .active &gt; button:hover,
.feed-widget-fs-modal .feed-widget-interactions .dropdown-menu &gt; .active &gt; button:hover,
.feed-widget .feed-widget-item .dropdown-menu &gt; .active &gt; button:hover,
.feed-widget-fs-modal .feed-widget-item .dropdown-menu &gt; .active &gt; button:hover,
.feed-widget .create-a-post-container .dropdown-menu &gt; .active &gt; button:focus,
.feed-widget-fs-modal .create-a-post-container .dropdown-menu &gt; .active &gt; button:focus,
.feed-widget .feed-widget-interactions .dropdown-menu &gt; .active &gt; button:focus,
.feed-widget-fs-modal .feed-widget-interactions .dropdown-menu &gt; .active &gt; button:focus,
.feed-widget .feed-widget-item .dropdown-menu &gt; .active &gt; button:focus,
.feed-widget-fs-modal .feed-widget-item .dropdown-menu &gt; .active &gt; button:focus {
  background: #FAFAFA;
  color: inherit;
}
.feed-widget .create-a-post-container .add-video-container .dropdown-menu button,
.feed-widget-fs-modal .create-a-post-container .add-video-container .dropdown-menu button,
.feed-widget .feed-widget-interactions .add-video-container .dropdown-menu button,
.feed-widget-fs-modal .feed-widget-interactions .add-video-container .dropdown-menu button,
.feed-widget .feed-widget-item .add-video-container .dropdown-menu button,
.feed-widget-fs-modal .feed-widget-item .add-video-container .dropdown-menu button {
  text-align: left;
}
.card-well {
  padding: 22px;
  border: 1px solid #E6E6E6;
  background: #ffffff;
}
.card-well.radius-10 {
  border-radius: 10px;
}
.card-well.radius-8 {
  border-radius: 8px;
}
.card-well.border-gray-80 {
  border: 1px solid #CCCCCC;
}
.card-well.no-padding {
  padding: 0;
}
.card-well.dropdown-shadow {
  box-shadow: 0 6px 6px 0 #0000000F;
}
.card-well.active-edit-post {
  border: 1px solid #761214;
}
.card-well.well-shadow {
  box-shadow: 0 4px 10px 0 #0000001a;
}
.card-well.border-none {
  border: 0;
}
.feed-widget .panel,
.feed-widget-fs-modal .panel {
  box-shadow: none;
}
.feed-widget .panel-heading,
.feed-widget-fs-modal .panel-heading {
  background: #ffffff;
  color: #333;
  border: 1px solid #E6E6E6;
  padding: 35px;
  margin: 8px;
}
.feed-widget .panel-heading.no-feeds-header,
.feed-widget-fs-modal .panel-heading.no-feeds-header {
  background-color: #FAFAFA;
  box-shadow: none;
  border: none;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #667085;
  margin-top: 50px;
}
.feed-widget .panel-heading.no-feeds-header h2,
.feed-widget-fs-modal .panel-heading.no-feeds-header h2 {
  text-align: center;
  margin: 0;
}
.feed-widget .panel-heading.no-feeds-header h2 span,
.feed-widget-fs-modal .panel-heading.no-feeds-header h2 span {
  font-size: 16px;
  font-weight: 500;
  width: 235px;
  display: block;
}
.feed-widget .panel-title,
.feed-widget-fs-modal .panel-title {
  font-weight: 700;
  font-size: 30px;
  word-break: break-word;
}
.feed-widget .char-circle span,
.feed-widget-fs-modal .char-circle span {
  font-weight: 700;
}
.feed-widget .fa-heart.liked,
.feed-widget-fs-modal .fa-heart.liked {
  color: #DF0050;
}
.feed-widget .active-edit-post .images-preview-wrapper,
.feed-widget-fs-modal .active-edit-post .images-preview-wrapper,
.feed-widget .active-edit-post .feed-videos,
.feed-widget-fs-modal .active-edit-post .feed-videos {
  margin-top: 25px;
}
.feed-widget .create-a-post-container .new-post-text,
.feed-widget-fs-modal .create-a-post-container .new-post-text {
  margin-left: 50px;
}
.feed-widget .create-a-post-container .new-post-text .images-preview-wrapper,
.feed-widget-fs-modal .create-a-post-container .new-post-text .images-preview-wrapper {
  margin: 0 10px 22px 16px;
}
.feed-widget .create-a-post-container .at-member-tagging input,
.feed-widget-fs-modal .create-a-post-container .at-member-tagging input {
  margin-bottom: -5px;
}
.feed-widget .comments-container [contenteditable="true"]:empty:before,
.feed-widget-fs-modal .comments-container [contenteditable="true"]:empty:before,
.feed-widget .create-a-post-container [contenteditable="true"]:empty:before,
.feed-widget-fs-modal .create-a-post-container [contenteditable="true"]:empty:before {
  content: attr(placeholder);
  color: #818181;
}
.feed-widget .comments-container [contentEditable="true"]:not(:focus):before,
.feed-widget-fs-modal .comments-container [contentEditable="true"]:not(:focus):before,
.feed-widget .create-a-post-container [contentEditable="true"]:not(:focus):before,
.feed-widget-fs-modal .create-a-post-container [contentEditable="true"]:not(:focus):before {
  content: attr(placeholder);
  pointer-events: none;
  color: #818181;
}
.feed-widget .comments-container .content-editable-div,
.feed-widget-fs-modal .comments-container .content-editable-div,
.feed-widget .create-a-post-container .content-editable-div,
.feed-widget-fs-modal .create-a-post-container .content-editable-div {
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.5s ease;
  overflow: hidden;
  color: #333;
  height: 44px;
}
.feed-widget .comments-container .content-editable-div.grow-container:focus,
.feed-widget-fs-modal .comments-container .content-editable-div.grow-container:focus,
.feed-widget .create-a-post-container .content-editable-div.grow-container:focus,
.feed-widget-fs-modal .create-a-post-container .content-editable-div.grow-container:focus,
.feed-widget .comments-container .content-editable-div.expand:focus,
.feed-widget-fs-modal .comments-container .content-editable-div.expand:focus,
.feed-widget .create-a-post-container .content-editable-div.expand:focus,
.feed-widget-fs-modal .create-a-post-container .content-editable-div.expand:focus,
.feed-widget .comments-container .content-editable-div.grow-container.filled,
.feed-widget-fs-modal .comments-container .content-editable-div.grow-container.filled,
.feed-widget .create-a-post-container .content-editable-div.grow-container.filled,
.feed-widget-fs-modal .create-a-post-container .content-editable-div.grow-container.filled,
.feed-widget .comments-container .content-editable-div.expand.filled,
.feed-widget-fs-modal .comments-container .content-editable-div.expand.filled,
.feed-widget .create-a-post-container .content-editable-div.expand.filled,
.feed-widget-fs-modal .create-a-post-container .content-editable-div.expand.filled {
  height: 100%;
  min-height: 112px;
  outline: none;
  overflow: auto;
  word-wrap: break-word;
  white-space: break-spaces;
}
.feed-widget .comments-container .content-editable-div video,
.feed-widget-fs-modal .comments-container .content-editable-div video,
.feed-widget .create-a-post-container .content-editable-div video,
.feed-widget-fs-modal .create-a-post-container .content-editable-div video {
  width: 100%;
}
.feed-widget .comments-container input[type="file"],
.feed-widget-fs-modal .comments-container input[type="file"],
.feed-widget .create-a-post-container input[type="file"],
.feed-widget-fs-modal .create-a-post-container input[type="file"] {
  display: none;
}
.feed-widget .add-video-to-post-wrapper,
.feed-widget-fs-modal .add-video-to-post-wrapper {
  margin: 0 16px 16px 16px;
}
.feed-widget .controls-wrapper:not(.edit-comment) .post-controls,
.feed-widget-fs-modal .controls-wrapper:not(.edit-comment) .post-controls {
  margin-left: 50px;
  align-items: center;
}
.feed-widget .controls-wrapper .post-controls .post-option-btn,
.feed-widget-fs-modal .controls-wrapper .post-controls .post-option-btn,
.feed-widget .edit-comment-controls .post-controls .post-option-btn,
.feed-widget-fs-modal .edit-comment-controls .post-controls .post-option-btn {
  font-size: 17px;
  color: #4E4E4E;
}
.feed-widget .controls-wrapper .post-controls .post-option-btn .post-option-icon,
.feed-widget-fs-modal .controls-wrapper .post-controls .post-option-btn .post-option-icon,
.feed-widget .edit-comment-controls .post-controls .post-option-btn .post-option-icon,
.feed-widget-fs-modal .edit-comment-controls .post-controls .post-option-btn .post-option-icon {
  font-weight: 100;
}
.feed-widget .controls-wrapper .post-controls .post-option-btn span.post-option-tooltip,
.feed-widget-fs-modal .controls-wrapper .post-controls .post-option-btn span.post-option-tooltip,
.feed-widget .edit-comment-controls .post-controls .post-option-btn span.post-option-tooltip,
.feed-widget-fs-modal .edit-comment-controls .post-controls .post-option-btn span.post-option-tooltip {
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  background-color: #252525;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  padding: 5px 8px;
  font-size: 11px;
  letter-spacing: 1px;
  z-index: 0;
  opacity: 0;
  transform: translate(-62%, -29px);
}
.feed-widget .controls-wrapper .post-controls .post-option-btn:hover span.post-option-tooltip,
.feed-widget-fs-modal .controls-wrapper .post-controls .post-option-btn:hover span.post-option-tooltip,
.feed-widget .edit-comment-controls .post-controls .post-option-btn:hover span.post-option-tooltip,
.feed-widget-fs-modal .edit-comment-controls .post-controls .post-option-btn:hover span.post-option-tooltip,
.feed-widget .controls-wrapper .post-controls .post-option-btn:focus-visible span.post-option-tooltip,
.feed-widget-fs-modal .controls-wrapper .post-controls .post-option-btn:focus-visible span.post-option-tooltip,
.feed-widget .edit-comment-controls .post-controls .post-option-btn:focus-visible span.post-option-tooltip,
.feed-widget-fs-modal .edit-comment-controls .post-controls .post-option-btn:focus-visible span.post-option-tooltip {
  opacity: 1;
  z-index: 1000;
}
.feed-widget .controls-wrapper .post-controls .post-option-btn:focus-visible,
.feed-widget-fs-modal .controls-wrapper .post-controls .post-option-btn:focus-visible,
.feed-widget .edit-comment-controls .post-controls .post-option-btn:focus-visible,
.feed-widget-fs-modal .edit-comment-controls .post-controls .post-option-btn:focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.feed-widget .controls-wrapper .post-controls .hide-post-option-icon,
.feed-widget-fs-modal .controls-wrapper .post-controls .hide-post-option-icon,
.feed-widget .edit-comment-controls .post-controls .hide-post-option-icon,
.feed-widget-fs-modal .edit-comment-controls .post-controls .hide-post-option-icon {
  display: none;
}
.feed-widget .video-container,
.feed-widget-fs-modal .video-container {
  width: 100%;
  display: inline-block;
}
.feed-widget .feed-member-info,
.feed-widget-fs-modal .feed-member-info {
  cursor: pointer;
  white-space: nowrap;
  width: fit-content;
  display: inline;
}
.feed-widget .create-a-post-container .img-wrapper,
.feed-widget-fs-modal .create-a-post-container .img-wrapper,
.feed-widget .feed-widget-item .img-wrapper,
.feed-widget-fs-modal .feed-widget-item .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #761214;
}
.feed-widget .create-a-post-container .img-wrapper.image,
.feed-widget-fs-modal .create-a-post-container .img-wrapper.image,
.feed-widget .feed-widget-item .img-wrapper.image,
.feed-widget-fs-modal .feed-widget-item .img-wrapper.image {
  background: transparent;
}
.feed-widget .create-a-post-container .img-wrapper img,
.feed-widget-fs-modal .create-a-post-container .img-wrapper img,
.feed-widget .feed-widget-item .img-wrapper img,
.feed-widget-fs-modal .feed-widget-item .img-wrapper img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feed-widget .create-a-post-container input[type="file"],
.feed-widget-fs-modal .create-a-post-container input[type="file"],
.feed-widget .feed-widget-item input[type="file"],
.feed-widget-fs-modal .feed-widget-item input[type="file"] {
  display: none;
}
.feed-widget .feed-thumbnail .img-wrapper .icon,
.feed-widget-fs-modal .feed-thumbnail .img-wrapper .icon {
  font-size: 20px;
}
.feed-widget .create-a-post-container .user-avatar-thumb-container .char-circle span.text-white,
.feed-widget-fs-modal .create-a-post-container .user-avatar-thumb-container .char-circle span.text-white {
  font-size: 16px;
}
.feed-widget .post-report:before,
.feed-widget-fs-modal .post-report:before {
  content: "\f056";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-right: 9px;
  font-weight: 300;
  color: #C60000;
  font-size: 18px;
}
.feed-widget .comment-delete,
.feed-widget-fs-modal .comment-delete {
  margin-left: 2px;
}
.feed-widget .comment-delete:before,
.feed-widget-fs-modal .comment-delete:before {
  content: "\f057";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-right: 9px;
  font-weight: 300;
  color: #C60000;
  font-size: 28px;
}
.feed-widget .pre-line,
.feed-widget-fs-modal .pre-line {
  white-space: pre-line;
}
.feed-widget .feed-videos,
.feed-widget-fs-modal .feed-videos {
  position: relative;
  margin: 16px 0 0 0;
}
.feed-widget .images-preview-wrapper,
.feed-widget-fs-modal .images-preview-wrapper {
  position: relative;
  height: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 16px;
}
.feed-widget .images-preview-wrapper img,
.feed-widget-fs-modal .images-preview-wrapper img {
  height: auto;
  width: auto;
  max-height: 300px;
}
.feed-widget .post-image-posted,
.feed-widget-fs-modal .post-image-posted {
  margin: 16px 0 0 0;
}
.feed-widget .post-image-posted img,
.feed-widget-fs-modal .post-image-posted img {
  border-radius: 8px;
  max-height: 300px;
  height: auto;
  max-width: 100%;
}
.feed-widget .feed-videos.no-text-in-post,
.feed-widget-fs-modal .feed-videos.no-text-in-post,
.feed-widget .post-image-posted.no-text-in-post,
.feed-widget-fs-modal .post-image-posted.no-text-in-post {
  margin-top: 0;
}
/* inner card styles */
.feed-widget-item {
  position: relative;
  /* Grouped nominations */
  /* Likes &amp; comments */
  /* likes tooltip */
  /* comment/post report &amp; edit*/
}
.feed-widget-item:after {
  position: absolute;
}
.feed-widget-item .img-wrapper.image {
  background: transparent;
}
.feed-widget-item .img-wrapper img.default-img {
  padding: 10px;
}
.feed-widget-item .view-more-btn.toggle.outer {
  margin-left: 0;
  padding-left: 0;
}
.feed-widget-item .feed-widget-body.bday-bg {
  background-image: url(../../../../images/feed/confetti.svg);
  background-size: 180%;
}
.feed-widget-item .feed-widget-body,
.feed-widget-item .feed-widget-interactions,
.feed-widget-item .toggle.outer,
.feed-widget-item .feed-blurb {
  margin-left: 49px;
}
.feed-widget-item .desc,
.feed-widget-item .feed-blurb {
  word-break: break-word;
}
.feed-widget-item .comments-container {
  background: #FAFAFA;
  padding: 0 19px;
}
.feed-widget-item .comments-container .comment-body-container {
  width: 100%;
}
.feed-widget-item .comments-container .comment-body-top-info span:last-child {
  margin-top: 2px;
}
.feed-widget-item .comments-container .parent-comment-interactions {
  padding-top: 12px;
  margin-left: -10px;
}
.feed-widget-item .comments-container ul {
  word-break: break-word;
}
.feed-widget-item .comments-container ul .comment-item {
  padding-top: 47px;
}
.feed-widget-item .comments-container ul .comment-item .inner-comment-interactions {
  padding-top: 24px;
}
.feed-widget-item .comments-container .content-editable-div {
  margin-left: 8px;
}
.feed-widget-item .grouped-nominees .char-circle span {
  font-size: 24px;
}
.feed-widget-item .grouped-nominees .slider {
  margin-left: -22px;
  margin-right: -22px;
  overflow: hidden;
  margin-bottom: -20px;
}
.feed-widget-item .grouped-nominees .slider .slick-slider {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.feed-widget-item .grouped-nominees .slider .slick-slider:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.feed-widget-item .grouped-nominees .slider .slick-initialized .slick-slide {
  width: 120px;
}
.feed-widget-item .grouped-nominees:focus {
  outline: none;
}
.feed-widget-item .grouped-nominees .flickity:focus,
.feed-widget-item .grouped-nominees .slider:focus,
.feed-widget-item .grouped-nominees .flickity-slider:focus {
  outline: none;
}
.feed-widget-item .grouped-nominees .user-avatar-thumb-container {
  width: 100px;
  padding-top: 2px;
}
.feed-widget-item .grouped-nominees .slider-navigation {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #667085;
  transition: opacity ease-in-out 0.5s;
}
.feed-widget-item .grouped-nominees .slider-navigation span {
  font-size: 12px;
}
.feed-widget-item .grouped-nominees i {
  font-size: 12px;
}
.feed-widget-item .grouped-nominees i.dbl-right {
  font-weight: 600;
  color: #667085;
  margin-left: 5px;
}
.feed-widget-item .grouped-nominees i.dbl-right:before {
  content: "\f324" / "";
}
.feed-widget-item .grouped-nominees:hover .slider-navigation {
  opacity: 1;
}
.feed-widget-item .grouped-nominees:hover .slider-navigation.slider-focused {
  opacity: 0;
}
.feed-widget-item .grouped-nominees:focus .slider-navigation {
  opacity: 0;
}
.feed-widget-item .grouped-nominees .keyboard-nav-btns {
  opacity: 0;
  position: absolute;
  right: 0px;
}
.feed-widget-item .grouped-nominees .keyboard-nav-btns i {
  margin: 2px 5px 0 5px;
  color: #667085;
  font-size: 16px;
}
.feed-widget-item .grouped-nominees .keyboard-nav-btns.show {
  opacity: 1;
}
.feed-widget-item .grouped-nominees .nominees .feed-thumbnail:not(:last-child) {
  padding-right: 15px;
}
.feed-widget-item .grouped-nominees .selected-nominee {
  border: solid 1px #761214;
  border-radius: 6px;
}
.feed-widget-item .toggle.outer {
  padding: 8px 0 15.5px 10px;
}
.feed-widget-item .animate-like {
  animation-name: likeAnimation;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 0.65s;
}
@keyframes likeAnimation {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.feed-widget-item .feed-widget-interactions .members-tooltip {
  display: inline;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.feed-widget-item .feed-widget-interactions .members-tooltip #liked-tooltip {
  padding: 12px;
  min-width: 130px;
}
.feed-widget-item .feed-widget-interactions .members-tooltip .likes-heart {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.feed-widget-item .feed-widget-interactions .members-tooltip .likes-heart:before {
  content: "\f004" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  color: #DF0050;
  margin-right: 4px;
}
.feed-widget-item .feed-widget-interactions .members-tooltip .members {
  font-size: 12px;
}
.feed-widget-item .feed-widget-interactions .members-tooltip .members:not(:first-child) {
  padding-top: 2px;
}
.feed-widget-item .feed-widget-interactions .members-tooltip &gt; .members-container {
  display: none;
}
.feed-widget-item .feed-widget-interactions .members-tooltip:hover &gt; .members-container,
.feed-widget-item .feed-widget-interactions .members-tooltip:focus &gt; .members-container,
.feed-widget-item .feed-widget-interactions .members-tooltip:active &gt; .members-container {
  display: block;
  position: absolute;
  left: -23px;
  top: 25px;
  padding: 10px;
  background: #252525;
  color: #FAFAFA;
  white-space: nowrap;
}
.feed-widget-item .mobile-interactions-divider {
  display: none;
}
.feed-widget-item .edit-user-post-content {
  outline: none;
  border: none;
  width: 100%;
  height: auto;
  min-height: 60px;
  word-wrap: break-word;
  white-space: break-spaces;
}
.feed-widget-item .dropdown-report-edit button {
  border: none;
  background: none;
  pointer-events: auto;
}
.feed-widget-item .dropdown-report-edit button.pin-post {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}
.feed-widget-item .dropdown-report-edit ul {
  top: 13px;
}
.feed-widget-item .dropdown-report-edit ul button {
  padding: 12px;
  color: #333;
}
.feed-widget-item .dropdown-report-edit ul &gt; li &gt; button:hover,
.feed-widget-item .dropdown-report-edit ul &gt; li &gt; button:focus {
  background: #fafafa;
  color: inherit;
}
.feed-widget-item .dropdown-report-edit ul &gt; li &gt; button:hover:before,
.feed-widget-item .dropdown-report-edit ul &gt; li &gt; button:focus:before {
  color: #C60000;
}
.feed-widget-item .dropdown-report-edit.comment {
  position: absolute;
  right: 0;
  top: 6px;
}
.feed-widget-item .dropdown-report-edit.comment ul button.report:before,
.feed-widget-item .dropdown-report-edit.post ul button.report:before {
  content: "\f056";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-right: 9px;
  font-weight: 300;
}
.feed-widget-item .edit-comment-elements {
  min-height: 112px;
}
.feed-widget-item .comment-body-container {
  margin-left: 8px;
}
.feed-widget-item .toggle {
  padding-top: 8px;
}
.feed-widget-item .toggle .btn-link {
  padding: 0;
  border: 0;
}
.feed-widget-item .desc-award .toggle {
  padding: 0;
}
.feed-widget-item .non-award-iterms .desc.min-lines-6 {
  min-height: 400px;
}
.filter-posts-container {
  gap: 12px;
}
.filter-posts-container .feed-widget-search-filter .newsfeed-dropdown-search button {
  border: none;
}
.filter-posts-container .feed-widget-search-filter .newsfeed-dropdown-search ul {
  border-radius: 8px;
  top: 105%;
}
.filter-posts-container .feed-widget-search-filter .newsfeed-dropdown-search li &gt; a {
  font-size: 14px;
  color: #4E4E4E;
  font-weight: 500;
}
.filter-posts-container .feed-widget-search-filter .newsfeed-dropdown-search li &gt; a:hover:not(.input-button-remove) {
  background: #FAFAFA;
}
.filter-posts-container .feed-widget-search-filter .suggestions-dropdown-menu li {
  padding: 12px;
  font-size: 14px;
  border-radius: 8px;
  margin: 2px;
}
.filter-posts-container .feed-widget-search-filter .suggestions-dropdown-menu li[aria-selected="true"] {
  outline: 2px solid #0f75fe;
}
.filter-posts-container button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  font-weight: 500;
  color: #4E4E4E;
  font-size: 14px;
}
.filter-posts-container button:hover:not(.input-button-remove) {
  color: #676767;
  background: #FAFAFA;
}
.filter-posts-container .dropdown button .fa-chevron-down {
  font-size: 14px;
  font-weight: 400;
  transform: rotate(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}
.filter-posts-container .dropdown.open button .fa-chevron-down {
  transform: rotate(180deg);
}
.filter-posts-container .dropdown .dropdown-menu {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04), 0px 6px 10px 0px rgba(20, 31, 45, 0.05);
  top: 102%;
}
.filter-posts-container .dropdown .dropdown-menu &gt; li &gt; button {
  padding-right: 12px;
  border: none;
  border-radius: 0;
}
.filter-posts-container .dropdown .dropdown-menu &gt; li &gt; button .fa-external-link {
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
}
.filter-posts-container .dropdown .dropdown-menu &gt; li &gt; button:hover {
  color: #676767;
  background: #FAFAFA;
}
.filter-posts-container .dropdown .dropdown-menu &gt; li &gt; button:hover .fa-external-link {
  opacity: 1;
}
.award-icon-thumb-container .fixed-width-height-42 .default-img {
  padding: 10px;
}
.award-icon-thumb-container .award-peer-thumb .default-img {
  padding: 24px;
}
.feed-widget-time {
  color: #676767;
  padding-bottom: 19.5px;
}
.feed-widget-time span::before {
  content: "\f017" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  width: 9.69px;
  padding-right: 4px;
}
.feed-widget-time .edited-post-span::before {
  display: none;
}
.feed-blurb {
  padding-bottom: 16px;
}
.feed-widget-body {
  /* Post subtitles */
  /* Feed item messages */
}
.feed-widget-body h4 {
  font-size: clamp(2.4rem, 5vw, 2.8rem);
  padding-bottom: 20px;
}
.feed-widget-body h4.bday-sub,
.feed-widget-body h4.tenure-sub {
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  line-height: 1.5;
}
.feed-widget-body h4.non-award-sub {
  font-size: clamp(1.7rem, 5vw, 2rem);
}
.feed-widget-body .feed-award-and-member {
  margin-bottom: 8px;
}
.feed-widget-body .feed-award-and-member.md {
  margin-bottom: 17px;
}
.feed-widget-body .feed-award-and-member.lg {
  margin-bottom: 26px;
}
.feed-widget-body .feed-widget-body-peer {
  position: relative;
}
.feed-widget-body .feed-widget-body-peer .feed-widget-award-message {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.feed-widget-body .feed-widget-body-peer .feed-widget-award-message .message {
  width: 92%;
  margin: 0 auto;
}
.feed-widget-body .feed-widget-body-peer .feed-widget-award-message .message.md-width {
  width: 83%;
}
.feed-widget-body .feed-widget-body-peer .body-with-message {
  width: 100%;
}
.feed-widget-body .feed-widget-body-peer .body-with-message .nominator-info {
  position: relative;
  margin-top: 20px;
}
.feed-widget-body .feed-widget-body-peer .body-with-message .nominator-info:before,
.feed-widget-body .feed-widget-body-peer .body-with-message .nominator-info:after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  position: absolute;
  font-weight: 600;
  color: #4E4E4E;
  opacity: 0.04;
  font-size: 45px;
  top: 0;
}
.feed-widget-body .feed-widget-body-peer .body-with-message .nominator-info:before {
  content: "\f10e" / "";
  left: -75px;
  transform: rotate(-180deg);
}
.feed-widget-body .feed-widget-body-peer .body-with-message .nominator-info:after {
  content: "\f10e" / "";
  right: -75px;
}
.feed-widget-body .feed-widget-body-peer .body-with-message .user-avatar-thumb-container span.text-white {
  font-size: 33px;
}
.feed-widget-body .feed-widget-body-peer .thumb-circle-nominator img {
  max-width: 59px;
  border-radius: 50%;
}
.feed-widget-body .award-receiving-member {
  position: relative;
}
.feed-widget-body .award-receiving-member .award-member-name {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 145px;
  width: 100%;
}
.feed-widget-body .award-receiving-member .award-member-name.md {
  top: 154px;
}
.feed-widget-body .feed-award-items {
  padding: 22px;
}
.feed-widget-body .feed-award-items.peer-no-message .peer-desc h4 {
  padding-top: 0;
}
.feed-widget-body .peer-award-video {
  padding-top: 20px;
  padding-bottom: 16px;
}
.feed-widget-body .peer-award-video.sm {
  padding-top: 28px;
}
.feed-widget-body .peer-award-video.md {
  padding-top: 34px;
}
.feed-widget-body .peer-award-video.lg {
  padding-top: 37px;
}
.feed-widget-body .peer-award-video .video-player-wrapper {
  width: 85%;
  margin: 0 auto;
}
.feed-widget-body .feed-widget-desc-container .award-receiving-member .char-circle span,
.feed-widget-body .feed-widget-desc-container .award-received .char-circle span,
.feed-widget-body .feed-widget-desc-container .award-receiving-member span.icon,
.feed-widget-body .feed-widget-desc-container .award-received span.icon {
  font-size: 55px;
}
.feed-widget-body .feed-widget-desc-container .custom-desc-container {
  width: 100%;
}
.feed-widget-body .feed-widget-desc-container .custom-desc {
  word-break: break-word;
  width: 80%;
  margin: 0 auto;
}
.feed-widget-body .feed-widget-desc-container .default-desc,
.feed-widget-body .feed-widget-desc-container .custom-desc {
  margin-top: 30px;
}
.feed-widget-body .feed-widget-desc-container .body-char-img-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feed-widget-body .feed-widget-desc-container .body-char-img-circle .char-circle span {
  font-size: 55px;
}
.feed-widget-body .feed-dashboard-mobile-search {
  display: none;
}
.dot-connectors div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E6E6E6;
  display: block;
}
.emoji_picker {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 20rem;
  max-width: 100%;
  padding: 12px 12px 0 12px;
}
.emoji_picker:after {
  top: 45px;
  left: 20px;
}
.emoji_picker .bottom_arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  transform: translate(-50%, 50%) rotate(45deg);
  background: white;
}
.emoji_picker,
.bottom_arrow {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.0975);
}
.emoji_picker,
.picker_container {
  border-radius: 0.5rem;
  background: white;
}
.picker_container {
  position: relative;
  overflow: auto;
  z-index: 1;
}
.picker_container .category {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  color: #a9a9a9;
}
.picker_container .category button {
  margin: 0.5rem;
  margin-left: 0;
  background: inherit;
  border: none;
  font-size: 1.75rem;
  padding: 0;
}
.picker_container .emojis_container {
  display: flex;
  flex-wrap: wrap;
}
.picker_container .emojis_container.display-block {
  display: block;
}
.picker_container::-webkit-scrollbar {
  width: 15px;
}
.picker_container::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #fff;
}
.picker_container::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  border-radius: 10px;
  height: 24px;
  border: 7px solid white;
}
.add-emoji-container.open [aria-labelledby="add-emoji"] {
  min-width: 348px;
  overflow-y: hidden;
}
.create-a-post-container .at-member-tagging {
  width: 380px;
}
.tagged-member-tooltip {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 246px;
  pointer-events: none;
  position: fixed;
  z-index: 1020;
  margin-top: -100px;
  margin-left: -125px;
}
.tagged-member-tooltip .tag-member-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 40px;
  min-height: 40px;
}
.tagged-member-tooltip .tag-member-image img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.tagged-member-tooltip .tagged-container {
  display: flex;
  padding: 16px;
}
[aria-labelledby="tag-search"] {
  min-width: 320px;
  padding: 12px 12px 0 12px;
}
[aria-labelledby="tag-search"] ul {
  padding-left: 0;
  max-height: 255px;
  overflow-y: scroll;
}
[aria-labelledby="tag-search"] ul li {
  line-height: initial;
  min-height: auto;
  padding: 6px 0 6px 6px;
  list-style-type: none;
}
[aria-labelledby="tag-search"] ul li:hover {
  text-decoration: underline;
  font-weight: 600;
}
[aria-labelledby="tag-search"] ul li:focus {
  background-color: #761214;
  color: #fff;
}
[aria-labelledby="tag-search"] ul a {
  padding: 12px 0;
  color: #333;
}
[aria-labelledby="tag-search"]:after {
  top: 45px;
  left: 22px;
}
.emoji_picker:after,
[aria-labelledby="tag-search"]:after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "\F002" / "";
  position: absolute;
  color: #818181;
  font-weight: 300;
  font-size: 14px;
}
.emoji_picker input:focus-visible,
[aria-labelledby="tag-search"] input:focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.emoji_picker input[data-focused="true"],
[aria-labelledby="tag-search"] input[data-focused="true"],
.emoji_picker input:focus,
[aria-labelledby="tag-search"] input:focus {
  outline: none;
}
[aria-labelledby="tag-search"],
[aria-labelledby="add-emoji"] {
  width: auto;
  z-index: 1025;
  background-color: #fff;
  max-height: 350px;
}
[aria-labelledby="tag-search"] .dropdown-menu,
[aria-labelledby="add-emoji"] .dropdown-menu {
  left: 0;
  right: auto;
}
.video-player-wrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
}
.video-player-wrapper.hide-controls .video-js .vjs-control-bar {
  display: none! important;
}
.video-player-wrapper.is-safari .video-js .vjs-control-bar .vjs-play-control .vjs-icon-placeholder::before {
  line-height: 1;
  font-size: 1.3em;
}
.video-player-wrapper .overlay-play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  background: transparent;
}
.video-player-wrapper .overlay-play-btn:before {
  content: "\f144" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 300;
  font-size: 50px;
  color: white;
}
.video-player-wrapper .overlay {
  border-radius: 5px;
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  opacity: 0.3;
}
.video-player-wrapper .video-js:not(.vjs-fullscreen) video,
.video-player-wrapper .video-js:not(.vjs-fullscreen) {
  border-radius: 5px !important;
  max-height: 340px !important;
}
.video-player-wrapper .video-js .vjs-volume-panel.vjs-control {
  margin-left: -52px;
}
.feed-widget-vid-modal {
  box-shadow: none;
}
.feed-widget-vid-modal .modal-dialog {
  width: 768px;
}
.feed-widget-vid-modal .modal-header {
  padding: 24px 24px 28px 24px;
}
.feed-widget-vid-modal .modal-header h2 {
  font-weight: 600;
  font-size: 22px;
}
.feed-widget-vid-modal .modal-body {
  padding: 0 32px;
}
.feed-widget-vid-modal .start-add-vid-btns button:first-child {
  margin-right: 12px;
}
.feed-widget-vid-modal .play-vid-btn:after,
.feed-widget-vid-modal .pause-vid-btn:after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.feed-widget-vid-modal .pause-vid-btn:after {
  content: "\f04c" / "";
}
.feed-widget-vid-modal .play-vid-btn:after {
  content: "\f04b" / "";
}
.feed-widget-vid-modal .feed-video-recorder-dimensions {
  width: 100%;
}
.feed-widget-vid-modal .video-controls {
  text-align: right;
  padding-top: 50px;
  padding-bottom: 24px;
  min-height: 108px;
}
.feed-widget-vid-modal .video-controls .current-time {
  display: flex;
}
.feed-widget-vid-modal .video-controls .current-time .recording-time {
  text-align: left;
  min-width: 40px;
}
.feed-widget-vid-modal .video-controls .current-time .rec {
  color: #DF0050;
}
.feed-widget-vid-modal .video-controls .current-time .rec:before {
  content: "\f111" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  color: inherit;
  font-weight: 600;
  font-size: 8px;
  margin-right: 3px;
  margin-left: 10px;
}
.feed-widget-vid-modal .blinking {
  z-index: 2;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #DF0050;
  border-radius: 50%;
  animation: 1s blink ease infinite;
  right: 17px;
  top: 17px;
}
.feed-widget-vid-modal .blinking:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5px;
  border: 1px solid #DF0050;
  border-radius: inherit;
  content: "";
}
@keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.feed-widget-fs-modal ul li a,
.feed-dashboard-mobile-search ul li a,
.feed-widget-fs-modal ul li.list-option,
.feed-dashboard-mobile-search ul li.list-option {
  color: #676767;
  padding: 9px 32px 9px 16px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
  margin: 2px;
}
.feed-widget-fs-modal ul.suggestions-dropdown-menu li.list-option[aria-selected="true"],
.feed-dashboard-mobile-search ul.suggestions-dropdown-menu li.list-option[aria-selected="true"] {
  outline: 2px solid #0f75fe;
}
.feed-widget-fs-modal {
  animation: fadein 0.3s;
  background-color: #F6F8FB !important;
}
.feed-widget-fs-modal .modal-dialog {
  height: 100%;
}
.feed-widget-fs-modal.no-results #custom-modal-title {
  display: flex;
  justify-content: center;
}
.feed-widget-fs-modal h2 {
  font-weight: 700;
  font-size: 30px;
  padding-top: 4px;
}
.feed-widget-fs-modal .modal-nav {
  box-shadow: 0 3px 6px 0 #0000000D;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  position: sticky;
  z-index: 4;
  height: 76px;
  top: 0;
  left: 0;
}
.feed-widget-fs-modal .modal-nav .fs-modal-canvas {
  top: 0;
  bottom: 0;
  height: 30rem;
  background-color: #F6F8FB;
  position: absolute;
}
.feed-widget-fs-modal .modal-nav .close-newsfeed-modal {
  display: flex;
  align-items: center;
  right: 24px;
  top: 12px;
  position: absolute;
}
.feed-widget-fs-modal .modal-nav .close-newsfeed-modal .close-button-text {
  font-weight: 600;
}
.feed-widget-fs-modal .modal-nav .close-newsfeed-modal .fal {
  font-size: 20px;
  margin-right: 5px;
}
.feed-widget-fs-modal .modal-nav button {
  border: none;
  background: white;
}
.feed-widget-fs-modal .modal-content {
  background-color: inherit;
  box-shadow: none;
  width: 100%;
  overflow-x: hidden;
}
.feed-widget-fs-modal .modal-body {
  padding: 16px 0;
  margin-bottom: 50px;
}
.feed-widget-fs-modal .modal-body,
.feed-widget-fs-modal .panel-heading,
.feed-widget-fs-modal .modal-nav-inner {
  width: 85%;
  max-width: 800px;
}
.feed-widget-fs-modal .modal-nav-inner.non-ie,
.feed-widget-fs-modal .modal-body,
.feed-widget-fs-modal .panel-heading.card-well {
  margin: 0 auto;
}
.feed-widget-fs-modal .modal-footer {
  padding: 0;
  border-top: none;
  text-align: center;
}
.feed-widget-fs-modal .back-to-top-footer {
  display: none;
}
.feed-widget-fs-modal .back-to-top-footer span {
  display: none;
}
.feed-widget-fs-modal .show-footer {
  display: flex;
}
.feed-widget-fs-modal .modal-nav-dropdowns {
  font-weight: 500;
  border-radius: 8px;
}
.feed-widget-fs-modal .modal-nav-dropdowns .fa-chevron-down {
  font-weight: 400;
}
.feed-widget-fs-modal .modal-nav-dropdowns .dropdown-menu &gt; li:hover,
.feed-widget-fs-modal .modal-nav-dropdowns .dropdown-menu &gt; li:focus,
.feed-widget-fs-modal .modal-nav-dropdowns .dropdown-menu &gt; li &gt; a:hover,
.feed-widget-fs-modal .modal-nav-dropdowns .dropdown-menu &gt; li &gt; a:focus,
.feed-widget-fs-modal .modal-nav-dropdowns .sort-option.active,
.feed-widget-fs-modal .modal-nav-dropdowns .dropdown-menu &gt; .active &gt; a,
.feed-widget-fs-modal .modal-nav-dropdowns .dropdown-menu &gt; .active &gt; a:hover,
.feed-widget-fs-modal .modal-nav-dropdowns .dropdown-menu &gt; .active &gt; a:focus,
.feed-widget-fs-modal .modal-nav-dropdowns .dropdown-menu .list-option.focused-option {
  color: #676767;
  background: #FAFAFA;
}
.feed-widget-fs-modal .post-controls .dropdown {
  z-index: 1;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.placeholder-title .vue-content-placeholders-text .vue-content-placeholders-text__line {
  width: 270px;
  margin-bottom: 0;
}
.placeholder-title .vue-content-placeholders-img {
  height: 42px;
  width: 42px;
}
.placeholder-body-img .vue-content-placeholders-img {
  width: 130px;
  height: 130px;
}
.feed-widget-item .vue-content-placeholders-img {
  border-radius: 50%;
}
.placeholder-body-text-top .vue-content-placeholders-text__line {
  width: 250px;
}
.placeholder-body-text-bottom .vue-content-placeholders-text:first-child .vue-content-placeholders-text__line {
  width: 100px;
}
.placeholder-body-text-bottom .vue-content-placeholders-text:last-child .vue-content-placeholders-text__line {
  width: 200px;
}
.placeholder-footer {
  display: flex;
}
.placeholder-footer .vue-content-placeholders-img {
  width: 12px;
  height: 12px;
}
.feed-modal-sort.dropdown {
  z-index: 1011;
  font-size: 14px;
}
.feed-modal-sort.dropdown .fa-chevron-down {
  transform: rotate(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}
.feed-modal-sort.dropdown .sort-option.active {
  background: #FAFAFA;
  padding-right: 12px;
}
.feed-modal-sort.dropdown .sort-option.active .fa-check {
  color: #761214;
  font-size: 12px;
  font-weight: 500;
}
.feed-modal-sort.dropdown .dropdown-menu &gt; .active &gt; a,
.feed-modal-sort.dropdown .dropdown-menu &gt; .active &gt; a:hover,
.feed-modal-sort.dropdown .dropdown-menu &gt; .active &gt; a:focus,
.feed-modal-sort.dropdown .dropdown-menu &gt; li &gt; a:focus {
  background: inherit;
  padding-right: 15px;
  font-size: 14px;
}
.feed-modal-sort.dropdown.open .fa-chevron-down {
  transform: rotate(180deg);
}
.feed-modal-sort.dropdown.open &gt; .dropdown-toggle.btn-default,
.feed-modal-sort.dropdown .btn-default:active,
.feed-modal-sort.dropdown .btn-default.active {
  color: #333333;
  background-color: inherit;
  border-color: inherit;
}
.feed-modal-sort.dropdown .dropdown-toggle.btn {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #344054;
  gap: 8px;
}
.feed-modal-sort.dropdown .dropdown-toggle.btn.module-filter-btn[aria-expanded="true"] {
  border: 1px solid #D0D5DD;
}
.dropdown.feed-modal-sort {
  color: #676767;
}
.dropdown.feed-modal-sort button {
  padding: 0;
  width: 100%;
  color: inherit;
}
.newsfeed-type-filter {
  margin-left: 24px;
}
.newsfeed-type-filter .dropdown.feed-modal-sort button {
  min-width: 125px;
}
.newsfeed-type-filter .dropdown.feed-modal-sort ul {
  top: 44px;
  left: 0;
  right: 0;
}
.newsfeed-type-filter .dropdown.feed-modal-sort ul li {
  height: auto;
}
.newsfeed-type-filter .dropdown.feed-modal-sort .feed-sort-by-mobile {
  display: none;
}
#desktop-search {
  width: 85%;
}
.feed-widget-search-filter .flex-col:after,
.modal-nav-inner button .search-icon:after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "\f002" / "";
  position: inherit;
  top: 30px;
  color: #818181;
  font-weight: 300;
  left: 27px;
  font-size: 16px;
}
.newsfeed-mobile-header {
  display: none;
}
.menu-dropdowns-container {
  position: relative;
  width: 100%;
}
.menu-dropdowns-container .scroll-buttons-container {
  display: none;
}
.menu-dropdowns-container .newsfeed-mobile-search {
  display: none;
}
.menu-dropdowns-container.is-safari .newsfeed-mobile-search input:focus-visible,
.menu-dropdowns-container.is-safari .scroll-buttons-container input:focus-visible,
.menu-dropdowns-container.is-safari .dropdown-menu input:focus-visible,
.menu-dropdowns-container.is-safari .newsfeed-mobile-search button:focus-visible,
.menu-dropdowns-container.is-safari .scroll-buttons-container button:focus-visible,
.menu-dropdowns-container.is-safari .dropdown-menu button:focus-visible,
.menu-dropdowns-container.is-safari .newsfeed-mobile-search li:focus-visible,
.menu-dropdowns-container.is-safari .scroll-buttons-container li:focus-visible,
.menu-dropdowns-container.is-safari .dropdown-menu li:focus-visible {
  outline-offset: -7px;
}
.feed-widget-search-filter {
  flex-grow: 1;
  position: relative;
}
.feed-widget-search-filter .newsfeed-mobile-search {
  display: none;
}
.feed-widget-search-filter input,
.feed-widget-search-filter .newsfeed-dropdown-search {
  height: 44px;
}
.feed-widget-search-filter .flex-col {
  position: relative;
  flex-grow: 1;
}
.feed-widget-search-filter .flex-col:after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "\f002" / "";
  position: absolute;
  top: 12px;
  color: #818181;
  font-weight: 300;
  left: 8px;
  font-size: 16px;
  margin-left: 3px;
}
.feed-widget-search-filter input {
  border: 1px solid #E6E6E6;
  border-right: none;
  padding-left: 35px;
  text-overflow: ellipsis;
  padding-right: 0;
  margin-right: 24px;
  border-radius: 8px;
  background: #ffffff;
  width: 100%;
  font-size: 14px;
}
.feed-widget-search-filter input::placeholder {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
}
.feed-widget-search-filter input:focus {
  outline: none;
}
.feed-widget-search-filter input:focus-visible {
  outline-offset: 2px;
  outline: 5px auto -webkit-focus-ring-color;
}
.feed-widget-search-filter input[data-focused="true"] {
  outline: none;
}
.feed-widget-search-filter .dropdown-b li[aria-selected="true"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feed-widget-search-filter .dropdown-b li[aria-selected="true"]:after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "\f00c" / "";
  padding-right: 12px;
}
.feed-widget-search-filter .dropdown-menu {
  top: 105%;
  max-height: 270px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04), 0px 6px 10px 0px rgba(20, 31, 45, 0.05);
  border: 1px solid #E6E6E6;
}
.feed-widget-search-filter .newsfeed-dropdown-search {
  display: flex;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #E6E6E6;
  border-left: none;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.feed-widget-search-filter .newsfeed-dropdown-search span {
  color: #676767;
}
.feed-widget-search-filter .newsfeed-dropdown-search::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "";
  border-left: 1.5px solid #E6E6E6;
  height: 55%;
  align-self: center;
}
.feed-widget-search-filter .newsfeed-dropdown-search .input-button-remove {
  left: -25px;
  padding: 0;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .feed-widget-fs-modal .modal-nav .close-newsfeed-modal .close-button-text {
    display: none;
  }
  .feed-widget-fs-modal .modal-nav .close-newsfeed-modal .close-button-icon {
    margin-right: -5px;
  }
}
@media screen and (max-width: 600px) {
  .content-editable-div,
  .at-member-tagging {
    font-size: 16px;
  }
  #newsfeed-desktop-header {
    display: none;
  }
  #desktop-search {
    display: none;
  }
  .feed-widget-fs-modal .feed-widget-body:not(.active-edit-post) .member-post.desc,
  .feed-widget .feed-widget-body:not(.active-edit-post) .member-post.desc {
    padding-left: 8px;
    padding-right: 8px;
  }
  .feed-widget-fs-modal [aria-labelledby="tag-search"] label,
  .feed-widget [aria-labelledby="tag-search"] label {
    font-size: 12px;
  }
  .feed-widget-fs-modal [aria-labelledby="tag-search"]:after,
  .feed-widget [aria-labelledby="tag-search"]:after {
    top: 53px;
  }
  .feed-widget-fs-modal .emoji_picker:after,
  .feed-widget .emoji_picker:after {
    top: 48px;
  }
  .feed-widget-fs-modal .post-controls.widget-options input,
  .feed-widget .post-controls.widget-options input,
  .feed-widget-fs-modal .modal-nav-dropdowns input,
  .feed-widget .modal-nav-dropdowns input {
    font-size: 16px;
  }
  .feed-widget-fs-modal .post-controls.widget-options,
  .feed-widget .post-controls.widget-options {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .feed-widget-fs-modal .post-controls.widget-options .add-emoji-container,
  .feed-widget .post-controls.widget-options .add-emoji-container,
  .feed-widget-fs-modal .post-controls.widget-options .tag-a-member-container,
  .feed-widget .post-controls.widget-options .tag-a-member-container {
    position: initial;
  }
  .feed-widget-fs-modal .post-controls.widget-options [aria-labelledby="tag-search"],
  .feed-widget .post-controls.widget-options [aria-labelledby="tag-search"],
  .feed-widget-fs-modal .post-controls.widget-options [aria-labelledby="add-emoji"],
  .feed-widget .post-controls.widget-options [aria-labelledby="add-emoji"] {
    width: 100%;
    min-width: 100%;
  }
  .feed-widget-fs-modal .feed-widget-item .feed-widget-body,
  .feed-widget .feed-widget-item .feed-widget-body,
  .feed-widget-fs-modal .feed-widget-item .comments-container .parent-comment-interactions,
  .feed-widget .feed-widget-item .comments-container .parent-comment-interactions,
  .feed-widget-fs-modal .feed-widget-item .feed-widget-interactions,
  .feed-widget .feed-widget-item .feed-widget-interactions,
  .feed-widget-fs-modal .feed-widget-item .feed-blurb,
  .feed-widget .feed-widget-item .feed-blurb {
    margin-left: 0;
  }
  .feed-widget-fs-modal .feed-widget-item .comments-container .parent-comment-interactions .controls-wrapper .post-controls button.btn,
  .feed-widget .feed-widget-item .comments-container .parent-comment-interactions .controls-wrapper .post-controls button.btn {
    margin-right: 5px;
  }
  .feed-widget-fs-modal .feed-widget-item .comments-container .parent-comment-interactions .controls-wrapper .post-controls .post-comment-buttons,
  .feed-widget .feed-widget-item .comments-container .parent-comment-interactions .controls-wrapper .post-controls .post-comment-buttons {
    display: flex;
    width: 100%;
    margin-top: 15px;
  }
  .feed-widget-fs-modal .feed-widget-item .comments-container .parent-comment-interactions .controls-wrapper .post-controls .post-comment-buttons button,
  .feed-widget .feed-widget-item .comments-container .parent-comment-interactions .controls-wrapper .post-controls .post-comment-buttons button {
    width: 100%;
  }
  .feed-widget-fs-modal .feed-widget-item .post-image-posted,
  .feed-widget .feed-widget-item .post-image-posted {
    margin-left: 8px;
  }
  .feed-widget-fs-modal .feed-widget-item .feed-widget-body .feed-award-items,
  .feed-widget .feed-widget-item .feed-widget-body .feed-award-items {
    padding: 0;
  }
  .feed-widget-fs-modal .controls-wrapper,
  .feed-widget .controls-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }
  .feed-widget-fs-modal .controls-wrapper .widget-options,
  .feed-widget .controls-wrapper .widget-options,
  .feed-widget-fs-modal .controls-wrapper .post-controls:not(.edit-comment),
  .feed-widget .controls-wrapper .post-controls:not(.edit-comment) {
    margin-left: 0;
  }
  .feed-widget-fs-modal .controls-wrapper .edit-post-buttons,
  .feed-widget .controls-wrapper .edit-post-buttons {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    width: 100%;
  }
  .feed-widget-fs-modal .controls-wrapper .edit-post-buttons button,
  .feed-widget .controls-wrapper .edit-post-buttons button {
    width: 100%;
  }
  .feed-widget-fs-modal .create-a-post-container .at-member-tagging,
  .feed-widget .create-a-post-container .at-member-tagging {
    width: auto;
  }
  .feed-widget-fs-modal .create-a-post-container .post-controls.buttons,
  .feed-widget .create-a-post-container .post-controls.buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
    width: 100%;
  }
  .feed-widget-fs-modal .create-a-post-container .new-post-text,
  .feed-widget .create-a-post-container .new-post-text {
    margin-left: 0;
    margin-top: 14px;
  }
  .feed-widget-fs-modal .create-a-post-container .new-post-text .images-preview-wrapper,
  .feed-widget .create-a-post-container .new-post-text .images-preview-wrapper {
    margin: 0 8px 8px;
  }
  .feed-widget-fs-modal .active-edit-post + .post-controls button,
  .feed-widget .active-edit-post + .post-controls button,
  .feed-widget-fs-modal .post-controls.buttons button,
  .feed-widget .post-controls.buttons button,
  .feed-widget-fs-modal .edit-comment-buttons button,
  .feed-widget .edit-comment-buttons button,
  .feed-widget-fs-modal .post-comment-buttons button,
  .feed-widget .post-comment-buttons button {
    width: 100%;
  }
  .feed-widget-fs-modal .back-to-top-footer .back-to-top-span,
  .feed-widget .back-to-top-footer .back-to-top-span {
    display: block;
  }
  .feed-widget-fs-modal .feed-widget-body:not(.active-edit-post),
  .feed-widget .feed-widget-body:not(.active-edit-post) {
    border: 0;
    padding: 16px 0 0 0;
  }
  .feed-widget-fs-modal .feed-member-info,
  .feed-widget .feed-member-info {
    pointer-events: all;
    white-space: initial;
  }
  .feed-widget-fs-modal .grouped-nominees,
  .feed-widget .grouped-nominees {
    margin-top: 23px;
  }
  .feed-widget-fs-modal .grouped-nominees .slider-navigation,
  .feed-widget .grouped-nominees .slider-navigation {
    opacity: 0;
  }
  .edit-comment-buttons,
  .post-comment-buttons {
    display: flex;
    margin-top: 15px;
    width: 100%;
  }
  .comments-container .new-comment-avatar {
    width: auto;
    opacity: 1;
    transition: width 0.5s ease-in-out;
  }
  .comments-container .new-comment-avatar.hide-avatar {
    opacity: 0;
    width: 0;
    transition: width 0.5s ease-in-out;
  }
  .comment-body-container .comment-body-top-info {
    flex-direction: column;
  }
  .comment-item .edit-comment-mode .feed-thumbnail {
    display: none;
  }
  .comment-item .edit-comment-mode .comment-body-container {
    margin-left: 0;
  }
  .post.dropdown-report-edit .dot-button {
    margin-top: 10px;
  }
  .feed-widget-item.user-content .feed-blurb,
  .feed-widget-item.user-content .toggle {
    padding-top: 16px;
  }
  .feed-widget-item.user-content .feed-widget-body:not(.active-edit-post),
  .feed-widget-item.user-content .feed-blurb:not(.active-edit-post) {
    padding-bottom: 0;
  }
  .feed-widget-item.user-content .toggle {
    text-align: center;
  }
  .feed-widget-item.user-content .toggle.view-more-btn button {
    padding: revert;
  }
  .feed-widget-item .grouped-nominees .slider .slick-initialized .slick-slide {
    width: 100px;
  }
  .feed-widget-item .feed-widget-body .peer-award-video.vid-n-slider {
    padding-top: 24px;
  }
  .feed-title {
    padding-top: 12px;
  }
  .feed-title .post-dropdown {
    position: absolute;
    right: 16px;
    top: 8px;
  }
  .mobile-interactions-divider {
    display: block;
  }
  .feed-widget-time {
    padding-bottom: 0;
  }
  .feed-widget-title-container {
    padding-bottom: 12px;
  }
  .feed-widget-title-container h3 {
    font-size: 14px;
  }
  .feed-widget-interactions {
    padding-top: 22px;
  }
  .toggle.outer + .feed-widget-interactions {
    padding-top: 0;
  }
  .award-icon-thumb-container .award-peer-thumb .default-img {
    padding: 12px;
  }
  .feed-widget-body .feed-blurb {
    padding-top: 16px;
  }
  .feed-widget-body.active-edit-post {
    padding: 10px;
    margin-top: 10px;
  }
  .feed-widget-body .non-award-items h4 {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .feed-widget-body .non-award-items p {
    padding-bottom: 0;
  }
  .feed-widget-body .feed-widget-desc-container .default-desc,
  .feed-widget-body .feed-widget-desc-container .custom-desc {
    margin-top: 20px;
  }
  .feed-widget-body .feed-widget-desc-container .custom-desc {
    width: 85%;
  }
  .feed-widget-body .feed-widget-desc-container .body-char-img-circle .bday-member-thumb {
    width: 90px;
    height: 90px;
  }
  .feed-widget-body .feed-widget-desc-container .body-char-img-circle .bday-member-thumb span {
    font-size: 45px;
  }
  .feed-widget-body .feed-widget-desc-container .award-received .char-circle span {
    font-size: 30px;
  }
  .feed-widget-body .feed-widget-desc-container .award-received span.icon {
    font-size: 38px;
  }
  .feed-widget-body .feed-widget-body-peer {
    margin: 0;
  }
  .feed-widget-body .feed-widget-body-peer .feed-widget-award-message {
    margin-bottom: 0;
  }
  .feed-widget-body .feed-widget-body-peer .feed-widget-award-message .message {
    text-align: center;
  }
  .feed-widget-body .feed-widget-body-peer .body-with-message .user-avatar-thumb-container .fixed-width-height-90-58 {
    width: 58px;
    height: 58px;
  }
  .feed-widget-body .feed-widget-body-peer .body-with-message .user-avatar-thumb-container span.text-white {
    font-size: 22px;
  }
  .feed-widget-body .feed-widget-body-peer .body-with-message .nominator-info:before,
  .feed-widget-body .feed-widget-body-peer .body-with-message .nominator-info:after {
    content: "";
  }
  .feed-widget-body .award-receiving-member .award-member-name {
    top: 90px;
  }
  .feed-widget-body .award-receiving-member .award-member-name.md {
    top: 99px;
  }
  .feed-widget-body .award-receiving-member .award-member-name.lg {
    top: 104px;
  }
  .feed-widget-body .award-receiving-member .feed-thumbnail .user-avatar-thumb-container .char-circle span {
    font-size: 27px;
  }
  .feed-widget-body .award-peer-thumb {
    width: 77px;
    height: 77px;
  }
  .feed-widget-body .feed-dashboard-mobile-search {
    display: block;
  }
  .fixed-width-height-60-50 {
    width: 50px;
    height: 50px;
  }
  .fixed-width-height-60-50 span.text-white {
    font-size: 18px;
  }
  .back-to-top-footer {
    position: fixed;
    bottom: -1px;
    justify-content: center;
    align-items: center;
    display: none;
    width: 100%;
    text-transform: uppercase;
    border: none;
    background-color: #fff;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.07);
    height: 50px;
    z-index: 100;
  }
  .feed-widget-fs-modal .modal-nav-inner,
  .feed-dashboard-mobile-search .modal-nav-inner {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .feed-widget-fs-modal .modal-nav-inner .mobile-option-buttons,
  .feed-dashboard-mobile-search .modal-nav-inner .mobile-option-buttons {
    align-items: center;
    justify-content: center;
    border: solid 1px #E6E6E6;
    border-radius: 8px;
    background: #fff;
    padding: 12px 16px;
    height: 100%;
  }
  .feed-widget-fs-modal .modal-nav-inner .mobile-option-buttons .mobile-button-label,
  .feed-dashboard-mobile-search .modal-nav-inner .mobile-option-buttons .mobile-button-label {
    padding-left: 10px;
  }
  .feed-widget-fs-modal .modal-nav-inner .mobile-option-buttons span,
  .feed-dashboard-mobile-search .modal-nav-inner .mobile-option-buttons span {
    font-weight: 100;
    color: #818181;
  }
  .feed-widget-fs-modal .modal-nav-inner .mobile-option-buttons .filter-icon,
  .feed-dashboard-mobile-search .modal-nav-inner .mobile-option-buttons .filter-icon {
    font-size: 16px;
  }
  .feed-widget-fs-modal .modal-nav-inner .mobile-option-buttons[aria-expanded="true"],
  .feed-dashboard-mobile-search .modal-nav-inner .mobile-option-buttons[aria-expanded="true"] {
    border: 2px solid #761214;
    background: #fff;
    padding: 11px 14px;
  }
  .feed-widget-fs-modal .modal-nav-inner .mobile-option-buttons[aria-expanded="true"] a,
  .feed-dashboard-mobile-search .modal-nav-inner .mobile-option-buttons[aria-expanded="true"] a,
  .feed-widget-fs-modal .modal-nav-inner .mobile-option-buttons[aria-expanded="true"] span,
  .feed-dashboard-mobile-search .modal-nav-inner .mobile-option-buttons[aria-expanded="true"] span {
    color: #761214;
    text-decoration: none;
    font-weight: 500;
  }
  .feed-widget-fs-modal .modal-nav-inner .mobile-option-buttons[aria-expanded="true"] .search-icon:after,
  .feed-dashboard-mobile-search .modal-nav-inner .mobile-option-buttons[aria-expanded="true"] .search-icon:after {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    content: "\f002" / "";
    position: inherit;
    top: 30px;
    color: #761214;
    font-weight: 300;
    left: 27px;
    font-size: 16px;
  }
  .feed-widget-fs-modal .modal-inner,
  .feed-dashboard-mobile-search .modal-inner {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .feed-widget-fs-modal .modal-body,
  .feed-dashboard-mobile-search .modal-body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .feed-widget-fs-modal .newsfeed-dropdown-search,
  .feed-dashboard-mobile-search .newsfeed-dropdown-search {
    margin-right: 8px;
  }
  .feed-widget-fs-modal .modal-nav,
  .feed-dashboard-mobile-search .modal-nav {
    padding: 0;
    box-shadow: none;
    display: block;
    position: initial;
    height: initial;
  }
  .feed-widget-fs-modal .modal-nav .close-newsfeed-modal,
  .feed-dashboard-mobile-search .modal-nav .close-newsfeed-modal {
    display: none;
  }
  .feed-widget-fs-modal .modal-nav .modal-nav-inner,
  .feed-dashboard-mobile-search .modal-nav .modal-nav-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #FAFAFA;
    margin-top: 65px;
  }
  .feed-widget-fs-modal .modal-nav .modal-nav-inner.no-title,
  .feed-dashboard-mobile-search .modal-nav .modal-nav-inner.no-title {
    margin-top: 50px;
  }
  .feed-widget-fs-modal .modal-nav-inner .button-options-container,
  .feed-dashboard-mobile-search .modal-nav-inner .button-options-container {
    background-color: #fff;
  }
  .menu-dropdowns-container {
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
  }
  .menu-dropdowns-container .newsfeed-mobile-search {
    display: flex;
  }
  .menu-dropdowns-container .newsfeed-mobile-search #button0 {
    min-width: 90px;
  }
  .menu-dropdowns-container .newsfeed-mobile-search .clear-all-btn {
    min-width: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FAFAFA;
    padding: 12px 16px;
  }
  .menu-dropdowns-container .newsfeed-mobile-search .clear-all-btn .mobile-button-label {
    padding-left: 10px;
  }
  .menu-dropdowns-container .newsfeed-mobile-search .clear-all-btn span {
    font-weight: 100;
    color: #818181;
  }
  .menu-dropdowns-container .newsfeed-mobile-search .clear-all-btn .fa-times {
    font-size: 20px;
  }
  .menu-dropdowns-container .newsfeed-mobile-search #button1 {
    min-width: 80px;
  }
  .menu-dropdowns-container #mobile-dropdown-suggestions {
    display: block;
    top: 177px;
    left: 22px;
    right: 22px;
    z-index: 10;
    border-radius: 8px;
  }
  .menu-dropdowns-container #mobile-dropdown-suggestions.dashboard {
    top: 167px;
    left: 27px;
    right: 27px;
    z-index: 1011;
  }
  .menu-dropdowns-container .scroll-buttons-container {
    display: block;
    padding: 0 18px;
  }
  .menu-dropdowns-container .scroll-buttons-container .feed-widget-search-filter .flex-col.open {
    margin-right: 0;
  }
  .menu-dropdowns-container .scroll-buttons-container .feed-widget-search-filter input {
    border-right: 1px solid #E6E6E6;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .menu-dropdowns-container .scroll-buttons-container .feed-widget-search-filter input:focus {
    border: 1px solid #761214;
  }
  .menu-dropdowns-container .scroll-buttons-container .expandable {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    height: 0;
  }
  .menu-dropdowns-container .scroll-buttons-container .open-module-options {
    height: 5rem;
    margin-top: 6px;
  }
  .menu-dropdowns-container .scroll-buttons-container .open-search-options {
    height: 12rem;
  }
  .menu-dropdowns-container .scroll-buttons-container .open-search-options.search-options-dashboard {
    height: 10rem;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-weight: 600;
    margin: 0 3px;
    height: 45px;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .by-label {
    margin-bottom: 15px;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .flex-scroll {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    height: 52px;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .flex-scroll::-webkit-scrollbar {
    width: 0 !important;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .flex-scroll .scroll-buttons-fade {
    position: absolute;
    height: 3rem;
    width: 57px;
    pointer-events: none;
    opacity: 1;
    right: 20px;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .flex-scroll .scroll-buttons-fade.open {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 89.39%);
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .flex-scroll .fade-out {
    opacity: 0;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .flex-scroll .snap-type-button {
    scroll-snap-align: start;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .flex-scroll .scroll-button-option {
    background-color: #E6E6E6;
    border-radius: 50px;
    margin: 4px;
    font-weight: 600;
    font-size: 14px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .flex-scroll .scroll-button-option button {
    color: #000;
  }
  .menu-dropdowns-container .scroll-buttons-container .scroll-buttons .flex-scroll .scroll-option-selected {
    background-color: #761214;
    color: white;
  }
  .newsfeed-mobile-header {
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0 3px 6px 0 #0000000d;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    height: 65px;
    width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
  }
  .newsfeed-mobile-header .mobile-header-content {
    display: flex;
    justify-content: space-between;
    width: 85%;
  }
  .newsfeed-mobile-header .mobile-header-content .fa-spin {
    margin-left: 10px;
  }
  .newsfeed-mobile-header .btn-text.fa-times,
  .newsfeed-mobile-header .mobile-header-content,
  .newsfeed-mobile-header .fa-spin {
    font-size: 22px;
  }
  .newsfeed-mobile-header.no-header {
    justify-content: flex-end;
    height: 52px;
  }
  .report-post-modal .modal-dialog {
    width: 93%;
  }
  .report-post-modal .modal-dialog .modal-content .close {
    margin: 21px 16px 0 0;
  }
  .report-post-modal .modal-dialog .modal-content h2 {
    margin-top: 16px;
    margin-left: 16px;
  }
  .report-post-modal .modal-dialog .modal-content .modal-body {
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
  }
  .report-post-modal .modal-dialog .modal-content .modal-body .feed-widget-body.card-well {
    border: 0;
  }
  .report-post-modal .modal-dialog .modal-content .modal-body .card-well {
    border: solid 1px #E6E6E6;
  }
  .report-post-modal .modal-dialog .modal-content .form-horizontal .col-sm-4 {
    padding-left: 0;
  }
  .filter-posts-container {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  .feed-widget-search-filter .flex-col {
    width: 10px;
  }
  .placeholder-title .vue-content-placeholders-text .vue-content-placeholders-text__line,
  .placeholder-body-text-top .vue-content-placeholders-text__line {
    width: 160px;
  }
}
.report-post-modal .modal-dialog {
  margin-top: 10%;
}
.report-post-modal .modal-dialog .modal-content {
  border-radius: 15px;
}
.report-post-modal .modal-dialog .modal-content ::-webkit-scrollbar {
  display: none;
}
.report-post-modal .modal-dialog .modal-content .modal-nav {
  box-shadow: 0 8px 10px rgba(20, 31, 45, 0.05);
  padding: 16px;
}
.report-post-modal .modal-dialog .modal-content h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0;
}
.report-post-modal .modal-dialog .modal-content .form-horizontal {
  font-size: 13px;
  margin-left: 24px;
  margin-top: 16px;
}
.report-post-modal .modal-dialog .modal-content .form-horizontal .control-label {
  font-weight: 400;
}
.report-post-modal .modal-dialog .modal-content .form-horizontal .col-sm-4 {
  width: auto;
  padding-top: 0;
  padding-left: 5px;
}
.report-post-modal .modal-dialog .modal-content .form-horizontal .col-sm-8 {
  padding-left: 0;
}
.report-post-modal .modal-dialog .modal-content .form-horizontal .col-sm-8 .form-control-static {
  padding-top: 0;
  font-weight: 500;
}
.report-post-modal .modal-dialog .modal-content .close {
  background: transparent;
  opacity: 1;
  font-size: 24px;
  margin: 26px 24px 0 0;
}
.report-post-modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 35px 45px 0 45px;
  max-height: 500px;
  overflow-y: scroll;
}
.report-post-modal .modal-dialog .modal-content .modal-body .video-player-wrapper .overlay {
  z-index: 2;
}
.report-post-modal .modal-dialog .modal-content .modal-body .feed-widget-item .feed-widget-interactions .members-tooltip:hover &gt; .members-container,
.report-post-modal .modal-dialog .modal-content .modal-body .feed-widget-item .feed-widget-interactions .members-tooltip:focus &gt; .members-container,
.report-post-modal .modal-dialog .modal-content .modal-body .feed-widget-item .feed-widget-interactions .members-tooltip:active &gt; .members-container {
  bottom: 8px;
  z-index: 3;
  border: none;
  top: unset;
}
.report-post-modal .modal-dialog .modal-content .view-more-btn.report-modal {
  min-width: 100%;
  margin-left: 10px;
}
.report-post-actions.dropdown-toggle[aria-expanded=true] .fa-caret-down {
  transform: rotate(180deg);
}
.report-posts-dropdown .dropdown-toggle {
  width: 165px;
  border-radius: 4px;
  padding-right: 15px;
}
.report-posts-dropdown .dropdown-toggle .fa-caret-down {
  transform: rotate(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}
.report-posts-dropdown .dropdown-toggle.open {
  border-radius: 4px 4px 0 0;
}
.report-posts-dropdown .dropdown-toggle.open .fa-caret-down {
  transform: rotate(180deg);
}
.report-posts-dropdown .dropdown-toggle:hover {
  background-color: #761214;
}
.report-posts-dropdown .dropdown-toggle:focus {
  background-color: #761214;
}
.report-posts-dropdown .dropdown-toggle[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
  background-color: #761214;
}
.report-posts-dropdown .dropdown-toggle[aria-expanded=true].btn-primary:focus {
  background-color: #761214;
}
.report-posts-dropdown .dropdown-toggle[aria-expanded=true] .fa-caret-down {
  transform: rotate(180deg);
}
.report-posts-dropdown .dropdown-menu {
  border-radius: 0 0 4px 4px;
  width: 100%;
  border: solid 1px #761214;
  box-shadow: none;
}
.report-posts-dropdown .dropdown-menu li {
  min-height: inherit;
}
.report-posts-dropdown .dropdown-menu li a {
  padding: 2px 0 2px 16px;
  font-weight: 600;
}
.report-posts-dropdown .dropdown-menu li a:hover {
  background-color: #FAFAFA;
  color: #252525;
}
.report-post-actions .dropdown-menu {
  border-radius: 8px;
}
.report-post-actions .dropdown-menu a:hover {
  background-color: #FAFAFA;
  color: #252525;
}
.vjs-progress-control {
  position: absolute !important;
  width: calc(100% - 50px - 75px) !important;
  bottom: 20px !important;
  margin-left: 55px !important;
}
.video-js .vjs-play-control {
  font-size: 25px !important;
  margin-top: -35px !important;
  margin-left: -20px !important;
  border-radius: 6px !important;
}
.vjs-fullscreen-control {
  position: absolute !important;
  right: 10px !important;
  background: red;
}
.vjs-control-bar {
  background: transparent !important;
}
.video-js:not(.vjs-fullscreen) {
  width: 100% !important;
  max-width: 900px !important;
  border-radius: 6px !important;
  max-height: 500px;
}
.video-js .vjs-duration {
  position: absolute !important;
  right: 0 !important;
  text-align: left;
  width: 38px;
  bottom: 20px !important;
  font-weight: 600;
  padding-left: 3px !important;
  padding-right: 0 !important;
}
.video-js .vjs-current-time {
  position: absolute !important;
  right: 37px !important;
  bottom: 20px !important;
  padding-right: 0px !important;
  font-weight: 600;
}
.vjs-volume-panel {
  position: absolute !important;
  left: 105px;
}
#previousButton {
  font-size: 14px;
  cursor: pointer;
  padding: 0 7px;
  margin-left: -20px;
}
#nextButton {
  font-size: 14px;
  cursor: pointer;
  padding: 0 7px;
  margin-left: 5px;
}
.video-js .vjs-time-control {
  display: block;
}
.video-js .vjs-remaining-time {
  display: none;
}
.video-js .vjs-time-divider {
  display: none;
}
.vjs-fade-in,
.vjs-fade-out,
.vjs-default-skin.vjs-has-started,
.vjs-control-bar {
  visibility: visible !important;
  opacity: 1 !important;
  transition-duration: 0s!important;
}
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 1;
}
:not(.vjs-has-started) .vjs-control-bar {
  display: flex;
}
video,
.video-js {
  border-radius: 6px !important;
}
.vjs-big-play-button {
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
}
.vjs-button &gt; .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101" / "";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102" / "";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103" / "";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104" / "";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105" / "";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106" / "";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107" / "";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108" / "";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109" / "";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a" / "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b" / "";
}
.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c" / "";
}
.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d" / "";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e" / "";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f" / "";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110" / "";
}
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\f111" / "";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112" / "";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113" / "";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114" / "";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115" / "";
}
.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116" / "";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}
.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}
.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}
.video-js {
  display: block !important;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-9-16 {
  padding-top: 177.77777778%;
}
.video-js.vjs-1-1 {
  padding-top: 100%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
  border-radius: 6%;
}
.video-js .vjs-modal-dialog &gt; * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content &gt; * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.22222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: flex !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.vjs-button &gt; .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.vjs-button &gt; .vjs-icon-placeholder {
  display: block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.33333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: flex !important;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: block !important;
  font-size: 10px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: block !important;
  font-size: 10px !important;
  width: 5em !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate &gt; .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
  border-radius: 6% !important;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "ï„";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ï„";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-chapters-button,
.video-js.vjs-layout-small .vjs-descriptions-button,
.video-js.vjs-layout-small .vjs-captions-button,
.video-js.vjs-layout-small .vjs-subtitles-button,
.video-js.vjs-layout-small .vjs-audio-button,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-chapters-button,
.video-js.vjs-layout-x-small .vjs-descriptions-button,
.video-js.vjs-layout-x-small .vjs-captions-button,
.video-js.vjs-layout-x-small .vjs-subtitles-button,
.video-js.vjs-layout-x-small .vjs-audio-button,
.video-js.vjs-layout-x-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-chapters-button,
.video-js.vjs-layout-tiny .vjs-descriptions-button,
.video-js.vjs-layout-tiny .vjs-captions-button,
.video-js.vjs-layout-tiny .vjs-subtitles-button,
.video-js.vjs-layout-tiny .vjs-audio-button,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}
.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer,
.video-js.vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer,
.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting &gt; select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings fieldset span &gt; select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js &gt; *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}
.video-js *:focus:not(:focus-visible) {
  outline: none;
}
#vnReportModal .modal-dialog {
  top: 10%;
  position: relative;
}
#vnReportModal .close {
  background: none;
  opacity: 1;
  top: 13px;
  right: 15px;
}
#vnReportModal .close span {
  font-size: 21px;
}
#vnReportModal .modal-body {
  padding: 50px 25px 25px;
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.modal_ {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.1s;
}
.modal-dialog {
  z-index: 999999;
}
.modal.modal_.full-screen-modal .modal-dialog {
  height: 100%;
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
}
.modal.modal_.full-screen-modal .modal-content {
  box-shadow: none;
  border-radius: 0;
  height: 100%;
  border: none;
}
.modal-content {
  overflow: auto;
}
.modal_ &gt; .full-width {
  width: 100%;
  margin: 0;
  height: 100%;
}
.modal_ &gt; .full-width .modal-content {
  border: 0;
  border-radius: 0;
}
.modal_ #modal-description:focus {
  outline: none;
}
.modal_ #modal-description:focus-visible {
  border: 1px solid #333;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-content .close {
  background: transparent;
  opacity: 1;
  font-size: 20px;
}
.modal-header .close {
  margin-top: 0;
}
.cookie-consent-modal {
  font-size: 14px;
  background: #F5F5F5;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.08);
  font-weight: 400;
}
.cookie-consent-modal.modal {
  top: unset;
}
.cookie-consent-modal .modal-close {
  position: relative;
  z-index: 2;
}
.cookie-consent-modal .modal-close button {
  font-size: 22px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  color: #101828;
}
.cookie-consent-modal .modal-close button span {
  padding: 8px 10px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s;
}
.cookie-consent-modal .modal-close button:hover,
.cookie-consent-modal .modal-close button:focus {
  color: #761214;
}
.cookie-consent-modal .modal-close button:hover span,
.cookie-consent-modal .modal-close button:focus span {
  background: #e55558;
}
.cookie-consent-modal #modal-description p:first-child {
  font-size: 18px;
}
.cookie-consent-modal #modal-description .consent-interactions {
  margin-top: 24px;
}
.cookie-consent-modal #modal-description .consent-interactions button:first-child {
  margin-right: 16px;
}
.cookie-consent-modal .modal-body {
  width: 90%;
  margin: 26px auto 22px;
}
.cookie-consent-modal .modal-body #modal-description button:not(.cp) {
  padding: 10px 18px;
  font-size: 16px;
  line-height: 24px;
  background: #FFFFFF;
  border: 2px solid #101828;
  color: #101828;
  border-radius: 8px;
}
.cookie-consent-modal .modal-body #modal-description button:not(.cp):hover,
.cookie-consent-modal .modal-body #modal-description button:not(.cp):focus {
  background: #101828;
  color: #FFFFFF;
}
.cookie-consent-modal .coe-cp span::after {
  content: " | ";
  margin: 0 4px;
}
@media screen and (max-width: 776px) {
  .cookie-consent-modal .consent-interactions,
  .cookie-consent-modal .consent-interactions button {
    width: 100%;
  }
  .cookie-consent-modal #modal-description .cookie-bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie-consent-modal #modal-description .consent-interactions {
    margin-bottom: 24px;
  }
  .cookie-consent-modal #modal-description .consent-interactions button:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.iframe-form {
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #333333;
  display: none;
  position: fixed;
  padding-top: 100px;
  background-color: #616467;
  font-family: 'Montserrat', sans-serif;
}
.iframe-form p.main-phrase {
  font-weight: bold;
  font-size: 24px;
  line-height: 22px;
}
.iframe-form p.desc {
  font-size: 16px;
}
.iframe-form .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 68px 20px;
  border: 1px solid #888;
  width: 70%;
  text-align: center;
  box-shadow: 0 5px 40px #00000033;
  opacity: 1;
}
.iframe-form .accept {
  margin-top: 23px;
  padding: 13px 40px 13px 40px;
  border-radius: 6px;
  background-color: #5C7F95;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
}
.iframe-form .accept:hover {
  background-color: #437799;
}
.iframe-form .close {
  color: #111111;
  float: right;
  font-size: 28px;
  font-weight: normal;
}
.iframe-form .close:hover,
.iframe-form .close:focus {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer;
}
#popover.popover {
  padding: 0;
  z-index: 1028;
  top: 35px;
  left: -230px;
}
@media screen and (max-width: 767px) {
  #popover.popover {
    max-width: 90vw;
  }
}
@media screen and (max-width: 350px) {
  #popover.popover {
    left: -66px;
  }
}
#popover.popover.custom {
  display: block;
}
#popover.popover .arrow {
  left: 260px;
}
.popover.bottom {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: none;
}
.popover.bottom &gt; .arrow {
  border-bottom-color: #f9f5f5;
}
.popover-title {
  padding: 8px 8px;
}
@media screen and (max-width: 991px) {
  #popover.popover .arrow {
    left: 186px;
  }
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-control.left {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.carousel-control.right {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  z-index: 5;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.carousel-indicators {
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 8px;
  line-height: 0;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #000;
  margin: 8px 4px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  opacity: 0.33;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=33);
  filter: alpha(opacity=33);
}
.carousel-indicators li:hover,
.carousel-indicators li:focus {
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
  filter: alpha(opacity=66);
}
.carousel-indicators li:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-offset: 1px;
}
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  background-color: #761214;
  margin: 8px 4px;
  border-color: #761214;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 0;
  }
}
.layout-cpnt {
  position: relative;
  margin-bottom: 16px;
}
.layout-cpnt &gt; a {
  display: block;
  text-align: center;
}
.layout-cpnt &gt; .panel {
  margin-bottom: 0;
}
.edit .layout-designer,
.edit .layout-row,
.edit .layout-col {
  position: relative;
  background: #fff;
  min-height: 128px;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  padding: 32px 8px 8px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
}
.edit .layout-designer {
  border-style: dashed;
}
.edit .layout-row {
  background: #f5f5f5;
  margin-bottom: 16px;
}
.edit .layout-row:last-child {
  margin-bottom: 0;
}
.edit .layout-row &gt; .row {
  margin-right: 0;
  margin-left: 0;
}
.edit .layout-cpnt {
  position: relative;
  min-height: 128px;
  margin-bottom: 0;
}
.edit .layout-designer::before,
.edit .layout-row::before,
.edit .layout-col::before {
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #f5f5f5;
  padding: 3px 7px;
  border: 1px solid #4d4d4d;
  border-radius: 3px 0;
  font-size: 11px;
  font-weight: 500;
}
.edit .layout-designer::before {
  border-style: dashed;
  color: #737373;
  content: "Container";
}
.edit .layout-row::before {
  content: "Row";
}
.edit .layout-col::before {
  content: "Column";
}
.layout-actions {
  display: none;
}
.edit .dragger {
  cursor: pointer;
}
.edit .layout-row .layout-actions,
.edit .layout-cpnt .layout-actions {
  position: absolute;
  z-index: 900;
}
.edit .layout-row .layout-actions &gt; .btn:first-child,
.edit .layout-cpnt .layout-actions &gt; .btn:first-child {
  border-top-left-radius: 0;
}
.edit .layout-row .layout-actions &gt; .btn:last-child,
.edit .layout-cpnt .layout-actions &gt; .btn:last-child {
  border-bottom-right-radius: 0;
}
.edit .layout-row .layout-actions {
  display: block;
  top: -1px;
  right: -1px;
}
.edit .layout-cpnt .layout-actions {
  display: none;
  top: 0;
  right: 0;
}
.edit .layout-cpnt:hover .layout-actions {
  display: block;
}
.dropzone {
  min-height: 2em;
}
.dashed-dropzone {
  border: 1px dashed #666;
  min-height: 25em;
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu::before,
.bootstrap-datetimepicker-widget.dropdown-menu::after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right::before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right::after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f2f2f2;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #999999;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f2f2f2;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today::before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #761214;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #761214;
  color: #f0e7d0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today::before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #f2f2f2;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #761214;
  color: #f0e7d0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.bootstrap-dialog {
  /* dialog types */
}
.bootstrap-dialog .bootstrap-dialog-title {
  display: inline-block;
  font-size: 14px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  float: right;
}
.bootstrap-dialog .bootstrap-dialog-close-button .close {
  margin-top: -0.1em;
  color: inherit;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
.bootstrap-dialog .bootstrap-dialog-close-button .close:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.bootstrap-dialog.type-default .modal-header {
  background-color: transparent;
  color: #333333;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #761214;
  color: #f0e7d0;
}
.bootstrap-dialog.type-secondary .modal-header {
  background-color: #761214;
  color: #f0e7d0;
}
.bootstrap-dialog.type-tertiary .modal-header {
  background-color: #761214;
  color: #f0e7d0;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
  color: #fff;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
  color: #fff;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
  color: #fff;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
  color: #fff;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
span.hide-native-select {
  position: relative;
}
span.hide-native-select select {
  position: absolute !important;
  top: 30px;
  left: 50%;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px -1px -1px -3px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
}
.multiselect-container {
  position: absolute;
  width: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .multiselect-container {
    position: relative;
  }
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container &gt; li {
  height: auto;
  padding: 0;
  line-height: inherit;
}
.multiselect-container &gt; li &gt; a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container &gt; li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container &gt; li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container &gt; li &gt; a {
  padding: 0 !important;
}
.multiselect-container &gt; li &gt; a &gt; label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 4px 12px 4px 32px;
}
.multiselect-container &gt; li &gt; a &gt; label.radio,
.multiselect-container &gt; li &gt; a &gt; label.checkbox {
  margin: 0;
}
.multiselect-container &gt; li &gt; a &gt; label &gt; input[type="checkbox"] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.btn-group &gt; .btn-group:nth-child(2) &gt; .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.progress {
  position: relative;
  text-align: left;
}
.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 16px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
}
.progress.right .progress-bar {
  right: 0;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 16px;
  height: 100%;
  margin: 0 auto;
}
.progress.vertical.bottom {
  position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select &gt; .dropdown-toggle {
  width: 100%;
  padding-right: 22px;
  z-index: 1;
}
.bootstrap-select &gt; .dropdown-toggle.bs-placeholder,
.bootstrap-select &gt; .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select &gt; .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select &gt; .dropdown-toggle.bs-placeholder:active {
  color: #999999;
}
.bootstrap-select &gt; select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select &gt; select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group &gt; .disabled {
  cursor: not-allowed;
  cursor: not-allowed !important;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group &gt; .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
  cursor: not-allowed !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  line-height: 1.333334;
  white-space: normal;
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle::before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle::before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle::after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle::before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle::after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle::before,
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle::after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.fixed-table-toolbar:before,
.fixed-table-toolbar:after {
  content: " ";
  display: table;
}
.fixed-table-toolbar:after {
  clear: both;
}
.fixed-table-toolbar .bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  position: relative;
  margin-bottom: 8px;
}
.fixed-table-toolbar .bars:before,
.fixed-table-toolbar .search:before,
.fixed-table-toolbar .columns:before,
.fixed-table-toolbar .bars:after,
.fixed-table-toolbar .search:after,
.fixed-table-toolbar .columns:after {
  content: " ";
  display: table;
}
.fixed-table-toolbar .bars:after,
.fixed-table-toolbar .search:after,
.fixed-table-toolbar .columns:after {
  clear: both;
}
.fixed-table-toolbar .bars,
.fixed-table-toolbar .search {
  margin-left: 8px;
}
.fixed-table-toolbar .columns .dropdown-menu &gt; li.checkbox {
  display: list-item;
  margin: 0;
}
.fixed-table-toolbar .columns .dropdown-menu &gt; li.checkbox label {
  display: block;
  padding: 3px 20px 3px 40px;
}
.fixed-table-toolbar .columns .dropdown-menu &gt; li.checkbox label:hover,
.fixed-table-toolbar .columns .dropdown-menu &gt; li.checkbox label:focus {
  color: #262626;
  background-color: #f5f5f5;
}
.fixed-table-toolbar .columns-left {
  margin-right: 8px;
}
.fixed-table-toolbar .columns-right {
  margin-left: 8px;
}
.fixed-table-pagination:before,
.fixed-table-pagination:after {
  content: " ";
  display: table;
}
.fixed-table-pagination:after {
  clear: both;
}
.fixed-table-pagination .pagination-detail {
  margin-top: 0;
  margin-bottom: 16px;
}
.fixed-table-pagination .pagination-detail .pagination-info {
  margin-right: 16px;
}
.fixed-table-pagination .pagination-detail .page-list {
  display: inline-block;
}
.fixed-table-pagination .pagination {
  margin-top: 0;
  margin-bottom: 16px;
}
.fixed-table-pagination .pagination &gt; .pagination {
  margin-bottom: 0;
}
.fixed-table-container:before,
.fixed-table-container:after {
  content: " ";
  display: table;
}
.fixed-table-container:after {
  clear: both;
}
.fixed-table-container .fixed-table-body {
  position: relative;
  height: 100%;
  margin-bottom: 16px;
}
.fixed-table-container .fixed-table-body .card-view .title {
  display: inline-block;
  width: 33.3%;
  padding-right: 8px;
  font-weight: bold;
  text-align: left !important;
  vertical-align: top;
}
.fixed-table-container .fixed-table-body .card-view .value {
  display: inline-block;
  width: 66.6%;
  vertical-align: top;
}
.fixed-table-container .fixed-table-body table {
  margin-bottom: 0;
}
.fixed-table-container .fixed-table-body table thead th .sortable {
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
.fixed-table-container .fixed-table-body table thead th .sortable:hover,
.fixed-table-container .fixed-table-body table thead th .sortable:focus {
  text-decoration: underline;
}
.fixed-table-container .fixed-table-body table thead th .both::before {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "";
}
.fixed-table-container .fixed-table-body table thead th .asc::before {
  content: "\f106" / "";
}
.fixed-table-container .fixed-table-body table thead th .desc::before {
  content: "\f107" / "";
}
.fixed-table-container .no-records-found {
  text-align: center;
}
.fixed-table-loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  z-index: 99;
}
/*
.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse !important;
    border-radius: 1px;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) &gt; tbody &gt; tr &gt; th,
.bootstrap-table .table:not(.table-condensed) &gt; tfoot &gt; tr &gt; th,
.bootstrap-table .table:not(.table-condensed) &gt; thead &gt; tr &gt; td,
.bootstrap-table .table:not(.table-condensed) &gt; tbody &gt; tr &gt; td,
.bootstrap-table .table:not(.table-condensed) &gt; tfoot &gt; tr &gt; td {
    padding: 8px;
}

.bootstrap-table .table.table-no-bordered &gt; thead &gt; tr &gt; th,
.bootstrap-table .table.table-no-bordered &gt; tbody &gt; tr &gt; td {
    border-right: 2px solid transparent;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.fixed-table-container.table-no-bordered {
    border: 1px solid transparent;
}

.fixed-table-footer,
.fixed-table-header {
    overflow: hidden;
}

.fixed-table-footer {
    border-top: 1px solid #dddddd;
}

.fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

.fixed-table-container table {
    width: 100%;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    border-left: 1px solid #dddddd;
}

.fixed-table-container thead th:focus {
    outline: 0 solid transparent;
}

.fixed-table-container thead th:first-child {
    border-left: none;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.fixed-table-container thead th .both {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
}

.fixed-table-container thead th .asc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==');
}

.fixed-table-container thead th .desc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ');
}

.fixed-table-container th.detail {
    width: 30px;
}

.fixed-table-container tbody td {
    border-left: 1px solid #dddddd;
}

.fixed-table-container tbody tr:first-child td {
    border-top: none;
}

.fixed-table-container tbody td:first-child {
    border-left: none;
}

// the same color with .active
.fixed-table-container tbody .selected td {
    background-color: #f5f5f5;
}

.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
}

.fixed-table-container .no-records-found {
    text-align: center;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
}

.fixed-table-toolbar .bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

// support bootstrap 2
.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
}

.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
}

.fixed-table-toolbar .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
}

.fixed-table-toolbar .btn-group &gt; .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group &gt; .btn-group &gt; .btn {
    border-radius: 0;
}

.fixed-table-toolbar .btn-group &gt; .btn-group:first-child &gt; .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fixed-table-toolbar .btn-group &gt; .btn-group:last-child &gt; .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bootstrap-table .table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

// support bootstrap 3
.bootstrap-table .table thead &gt; tr &gt; th {
    padding: 0;
    margin: 0;
}

.bootstrap-table .fixed-table-footer tbody &gt; tr &gt; td {
    padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
    border-bottom: none;
    border-radius: 0;
    padding: 0 !important;
}

.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

// calculate scrollbar width
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}
*/
.tab-align-center .nav-tabs &gt; li,
.tab-align-center .nav-pills &gt; li,
.tab-align-right .nav-tabs &gt; li,
.tab-align-right .nav-pills &gt; li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
.tabs-left .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .tab-content,
.tabs-right .tab-content {
  height: 100%;
}
.tab-align-center .nav-tabs,
.tab-align-center .nav-pills {
  text-align: center;
}
.tab-align-left .nav-tabs,
.tab-align-left .nav-pills {
  text-align: left;
}
.tab-align-right .nav-tabs,
.tab-align-right .nav-pills {
  text-align: right;
}
.tab-align-right .nav-tabs li:last-child {
  margin-right: -2px;
}
.tab-height-xs .tab-content {
  height: 135px !important;
  overflow: auto;
}
.tab-height-sm .tab-content {
  height: 195px !important;
  overflow: auto;
}
.tab-height-md .tab-content {
  height: 280px !important;
  overflow: auto;
}
.tab-height-lg .tab-content {
  height: 400px !important;
  overflow: auto;
}
.tab-content &gt; .tab-pane,
.pill-content &gt; .pill-pane {
  display: none;
}
.tab-content &gt; .active,
.pill-content &gt; .active {
  display: block;
}
.tabs-above &gt; .nav-tabs &gt; .active &gt; a,
.tabs-above &gt; .nav-tabs &gt; .active &gt; a:hover,
.tabs-above &gt; .nav-tabs &gt; .active &gt; a:focus {
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}
.tabs-below &gt; .nav-tabs,
.tabs-right &gt; .nav-tabs,
.tabs-left &gt; .nav-tabs {
  border-bottom: 0;
}
.tabs-below &gt; .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below &gt; .nav-tabs &gt; li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below &gt; .nav-tabs &gt; li &gt; a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below &gt; .nav-tabs &gt; li &gt; a:hover,
.tabs-below &gt; .nav-tabs &gt; li &gt; a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below &gt; .nav-tabs &gt; .active &gt; a,
.tabs-below &gt; .nav-tabs &gt; .active &gt; a:hover,
.tabs-below &gt; .nav-tabs &gt; .active &gt; a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left &gt; .nav-tabs &gt; li,
.tabs-right &gt; .nav-tabs &gt; li {
  float: none;
}
.tabs-left &gt; .nav-tabs &gt; li &gt; a,
.tabs-right &gt; .nav-tabs &gt; li &gt; a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left &gt; .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left &gt; .nav-tabs &gt; li &gt; a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left &gt; .nav-tabs &gt; li &gt; a:hover,
.tabs-left &gt; .nav-tabs &gt; li &gt; a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left &gt; .nav-tabs .active &gt; a,
.tabs-left &gt; .nav-tabs .active &gt; a:hover,
.tabs-left &gt; .nav-tabs .active &gt; a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right &gt; .nav-tabs {
  float: right;
  border-left: 1px solid #ddd;
}
.tabs-right &gt; .nav-tabs &gt; li &gt; a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right &gt; .nav-tabs &gt; li &gt; a:hover,
.tabs-right &gt; .nav-tabs &gt; li &gt; a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right &gt; .nav-tabs .active &gt; a,
.tabs-right &gt; .nav-tabs .active &gt; a:hover,
.tabs-right &gt; .nav-tabs .active &gt; a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.tab-sideways .nav-tabs {
  margin-top: 51px;
  border: none !important;
  position: relative;
}
.tab-sideways .nav-tabs &gt; li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.tab-sideways .nav-tabs &gt; li &gt; a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.tab-sideways .nav-tabs .dropdown-menu {
  margin-top: 20px;
}
.tabs-left.tab-sideways .nav-tabs {
  left: -50px;
  margin-right: -50px;
}
.tabs-right.tab-sideways .nav-tabs {
  right: -50px;
  margin-left: -50px;
}
.tabs-right.tab-sideways .nav-tabs &gt; li.active &gt; a,
.tabs-right.tab-sideways .nav-tabs &gt; li.active &gt; a:hover,
.tabs-right.tab-sideways .nav-tabs &gt; li.active &gt; a:focus {
  border-radius: 4px 4px 0px 0px;
  border-color: #e6e6e6;
  border-bottom: none !important;
}
.tabs-left.tab-sideways .nav-tabs &gt; li.active &gt; a,
.tabs-left.tab-sideways .nav-tabs &gt; li.active &gt; a:hover,
.tabs-left.tab-sideways .nav-tabs &gt; li.active &gt; a:focus {
  border-radius: 4px 4px 0px 0px;
  border-color: #ddd;
  border-bottom: none !important;
}
.tabs-right.tab-sideways .nav-tabs &gt; li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tabs-left.tab-sideways .nav-tabs &gt; li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tab-sideways .nav-tabs &gt; li &gt; a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tab-content {
  padding: 8px 0;
}
.tabs-above.tab-bordered .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.tabs-below.tab-bordered .tab-content {
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.tabs-left .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .tab-content,
.tabs-right .tab-content {
  height: 100%;
}
.tabs-left.tab-bordered .tab-content {
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.tabs-left.tab-bordered .tab-content .tab-pane,
.tabs-right.tab-bordered .tab-content .tab-pane {
  margin-left: 0;
}
.tabs-right.tab-bordered .tab-content {
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.tabs-left.tab-sideways.tab-bordered .tab-content {
  margin-left: 41px;
}
.tabs-right.tab-sideways.tab-bordered .tab-content {
  margin-right: 41px;
}
.nav-tabs &gt; li &gt; a {
  background-color: #fff;
}
.flipster {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: visible;
}
.flipster .flipto-prev,
.flipster .flipto-next {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.flipster .flipto-prev {
  left: -6px;
}
.flipster .flipto-next {
  right: -6px;
}
.flip-items,
.flip-item {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.flip-items {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.flip-item {
  position: absolute;
  opacity: 0.99;
}
.flip-item.flip-past,
.flip-item.flip-future,
.flip-item.flip-next,
.flip-item.flip-prev {
  cursor: pointer;
}
.flip-item &gt; img {
  display: block;
  width: 100%;
}
.flipster-coverflow .flip-items {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  position: relative;
  padding-top: 2%;
  padding-bottom: 5%;
}
.flipster-coverflow .flip-item {
  display: block;
  -webkit-transition: all 175ms ease-in-out;
  -moz-transition: all 175ms ease-in-out;
  -o-transition: all 175ms ease-in-out;
  -ms-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  position: absolute;
  width: 30%;
}
.flipster-coverflow .flip-content {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster-coverflow .flip-past .flip-content {
  -webkit-transform: rotateY(55deg) scale(0.75);
  -moz-transform: rotateY(55deg) scale(0.75);
  -o-transform: rotateY(55deg) scale(0.75);
  -ms-transform: rotateY(55deg) scale(0.75);
  transform: rotateY(55deg) scale(0.75);
}
.flipster-coverflow.no-rotate .flip-past .flip-content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster-coverflow .flip-future .flip-content {
  -webkit-transform: rotateY(-55deg) scale(0.75);
  -moz-transform: rotateY(-55deg) scale(0.75);
  -o-transform: rotateY(-55deg) scale(0.75);
  -ms-transform: rotateY(-55deg) scale(0.75);
  transform: rotateY(-55deg) scale(0.75);
}
.flipster-coverflow.no-rotate .flip-future .flip-content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster-coverflow .flip-current .flip-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipster-coverflow .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.flipster-carousel .flip-items {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.flipster-carousel .flip-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.no-csstransforms .flipster-carousel .flip-item {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.flipster-carousel .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0) scale(0.65);
  -moz-transform: translateX(-80%) translateZ(0) scale(0.65);
  -o-transform: translateX(-80%) translateZ(0) scale(0.65);
  -ms-transform: translateX(-80%) translateZ(0) scale(0.65);
  transform: translateX(-80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-past {
  -webkit-transform: translateX(-56%) scale(0.5);
  -moz-transform: translateX(-56%) scale(0.5);
  -o-transform: translateX(-56%) scale(0.5);
  -ms-transform: translateX(-56%) scale(0.5);
  transform: translateX(-56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-past {
  left: -20%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
  -moz-transform: translateX(80%) translateZ(0) scale(0.65);
  -o-transform: translateX(80%) translateZ(0) scale(0.65);
  -ms-transform: translateX(80%) translateZ(0) scale(0.65);
  transform: translateX(80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-future {
  -webkit-transform: translateX(56%) scale(0.5);
  -moz-transform: translateX(56%) scale(0.5);
  -o-transform: translateX(56%) scale(0.5);
  -ms-transform: translateX(56%) scale(0.5);
  transform: translateX(56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-future {
  left: 88%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
  -moz-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
  -o-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
  -ms-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
  transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
  -moz-transform: translateX(-60%) translateZ(0) scale(0.8);
  -o-transform: translateX(-60%) translateZ(0) scale(0.8);
  -ms-transform: translateX(-60%) translateZ(0) scale(0.8);
  transform: translateX(-60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-prev {
  -webkit-transform: translateX(-24%) scale(0.75);
  -moz-transform: translateX(-24%) scale(0.75);
  -o-transform: translateX(-24%) scale(0.75);
  -ms-transform: translateX(-24%) scale(0.75);
  transform: translateX(-24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-prev {
  left: -9%;
  top: 20%;
  width: 75%;
  height: 75%;
}
.flipster-carousel .flip-next {
  -webkit-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
  -moz-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
  -o-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
  -ms-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
  transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-next {
  -webkit-transform: translateX(60%) translateZ(0) scale(0.8);
  -moz-transform: translateX(60%) translateZ(0) scale(0.8);
  -o-transform: translateX(60%) translateZ(0) scale(0.8);
  -ms-transform: translateX(60%) translateZ(0) scale(0.8);
  transform: translateX(60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-next {
  -webkit-transform: translateX(24%) scale(0.75);
  -moz-transform: translateX(24%) scale(0.75);
  -o-transform: translateX(24%) scale(0.75);
  -ms-transform: translateX(24%) scale(0.75);
  transform: translateX(24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-next {
  left: 39%;
  top: 20%;
  width: 75%;
  height: 75%;
}
.flipster-carousel .flip-past,
.flipster-carousel .flip-future {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 1;
  -webkit-transition-delay: 87.5ms;
  -moz-transition-delay: 87.5ms;
  -o-transition-delay: 87.5ms;
  transition-delay: 87.5ms;
}
.flipster-carousel .flip-prev,
.flipster-carousel .flip-next {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 2;
  -webkit-transition-delay: 58.33333333ms;
  -moz-transition-delay: 58.33333333ms;
  -o-transition-delay: 58.33333333ms;
  transition-delay: 58.33333333ms;
}
.flipster-carousel .flip-current {
  z-index: 999;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: 58.33333333ms;
  -moz-transition-delay: 58.33333333ms;
  -o-transition-delay: 58.33333333ms;
  transition-delay: 58.33333333ms;
}
.flipster-carousel .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
  -moz-transform: rotateY(0deg) translateX(0) scale(0.5);
  -o-transform: rotateY(0deg) translateX(0) scale(0.5);
  -ms-transform: rotateY(0deg) translateX(0) scale(0.5);
  transform: rotateY(0deg) translateX(0) scale(0.5);
  -webkit-transition-delay: 116.66666667ms;
  -moz-transition-delay: 116.66666667ms;
  -o-transition-delay: 116.66666667ms;
  transition-delay: 116.66666667ms;
}
.flipster-carousel .no-transition {
  -webkit-transition-duration: 0ms !important;
  -moz-transition-duration: 0ms !important;
  -o-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.fr-transparent-border td {
  border-color: transparent !important;
}
.fr-popup {
  z-index: 9990 !important;
}
.fr-embed-container {
  display: block;
  position: relative;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.fr-embed-container iframe,
.fr-embed-container object,
.fr-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body table td.fr-highlighted {
  border: 1px double #000000 !important;
}
body table th.fr-highlighted {
  border: 1px double #000000 !important;
}
img.fr-fil {
  margin: 5px 5px 5px 0px;
  max-width: calc(100% - 5px);
}
img.fr-fir {
  float: right;
  margin: 5px 0px 5px 5px;
  max-width: calc(100% - 5px);
}
img.cg-fic {
  position: relative;
  left: 50%;
  max-width: calc(100% - 5px);
  transform: translate(-50%);
}
img.fr-dii {
  display: inline-block;
  vertical-align: bottom;
}
img.fr-dib {
  display: block;
  float: none;
  vertical-align: top;
}
.navmenu,
.navbar-offcanvas {
  width: 265px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 131px;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
html.no-topbar .navmenu-fixed-left,
html.no-topbar .navmenu-fixed-right,
html.no-topbar .navbar-offcanvas {
  top: 51px;
}
html.no-topnav .navmenu-fixed-left,
html.no-topnav .navmenu-fixed-right,
html.no-topnav .navbar-offcanvas {
  top: 80px;
}
html.no-topbar.no-topnav .navmenu-fixed-left,
html.no-topbar.no-topnav .navmenu-fixed-right,
html.no-topbar.no-topnav .navbar-offcanvas {
  top: 0;
}
body.testing .navmenu-fixed-left,
body.testing .navmenu-fixed-right,
body.testing .navbar-offcanvas {
  top: 211px;
}
html.no-topbar body.testing .navmenu-fixed-left,
html.no-topbar body.testing .navmenu-fixed-right,
html.no-topbar body.testing .navbar-offcanvas {
  top: 131px;
}
html.no-topnav body.testing .navmenu-fixed-left,
html.no-topnav body.testing .navmenu-fixed-right,
html.no-topnav body.testing .navbar-offcanvas {
  top: 160px;
}
html.no-topbar.no-topnav body.testing .navmenu-fixed-left,
html.no-topbar.no-topnav body.testing .navmenu-fixed-right,
html.no-topbar.no-topnav body.testing .navbar-offcanvas {
  top: 80px;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 8px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.navmenu-nav.dropdown-menu &gt; li &gt; a {
  background-image: none;
}
.navmenu-nav.dropdown-menu &gt; li &gt; a:hover,
.navmenu-nav.dropdown-menu &gt; li &gt; a:focus {
  background-image: none;
}
.navmenu-nav .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e6e6e6;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -4px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -4px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 15px;
  margin: 8px 0;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}
.navmenu-default .navmenu-nav &gt; .dropdown &gt; a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .dropdown &gt; a:hover .caret,
.navmenu-default .navmenu-nav &gt; .dropdown &gt; a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .dropdown &gt; a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navmenu-default .navmenu-nav &gt; .open &gt; a,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .open &gt; a,
.navmenu-default .navmenu-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:hover,
.navmenu-default .navmenu-nav &gt; .open &gt; a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:focus {
  background-color: #e7e7e7;
  color: #333;
}
.navmenu-default .navmenu-nav &gt; .open &gt; a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .open &gt; a .caret,
.navmenu-default .navmenu-nav &gt; .open &gt; a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:hover .caret,
.navmenu-default .navmenu-nav &gt; .open &gt; a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navmenu-default .navmenu-nav &gt; .dropdown &gt; a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .dropdown &gt; a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav.dropdown-menu &gt; .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .divider {
  background-color: #f8f8f8;
}
.navmenu-default .navmenu-nav.dropdown-menu &gt; .active &gt; a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .active &gt; a,
.navmenu-default .navmenu-nav.dropdown-menu &gt; .active &gt; a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .active &gt; a:hover,
.navmenu-default .navmenu-nav.dropdown-menu &gt; .active &gt; a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .active &gt; a:focus {
  background-color: #d7d7d7;
}
.navmenu-default .navmenu-nav &gt; .divider,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .divider {
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav &gt; li &gt; a,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; li &gt; a {
  color: #777;
}
.navmenu-default .navmenu-nav &gt; li &gt; a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; li &gt; a:hover,
.navmenu-default .navmenu-nav &gt; li &gt; a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; li &gt; a:focus {
  color: #333;
  background-color: transparent;
}
.navmenu-default .navmenu-nav &gt; .active &gt; a,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .active &gt; a,
.navmenu-default .navmenu-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .active &gt; a:hover,
.navmenu-default .navmenu-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .active &gt; a:focus {
  color: #333;
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav &gt; .disabled &gt; a,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .disabled &gt; a,
.navmenu-default .navmenu-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .disabled &gt; a:hover,
.navmenu-default .navmenu-nav &gt; .disabled &gt; a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav &gt; .disabled &gt; a:focus {
  color: #ccc;
  background-color: transparent;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #212121;
  border-color: #080808;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999999;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999999;
}
.navmenu-inverse .navmenu-nav &gt; .dropdown &gt; a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .dropdown &gt; a:hover .caret,
.navmenu-inverse .navmenu-nav &gt; .dropdown &gt; a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .dropdown &gt; a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navmenu-inverse .navmenu-nav &gt; .open &gt; a,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .open &gt; a,
.navmenu-inverse .navmenu-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:hover,
.navmenu-inverse .navmenu-nav &gt; .open &gt; a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:focus {
  background-color: #080808;
  color: #999999;
}
.navmenu-inverse .navmenu-nav &gt; .open &gt; a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .open &gt; a .caret,
.navmenu-inverse .navmenu-nav &gt; .open &gt; a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:hover .caret,
.navmenu-inverse .navmenu-nav &gt; .open &gt; a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:focus .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navmenu-inverse .navmenu-nav &gt; .dropdown &gt; a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .dropdown &gt; a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav.dropdown-menu &gt; .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .divider {
  background-color: #212121;
}
.navmenu-inverse .navmenu-nav.dropdown-menu &gt; .active &gt; a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .active &gt; a,
.navmenu-inverse .navmenu-nav.dropdown-menu &gt; .active &gt; a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .active &gt; a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu &gt; .active &gt; a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .active &gt; a:focus {
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav &gt; .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .divider {
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav &gt; li &gt; a,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; li &gt; a {
  color: #999999;
}
.navmenu-inverse .navmenu-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; li &gt; a:hover,
.navmenu-inverse .navmenu-nav &gt; li &gt; a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav &gt; .active &gt; a,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .active &gt; a,
.navmenu-inverse .navmenu-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .active &gt; a:hover,
.navmenu-inverse .navmenu-nav &gt; .active &gt; a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .active &gt; a:focus {
  color: #999999;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .disabled &gt; a,
.navmenu-inverse .navmenu-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .disabled &gt; a:hover,
.navmenu-inverse .navmenu-nav &gt; .disabled &gt; a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav &gt; .disabled &gt; a:focus {
  color: #404040;
  background-color: transparent;
}
.navmenu-style,
.navbar-style .navbar-offcanvas {
  background-color: #f0e7d0;
  border-color: #e4d3a9;
}
.navmenu-style .navmenu-brand,
.navbar-style .navbar-offcanvas .navmenu-brand {
  color: #761214;
}
.navmenu-style .navmenu-brand:hover,
.navbar-style .navbar-offcanvas .navmenu-brand:hover,
.navmenu-style .navmenu-brand:focus,
.navbar-style .navbar-offcanvas .navmenu-brand:focus {
  color: #4a0b0c;
  background-color: transparent;
}
.navmenu-style .navmenu-text,
.navbar-style .navbar-offcanvas .navmenu-text {
  color: #761214;
}
.navmenu-style .navmenu-nav &gt; .dropdown &gt; a:hover .caret,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .dropdown &gt; a:hover .caret,
.navmenu-style .navmenu-nav &gt; .dropdown &gt; a:focus .caret,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .dropdown &gt; a:focus .caret {
  border-top-color: #dc2a27;
  border-bottom-color: #dc2a27;
}
.navmenu-style .navmenu-nav &gt; .open &gt; a,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .open &gt; a,
.navmenu-style .navmenu-nav &gt; .open &gt; a:hover,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:hover,
.navmenu-style .navmenu-nav &gt; .open &gt; a:focus,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:focus {
  background-color: #e4d3a9;
  color: #761214;
}
.navmenu-style .navmenu-nav &gt; .open &gt; a .caret,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .open &gt; a .caret,
.navmenu-style .navmenu-nav &gt; .open &gt; a:hover .caret,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:hover .caret,
.navmenu-style .navmenu-nav &gt; .open &gt; a:focus .caret,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .open &gt; a:focus .caret {
  border-top-color: #761214;
  border-bottom-color: #761214;
}
.navmenu-style .navmenu-nav &gt; .dropdown &gt; a .caret,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .dropdown &gt; a .caret {
  border-top-color: #761214;
  border-bottom-color: #761214;
}
.navmenu-style .navmenu-nav.dropdown-menu,
.navbar-style .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e4d3a9;
}
.navmenu-style .navmenu-nav.dropdown-menu &gt; .divider,
.navbar-style .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .divider {
  background-color: #f0e7d0;
}
.navmenu-style .navmenu-nav.dropdown-menu &gt; .active &gt; a,
.navbar-style .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .active &gt; a,
.navmenu-style .navmenu-nav.dropdown-menu &gt; .active &gt; a:hover,
.navbar-style .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .active &gt; a:hover,
.navmenu-style .navmenu-nav.dropdown-menu &gt; .active &gt; a:focus,
.navbar-style .navbar-offcanvas .navmenu-nav.dropdown-menu &gt; .active &gt; a:focus {
  background-color: #dcc690;
}
.navmenu-style .navmenu-nav &gt; .divider,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .divider {
  background-color: #e4d3a9;
}
.navmenu-style .navmenu-nav &gt; li &gt; a,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; li &gt; a {
  color: #761214;
}
.navmenu-style .navmenu-nav &gt; li &gt; a:hover,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; li &gt; a:hover,
.navmenu-style .navmenu-nav &gt; li &gt; a:focus,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; li &gt; a:focus {
  color: #dc2a27;
  background-color: transparent;
}
.navmenu-style .navmenu-nav &gt; .active &gt; a,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .active &gt; a,
.navmenu-style .navmenu-nav &gt; .active &gt; a:hover,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .active &gt; a:hover,
.navmenu-style .navmenu-nav &gt; .active &gt; a:focus,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .active &gt; a:focus {
  color: #761214;
  background-color: #e4d3a9;
}
.navmenu-style .navmenu-nav &gt; .disabled &gt; a,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .disabled &gt; a,
.navmenu-style .navmenu-nav &gt; .disabled &gt; a:hover,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .disabled &gt; a:hover,
.navmenu-style .navmenu-nav &gt; .disabled &gt; a:focus,
.navbar-style .navbar-offcanvas .navmenu-nav &gt; .disabled &gt; a:focus {
  color: 26.66666667%;
  background-color: transparent;
}
.navmenu &gt; .nav-pills {
  padding: 8px 8px;
}
#componentsMenu,
#styleMenu {
  width: 250px;
}
.comp-label {
  background-color: #761214;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  color: #f0e7d0;
  text-align: center;
}
a.comp-label:hover,
a.comp-label:focus {
  background-color: #4a0b0c;
}
#componentsGrid .comp-label {
  display: block;
}
#componentsWidgets .comp-label {
  display: inline-block;
  vertical-align: top;
}
.comp-type {
  display: inline-block;
  float: right;
  padding: 0.2em 0.4em;
  vertical-align: top;
  font-style: italic;
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('../../../../images/ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../../../fonts/slick.eot');
  src: url('../../../../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/slick.woff') format('woff'), url('../../../../fonts/slick.ttf') format('truetype'), url('../../../../fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.slick-prev::before,
.slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev::before {
  content: 'â†';
}
[dir='rtl'] .slick-prev::before {
  content: 'â†’';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next::before {
  content: 'â†’';
}
[dir='rtl'] .slick-next::before {
  content: 'â†';
}
.slick-slider {
  /* margin-bottom: 30px; */
}
.slick-slide {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#ccffffff', GradientType=0);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 28px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: 8px 4px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 0.66;
}
.slick-dots li button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-offset: 1px;
}
.slick-dots li button::before {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  opacity: 0.33;
  background-color: #000;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #761214;
}
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #D01111;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #a10d0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f15656;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f15656;
}
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 100%;
}
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}
.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 28px;
  line-height: 28px;
}
textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.333333;
  border-radius: 6px;
}
select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 41px;
  line-height: 41px;
}
textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.twitter-typeahead {
  width: 100%;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
}
.twitter-typeahead .tt-hint {
  color: #737373;
}
.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #FAFAFA !important;
}
.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1010;
  min-width: 160px;
  width: 100%;
  padding: 6px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.tt-dropdown-menu .noitems,
.tt-menu .noitems,
.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.333334;
  color: #333333;
}
.tt-dropdown-menu .noitems.tt-cursor,
.tt-menu .noitems.tt-cursor,
.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .noitems:not([class='noitems']):hover,
.tt-menu .noitems:not([class='noitems']):hover,
.tt-dropdown-menu .tt-suggestion:not([class='noitems']):hover,
.tt-menu .tt-suggestion:not([class='noitems']):hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}
.tt-dropdown-menu .noitems.tt-cursor a,
.tt-menu .noitems.tt-cursor a,
.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .noitems:not([class='noitems']):hover a,
.tt-menu .noitems:not([class='noitems']):hover a,
.tt-dropdown-menu .tt-suggestion:not([class='noitems']):hover a,
.tt-menu .tt-suggestion:not([class='noitems']):hover a {
  color: #262626;
}
.tt-dropdown-menu .noitems p,
.tt-menu .noitems p,
.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0;
}
/*CUSTOM STYLES*/
#gallery-dashboard {
  min-width: 100%;
}
.slick-gallery-carousel-container {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  max-width: 1500px;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}
.slick-gallery-carousel-container .item {
  height: 450px;
  display: block;
  -webkit-transition: opacity 0.65s;
  -o-transition: opacity 0.65s;
  transition: opacity 0.65s;
  opacity: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.slick-gallery-carousel-container .item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 450px;
}
.slick-gallery-carousel-container .item.active {
  opacity: 1;
  z-index: 2;
}
.mobile-static-img-container {
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
}
.mobile-static-img-container img {
  width: 100%;
}
.item ~ .item ~ .arrow-container,
.item ~ .item ~ .arrow-container + .arrow-container {
  display: block;
}
.arrow-container {
  width: 81px;
  display: none;
  z-index: 3;
  height: 100%;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.arrow-container i {
  font-size: 26px;
  cursor: pointer;
}
.arrow-container.prev {
  padding-right: 4px;
  margin-left: 10px;
}
.arrow-container.next {
  padding-left: 4px;
  margin-right: 10px;
}
.arrow-container.next {
  right: 0;
}
.slick-carousel div {
  position: absolute;
}
@media (max-width: 1000px) {
  .slick-gallery-carousel-container {
    display: none;
  }
  .mobile-static-img-container {
    display: block;
  }
}
/* tree default theme */
.tree-node,
.tree-children,
.tree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.tree-children {
  overflow: hidden;
}
.tree-node {
  white-space: nowrap;
}
.tree-anchor {
  display: inline-block;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
}
.tree-anchor:focus {
  outline: 0;
}
.tree-anchor,
.tree-anchor:link,
.tree-anchor:visited,
.tree-anchor:hover,
.tree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.tree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.tree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.tree-ocl {
  cursor: pointer;
}
.tree-leaf &gt; .tree-ocl {
  cursor: default;
}
.tree-anchor &gt; .tree-themeicon {
  margin-right: 2px;
}
.tree-no-icons .tree-themeicon,
.tree-anchor &gt; .tree-themeicon-hidden {
  display: none;
}
.tree-hidden,
.tree-node.tree-hidden {
  display: none;
}
.tree-rtl .tree-anchor {
  padding: 0 1px 0 4px;
}
.tree-rtl .tree-anchor &gt; .tree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.tree-rtl .tree-node {
  margin-left: 0;
}
.tree-rtl .tree-container-ul &gt; .tree-node {
  margin-right: 0;
}
.tree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.tree-wholerow-ul .tree-leaf &gt; .tree-ocl {
  cursor: pointer;
}
.tree-wholerow-ul .tree-anchor,
.tree-wholerow-ul .tree-icon {
  position: relative;
}
.tree-wholerow-ul .tree-wholerow {
  width: 100%;
  cursor: pointer;
  z-index: -1;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tree {
  margin-bottom: 16px;
  text-align: left;
}
.tree-default .tree-node,
.tree-default .tree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.tree-default .tree-anchor,
.tree-default .tree-animated,
.tree-default .tree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.tree-default .tree-hovered {
  background: #eee;
  border: 0px;
  box-shadow: none;
}
.tree-default .tree-context {
  background: #eee;
  border: 0px;
  box-shadow: none;
}
.tree-default .tree-selected {
  background: #e1e1e1;
  border: 0px;
  box-shadow: none;
}
.tree-default .tree-selected-state1,
.tree-default .tree-selected-state2 {
  border: 0px;
  box-shadow: none;
}
.tree-default .tree-no-icons .tree-anchor &gt; .tree-themeicon {
  display: none;
}
.tree-default .tree-disabled {
  background: transparent;
  color: #666;
}
.tree-default .tree-disabled.tree-hovered {
  background: transparent;
  box-shadow: none;
}
.tree-default .tree-disabled.tree-selected {
  background: #efefef;
}
.tree-default .tree-disabled &gt; .tree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'tree-grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#tree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ &amp; Safari 6+ */
}
.tree-default .tree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.tree-default .tree-no-checkboxes .tree-checkbox {
  display: none !important;
}
.tree-default.tree-checkbox-no-clicked .tree-selected {
  background: transparent;
  box-shadow: none;
}
.tree-default.tree-checkbox-no-clicked .tree-selected.tree-hovered {
  background: #eee;
}
.tree-default.tree-checkbox-no-clicked &gt; .tree-wholerow-ul .tree-wholerow-clicked {
  background: transparent;
}
.tree-default.tree-checkbox-no-clicked &gt; .tree-wholerow-ul .tree-wholerow-clicked.tree-wholerow-hovered {
  background: #eee;
}
.tree-default &gt; .tree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.tree-default &gt; .tree-wholerow-ul .tree-hovered,
.tree-default &gt; .tree-wholerow-ul .tree-selected {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.tree-default .tree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tree-default .tree-wholerow-hovered {
  background: #eee;
}
.tree-default .tree-wholerow-clicked {
  background: #e1e1e1;
}
.tree-default .tree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 30px;
  min-width: 24px;
}
.tree-default .tree-anchor {
  line-height: 24px;
  height: 24px;
}
.tree-default .tree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.tree-default .tree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.tree-default.tree-rtl .tree-node {
  margin-right: 24px;
}
.tree-default .tree-wholerow {
  height: 24px;
}
.tree-default .tree-last::before {
  content: none;
}
.tree-default .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0da";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default .tree-themeicon {
  display: none;
}
.tree-default &gt; .tree-no-dots .tree-node::before,
.tree-default &gt; .tree-no-dots .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default &gt; .tree-no-dots .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default &gt; .tree-no-dots .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default &gt; .tree-no-dots .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default &gt; .tree-no-dots .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default &gt; .tree-no-dots .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default &gt; .tree-no-dots .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0da";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default .tree-disabled::before {
  content: none;
}
.tree-default .tree-disabled.tree-hovered::before {
  content: none;
}
.tree-default .tree-disabled.tree-selected {
  background: #efefef;
}
.tree-default .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default .tree-checkbox:hover {
  color: #1a1a1a;
}
.tree-default .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0c8";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default.tree-checkbox-selection .tree-selected &gt; .tree-checkbox,
.tree-default .tree-checked &gt; .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default.tree-checkbox-selection .tree-selected &gt; .tree-checkbox:hover,
.tree-default .tree-checked &gt; .tree-checkbox:hover {
  color: #2b542c;
}
.tree-default.tree-checkbox-selection .tree-selected &gt; .tree-checkbox::before,
.tree-default .tree-checked &gt; .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f00c";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default.tree-checkbox-selection .tree-selected-state1 &gt; .tree-checkbox,
.tree-default .tree-checked &gt; .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default.tree-checkbox-selection .tree-selected-state1 &gt; .tree-checkbox:hover,
.tree-default .tree-checked &gt; .tree-checkbox:hover {
  color: #2b542c;
}
.tree-default.tree-checkbox-selection .tree-selected-state1 &gt; .tree-checkbox::before,
.tree-default .tree-checked &gt; .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f00c";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default.tree-checkbox-selection .tree-selected-state2 &gt; .tree-checkbox,
.tree-default .tree-checked &gt; .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default.tree-checkbox-selection .tree-selected-state2 &gt; .tree-checkbox:hover,
.tree-default .tree-checked &gt; .tree-checkbox:hover {
  color: #2b542c;
}
.tree-default.tree-checkbox-selection .tree-selected-state2 &gt; .tree-checkbox::before,
.tree-default .tree-checked &gt; .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f14a";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default .tree-anchor &gt; .tree-undetermined {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default .tree-anchor &gt; .tree-undetermined:hover {
  color: #2b542c;
}
.tree-default .tree-anchor &gt; .tree-undetermined::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f14a";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default .tree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'tree-grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#tree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ &amp; Safari 6+ */
}
.tree-default &gt; .tree-striped {
  background-size: auto 48px;
}
.tree-default.tree-rtl .tree-last::before {
  content: none;
}
.tree-default.tree-rtl .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default.tree-rtl .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default.tree-rtl .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default.tree-rtl .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default.tree-rtl .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default.tree-rtl .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d9";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default.tree-rtl .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default.tree-rtl &gt; .tree-no-dots .tree-node::before,
.tree-default.tree-rtl &gt; .tree-no-dots .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default.tree-rtl &gt; .tree-no-dots .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default.tree-rtl &gt; .tree-no-dots .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default.tree-rtl &gt; .tree-no-dots .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default.tree-rtl &gt; .tree-no-dots .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default.tree-rtl &gt; .tree-no-dots .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default.tree-rtl &gt; .tree-no-dots .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d9";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default .tree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.tree-default .tree-node.tree-loading {
  background: none;
}
.tree-default &gt; .tree-container-ul .tree-loading &gt; .tree-ocl {
  background: url("data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==") center center no-repeat;
}
.tree-default .tree-file {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default .tree-file:hover {
  color: #1a1a1a;
}
.tree-default .tree-file::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f15b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default .tree-folder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default .tree-folder:hover {
  color: #1a1a1a;
}
.tree-default .tree-folder::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f07b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default &gt; .tree-container-ul &gt; .tree-node {
  margin-left: 0;
  margin-right: 0;
}
.tree-default .tree-ellipsis {
  overflow: hidden;
}
.tree-default .tree-ellipsis .tree-anchor {
  width: calc(100% - 24px + 5px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.tree-default .tree-ellipsis.tree-no-icons .tree-anchor {
  width: calc(100% - 5px);
}
.tree-default.tree-rtl .tree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.tree-default.tree-rtl .tree-last::before {
  content: none;
}
.tree-default-small .tree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 24px;
  min-width: 18px;
}
.tree-default-small .tree-anchor {
  line-height: 18px;
  height: 18px;
}
.tree-default-small .tree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.tree-default-small .tree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.tree-default-small.tree-rtl .tree-node {
  margin-right: 18px;
}
.tree-default-small .tree-wholerow {
  height: 18px;
}
.tree-default-small .tree-last::before {
  content: none;
}
.tree-default-small .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-small .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-small .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0da";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default-small .tree-themeicon {
  display: none;
}
.tree-default-small &gt; .tree-no-dots .tree-node::before,
.tree-default-small &gt; .tree-no-dots .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default-small &gt; .tree-no-dots .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small &gt; .tree-no-dots .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-small &gt; .tree-no-dots .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small &gt; .tree-no-dots .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small &gt; .tree-no-dots .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-small &gt; .tree-no-dots .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0da";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small .tree-disabled::before {
  content: none;
}
.tree-default-small .tree-disabled.tree-hovered::before {
  content: none;
}
.tree-default-small .tree-disabled.tree-selected {
  background: #efefef;
}
.tree-default-small .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small .tree-checkbox:hover {
  color: #1a1a1a;
}
.tree-default-small .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0c8";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small.tree-checkbox-selection .tree-selected &gt; .tree-checkbox,
.tree-default-small .tree-checked &gt; .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default-small.tree-checkbox-selection .tree-selected &gt; .tree-checkbox:hover,
.tree-default-small .tree-checked &gt; .tree-checkbox:hover {
  color: #2b542c;
}
.tree-default-small.tree-checkbox-selection .tree-selected &gt; .tree-checkbox::before,
.tree-default-small .tree-checked &gt; .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f00c";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small.tree-checkbox-selection .tree-selected-state1 &gt; .tree-checkbox,
.tree-default-small .tree-checked &gt; .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default-small.tree-checkbox-selection .tree-selected-state1 &gt; .tree-checkbox:hover,
.tree-default-small .tree-checked &gt; .tree-checkbox:hover {
  color: #2b542c;
}
.tree-default-small.tree-checkbox-selection .tree-selected-state1 &gt; .tree-checkbox::before,
.tree-default-small .tree-checked &gt; .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f00c";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small.tree-checkbox-selection .tree-selected-state2 &gt; .tree-checkbox,
.tree-default-small .tree-checked &gt; .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default-small.tree-checkbox-selection .tree-selected-state2 &gt; .tree-checkbox:hover,
.tree-default-small .tree-checked &gt; .tree-checkbox:hover {
  color: #2b542c;
}
.tree-default-small.tree-checkbox-selection .tree-selected-state2 &gt; .tree-checkbox::before,
.tree-default-small .tree-checked &gt; .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f14a";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small .tree-anchor &gt; .tree-undetermined {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default-small .tree-anchor &gt; .tree-undetermined:hover {
  color: #2b542c;
}
.tree-default-small .tree-anchor &gt; .tree-undetermined::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f14a";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small .tree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'tree-grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#tree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ &amp; Safari 6+ */
}
.tree-default-small &gt; .tree-striped {
  background-size: auto 36px;
}
.tree-default-small.tree-rtl .tree-last::before {
  content: none;
}
.tree-default-small.tree-rtl .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small.tree-rtl .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-small.tree-rtl .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small.tree-rtl .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small.tree-rtl .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-small.tree-rtl .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d9";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small.tree-rtl .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default-small.tree-rtl &gt; .tree-no-dots .tree-node::before,
.tree-default-small.tree-rtl &gt; .tree-no-dots .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default-small.tree-rtl &gt; .tree-no-dots .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small.tree-rtl &gt; .tree-no-dots .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-small.tree-rtl &gt; .tree-no-dots .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small.tree-rtl &gt; .tree-no-dots .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small.tree-rtl &gt; .tree-no-dots .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-small.tree-rtl &gt; .tree-no-dots .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d9";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small .tree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.tree-default-small .tree-node.tree-loading {
  background: none;
}
.tree-default-small &gt; .tree-container-ul .tree-loading &gt; .tree-ocl {
  background: url("data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==") center center no-repeat;
}
.tree-default-small .tree-file {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small .tree-file:hover {
  color: #1a1a1a;
}
.tree-default-small .tree-file::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f15b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small .tree-folder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-small .tree-folder:hover {
  color: #1a1a1a;
}
.tree-default-small .tree-folder::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f07b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-small &gt; .tree-container-ul &gt; .tree-node {
  margin-left: 0;
  margin-right: 0;
}
.tree-default-small .tree-ellipsis {
  overflow: hidden;
}
.tree-default-small .tree-ellipsis .tree-anchor {
  width: calc(100% - 18px + 5px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.tree-default-small .tree-ellipsis.tree-no-icons .tree-anchor {
  width: calc(100% - 5px);
}
.tree-default-small.tree-rtl .tree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.tree-default-small.tree-rtl .tree-last::before {
  content: none;
}
.tree-default-large .tree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 38px;
  min-width: 32px;
}
.tree-default-large .tree-anchor {
  line-height: 32px;
  height: 32px;
}
.tree-default-large .tree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.tree-default-large .tree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.tree-default-large.tree-rtl .tree-node {
  margin-right: 32px;
}
.tree-default-large .tree-wholerow {
  height: 32px;
}
.tree-default-large .tree-last::before {
  content: none;
}
.tree-default-large .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-large .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-large .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0da";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default-large .tree-themeicon {
  display: none;
}
.tree-default-large &gt; .tree-no-dots .tree-node::before,
.tree-default-large &gt; .tree-no-dots .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default-large &gt; .tree-no-dots .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large &gt; .tree-no-dots .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-large &gt; .tree-no-dots .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large &gt; .tree-no-dots .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large &gt; .tree-no-dots .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-large &gt; .tree-no-dots .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0da";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large .tree-disabled::before {
  content: none;
}
.tree-default-large .tree-disabled.tree-hovered::before {
  content: none;
}
.tree-default-large .tree-disabled.tree-selected {
  background: #efefef;
}
.tree-default-large .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large .tree-checkbox:hover {
  color: #1a1a1a;
}
.tree-default-large .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0c8";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large.tree-checkbox-selection .tree-selected &gt; .tree-checkbox,
.tree-default-large .tree-checked &gt; .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default-large.tree-checkbox-selection .tree-selected &gt; .tree-checkbox:hover,
.tree-default-large .tree-checked &gt; .tree-checkbox:hover {
  color: #2b542c;
}
.tree-default-large.tree-checkbox-selection .tree-selected &gt; .tree-checkbox::before,
.tree-default-large .tree-checked &gt; .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f00c";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large.tree-checkbox-selection .tree-selected-state1 &gt; .tree-checkbox,
.tree-default-large .tree-checked &gt; .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default-large.tree-checkbox-selection .tree-selected-state1 &gt; .tree-checkbox:hover,
.tree-default-large .tree-checked &gt; .tree-checkbox:hover {
  color: #2b542c;
}
.tree-default-large.tree-checkbox-selection .tree-selected-state1 &gt; .tree-checkbox::before,
.tree-default-large .tree-checked &gt; .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f00c";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large.tree-checkbox-selection .tree-selected-state2 &gt; .tree-checkbox,
.tree-default-large .tree-checked &gt; .tree-checkbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default-large.tree-checkbox-selection .tree-selected-state2 &gt; .tree-checkbox:hover,
.tree-default-large .tree-checked &gt; .tree-checkbox:hover {
  color: #2b542c;
}
.tree-default-large.tree-checkbox-selection .tree-selected-state2 &gt; .tree-checkbox::before,
.tree-default-large .tree-checked &gt; .tree-checkbox::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f14a";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large .tree-anchor &gt; .tree-undetermined {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c763d;
}
.tree-default-large .tree-anchor &gt; .tree-undetermined:hover {
  color: #2b542c;
}
.tree-default-large .tree-anchor &gt; .tree-undetermined::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f14a";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large .tree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'tree-grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#tree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ &amp; Safari 6+ */
}
.tree-default-large &gt; .tree-striped {
  background-size: auto 64px;
}
.tree-default-large.tree-rtl .tree-last::before {
  content: none;
}
.tree-default-large.tree-rtl .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large.tree-rtl .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-large.tree-rtl .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large.tree-rtl .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large.tree-rtl .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-large.tree-rtl .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d9";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large.tree-rtl .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default-large.tree-rtl &gt; .tree-no-dots .tree-node::before,
.tree-default-large.tree-rtl &gt; .tree-no-dots .tree-leaf &gt; .tree-ocl::before {
  content: none;
}
.tree-default-large.tree-rtl &gt; .tree-no-dots .tree-open &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large.tree-rtl &gt; .tree-no-dots .tree-open &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-large.tree-rtl &gt; .tree-no-dots .tree-open &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d7";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large.tree-rtl &gt; .tree-no-dots .tree-closed &gt; .tree-ocl {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large.tree-rtl &gt; .tree-no-dots .tree-closed &gt; .tree-ocl:hover {
  color: #1a1a1a;
}
.tree-default-large.tree-rtl &gt; .tree-no-dots .tree-closed &gt; .tree-ocl::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f0d9";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large .tree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.tree-default-large .tree-node.tree-loading {
  background: none;
}
.tree-default-large &gt; .tree-container-ul .tree-loading &gt; .tree-ocl {
  background: url("data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==") center center no-repeat;
}
.tree-default-large .tree-file {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large .tree-file:hover {
  color: #1a1a1a;
}
.tree-default-large .tree-file::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f15b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large .tree-folder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.33333333em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
}
.tree-default-large .tree-folder:hover {
  color: #1a1a1a;
}
.tree-default-large .tree-folder::before {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f07b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tree-default-large &gt; .tree-container-ul &gt; .tree-node {
  margin-left: 0;
  margin-right: 0;
}
.tree-default-large .tree-ellipsis {
  overflow: hidden;
}
.tree-default-large .tree-ellipsis .tree-anchor {
  width: calc(100% - 32px + 5px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.tree-default-large .tree-ellipsis.tree-no-icons .tree-anchor {
  width: calc(100% - 5px);
}
.tree-default-large.tree-rtl .tree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.tree-default-large.tree-rtl .tree-last::before {
  content: none;
}
fieldset[disabled] .multiselect {
  pointer-events: none;
}
.multiselect__spinner {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
}
.multiselect__spinner::after,
.multiselect__spinner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-radius: 100%;
  border-top-color: #5cb85c;
  box-shadow: 0 0 0 1px transparent;
  content: "";
}
.multiselect__spinner::before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.multiselect__spinner::after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}
.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.multiselect {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
.multiselect * {
  box-sizing: border-box;
}
.multiselect:focus {
  outline: none;
}
.multiselect--disabled {
  background: #FAFAFA;
  pointer-events: none;
  opacity: 0.6;
}
.multiselect--active {
  z-index: 1010;
}
.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}
.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect--active.multiselect--above .multiselect__current,
.multiselect--active.multiselect--above .multiselect__input,
.multiselect--active.multiselect--above .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect__input,
.multiselect__single,
.multiselect__placeholder {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  margin: 0 0 4px 8px;
  padding: 2px 0;
  border: none;
  border-radius: 4px;
  color: #667085;
  vertical-align: top;
  transition: border 0.1s ease;
}
.multiselect__input:focus,
.multiselect__single:focus,
.multiselect__placeholder:focus {
  outline: none;
}
.multiselect__input {
  color: #667085;
}
.multiselect__input:-ms-input-placeholder {
  color: #999999;
}
.multiselect__input::placeholder {
  color: #999999;
}
.multiselect__single {
  color: #667085;
}
.multiselect--active .multiselect__single {
  display: none;
}
.multiselect__placeholder {
  color: #999999;
}
.multiselect--active .multiselect__placeholder {
  display: none;
}
.multiselect__tags-wrap {
  display: inline;
}
.multiselect__tags {
  height: auto;
  min-height: 30px;
  padding: 4px 36px 0 4px;
}
.multiselect__tag {
  display: inline-block;
  position: relative;
  background: #f5f5f5;
  margin: 0 4px 4px 0;
  padding: 4px 24px 4px 8px;
  border-radius: 4px;
  color: #262626;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.multiselect__tag-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  border-radius: 4px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.333334;
  color: #262626;
  cursor: pointer;
  transition: all 0.2s ease;
}
.multiselect__tag-icon::after {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f00d" / "";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  color: #0d0d0d;
}
.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.multiselect__select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.333334;
  color: #333333;
  transition: transform 0.2s ease;
}
.multiselect__select::after {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  content: "\f078" / "";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.multiselect__content-wrapper {
  display: block;
  position: absolute;
  min-width: 100%;
  max-height: 240px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1010;
  -webkit-overflow-scrolling: touch;
}
.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.multiselect__content {
  display: inline-block;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}
.multiselect__content::webkit-scrollbar {
  display: none;
}
.multiselect__element {
  display: block;
}
.multiselect__option {
  display: block;
  position: relative;
  min-height: 24px;
  padding: 4px 36px 4px 12px;
  text-decoration: none;
  text-transform: none;
  word-break: break-word;
  vertical-align: middle;
  cursor: pointer;
}
.multiselect__option .multiselect__option-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.333334;
  color: #333333;
}
.multiselect__option .multiselect__option-icon::after {
  position: absolute;
  top: 50%;
  /* @noflip */
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.multiselect__option--highlight {
  background-color: #f5f5f5;
  color: #262626;
  outline: none;
}
.multiselect__option--highlight .multiselect__option-icon {
  color: #262626;
}
.multiselect__option--highlight .multiselect__option-icon::after {
  content: "\f00c" / "";
}
.multiselect__option--selected {
  color: #333333;
}
.multiselect__option--selected .multiselect__option-icon {
  color: #3c763d;
}
.multiselect__option--selected .multiselect__option-icon::after {
  content: "\f00c" / "";
}
.multiselect__option--selected.multiselect__option--highlight {
  color: #333333;
}
.multiselect__option--selected.multiselect__option--highlight .multiselect__option-icon {
  color: #D01111;
}
.multiselect--single .multiselect__option--selected.multiselect__option--highlight .multiselect__option-icon {
  color: #262626;
}
.multiselect__option--selected.multiselect__option--highlight .multiselect__option-icon::after {
  content: "\f00d" / "";
}
.multiselect--single .multiselect__option--selected.multiselect__option--highlight .multiselect__option-icon::after {
  content: "\f00c" / "";
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  color: #999999;
}
.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}
.multiselect__option--group {
  background: #ededed;
  color: #333333;
}
.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}
.multiselect__option--group.multiselect__option--highlight::after {
  background: #35495e;
}
.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
  background: #d9534f;
  color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight::after {
  background: #d9534f;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight::after {
  background: #d9534f;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}
.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}
.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
[dir=rtl] .multiselect {
  text-align: right;
}
[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}
[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}
[dir=rtl] .multiselect__content {
  text-align: right;
}
[dir=rtl] .multiselect__option::after {
  right: auto;
  left: 0;
}
[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}
[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
/*Discarding input's default styles to make it customizable*/
input[type=range].rangeslider {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  background: #dde1e5;
  border-radius: 15px;
}
/* Special styling for WebKit/Blink */
input[type=range].rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #dde1e5;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
/* Input range styles for Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='range'].rangeslider {
    overflow: hidden;
    width: 100%;
    -webkit-appearance: none;
  }
  input[type='range'].rangeslider::-webkit-slider-thumb {
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
    box-shadow: -260px 0 0 250px #761214;
    border: 1px solid #dde1e5;
  }
}
/* Input range styles for Firefox */
input[type=range].rangeslider::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  background: #dde1e5;
  border-radius: 15px;
}
input[type=range].rangeslider::-moz-range-progress {
  background: #761214;
  height: 15px;
  border-radius: 15px 0 0 15px;
}
input[type=range].rangeslider::-moz-range-thumb {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border-color: #dde1e5;
}
/* Input range styles for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type=range].rangeslider-ie {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 80%;
    background: transparent;
    border-radius: 15px;
  }
  input[type=range].rangeslider-ie::-ms-thumb {
    width: 19px;
    height: 19px;
    background: white;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.7);
  }
  input[type=range].rangeslider-ie::-ms-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 15px;
  }
  input[type=range].rangeslider-ie::-ms-fill-lower {
    background: #761214;
    border-radius: 15px;
    height: 15px;
  }
  input[type=range].rangeslider-ie::-ms-fill-upper {
    background: #dde1e5;
    border-radius: 15px;
    height: 15px;
  }
  .rangeslider-ie {
    margin-top: 16px;
  }
}
.map-modal .rangeslider {
  position: relative;
}
.map-modal .distance-rangefinder {
  display: flex;
  padding: 20px 0;
  align-items: center;
  font-size: 15px;
  justify-content: space-between;
}
.distance-rangefinder .svg-search-btn {
  padding: 0 25px;
  font-size: 14px;
}
.map-modal .distance-rangefinder span {
  padding-right: 30px;
}
.map-modal .formattedDistance {
  padding-left: 25px;
  padding-right: 25px;
  width: 101px;
}
.rangeslider {
  flex: 1;
  height: 15px;
}
.rangeslider-unfilled div {
  background: #dde1e5;
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  height: 15px;
}
.rangeslider-button {
  height: 26px;
  width: 26px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #761214;
  background-color: white;
  cursor: -webkit-grab;
  cursor: grab;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .distance-rangefinder {
    flex-wrap: wrap;
  }
  .distance-rangefinder span:first-child {
    flex: 1 0 100%;
    text-align: left;
    padding-bottom: 9px;
  }
  .rangeslider {
    flex: 1 0 70%;
  }
  .map-modal .distance-rangefinder .formattedDistance {
    padding-right: 0;
    padding-left: 0;
    width: 90px;
    text-align: right;
  }
  .distance-rangefinder .svg-search-btn {
    display: block;
    margin: 0 auto;
    margin-top: 13px;
    width: 100%;
  }
}
@supports (-moz-appearance:none) {
  input[type="range"].rangeslider {
    overflow: initial;
  }
}
/* datepicker calendar */
.vdp-datepicker__calendar {
  left: -125px !important;
}
@media screen and (max-width: 991px) {
  .vdp-datepicker__calendar {
    left: 0;
  }
}
body.no-scroll {
  overflow: hidden !important;
}
.rewardsDetail-page.app-core-ap .mobileback {
  margin-top: 50px;
}
.rewardsDetail-page .apple-selector {
  font-size: 16px;
}
.rewardsDetail-page .apple-selector .microloan-providers.product-details-page .scrollpoint.sp-fadeInUp-dis .sezzle-button-text.sezzle-center {
  text-align: left;
}
.rewardsDetail-page .apple-selector .product-options .options-inner .input-wrapper,
.rewardsDetail-page .apple-selector .product-payment-plans .options-inner .input-wrapper,
.rewardsDetail-page .apple-selector .apple-care .options-inner .input-wrapper {
  display: block;
}
.rewardsDetail-page .apple-selector .product-options .options-inner .input-wrapper input,
.rewardsDetail-page .apple-selector .product-payment-plans .options-inner .input-wrapper input,
.rewardsDetail-page .apple-selector .apple-care .options-inner .input-wrapper input {
  position: absolute;
  opacity: 0;
}
.rewardsDetail-page .apple-selector .product-options .options-inner label,
.rewardsDetail-page .apple-selector .product-payment-plans .options-inner label,
.rewardsDetail-page .apple-selector .apple-care .options-inner label {
  width: 100%;
  height: 100%;
}
.rewardsDetail-page .apple-selector .product-options .options-inner label .left-content:not(.full-width),
.rewardsDetail-page .apple-selector .product-payment-plans .options-inner label .left-content:not(.full-width),
.rewardsDetail-page .apple-selector .apple-care .options-inner label .left-content:not(.full-width) {
  width: 77%;
}
.rewardsDetail-page .apple-selector .product-options .options-inner label .left-content:not(.full-width) span:last-child,
.rewardsDetail-page .apple-selector .product-payment-plans .options-inner label .left-content:not(.full-width) span:last-child,
.rewardsDetail-page .apple-selector .apple-care .options-inner label .left-content:not(.full-width) span:last-child,
.rewardsDetail-page .apple-selector .product-options .options-inner label .left-content:not(.full-width) p:last-child,
.rewardsDetail-page .apple-selector .product-payment-plans .options-inner label .left-content:not(.full-width) p:last-child,
.rewardsDetail-page .apple-selector .apple-care .options-inner label .left-content:not(.full-width) p:last-child {
  width: 77%;
}
.rewardsDetail-page .apple-selector .product-options .options-inner label .right-content,
.rewardsDetail-page .apple-selector .product-payment-plans .options-inner label .right-content,
.rewardsDetail-page .apple-selector .apple-care .options-inner label .right-content {
  width: 23%;
  text-align: right;
}
.rewardsDetail-page .apple-selector #reward-gallery .desktop-product-container {
  margin: 0 0 2.438em 0;
}
.rewardsDetail-page .apple-selector .h1-styles,
.rewardsDetail-page .apple-selector .h2-styles,
.rewardsDetail-page .apple-selector .h3-styles,
.rewardsDetail-page .apple-selector .h4-styles {
  letter-spacing: 0.4px;
}
.rewardsDetail-page .apple-selector .h1-styles {
  font-size: 1.9375em;
  font-weight: 700;
  line-height: 105%;
}
.rewardsDetail-page .apple-selector .h2-styles {
  font-size: 1.6875em;
  font-weight: 700;
  line-height: 105%;
}
.rewardsDetail-page .apple-selector .h3-styles {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 105%;
}
.rewardsDetail-page .apple-selector .h4-styles {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 115%;
}
.rewardsDetail-page .apple-selector .sub1,
.rewardsDetail-page .apple-selector .sub1-1,
.rewardsDetail-page .apple-selector .sub2 {
  letter-spacing: 0;
}
.rewardsDetail-page .apple-selector .sub1 {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 110%;
}
.rewardsDetail-page .apple-selector .sub1-1 {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 110%;
}
.rewardsDetail-page .apple-selector .sub2 {
  font-weight: 500;
  font-size: 1em;
  line-height: 115%;
}
.rewardsDetail-page .apple-selector p,
.rewardsDetail-page .apple-selector .body-regular,
.rewardsDetail-page .apple-selector .body-medium,
.rewardsDetail-page .apple-selector .body-bold,
.rewardsDetail-page .apple-selector .body-small,
.rewardsDetail-page .apple-selector .body-small-spaced,
.rewardsDetail-page .apple-selector .body-small-med,
.rewardsDetail-page .apple-selector .body-xtra-small {
  letter-spacing: 0;
}
.rewardsDetail-page .apple-selector p,
.rewardsDetail-page .apple-selector .body-regular {
  font-weight: 400;
  font-size: 1em;
  line-height: 130%;
}
.rewardsDetail-page .apple-selector .body-medium {
  font-weight: 500;
  font-size: 1em;
  line-height: 130%;
}
.rewardsDetail-page .apple-selector .body-bold {
  font-weight: 700;
  font-size: 1em;
  line-height: 130%;
}
.rewardsDetail-page .apple-selector .body-small {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 130%;
}
.rewardsDetail-page .apple-selector .body-small-spaced {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 175%;
}
.rewardsDetail-page .apple-selector .body-small-med {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 130%;
}
.rewardsDetail-page .apple-selector .body-xtra-small {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 130%;
}
.rewardsDetail-page .apple-selector a,
.rewardsDetail-page .apple-selector a:hover,
.rewardsDetail-page .apple-selector .link,
.rewardsDetail-page .apple-selector .link:hover {
  color: #26789C;
  text-decoration: none;
}
.rewardsDetail-page .apple-selector a:focus-visible,
.rewardsDetail-page .apple-selector a:hover:focus-visible,
.rewardsDetail-page .apple-selector .link:focus-visible,
.rewardsDetail-page .apple-selector .link:hover:focus-visible {
  margin: -1px;
  border: 1px solid #0E0E0F;
}
.rewardsDetail-page .apple-selector .text-black {
  color: #0E0E0F !important;
}
.rewardsDetail-page .apple-selector .text-subtext-gray {
  color: #787573 !important;
}
.rewardsDetail-page .apple-selector .text-link-blue {
  color: #26789C !important;
}
.rewardsDetail-page .apple-selector .text-success-green {
  color: #0D4722 !important;
}
.rewardsDetail-page .apple-selector .text-link-purple {
  color: #572eae !important;
}
.rewardsDetail-page .apple-selector .text-link-blue,
.rewardsDetail-page .apple-selector .text-link-purple {
  background: none;
  border: none;
}
.rewardsDetail-page .apple-selector .text-link-blue:hover,
.rewardsDetail-page .apple-selector .text-link-purple:hover {
  text-decoration: underline;
}
.rewardsDetail-page .apple-selector input[type=checkbox] {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.rewardsDetail-page .apple-selector input[type=checkbox] + label {
  padding-left: 1.75em;
}
.rewardsDetail-page .apple-selector input[type=checkbox] + label::before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  margin-left: -1.75em;
  padding: 0.25em;
  border: 1px solid #93969A;
  border-radius: 5px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  content: "";
}
.rewardsDetail-page .apple-selector input[type=checkbox]:checked + label::before {
  background: #0E0E0F;
  border-color: #0E0E0F;
  content: "\f00c" / "";
}
.rewardsDetail-page .apple-selector hr {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ECECEC;
}
.rewardsDetail-page .apple-selector hr.hr-lg {
  border-top-width: 10px;
}
.rewardsDetail-page .apple-selector .well {
  min-height: 0;
  background-color: #fff;
  margin: 0;
  padding: 1.3125em 1.031em;
  border-color: #C7C9CC;
  border-radius: 0.625em;
  cursor: pointer;
}
.rewardsDetail-page .apple-selector .well.aps-wrapper {
  border: none;
}
.rewardsDetail-page .apple-selector .well.co {
  border: 0.1875em solid transparent;
  border-radius: 50%;
  padding: 5px !important;
  position: relative;
  overflow: hidden;
  transition: all 0.125s ease;
}
.rewardsDetail-page .apple-selector .well.co img {
  width: 1.875em;
}
.rewardsDetail-page .apple-selector .well.well-active,
.rewardsDetail-page .apple-selector .well.co.well-active {
  padding: 1.1875em 0.9375em;
  border-width: 0.1875em;
  border-color: #26789C;
}
.rewardsDetail-page .apple-selector .well.well-alert {
  background-color: #E9F5FF;
  padding: 0.9375em;
  border-color: #E9F5FF;
  border-radius: 0;
}
.rewardsDetail-page .apple-selector .well.well-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.rewardsDetail-page .apple-selector .well.well-footer {
  background-color: #F3F3F7;
  padding: 1.25em;
  border: none;
  border-radius: 0;
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.rewardsDetail-page .apple-selector .plus-items-well {
  border: 1px solid #ECECEC;
  border-radius: 5px;
  width: 2.813em;
  height: 2.813em;
}
.rewardsDetail-page .apple-selector .input-wrapper input:focus-visible + label.well {
  border: 3px solid #0E0E0F;
}
.rewardsDetail-page .apple-selector fieldset legend {
  border: none;
  color: #0E0E0F;
}
.rewardsDetail-page .apple-selector fieldset h2 {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 768px) {
  .rewardsDetail-page .apple-selector {
    margin: 0;
  }
  .rewardsDetail-page .apple-selector .dialog_details {
    margin-top: 20px;
    width: 100%;
  }
  .rewardsDetail-page .apple-selector .scrollpoint.sp-fadeInUp-dis #details {
    font-weight: 400;
    font-size: 0.875em;
    line-height: 130%;
    letter-spacing: 0;
  }
  .rewardsDetail-page .apple-selector.apple-selector-v2 .pdp-assets-container .pdp-asset:after {
    background: none;
  }
  .rewardsDetail-page .apple-selector.apple-selector-v2 .dialog_details {
    margin-top: 0px;
  }
}
/* Transition - slide up to just under the header */
#coreAppleCareModal {
  font-size: 16px;
}
#coreAppleCareModal .image-heading {
  padding-bottom: 1.563em;
}
#coreAppleCareModal .h3-styles {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.4px;
}
#coreAppleCareModal .body-regular,
#coreAppleCareModal .sub1-1 {
  letter-spacing: 0;
}
#coreAppleCareModal .body-regular {
  font-weight: 400;
  font-size: 1em;
  line-height: 130%;
}
#coreAppleCareModal .sub1-1 {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 110%;
}
#coreAppleCareModal .modal-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1.25em;
}
#coreAppleCareModal .modal-body {
  padding-top: 0;
  overflow-y: auto;
  height: calc(100% - 161px);
}
#coreAppleCareModal.generic-modal.high-transition.slideUpHigh,
#coreAppleCareModal .overlay.slideUpHigh {
  animation: trans-slide-up-high 0.4s ease-out forwards;
}
#coreAppleCareModal.generic-modal.high-transition.slideUpHigh.slideDown,
#coreAppleCareModal .overlay.slideUpHigh.slideDown {
  animation: trans-slide-close 0.4s ease-out forwards;
  transition: 0.3s;
}
@keyframes trans-slide-up-high {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes trans-slide-close {
  0% {
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -o-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
  100% {
    -webkit-transform: translate(0, 120%);
    -ms-transform: translate(0, 120%);
    -o-transform: translate(0, 120%);
    transform: translate(0, 120%);
  }
}
.rewardsDetail-page .apple-selector-v2 + p {
  margin-bottom: 20px;
}
.rewardsDetail-page .apple-selector-v2 + p span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.rewardsDetail-page .apple-selector-v2 .paypal-cart-checkout h3,
.rewardsDetail-page .apple-selector-v2 .paypal-cart-checkout p {
  font-size: initial;
  letter-spacing: initial;
  line-height: initial;
}
.rewardsDetail-page .apple-selector-v2 .paypal-cart-checkout p {
  font-size: 14px;
}
.rewardsDetail-page .apple-selector-v2 .paypal-cart-checkout .well {
  border: 1px solid #e6e6e6;
  padding: 16px;
}
.rewardsDetail-page .apple-selector-v2 .selector-v2 h2,
.rewardsDetail-page .apple-selector-v2 .apple-care h2,
.rewardsDetail-page .apple-selector-v2 .selector-v2 h2 .title-gray,
.rewardsDetail-page .apple-selector-v2 .apple-care h2 .title-gray {
  font-size: 24px;
  font-style: normal;
  font-weight: 590;
  line-height: 116%;
}
.rewardsDetail-page .apple-selector-v2 .selector-option-value,
.rewardsDetail-page .apple-selector-v2 .selector-option-extra-info,
.rewardsDetail-page .apple-selector-v2 .apple-care h2,
.rewardsDetail-page .apple-selector-v2 .selector-v2,
.rewardsDetail-page .apple-selector-v2 .scrollpoint.sp-fadeInUp-dis h2 {
  color: #1D1D1F;
}
.rewardsDetail-page .apple-selector-v2 .well.co.well-active {
  border: 1px solid #000000;
}
.rewardsDetail-page .apple-selector-v2 .well.co {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  transition: none;
  padding: 3px !important;
  width: 42px;
  height: 42px;
}
.rewardsDetail-page .apple-selector-v2 .well.co img {
  width: 32px;
  height: 32px;
}
.rewardsDetail-page .apple-selector-v2 .product-options .options-inner label,
.rewardsDetail-page .apple-selector-v2 .apple-care label {
  min-height: 100px;
  position: relative;
  border: 1px solid #C7C9CC;
  padding: 16px;
}
.rewardsDetail-page .apple-selector-v2 .product-options .options-inner label.well.well-active,
.rewardsDetail-page .apple-selector-v2 .apple-care label.well.well-active {
  border-width: 2px;
  border-color: #000000;
  padding: 15px;
}
.rewardsDetail-page .apple-selector-v2 .well {
  padding: 0;
  border: none;
  background: none;
}
.rewardsDetail-page .apple-selector-v2 .selector-v2 span.selector-option-value {
  font-size: 1.063em;
  font-style: normal;
  font-weight: 590;
  line-height: 123%;
}
.rewardsDetail-page .apple-selector-v2 .selector-v2 h2 {
  margin-bottom: 32px;
}
.rewardsDetail-page .apple-selector-v2 .selector-v2 p.selector-option-extra-info {
  font-size: 0.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.12px;
}
.rewardsDetail-page .apple-selector-v2 .selector-v2-selection p {
  color: #1D1D1F;
  font-style: normal;
  font-weight: 590;
  line-height: 123%;
}
.rewardsDetail-page .apple-selector-v2 .selector-v2-selection p:first-child {
  font-size: 28px;
}
.rewardsDetail-page .apple-selector-v2 .selector-v2-selection p:last-child {
  font-size: 17px;
}
.rewardsDetail-page .apple-selector-v2 .scrollpoint.sp-fadeInUp-dis {
  margin-top: 60px;
}
.rewardsDetail-page .apple-selector-v2 .scrollpoint.sp-fadeInUp-dis h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 590;
  line-height: 116%;
  /* 27.84px */
  letter-spacing: 0.24px;
}
.apple-selector-v2 .progress-scrollbar {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  inset-inline-end: -14px;
}
@media screen and (max-width: 768px) {
  .apple-selector-v2 .progress-scrollbar.mobile .scrollbar-section {
    top: 200px;
  }
  .apple-selector-v2 .progress-scrollbar.mobile .scrollbar-container {
    height: 100%;
  }
}
.apple-selector-v2 .scrollbar-section {
  position: sticky;
  top: -300px;
}
.apple-selector-v2 .scrollbar-container {
  display: flex;
  align-items: center;
  height: calc(100vh - -300px);
}
.apple-selector-v2 .scrollbar-steps {
  position: relative;
}
.apple-selector-v2 .scrollbar-steps .scrollbar-stepitem {
  display: block;
  margin: 14px 0;
}
.apple-selector-v2 .scrollbar-steps .scrollbar-stepitem span {
  background: #C6C6C7;
  border-radius: 50%;
  display: block;
  height: 4px;
  opacity: 1;
  width: 4px;
}
.apple-selector-v2 .scrollbar-indicator {
  padding-bottom: 4px;
  transition: height 0.3s ease-in-out;
  background: #1d1d1f;
  border-radius: 4px;
  height: 4px;
  min-height: 4px;
  pointer-events: none;
  position: absolute;
  top: -2px;
  width: 4px;
}
.apple-selector-v2 .color-options {
  padding: 0;
}
.apple-selector-v2 .color-opt-container {
  gap: 5px;
}
.apple-selector-v2 .pdp-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  max-width: 1500px;
  width: 100%;
}
.apple-selector-v2 .pdp-content .dialog_details {
  flex: 1 1 0;
  min-width: 0;
}
.apple-selector-v2 .pdp-content h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 590;
  line-height: 116%;
  margin-bottom: 0 !important;
  color: #1D1D1F;
}
.apple-selector-v2 .pdp-content .dl-grid {
  font-size: 12px;
  padding: 16px 0;
  margin-bottom: 0 !important;
}
.apple-selector-v2 .pdp-content .dl-grid dd span {
  font-weight: 400;
}
.apple-selector-v2 .pdp-content .dl-grid dt small {
  font-weight: 590;
}
.apple-selector-v2 .pdp-content .reward-cost-pricing,
.apple-selector-v2 .pdp-content .reward-cost-container,
.apple-selector-v2 .pdp-content .reward-cost-pricing span,
.apple-selector-v2 .pdp-content .reward-cost-pricing small {
  color: #1D1D1F !important;
  font-weight: 590 !important;
}
.apple-selector-v2 .pdp-content .save-text-container {
  margin-top: 16px;
}
.apple-selector-v2 .pdp-content .full-amount {
  margin-bottom: 16px !important;
}
.apple-selector-v2 .pdp-content .reward-cost-pricing,
.apple-selector-v2 .pdp-content .reward-cost-container {
  border-radius: 100px;
  background: #F5F5F7;
  padding: 12px 16px;
  display: inline-block;
  margin-bottom: 0 !important;
  margin-top: 16px;
  font-size: 14px;
}
.apple-selector-v2 .pdp-content .reward-cost-pricing span.reward-cost,
.apple-selector-v2 .pdp-content .reward-cost-container span.reward-cost,
.apple-selector-v2 .pdp-content .reward-cost-pricing span,
.apple-selector-v2 .pdp-content .reward-cost-container span,
.apple-selector-v2 .pdp-content .reward-cost-pricing .sm-currency,
.apple-selector-v2 .pdp-content .reward-cost-container .sm-currency,
.apple-selector-v2 .pdp-content .reward-cost-pricing small,
.apple-selector-v2 .pdp-content .reward-cost-container small {
  font-size: 14px;
}
.apple-selector-v2 .pdp-content .reward-cost-pricing div,
.apple-selector-v2 .pdp-content .reward-cost-container div {
  display: inline-block;
}
.apple-selector-v2 .pdp-content .aps-wrapper {
  margin-top: 54px;
}
.apple-selector-v2 .single-img-container {
  width: 100%;
  flex: 2 1 0;
  max-width: 800px;
  min-width: 0;
}
.apple-selector-v2 .slick-dots-custom {
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 0;
  bottom: 15px;
}
.apple-selector-v2 .isSelector-v2 {
  border-radius: 8px;
  width: 100%;
  margin: 20px 0;
}
.apple-selector-v2 .pdp-assets-container .pdp-asset,
.apple-selector-v2 .pdp-assets-container .pdp-asset &gt; div,
.apple-selector-v2 .pdp-assets-container .pdp-asset &gt; div &gt; div,
.apple-selector-v2 .pdp-assets-container .product-carousel,
.apple-selector-v2 .pdp-assets-container .product-carousel &gt; div,
.apple-selector-v2 .slick-track,
.apple-selector-v2 .slick-slide,
.apple-selector-v2 .slick-slide &gt; div,
.apple-selector-v2 .slick-slide &gt; div &gt; div,
.apple-selector-v2 .slick-slide &gt; div &gt; div &gt; div {
  height: 100%;
}
.apple-selector-v2 .pdp-assets-container {
  align-items: center;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 200px);
  justify-content: center;
  width: 100%;
  flex: 2 1 0;
  max-width: 800px;
  min-width: 0;
}
.apple-selector-v2 .pdp-assets-container.sticky-scroll {
  top: 140px;
}
.apple-selector-v2 .pdp-assets-container .pdp-asset {
  width: 100%;
  position: relative;
  border-radius: 10px;
  padding: 0;
}
.apple-selector-v2 .pdp-assets-container .pdp-asset:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 80, 0.03);
  border-radius: 10px;
}
.apple-selector-v2 .pdp-assets-container .single-img-asset-container {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apple-selector-v2 .pdp-assets-container img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  height: 100%;
  object-fit: contain;
  padding: 40px;
}
.apple-selector-v2 .pdp-assets-container .pdp-single-img {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.apple-selector-v2 .pdp-assets-container .pdp-single-img div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.apple-selector-v2 .selector-v2-bottom .dreamtrackable {
  color: #0071E3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  background: none;
  border: none;
  padding: 10px 0;
}
.apple-selector-v2 .selector-v2-bottom.is-grouped {
  padding: 16px;
}
.apple-selector-v2 .selector-v2-selection-msg p:first-child {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 590;
  line-height: 128%;
}
.apple-selector-v2 .selector-v2-selection-msg p:last-child {
  color: #1D1D1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media screen and (max-width: 900px) {
  .rewardsDetail-page .apple-selector-v2 .pdp-content h1 {
    font-size: 28px;
  }
  .rewardsDetail-page .apple-selector-v2 .pdp-content .hidden-xs {
    display: none;
  }
  .rewardsDetail-page .apple-selector-v2 .dialog_details {
    width: 100%;
  }
  .rewardsDetail-page .apple-selector-v2 .selector-v2-selection p:first-child {
    font-size: 18px;
  }
  .rewardsDetail-page .apple-selector-v2 .scrollpoint.sp-fadeInUp-dis {
    margin-top: 0px;
  }
  .rewardsDetail-page .apple-selector-v2 .scrollpoint.sp-fadeInUp-dis #details {
    font-weight: 400;
    font-size: 0.875em;
    line-height: 130%;
    letter-spacing: 0;
  }
  .rewardsDetail-page .apple-selector-v2 .product-options .options-inner label,
  .rewardsDetail-page .apple-selector-v2 .apple-care label {
    min-height: 80px;
  }
  .apple-selector-v2 .pdp-content {
    flex-direction: column;
  }
  .apple-selector-v2.product-details .sticky-scroll {
    position: static;
    max-width: unset;
  }
  .apple-selector-v2 .product-options.v2,
  .apple-selector-v2 .selector-v2-bottom.is-grouped {
    padding: 0;
  }
  .apple-selector-v2 .pdp-assets-container {
    height: 100%;
  }
  .apple-selector-v2 .pdp-assets-container img {
    max-height: 500px;
  }
}
.mega-menu-container-l2 .subheader-cat-scroll-list {
  padding: 18px 0;
  scroll-snap-type: y mandatory;
  overflow: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
}
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs {
  padding-left: 0;
  display: flex;
  gap: 24px;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-start;
}
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs li {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs li a,
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs li button {
  color: #344054;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
}
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs li a:hover,
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs li button:hover,
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs li a.active,
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs li button.active {
  color: #761214;
}
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs a,
.mega-menu-container-l2 .subheader-cat-scroll-list .tabs button {
  white-space: nowrap;
}
.mega-menu-container-l2.is-overflow .subheader-cat-scroll-list {
  scroll-behavior: smooth;
}
.mega-menu-container-l2.is-overflow .btn.scroll {
  border-radius: 50%;
  border: 1px solid #667085;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  font-size: 10px;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.mega-menu-container-l2.is-overflow .btn.scroll.visible {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
.mega-menu-container-l2.is-overflow .btn.scroll.next {
  right: -16px;
  padding-left: 2px;
}
.mega-menu-container-l2.is-overflow .btn.scroll.prev {
  left: 12px;
  padding-right: 1px;
}
.mega-menu-container-l2.is-overflow .btn.scroll span {
  font-weight: 400;
  color: #667085;
}
.mega-menu-container-l2.is-overflow .scroll-fade {
  position: absolute;
  height: 3rem;
  width: 70px;
  pointer-events: none;
  top: 12px;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.mega-menu-container-l2.is-overflow .scroll-fade.visible {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.mega-menu-container-l2.is-overflow .scroll-fade.next {
  right: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 55%);
}
.mega-menu-container-l2.is-overflow .scroll-fade.prev {
  left: 0px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 55%);
}
.mega-menu-container-l2 .input-container-with-button {
  gap: 0;
  height: 43px;
}
.mega-menu-container-l2 .input-container-with-button .reflektion-search-container {
  height: 43px;
  margin-right: 0;
}
.mega-menu-container-l2 .input-search .form-control {
  padding-left: 12px;
  min-width: 150px;
  border-radius: 8px 0 0 8px;
  height: 43px;
}
.mega-menu-container-l2 .input-search .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.mega-menu-container-l2 .mega-menu-dashboard-dropdown {
  position: static;
}
.mega-menu-container-l2 .mega-menu-dashboard-dropdown ul {
  right: 0;
  left: unset;
}
.mega-menu-container-l2 .mega-menu-dashboard-dropdown .customSelect {
  border-left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0 8px 8px 0;
  height: 43px;
}
.mega-menu-container-l2 .input-search .input-search-icon {
  left: unset;
  right: 11px;
  font-weight: 400;
  color: #667085;
  font-size: 18px;
}
.mega-menu-container-l2 .header-container,
.mega-menu-container-l2 .desktop-nav {
  height: 100%;
  margin-bottom: 0;
  line-height: normal;
}
.mega-menu-container-l2 .header-container {
  padding-top: 16px;
}
.mega-menu-container-l2 .category-search-typeahead .styledSelect:after {
  right: 8px;
  color: #667085;
  padding-right: 6px;
  padding-left: 0;
}
.mega-menu-container-l2 .panels {
  position: relative;
}
.mega-menu-container-l2 .panels .close-button {
  position: absolute;
  right: 0;
  top: 21px;
  font-size: 24px;
  color: #344054;
}
.mega-menu-container-l2 .input-container-with-button:first-child {
  flex: 3;
}
.mega-menu-container-l2 .input-container-with-button .mega-menu-dashboard-dropdown {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .mega-menu-container-l2 .desktop-nav {
    display: flex;
  }
  .mega-menu-container-l2 .category-search-typeahead {
    order: unset;
    width: 100%;
  }
}
@media screen and (max-width: 817px) {
  .mega-menu-container-l2 .input-search .input-search-icon {
    display: block;
    font-size: 16px;
  }
  .mega-menu-container-l2 .desktop-nav {
    padding: 0;
    flex-direction: column-reverse;
    gap: 12px;
    align-items: flex-start;
  }
  .mega-menu-container-l2 .desktop-nav .point-bucket {
    padding-left: 0;
  }
  .mega-menu-container-l2 .input-container-with-button {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 550px) {
  .mega-menu-container-l2 .ddl-subheader-two button .currency-credits {
    display: none;
  }
  .mega-menu-container-l2 .mega-menu-dashboard-dropdown .customSelect {
    max-width: 150px;
  }
  .mega-menu-container-l2 .desktop-nav .point-bucket {
    width: 100%;
  }
  .mega-menu-container-l2 .input-container-with-button {
    position: relative;
  }
  .mega-menu-container-l2 .input-container-with-button .reflektion-search-container {
    position: static;
  }
}
.ddl-subheader-two .currency-credits {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.ddl-subheader-two .currency-credits .title {
  padding-top: 0;
  margin-right: 8px;
  white-space: nowrap;
}
.ddl-subheader-two .currency-credits .currency-credits-total {
  margin-bottom: 0;
}
.ddl-subheader-two .subheader-title,
.ddl-subheader-two .subheader-value,
.ddl-subheader-two .currency-credits .title {
  color: #344054;
}
.ddl-subheader-two .subheader-title {
  white-space: nowrap;
}
.ddl-subheader-two .subheader-title,
.ddl-subheader-two .currency-credits .title {
  font-weight: 400;
  line-height: 20px;
}
.ddl-subheader-two .subheader-value,
.ddl-subheader-two .currency-credits .currency-credits-total {
  color: #000;
}
.ddl-subheader-two .subheader-value,
.ddl-subheader-two .currency-credits .currency-credits-total {
  font-weight: 700;
  line-height: 30px;
}
.ddl-subheader-two .styledSelect.chevron:after,
.ddl-subheader-two .currency-credits .title,
.ddl-subheader-two .currency-credits .currency-credits-total,
.ddl-subheader-two .subheader-value,
.ddl-subheader-two .subheader-title {
  font-size: 14px;
}
.ddl-subheader-two .styledSelect.chevron:after {
  color: #667085;
  font-weight: 500;
  padding-left: 14px;
}
.ddl-subheader-two .dropdown-toggle {
  border: 1px solid #667085;
  padding: 5px 14px;
  border-radius: 8px;
  min-height: 43px;
  width: 100%;
  max-width: unset;
}
.ddl-subheader-two .dropdown-toggle &gt; div {
  padding-right: 14px;
}
.ddl-subheader-two .dropdown-toggle &gt; div:nth-child(2),
.ddl-subheader-two .dropdown-toggle div:nth-child(3) {
  border-left: solid 1px #e6e6e6;
  padding-left: 14px;
}
.ddl-subheader-two .dropdown-toggle &gt; div:last-child {
  padding-right: 0;
}
.ddl-subheader-two .dropdown-menu {
  padding: 12px;
  width: 100%;
  box-shadow: 0 4px 6px -2px #10182808;
  box-shadow: 0 12px 16px -4px #10182814;
  border-radius: 8px;
  top: 49px;
  min-width: 284px;
}
.ddl-subheader-two .subheader-option-wrapper .option {
  background: #F9FAFB;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 2px solid #F9FAFB;
  min-height: 54px;
}
.ddl-subheader-two .subheader-option-wrapper .option:not(:last-child) {
  margin-bottom: 10px;
}
.ddl-subheader-two .subheader-option-wrapper .option:hover,
.ddl-subheader-two .subheader-option-wrapper .option:focus,
.ddl-subheader-two .subheader-option-wrapper .option.active {
  background: white;
  border: 2px solid #761214;
}
.ddl-subheader-two .subheader-option-wrapper .option.active .subheader-value {
  color: #000;
}
.ddl-subheader-two .ddl-subheader button {
  padding: 7px 14px;
}
.ddl-subheader-two .dropdown-section:not(:last-child) {
  margin-bottom: 16px;
}
.ddl-subheader-two .type-subtitle {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #667085;
  margin-bottom: 6px;
}
.ddl-subheader-two .subheader-option-wrapper .active-item-subtitle {
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #475467;
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul &gt; li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acorn:before {
  content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-alarm-exclamation:before {
  content: "\f843";
}
.fa-alarm-plus:before {
  content: "\f844";
}
.fa-alarm-snooze:before {
  content: "\f845";
}
.fa-album:before {
  content: "\f89f";
}
.fa-album-collection:before {
  content: "\f8a0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alicorn:before {
  content: "\f6b0";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-slash:before {
  content: "\f846";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-amp-guitar:before {
  content: "\f8a1";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angel:before {
  content: "\f779";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-crate:before {
  content: "\f6b1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-axe:before {
  content: "\f6b2";
}
.fa-axe-battle:before {
  content: "\f6b3";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-badge-sheriff:before {
  content: "\f8a2";
}
.fa-badger-honey:before {
  content: "\f6b4";
}
.fa-bags-shopping:before {
  content: "\f847";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ball-pile:before {
  content: "\f77e";
}
.fa-ballot:before {
  content: "\f732";
}
.fa-ballot-check:before {
  content: "\f733";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-banjo:before {
  content: "\f8a3";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bat:before {
  content: "\f6b5";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-exclamation:before {
  content: "\f848";
}
.fa-bell-plus:before {
  content: "\f849";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bells:before {
  content: "\f77f";
}
.fa-betamax:before {
  content: "\f8a4";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-biking-mountain:before {
  content: "\f84b";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-spells:before {
  content: "\f6b8";
}
.fa-book-user:before {
  content: "\f7e7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-books-medical:before {
  content: "\f7e8";
}
.fa-boombox:before {
  content: "\f8a5";
}
.fa-boot:before {
  content: "\f782";
}
.fa-booth-curtain:before {
  content: "\f734";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-bottom:before {
  content: "\f84d";
}
.fa-border-center-h:before {
  content: "\f89c";
}
.fa-border-center-v:before {
  content: "\f89d";
}
.fa-border-inner:before {
  content: "\f84e";
}
.fa-border-left:before {
  content: "\f84f";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-outer:before {
  content: "\f851";
}
.fa-border-right:before {
  content: "\f852";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-border-style-alt:before {
  content: "\f854";
}
.fa-border-top:before {
  content: "\f855";
}
.fa-bow-arrow:before {
  content: "\f6b9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-ballot:before {
  content: "\f735";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-brackets:before {
  content: "\f7e9";
}
.fa-brackets-curly:before {
  content: "\f7ea";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-loaf:before {
  content: "\f7eb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-bring-forward:before {
  content: "\f856";
}
.fa-bring-front:before {
  content: "\f857";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burger-soda:before {
  content: "\f858";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-burrito:before {
  content: "\f7ed";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-cactus:before {
  content: "\f8a7";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-star:before {
  content: "\f736";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camcorder:before {
  content: "\f8a8";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-movie:before {
  content: "\f8a9";
}
.fa-camera-polaroid:before {
  content: "\f8aa";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campfire:before {
  content: "\f6ba";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candle-holder:before {
  content: "\f6bc";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-candy-corn:before {
  content: "\f6bd";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-building:before {
  content: "\f859";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-bus:before {
  content: "\f85a";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cars:before {
  content: "\f85b";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cassette-tape:before {
  content: "\f8ab";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cauldron:before {
  content: "\f6bf";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cctv:before {
  content: "\f8ac";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chair-office:before {
  content: "\f6c1";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-network:before {
  content: "\f78a";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-chart-scatter:before {
  content: "\f7ee";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-cheese-swiss:before {
  content: "\f7f0";
}
.fa-cheeseburger:before {
  content: "\f7f1";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chimney:before {
  content: "\f78b";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clarinet:before {
  content: "\f8ad";
}
.fa-claw-marks:before {
  content: "\f6c2";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-list-check:before {
  content: "\f737";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-drizzle:before {
  content: "\f738";
}
.fa-cloud-hail:before {
  content: "\f739";
}
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-music:before {
  content: "\f8ae";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-rainbow:before {
  content: "\f73e";
}
.fa-cloud-showers:before {
  content: "\f73f";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sleet:before {
  content: "\f741";
}
.fa-cloud-snow:before {
  content: "\f742";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-clouds:before {
  content: "\f744";
}
.fa-clouds-moon:before {
  content: "\f745";
}
.fa-clouds-sun:before {
  content: "\f746";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coin:before {
  content: "\f85c";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-medical:before {
  content: "\f7f4";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-music:before {
  content: "\f8af";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-music:before {
  content: "\f8b0";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-computer-classic:before {
  content: "\f8b1";
}
.fa-computer-speaker:before {
  content: "\f8b2";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-construction:before {
  content: "\f85d";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-corn:before {
  content: "\f6c7";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-cowbell:before {
  content: "\f8b3";
}
.fa-cowbell-more:before {
  content: "\f8b4";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-croissant:before {
  content: "\f7f6";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-crutches:before {
  content: "\f7f8";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dagger:before {
  content: "\f6cb";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-debug:before {
  content: "\f7f9";
}
.fa-deer:before {
  content: "\f78e";
}
.fa-deer-rudolph:before {
  content: "\f78f";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dewpoint:before {
  content: "\f748";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d10:before {
  content: "\f6cd";
}
.fa-dice-d12:before {
  content: "\f6ce";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d4:before {
  content: "\f6d0";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-d8:before {
  content: "\f6d2";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digging:before {
  content: "\f85e";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-disc-drive:before {
  content: "\f8b5";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dog-leashed:before {
  content: "\f6d4";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dreidel:before {
  content: "\f792";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-drone:before {
  content: "\f85f";
}
.fa-drone-alt:before {
  content: "\f860";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick:before {
  content: "\f6d6";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dryer:before {
  content: "\f861";
}
.fa-dryer-alt:before {
  content: "\f862";
}
.fa-duck:before {
  content: "\f6d8";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-ear-muffs:before {
  content: "\f795";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-eclipse:before {
  content: "\f749";
}
.fa-eclipse-alt:before {
  content: "\f74a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-egg-fried:before {
  content: "\f7fc";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-elephant:before {
  content: "\f6da";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-evil:before {
  content: "\f6db";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-farm:before {
  content: "\f864";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-music:before {
  content: "\f8b6";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-search:before {
  content: "\f865";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-files-medical:before {
  content: "\f7fd";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-film-canister:before {
  content: "\f8b7";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-smoke:before {
  content: "\f74b";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-fireplace:before {
  content: "\f79a";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fish-cooked:before {
  content: "\f7fe";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-alt:before {
  content: "\f74c";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flame:before {
  content: "\f6df";
}
.fa-flashlight:before {
  content: "\f8b8";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-poison:before {
  content: "\f6e0";
}
.fa-flask-potion:before {
  content: "\f6e1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flower:before {
  content: "\f7ff";
}
.fa-flower-daffodil:before {
  content: "\f800";
}
.fa-flower-tulip:before {
  content: "\f801";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-flute:before {
  content: "\f8b9";
}
.fa-flux-capacitor:before {
  content: "\f8ba";
}
.fa-fly:before {
  content: "\f417";
}
.fa-fog:before {
  content: "\f74e";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-font-case:before {
  content: "\f866";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-french-fries:before {
  content: "\f803";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frosty-head:before {
  content: "\f79b";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-game-board:before {
  content: "\f867";
}
.fa-game-board-alt:before {
  content: "\f868";
}
.fa-game-console-handheld:before {
  content: "\f8bb";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gamepad-alt:before {
  content: "\f8bc";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-gingerbread-man:before {
  content: "\f79d";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass:before {
  content: "\f804";
}
.fa-glass-champagne:before {
  content: "\f79e";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-citrus:before {
  content: "\f869";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-globe-snow:before {
  content: "\f7a3";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gramophone:before {
  content: "\f8bd";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-guitar-electric:before {
  content: "\f8be";
}
.fa-guitars:before {
  content: "\f8bf";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-h4:before {
  content: "\f86a";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hammer-war:before {
  content: "\f6e4";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-magic:before {
  content: "\f6e5";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-chef:before {
  content: "\f86b";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-santa:before {
  content: "\f7a7";
}
.fa-hat-winter:before {
  content: "\f7a8";
}
.fa-hat-witch:before {
  content: "\f6e7";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side:before {
  content: "\f6e9";
}
.fa-head-side-brain:before {
  content: "\f808";
}
.fa-head-side-headphones:before {
  content: "\f8c2";
}
.fa-head-side-medical:before {
  content: "\f809";
}
.fa-head-vr:before {
  content: "\f6ea";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helmet-battle:before {
  content: "\f6eb";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-mask:before {
  content: "\f6ee";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-alt:before {
  content: "\f80a";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-home-lg:before {
  content: "\f80b";
}
.fa-home-lg-alt:before {
  content: "\f80c";
}
.fa-hood-cloak:before {
  content: "\f6ef";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-horizontal-rule:before {
  content: "\f86c";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-horse-saddle:before {
  content: "\f8c3";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hospitals:before {
  content: "\f80e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-flood:before {
  content: "\f74f";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-humidity:before {
  content: "\f750";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-ice-skate:before {
  content: "\f7ac";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-icons-alt:before {
  content: "\f86e";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-image-polaroid:before {
  content: "\f8c4";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-island-tropical:before {
  content: "\f811";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-joystick:before {
  content: "\f8c5";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-jug:before {
  content: "\f8c6";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-kazoo:before {
  content: "\f8c7";
}
.fa-kerning:before {
  content: "\f86f";
}
.fa-key:before {
  content: "\f084";
}
.fa-key-skeleton:before {
  content: "\f6f3";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kite:before {
  content: "\f6f4";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-knife-kitchen:before {
  content: "\f6f5";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-landmark-alt:before {
  content: "\f752";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lasso:before {
  content: "\f8c8";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leaf-maple:before {
  content: "\f6f6";
}
.fa-leaf-oak:before {
  content: "\f6f7";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-lights-holiday:before {
  content: "\f7b2";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-line-columns:before {
  content: "\f870";
}
.fa-line-height:before {
  content: "\f871";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-music:before {
  content: "\f8c9";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-mace:before {
  content: "\f6f8";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailbox:before {
  content: "\f813";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-mandolin:before {
  content: "\f6f9";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-meat:before {
  content: "\f814";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microphone-stand:before {
  content: "\f8cb";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mistletoe:before {
  content: "\f7b4";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-money-check-edit:before {
  content: "\f872";
}
.fa-money-check-edit-alt:before {
  content: "\f873";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monkey:before {
  content: "\f6fb";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-moon-cloud:before {
  content: "\f754";
}
.fa-moon-stars:before {
  content: "\f755";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountains:before {
  content: "\f6fd";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-alt:before {
  content: "\f8cd";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mp3-player:before {
  content: "\f8ce";
}
.fa-mug:before {
  content: "\f874";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-mug-marshmallows:before {
  content: "\f7b7";
}
.fa-mug-tea:before {
  content: "\f875";
}
.fa-music:before {
  content: "\f001";
}
.fa-music-alt:before {
  content: "\f8cf";
}
.fa-music-alt-slash:before {
  content: "\f8d0";
}
.fa-music-slash:before {
  content: "\f8d1";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-narwhal:before {
  content: "\f6fe";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-ornament:before {
  content: "\f7b8";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-overline:before {
  content: "\f876";
}
.fa-page-break:before {
  content: "\f877";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-paragraph-rtl:before {
  content: "\f878";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paw-alt:before {
  content: "\f701";
}
.fa-paw-claws:before {
  content: "\f702";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pegasus:before {
  content: "\f703";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-person-sign:before {
  content: "\f757";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-laptop:before {
  content: "\f87a";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-rotary:before {
  content: "\f8d3";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-piano:before {
  content: "\f8d4";
}
.fa-piano-keyboard:before {
  content: "\f8d5";
}
.fa-pie:before {
  content: "\f705";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pig:before {
  content: "\f706";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza:before {
  content: "\f817";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-podium-star:before {
  content: "\f758";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poll-people:before {
  content: "\f759";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-popcorn:before {
  content: "\f819";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-search:before {
  content: "\f81a";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-projector:before {
  content: "\f8d6";
}
.fa-pumpkin:before {
  content: "\f707";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rabbit:before {
  content: "\f708";
}
.fa-rabbit-fast:before {
  content: "\f709";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-radio-alt:before {
  content: "\f8d8";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-raindrops:before {
  content: "\f75c";
}
.fa-ram:before {
  content: "\f70a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-rings-wedding:before {
  content: "\f81b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-router:before {
  content: "\f8da";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rv:before {
  content: "\f7be";
}
.fa-sack:before {
  content: "\f81c";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salad:before {
  content: "\f81e";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sandwich:before {
  content: "\f81f";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-sausage:before {
  content: "\f820";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-sax-hot:before {
  content: "\f8db";
}
.fa-saxophone:before {
  content: "\f8dc";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-image:before {
  content: "\f8f3";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-scarecrow:before {
  content: "\f70d";
}
.fa-scarf:before {
  content: "\f7c1";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-old:before {
  content: "\f70f";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-scythe:before {
  content: "\f710";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-send-back:before {
  content: "\f87e";
}
.fa-send-backward:before {
  content: "\f87f";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-sheep:before {
  content: "\f711";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-shield-cross:before {
  content: "\f712";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shish-kebab:before {
  content: "\f821";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shovel:before {
  content: "\f713";
}
.fa-shovel-snow:before {
  content: "\f7c3";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sickle:before {
  content: "\f822";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signal-stream:before {
  content: "\f8dd";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-ski-jump:before {
  content: "\f7c7";
}
.fa-ski-lift:before {
  content: "\f7c8";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-cow:before {
  content: "\f8de";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sledding:before {
  content: "\f7cb";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoke:before {
  content: "\f760";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snake:before {
  content: "\f716";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snooze:before {
  content: "\f880";
}
.fa-snow-blowing:before {
  content: "\f761";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowflakes:before {
  content: "\f7cf";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowmobile:before {
  content: "\f7d1";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-alt:before {
  content: "\f883";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-shapes-down:before {
  content: "\f888";
}
.fa-sort-shapes-down-alt:before {
  content: "\f889";
}
.fa-sort-shapes-up:before {
  content: "\f88a";
}
.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}
.fa-sort-size-down:before {
  content: "\f88c";
}
.fa-sort-size-down-alt:before {
  content: "\f88d";
}
.fa-sort-size-up:before {
  content: "\f88e";
}
.fa-sort-size-up-alt:before {
  content: "\f88f";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-soup:before {
  content: "\f823";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-sparkles:before {
  content: "\f890";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker:before {
  content: "\f8df";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-speakers:before {
  content: "\f8e0";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spider-black-widow:before {
  content: "\f718";
}
.fa-spider-web:before {
  content: "\f719";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-squirrel:before {
  content: "\f71a";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staff:before {
  content: "\f71b";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-christmas:before {
  content: "\f7d4";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-stars:before {
  content: "\f762";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steak:before {
  content: "\f824";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stocking:before {
  content: "\f7d5";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-stretcher:before {
  content: "\f825";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-cloud:before {
  content: "\f763";
}
.fa-sun-dust:before {
  content: "\f764";
}
.fa-sun-haze:before {
  content: "\f765";
}
.fa-sunglasses:before {
  content: "\f892";
}
.fa-sunrise:before {
  content: "\f766";
}
.fa-sunset:before {
  content: "\f767";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sword:before {
  content: "\f71c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-taco:before {
  content: "\f826";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tanakh:before {
  content: "\f827";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-frigid:before {
  content: "\f768";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-hot:before {
  content: "\f76a";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text:before {
  content: "\f893";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-size:before {
  content: "\f894";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-thunderstorm-moon:before {
  content: "\f76d";
}
.fa-thunderstorm-sun:before {
  content: "\f76e";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-alt:before {
  content: "\f71f";
}
.fa-tombstone:before {
  content: "\f720";
}
.fa-tombstone-alt:before {
  content: "\f721";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-trash-undo:before {
  content: "\f895";
}
.fa-trash-undo-alt:before {
  content: "\f896";
}
.fa-treasure-chest:before {
  content: "\f723";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-tree-christmas:before {
  content: "\f7db";
}
.fa-tree-decorated:before {
  content: "\f7dc";
}
.fa-tree-large:before {
  content: "\f7dd";
}
.fa-tree-palm:before {
  content: "\f82b";
}
.fa-trees:before {
  content: "\f724";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-triangle-music:before {
  content: "\f8e2";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-plow:before {
  content: "\f7de";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-trumpet:before {
  content: "\f8e3";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-turkey:before {
  content: "\f725";
}
.fa-turntable:before {
  content: "\f8e4";
}
.fa-turtle:before {
  content: "\f726";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-alt:before {
  content: "\f8e5";
}
.fa-tv-music:before {
  content: "\f8e6";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typewriter:before {
  content: "\f8e7";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-unicorn:before {
  content: "\f727";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usb-drive:before {
  content: "\f8e9";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-cowboy:before {
  content: "\f8ea";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-hard-hat:before {
  content: "\f82c";
}
.fa-user-headset:before {
  content: "\f82d";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-md-chat:before {
  content: "\f82e";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-music:before {
  content: "\f8eb";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-users-medical:before {
  content: "\f830";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vhs:before {
  content: "\f8ec";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-violin:before {
  content: "\f8ed";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-nay:before {
  content: "\f771";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-wagon-covered:before {
  content: "\f8ee";
}
.fa-walker:before {
  content: "\f831";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-wand:before {
  content: "\f72a";
}
.fa-wand-magic:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-washer:before {
  content: "\f898";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-calculator:before {
  content: "\f8f0";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-water:before {
  content: "\f773";
}
.fa-water-lower:before {
  content: "\f774";
}
.fa-water-rise:before {
  content: "\f775";
}
.fa-wave-sine:before {
  content: "\f899";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-wave-triangle:before {
  content: "\f89a";
}
.fa-waveform:before {
  content: "\f8f1";
}
.fa-waveform-path:before {
  content: "\f8f2";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-webcam:before {
  content: "\f832";
}
.fa-webcam-slash:before {
  content: "\f833";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whale:before {
  content: "\f72c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheat:before {
  content: "\f72d";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-wind-turbine:before {
  content: "\f89b";
}
.fa-wind-warning:before {
  content: "\f776";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-windsock:before {
  content: "\f777";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wreath:before {
  content: "\f7e2";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../../../../fonts/fa-solid-900.eot');
  src: url('../../../../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/fa-solid-900.woff2') format('woff2'), url('../../../../fonts/fa-solid-900.woff') format('woff'), url('../../../../fonts/fa-solid-900.ttf') format('truetype'), url('../../../../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('../../../../fonts/fa-light-300.eot');
  src: url('../../../../fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/fa-light-300.woff2') format('woff2'), url('../../../../fonts/fa-light-300.woff') format('woff'), url('../../../../fonts/fa-light-300.ttf') format('truetype'), url('../../../../fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../../../../fonts/fa-brands-400.eot');
  src: url('../../../../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/fa-brands-400.woff2') format('woff2'), url('../../../../fonts/fa-brands-400.woff') format('woff'), url('../../../../fonts/fa-brands-400.ttf') format('truetype'), url('../../../../fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
  content: "\f000";
}
.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "\f005";
}
.fa.fa-remove:before {
  content: "\f00d";
}
.fa.fa-close:before {
  content: "\f00d";
}
.fa.fa-gear:before {
  content: "\f013";
}
.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "\f2ed";
}
.fa.fa-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "\f15b";
}
.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "\f017";
}
.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}
.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}
.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "\f144";
}
.fa.fa-repeat:before {
  content: "\f01e";
}
.fa.fa-rotate-right:before {
  content: "\f01e";
}
.fa.fa-refresh:before {
  content: "\f021";
}
.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-dedent:before {
  content: "\f03b";
}
.fa.fa-video-camera:before {
  content: "\f03d";
}
.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "\f03e";
}
.fa.fa-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "\f03e";
}
.fa.fa-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-image:before {
  content: "\f03e";
}
.fa.fa-pencil:before {
  content: "\f303";
}
.fa.fa-map-marker:before {
  content: "\f3c5";
}
.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "\f044";
}
.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-share-square-o:before {
  content: "\f14d";
}
.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "\f14a";
}
.fa.fa-arrows:before {
  content: "\f0b2";
}
.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "\f057";
}
.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "\f058";
}
.fa.fa-mail-forward:before {
  content: "\f064";
}
.fa.fa-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "\f071";
}
.fa.fa-calendar:before {
  content: "\f073";
}
.fa.fa-arrows-v:before {
  content: "\f338";
}
.fa.fa-arrows-h:before {
  content: "\f337";
}
.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bar-chart:before {
  content: "\f080";
}
.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bar-chart-o:before {
  content: "\f080";
}
.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gears:before {
  content: "\f085";
}
.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}
.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "\f165";
}
.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "\f004";
}
.fa.fa-sign-out:before {
  content: "\f2f5";
}
.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "\f08c";
}
.fa.fa-thumb-tack:before {
  content: "\f08d";
}
.fa.fa-external-link:before {
  content: "\f35d";
}
.fa.fa-sign-in:before {
  content: "\f2f6";
}
.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "\f094";
}
.fa.fa-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "\f0c8";
}
.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "\f02e";
}
.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "\f39e";
}
.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "\f09e";
}
.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "\f0a0";
}
.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa.fa-arrows-alt:before {
  content: "\f31e";
}
.fa.fa-group:before {
  content: "\f0c0";
}
.fa.fa-chain:before {
  content: "\f0c1";
}
.fa.fa-scissors:before {
  content: "\f0c4";
}
.fa.fa-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "\f0c5";
}
.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "\f0c7";
}
.fa.fa-navicon:before {
  content: "\f0c9";
}
.fa.fa-reorder:before {
  content: "\f0c9";
}
.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "\f0d5";
}
.fa.fa-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-money:before {
  content: "\f3d1";
}
.fa.fa-unsorted:before {
  content: "\f0dc";
}
.fa.fa-sort-desc:before {
  content: "\f0dd";
}
.fa.fa-sort-asc:before {
  content: "\f0de";
}
.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa.fa-rotate-left:before {
  content: "\f0e2";
}
.fa.fa-legal:before {
  content: "\f0e3";
}
.fa.fa-tachometer:before {
  content: "\f3fd";
}
.fa.fa-dashboard:before {
  content: "\f3fd";
}
.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "\f075";
}
.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "\f086";
}
.fa.fa-flash:before {
  content: "\f0e7";
}
.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paste:before {
  content: "\f328";
}
.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa.fa-exchange:before {
  content: "\f362";
}
.fa.fa-cloud-download:before {
  content: "\f381";
}
.fa.fa-cloud-upload:before {
  content: "\f382";
}
.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "\f0f3";
}
.fa.fa-cutlery:before {
  content: "\f2e7";
}
.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "\f15c";
}
.fa.fa-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "\f1ad";
}
.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "\f0f8";
}
.fa.fa-tablet:before {
  content: "\f3fa";
}
.fa.fa-mobile:before {
  content: "\f3cd";
}
.fa.fa-mobile-phone:before {
  content: "\f3cd";
}
.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "\f111";
}
.fa.fa-mail-reply:before {
  content: "\f3e5";
}
.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "\f07b";
}
.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "\f07c";
}
.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "\f118";
}
.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "\f119";
}
.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "\f11a";
}
.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "\f11c";
}
.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "\f024";
}
.fa.fa-mail-reply-all:before {
  content: "\f122";
}
.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "\f089";
}
.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "\f089";
}
.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "\f089";
}
.fa.fa-code-fork:before {
  content: "\f126";
}
.fa.fa-chain-broken:before {
  content: "\f127";
}
.fa.fa-shield:before {
  content: "\f3ed";
}
.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "\f133";
}
.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ticket:before {
  content: "\f3ff";
}
.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "\f146";
}
.fa.fa-level-up:before {
  content: "\f3bf";
}
.fa.fa-level-down:before {
  content: "\f3be";
}
.fa.fa-pencil-square:before {
  content: "\f14b";
}
.fa.fa-external-link-square:before {
  content: "\f360";
}
.fa.fa-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "\f150";
}
.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "\f151";
}
.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "\f152";
}
.fa.fa-eur:before {
  content: "\f153";
}
.fa.fa-euro:before {
  content: "\f153";
}
.fa.fa-gbp:before {
  content: "\f154";
}
.fa.fa-usd:before {
  content: "\f155";
}
.fa.fa-dollar:before {
  content: "\f155";
}
.fa.fa-inr:before {
  content: "\f156";
}
.fa.fa-rupee:before {
  content: "\f156";
}
.fa.fa-jpy:before {
  content: "\f157";
}
.fa.fa-cny:before {
  content: "\f157";
}
.fa.fa-rmb:before {
  content: "\f157";
}
.fa.fa-yen:before {
  content: "\f157";
}
.fa.fa-rub:before {
  content: "\f158";
}
.fa.fa-ruble:before {
  content: "\f158";
}
.fa.fa-rouble:before {
  content: "\f158";
}
.fa.fa-krw:before {
  content: "\f159";
}
.fa.fa-won:before {
  content: "\f159";
}
.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "\f15a";
}
.fa.fa-file-text:before {
  content: "\f15c";
}
.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}
.fa.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa.fa-sort-amount-desc:before {
  content: "\f884";
}
.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}
.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "\f167";
}
.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "\f171";
}
.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-long-arrow-down:before {
  content: "\f309";
}
.fa.fa-long-arrow-up:before {
  content: "\f30c";
}
.fa.fa-long-arrow-left:before {
  content: "\f30a";
}
.fa.fa-long-arrow-right:before {
  content: "\f30b";
}
.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "\f184";
}
.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "\f185";
}
.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "\f186";
}
.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}
.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}
.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "\f191";
}
.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "\f192";
}
.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-try:before {
  content: "\f195";
}
.fa.fa-turkish-lira:before {
  content: "\f195";
}
.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "\f0fe";
}
.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-institution:before {
  content: "\f19c";
}
.fa.fa-bank:before {
  content: "\f19c";
}
.fa.fa-mortar-board:before {
  content: "\f19d";
}
.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-spoon:before {
  content: "\f2e5";
}
.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-automobile:before {
  content: "\f1b9";
}
.fa.fa-cab:before {
  content: "\f1ba";
}
.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "\f0e0";
}
.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "\f1c2";
}
.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "\f1c5";
}
.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "\f1c8";
}
.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "\f1c9";
}
.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-bouy:before {
  content: "\f1cd";
}
.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-buoy:before {
  content: "\f1cd";
}
.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-saver:before {
  content: "\f1cd";
}
.fa.fa-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-support:before {
  content: "\f1cd";
}
.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "\f1d0";
}
.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "\f1d0";
}
.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "\f1d1";
}
.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "\f1d4";
}
.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "\f1d7";
}
.fa.fa-send:before {
  content: "\f1d8";
}
.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}
.fa.fa-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "\f1d8";
}
.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "\f111";
}
.fa.fa-header:before {
  content: "\f1dc";
}
.fa.fa-sliders:before {
  content: "\f1de";
}
.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "\f1e3";
}
.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}
.fa.fa-trash:before {
  content: "\f2ed";
}
.fa.fa-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "\f1fb";
}
.fa.fa-area-chart:before {
  content: "\f1fe";
}
.fa.fa-pie-chart:before {
  content: "\f200";
}
.fa.fa-line-chart:before {
  content: "\f201";
}
.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "\f20a";
}
.fa.fa-ils:before {
  content: "\f20b";
}
.fa.fa-shekel:before {
  content: "\f20b";
}
.fa.fa-sheqel:before {
  content: "\f20b";
}
.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-meanpath:before {
  content: "\f2b4";
}
.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "\f3a5";
}
.fa.fa-intersex:before {
  content: "\f224";
}
.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "\f09a";
}
.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "\f236";
}
.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "\f23b";
}
.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-battery-4:before {
  content: "\f240";
}
.fa.fa-battery:before {
  content: "\f240";
}
.fa.fa-battery-3:before {
  content: "\f241";
}
.fa.fa-battery-2:before {
  content: "\f242";
}
.fa.fa-battery-1:before {
  content: "\f243";
}
.fa.fa-battery-0:before {
  content: "\f244";
}
.fa.fa-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "\f249";
}
.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "\f254";
}
.fa.fa-hourglass-1:before {
  content: "\f251";
}
.fa.fa-hourglass-2:before {
  content: "\f252";
}
.fa.fa-hourglass-3:before {
  content: "\f253";
}
.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "\f255";
}
.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "\f255";
}
.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "\f256";
}
.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "\f256";
}
.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "\f259";
}
.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa.fa-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-television:before {
  content: "\f26c";
}
.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "\f273";
}
.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "\f274";
}
.fa.fa-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "\f279";
}
.fa.fa-commenting:before {
  content: "\f4ad";
}
.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "\f4ad";
}
.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "\f27d";
}
.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "\f09d";
}
.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "\f28b";
}
.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "\f28d";
}
.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "\f368";
}
.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "\f059";
}
.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa.fa-deafness:before {
  content: "\f2a4";
}
.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "\f2a7";
}
.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "\f2b4";
}
.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "\f2b5";
}
.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}
.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "\f2b9";
}
.fa.fa-vcard:before {
  content: "\f2bb";
}
.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "\f2bb";
}
.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "\f2bb";
}
.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "\f2bd";
}
.fa.fa-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "\f007";
}
.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "\f2c2";
}
.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "\f2c2";
}
.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}
.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-thermometer-4:before {
  content: "\f2c7";
}
.fa.fa-thermometer:before {
  content: "\f2c7";
}
.fa.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa.fa-bathtub:before {
  content: "\f2cd";
}
.fa.fa-s15:before {
  content: "\f2cd";
}
.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "\f410";
}
.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "\f410";
}
.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "\f410";
}
.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "\f2da";
}
.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
[dir="rtl"] .fa-align-left::before {
  content: "\f038";
}
[dir="rtl"] .fa-align-right::before {
  content: "\f036";
}
[dir="rtl"] .fa-angle-double-left::before {
  content: "\f101";
}
[dir="rtl"] .fa-angle-double-right::before {
  content: "\f100";
}
[dir="rtl"] .fa-angle-left::before {
  content: "\f105";
}
[dir="rtl"] .fa-angle-right::before {
  content: "\f104";
}
[dir="rtl"] .fa-arrow-circle-left::before {
  content: "\f0a9";
}
[dir="rtl"] .fa-arrow-circle-right::before {
  content: "\f0a8";
}
[dir="rtl"] .fa-arrow-circle-o-left::before {
  content: "\f18e";
}
[dir="rtl"] .fa-arrow-circle-o-right::before {
  content: "\f190";
}
[dir="rtl"] .fa-arrow-left::before {
  content: "\f061";
}
[dir="rtl"] .fa-arrow-right::before {
  content: "\f060";
}
[dir="rtl"] .fa-caret-left::before {
  content: "\f0da";
}
[dir="rtl"] .fa-caret-right::before {
  content: "\f0d9";
}
[dir="rtl"] .fa-caret-square-o-left::before {
  content: "\f152";
}
[dir="rtl"] .fa-caret-square-o-right::before {
  content: "\f191";
}
[dir="rtl"] .fa-chevron-circle-left::before {
  content: "\f138";
}
[dir="rtl"] .fa-chevron-circle-right::before {
  content: "\f137";
}
[dir="rtl"] .fa-chevron-left::before {
  content: "\f054";
}
[dir="rtl"] .fa-chevron-right::before {
  content: "\f053";
}
[dir="rtl"] .fa-hand-o-left::before {
  content: "\f0a4";
}
[dir="rtl"] .fa-hand-o-right::before {
  content: "\f0a5";
}
[dir="rtl"] .fa-long-arrow-left::before {
  content: "\f178";
}
[dir="rtl"] .fa-long-arrow-right::before {
  content: "\f177";
}
[dir="rtl"] .fa-quote-left::before {
  content: "\f10e";
}
[dir="rtl"] .fa-quote-right::before {
  content: "\f10d";
}
[dir="rtl"] .fa-rotate-left::before {
  content: "\f01e";
}
[dir="rtl"] .fa-rotate-right::before {
  content: "\f0e2";
}
.fa-opacity-0::before {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.fa-opacity-20::before {
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
}
.fa-opacity-40::before {
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.fa-opacity-60::before {
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
}
.fa-opacity-80::before {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.fa-opacity-100::before {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.fa.form-control-feedback,
.fas.form-control-feedback,
.far.form-control-feedback,
.fal.form-control-feedback,
.fad.form-control-feedback,
.fab.form-control-feedback {
  line-height: 30px;
}
.fa[data-badge],
.fas[data-badge],
.far[data-badge],
.fal[data-badge],
.fad[data-badge],
.fab[data-badge] {
  position: relative;
}
.fa[data-badge]:not([data-badge='0'])::after,
.fas[data-badge]:not([data-badge='0'])::after,
.far[data-badge]:not([data-badge='0'])::after,
.fal[data-badge]:not([data-badge='0'])::after,
.fad[data-badge]:not([data-badge='0'])::after,
.fab[data-badge]:not([data-badge='0'])::after {
  position: absolute;
  bottom: 14px;
  left: 21px;
  background: #761214;
  border-radius: 50%;
  content: attr(data-badge);
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 0.5em;
  text-align: center;
  color: #f0e7d0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  min-width: 17px;
}
.fa.fa-lg[data-badge]:not([data-badge='0'])::after,
.fas.fa-lg[data-badge]:not([data-badge='0'])::after,
.far.fa-lg[data-badge]:not([data-badge='0'])::after,
.fal.fa-lg[data-badge]:not([data-badge='0'])::after,
.fad.fa-lg[data-badge]:not([data-badge='0'])::after,
.fab.fa-lg[data-badge]:not([data-badge='0'])::after {
  right: -20%;
  top: -40%;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
  vertical-align: top;
}
img.svg {
  visibility: hidden;
}
.pos-absolute {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
.pos-relative {
  position: relative;
}
.pos-initial {
  position: initial;
}
.pos-sticky {
  position: sticky;
}
.abs-pos {
  position: relative;
}
.abs-pos &gt; [class*="abs-pos-"] {
  position: absolute;
}
.abs-pos &gt; .abs-pos-top {
  top: 0;
}
.abs-pos &gt; .abs-pos-right {
  right: 0;
}
.abs-pos &gt; .abs-pos-bottom {
  bottom: 0;
}
.abs-pos &gt; .abs-pos-left {
  left: 0;
}
.abs-pos &gt; .abs-pos-center-x {
  /* @noflip */
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.abs-pos &gt; .abs-pos-center-y {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.abs-pos &gt; .abs-pos-center-xy {
  /* @noflip */
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.center-y {
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.center-y &gt; .center-y-content {
  display: table-cell;
  vertical-align: middle;
}
.center-xy {
  text-align: center;
  white-space: nowrap;
}
.center-xy::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.center-xy &gt; * {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
.center-xy &gt; *:before,
.center-xy &gt; *:after {
  content: " ";
  display: table;
}
.center-xy &gt; *:after {
  clear: both;
}
.valign-top {
  vertical-align: top !important;
}
.valign-middle {
  vertical-align: middle !important;
}
.valign-bottom {
  vertical-align: bottom !important;
}
.valign-baseline {
  vertical-align: baseline !important;
}
.auto-width {
  width: auto;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.zero-width {
  width: 0;
}
.min-width-1 {
  min-width: 16px;
}
.min-width-2 {
  min-width: 32px;
}
.min-width-3 {
  min-width: 48px;
}
.min-width-4 {
  min-width: 64px;
}
.min-width-5 {
  min-width: 80px;
}
.min-width-6 {
  min-width: 96px;
}
.min-width-7 {
  min-width: 112px;
}
.min-width-8 {
  min-width: 128px;
}
.min-width-9 {
  min-width: 144px;
}
.min-width-10 {
  min-width: 160px;
}
.min-width-11 {
  min-width: 176px;
}
.min-width-12 {
  min-width: 192px;
}
.min-width-13 {
  min-width: 208px;
}
.min-width-14 {
  min-width: 224px;
}
.min-width-15 {
  min-width: 240px;
}
.min-width-16 {
  min-width: 256px;
}
.min-width-17 {
  min-width: 272px;
}
.min-width-18 {
  min-width: 288px;
}
.min-width-19 {
  min-width: 304px;
}
.min-width-20 {
  min-width: 320px;
}
.min-width-21 {
  min-width: 336px;
}
.min-width-22 {
  min-width: 352px;
}
.min-width-23 {
  min-width: 368px;
}
.min-width-24 {
  min-width: 384px;
}
.min-width-25 {
  min-width: 400px;
}
.min-width-26 {
  min-width: 416px;
}
.min-width-27 {
  min-width: 432px;
}
.min-width-28 {
  min-width: 448px;
}
.min-width-29 {
  min-width: 464px;
}
.min-width-30 {
  min-width: 480px;
}
.min-width-31 {
  min-width: 496px;
}
.min-width-32 {
  min-width: 512px;
}
.min-width-33 {
  min-width: 528px;
}
.min-width-34 {
  min-width: 544px;
}
.min-width-35 {
  min-width: 560px;
}
.min-width-36 {
  min-width: 576px;
}
.min-width-37 {
  min-width: 592px;
}
.min-width-38 {
  min-width: 608px;
}
.min-width-39 {
  min-width: 624px;
}
.min-width-40 {
  min-width: 640px;
}
.min-width-41 {
  min-width: 656px;
}
.min-width-42 {
  min-width: 672px;
}
.min-width-43 {
  min-width: 688px;
}
.min-width-44 {
  min-width: 704px;
}
.min-width-45 {
  min-width: 720px;
}
.min-width-46 {
  min-width: 736px;
}
.min-width-47 {
  min-width: 752px;
}
.min-width-48 {
  min-width: 768px;
}
.min-width-49 {
  min-width: 784px;
}
.min-width-50 {
  min-width: 800px;
}
.max-width-1 {
  max-width: 16px;
}
.max-width-2 {
  max-width: 32px;
}
.max-width-3 {
  max-width: 48px;
}
.max-width-4 {
  max-width: 64px;
}
.max-width-5 {
  max-width: 80px;
}
.max-width-6 {
  max-width: 96px;
}
.max-width-7 {
  max-width: 112px;
}
.max-width-8 {
  max-width: 128px;
}
.max-width-9 {
  max-width: 144px;
}
.max-width-10 {
  max-width: 160px;
}
.max-width-11 {
  max-width: 176px;
}
.max-width-12 {
  max-width: 192px;
}
.max-width-13 {
  max-width: 208px;
}
.max-width-14 {
  max-width: 224px;
}
.max-width-15 {
  max-width: 240px;
}
.max-width-16 {
  max-width: 256px;
}
.max-width-17 {
  max-width: 272px;
}
.max-width-18 {
  max-width: 288px;
}
.max-width-19 {
  max-width: 304px;
}
.max-width-20 {
  max-width: 320px;
}
.max-width-21 {
  max-width: 336px;
}
.max-width-22 {
  max-width: 352px;
}
.max-width-23 {
  max-width: 368px;
}
.max-width-24 {
  max-width: 384px;
}
.max-width-25 {
  max-width: 400px;
}
.max-width-26 {
  max-width: 416px;
}
.max-width-27 {
  max-width: 432px;
}
.max-width-28 {
  max-width: 448px;
}
.max-width-29 {
  max-width: 464px;
}
.max-width-30 {
  max-width: 480px;
}
.max-width-31 {
  max-width: 496px;
}
.max-width-32 {
  max-width: 512px;
}
.max-width-33 {
  max-width: 528px;
}
.max-width-34 {
  max-width: 544px;
}
.max-width-35 {
  max-width: 560px;
}
.max-width-36 {
  max-width: 576px;
}
.max-width-37 {
  max-width: 592px;
}
.max-width-38 {
  max-width: 608px;
}
.max-width-39 {
  max-width: 624px;
}
.max-width-40 {
  max-width: 640px;
}
.max-width-41 {
  max-width: 656px;
}
.max-width-42 {
  max-width: 672px;
}
.max-width-43 {
  max-width: 688px;
}
.max-width-44 {
  max-width: 704px;
}
.max-width-45 {
  max-width: 720px;
}
.max-width-46 {
  max-width: 736px;
}
.max-width-47 {
  max-width: 752px;
}
.max-width-48 {
  max-width: 768px;
}
.max-width-49 {
  max-width: 784px;
}
.max-width-50 {
  max-width: 800px;
}
[class*="fix-width"] {
  min-width: 0;
  max-width: none;
}
.fix-width-1 {
  width: 16px;
}
.fix-width-2 {
  width: 32px;
}
.fix-width-3 {
  width: 48px;
}
.fix-width-4 {
  width: 64px;
}
.fix-width-5 {
  width: 80px;
}
.fix-width-6 {
  width: 96px;
}
.fix-width-7 {
  width: 112px;
}
.fix-width-8 {
  width: 128px;
}
.fix-width-9 {
  width: 144px;
}
.fix-width-10 {
  width: 160px;
}
.fix-width-11 {
  width: 176px;
}
.fix-width-12 {
  width: 192px;
}
.fix-width-13 {
  width: 208px;
}
.fix-width-14 {
  width: 224px;
}
.fix-width-15 {
  width: 240px;
}
.fix-width-16 {
  width: 256px;
}
.fix-width-17 {
  width: 272px;
}
.fix-width-18 {
  width: 288px;
}
.fix-width-19 {
  width: 304px;
}
.fix-width-20 {
  width: 320px;
}
.fix-width-21 {
  width: 336px;
}
.fix-width-22 {
  width: 352px;
}
.fix-width-23 {
  width: 368px;
}
.fix-width-24 {
  width: 384px;
}
.fix-width-25 {
  width: 400px;
}
.fix-width-26 {
  width: 416px;
}
.fix-width-27 {
  width: 432px;
}
.fix-width-28 {
  width: 448px;
}
.fix-width-29 {
  width: 464px;
}
.fix-width-30 {
  width: 480px;
}
.fix-width-31 {
  width: 496px;
}
.fix-width-32 {
  width: 512px;
}
.fix-width-33 {
  width: 528px;
}
.fix-width-34 {
  width: 544px;
}
.fix-width-35 {
  width: 560px;
}
.fix-width-36 {
  width: 576px;
}
.fix-width-37 {
  width: 592px;
}
.fix-width-38 {
  width: 608px;
}
.fix-width-39 {
  width: 624px;
}
.fix-width-40 {
  width: 640px;
}
.fix-width-41 {
  width: 656px;
}
.fix-width-42 {
  width: 672px;
}
.fix-width-43 {
  width: 688px;
}
.fix-width-44 {
  width: 704px;
}
.fix-width-45 {
  width: 720px;
}
.fix-width-46 {
  width: 736px;
}
.fix-width-47 {
  width: 752px;
}
.fix-width-48 {
  width: 768px;
}
.fix-width-49 {
  width: 784px;
}
.fix-width-50 {
  width: 800px;
}
.auto-height {
  height: auto;
}
.full-height {
  height: 100%;
}
.min-height-1 {
  min-height: 16px;
}
.min-height-2 {
  min-height: 32px;
}
.min-height-3 {
  min-height: 48px;
}
.min-height-4 {
  min-height: 64px;
}
.min-height-5 {
  min-height: 80px;
}
.min-height-6 {
  min-height: 96px;
}
.min-height-7 {
  min-height: 112px;
}
.min-height-8 {
  min-height: 128px;
}
.min-height-9 {
  min-height: 144px;
}
.min-height-10 {
  min-height: 160px;
}
.min-height-11 {
  min-height: 176px;
}
.min-height-12 {
  min-height: 192px;
}
.min-height-13 {
  min-height: 208px;
}
.min-height-14 {
  min-height: 224px;
}
.min-height-15 {
  min-height: 240px;
}
.min-height-16 {
  min-height: 256px;
}
.min-height-17 {
  min-height: 272px;
}
.min-height-18 {
  min-height: 288px;
}
.min-height-19 {
  min-height: 304px;
}
.min-height-20 {
  min-height: 320px;
}
.min-height-21 {
  min-height: 336px;
}
.min-height-22 {
  min-height: 352px;
}
.min-height-23 {
  min-height: 368px;
}
.min-height-24 {
  min-height: 384px;
}
.min-height-25 {
  min-height: 400px;
}
.min-height-26 {
  min-height: 416px;
}
.min-height-27 {
  min-height: 432px;
}
.min-height-28 {
  min-height: 448px;
}
.min-height-29 {
  min-height: 464px;
}
.min-height-30 {
  min-height: 480px;
}
.min-height-31 {
  min-height: 496px;
}
.min-height-32 {
  min-height: 512px;
}
.min-height-33 {
  min-height: 528px;
}
.min-height-34 {
  min-height: 544px;
}
.min-height-35 {
  min-height: 560px;
}
.min-height-36 {
  min-height: 576px;
}
.max-height-1 {
  max-height: 16px;
}
.max-height-2 {
  max-height: 32px;
}
.max-height-3 {
  max-height: 48px;
}
.max-height-4 {
  max-height: 64px;
}
.max-height-5 {
  max-height: 80px;
}
.max-height-6 {
  max-height: 96px;
}
.max-height-7 {
  max-height: 112px;
}
.max-height-8 {
  max-height: 128px;
}
.max-height-9 {
  max-height: 144px;
}
.max-height-10 {
  max-height: 160px;
}
.max-height-11 {
  max-height: 176px;
}
.max-height-12 {
  max-height: 192px;
}
.max-height-13 {
  max-height: 208px;
}
.max-height-14 {
  max-height: 224px;
}
.max-height-15 {
  max-height: 240px;
}
.max-height-16 {
  max-height: 256px;
}
.max-height-17 {
  max-height: 272px;
}
.max-height-18 {
  max-height: 288px;
}
.max-height-19 {
  max-height: 304px;
}
.max-height-20 {
  max-height: 320px;
}
.max-height-21 {
  max-height: 336px;
}
.max-height-22 {
  max-height: 352px;
}
.max-height-23 {
  max-height: 368px;
}
.max-height-24 {
  max-height: 384px;
}
.max-height-25 {
  max-height: 400px;
}
.max-height-26 {
  max-height: 416px;
}
.max-height-27 {
  max-height: 432px;
}
.max-height-28 {
  max-height: 448px;
}
.max-height-29 {
  max-height: 464px;
}
.max-height-30 {
  max-height: 480px;
}
.max-height-31 {
  max-height: 496px;
}
.max-height-32 {
  max-height: 512px;
}
.max-height-33 {
  max-height: 528px;
}
.max-height-34 {
  max-height: 544px;
}
.max-height-35 {
  max-height: 560px;
}
.max-height-36 {
  max-height: 576px;
}
[class*="fix-height"] {
  min-height: 0;
  max-height: none;
}
.fix-height-1 {
  height: 16px;
}
.fix-height-2 {
  height: 32px;
}
.fix-height-3 {
  height: 48px;
}
.fix-height-4 {
  height: 64px;
}
.fix-height-5 {
  height: 80px;
}
.fix-height-6 {
  height: 96px;
}
.fix-height-7 {
  height: 112px;
}
.fix-height-8 {
  height: 128px;
}
.fix-height-9 {
  height: 144px;
}
.fix-height-10 {
  height: 160px;
}
.fix-height-11 {
  height: 176px;
}
.fix-height-12 {
  height: 192px;
}
.fix-height-13 {
  height: 208px;
}
.fix-height-14 {
  height: 224px;
}
.fix-height-15 {
  height: 240px;
}
.fix-height-16 {
  height: 256px;
}
.fix-height-17 {
  height: 272px;
}
.fix-height-18 {
  height: 288px;
}
.fix-height-19 {
  height: 304px;
}
.fix-height-20 {
  height: 320px;
}
.fix-height-21 {
  height: 336px;
}
.fix-height-22 {
  height: 352px;
}
.fix-height-23 {
  height: 368px;
}
.fix-height-24 {
  height: 384px;
}
.fix-height-25 {
  height: 400px;
}
.fix-height-26 {
  height: 416px;
}
.fix-height-27 {
  height: 432px;
}
.fix-height-28 {
  height: 448px;
}
.fix-height-29 {
  height: 464px;
}
.fix-height-30 {
  height: 480px;
}
.fix-height-31 {
  height: 496px;
}
.fix-height-32 {
  height: 512px;
}
.fix-height-33 {
  height: 528px;
}
.fix-height-34 {
  height: 544px;
}
.fix-height-35 {
  height: 560px;
}
.fix-height-36 {
  height: 576px;
}
.min-widget-height-1 {
  min-height: 68px;
}
.min-widget-height-2 {
  min-height: 152px;
}
.min-widget-height-3 {
  min-height: 236px;
}
.min-widget-height-4 {
  min-height: 320px;
}
.min-widget-height-5 {
  min-height: 404px;
}
.min-widget-height-6 {
  min-height: 488px;
}
.min-widget-height-7 {
  min-height: 572px;
}
.min-widget-height-8 {
  min-height: 656px;
}
.min-widget-height-9 {
  min-height: 740px;
}
.min-widget-height-10 {
  min-height: 824px;
}
.min-widget-height-11 {
  min-height: 908px;
}
.min-widget-height-12 {
  min-height: 992px;
}
.max-widget-height-1 {
  max-height: 68px;
}
.max-widget-height-2 {
  max-height: 152px;
}
.max-widget-height-3 {
  max-height: 236px;
}
.max-widget-height-4 {
  max-height: 320px;
}
.max-widget-height-5 {
  max-height: 404px;
}
.max-widget-height-6 {
  max-height: 488px;
}
.max-widget-height-7 {
  max-height: 572px;
}
.max-widget-height-8 {
  max-height: 656px;
}
.max-widget-height-9 {
  max-height: 740px;
}
.max-widget-height-10 {
  max-height: 824px;
}
.max-widget-height-11 {
  max-height: 908px;
}
.max-widget-height-12 {
  max-height: 992px;
}
[class*="fix-widget-height"] {
  min-height: 0;
  max-height: none;
}
[class*="fix-widget-height"] &gt; .panel-body {
  position: relative;
  height: 100%;
}
.fix-widget-height-1 {
  height: 68px;
}
.fix-widget-height-1 &gt; .panel-heading + .panel-body {
  height: 33px;
}
.fix-widget-height-2 {
  height: 152px;
}
.fix-widget-height-2 &gt; .panel-heading + .panel-body {
  height: 117px;
}
.fix-widget-height-3 {
  height: 236px;
}
.fix-widget-height-3 &gt; .panel-heading + .panel-body {
  height: 201px;
}
.fix-widget-height-4 {
  height: 320px;
}
.fix-widget-height-4 &gt; .panel-heading + .panel-body {
  height: 285px;
}
.fix-widget-height-5 {
  height: 404px;
}
.fix-widget-height-5 &gt; .panel-heading + .panel-body {
  height: 369px;
}
.fix-widget-height-6 {
  height: 488px;
}
.fix-widget-height-6 &gt; .panel-heading + .panel-body {
  height: 453px;
}
.fix-widget-height-7 {
  height: 572px;
}
.fix-widget-height-7 &gt; .panel-heading + .panel-body {
  height: 537px;
}
.fix-widget-height-8 {
  height: 656px;
}
.fix-widget-height-8 &gt; .panel-heading + .panel-body {
  height: 621px;
}
.fix-widget-height-9 {
  height: 740px;
}
.fix-widget-height-9 &gt; .panel-heading + .panel-body {
  height: 705px;
}
.fix-widget-height-10 {
  height: 824px;
}
.fix-widget-height-10 &gt; .panel-heading + .panel-body {
  height: 789px;
}
.fix-widget-height-11 {
  height: 908px;
}
.fix-widget-height-11 &gt; .panel-heading + .panel-body {
  height: 873px;
}
.fix-widget-height-12 {
  height: 992px;
}
.fix-widget-height-12 &gt; .panel-heading + .panel-body {
  height: 957px;
}
.iframe-container {
  position: relative;
  overflow: hidden;
}
iframe {
  top: 0;
  left: 0;
  width: 100%;
  border: none;
}
.fade-out {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  border: 0 solid #e6e6e6;
}
[class*="aspect-ratio"] {
  position: relative;
  width: 100%;
}
[class*="aspect-ratio"] &gt; * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-ratio-1-1 {
  padding-top: 100%;
}
.aspect-ratio-1-2 {
  padding-top: 200%;
}
.aspect-ratio-2-1 {
  padding-top: 50%;
}
.aspect-ratio-4-3 {
  padding-top: 75%;
}
.aspect-ratio-16-9 {
  padding-top: 56.25%;
}
.aspect-ratio-8pt5-11 {
  padding-top: 129.41%;
}
.bg-gray-base {
  background-color: #000 !important;
}
.bg-gray-10 {
  background-color: #1a1a1a !important;
}
.bg-gray-20 {
  background-color: #333333 !important;
}
.bg-gray-30 {
  background-color: #4d4d4d !important;
}
.bg-gray-40 {
  background-color: #666666 !important;
}
.bg-gray-50 {
  background-color: #808080 !important;
}
.bg-gray-60 {
  background-color: #999999 !important;
}
.bg-gray-70 {
  background-color: #b3b3b3 !important;
}
.bg-gray-80 {
  background-color: #cccccc !important;
}
.bg-gray-90 {
  background-color: #e6e6e6 !important;
}
.bg-gray-95 {
  background-color: #f2f2f2 !important;
}
.bg-gray-97-5 {
  background-color: #f9f9f9 !important;
}
.bg-white {
  background-color: #fff !important;
}
.b-dashed {
  border-style: dashed !important;
}
.b-dotted {
  border-style: dotted !important;
}
.b-solid {
  border-style: solid !important;
}
.b-gray-base {
  border-color: #000 !important;
}
.b-gray-10 {
  border-color: #1a1a1a !important;
}
.b-gray-20 {
  border-color: #333333 !important;
}
.b-gray-30 {
  border-color: #4d4d4d !important;
}
.b-gray-40 {
  border-color: #666666 !important;
}
.b-gray-50 {
  border-color: #808080 !important;
}
.b-gray-60 {
  border-color: #999999 !important;
}
.b-gray-70 {
  border-color: #b3b3b3 !important;
}
.b-gray-80 {
  border-color: #cccccc !important;
}
.b-gray-90 {
  border-color: #e6e6e6 !important;
}
.b-gray-95 {
  border-color: #f2f2f2 !important;
}
.b-gray-97-5 {
  border-color: #f9f9f9 !important;
}
.b-white {
  border-color: #fff !important;
}
.b-radius-0 {
  border-radius: 0 !important;
}
.b-radius-xs {
  border-radius: 1.5px !important;
}
.b-radius-sm {
  border-radius: 3px !important;
}
.b-radius-base {
  border-radius: 4px !important;
}
.b-radius-lg {
  border-radius: 6px !important;
}
.b-radius-xl {
  border-radius: 12px !important;
}
.b-radius-circle {
  border-radius: 1500px !important;
}
.opacity-0 {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.opacity-20 {
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
}
.opacity-40 {
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.opacity-50 {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
.opacity-60 {
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
}
.opacity-80 {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.opacity-100 {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.dir-ltr {
  direction: ltr;
}
.dir-rtl {
  direction: rtl;
}
.no-list-style {
  list-style-type: none;
}
.cursor-crosshair {
  cursor: crosshair !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-disabled {
  cursor: not-allowed !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.nitro_notices .row {
  margin-left: 0;
  margin-right: 0;
}
.site-map {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  column-width: 223px;
}
.site-map &gt; h4 {
  margin-top: 0;
  margin-bottom: 16px;
}
.site-map &gt; div {
  margin-top: -8px;
  margin-bottom: 16px;
  margin-left: 16px;
}
.site-map &gt; div &gt; p {
  margin-bottom: 4px;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.m-0,
.m-0 &gt; th,
.m-0 &gt; td {
  margin: 0 0 !important;
}
.m-xxs,
.m-xxs &gt; th,
.m-xxs &gt; td {
  margin: 2px 2px !important;
}
.m-xs,
.m-xs &gt; th,
.m-xs &gt; td {
  margin: 4px 4px !important;
}
.m-sm,
.m-sm &gt; th,
.m-sm &gt; td {
  margin: 8px 8px !important;
}
.m-md,
.m-md &gt; th,
.m-md &gt; td {
  margin: 16px 16px !important;
}
.m-lg,
.m-lg &gt; th,
.m-lg &gt; td {
  margin: 32px 32px !important;
}
.m-xl,
.m-xl &gt; th,
.m-xl &gt; td {
  margin: 64px 64px !important;
}
.p-0,
.p-0 &gt; th,
.p-0 &gt; td {
  padding: 0 0 !important;
}
.p-xxs,
.p-xxs &gt; th,
.p-xxs &gt; td {
  padding: 2px 2px !important;
}
.p-xs,
.p-xs &gt; th,
.p-xs &gt; td {
  padding: 4px 4px !important;
}
.p-sm,
.p-sm &gt; th,
.p-sm &gt; td {
  padding: 8px 8px !important;
}
.p-md,
.p-md &gt; th,
.p-md &gt; td {
  padding: 16px 16px !important;
}
.p-lg,
.p-lg &gt; th,
.p-lg &gt; td {
  padding: 32px 32px !important;
}
.p-xl,
.p-xl &gt; th,
.p-xl &gt; td {
  padding: 64px 64px !important;
}
.b-0,
.b-0 &gt; th,
.b-0 &gt; td {
  border-width: 0 !important;
}
.b-xxs,
.b-xxs &gt; th,
.b-xxs &gt; td {
  border-width: 0.5px !important;
}
.b-xs,
.b-xs &gt; th,
.b-xs &gt; td {
  border-width: 1px !important;
}
.b-sm,
.b-sm &gt; th,
.b-sm &gt; td {
  border-width: 2px !important;
}
.b-md,
.b-md &gt; th,
.b-md &gt; td {
  border-width: 4px !important;
}
.b-lg,
.b-lg &gt; th,
.b-lg &gt; td {
  border-width: 8px !important;
}
.b-xl,
.b-xl &gt; th,
.b-xl &gt; td {
  border-width: 16px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-sub-0 {
  margin-top: 0 !important;
}
.mt-xxs {
  margin-top: 2px !important;
}
.mt-sub-xxs {
  margin-top: -2px !important;
}
.mt-xs {
  margin-top: 4px !important;
}
.mt-sub-xs {
  margin-top: -4px !important;
}
.mt-sm {
  margin-top: 8px !important;
}
.mt-sub-sm {
  margin-top: -8px !important;
}
.mt-md {
  margin-top: 16px !important;
}
.mt-sub-md {
  margin-top: -16px !important;
}
.mt-lg {
  margin-top: 32px !important;
}
.mt-sub-lg {
  margin-top: -32px !important;
}
.mt-xl {
  margin-top: 64px !important;
}
.mt-sub-xl {
  margin-top: -64px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-sub-0 {
  margin-right: 0 !important;
}
.mr-xxs {
  margin-right: 2px !important;
}
.mr-sub-xxs {
  margin-right: -2px !important;
}
.mr-xs {
  margin-right: 4px !important;
}
.mr-sub-xs {
  margin-right: -4px !important;
}
.mr-sm {
  margin-right: 8px !important;
}
.mr-sub-sm {
  margin-right: -8px !important;
}
.mr-md {
  margin-right: 16px !important;
}
.mr-sub-md {
  margin-right: -16px !important;
}
.mr-lg {
  margin-right: 32px !important;
}
.mr-sub-lg {
  margin-right: -32px !important;
}
.mr-xl {
  margin-right: 64px !important;
}
.mr-sub-xl {
  margin-right: -64px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-sub-0 {
  margin-bottom: 0 !important;
}
.mb-xxs {
  margin-bottom: 2px !important;
}
.mb-sub-xxs {
  margin-bottom: -2px !important;
}
.mb-xs {
  margin-bottom: 4px !important;
}
.mb-sub-xs {
  margin-bottom: -4px !important;
}
.mb-sm {
  margin-bottom: 8px !important;
}
.mb-sub-sm {
  margin-bottom: -8px !important;
}
.mb-md {
  margin-bottom: 16px !important;
}
.mb-sub-md {
  margin-bottom: -16px !important;
}
.mb-lg {
  margin-bottom: 32px !important;
}
.mb-sub-lg {
  margin-bottom: -32px !important;
}
.mb-xl {
  margin-bottom: 64px !important;
}
.mb-sub-xl {
  margin-bottom: -64px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-sub-0 {
  margin-left: 0 !important;
}
.ml-xxs {
  margin-left: 2px !important;
}
.ml-sub-xxs {
  margin-left: -2px !important;
}
.ml-xs {
  margin-left: 4px !important;
}
.ml-sub-xs {
  margin-left: -4px !important;
}
.ml-sm {
  margin-left: 8px !important;
}
.ml-sub-sm {
  margin-left: -8px !important;
}
.ml-md {
  margin-left: 16px !important;
}
.ml-sub-md {
  margin-left: -16px !important;
}
.ml-lg {
  margin-left: 32px !important;
}
.ml-sub-lg {
  margin-left: -32px !important;
}
.ml-xl {
  margin-left: 64px !important;
}
.ml-sub-xl {
  margin-left: -64px !important;
}
.pt-0,
.pt-0 &gt; th,
.pt-0 &gt; td {
  padding-top: 0 !important;
}
.pt-xxs,
.pt-xxs &gt; th,
.pt-xxs &gt; td {
  padding-top: 2px !important;
}
.pt-xs,
.pt-xs &gt; th,
.pt-xs &gt; td {
  padding-top: 4px !important;
}
.pt-sm,
.pt-sm &gt; th,
.pt-sm &gt; td {
  padding-top: 8px !important;
}
.pt-md,
.pt-md &gt; th,
.pt-md &gt; td {
  padding-top: 16px !important;
}
.pt-lg,
.pt-lg &gt; th,
.pt-lg &gt; td {
  padding-top: 32px !important;
}
.pt-xl,
.pt-xl &gt; th,
.pt-xl &gt; td {
  padding-top: 64px !important;
}
.pr-0,
.pr-0 &gt; th,
.pr-0 &gt; td {
  padding-right: 0 !important;
}
.pr-xxs,
.pr-xxs &gt; th,
.pr-xxs &gt; td {
  padding-right: 2px !important;
}
.pr-xs,
.pr-xs &gt; th,
.pr-xs &gt; td {
  padding-right: 4px !important;
}
.pr-sm,
.pr-sm &gt; th,
.pr-sm &gt; td {
  padding-right: 8px !important;
}
.pr-md,
.pr-md &gt; th,
.pr-md &gt; td {
  padding-right: 16px !important;
}
.pr-lg,
.pr-lg &gt; th,
.pr-lg &gt; td {
  padding-right: 32px !important;
}
.pr-xl,
.pr-xl &gt; th,
.pr-xl &gt; td {
  padding-right: 64px !important;
}
.pb-0,
.pb-0 &gt; th,
.pb-0 &gt; td {
  padding-bottom: 0 !important;
}
.pb-xxs,
.pb-xxs &gt; th,
.pb-xxs &gt; td {
  padding-bottom: 2px !important;
}
.pb-xs,
.pb-xs &gt; th,
.pb-xs &gt; td {
  padding-bottom: 4px !important;
}
.pb-sm,
.pb-sm &gt; th,
.pb-sm &gt; td {
  padding-bottom: 8px !important;
}
.pb-md,
.pb-md &gt; th,
.pb-md &gt; td {
  padding-bottom: 16px !important;
}
.pb-lg,
.pb-lg &gt; th,
.pb-lg &gt; td {
  padding-bottom: 32px !important;
}
.pb-xl,
.pb-xl &gt; th,
.pb-xl &gt; td {
  padding-bottom: 64px !important;
}
.pl-0,
.pl-0 &gt; th,
.pl-0 &gt; td {
  padding-left: 0 !important;
}
.pl-xxs,
.pl-xxs &gt; th,
.pl-xxs &gt; td {
  padding-left: 2px !important;
}
.pl-xs,
.pl-xs &gt; th,
.pl-xs &gt; td {
  padding-left: 4px !important;
}
.pl-sm,
.pl-sm &gt; th,
.pl-sm &gt; td {
  padding-left: 8px !important;
}
.pl-md,
.pl-md &gt; th,
.pl-md &gt; td {
  padding-left: 16px !important;
}
.pl-lg,
.pl-lg &gt; th,
.pl-lg &gt; td {
  padding-left: 32px !important;
}
.pl-xl,
.pl-xl &gt; th,
.pl-xl &gt; td {
  padding-left: 64px !important;
}
.bt-0,
.bt-0 &gt; th,
.bt-0 &gt; td {
  border-top-width: 0 !important;
}
.bt-xxs,
.bt-xxs &gt; th,
.bt-xxs &gt; td {
  border-top-width: 0.5px !important;
}
.bt-xs,
.bt-xs &gt; th,
.bt-xs &gt; td {
  border-top-width: 1px !important;
}
.bt-sm,
.bt-sm &gt; th,
.bt-sm &gt; td {
  border-top-width: 2px !important;
}
.bt-md,
.bt-md &gt; th,
.bt-md &gt; td {
  border-top-width: 4px !important;
}
.bt-lg,
.bt-lg &gt; th,
.bt-lg &gt; td {
  border-top-width: 8px !important;
}
.bt-xl,
.bt-xl &gt; th,
.bt-xl &gt; td {
  border-top-width: 16px !important;
}
.br-0,
.br-0 &gt; th,
.br-0 &gt; td {
  border-right-width: 0 !important;
}
.br-xxs,
.br-xxs &gt; th,
.br-xxs &gt; td {
  border-right-width: 0.5px !important;
}
.br-xs,
.br-xs &gt; th,
.br-xs &gt; td {
  border-right-width: 1px !important;
}
.br-sm,
.br-sm &gt; th,
.br-sm &gt; td {
  border-right-width: 2px !important;
}
.br-md,
.br-md &gt; th,
.br-md &gt; td {
  border-right-width: 4px !important;
}
.br-lg,
.br-lg &gt; th,
.br-lg &gt; td {
  border-right-width: 8px !important;
}
.br-xl,
.br-xl &gt; th,
.br-xl &gt; td {
  border-right-width: 16px !important;
}
.bb-0,
.bb-0 &gt; th,
.bb-0 &gt; td {
  border-bottom-width: 0 !important;
}
.bb-xxs,
.bb-xxs &gt; th,
.bb-xxs &gt; td {
  border-bottom-width: 0.5px !important;
}
.bb-xs,
.bb-xs &gt; th,
.bb-xs &gt; td {
  border-bottom-width: 1px !important;
}
.bb-sm,
.bb-sm &gt; th,
.bb-sm &gt; td {
  border-bottom-width: 2px !important;
}
.bb-md,
.bb-md &gt; th,
.bb-md &gt; td {
  border-bottom-width: 4px !important;
}
.bb-lg,
.bb-lg &gt; th,
.bb-lg &gt; td {
  border-bottom-width: 8px !important;
}
.bb-xl,
.bb-xl &gt; th,
.bb-xl &gt; td {
  border-bottom-width: 16px !important;
}
.bl-0,
.bl-0 &gt; th,
.bl-0 &gt; td {
  border-left-width: 0 !important;
}
.bl-xxs,
.bl-xxs &gt; th,
.bl-xxs &gt; td {
  border-left-width: 0.5px !important;
}
.bl-xs,
.bl-xs &gt; th,
.bl-xs &gt; td {
  border-left-width: 1px !important;
}
.bl-sm,
.bl-sm &gt; th,
.bl-sm &gt; td {
  border-left-width: 2px !important;
}
.bl-md,
.bl-md &gt; th,
.bl-md &gt; td {
  border-left-width: 4px !important;
}
.bl-lg,
.bl-lg &gt; th,
.bl-lg &gt; td {
  border-left-width: 8px !important;
}
.bl-xl,
.bl-xl &gt; th,
.bl-xl &gt; td {
  border-left-width: 16px !important;
}
@media (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-sub-0 {
    margin-top: 0 !important;
  }
  .mt-sm-xxs {
    margin-top: 2px !important;
  }
  .mt-sm-sub-xxs {
    margin-top: -2px !important;
  }
  .mt-sm-xs {
    margin-top: 4px !important;
  }
  .mt-sm-sub-xs {
    margin-top: -4px !important;
  }
  .mt-sm-sm {
    margin-top: 8px !important;
  }
  .mt-sm-sub-sm {
    margin-top: -8px !important;
  }
  .mt-sm-md {
    margin-top: 16px !important;
  }
  .mt-sm-sub-md {
    margin-top: -16px !important;
  }
  .mt-sm-lg {
    margin-top: 32px !important;
  }
  .mt-sm-sub-lg {
    margin-top: -32px !important;
  }
  .mt-sm-xl {
    margin-top: 64px !important;
  }
  .mt-sm-sub-xl {
    margin-top: -64px !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-sub-0 {
    margin-right: 0 !important;
  }
  .mr-sm-xxs {
    margin-right: 2px !important;
  }
  .mr-sm-sub-xxs {
    margin-right: -2px !important;
  }
  .mr-sm-xs {
    margin-right: 4px !important;
  }
  .mr-sm-sub-xs {
    margin-right: -4px !important;
  }
  .mr-sm-sm {
    margin-right: 8px !important;
  }
  .mr-sm-sub-sm {
    margin-right: -8px !important;
  }
  .mr-sm-md {
    margin-right: 16px !important;
  }
  .mr-sm-sub-md {
    margin-right: -16px !important;
  }
  .mr-sm-lg {
    margin-right: 32px !important;
  }
  .mr-sm-sub-lg {
    margin-right: -32px !important;
  }
  .mr-sm-xl {
    margin-right: 64px !important;
  }
  .mr-sm-sub-xl {
    margin-right: -64px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-sub-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-xxs {
    margin-bottom: 2px !important;
  }
  .mb-sm-sub-xxs {
    margin-bottom: -2px !important;
  }
  .mb-sm-xs {
    margin-bottom: 4px !important;
  }
  .mb-sm-sub-xs {
    margin-bottom: -4px !important;
  }
  .mb-sm-sm {
    margin-bottom: 8px !important;
  }
  .mb-sm-sub-sm {
    margin-bottom: -8px !important;
  }
  .mb-sm-md {
    margin-bottom: 16px !important;
  }
  .mb-sm-sub-md {
    margin-bottom: -16px !important;
  }
  .mb-sm-lg {
    margin-bottom: 32px !important;
  }
  .mb-sm-sub-lg {
    margin-bottom: -32px !important;
  }
  .mb-sm-xl {
    margin-bottom: 64px !important;
  }
  .mb-sm-sub-xl {
    margin-bottom: -64px !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-sub-0 {
    margin-left: 0 !important;
  }
  .ml-sm-xxs {
    margin-left: 2px !important;
  }
  .ml-sm-sub-xxs {
    margin-left: -2px !important;
  }
  .ml-sm-xs {
    margin-left: 4px !important;
  }
  .ml-sm-sub-xs {
    margin-left: -4px !important;
  }
  .ml-sm-sm {
    margin-left: 8px !important;
  }
  .ml-sm-sub-sm {
    margin-left: -8px !important;
  }
  .ml-sm-md {
    margin-left: 16px !important;
  }
  .ml-sm-sub-md {
    margin-left: -16px !important;
  }
  .ml-sm-lg {
    margin-left: 32px !important;
  }
  .ml-sm-sub-lg {
    margin-left: -32px !important;
  }
  .ml-sm-xl {
    margin-left: 64px !important;
  }
  .ml-sm-sub-xl {
    margin-left: -64px !important;
  }
  .pt-sm-0,
  .pt-sm-0 &gt; th,
  .pt-sm-0 &gt; td {
    padding-top: 0 !important;
  }
  .pt-sm-xxs,
  .pt-sm-xxs &gt; th,
  .pt-sm-xxs &gt; td {
    padding-top: 2px !important;
  }
  .pt-sm-xs,
  .pt-sm-xs &gt; th,
  .pt-sm-xs &gt; td {
    padding-top: 4px !important;
  }
  .pt-sm-sm,
  .pt-sm-sm &gt; th,
  .pt-sm-sm &gt; td {
    padding-top: 8px !important;
  }
  .pt-sm-md,
  .pt-sm-md &gt; th,
  .pt-sm-md &gt; td {
    padding-top: 16px !important;
  }
  .pt-sm-lg,
  .pt-sm-lg &gt; th,
  .pt-sm-lg &gt; td {
    padding-top: 32px !important;
  }
  .pt-sm-xl,
  .pt-sm-xl &gt; th,
  .pt-sm-xl &gt; td {
    padding-top: 64px !important;
  }
  .pr-sm-0,
  .pr-sm-0 &gt; th,
  .pr-sm-0 &gt; td {
    padding-right: 0 !important;
  }
  .pr-sm-xxs,
  .pr-sm-xxs &gt; th,
  .pr-sm-xxs &gt; td {
    padding-right: 2px !important;
  }
  .pr-sm-xs,
  .pr-sm-xs &gt; th,
  .pr-sm-xs &gt; td {
    padding-right: 4px !important;
  }
  .pr-sm-sm,
  .pr-sm-sm &gt; th,
  .pr-sm-sm &gt; td {
    padding-right: 8px !important;
  }
  .pr-sm-md,
  .pr-sm-md &gt; th,
  .pr-sm-md &gt; td {
    padding-right: 16px !important;
  }
  .pr-sm-lg,
  .pr-sm-lg &gt; th,
  .pr-sm-lg &gt; td {
    padding-right: 32px !important;
  }
  .pr-sm-xl,
  .pr-sm-xl &gt; th,
  .pr-sm-xl &gt; td {
    padding-right: 64px !important;
  }
  .pb-sm-0,
  .pb-sm-0 &gt; th,
  .pb-sm-0 &gt; td {
    padding-bottom: 0 !important;
  }
  .pb-sm-xxs,
  .pb-sm-xxs &gt; th,
  .pb-sm-xxs &gt; td {
    padding-bottom: 2px !important;
  }
  .pb-sm-xs,
  .pb-sm-xs &gt; th,
  .pb-sm-xs &gt; td {
    padding-bottom: 4px !important;
  }
  .pb-sm-sm,
  .pb-sm-sm &gt; th,
  .pb-sm-sm &gt; td {
    padding-bottom: 8px !important;
  }
  .pb-sm-md,
  .pb-sm-md &gt; th,
  .pb-sm-md &gt; td {
    padding-bottom: 16px !important;
  }
  .pb-sm-lg,
  .pb-sm-lg &gt; th,
  .pb-sm-lg &gt; td {
    padding-bottom: 32px !important;
  }
  .pb-sm-xl,
  .pb-sm-xl &gt; th,
  .pb-sm-xl &gt; td {
    padding-bottom: 64px !important;
  }
  .pl-sm-0,
  .pl-sm-0 &gt; th,
  .pl-sm-0 &gt; td {
    padding-left: 0 !important;
  }
  .pl-sm-xxs,
  .pl-sm-xxs &gt; th,
  .pl-sm-xxs &gt; td {
    padding-left: 2px !important;
  }
  .pl-sm-xs,
  .pl-sm-xs &gt; th,
  .pl-sm-xs &gt; td {
    padding-left: 4px !important;
  }
  .pl-sm-sm,
  .pl-sm-sm &gt; th,
  .pl-sm-sm &gt; td {
    padding-left: 8px !important;
  }
  .pl-sm-md,
  .pl-sm-md &gt; th,
  .pl-sm-md &gt; td {
    padding-left: 16px !important;
  }
  .pl-sm-lg,
  .pl-sm-lg &gt; th,
  .pl-sm-lg &gt; td {
    padding-left: 32px !important;
  }
  .pl-sm-xl,
  .pl-sm-xl &gt; th,
  .pl-sm-xl &gt; td {
    padding-left: 64px !important;
  }
  .bt-sm-0,
  .bt-sm-0 &gt; th,
  .bt-sm-0 &gt; td {
    border-top-width: 0 !important;
  }
  .bt-sm-xxs,
  .bt-sm-xxs &gt; th,
  .bt-sm-xxs &gt; td {
    border-top-width: 0.5px !important;
  }
  .bt-sm-xs,
  .bt-sm-xs &gt; th,
  .bt-sm-xs &gt; td {
    border-top-width: 1px !important;
  }
  .bt-sm-sm,
  .bt-sm-sm &gt; th,
  .bt-sm-sm &gt; td {
    border-top-width: 2px !important;
  }
  .bt-sm-md,
  .bt-sm-md &gt; th,
  .bt-sm-md &gt; td {
    border-top-width: 4px !important;
  }
  .bt-sm-lg,
  .bt-sm-lg &gt; th,
  .bt-sm-lg &gt; td {
    border-top-width: 8px !important;
  }
  .bt-sm-xl,
  .bt-sm-xl &gt; th,
  .bt-sm-xl &gt; td {
    border-top-width: 16px !important;
  }
  .br-sm-0,
  .br-sm-0 &gt; th,
  .br-sm-0 &gt; td {
    border-right-width: 0 !important;
  }
  .br-sm-xxs,
  .br-sm-xxs &gt; th,
  .br-sm-xxs &gt; td {
    border-right-width: 0.5px !important;
  }
  .br-sm-xs,
  .br-sm-xs &gt; th,
  .br-sm-xs &gt; td {
    border-right-width: 1px !important;
  }
  .br-sm-sm,
  .br-sm-sm &gt; th,
  .br-sm-sm &gt; td {
    border-right-width: 2px !important;
  }
  .br-sm-md,
  .br-sm-md &gt; th,
  .br-sm-md &gt; td {
    border-right-width: 4px !important;
  }
  .br-sm-lg,
  .br-sm-lg &gt; th,
  .br-sm-lg &gt; td {
    border-right-width: 8px !important;
  }
  .br-sm-xl,
  .br-sm-xl &gt; th,
  .br-sm-xl &gt; td {
    border-right-width: 16px !important;
  }
  .bb-sm-0,
  .bb-sm-0 &gt; th,
  .bb-sm-0 &gt; td {
    border-bottom-width: 0 !important;
  }
  .bb-sm-xxs,
  .bb-sm-xxs &gt; th,
  .bb-sm-xxs &gt; td {
    border-bottom-width: 0.5px !important;
  }
  .bb-sm-xs,
  .bb-sm-xs &gt; th,
  .bb-sm-xs &gt; td {
    border-bottom-width: 1px !important;
  }
  .bb-sm-sm,
  .bb-sm-sm &gt; th,
  .bb-sm-sm &gt; td {
    border-bottom-width: 2px !important;
  }
  .bb-sm-md,
  .bb-sm-md &gt; th,
  .bb-sm-md &gt; td {
    border-bottom-width: 4px !important;
  }
  .bb-sm-lg,
  .bb-sm-lg &gt; th,
  .bb-sm-lg &gt; td {
    border-bottom-width: 8px !important;
  }
  .bb-sm-xl,
  .bb-sm-xl &gt; th,
  .bb-sm-xl &gt; td {
    border-bottom-width: 16px !important;
  }
  .bl-sm-0,
  .bl-sm-0 &gt; th,
  .bl-sm-0 &gt; td {
    border-left-width: 0 !important;
  }
  .bl-sm-xxs,
  .bl-sm-xxs &gt; th,
  .bl-sm-xxs &gt; td {
    border-left-width: 0.5px !important;
  }
  .bl-sm-xs,
  .bl-sm-xs &gt; th,
  .bl-sm-xs &gt; td {
    border-left-width: 1px !important;
  }
  .bl-sm-sm,
  .bl-sm-sm &gt; th,
  .bl-sm-sm &gt; td {
    border-left-width: 2px !important;
  }
  .bl-sm-md,
  .bl-sm-md &gt; th,
  .bl-sm-md &gt; td {
    border-left-width: 4px !important;
  }
  .bl-sm-lg,
  .bl-sm-lg &gt; th,
  .bl-sm-lg &gt; td {
    border-left-width: 8px !important;
  }
  .bl-sm-xl,
  .bl-sm-xl &gt; th,
  .bl-sm-xl &gt; td {
    border-left-width: 16px !important;
  }
}
@media (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-sub-0 {
    margin-top: 0 !important;
  }
  .mt-md-xxs {
    margin-top: 2px !important;
  }
  .mt-md-sub-xxs {
    margin-top: -2px !important;
  }
  .mt-md-xs {
    margin-top: 4px !important;
  }
  .mt-md-sub-xs {
    margin-top: -4px !important;
  }
  .mt-md-sm {
    margin-top: 8px !important;
  }
  .mt-md-sub-sm {
    margin-top: -8px !important;
  }
  .mt-md-md {
    margin-top: 16px !important;
  }
  .mt-md-sub-md {
    margin-top: -16px !important;
  }
  .mt-md-lg {
    margin-top: 32px !important;
  }
  .mt-md-sub-lg {
    margin-top: -32px !important;
  }
  .mt-md-xl {
    margin-top: 64px !important;
  }
  .mt-md-sub-xl {
    margin-top: -64px !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-sub-0 {
    margin-right: 0 !important;
  }
  .mr-md-xxs {
    margin-right: 2px !important;
  }
  .mr-md-sub-xxs {
    margin-right: -2px !important;
  }
  .mr-md-xs {
    margin-right: 4px !important;
  }
  .mr-md-sub-xs {
    margin-right: -4px !important;
  }
  .mr-md-sm {
    margin-right: 8px !important;
  }
  .mr-md-sub-sm {
    margin-right: -8px !important;
  }
  .mr-md-md {
    margin-right: 16px !important;
  }
  .mr-md-sub-md {
    margin-right: -16px !important;
  }
  .mr-md-lg {
    margin-right: 32px !important;
  }
  .mr-md-sub-lg {
    margin-right: -32px !important;
  }
  .mr-md-xl {
    margin-right: 64px !important;
  }
  .mr-md-sub-xl {
    margin-right: -64px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-sub-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-xxs {
    margin-bottom: 2px !important;
  }
  .mb-md-sub-xxs {
    margin-bottom: -2px !important;
  }
  .mb-md-xs {
    margin-bottom: 4px !important;
  }
  .mb-md-sub-xs {
    margin-bottom: -4px !important;
  }
  .mb-md-sm {
    margin-bottom: 8px !important;
  }
  .mb-md-sub-sm {
    margin-bottom: -8px !important;
  }
  .mb-md-md {
    margin-bottom: 16px !important;
  }
  .mb-md-sub-md {
    margin-bottom: -16px !important;
  }
  .mb-md-lg {
    margin-bottom: 32px !important;
  }
  .mb-md-sub-lg {
    margin-bottom: -32px !important;
  }
  .mb-md-xl {
    margin-bottom: 64px !important;
  }
  .mb-md-sub-xl {
    margin-bottom: -64px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-sub-0 {
    margin-left: 0 !important;
  }
  .ml-md-xxs {
    margin-left: 2px !important;
  }
  .ml-md-sub-xxs {
    margin-left: -2px !important;
  }
  .ml-md-xs {
    margin-left: 4px !important;
  }
  .ml-md-sub-xs {
    margin-left: -4px !important;
  }
  .ml-md-sm {
    margin-left: 8px !important;
  }
  .ml-md-sub-sm {
    margin-left: -8px !important;
  }
  .ml-md-md {
    margin-left: 16px !important;
  }
  .ml-md-sub-md {
    margin-left: -16px !important;
  }
  .ml-md-lg {
    margin-left: 32px !important;
  }
  .ml-md-sub-lg {
    margin-left: -32px !important;
  }
  .ml-md-xl {
    margin-left: 64px !important;
  }
  .ml-md-sub-xl {
    margin-left: -64px !important;
  }
  .pt-md-0,
  .pt-md-0 &gt; th,
  .pt-md-0 &gt; td {
    padding-top: 0 !important;
  }
  .pt-md-xxs,
  .pt-md-xxs &gt; th,
  .pt-md-xxs &gt; td {
    padding-top: 2px !important;
  }
  .pt-md-xs,
  .pt-md-xs &gt; th,
  .pt-md-xs &gt; td {
    padding-top: 4px !important;
  }
  .pt-md-sm,
  .pt-md-sm &gt; th,
  .pt-md-sm &gt; td {
    padding-top: 8px !important;
  }
  .pt-md-md,
  .pt-md-md &gt; th,
  .pt-md-md &gt; td {
    padding-top: 16px !important;
  }
  .pt-md-lg,
  .pt-md-lg &gt; th,
  .pt-md-lg &gt; td {
    padding-top: 32px !important;
  }
  .pt-md-xl,
  .pt-md-xl &gt; th,
  .pt-md-xl &gt; td {
    padding-top: 64px !important;
  }
  .pr-md-0,
  .pr-md-0 &gt; th,
  .pr-md-0 &gt; td {
    padding-right: 0 !important;
  }
  .pr-md-xxs,
  .pr-md-xxs &gt; th,
  .pr-md-xxs &gt; td {
    padding-right: 2px !important;
  }
  .pr-md-xs,
  .pr-md-xs &gt; th,
  .pr-md-xs &gt; td {
    padding-right: 4px !important;
  }
  .pr-md-sm,
  .pr-md-sm &gt; th,
  .pr-md-sm &gt; td {
    padding-right: 8px !important;
  }
  .pr-md-md,
  .pr-md-md &gt; th,
  .pr-md-md &gt; td {
    padding-right: 16px !important;
  }
  .pr-md-lg,
  .pr-md-lg &gt; th,
  .pr-md-lg &gt; td {
    padding-right: 32px !important;
  }
  .pr-md-xl,
  .pr-md-xl &gt; th,
  .pr-md-xl &gt; td {
    padding-right: 64px !important;
  }
  .pb-md-0,
  .pb-md-0 &gt; th,
  .pb-md-0 &gt; td {
    padding-bottom: 0 !important;
  }
  .pb-md-xxs,
  .pb-md-xxs &gt; th,
  .pb-md-xxs &gt; td {
    padding-bottom: 2px !important;
  }
  .pb-md-xs,
  .pb-md-xs &gt; th,
  .pb-md-xs &gt; td {
    padding-bottom: 4px !important;
  }
  .pb-md-sm,
  .pb-md-sm &gt; th,
  .pb-md-sm &gt; td {
    padding-bottom: 8px !important;
  }
  .pb-md-md,
  .pb-md-md &gt; th,
  .pb-md-md &gt; td {
    padding-bottom: 16px !important;
  }
  .pb-md-lg,
  .pb-md-lg &gt; th,
  .pb-md-lg &gt; td {
    padding-bottom: 32px !important;
  }
  .pb-md-xl,
  .pb-md-xl &gt; th,
  .pb-md-xl &gt; td {
    padding-bottom: 64px !important;
  }
  .pl-md-0,
  .pl-md-0 &gt; th,
  .pl-md-0 &gt; td {
    padding-left: 0 !important;
  }
  .pl-md-xxs,
  .pl-md-xxs &gt; th,
  .pl-md-xxs &gt; td {
    padding-left: 2px !important;
  }
  .pl-md-xs,
  .pl-md-xs &gt; th,
  .pl-md-xs &gt; td {
    padding-left: 4px !important;
  }
  .pl-md-sm,
  .pl-md-sm &gt; th,
  .pl-md-sm &gt; td {
    padding-left: 8px !important;
  }
  .pl-md-md,
  .pl-md-md &gt; th,
  .pl-md-md &gt; td {
    padding-left: 16px !important;
  }
  .pl-md-lg,
  .pl-md-lg &gt; th,
  .pl-md-lg &gt; td {
    padding-left: 32px !important;
  }
  .pl-md-xl,
  .pl-md-xl &gt; th,
  .pl-md-xl &gt; td {
    padding-left: 64px !important;
  }
  .bt-md-0,
  .bt-md-0 &gt; th,
  .bt-md-0 &gt; td {
    border-top-width: 0 !important;
  }
  .bt-md-xxs,
  .bt-md-xxs &gt; th,
  .bt-md-xxs &gt; td {
    border-top-width: 0.5px !important;
  }
  .bt-md-xs,
  .bt-md-xs &gt; th,
  .bt-md-xs &gt; td {
    border-top-width: 1px !important;
  }
  .bt-md-sm,
  .bt-md-sm &gt; th,
  .bt-md-sm &gt; td {
    border-top-width: 2px !important;
  }
  .bt-md-md,
  .bt-md-md &gt; th,
  .bt-md-md &gt; td {
    border-top-width: 4px !important;
  }
  .bt-md-lg,
  .bt-md-lg &gt; th,
  .bt-md-lg &gt; td {
    border-top-width: 8px !important;
  }
  .bt-md-xl,
  .bt-md-xl &gt; th,
  .bt-md-xl &gt; td {
    border-top-width: 16px !important;
  }
  .br-md-0,
  .br-md-0 &gt; th,
  .br-md-0 &gt; td {
    border-right-width: 0 !important;
  }
  .br-md-xxs,
  .br-md-xxs &gt; th,
  .br-md-xxs &gt; td {
    border-right-width: 0.5px !important;
  }
  .br-md-xs,
  .br-md-xs &gt; th,
  .br-md-xs &gt; td {
    border-right-width: 1px !important;
  }
  .br-md-sm,
  .br-md-sm &gt; th,
  .br-md-sm &gt; td {
    border-right-width: 2px !important;
  }
  .br-md-md,
  .br-md-md &gt; th,
  .br-md-md &gt; td {
    border-right-width: 4px !important;
  }
  .br-md-lg,
  .br-md-lg &gt; th,
  .br-md-lg &gt; td {
    border-right-width: 8px !important;
  }
  .br-md-xl,
  .br-md-xl &gt; th,
  .br-md-xl &gt; td {
    border-right-width: 16px !important;
  }
  .bb-md-0,
  .bb-md-0 &gt; th,
  .bb-md-0 &gt; td {
    border-bottom-width: 0 !important;
  }
  .bb-md-xxs,
  .bb-md-xxs &gt; th,
  .bb-md-xxs &gt; td {
    border-bottom-width: 0.5px !important;
  }
  .bb-md-xs,
  .bb-md-xs &gt; th,
  .bb-md-xs &gt; td {
    border-bottom-width: 1px !important;
  }
  .bb-md-sm,
  .bb-md-sm &gt; th,
  .bb-md-sm &gt; td {
    border-bottom-width: 2px !important;
  }
  .bb-md-md,
  .bb-md-md &gt; th,
  .bb-md-md &gt; td {
    border-bottom-width: 4px !important;
  }
  .bb-md-lg,
  .bb-md-lg &gt; th,
  .bb-md-lg &gt; td {
    border-bottom-width: 8px !important;
  }
  .bb-md-xl,
  .bb-md-xl &gt; th,
  .bb-md-xl &gt; td {
    border-bottom-width: 16px !important;
  }
  .bl-md-0,
  .bl-md-0 &gt; th,
  .bl-md-0 &gt; td {
    border-left-width: 0 !important;
  }
  .bl-md-xxs,
  .bl-md-xxs &gt; th,
  .bl-md-xxs &gt; td {
    border-left-width: 0.5px !important;
  }
  .bl-md-xs,
  .bl-md-xs &gt; th,
  .bl-md-xs &gt; td {
    border-left-width: 1px !important;
  }
  .bl-md-sm,
  .bl-md-sm &gt; th,
  .bl-md-sm &gt; td {
    border-left-width: 2px !important;
  }
  .bl-md-md,
  .bl-md-md &gt; th,
  .bl-md-md &gt; td {
    border-left-width: 4px !important;
  }
  .bl-md-lg,
  .bl-md-lg &gt; th,
  .bl-md-lg &gt; td {
    border-left-width: 8px !important;
  }
  .bl-md-xl,
  .bl-md-xl &gt; th,
  .bl-md-xl &gt; td {
    border-left-width: 16px !important;
  }
}
@media (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-sub-0 {
    margin-top: 0 !important;
  }
  .mt-lg-xxs {
    margin-top: 2px !important;
  }
  .mt-lg-sub-xxs {
    margin-top: -2px !important;
  }
  .mt-lg-xs {
    margin-top: 4px !important;
  }
  .mt-lg-sub-xs {
    margin-top: -4px !important;
  }
  .mt-lg-sm {
    margin-top: 8px !important;
  }
  .mt-lg-sub-sm {
    margin-top: -8px !important;
  }
  .mt-lg-md {
    margin-top: 16px !important;
  }
  .mt-lg-sub-md {
    margin-top: -16px !important;
  }
  .mt-lg-lg {
    margin-top: 32px !important;
  }
  .mt-lg-sub-lg {
    margin-top: -32px !important;
  }
  .mt-lg-xl {
    margin-top: 64px !important;
  }
  .mt-lg-sub-xl {
    margin-top: -64px !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-sub-0 {
    margin-right: 0 !important;
  }
  .mr-lg-xxs {
    margin-right: 2px !important;
  }
  .mr-lg-sub-xxs {
    margin-right: -2px !important;
  }
  .mr-lg-xs {
    margin-right: 4px !important;
  }
  .mr-lg-sub-xs {
    margin-right: -4px !important;
  }
  .mr-lg-sm {
    margin-right: 8px !important;
  }
  .mr-lg-sub-sm {
    margin-right: -8px !important;
  }
  .mr-lg-md {
    margin-right: 16px !important;
  }
  .mr-lg-sub-md {
    margin-right: -16px !important;
  }
  .mr-lg-lg {
    margin-right: 32px !important;
  }
  .mr-lg-sub-lg {
    margin-right: -32px !important;
  }
  .mr-lg-xl {
    margin-right: 64px !important;
  }
  .mr-lg-sub-xl {
    margin-right: -64px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-sub-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-xxs {
    margin-bottom: 2px !important;
  }
  .mb-lg-sub-xxs {
    margin-bottom: -2px !important;
  }
  .mb-lg-xs {
    margin-bottom: 4px !important;
  }
  .mb-lg-sub-xs {
    margin-bottom: -4px !important;
  }
  .mb-lg-sm {
    margin-bottom: 8px !important;
  }
  .mb-lg-sub-sm {
    margin-bottom: -8px !important;
  }
  .mb-lg-md {
    margin-bottom: 16px !important;
  }
  .mb-lg-sub-md {
    margin-bottom: -16px !important;
  }
  .mb-lg-lg {
    margin-bottom: 32px !important;
  }
  .mb-lg-sub-lg {
    margin-bottom: -32px !important;
  }
  .mb-lg-xl {
    margin-bottom: 64px !important;
  }
  .mb-lg-sub-xl {
    margin-bottom: -64px !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-sub-0 {
    margin-left: 0 !important;
  }
  .ml-lg-xxs {
    margin-left: 2px !important;
  }
  .ml-lg-sub-xxs {
    margin-left: -2px !important;
  }
  .ml-lg-xs {
    margin-left: 4px !important;
  }
  .ml-lg-sub-xs {
    margin-left: -4px !important;
  }
  .ml-lg-sm {
    margin-left: 8px !important;
  }
  .ml-lg-sub-sm {
    margin-left: -8px !important;
  }
  .ml-lg-md {
    margin-left: 16px !important;
  }
  .ml-lg-sub-md {
    margin-left: -16px !important;
  }
  .ml-lg-lg {
    margin-left: 32px !important;
  }
  .ml-lg-sub-lg {
    margin-left: -32px !important;
  }
  .ml-lg-xl {
    margin-left: 64px !important;
  }
  .ml-lg-sub-xl {
    margin-left: -64px !important;
  }
  .pt-lg-0,
  .pt-lg-0 &gt; th,
  .pt-lg-0 &gt; td {
    padding-top: 0 !important;
  }
  .pt-lg-xxs,
  .pt-lg-xxs &gt; th,
  .pt-lg-xxs &gt; td {
    padding-top: 2px !important;
  }
  .pt-lg-xs,
  .pt-lg-xs &gt; th,
  .pt-lg-xs &gt; td {
    padding-top: 4px !important;
  }
  .pt-lg-sm,
  .pt-lg-sm &gt; th,
  .pt-lg-sm &gt; td {
    padding-top: 8px !important;
  }
  .pt-lg-md,
  .pt-lg-md &gt; th,
  .pt-lg-md &gt; td {
    padding-top: 16px !important;
  }
  .pt-lg-lg,
  .pt-lg-lg &gt; th,
  .pt-lg-lg &gt; td {
    padding-top: 32px !important;
  }
  .pt-lg-xl,
  .pt-lg-xl &gt; th,
  .pt-lg-xl &gt; td {
    padding-top: 64px !important;
  }
  .pr-lg-0,
  .pr-lg-0 &gt; th,
  .pr-lg-0 &gt; td {
    padding-right: 0 !important;
  }
  .pr-lg-xxs,
  .pr-lg-xxs &gt; th,
  .pr-lg-xxs &gt; td {
    padding-right: 2px !important;
  }
  .pr-lg-xs,
  .pr-lg-xs &gt; th,
  .pr-lg-xs &gt; td {
    padding-right: 4px !important;
  }
  .pr-lg-sm,
  .pr-lg-sm &gt; th,
  .pr-lg-sm &gt; td {
    padding-right: 8px !important;
  }
  .pr-lg-md,
  .pr-lg-md &gt; th,
  .pr-lg-md &gt; td {
    padding-right: 16px !important;
  }
  .pr-lg-lg,
  .pr-lg-lg &gt; th,
  .pr-lg-lg &gt; td {
    padding-right: 32px !important;
  }
  .pr-lg-xl,
  .pr-lg-xl &gt; th,
  .pr-lg-xl &gt; td {
    padding-right: 64px !important;
  }
  .pb-lg-0,
  .pb-lg-0 &gt; th,
  .pb-lg-0 &gt; td {
    padding-bottom: 0 !important;
  }
  .pb-lg-xxs,
  .pb-lg-xxs &gt; th,
  .pb-lg-xxs &gt; td {
    padding-bottom: 2px !important;
  }
  .pb-lg-xs,
  .pb-lg-xs &gt; th,
  .pb-lg-xs &gt; td {
    padding-bottom: 4px !important;
  }
  .pb-lg-sm,
  .pb-lg-sm &gt; th,
  .pb-lg-sm &gt; td {
    padding-bottom: 8px !important;
  }
  .pb-lg-md,
  .pb-lg-md &gt; th,
  .pb-lg-md &gt; td {
    padding-bottom: 16px !important;
  }
  .pb-lg-lg,
  .pb-lg-lg &gt; th,
  .pb-lg-lg &gt; td {
    padding-bottom: 32px !important;
  }
  .pb-lg-xl,
  .pb-lg-xl &gt; th,
  .pb-lg-xl &gt; td {
    padding-bottom: 64px !important;
  }
  .pl-lg-0,
  .pl-lg-0 &gt; th,
  .pl-lg-0 &gt; td {
    padding-left: 0 !important;
  }
  .pl-lg-xxs,
  .pl-lg-xxs &gt; th,
  .pl-lg-xxs &gt; td {
    padding-left: 2px !important;
  }
  .pl-lg-xs,
  .pl-lg-xs &gt; th,
  .pl-lg-xs &gt; td {
    padding-left: 4px !important;
  }
  .pl-lg-sm,
  .pl-lg-sm &gt; th,
  .pl-lg-sm &gt; td {
    padding-left: 8px !important;
  }
  .pl-lg-md,
  .pl-lg-md &gt; th,
  .pl-lg-md &gt; td {
    padding-left: 16px !important;
  }
  .pl-lg-lg,
  .pl-lg-lg &gt; th,
  .pl-lg-lg &gt; td {
    padding-left: 32px !important;
  }
  .pl-lg-xl,
  .pl-lg-xl &gt; th,
  .pl-lg-xl &gt; td {
    padding-left: 64px !important;
  }
  .bt-lg-0,
  .bt-lg-0 &gt; th,
  .bt-lg-0 &gt; td {
    border-top-width: 0 !important;
  }
  .bt-lg-xxs,
  .bt-lg-xxs &gt; th,
  .bt-lg-xxs &gt; td {
    border-top-width: 0.5px !important;
  }
  .bt-lg-xs,
  .bt-lg-xs &gt; th,
  .bt-lg-xs &gt; td {
    border-top-width: 1px !important;
  }
  .bt-lg-sm,
  .bt-lg-sm &gt; th,
  .bt-lg-sm &gt; td {
    border-top-width: 2px !important;
  }
  .bt-lg-md,
  .bt-lg-md &gt; th,
  .bt-lg-md &gt; td {
    border-top-width: 4px !important;
  }
  .bt-lg-lg,
  .bt-lg-lg &gt; th,
  .bt-lg-lg &gt; td {
    border-top-width: 8px !important;
  }
  .bt-lg-xl,
  .bt-lg-xl &gt; th,
  .bt-lg-xl &gt; td {
    border-top-width: 16px !important;
  }
  .br-lg-0,
  .br-lg-0 &gt; th,
  .br-lg-0 &gt; td {
    border-right-width: 0 !important;
  }
  .br-lg-xxs,
  .br-lg-xxs &gt; th,
  .br-lg-xxs &gt; td {
    border-right-width: 0.5px !important;
  }
  .br-lg-xs,
  .br-lg-xs &gt; th,
  .br-lg-xs &gt; td {
    border-right-width: 1px !important;
  }
  .br-lg-sm,
  .br-lg-sm &gt; th,
  .br-lg-sm &gt; td {
    border-right-width: 2px !important;
  }
  .br-lg-md,
  .br-lg-md &gt; th,
  .br-lg-md &gt; td {
    border-right-width: 4px !important;
  }
  .br-lg-lg,
  .br-lg-lg &gt; th,
  .br-lg-lg &gt; td {
    border-right-width: 8px !important;
  }
  .br-lg-xl,
  .br-lg-xl &gt; th,
  .br-lg-xl &gt; td {
    border-right-width: 16px !important;
  }
  .bb-lg-0,
  .bb-lg-0 &gt; th,
  .bb-lg-0 &gt; td {
    border-bottom-width: 0 !important;
  }
  .bb-lg-xxs,
  .bb-lg-xxs &gt; th,
  .bb-lg-xxs &gt; td {
    border-bottom-width: 0.5px !important;
  }
  .bb-lg-xs,
  .bb-lg-xs &gt; th,
  .bb-lg-xs &gt; td {
    border-bottom-width: 1px !important;
  }
  .bb-lg-sm,
  .bb-lg-sm &gt; th,
  .bb-lg-sm &gt; td {
    border-bottom-width: 2px !important;
  }
  .bb-lg-md,
  .bb-lg-md &gt; th,
  .bb-lg-md &gt; td {
    border-bottom-width: 4px !important;
  }
  .bb-lg-lg,
  .bb-lg-lg &gt; th,
  .bb-lg-lg &gt; td {
    border-bottom-width: 8px !important;
  }
  .bb-lg-xl,
  .bb-lg-xl &gt; th,
  .bb-lg-xl &gt; td {
    border-bottom-width: 16px !important;
  }
  .bl-lg-0,
  .bl-lg-0 &gt; th,
  .bl-lg-0 &gt; td {
    border-left-width: 0 !important;
  }
  .bl-lg-xxs,
  .bl-lg-xxs &gt; th,
  .bl-lg-xxs &gt; td {
    border-left-width: 0.5px !important;
  }
  .bl-lg-xs,
  .bl-lg-xs &gt; th,
  .bl-lg-xs &gt; td {
    border-left-width: 1px !important;
  }
  .bl-lg-sm,
  .bl-lg-sm &gt; th,
  .bl-lg-sm &gt; td {
    border-left-width: 2px !important;
  }
  .bl-lg-md,
  .bl-lg-md &gt; th,
  .bl-lg-md &gt; td {
    border-left-width: 4px !important;
  }
  .bl-lg-lg,
  .bl-lg-lg &gt; th,
  .bl-lg-lg &gt; td {
    border-left-width: 8px !important;
  }
  .bl-lg-xl,
  .bl-lg-xl &gt; th,
  .bl-lg-xl &gt; td {
    border-left-width: 16px !important;
  }
}
[class*="parent-height-"],
[data-widget-parent-height^="parent-height-"] {
  display: flex;
  flex-grow: 1;
}
[class*="parent-height-"] {
  flex-direction: column;
}
[data-widget-parent-height^="parent-height-"] &gt; * {
  flex-grow: 1;
}
[data-widget-parent-height^="parent-height-"][data-widget-type="html"] &gt; .row &gt; [class*="col-"] {
  height: 100%;
}
@media (max-width: 767px) {
  .parent-height-sm,
  .parent-height-md,
  .parent-height-lg,
  [data-widget-parent-height^="parent-height-sm"],
  [data-widget-parent-height^="parent-height-md"],
  [data-widget-parent-height^="parent-height-lg"] {
    flex-grow: 0;
  }
}
@media (max-width: 991px) {
  .parent-height-md,
  .parent-height-lg,
  [data-widget-parent-height^="parent-height-md"],
  [data-widget-parent-height^="parent-height-lg"] {
    flex-grow: 0;
  }
}
@media (max-width: 1199px) {
  .parent-height-lg,
  [data-widget-parent-height^="parent-height-lg"] {
    flex-grow: 0;
  }
}
.fit-contain {
  object-fit: contain;
}
.fit-cover {
  object-fit: cover;
}
.fit-fill {
  object-fit: fill;
}
.fit-none {
  object-fit: none;
}
.fit-scale-down {
  object-fit: scale-down;
}
.visible-xs-flex,
.visible-sm-flex,
.visible-md-flex,
.visible-lg-flex {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-flex {
    display: flex !important;
  }
}
/*CSS Override re: POW-49135*/
.dashboards-page #main .timg img,
.admin-dashboard #main .timg img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ------ */
.mega-menu-wrap {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 1029;
  line-height: 1.5;
}
.mega-menu-wrap .absolute-menu {
  position: absolute;
}
.mega-menu-wrap .box-shadow {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 3px;
  background-color: white;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mega-menu-wrap .profile .submenu-dropdown .box-shadow {
  padding: 5px 10px;
}
.pseudo-select .options li {
  padding: 0;
}
.pseudo-select .options li a,
.pseudo-select .options li &gt; span {
  padding: 8px 25px 8px 16px;
  display: block;
}
.category-search-typeahead .pseudo-select .options li {
  padding: 8px 25px 8px 16px;
}
.mega-menu-container {
  width: 100%;
  border-top: 1px solid rgba(221, 225, 229, 0.6);
  height: auto;
  z-index: 100;
}
.mega-menu-container .fa-fw {
  width: auto;
}
@media screen and (min-width: 700px) {
  #header-wrap #nav-icon3 i.fa-bars {
    padding: 0 15px 0 0;
  }
}
/*CATEGORY DROPDOWN STYLES*/
select#category-dropdown {
  background-image: url('../../../../img/cat-dropdown.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: 8px;
  background-color: #f5f5f5;
  color: #333;
  border: none;
  padding: 10px 30px 10px 10px;
  border-radius: 6px 0 0 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  font-weight: 400;
  width: 200px;
  cursor: pointer;
  height: 44px;
}
select#category-dropdown option {
  background-color: #fff;
  color: #333;
  font-size: 14px;
}
/*CATEGORY TABS*/
.toggle .tabs {
  width: 100%;
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
  padding: 25px 12px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0) 18%);
}
.toggle .tabs .tab:hover {
  border: 1px solid #761214;
}
.toggle .tabs a:focus {
  outline: 1px solid #761214;
}
.toggle .tabs .tab {
  float: left;
  color: #761214;
  padding: 20px 15px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  line-height: 0;
  margin: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  background: #fff;
  font-weight: 500;
}
.toggle .tabs .tab .fa,
.toggle .tabs .tab .fas,
.toggle .tabs .tab .far,
.toggle .tabs .tab .fal,
.toggle .tabs .tab .fad,
.toggle .tabs .tab .fab {
  line-height: 0;
}
.toggle button.tab[aria-selected=true] {
  background: #761214;
  border: 1px solid transparent;
  color: #fff;
}
.toggle button.tab[aria-selected=true] a {
  color: #fff;
}
.toggle .panels .panel {
  display: none;
  padding: 0;
  margin: 0;
  border: none !important;
  border-radius: 0 !important;
}
.toggle .panels .panel:first-child {
  display: block;
}
.panel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.category-search-typeahead .customSelect .styledSelect {
  padding: 10.5px 39px 10.5px 23px;
}
@media (max-width: 998px) {
  .toggle .tabs .tab {
    text-align: center;
  }
  .category-header h2 {
    font-size: 26px;
  }
}
.x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pseudo-select {
  font-size: 12px;
}
.pseudo-select .options {
  min-width: 100%;
  margin-top: 5px;
  white-space: nowrap;
  position: absolute;
  font-weight: 400;
  z-index: 9999;
  color: #333;
  background-color: white;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  display: none;
  padding-left: 0;
  border-radius: 3px;
  overflow: hidden;
  max-width: 400px;
  overflow-y: auto;
  max-height: calc(70vh - 29px);
}
.pseudo-select .options.reveal {
  z-index: 9999;
}
.pseudo-select .options li {
  -webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  cursor: pointer;
  line-height: 25px;
  min-height: 42px;
  text-decoration: none;
  list-style-type: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pseudo-select .options li:hover {
  background-color: #761214;
  color: #f0e7d0;
}
.xjs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.x50 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.x100 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.point-count .num {
  color: #444444;
  font-weight: 700;
  line-height: 1;
}
.has-sub-menu .point-count .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}
.has-sub-menu .point-count .num:after {
  content: "\f078" / "";
  padding-left: 5px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 10px;
  color: #333;
}
.psr {
  position: relative;
}
.psa {
  position: absolute;
}
.profile-dropdown {
  cursor: pointer;
}
.point-bucket .inner:first-child {
  padding-left: 0;
}
.point-bucket .inner + .inner:last-child::before,
.savings-toggle:before {
  bottom: 3px;
  height: 85%;
}
.point-bucket {
  padding-left: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.point-bucket .tar {
  text-align: right;
}
.point-bucket &gt; .x {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
.point-bucket .inner {
  padding-left: 25px;
  padding-right: 25px;
}
.point-bucket .inner:last-child {
  padding-right: 0;
  padding-left: 25px;
}
.point-bucket .inner:first-child {
  padding-left: 0;
}
.point-bucket .inner + .inner:not(:first-child) {
  position: relative;
  border-right: none;
  flex: 0 1 auto;
}
.point-bucket .inner + .inner:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  height: 40px;
  width: 1px;
  /* or 100px */
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 1px #e6e6e6;
}
.point-bucket .inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 0 auto;
  padding-left: 25px;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.point-bucket .sub-menu {
  position: absolute;
  right: 0;
  padding-bottom: 7px;
  padding-top: 19px;
  text-align: left;
  display: none;
  z-index: -1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: max-content;
  max-width: 95vw;
  pointer-events: none;
  margin-top: 43px;
  top: 0;
}
.point-bucket .sub-menu .xjs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  background-color: white;
  width: 100%;
  padding: 13px 21px;
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .point-bucket .sub-menu .xjs {
    white-space: normal;
  }
}
.point-bucket .sub-menu .xjs span::after {
  content: "\f00c" / "";
  font-size: 17px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  color: transparent;
  padding-left: 10px;
}
.point-bucket .sub-menu .xjs.active span:last-child:after {
  color: #761214;
}
.point-bucket .sub-menu .xjs.active:hover span:last-child:after {
  color: #f0e7d0;
}
.point-bucket .sub-menu .xjs:hover {
  background: #761214;
  color: #f0e7d0;
}
.point-bucket .sub-menu div {
  cursor: pointer;
}
.point-bucket .sub-menu span {
  flex: 1 1 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  padding-right: 35px;
  line-height: 1.333334;
}
.point-bucket .sub-menu span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.point-bucket .sub-menu span:last-child {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  -ms-flex: 1 1 0;
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}
.point-bucket .point-count:hover + .sub-menu,
.point-bucket .sub-menu:hover,
.point-bucket .point-count:active + .sub-menu,
.point-bucket .sub-menu:active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: initial;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1052;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-touch-callout: none /*only to disable context menu on long press*/;
}
.point-bucket .has-sub-menu .point-count {
  cursor: pointer;
}
.savings-toggle {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}
.savings-toggle h4 {
  font-weight: 600;
  font-size: 14px;
  color: #761214;
}
.savings-toggle h6 {
  font-weight: 500;
  font-size: 12px;
  color: #333;
}
.savings-toggle h4,
.savings-toggle h6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.savings-toggle .inner-block {
  cursor: pointer;
  display: inline-block;
}
.savings-toggle .submenu-dropdown.reveal {
  top: 63px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.backButton {
  padding: 0 10px;
}
.mobile-nav-hidden .savings-toggle .submenu-dropdown.reveal {
  top: 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  left: 0;
  right: -115px;
}
.desktop-nav .currency-dropdown + .savings-toggle {
  margin-left: 0;
}
.desktop-nav .savings-toggle {
  margin-left: 25px;
}
.currency-dropdown + .savings-toggle:before,
.desktop-nav .savings-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 85%;
  width: 1px;
  /* or 100px */
  border-left: solid 1px #e6e6e6;
}
/*POINT COUNT*/
.point-count {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.styledSelect.active + .options {
  display: block;
}
.styledSelect.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-bottom: 0;
  margin-left: 1px;
  top: 11px;
}
.styledSelect.chevron:after {
  content: "\f078" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-left: 5px;
  font-size: 11px;
}
.category-search-typeahead .styledSelect {
  max-width: 300px;
  padding: 10.5px 39px 10.5px 23px;
}
.category-search-typeahead .styledSelect:after {
  position: absolute;
  padding-left: 7px;
  font-size: 14px;
  padding-top: 0;
  right: 8px;
}
.category-search-typeahead .styledSelect.active:after {
  position: absolute;
  margin-left: 3px;
  padding-bottom: 0;
  top: 8px;
  right: 5px;
}
.point-bucket .profile-dropdown:after {
  padding-left: 5px;
  content: "\f107" / "";
  color: rgba(51, 51, 51, 0.6);
  font: normal normal normal 16px/1 'Font Awesome 5 Pro', sans-serif;
  vertical-align: middle;
}
.point-count span {
  color: #761214;
  font-size: 12px;
  display: block;
  text-align: left;
  margin-left: 0;
  line-height: 1;
  padding-bottom: 4px;
  font-weight: 600;
}
.points-dropdown {
  cursor: pointer;
  -webkit-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
}
.points-dropdown:hover {
  color: #761214;
}
/*MOBILE*/
.mobile-nav-hidden .point-bucket .sub-menu {
  padding-top: 14px;
}
.nav-top .hamburger {
  margin-left: auto;
  color: #fff;
  cursor: pointer;
}
body.nav-is-toggled,
body.nav-is-toggled-2 {
  overflow: hidden;
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}
.mega-menu-wrap .container,
#topNav .container,
#topBar .container {
  width: 95%;
  max-width: 1500px;
}
@media (max-width: 767px) {
  .mega-menu-wrap .container,
  #topNav .container,
  #topBar .container {
    width: 90%;
  }
}
.backButton {
  display: none !important;
}
.close-nav .savings-toggle {
  display: none;
}
@media (max-width: 1000px) {
  .nav-is-toggled .mega-menu-wrap {
    z-index: 1032;
  }
  .pseudo-select {
    width: 100%;
  }
  .category-search-typeahead .pseudo-select ul.options {
    right: 0;
  }
  .svg-search-btn svg {
    width: 18px;
  }
  span.icon-line2-close:before {
    font-size: 30px;
    color: #000;
  }
}
.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96%;
  min-height: 96%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.nav-expand-content .nav-link {
  background-color: #fff;
}
.nav-expand-content .nav-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #761214 !important;
  color: #f0e7d0;
}
.nav-expand-content .nav-back-link::before {
  content: "\f053" / "";
  margin-right: 7px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 14px;
}
.nav-expand-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-expand-link span {
  width: 100%;
}
.nav-expand-link:after {
  content: "\f054" / "";
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-size: 14px;
}
.nav-expand.active &gt; .nav-expand-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.nav-expand .nav-expand-content {
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  width: 100%;
}
.nav-expand .nav-expand-content li.nav-item.back-link {
  height: auto !important;
}
.mega-menu-container::-webkit-scrollbar {
  display: none;
}
::-moz-placeholder {
  opacity: 1 !important;
}
.nav-is-toggled .mega-menu-wrap.fixie .head-wrap {
  transform: translateY(-83px);
  transition: transform 0s;
}
body:not(.nav-is-toggled) .has-shop-navigation .mega-menu-wrap {
  transition: transform 0.7s;
  transition-delay: 0.15s;
}
body:not(.nav-is-toggled) .has-shop-navigation .mega-menu-wrap.fixie {
  transform: translateY(-83px);
}
body:not(.nav-is-toggled) .has-shop-navigation .mega-menu-wrap.fixie.going-up {
  transform: translateY(0);
}
.has-shop-navigation .mega-menu-wrap {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.nav-is-toggled .mega-menu-wrap.fixie nav {
  transform: translateY(-83px);
  transition: transform 0s;
}
@media screen and (max-width: 1000px) {
  .nav-is-toggled-3 {
    overflow: hidden;
  }
  .nav-is-toggled-3 .vue-skip-to,
  .nav-is-toggled-3 main,
  .nav-is-toggled-3 footer,
  .nav-is-toggled-3 .mega-menu-container .desktop-nav,
  .nav-is-toggled-3 #header-wrap,
  .nav-is-toggled-3 .head-wrap h1 {
    display: none;
  }
}
.mobile-nav-hidden .point-select-dropdown-container h4 {
  display: block;
}
.mobile-nav-hidden .point-select-dropdown-container .customSelect {
  max-width: 337px;
  margin-left: 1em;
  margin-right: 1em;
}
.mobile-nav-hidden .close-nav .is-savings-toggle:before {
  border-left: 0;
}
.mobile-nav-hidden .is-savings-toggle {
  margin-left: 0;
}
.mobile-nav-hidden .point-bucket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.grs-storefront-logo {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: 100%;
}
i:hover + span.cdr-button,
.psr:focus-visible &gt; span.cdr-button,
.psr svg:hover + span.cdr-button,
.psr svg:focus-visible &gt; span.cdr-button {
  z-index: 1050;
  opacity: 1;
}
span.cdr-button {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 40px);
  background-color: #555;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 1px;
  z-index: -1;
  opacity: 0;
}
body.menu-open {
  overflow: hidden;
}
body.nav-is-toggled .mega-menu-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
}
.list-container li.nav-item:last-child,
.list-container a.nav-item:last-child,
.nav-link.kart-link {
  height: 200px !important;
}
@media screen and (max-width: 764px) {
  .signIn-page .customSelect.lang-nav-item .styledSelect,
  .splash-page .customSelect.lang-nav-item .styledSelect {
    padding-right: 22px;
  }
}
@media screen and (max-width: 700px) {
  .two-point-subheader.point-bucket .inner:nth-child(2) {
    padding-right: 0;
  }
  .point-bucket .inner:nth-child(1) {
    padding-right: 0;
  }
  .two-point-subheader.point-bucket .inner:nth-child(1) {
    padding-right: 25px;
  }
  .signIn-page .customSelect.lang-nav-item .styledSelect {
    padding-right: 22px;
  }
}
textarea {
  resize: none;
}
.survey.question-container {
  position: relative;
}
.survey.question-container button {
  position: absolute;
  right: 0;
  top: 0;
}
.survey.question-container legend {
  font-size: 12px;
  border-bottom: none;
  margin: 0;
}
.orders-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
}
.orders-header button {
  padding: 12px 14px;
  font-size: 13px;
}
/* game iframe */
.iframe-game {
  max-width: 1500px;
}
.surveys-page .question-container {
  position: relative;
}
.surveys-page .question-container button {
  position: absolute;
  right: 0;
  top: 0;
}
.surveys-page .question-container legend {
  font-size: 12px;
  border-bottom: none;
  margin: 0;
}
/* datepicker calendar */
.vdp-datepicker__calendar {
  left: -125px;
}
@media screen and (max-width: 991px) {
  .vdp-datepicker__calendar {
    left: 0;
  }
}
@font-face {
  font-family: 'font-icons';
  src: url('../../../../fonts/font-icons.eot');
  src: url('../../../../fonts/font-icons.eot') format('embedded-opentype'), url('../../../../fonts/font-icons.woff') format('woff'), url('../../../../fonts/font-icons.ttf') format('truetype'), url('../../../../fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lined-icons';
  src: url('../../../../fonts/lined-icons.eot');
  src: url('../../../../fonts/lined-icons.eot') format('embedded-opentype'), url('../../../../fonts/lined-icons.woff') format('woff'), url('../../../../fonts/lined-icons.ttf') format('truetype'), url('../../../../fonts/lined-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Simple-Line-Icons';
  src: url('../../../../fonts/Simple-Line-Icons.eot');
  src: url('../../../../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/Simple-Line-Icons.woff') format('woff'), url('../../../../fonts/Simple-Line-Icons.ttf') format('truetype'), url('../../../../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
[class^="icon-line-"],
[class*=" icon-line-"],
[class^="icon-line2-"],
[class*=" icon-line2-"],
.side-header #primary-menu ul &gt; li.sub-menu &gt; a:after {
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-line-"],
[class*=" icon-line-"] {
  font-family: 'lined-icons';
}
[class^="icon-line2-"],
[class*=" icon-line2-"] {
  font-family: 'Simple-Line-Icons';
}
.icon-type:before {
  content: "\e600" / "";
}
.icon-box:before {
  content: "\e601" / "";
}
.icon-archive:before {
  content: "\e602" / "";
}
.icon-envelope:before {
  content: "\e603" / "";
}
.icon-email:before {
  content: "\e604" / "";
}
.icon-files:before {
  content: "\e605" / "";
}
.icon-printer2:before {
  content: "\e606" / "";
}
.icon-folder-add:before {
  content: "\e607" / "";
}
.icon-folder-settings:before {
  content: "\e608" / "";
}
.icon-folder-check:before {
  content: "\e609" / "";
}
.icon-wifi-low:before {
  content: "\e60a" / "";
}
.icon-wifi-mid:before {
  content: "\e60b" / "";
}
.icon-wifi-full:before {
  content: "\e60c" / "";
}
.icon-connection-empty:before {
  content: "\e60d" / "";
}
.icon-battery-full:before {
  content: "\e60e" / "";
}
.icon-settings:before {
  content: "\e60f" / "";
}
.icon-arrow-left:before {
  content: "\e610" / "";
}
.icon-arrow-up:before {
  content: "\e611" / "";
}
.icon-arrow-down:before {
  content: "\e612" / "";
}
.icon-arrow-right:before {
  content: "\e613" / "";
}
.icon-reload:before {
  content: "\e614" / "";
}
.icon-download:before {
  content: "\e615" / "";
}
.icon-tag:before {
  content: "\e616" / "";
}
.icon-trashcan:before {
  content: "\e617" / "";
}
.icon-search:before {
  content: "\e618" / "";
}
.icon-zoom-in:before {
  content: "\e619" / "";
}
.icon-zoom-out:before {
  content: "\e61a" / "";
}
.icon-chat:before {
  content: "\e61b" / "";
}
.icon-clock:before {
  content: "\e61c" / "";
}
.icon-printer:before {
  content: "\e61d" / "";
}
.icon-home:before {
  content: "\e61e" / "";
}
.icon-flag:before {
  content: "\e61f" / "";
}
.icon-meter:before {
  content: "\e620" / "";
}
.icon-switch:before {
  content: "\e621" / "";
}
.icon-forbidden:before {
  content: "\e622" / "";
}
.icon-phone-landscape:before {
  content: "\e623" / "";
}
.icon-tablet:before {
  content: "\e624" / "";
}
.icon-tablet-landscape:before {
  content: "\e625" / "";
}
.icon-laptop:before {
  content: "\e626" / "";
}
.icon-camera:before {
  content: "\e627" / "";
}
.icon-microwave-oven:before {
  content: "\e628" / "";
}
.icon-credit-cards:before {
  content: "\e629" / "";
}
.icon-map-marker:before {
  content: "\e62a" / "";
}
.icon-map:before {
  content: "\e62b" / "";
}
.icon-support:before {
  content: "\e62c" / "";
}
.icon-newspaper2:before {
  content: "\e62d" / "";
}
.icon-barbell:before {
  content: "\e62e" / "";
}
.icon-stopwatch:before {
  content: "\e62f" / "";
}
.icon-atom:before {
  content: "\e630" / "";
}
.icon-image:before {
  content: "\e631" / "";
}
.icon-cube:before {
  content: "\e632" / "";
}
.icon-bars:before {
  content: "\e633" / "";
}
.icon-chart:before {
  content: "\e634" / "";
}
.icon-pencil:before {
  content: "\e635" / "";
}
.icon-measure:before {
  content: "\e636" / "";
}
.icon-eyedropper:before {
  content: "\e637" / "";
}
.icon-file-settings:before {
  content: "\e638" / "";
}
.icon-file-add:before {
  content: "\e639" / "";
}
.icon-file:before {
  content: "\e63a" / "";
}
.icon-align-left:before {
  content: "\e63b" / "";
}
.icon-align-right:before {
  content: "\e63c" / "";
}
.icon-align-center:before {
  content: "\e63d" / "";
}
.icon-align-justify:before {
  content: "\e63e" / "";
}
.icon-file-broken:before {
  content: "\e63f" / "";
}
.icon-browser:before {
  content: "\e640" / "";
}
.icon-windows:before {
  content: "\e641" / "";
}
.icon-window:before {
  content: "\e642" / "";
}
.icon-folder:before {
  content: "\e643" / "";
}
.icon-connection-25:before {
  content: "\e644" / "";
}
.icon-connection-50:before {
  content: "\e645" / "";
}
.icon-connection-75:before {
  content: "\e646" / "";
}
.icon-connection-full:before {
  content: "\e647" / "";
}
.icon-list:before {
  content: "\e648" / "";
}
.icon-grid:before {
  content: "\e649" / "";
}
.icon-stack3:before {
  content: "\e64a" / "";
}
.icon-battery-charging:before {
  content: "\e64b" / "";
}
.icon-battery-empty:before {
  content: "\e64c" / "";
}
.icon-battery-25:before {
  content: "\e64d" / "";
}
.icon-battery-50:before {
  content: "\e64e" / "";
}
.icon-battery-75:before {
  content: "\e64f" / "";
}
.icon-refresh:before {
  content: "\e650" / "";
}
.icon-volume:before {
  content: "\e651" / "";
}
.icon-volume-increase:before {
  content: "\e652" / "";
}
.icon-volume-decrease:before {
  content: "\e653" / "";
}
.icon-mute:before {
  content: "\e654" / "";
}
.icon-microphone:before {
  content: "\e655" / "";
}
.icon-microphone-off:before {
  content: "\e656" / "";
}
.icon-book:before {
  content: "\e657" / "";
}
.icon-checkmark:before {
  content: "\e658" / "";
}
.icon-checkbox-checked:before {
  content: "\e659" / "";
}
.icon-checkbox:before {
  content: "\e65a" / "";
}
.icon-paperclip:before {
  content: "\e65b" / "";
}
.icon-chat-1:before {
  content: "\e65c" / "";
}
.icon-chat-2:before {
  content: "\e65d" / "";
}
.icon-chat-3:before {
  content: "\e65e" / "";
}
.icon-comment:before {
  content: "\e65f" / "";
}
.icon-calendar:before {
  content: "\e660" / "";
}
.icon-bookmark:before {
  content: "\e661" / "";
}
.icon-email2:before {
  content: "\e662" / "";
}
.icon-heart:before {
  content: "\e663" / "";
}
.icon-enter:before {
  content: "\e664" / "";
}
.icon-cloud:before {
  content: "\e665" / "";
}
.icon-book2:before {
  content: "\e666" / "";
}
.icon-star:before {
  content: "\e667" / "";
}
.icon-lock:before {
  content: "\e668" / "";
}
.icon-unlocked:before {
  content: "\e669" / "";
}
.icon-unlocked2:before {
  content: "\e66a" / "";
}
.icon-users:before {
  content: "\e66b" / "";
}
.icon-user:before {
  content: "\e66c" / "";
}
.icon-users2:before {
  content: "\e66d" / "";
}
.icon-user2:before {
  content: "\e66e" / "";
}
.icon-bullhorn:before {
  content: "\e66f" / "";
}
.icon-share:before {
  content: "\e670" / "";
}
.icon-screen:before {
  content: "\e671" / "";
}
.icon-phone:before {
  content: "\e672" / "";
}
.icon-phone-portrait:before {
  content: "\e673" / "";
}
.icon-calculator:before {
  content: "\e674" / "";
}
.icon-bag:before {
  content: "\e675" / "";
}
.icon-diamond:before {
  content: "\e676" / "";
}
.icon-drink:before {
  content: "\e677" / "";
}
.icon-shorts:before {
  content: "\e678" / "";
}
.icon-vcard:before {
  content: "\e679" / "";
}
.icon-sun:before {
  content: "\e67a" / "";
}
.icon-bill:before {
  content: "\e67b" / "";
}
.icon-coffee:before {
  content: "\e67c" / "";
}
.icon-tv2:before {
  content: "\e67d" / "";
}
.icon-newspaper:before {
  content: "\e67e" / "";
}
.icon-stack:before {
  content: "\e67f" / "";
}
.icon-syringe:before {
  content: "\e680" / "";
}
.icon-health:before {
  content: "\e681" / "";
}
.icon-bolt:before {
  content: "\e682" / "";
}
.icon-pill:before {
  content: "\e683" / "";
}
.icon-bones:before {
  content: "\e684" / "";
}
.icon-lab:before {
  content: "\e685" / "";
}
.icon-clipboard:before {
  content: "\e686" / "";
}
.icon-mug:before {
  content: "\e687" / "";
}
.icon-bucket:before {
  content: "\e688" / "";
}
.icon-select:before {
  content: "\e689" / "";
}
.icon-graph:before {
  content: "\e68a" / "";
}
.icon-crop:before {
  content: "\e68b" / "";
}
.icon-heart2:before {
  content: "\e68c" / "";
}
.icon-cloud2:before {
  content: "\e68d" / "";
}
.icon-star2:before {
  content: "\e68e" / "";
}
.icon-pen:before {
  content: "\e68f" / "";
}
.icon-diamond2:before {
  content: "\e690" / "";
}
.icon-display:before {
  content: "\e691" / "";
}
.icon-paperplane:before {
  content: "\e692" / "";
}
.icon-params:before {
  content: "\e693" / "";
}
.icon-banknote:before {
  content: "\e694" / "";
}
.icon-vynil:before {
  content: "\e695" / "";
}
.icon-truck:before {
  content: "\e696" / "";
}
.icon-world:before {
  content: "\e697" / "";
}
.icon-tv:before {
  content: "\e698" / "";
}
.icon-sound:before {
  content: "\e699" / "";
}
.icon-video:before {
  content: "\e69a" / "";
}
.icon-trash:before {
  content: "\e69b" / "";
}
.icon-user3:before {
  content: "\e69c" / "";
}
.icon-key:before {
  content: "\e69d" / "";
}
.icon-search2:before {
  content: "\e69e" / "";
}
.icon-settings2:before {
  content: "\e69f" / "";
}
.icon-camera2:before {
  content: "\e6a0" / "";
}
.icon-tag2:before {
  content: "\e6a1" / "";
}
.icon-lock2:before {
  content: "\e6a2" / "";
}
.icon-bulb:before {
  content: "\e6a3" / "";
}
.icon-location:before {
  content: "\e6a4" / "";
}
.icon-eye:before {
  content: "\e6a5" / "";
}
.icon-bubble:before {
  content: "\e6a6" / "";
}
.icon-stack2:before {
  content: "\e6a7" / "";
}
.icon-cup:before {
  content: "\e6a8" / "";
}
.icon-phone2:before {
  content: "\e6a9" / "";
}
.icon-news:before {
  content: "\e6aa" / "";
}
.icon-mail:before {
  content: "\e6ab" / "";
}
.icon-like:before {
  content: "\e6ac" / "";
}
.icon-photo:before {
  content: "\e6ad" / "";
}
.icon-note:before {
  content: "\e6ae" / "";
}
.icon-clock2:before {
  content: "\e6af" / "";
}
.icon-data:before {
  content: "\e6b0" / "";
}
.icon-music:before {
  content: "\e6b1" / "";
}
.icon-megaphone:before {
  content: "\e6b2" / "";
}
.icon-study:before {
  content: "\e6b3" / "";
}
.icon-lab2:before {
  content: "\e6b4" / "";
}
.icon-food:before {
  content: "\e6b5" / "";
}
.icon-t-shirt:before {
  content: "\e6b6" / "";
}
.icon-fire:before {
  content: "\e6b7" / "";
}
.icon-clip:before {
  content: "\e6b8" / "";
}
.icon-shop:before {
  content: "\e6b9" / "";
}
.icon-calendar2:before {
  content: "\e6ba" / "";
}
.icon-wallet:before {
  content: "\e6bb" / "";
}
.icon-duckduckgo:before {
  content: "\e830" / "";
}
.icon-lkdto:before {
  content: "\e896" / "";
}
.icon-delicious:before {
  content: "\e832" / "";
}
.icon-paypal:before {
  content: "\e833" / "";
}
.icon-flattr:before {
  content: "\e834" / "";
}
.icon-android:before {
  content: "\e835" / "";
}
.icon-eventful:before {
  content: "\e836" / "";
}
.icon-smashmag:before {
  content: "\e837" / "";
}
.icon-gplus:before {
  content: "\e838" / "";
}
.icon-wikipedia:before {
  content: "\e839" / "";
}
.icon-lanyrd:before {
  content: "\e83a" / "";
}
.icon-calendar-1:before {
  content: "\e83b" / "";
}
.icon-stumbleupon:before {
  content: "\e83c" / "";
}
.icon-bitcoin:before {
  content: "\e83f" / "";
}
.icon-w3c:before {
  content: "\e840" / "";
}
.icon-foursquare:before {
  content: "\e841" / "";
}
.icon-html5:before {
  content: "\e842" / "";
}
.icon-ie:before {
  content: "\e843" / "";
}
.icon-call:before {
  content: "\e844" / "";
}
.icon-grooveshark:before {
  content: "\e845" / "";
}
.icon-ninetyninedesigns:before {
  content: "\e846" / "";
}
.icon-forrst:before {
  content: "\e847" / "";
}
.icon-digg:before {
  content: "\e848" / "";
}
.icon-spotify:before {
  content: "\e849" / "";
}
.icon-reddit:before {
  content: "\e84a" / "";
}
.icon-guest:before {
  content: "\e84b" / "";
}
.icon-blogger:before {
  content: "\e84e" / "";
}
.icon-cc:before {
  content: "\e84f" / "";
}
.icon-dribbble:before {
  content: "\e850" / "";
}
.icon-evernote:before {
  content: "\e851" / "";
}
.icon-flickr:before {
  content: "\e852" / "";
}
.icon-google:before {
  content: "\e853" / "";
}
.icon-viadeo:before {
  content: "\e854" / "";
}
.icon-instapaper:before {
  content: "\e855" / "";
}
.icon-weibo:before {
  content: "\e856" / "";
}
.icon-klout:before {
  content: "\e857" / "";
}
.icon-linkedin:before {
  content: "\e858" / "";
}
.icon-meetup:before {
  content: "\e859" / "";
}
.icon-vk:before {
  content: "\e85a" / "";
}
.icon-rss:before {
  content: "\e85d" / "";
}
.icon-skype:before {
  content: "\e85e" / "";
}
.icon-twitter:before {
  content: "\e85f" / "";
}
.icon-youtube:before {
  content: "\e860" / "";
}
.icon-vimeo:before {
  content: "\e861" / "";
}
.icon-windows2:before {
  content: "\e862" / "";
}
.icon-aim:before {
  content: "\e831" / "";
}
.icon-yahoo:before {
  content: "\e864" / "";
}
.icon-chrome:before {
  content: "\e865" / "";
}
.icon-email3:before {
  content: "\e866" / "";
}
.icon-macstore:before {
  content: "\e867" / "";
}
.icon-myspace:before {
  content: "\e868" / "";
}
.icon-podcast:before {
  content: "\e869" / "";
}
.icon-cloudapp:before {
  content: "\e86c" / "";
}
.icon-dropbox:before {
  content: "\e86d" / "";
}
.icon-ebay:before {
  content: "\e86e" / "";
}
.icon-facebook:before {
  content: "\e86f" / "";
}
.icon-github:before {
  content: "\e870" / "";
}
.icon-github-circled:before {
  content: "\e871" / "";
}
.icon-googleplay:before {
  content: "\e872" / "";
}
.icon-itunes:before {
  content: "\e873" / "";
}
.icon-plurk:before {
  content: "\e874" / "";
}
.icon-songkick:before {
  content: "\e875" / "";
}
.icon-lastfm:before {
  content: "\e876" / "";
}
.icon-gmail:before {
  content: "\e877" / "";
}
.icon-pinboard:before {
  content: "\e878" / "";
}
.icon-soundcloud:before {
  content: "\e87b" / "";
}
.icon-tumblr:before {
  content: "\e87c" / "";
}
.icon-eventasaurus:before {
  content: "\e87d" / "";
}
.icon-wordpress:before {
  content: "\e87e" / "";
}
.icon-yelp:before {
  content: "\e87f" / "";
}
.icon-intensedebate:before {
  content: "\e880" / "";
}
.icon-eventbrite:before {
  content: "\e881" / "";
}
.icon-scribd:before {
  content: "\e882" / "";
}
.icon-posterous:before {
  content: "\e883" / "";
}
.icon-stripe:before {
  content: "\e884" / "";
}
.icon-opentable:before {
  content: "\e885" / "";
}
.icon-cart:before {
  content: "\e886" / "";
}
.icon-print:before {
  content: "\e887" / "";
}
.icon-dwolla:before {
  content: "\e88a" / "";
}
.icon-appnet:before {
  content: "\e88b" / "";
}
.icon-statusnet:before {
  content: "\e88c" / "";
}
.icon-acrobat:before {
  content: "\e88d" / "";
}
.icon-drupal:before {
  content: "\e88e" / "";
}
.icon-buffer:before {
  content: "\e88f" / "";
}
.icon-pocket:before {
  content: "\e890" / "";
}
.icon-bitbucket:before {
  content: "\e891" / "";
}
.icon-lego:before {
  content: "\e892" / "";
}
.icon-login:before {
  content: "\e893" / "";
}
.icon-stackoverflow:before {
  content: "\e894" / "";
}
.icon-hackernews:before {
  content: "\e895" / "";
}
.icon-xing:before {
  content: "\e863" / "";
}
.icon-instagram:before {
  content: "\e889" / "";
}
.icon-angellist:before {
  content: "\e888" / "";
}
.icon-quora:before {
  content: "\e87a" / "";
}
.icon-openid:before {
  content: "\e879" / "";
}
.icon-steam:before {
  content: "\e86b" / "";
}
.icon-amazon:before {
  content: "\e86a" / "";
}
.icon-disqus:before {
  content: "\e85c" / "";
}
.icon-plancast:before {
  content: "\e85b" / "";
}
.icon-appstore:before {
  content: "\e84d" / "";
}
.icon-gowalla:before {
  content: "\e84c" / "";
}
.icon-pinterest:before {
  content: "\e83e" / "";
}
.icon-fivehundredpx:before {
  content: "\e83d" / "";
}
.icon-glass:before {
  content: "\e6bc" / "";
}
.icon-music2:before {
  content: "\e6bd" / "";
}
.icon-search3:before {
  content: "\e6be" / "";
}
.icon-envelope2:before {
  content: "\e6bf" / "";
}
.icon-heart3:before {
  content: "\e6c0" / "";
}
.icon-star3:before {
  content: "\e6c1" / "";
}
.icon-star-empty:before {
  content: "\e6c2" / "";
}
.icon-user4:before {
  content: "\e6c3" / "";
}
.icon-film:before {
  content: "\e6c4" / "";
}
.icon-th-large:before {
  content: "\e6c5" / "";
}
.icon-th:before {
  content: "\e6c6" / "";
}
.icon-th-list:before {
  content: "\e6c7" / "";
}
.icon-ok:before {
  content: "\e6c8" / "";
}
.icon-remove:before {
  content: "\e6c9" / "";
}
.icon-zoom-in2:before {
  content: "\e6ca" / "";
}
.icon-zoom-out2:before {
  content: "\e6cb" / "";
}
.icon-off:before {
  content: "\e6cc" / "";
}
.icon-signal:before {
  content: "\e6cd" / "";
}
.icon-cog:before {
  content: "\e6ce" / "";
}
.icon-trash2:before {
  content: "\e6cf" / "";
}
.icon-home2:before {
  content: "\e6d0" / "";
}
.icon-file2:before {
  content: "\e6d1" / "";
}
.icon-time:before {
  content: "\e6d2" / "";
}
.icon-road:before {
  content: "\e6d3" / "";
}
.icon-download-alt:before {
  content: "\e6d4" / "";
}
.icon-download2:before {
  content: "\e6d5" / "";
}
.icon-upload:before {
  content: "\e6d6" / "";
}
.icon-inbox:before {
  content: "\e6d7" / "";
}
.icon-play-circle:before {
  content: "\e6d8" / "";
}
.icon-repeat:before {
  content: "\e6d9" / "";
}
.icon-refresh2:before {
  content: "\e6da" / "";
}
.icon-list-alt:before {
  content: "\e6db" / "";
}
.icon-lock3:before {
  content: "\e6dc" / "";
}
.icon-flag2:before {
  content: "\e6dd" / "";
}
.icon-headphones:before {
  content: "\e6de" / "";
}
.icon-volume-off:before {
  content: "\e6df" / "";
}
.icon-volume-down:before {
  content: "\e6e0" / "";
}
.icon-volume-up:before {
  content: "\e6e1" / "";
}
.icon-qrcode:before {
  content: "\e6e2" / "";
}
.icon-barcode:before {
  content: "\e6e3" / "";
}
.icon-tag3:before {
  content: "\e6e4" / "";
}
.icon-tags:before {
  content: "\e6e5" / "";
}
.icon-book3:before {
  content: "\e6e6" / "";
}
.icon-bookmark2:before {
  content: "\e6e7" / "";
}
.icon-print2:before {
  content: "\e6e8" / "";
}
.icon-camera3:before {
  content: "\e6e9" / "";
}
.icon-font:before {
  content: "\e6ea" / "";
}
.icon-bold:before {
  content: "\e6eb" / "";
}
.icon-italic:before {
  content: "\e6ec" / "";
}
.icon-text-height:before {
  content: "\e6ed" / "";
}
.icon-text-width:before {
  content: "\e6ee" / "";
}
.icon-align-left2:before {
  content: "\e6ef" / "";
}
.icon-align-center2:before {
  content: "\e6f0" / "";
}
.icon-align-right2:before {
  content: "\e6f1" / "";
}
.icon-align-justify2:before {
  content: "\e6f2" / "";
}
.icon-list2:before {
  content: "\e6f3" / "";
}
.icon-indent-left:before {
  content: "\e6f4" / "";
}
.icon-indent-right:before {
  content: "\e6f5" / "";
}
.icon-facetime-video:before {
  content: "\e6f6" / "";
}
.icon-picture:before {
  content: "\e6f7" / "";
}
.icon-pencil2:before {
  content: "\e6f8" / "";
}
.icon-map-marker2:before {
  content: "\e6f9" / "";
}
.icon-adjust:before {
  content: "\e6fa" / "";
}
.icon-tint:before {
  content: "\e6fb" / "";
}
.icon-edit:before {
  content: "\e6fc" / "";
}
.icon-share2:before {
  content: "\e6fd" / "";
}
.icon-check:before {
  content: "\e6fe" / "";
}
.icon-move:before {
  content: "\e6ff" / "";
}
.icon-step-backward:before {
  content: "\e700" / "";
}
.icon-fast-backward:before {
  content: "\e701" / "";
}
.icon-backward:before {
  content: "\e702" / "";
}
.icon-play:before {
  content: "\e703" / "";
}
.icon-pause:before {
  content: "\e704" / "";
}
.icon-stop:before {
  content: "\e705" / "";
}
.icon-forward:before {
  content: "\e706" / "";
}
.icon-fast-forward:before {
  content: "\e707" / "";
}
.icon-step-forward:before {
  content: "\e708" / "";
}
.icon-eject:before {
  content: "\e709" / "";
}
.icon-chevron-left:before {
  content: "\e70a" / "";
}
.icon-chevron-right:before {
  content: "\e70b" / "";
}
.icon-plus-sign:before {
  content: "\e70c" / "";
}
.icon-minus-sign:before {
  content: "\e70d" / "";
}
.icon-remove-sign:before {
  content: "\e70e" / "";
}
.icon-ok-sign:before {
  content: "\e70f" / "";
}
.icon-question-sign:before {
  content: "\e710" / "";
}
.icon-info-sign:before {
  content: "\e711" / "";
}
.icon-screenshot:before {
  content: "\e712" / "";
}
.icon-remove-circle:before {
  content: "\e713" / "";
}
.icon-ok-circle:before {
  content: "\e714" / "";
}
.icon-ban-circle:before {
  content: "\e715" / "";
}
.icon-arrow-left2:before {
  content: "\e716" / "";
}
.icon-arrow-right2:before {
  content: "\e717" / "";
}
.icon-arrow-up2:before {
  content: "\e718" / "";
}
.icon-arrow-down2:before {
  content: "\e719" / "";
}
.icon-share-alt:before {
  content: "\e71a" / "";
}
.icon-resize-full:before {
  content: "\e71b" / "";
}
.icon-resize-small:before {
  content: "\e71c" / "";
}
.icon-plus:before {
  content: "\e71d" / "";
}
.icon-minus:before {
  content: "\e71e" / "";
}
.icon-asterisk:before {
  content: "\e71f" / "";
}
.icon-exclamation-sign:before {
  content: "\e720" / "";
}
.icon-gift:before {
  content: "\e721" / "";
}
.icon-leaf:before {
  content: "\e722" / "";
}
.icon-fire2:before {
  content: "\e723" / "";
}
.icon-eye-open:before {
  content: "\e724" / "";
}
.icon-eye-close:before {
  content: "\e725" / "";
}
.icon-warning-sign:before {
  content: "\e726" / "";
}
.icon-plane:before {
  content: "\e727" / "";
}
.icon-calendar3:before {
  content: "\e728" / "";
}
.icon-random:before {
  content: "\e729" / "";
}
.icon-comment2:before {
  content: "\e72a" / "";
}
.icon-magnet:before {
  content: "\e72b" / "";
}
.icon-chevron-up:before {
  content: "\e72c" / "";
}
.icon-chevron-down:before {
  content: "\e72d" / "";
}
.icon-retweet:before {
  content: "\e72e" / "";
}
.icon-shopping-cart:before {
  content: "\e72f" / "";
}
.icon-folder-close:before {
  content: "\e730" / "";
}
.icon-folder-open:before {
  content: "\e731" / "";
}
.icon-resize-vertical:before {
  content: "\e732" / "";
}
.icon-resize-horizontal:before {
  content: "\e733" / "";
}
.icon-bar-chart:before {
  content: "\e734" / "";
}
.icon-twitter-sign:before {
  content: "\e735" / "";
}
.icon-facebook-sign:before {
  content: "\e736" / "";
}
.icon-camera-retro:before {
  content: "\e737" / "";
}
.icon-key2:before {
  content: "\e738" / "";
}
.icon-cogs:before {
  content: "\e739" / "";
}
.icon-comments:before {
  content: "\e73a" / "";
}
.icon-thumbs-up:before {
  content: "\e73b" / "";
}
.icon-thumbs-down:before {
  content: "\e73c" / "";
}
.icon-star-half:before {
  content: "\e73d" / "";
}
.icon-heart-empty:before {
  content: "\e73e" / "";
}
.icon-signout:before {
  content: "\e73f" / "";
}
.icon-linkedin-sign:before {
  content: "\e740" / "";
}
.icon-pushpin:before {
  content: "\e741" / "";
}
.icon-external-link:before {
  content: "\e742" / "";
}
.icon-signin:before {
  content: "\e743" / "";
}
.icon-trophy:before {
  content: "\e744" / "";
}
.icon-github-sign:before {
  content: "\e745" / "";
}
.icon-upload-alt:before {
  content: "\e746" / "";
}
.icon-lemon:before {
  content: "\e747" / "";
}
.icon-phone3:before {
  content: "\e748" / "";
}
.icon-check-empty:before {
  content: "\e749" / "";
}
.icon-bookmark-empty:before {
  content: "\e74a" / "";
}
.icon-phone-sign:before {
  content: "\e74b" / "";
}
.icon-twitter2:before {
  content: "\e74c" / "";
}
.icon-facebook2:before {
  content: "\e74d" / "";
}
.icon-github2:before {
  content: "\e74e" / "";
}
.icon-unlock:before {
  content: "\e74f" / "";
}
.icon-credit:before {
  content: "\e750" / "";
}
.icon-rss2:before {
  content: "\e751" / "";
}
.icon-hdd:before {
  content: "\e752" / "";
}
.icon-bullhorn2:before {
  content: "\e753" / "";
}
.icon-bell:before {
  content: "\e754" / "";
}
.icon-certificate:before {
  content: "\e755" / "";
}
.icon-hand-right:before {
  content: "\e756" / "";
}
.icon-hand-left:before {
  content: "\e757" / "";
}
.icon-hand-up:before {
  content: "\e758" / "";
}
.icon-hand-down:before {
  content: "\e759" / "";
}
.icon-circle-arrow-left:before {
  content: "\e75a" / "";
}
.icon-circle-arrow-right:before {
  content: "\e75b" / "";
}
.icon-circle-arrow-up:before {
  content: "\e75c" / "";
}
.icon-circle-arrow-down:before {
  content: "\e75d" / "";
}
.icon-globe:before {
  content: "\e75e" / "";
}
.icon-wrench:before {
  content: "\e75f" / "";
}
.icon-tasks:before {
  content: "\e760" / "";
}
.icon-filter:before {
  content: "\e761" / "";
}
.icon-briefcase:before {
  content: "\e762" / "";
}
.icon-fullscreen:before {
  content: "\e763" / "";
}
.icon-group:before {
  content: "\e764" / "";
}
.icon-link:before {
  content: "\e765" / "";
}
.icon-cloud3:before {
  content: "\e766" / "";
}
.icon-beaker:before {
  content: "\e767" / "";
}
.icon-cut:before {
  content: "\e768" / "";
}
.icon-copy:before {
  content: "\e769" / "";
}
.icon-paper-clip:before {
  content: "\e76a" / "";
}
.icon-save:before {
  content: "\e76b" / "";
}
.icon-sign-blank:before {
  content: "\e76c" / "";
}
.icon-reorder:before {
  content: "\e76d" / "";
}
.icon-list-ul:before {
  content: "\e76e" / "";
}
.icon-list-ol:before {
  content: "\e76f" / "";
}
.icon-strikethrough:before {
  content: "\e770" / "";
}
.icon-underline:before {
  content: "\e771" / "";
}
.icon-table:before {
  content: "\e772" / "";
}
.icon-magic:before {
  content: "\e773" / "";
}
.icon-truck2:before {
  content: "\e774" / "";
}
.icon-pinterest2:before {
  content: "\e775" / "";
}
.icon-pinterest-sign:before {
  content: "\e776" / "";
}
.icon-google-plus-sign:before {
  content: "\e777" / "";
}
.icon-google-plus:before {
  content: "\e778" / "";
}
.icon-money:before {
  content: "\e779" / "";
}
.icon-caret-down:before {
  content: "\e77a" / "";
}
.icon-caret-up:before {
  content: "\e77b" / "";
}
.icon-caret-left:before {
  content: "\e77c" / "";
}
.icon-caret-right:before {
  content: "\e77d" / "";
}
.icon-columns:before {
  content: "\e77e" / "";
}
.icon-sort:before {
  content: "\e77f" / "";
}
.icon-sort-down:before {
  content: "\e780" / "";
}
.icon-sort-up:before {
  content: "\e781" / "";
}
.icon-envelope-alt:before {
  content: "\e782" / "";
}
.icon-linkedin2:before {
  content: "\e783" / "";
}
.icon-undo:before {
  content: "\e784" / "";
}
.icon-legal:before {
  content: "\e785" / "";
}
.icon-dashboard:before {
  content: "\e786" / "";
}
.icon-comment-alt:before {
  content: "\e787" / "";
}
.icon-comments-alt:before {
  content: "\e788" / "";
}
.icon-bolt2:before {
  content: "\e789" / "";
}
.icon-sitemap:before {
  content: "\e78a" / "";
}
.icon-umbrella:before {
  content: "\e78b" / "";
}
.icon-paste:before {
  content: "\e78c" / "";
}
.icon-lightbulb:before {
  content: "\e78d" / "";
}
.icon-exchange:before {
  content: "\e78e" / "";
}
.icon-cloud-download:before {
  content: "\e78f" / "";
}
.icon-cloud-upload:before {
  content: "\e790" / "";
}
.icon-user-md:before {
  content: "\e791" / "";
}
.icon-stethoscope:before {
  content: "\e792" / "";
}
.icon-suitcase:before {
  content: "\e793" / "";
}
.icon-bell-alt:before {
  content: "\e794" / "";
}
.icon-coffee2:before {
  content: "\e795" / "";
}
.icon-food2:before {
  content: "\e796" / "";
}
.icon-file-alt:before {
  content: "\e797" / "";
}
.icon-building:before {
  content: "\e798" / "";
}
.icon-hospital:before {
  content: "\e799" / "";
}
.icon-ambulance:before {
  content: "\e79a" / "";
}
.icon-medkit:before {
  content: "\e79b" / "";
}
.icon-fighter-jet:before {
  content: "\e79c" / "";
}
.icon-beer:before {
  content: "\e79d" / "";
}
.icon-h-sign:before {
  content: "\e79e" / "";
}
.icon-plus-sign2:before {
  content: "\e79f" / "";
}
.icon-double-angle-left:before {
  content: "\e7a0" / "";
}
.icon-double-angle-right:before {
  content: "\e7a1" / "";
}
.icon-double-angle-up:before {
  content: "\e7a2" / "";
}
.icon-double-angle-down:before {
  content: "\e7a3" / "";
}
.icon-angle-left:before {
  content: "\e7a4" / "";
}
.icon-angle-right:before {
  content: "\e7a5" / "";
}
.icon-angle-up:before {
  content: "\e7a6" / "";
}
.icon-angle-down:before {
  content: "\e7a7" / "";
}
.icon-desktop:before {
  content: "\e7a8" / "";
}
.icon-laptop2:before {
  content: "\e7a9" / "";
}
.icon-tablet2:before {
  content: "\e7aa" / "";
}
.icon-mobile:before {
  content: "\e7ab" / "";
}
.icon-circle-blank:before {
  content: "\e7ac" / "";
}
.icon-quote-left:before {
  content: "\e7ad" / "";
}
.icon-quote-right:before {
  content: "\e7ae" / "";
}
.icon-spinner:before {
  content: "\e7af" / "";
}
.icon-circle:before {
  content: "\e7b0" / "";
}
.icon-reply:before {
  content: "\e7b1" / "";
}
.icon-github-alt:before {
  content: "\e7b2" / "";
}
.icon-folder-close-alt:before {
  content: "\e7b3" / "";
}
.icon-folder-open-alt:before {
  content: "\e7b4" / "";
}
.icon-expand-alt:before {
  content: "\e7b5" / "";
}
.icon-collapse-alt:before {
  content: "\e7b6" / "";
}
.icon-smile:before {
  content: "\e7b7" / "";
}
.icon-frown:before {
  content: "\e7b8" / "";
}
.icon-meh:before {
  content: "\e7b9" / "";
}
.icon-gamepad:before {
  content: "\e7ba" / "";
}
.icon-keyboard:before {
  content: "\e7bb" / "";
}
.icon-flag-alt:before {
  content: "\e7bc" / "";
}
.icon-flag-checkered:before {
  content: "\e7bd" / "";
}
.icon-terminal:before {
  content: "\e7be" / "";
}
.icon-code:before {
  content: "\e7bf" / "";
}
.icon-reply-all:before {
  content: "\e7c0" / "";
}
.icon-star-half-full:before {
  content: "\e7c1" / "";
}
.icon-location-arrow:before {
  content: "\e7c2" / "";
}
.icon-crop2:before {
  content: "\e7c3" / "";
}
.icon-code-fork:before {
  content: "\e7c4" / "";
}
.icon-unlink:before {
  content: "\e7c5" / "";
}
.icon-question:before {
  content: "\e7c6" / "";
}
.icon-info:before {
  content: "\e7c7" / "";
}
.icon-exclamation:before {
  content: "\e7c8" / "";
}
.icon-superscript:before {
  content: "\e7c9" / "";
}
.icon-subscript:before {
  content: "\e7ca" / "";
}
.icon-eraser:before {
  content: "\e7cb" / "";
}
.icon-puzzle:before {
  content: "\e7cc" / "";
}
.icon-microphone2:before {
  content: "\e7cd" / "";
}
.icon-microphone-off2:before {
  content: "\e7ce" / "";
}
.icon-shield:before {
  content: "\e7cf" / "";
}
.icon-calendar-empty:before {
  content: "\e7d0" / "";
}
.icon-fire-extinguisher:before {
  content: "\e7d1" / "";
}
.icon-rocket:before {
  content: "\e7d2" / "";
}
.icon-maxcdn:before {
  content: "\e7d3" / "";
}
.icon-chevron-sign-left:before {
  content: "\e7d4" / "";
}
.icon-chevron-sign-right:before {
  content: "\e7d5" / "";
}
.icon-chevron-sign-up:before {
  content: "\e7d6" / "";
}
.icon-chevron-sign-down:before {
  content: "\e7d7" / "";
}
.icon-html52:before {
  content: "\e7d8" / "";
}
.icon-css3:before {
  content: "\e7d9" / "";
}
.icon-anchor:before {
  content: "\e7da" / "";
}
.icon-unlock-alt:before {
  content: "\e7db" / "";
}
.icon-bullseye:before {
  content: "\e7dc" / "";
}
.icon-ellipsis-horizontal:before {
  content: "\e7dd" / "";
}
.icon-ellipsis-vertical:before {
  content: "\e7de" / "";
}
.icon-rss-sign:before {
  content: "\e7df" / "";
}
.icon-play-sign:before {
  content: "\e7e0" / "";
}
.icon-ticket:before {
  content: "\e7e1" / "";
}
.icon-minus-sign-alt:before {
  content: "\e7e2" / "";
}
.icon-check-minus:before {
  content: "\e7e3" / "";
}
.icon-level-up:before {
  content: "\e7e4" / "";
}
.icon-level-down:before {
  content: "\e7e5" / "";
}
.icon-check-sign:before {
  content: "\e7e6" / "";
}
.icon-edit-sign:before {
  content: "\e7e7" / "";
}
.icon-external-link-sign:before {
  content: "\e7e8" / "";
}
.icon-share-sign:before {
  content: "\e7e9" / "";
}
.icon-compass:before {
  content: "\e7ea" / "";
}
.icon-collapse:before {
  content: "\e7eb" / "";
}
.icon-collapse-top:before {
  content: "\e7ec" / "";
}
.icon-expand:before {
  content: "\e7ed" / "";
}
.icon-euro:before {
  content: "\e7ee" / "";
}
.icon-gbp:before {
  content: "\e7ef" / "";
}
.icon-dollar:before {
  content: "\e7f0" / "";
}
.icon-rupee:before {
  content: "\e7f1" / "";
}
.icon-yen:before {
  content: "\e7f2" / "";
}
.icon-renminbi:before {
  content: "\e7f3" / "";
}
.icon-won:before {
  content: "\e7f4" / "";
}
.icon-bitcoin2:before {
  content: "\e7f5" / "";
}
.icon-file3:before {
  content: "\e7f6" / "";
}
.icon-file-text:before {
  content: "\e7f7" / "";
}
.icon-sort-by-alphabet:before {
  content: "\e7f8" / "";
}
.icon-sort-by-alphabet-alt:before {
  content: "\e7f9" / "";
}
.icon-sort-by-attributes:before {
  content: "\e7fa" / "";
}
.icon-sort-by-attributes-alt:before {
  content: "\e7fb" / "";
}
.icon-sort-by-order:before {
  content: "\e7fc" / "";
}
.icon-sort-by-order-alt:before {
  content: "\e7fd" / "";
}
.icon-thumbs-up2:before {
  content: "\e7fe" / "";
}
.icon-thumbs-down2:before {
  content: "\e7ff" / "";
}
.icon-youtube-sign:before {
  content: "\e800" / "";
}
.icon-youtube2:before {
  content: "\e801" / "";
}
.icon-xing2:before {
  content: "\e802" / "";
}
.icon-xing-sign:before {
  content: "\e803" / "";
}
.icon-youtube-play:before {
  content: "\e804" / "";
}
.icon-dropbox2:before {
  content: "\e805" / "";
}
.icon-stackexchange:before {
  content: "\e806" / "";
}
.icon-instagram2:before {
  content: "\e807" / "";
}
.icon-flickr2:before {
  content: "\e808" / "";
}
.icon-adn:before {
  content: "\e809" / "";
}
.icon-bitbucket2:before {
  content: "\e80a" / "";
}
.icon-bitbucket-sign:before {
  content: "\e80b" / "";
}
.icon-tumblr2:before {
  content: "\e80c" / "";
}
.icon-tumblr-sign:before {
  content: "\e80d" / "";
}
.icon-long-arrow-down:before {
  content: "\e80e" / "";
}
.icon-long-arrow-up:before {
  content: "\e80f" / "";
}
.icon-long-arrow-left:before {
  content: "\e810" / "";
}
.icon-long-arrow-right:before {
  content: "\e811" / "";
}
.icon-apple:before {
  content: "\e812" / "";
}
.icon-windows3:before {
  content: "\e813" / "";
}
.icon-android2:before {
  content: "\e814" / "";
}
.icon-linux:before {
  content: "\e815" / "";
}
.icon-dribbble2:before {
  content: "\e816" / "";
}
.icon-skype2:before {
  content: "\e817" / "";
}
.icon-foursquare2:before {
  content: "\e818" / "";
}
.icon-trello:before {
  content: "\e819" / "";
}
.icon-female:before {
  content: "\e81a" / "";
}
.icon-male:before {
  content: "\e81b" / "";
}
.icon-gittip:before {
  content: "\e81c" / "";
}
.icon-sun2:before {
  content: "\e81d" / "";
}
.icon-moon:before {
  content: "\e81e" / "";
}
.icon-archive2:before {
  content: "\e81f" / "";
}
.icon-bug:before {
  content: "\e820" / "";
}
.icon-renren:before {
  content: "\e821" / "";
}
.icon-weibo2:before {
  content: "\e822" / "";
}
.icon-vk2:before {
  content: "\e823" / "";
}
.icon-line-eye:before {
  content: "\e000" / "";
}
.icon-line-paper-clip:before {
  content: "\e001" / "";
}
.icon-line-mail:before {
  content: "\e002" / "";
}
.icon-line-toggle:before {
  content: "\e003" / "";
}
.icon-line-layout:before {
  content: "\e004" / "";
}
.icon-line-link:before {
  content: "\e005" / "";
}
.icon-line-bell:before {
  content: "\e006" / "";
}
.icon-line-lock:before {
  content: "\e007" / "";
}
.icon-line-unlock:before {
  content: "\e008" / "";
}
.icon-line-ribbon:before {
  content: "\e009" / "";
}
.icon-line-image:before {
  content: "\e010" / "";
}
.icon-line-signal:before {
  content: "\e011" / "";
}
.icon-line-target:before {
  content: "\e012" / "";
}
.icon-line-clipboard:before {
  content: "\e013" / "";
}
.icon-line-clock:before {
  content: "\e014" / "";
}
.icon-line-watch:before {
  content: "\e015" / "";
}
.icon-line-air-play:before {
  content: "\e016" / "";
}
.icon-line-camera:before {
  content: "\e017" / "";
}
.icon-line-video:before {
  content: "\e018" / "";
}
.icon-line-disc:before {
  content: "\e019" / "";
}
.icon-line-printer:before {
  content: "\e020" / "";
}
.icon-line-monitor:before {
  content: "\e021" / "";
}
.icon-line-server:before {
  content: "\e022" / "";
}
.icon-line-cog:before {
  content: "\e023" / "";
}
.icon-line-heart:before {
  content: "\e024" / "";
}
.icon-line-paragraph:before {
  content: "\e025" / "";
}
.icon-line-align-justify:before {
  content: "\e026" / "";
}
.icon-line-align-left:before {
  content: "\e027" / "";
}
.icon-line-align-center:before {
  content: "\e028" / "";
}
.icon-line-align-right:before {
  content: "\e029" / "";
}
.icon-line-book:before {
  content: "\e030" / "";
}
.icon-line-layers:before {
  content: "\e031" / "";
}
.icon-line-stack:before {
  content: "\e032" / "";
}
.icon-line-stack-2:before {
  content: "\e033" / "";
}
.icon-line-paper:before {
  content: "\e034" / "";
}
.icon-line-paper-stack:before {
  content: "\e035" / "";
}
.icon-line-search:before {
  content: "\e036" / "";
}
.icon-line-zoom-in:before {
  content: "\e037" / "";
}
.icon-line-zoom-out:before {
  content: "\e038" / "";
}
.icon-line-reply:before {
  content: "\e039" / "";
}
.icon-line-circle-plus:before {
  content: "\e040" / "";
}
.icon-line-circle-minus:before {
  content: "\e041" / "";
}
.icon-line-circle-check:before {
  content: "\e042" / "";
}
.icon-line-circle-cross:before {
  content: "\e043" / "";
}
.icon-line-square-plus:before {
  content: "\e044" / "";
}
.icon-line-square-minus:before {
  content: "\e045" / "";
}
.icon-line-square-check:before {
  content: "\e046" / "";
}
.icon-line-square-cross:before {
  content: "\e047" / "";
}
.icon-line-microphone:before {
  content: "\e048" / "";
}
.icon-line-record:before {
  content: "\e049" / "";
}
.icon-line-skip-back:before {
  content: "\e050" / "";
}
.icon-line-rewind:before {
  content: "\e051" / "";
}
.icon-line-play:before {
  content: "\e052" / "";
}
.icon-line-pause:before {
  content: "\e053" / "";
}
.icon-line-stop:before {
  content: "\e054" / "";
}
.icon-line-fast-forward:before {
  content: "\e055" / "";
}
.icon-line-skip-forward:before {
  content: "\e056" / "";
}
.icon-line-shuffle:before {
  content: "\e057" / "";
}
.icon-line-repeat:before {
  content: "\e058" / "";
}
.icon-line-folder:before {
  content: "\e059" / "";
}
.icon-line-umbrella:before {
  content: "\e060" / "";
}
.icon-line-moon:before {
  content: "\e061" / "";
}
.icon-line-thermometer:before {
  content: "\e062" / "";
}
.icon-line-drop:before {
  content: "\e063" / "";
}
.icon-line-sun:before {
  content: "\e064" / "";
}
.icon-line-cloud:before {
  content: "\e065" / "";
}
.icon-line-cloud-upload:before {
  content: "\e066" / "";
}
.icon-line-cloud-download:before {
  content: "\e067" / "";
}
.icon-line-upload:before {
  content: "\e068" / "";
}
.icon-line-download:before {
  content: "\e069" / "";
}
.icon-line-location:before {
  content: "\e070" / "";
}
.icon-line-location-2:before {
  content: "\e071" / "";
}
.icon-line-map:before {
  content: "\e072" / "";
}
.icon-line-battery:before {
  content: "\e073" / "";
}
.icon-line-head:before {
  content: "\e074" / "";
}
.icon-line-briefcase:before {
  content: "\e075" / "";
}
.icon-line-speech-bubble:before {
  content: "\e076" / "";
}
.icon-line-anchor:before {
  content: "\e077" / "";
}
.icon-line-globe:before {
  content: "\e078" / "";
}
.icon-line-box:before {
  content: "\e079" / "";
}
.icon-line-reload:before {
  content: "\e080" / "";
}
.icon-line-share:before {
  content: "\e081" / "";
}
.icon-line-marquee:before {
  content: "\e082" / "";
}
.icon-line-marquee-plus:before {
  content: "\e083" / "";
}
.icon-line-marquee-minus:before {
  content: "\e084" / "";
}
.icon-line-tag:before {
  content: "\e085" / "";
}
.icon-line-power:before {
  content: "\e086" / "";
}
.icon-line-command:before {
  content: "\e087" / "";
}
.icon-line-alt:before {
  content: "\e088" / "";
}
.icon-line-esc:before {
  content: "\e089" / "";
}
.icon-line-bar-graph:before {
  content: "\e090" / "";
}
.icon-line-bar-graph-2:before {
  content: "\e091" / "";
}
.icon-line-pie-graph:before {
  content: "\e092" / "";
}
.icon-line-star:before {
  content: "\e093" / "";
}
.icon-line-arrow-left:before {
  content: "\e094" / "";
}
.icon-line-arrow-right:before {
  content: "\e095" / "";
}
.icon-line-arrow-up:before {
  content: "\e096" / "";
}
.icon-line-arrow-down:before {
  content: "\e097" / "";
}
.icon-line-volume:before {
  content: "\e098" / "";
}
.icon-line-mute:before {
  content: "\e099" / "";
}
.icon-line-content-right:before {
  content: "\e100" / "";
}
.icon-line-content-left:before {
  content: "\e101" / "";
}
.icon-line-grid:before {
  content: "\e102" / "";
}
.icon-line-grid-2:before {
  content: "\e103" / "";
}
.icon-line-columns:before {
  content: "\e104" / "";
}
.icon-line-loader:before {
  content: "\e105" / "";
}
.icon-line-bag:before {
  content: "\e106" / "";
}
.icon-line-ban:before {
  content: "\e107" / "";
}
.icon-line-flag:before {
  content: "\e108" / "";
}
.icon-line-trash:before {
  content: "\e109" / "";
}
.icon-line-expand:before {
  content: "\e110" / "";
}
.icon-line-contract:before {
  content: "\e111" / "";
}
.icon-line-maximize:before {
  content: "\e112" / "";
}
.icon-line-minimize:before {
  content: "\e113" / "";
}
.icon-line-plus:before {
  content: "\e114" / "";
}
.icon-line-minus:before {
  content: "\e115" / "";
}
.icon-line-check:before {
  content: "\e116" / "";
}
.icon-line-cross:before {
  content: "\e117" / "";
}
.icon-line-move:before {
  content: "\e118" / "";
}
.icon-line-delete:before {
  content: "\e119" / "";
}
.icon-line-menu:before {
  content: "\e120" / "";
}
.icon-line-archive:before {
  content: "\e121" / "";
}
.icon-line-inbox:before {
  content: "\e122" / "";
}
.icon-line-outbox:before {
  content: "\e123" / "";
}
.icon-line-file:before {
  content: "\e124" / "";
}
.icon-line-file-add:before {
  content: "\e125" / "";
}
.icon-line-file-subtract:before {
  content: "\e126" / "";
}
.icon-line-help:before {
  content: "\e127" / "";
}
.icon-line-open:before {
  content: "\e128" / "";
}
.icon-line-ellipsis:before {
  content: "\e129" / "";
}
.icon-line2-user-female:before {
  content: "\e000" / "";
}
.icon-line2-user-follow:before {
  content: "\e002" / "";
}
.icon-line2-user-following:before {
  content: "\e003" / "";
}
.icon-line2-user-unfollow:before {
  content: "\e004" / "";
}
.icon-line2-trophy:before {
  content: "\e006" / "";
}
.icon-line2-screen-smartphone:before {
  content: "\e010" / "";
}
.icon-line2-screen-desktop:before {
  content: "\e011" / "";
}
.icon-line2-plane:before {
  content: "\e012" / "";
}
.icon-line2-notebook:before {
  content: "\e013" / "";
}
.icon-line2-moustache:before {
  content: "\e014" / "";
}
.icon-line2-mouse:before {
  content: "\e015" / "";
}
.icon-line2-magnet:before {
  content: "\e016" / "";
}
.icon-line2-energy:before {
  content: "\e020" / "";
}
.icon-line2-emoticon-smile:before {
  content: "\e021" / "";
}
.icon-line2-disc:before {
  content: "\e022" / "";
}
.icon-line2-cursor-move:before {
  content: "\e023" / "";
}
.icon-line2-crop:before {
  content: "\e024" / "";
}
.icon-line2-credit-card:before {
  content: "\e025" / "";
}
.icon-line2-chemistry:before {
  content: "\e026" / "";
}
.icon-line2-user:before {
  content: "\e005" / "";
}
.icon-line2-speedometer:before {
  content: "\e007" / "";
}
.icon-line2-social-youtube:before {
  content: "\e008" / "";
}
.icon-line2-social-twitter:before {
  content: "\e009" / "";
}
.icon-line2-social-tumblr:before {
  content: "\e00a" / "";
}
.icon-line2-social-facebook:before {
  content: "\e00b" / "";
}
.icon-line2-social-dropbox:before {
  content: "\e00c" / "";
}
.icon-line2-social-dribbble:before {
  content: "\e00d" / "";
}
.icon-line2-shield:before {
  content: "\e00e" / "";
}
.icon-line2-screen-tablet:before {
  content: "\e00f" / "";
}
.icon-line2-magic-wand:before {
  content: "\e017" / "";
}
.icon-line2-hourglass:before {
  content: "\e018" / "";
}
.icon-line2-graduation:before {
  content: "\e019" / "";
}
.icon-line2-ghost:before {
  content: "\e01a" / "";
}
.icon-line2-game-controller:before {
  content: "\e01b" / "";
}
.icon-line2-fire:before {
  content: "\e01c" / "";
}
.icon-line2-eyeglasses:before {
  content: "\e01d" / "";
}
.icon-line2-envelope-open:before {
  content: "\e01e" / "";
}
.icon-line2-envelope-letter:before {
  content: "\e01f" / "";
}
.icon-line2-bell:before {
  content: "\e027" / "";
}
.icon-line2-badge:before {
  content: "\e028" / "";
}
.icon-line2-anchor:before {
  content: "\e029" / "";
}
.icon-line2-wallet:before {
  content: "\e02a" / "";
}
.icon-line2-vector:before {
  content: "\e02b" / "";
}
.icon-line2-speech:before {
  content: "\e02c" / "";
}
.icon-line2-puzzle:before {
  content: "\e02d" / "";
}
.icon-line2-printer:before {
  content: "\e02e" / "";
}
.icon-line2-present:before {
  content: "\e02f" / "";
}
.icon-line2-playlist:before {
  content: "\e030" / "";
}
.icon-line2-pin:before {
  content: "\e031" / "";
}
.icon-line2-picture:before {
  content: "\e032" / "";
}
.icon-line2-map:before {
  content: "\e033" / "";
}
.icon-line2-layers:before {
  content: "\e034" / "";
}
.icon-line2-handbag:before {
  content: "\e035" / "";
}
.icon-line2-globe-alt:before {
  content: "\e036" / "";
}
.icon-line2-globe:before {
  content: "\e037" / "";
}
.icon-line2-frame:before {
  content: "\e038" / "";
}
.icon-line2-folder-alt:before {
  content: "\e039" / "";
}
.icon-line2-film:before {
  content: "\e03a" / "";
}
.icon-line2-feed:before {
  content: "\e03b" / "";
}
.icon-line2-earphones-alt:before {
  content: "\e03c" / "";
}
.icon-line2-earphones:before {
  content: "\e03d" / "";
}
.icon-line2-drop:before {
  content: "\e03e" / "";
}
.icon-line2-drawer:before {
  content: "\e03f" / "";
}
.icon-line2-docs:before {
  content: "\e040" / "";
}
.icon-line2-directions:before {
  content: "\e041" / "";
}
.icon-line2-direction:before {
  content: "\e042" / "";
}
.icon-line2-diamond:before {
  content: "\e043" / "";
}
.icon-line2-cup:before {
  content: "\e044" / "";
}
.icon-line2-compass:before {
  content: "\e045" / "";
}
.icon-line2-call-out:before {
  content: "\e046" / "";
}
.icon-line2-call-in:before {
  content: "\e047" / "";
}
.icon-line2-call-end:before {
  content: "\e048" / "";
}
.icon-line2-calculator:before {
  content: "\e049" / "";
}
.icon-line2-bubbles:before {
  content: "\e04a" / "";
}
.icon-line2-briefcase:before {
  content: "\e04b" / "";
}
.icon-line2-book-open:before {
  content: "\e04c" / "";
}
.icon-line2-basket-loaded:before {
  content: "\e04d" / "";
}
.icon-line2-basket:before {
  content: "\e04e" / "";
}
.icon-line2-bag:before {
  content: "\e04f" / "";
}
.icon-line2-action-undo:before {
  content: "\e050" / "";
}
.icon-line2-action-redo:before {
  content: "\e051" / "";
}
.icon-line2-wrench:before {
  content: "\e052" / "";
}
.icon-line2-umbrella:before {
  content: "\e053" / "";
}
.icon-line2-trash:before {
  content: "\e054" / "";
}
.icon-line2-tag:before {
  content: "\e055" / "";
}
.icon-line2-support:before {
  content: "\e056" / "";
}
.icon-line2-size-fullscreen:before {
  content: "\e057" / "";
}
.icon-line2-size-actual:before {
  content: "\e058" / "";
}
.icon-line2-shuffle:before {
  content: "\e059" / "";
}
.icon-line2-share-alt:before {
  content: "\e05a" / "";
}
.icon-line2-share:before {
  content: "\e05b" / "";
}
.icon-line2-rocket:before {
  content: "\e05c" / "";
}
.icon-line2-question:before {
  content: "\e05d" / "";
}
.icon-line2-pie-chart:before {
  content: "\e05e" / "";
}
.icon-line2-pencil:before {
  content: "\e05f" / "";
}
.icon-line2-note:before {
  content: "\e060" / "";
}
.icon-line2-music-tone-alt:before {
  content: "\e061" / "";
}
.icon-line2-music-tone:before {
  content: "\e062" / "";
}
.icon-line2-microphone:before {
  content: "\e063" / "";
}
.icon-line2-loop:before {
  content: "\e064" / "";
}
.icon-line2-logout:before {
  content: "\e065" / "";
}
.icon-line2-login:before {
  content: "\e066" / "";
}
.icon-line2-list:before {
  content: "\e067" / "";
}
.icon-line2-like:before {
  content: "\e068" / "";
}
.icon-line2-home:before {
  content: "\e069" / "";
}
.icon-line2-grid:before {
  content: "\e06a" / "";
}
.icon-line2-graph:before {
  content: "\e06b" / "";
}
.icon-line2-equalizer:before {
  content: "\e06c" / "";
}
.icon-line2-dislike:before {
  content: "\e06d" / "";
}
.icon-line2-cursor:before {
  content: "\e06e" / "";
}
.icon-line2-control-start:before {
  content: "\e06f" / "";
}
.icon-line2-control-rewind:before {
  content: "\e070" / "";
}
.icon-line2-control-play:before {
  content: "\e071" / "";
}
.icon-line2-control-pause:before {
  content: "\e072" / "";
}
.icon-line2-control-forward:before {
  content: "\e073" / "";
}
.icon-line2-control-end:before {
  content: "\e074" / "";
}
.icon-line2-calendar:before {
  content: "\e075" / "";
}
.icon-line2-bulb:before {
  content: "\e076" / "";
}
.icon-line2-bar-chart:before {
  content: "\e077" / "";
}
.icon-line2-arrow-up:before {
  content: "\e078" / "";
}
.icon-line2-arrow-right:before {
  content: "\e079" / "";
}
.icon-line2-arrow-left:before {
  content: "\e07a" / "";
}
.icon-line2-arrow-down:before {
  content: "\e07b" / "";
}
.icon-line2-ban:before {
  content: "\e07c" / "";
}
.icon-line2-bubble:before {
  content: "\e07d" / "";
}
.icon-line2-camcorder:before {
  content: "\e07e" / "";
}
.icon-line2-camera:before {
  content: "\e07f" / "";
}
.icon-line2-check:before {
  content: "\e080" / "";
}
.icon-line2-clock:before {
  content: "\e081" / "";
}
.icon-line2-close:before {
  content: "\e082" / "";
}
.icon-line2-cloud-download:before {
  content: "\e083" / "";
}
.icon-line2-cloud-upload:before {
  content: "\e084" / "";
}
.icon-line2-doc:before {
  content: "\e085" / "";
}
.icon-line2-envelope:before {
  content: "\e086" / "";
}
.icon-line2-eye:before {
  content: "\e087" / "";
}
.icon-line2-flag:before {
  content: "\e088" / "";
}
.icon-line2-folder:before {
  content: "\e089" / "";
}
.icon-line2-heart:before {
  content: "\e08a" / "";
}
.icon-line2-info:before {
  content: "\e08b" / "";
}
.icon-line2-key:before {
  content: "\e08c" / "";
}
.icon-line2-link:before {
  content: "\e08d" / "";
}
.icon-line2-lock:before {
  content: "\e08e" / "";
}
.icon-line2-lock-open:before {
  content: "\e08f" / "";
}
.icon-line2-magnifier:before {
  content: "\e090" / "";
}
.icon-line2-magnifier-add:before {
  content: "\e091" / "";
}
.icon-line2-magnifier-remove:before {
  content: "\e092" / "";
}
.icon-line2-paper-clip:before {
  content: "\e093" / "";
}
.icon-line2-paper-plane:before {
  content: "\e094" / "";
}
.icon-line2-plus:before {
  content: "\e095" / "";
}
.icon-line2-pointer:before {
  content: "\e096" / "";
}
.icon-line2-power:before {
  content: "\e097" / "";
}
.icon-line2-refresh:before {
  content: "\e098" / "";
}
.icon-line2-reload:before {
  content: "\e099" / "";
}
.icon-line2-settings:before {
  content: "\e09a" / "";
}
.icon-line2-star:before {
  content: "\e09b" / "";
}
.icon-line2-symbol-female:before {
  content: "\e09c" / "";
}
.icon-line2-symbol-male:before {
  content: "\e09d" / "";
}
.icon-line2-target:before {
  content: "\e09e" / "";
}
.icon-line2-volume-1:before {
  content: "\e09f" / "";
}
.icon-line2-volume-2:before {
  content: "\e0a0" / "";
}
.icon-line2-volume-off:before {
  content: "\e0a1" / "";
}
.icon-line2-users:before {
  content: "\e001" / "";
}
</pre></body></html>