.ochannel__content {
  background-color: #002b45;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1rem;
  height: 26rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
}
.ochannel__content .title {
  color: #f1f4f4;
  line-height: normal;
  margin: 0;
  max-height: 12em;
  overflow: initial;
  text-overflow: clip;
  white-space: normal;
}
@media (min-width: 768px) {
  .ochannel__content .title {
    max-height: 2rem;
  }
}
.ochannel__content .description {
  color: #f1f4f4;
  line-height: normal;
  margin: 0;
  max-height: 6.5rem;
  overflow: initial;
  text-overflow: clip;
  white-space: normal;
}
@media (min-width: 768px) {
  .ochannel__content .description {
    max-height: 7.5rem;
  }
}
.ochannel__content .cta__content {
  border: 0;
  border-radius: 0.2rem;
  display: inline-block;
  font-family: Outfit Semibold, sans-serif;
  font-size: 1.4rem;
  height: 3.5rem;
  line-height: 2.3rem;
  max-width: 100%;
  min-width: auto;
  overflow: hidden;
  padding: 0 1.4rem;
}
.ochannel__content--mobile {
  bottom: 5rem;
  height: 24rem;
  padding: 1.5rem;
  position: relative;
  width: 32rem;
}
.ochannel__content--mobile .title {
  font-family: Outfit Semibold, sans-serif;
  font-size: 2.2rem;
  line-height: 0.15rem;
}
.ochannel__content--mobile .description {
  font-family: Outfit Regular, sans-serif;
  font-size: 1.4rem;
  line-height: 0.15rem;
  padding: 2rem 0;
}
.ochannel__content--thumbnail {
  bottom: 0;
  height: 14.8rem;
  padding: 1.5rem;
  width: 20rem;
}
.ochannel__content--thumbnail .title {
  background-color: #f1f4f4;
  margin-bottom: 2rem;
  max-height: 1.2rem;
  max-width: 50%;
  overflow: hidden;
  padding: 0;
}
.ochannel__content--thumbnail .title p,
.ochannel__content--thumbnail .title span {
  color: #f1f4f4;
}
.ochannel__content--thumbnail .description {
  background-color: #f1f4f4;
  margin-bottom: 1.5rem;
  max-height: 0.8rem;
  overflow: hidden;
  padding: 0;
}
.ochannel__content--thumbnail .description p,
.ochannel__content--thumbnail .description span {
  color: #f1f4f4;
}
.ochannel__content--interstitial {
  background-color: transparent;
  background-repeat: no-repeat;
}
.ochannel__modal--mobile.modal {
  background-color: transparent;
}
.ochannel__modal--mobile.modal .modal-body {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #002b45;
  background-image: url('/profiles/ok/themes/custom/openbank_bootstrap/images/creativity-promotion-bg.jpg');
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57rem;
  margin-top: 7rem;
  width: 32rem;
}
.ochannel__modal--mobile.modal .modal-content {
  background-color: transparent;
  background-image: url('/profiles/ok/themes/custom/openbank_bootstrap/images/320MockupCMS.png');
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem;
  width: 33.6rem;
}
.ochannel__modal--mobile.modal .modal-header .close {
  right: 5rem;
  top: 11rem;
}
.ochannel-banner-a .ochannel__content {
  padding: 3rem;
  height: 37rem;
  width: 40rem;
}
.ochannel-banner-a .ochannel__content.ochannel-banner-a--preview {
  min-height: 410px;
  max-width: 380px;
}
.ochannel-banner-a .ochannel__content .title {
  margin-bottom: 2rem;
}
.ochannel-banner-a .ochannel__content .description {
  max-height: none;
  margin-bottom: 2rem;
}
.ochannel-banner-a .ochannel__content--thumbnail {
  bottom: 0;
  height: 14.8rem;
  padding: 1.5rem;
  width: 20rem;
}
.ochannel-banner-a .ochannel__content--thumbnail .title {
  background-color: #f1f4f4;
  margin-bottom: 2rem;
  max-height: 1.2rem;
  max-width: 50%;
  overflow: hidden;
  padding: 0;
}
.ochannel-banner-a .ochannel__content--thumbnail .description {
  background-color: #f1f4f4;
  margin-bottom: 1.5rem;
  max-height: 0.8rem;
  overflow: hidden;
  padding: 0;
}
.ochannel-banner-a .ochannel__content--thumbnail .last-days-label {
  max-width: 15rem;
  max-height: 0.9rem;
  top: 1rem;
}
.ochannel-banner-a .ochannel__content--thumbnail .last-days-label:after {
  border-width: 0.03rem 0 0.03rem 0.03rem;
  right: -0.03rem;
}
.ochannel-banner-a .ochannel__content--thumbnail .last-days-label i,
.ochannel-banner-a .ochannel__content--thumbnail .last-days-label span {
  color: transparent;
}
.ochannel-banner-b .ochannel__content {
  padding: 3rem;
  height: 48rem;
  width: 27rem;
}

