.copyright-link-list {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
    list-style-type: none;
    list-style: none;
    padding-left: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    list-style-type: none;

}
.copyright-link-li {
    margin-right: 7px;
    padding-right: 0px;
    list-style-type: none;
    list-style: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-right: 1px none #fff;
    line-height: 0.8;
}
.copyright-link {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 7px;
    border-right: 1px solid #000;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}
.copyright-link-li.last-copyright-link-li {
    margin-right: 0px;
}
.copyright-link.ot-sdk-show-settings.last-copyright-link {
    border-right-style: none;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
  .copyright-link-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 479px) {
  .copyright-link-list {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .copyright-link-li {
    margin-right: 0px;
    margin-bottom: 4px;
    padding-right: 7px;
  }
  .copyright-link {
    padding-right: 0px;
    border-right-style: none;
  }
  .copyright-link-li.last-copyright-link-li {
    padding-right: 0px;
  }
}