.o-fcb__line[data-top=small] {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .o-fcb__line[data-top=small] {
    margin-top: 3.5rem;
  }
}
.o-fcb__line[data-top=large] {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .o-fcb__line[data-top=large] {
    margin-top: 6rem;
  }
}
.o-fcb__line[data-bottom=small] {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .o-fcb__line[data-bottom=small] {
    margin-bottom: 3.5rem;
  }
}
.o-fcb__line[data-bottom=large] {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .o-fcb__line[data-bottom=large] {
    margin-bottom: 6rem;
  }
}
.o-fcb__line:nth-child(2) {
  width: 100%;
  border-top: 0.5px solid var(--color-primary-border);
}
.o-fcb__line:last-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .o-fcb__inner {
    display: flex;
  }
  .o-fcb__line:nth-child(2) {
    border: none;
    width: unset;
    border-left: 0.5px solid var(--color-primary-border);
    margin: 0 7rem;
  }
}
.o-fcb__block {
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
}
.o-fcb__image-container {
  margin-bottom: 3rem;
}
.o-fcb__image img {
  max-width: 100%;
  height: auto;
}
.o-fcb__bottom-content .rte {
  margin-bottom: 1.5rem;
}
.o-fcb__heading {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-family: var(--ff-tertiary);
  color: var(--form-placeholder-color);
}
@media screen and (min-width: 768px) {
  .o-fcb__heading {
    margin-bottom: 3.2rem;
  }
}
.o-fcb__tabs {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.o-fcb__tabs .a-tab {
  padding: 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .o-fcb__tabs .a-tab {
    padding: 1.6rem 5rem;
  }
}
.o-fcb__tabs--hide {
  display: none;
}
.o-fcb__tab {
  border: 1px solid var(--color-primary);
  padding: 1rem;
  margin-left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-fcb__tab--link, .o-fcb__tab--link:visited {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
.o-fcb__tab--half {
  width: 50%;
}
.o-fcb__tab--full {
  width: 100%;
}
.o-fcb__tab--hide {
  display: none;
}
.o-fcb__tab--show {
  display: flex;
}
.o-fcb__tab-designer {
  font-size: 1.6rem;
}
.o-fcb__tab-collection {
  font-size: 1.3rem;
  font-family: var(--ff-primary);
}
