.theme_triad #cm.bar #c-inr {
  max-width: inherit;
}

.theme_triad .cc_div * {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}

.theme_triad .cc_div .c-bn {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold;
  border-radius: 8px;
}

.theme_triad #c-bns .c-p-bn,
.theme_triad #c-bns .c-s-bn,
.theme_triad #s-bns button {
  color: #fff;
  background: #f2706d;
}

.theme_triad #c-bns .c-p-bn:active,
.theme_triad #c-bns .c-p-bn:hover,
.theme_triad #c-bns .c-s-bn:active,
.theme_triad #c-bns .c-s-bn:hover,
.theme_triad #s-bns button:active,
.theme_triad #s-bns button:hover {
  background: #ef504c;
}

.theme_triad .cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #f2706d;
}

@media screen and (min-width: 992px) {
  .theme_triad #cm.bar #c-inr {
    display: flex;
  }
  .theme_triad #cm.bar #c-inr-i {
    flex: 1.5;
    padding-right: 1em;
    display: flex;
    align-items: center;
  }
  .theme_triad #cm.bar #c-bns {
    flex: 1;
    margin-top: 0;
  }
}

.footer-info-col--w-cookie {
  .menu:first-of-type {
    margin-bottom: 0;
  }
}