.ochannel-banner-b .ochannel__content.ochannel-banner-b--preview {
  min-height: 480px;
  min-width: 277.5px;
}

.ochannel-banner-b .ochannel__content .title {
  margin-bottom: 2rem;
}
.ochannel-banner-b .ochannel__content .description {
  max-height: none;
  margin-bottom: 2rem;
}
.ochannel-banner-b .ochannel__content--thumbnail {
  bottom: 0;
  height: 14.8rem;
  padding: 1.5rem;
  width: 20rem;
}
.ochannel-banner-b .ochannel__content--thumbnail .title {
  background-color: #f1f4f4;
  margin-bottom: 2rem;
  max-height: 1.2rem;
  max-width: 50%;
  overflow: hidden;
  padding: 0;
}
.ochannel-banner-b .ochannel__content--thumbnail .description {
  background-color: #f1f4f4;
  margin-bottom: 1.5rem;
  max-height: 0.8rem;
  overflow: hidden;
  padding: 0;
}
.ochannel-banner-b .ochannel__content--thumbnail .last-days-label {
  max-width: 15rem;
  max-height: 0.9rem;
  top: 1rem;
}
.ochannel-banner-b .ochannel__content--thumbnail .last-days-label:after {
  border-width: 0.03rem 0 0.03rem 0.03rem;
  right: -0.03rem;
}
.ochannel-banner-b .ochannel__content--thumbnail .last-days-label i,
.ochannel-banner-b .ochannel__content--thumbnail .last-days-label span {
  color: transparent;
}
.cta__content {
  cursor: auto;
}
.cta--torch-red .cta__content {
  background-color: #df0049;
  color: #fff;
  padding: 10px;
  line-height: 0;
}
.cta--torch-red .cta__content:hover {
  background-color: #ff336e;
  color: #fff;
  background-color: #ff0049;
}
.cta--prussian-blue .cta__content {
  background-color: #002b45;
  color: #fff;
}
.cta--prussian-blue .cta__content:hover {
  background-color: #1a4158;
  color: #fff;
  background-color: #002b45;
}
.cta--dodger-blue .cta__content {
  background-color: #31c3df;
  color: #fff;
}
.cta--dodger-blue .cta__content:hover {
  background-color: #4cd5fd;
  color: #fff;
  background-color: #31c3df;
}
.cta--malachite .cta__content {
  background-color: #2be24e;
  color: #fff;
}
.cta--malachite .cta__content:hover {
  background-color: #5ae274;
  color: #fff;
  background-color: #2be24e;
}
.cta--selective-yellow .cta__content {
  background-color: #fbb800;
  color: #fff;
}
.cta--selective-yellow .cta__content:hover {
  background-color: #fcc732;
  color: #fff;
  background-color: #fbb800;
}
.cta--white .cta__content {
  background-color: #fff;
  color: #002b45;
}
.cta--white .cta__content:hover {
  color: #002b45;
  background-color: #fff;
}
.cta--porcelain .cta__content {
  background-color: #e3e9e9;
  color: #002b45;
}
.cta--porcelain .cta__content:hover {
  background-color: #f1f4f4;
  color: #002b45;
  background-color: #e3e9e9;
}
.cta--porcelain-light .cta__content {
  background-color: #f1f4f4;
  color: #002b45;
}
.cta--porcelain-light .cta__content:hover {
  background-color: #f7f8f8;
  color: #002b45;
  background-color: #f1f4f4;
}
.cta--pantone-red .cta__content {
  background-color: #ec0000;
  color: #fff;
}
.cta--pantone-red .cta__content:hover {
  background-color: #ff4040;
  color: #fff;
  background-color: #ec0000;
}
.cta--cinderella .cta__content {
  background-color: #fff1e5;
  color: #002b45;
}
.cta--cinderella .cta__content:hover {
  color: #002b45;
  background-color: #fff1e5;
}
.cta--old-lace .cta__content {
  background-color: #fff9f4;
  color: #002b45;
}
.cta--old-lace .cta__content:hover {
  color: #002b45;
  background-color: #fff9f4;
}
.cta--serenade .cta__content {
  background-color: #fee6da;
  color: #002b45;
}
.cta--serenade .cta__content:hover {
  color: #002b45;
  background-color: #fee6da;
}
.cta--pickled-bluewood .cta__content {
  background-color: #2c4054;
  color: #fff;
}
.cta--pickled-bluewood .cta__content:hover {
  color: #fff;
  background-color: #2c4054;
}
.cta--red-ribbon .cta__content {
  background-color: #df0049;
  color: #fff;
}
.cta--red-ribbon .cta__content:hover {
  color: #fff;
  background-color: #df0049;
}
.cta--transparent .cta__content {
  background-color: transparent;
  color: #f1f4f4;
}
.cta--transparent .cta__content:hover {
  background-color: #f1f4f4;
  color: #002b45;
  background-color: transparent;
}
.cta--left {
  text-align: left;
}
.cta--right {
  text-align: right;
}
.cta--center {
  text-align: center;
}

