:host::part(cbw-widget) {
  display: none;
}

.cbw-footer {
  margin-top: 70px;
}

.cbw-footer .cbw-black1 {
  color: #1e1e1e !important;
}

.cbw-footer .cbw-black1-border {
  border-color: #1e1e1e !important;
}

.cbw-footer .cbw-white-color {
  color: #fff !important;
}

.cbw-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cbw-footer ul li {
  padding: 0 12px;
}

.cbw-footer ul li a {
  display: block;
  line-height: 18px;
  padding: 6px 0;
}

.cbw-footer ul sup {
  font-size: 10px;
}

.cbw-footer .cbw-footer-navigation {
  border-top: 4px solid #fedb00;
  background: #1e1e1e;
  padding-bottom: 48px;
}

.cbw-footer .cbw-footer-navigation .cbw-footer-links-container {
  padding-top: 48px;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .cbw-footer .cbw-footer-navigation .cbw-footer-links-container {
    padding-top: 24px;
  }
}

.cbw-footer .cbw-footer-trademark {
  font-size: 12px;
  font-weight: 700;
  height: auto;
  margin: 16px 0;
}

.cbw-footer .cbw-footer-controls {
  overflow: hidden;
}

.cbw-footer .cbw-footer-controls .cbw-footer-top {
  float: right;
  display: block;
  background: #fedb00;
  border: 1px solid #fedb00;
  color: #1e1e1e;
  padding: 9px 15px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.cbw-footer .cbw-footer-controls .cbw-footer-top:active,
.cbw-footer .cbw-footer-controls .cbw-footer-top:focus {
  border: 1px solid #1e1e1e;
  text-decoration: underline;
}

.cbw-footer .cbw-footer-controls .cbw-footer-top:hover {
  text-decoration: underline;
}

.cbw-footer .cbw-footer-heading {
  font-weight: 700;
  border-bottom: 4px solid #fff;
  color: #fff;
  padding: 6px 12px;
  margin: 0 0 9px;
  min-height: 40px;
}

.cbw-footer .cbw-footer-heading .cbw-footer-title {
  font-family: inherit;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .cbw-footer .cbw-footer-column .cbw-footer-category {
    margin-top: 20px;
  }

  .cbw-footer .cbw-footer-heading {
    min-height: 0;
  }
}

.cbw-footer .cbw-footer-column .cbw-footer-category + .cbw-footer-category {
  margin-top: 24px;
}

.cbw-footer .cbw-footer-column .cbw-footer-link {
  color: #d9d9d9;
  display: block;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}

.cbw-footer .cbw-footer-column .cbw-footer-link:active,
.cbw-footer .cbw-footer-column .cbw-footer-link:link,
.cbw-footer .cbw-footer-column .cbw-footer-link:visited,
.cbw-footer .cbw-footer-column .cbw-footer-link:hover {
  color: #d9d9d9;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.cbw-footer .cbw-footer-column .cbw-footer-link:hover {
  text-decoration: underline;
}

.cbw-footer .cbw-footer-column *[class^="cbw-col-"] {
  margin: 0;
  padding: 0;
}

.cbw-footer .cbw-footer-column .cbw-nested-list {
  height: 64px;
  padding: 9px 0;
  margin-bottom: 0;
}

.cbw-footer .cbw-footer-column .cbw-nested-list a,
.cbw-footer .cbw-footer-column .cbw-nested-list a:active,
.cbw-footer .cbw-footer-column .cbw-nested-list a:link,
.cbw-footer .cbw-footer-column .cbw-nested-list a:hover,
.cbw-footer .cbw-footer-column .cbw-nested-list a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
}

.cbw-footer .cbw-footer-column .cbw-nested-list a:hover {
  color: #fedb00;
}

.cbw-footer .cbw-footer-column .cbw-nested-list li {
  padding: 0;
  width: 32px;
  float: left;
  list-style: none;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .cbw-footer .cbw-footer-column .cbw-nested-list li {
    width: 28px;
  }
}

.cbw-footer .cbw-footer-column .cbw-nested-list li + li {
  margin-left: 10px;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .cbw-footer .cbw-footer-wrapper {
    display: flex;
  }
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .cbw-footer .cbw-widget .cbw-row {
    flex-wrap: nowrap;
  }
}

.cbw-footer .cbw-footer-copy-right-wrapper {
  background-color: #002039;
  overflow: hidden;
  color: #fff;
  border-top: 4px solid #fedb00;
}

.cbw-footer.cbw-remove-top-margin {
  margin-top: 0;
}

.cbw-container {
  display: flex;
  justify-content: center;
}