.o-hub-page-box {
  display: grid;
  grid-template-columns: 2fr 4fr;
  grid-template-rows: 15rem auto;
  /* autoprefixer: ignore next */
  align-items: center;
}[dir] .o-hub-page-box {
  border: 1px solid #B5B5B5;
  border-radius: 0.5rem;
}

.o-hub-page-link {
  grid-column: 1/span 2;
  display: grid;
  grid-template-columns: 2fr 4fr;
  /* autoprefixer: ignore next */
  align-items: center;
  height: 15rem;
  color: #183884;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .o-hub-page-link {
  cursor: pointer;
}
[dir] .o-hub-page-link:hover .o-hub-page-link__icon-wrapper {
  background-color: #183884;
}
.o-hub-page-link:hover .o-hub-page-link__image {
  filter: brightness(0) invert(1);
}
.o-hub-page-link:hover .o-icon {
  fill: #FFF;
}

.o-hub-page-link__icon-wrapper {
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
  height: 9rem;
  width: 9rem;
}

[dir] .o-hub-page-link__icon-wrapper {
  border-radius: 50%;
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  .o-hub-page-link__icon-wrapper {
    height: 9rem;
    width: 9rem;
  }
}
@media (min-width: 1280px) {
  .o-hub-page-link__icon-wrapper {
    height: 9rem;
    width: 9rem;
  }
}
.o-hub-page-link__icon-wrapper .o-icon {
  height: 40%;
  width: 40%;
  fill: #183884;
}

.o-hub-page-link__image {
  max-height: 3.6rem;
  max-width: 3.6rem;
}

.o-hub-page-link__text {
  grid-column: 2;
  color: #183884;
  font-size: 2.2rem;
}

.o-hub-page-see-also {
  display: grid;
  grid-template-columns: 5rem 1fr;
  /* autoprefixer: ignore next */
  align-items: center;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  min-height: 4rem;
  color: #183884;
  font-size: 1.8rem;
  text-wrap: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .o-hub-page-see-also {
  cursor: pointer;
}
.o-hub-page-see-also .o-icon {
  justify-self: center;
  height: 3rem;
  width: 3rem;
  fill: #183884;
}

.o-hub-page-children__container {
  display: grid;
  grid-column: 1/span 2;
  grid-row: 2/span 1;
  grid-template-columns: 2fr 4fr;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

[dir] .o-hub-page-children__container {
  margin-top: -3rem;
}
[dir] .o-hub-page-children__container--small {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  [dir] .o-hub-page-children__container--small {
    padding-bottom: 7.7rem;
  }
}

.o-hub-page-children {
  display: flex;
  flex-direction: column;
  grid-column: 2/span 1;
  justify-content: flex-start;
  min-height: 21.5rem;
  max-height: 21.5rem;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

[dir=ltr] .o-hub-page-children {
  padding-right: 1rem;
}

[dir=rtl] .o-hub-page-children {
  padding-left: 1rem;
}

.o-hub-page-children__child {
  font-size: 1.6rem;
  line-height: 1.15em;
  color: #2E353B;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .o-hub-page-children__child {
  margin-bottom: 1rem;
  padding: 0.15rem 0;
}
.o-hub-page-children__child:hover {
  color: #183884;
}

.o-hub-page-children__button {
  grid-column: 1/span 2;
  max-height: 4.2rem;
  width: 90%;
  justify-self: center;
  align-self: flex-end;
}

[dir] .o-hub-page-children__button {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.o-hub-page-children__button:hover .o-icon {
  fill: #FFF;
}

.o-hub-page-children__button-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-hub-page-children__button-text.is-hidden {
  display: none;
}
.o-hub-page-children__button-text .o-icon {
  fill: #183884;
  height: 1.5rem;
  width: 1.5rem;
  transition: 0.1s fill;
}
[dir=ltr] .o-hub-page-children__button-text .o-icon {
  margin-left: 2rem;
}
[dir=rtl] .o-hub-page-children__button-text .o-icon {
  margin-right: 2rem;
}

.o-hub-page-see-also__text {
  color: #183884;
  font-size: 1.8rem;
  font-weight: 400;
}

[dir] .o-hub-page-see-also__text {
  margin: 0;
}