.pg-foot {
  background-color: var(--app-blue-darker);
  color: var(--app-gray-lighter); }

.pg-foot .btn-brand {
  color: inherit;
  transition: color .25s; }

.pg-foot .btn-brand:hover {
  color: #fff; }

.pg-foot .sets {
  max-width: 400px; }

@media (min-width: 576px) {
  .pg-foot .sets {
    max-width: 600px; } }
.pg-foot .sets .divider {
  height: 1px;
  width: 100%;
  /* useful in d-flex container */
  max-width: calc(100% - (12px * 2));
  background-color: var(--app-gray-lighter); }

.pg-foot .list-head {
  padding-left: 12px;
  /* .btn */
  padding-right: 12px;
  /* .btn */
  padding-bottom: 7px;
  color: var(--app-light);
  font-size: 18px;
  font-weight: 600; }

.pg-foot .li-link {
  width: 100%;
  border: 0;
  padding: 5px 12px;
  /* default: 6px 12px */
  color: inherit;
  /*font-size: 15px;*/
  line-height: 1.1;
  text-align: left; }

@media (min-width: 360px) and (max-width: 575.98px) {
  .pg-foot .li-link {
    width: 50%;
    float: left;
    /* I need this to remove "text space" between inline-blocks */ } }
.pg-foot .li-link.type-2 {
  display: flex;
  align-items: center; }

.pg-foot .li-link.type-2 .btn-text {
  flex: 1;
  max-width: 160px; }

.pg-foot .li-link.type-2 .btn-img {
  margin-left: 15px;
  height: 30px; }

.pg-foot .li-link:hover {
  color: #fff; }

.pg-foot .foot-row-2 {
  max-width: calc(600px - (12px * 2));
  text-align: center; }

@media (min-width: 992px) {
  .pg-foot .foot-row-2 {
    max-width: calc(100% - (12px * 2)); } }
.pg-foot .fc-logo {
  height: 57px; }

.pg-foot .company .disclaimer {
  font-size: 14px; }

@media (min-width: 576px) {
  .pg-foot .company .disclaimer {
    padding-left: 36px; } }
@media (min-width: 1300px) {
  .pg-foot .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .pg-foot .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .pg-foot .sets {
    max-width: none;
    display: flex;
    flex-wrap: wrap; }

  .pg-foot .sets .set {
    width: 50%; }

  .pg-foot .sets .set.set-1 {
    padding-bottom: 24px !important; }

  .pg-foot .foot-row-2 {
    padding-bottom: 4px;
    text-align: left; }

  .pg-foot .company {
    padding-bottom: 0 !important; } }

/*# sourceMappingURL=footer.css.map */