.ochannel-banner-c--preview {
  height: fit-content;
  height: 233px;
  width: 790px;
  justify-content: flex-start;
  padding: 15px 98px 57px;
}

.container-space {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ochannel-hc-banner-c {
  width: 100px;
}
.ochannel-hc-banner-c--private {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 1rem;
  height: 19.7em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 3em 5em;
  width: 77em;
}
.ochannel-hc-banner-c--private * {
  box-sizing: border-box;
}
.ochannel-hc-banner-c--private .icon {
  max-height: 7em;
  max-width: 10em;
  padding-right: 3em;
}
.ochannel-hc-banner-c--private .icon img {
  width: 100%;
}
.ochannel-hc-banner-c--private .text {
  max-width: 80%;
}
.ochannel-hc-banner-c--private .text .title {
  margin-bottom: 1em;
  margin-top: 0;
}
.ochannel-hc-banner-c--private .text .description,
.ochannel-hc-banner-c--private .text .title {
  color: #fff;
  font-family: Outfit Semibold, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}
.ochannel-hc-banner-c--private .cta {
  padding-top: 1em;
}
.ochannel-hc-banner-c--private .cta__content {
  border-radius: 0.1em;
  border: 0;
  display: block;
  font-family: Outfit Semibold, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  max-width: 100%;
  overflow: hidden;
  padding: 0.3em 3em;
}
.ochannel-hc-banner-c--mobile,
.ochannel-hc-banner-c--thumbnail.ochannel-hc-banner-c {
  width: 100px;
}
.ochannel-hc-banner-c--thumbnail.ochannel-hc-banner-c--private {
  font-size: 0.35rem;
}
.ochannel-hc-banner-c--thumbnail.ochannel-hc-banner-c--mobile {
  width: 100px;
}
