.node.highlight {
  width: 66rem;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 37.5rem) {
  .node.highlight .highlight-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 60rem) {
  .node.highlight .highlight-content {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 37.5rem) {
  .node.highlight .highlight-content--column {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media only screen and (min-width: 60rem) {
  .node.highlight .highlight-content--column {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.node.highlight .highlight-content--column.image {
  margin-right: 2rem;
}

@media only screen and (min-width: 60rem) {
  .node.highlight .highlight-content--column.image {
    margin-top: 1.87rem;
  }
}

.node.highlight .highlight-content--column.image img {
  display: block;
}

.node.highlight .highlight-content--column.text {
  position: relative;
  padding: 3.75rem 2.75rem 2.75rem;
  z-index: 1;
  margin-top: -2rem;
  margin-left: 2rem;
  overflow-wrap: break-word;
}

.node.highlight .highlight-content--column.text:before {
  content: "";
  transition: border 0.15s linear;
  border: 0.0625rem solid #FFCE67;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.node.highlight .highlight-content--column.text:hover:before {
  border: 0.3125rem solid #6A24F5;
}

@media only screen and (max-width: 19.9375rem) {
  .node.highlight .highlight-content--column.text {
    padding: 2.75rem 1rem 2.75rem 1rem;
  }
}

@media only screen and (min-width: 37.5rem) {
  .node.highlight .highlight-content--column.text {
    padding: 3.75rem 4rem 2.7rem 4rem;
    width: 40rem;
    max-width: 100%;
  }
}

@media only screen and (min-width: 60rem) {
  .node.highlight .highlight-content--column.text {
    margin-top: 0;
    margin-left: -6rem;
    width: auto;
    padding: 2.75rem 4rem 2.7rem 6rem;
  }
}

.node.highlight .highlight-content--column.text .highlight-bundle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}

.node.highlight .highlight-content--column.text h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.93rem;
  overflow-wrap: break-word;
}

@media only screen and (min-width: 37.5rem) {
  .node.highlight .highlight-content--column.text h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 60rem) {
  .node.highlight .highlight-content--column.text h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.node.highlight .highlight-content--column.text .field--name-field-highlight-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1.93rem;
  overflow-wrap: break-word;
}

.node.highlight .highlight-content--column.text .highlight-link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #000000;
  position: relative;
  display: inline-block;
  z-index: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.125rem 1.3125rem 0.125rem 0.125rem;
  position: relative;
}

.node.highlight .highlight-content--column.text .highlight-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #6A24F5;
  z-index: -1;
  transition: all .2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .node.highlight .highlight-content--column.text .highlight-link:before {
    transition: none;
  }
}

.node.highlight .highlight-content--column.text .highlight-link:hover {
  color: #ffffff;
}

.node.highlight .highlight-content--column.text .highlight-link:hover:before {
  width: calc(100% + 0.125rem + 0rem);
  height: calc(100% + 0.125rem);
  left: -0.125rem;
  right: 0;
}

.node.highlight .highlight-content--column.text .highlight-link:focus-visible {
  outline: 0.125rem solid #6A24F5;
}

.node.highlight .highlight-content--column.text .highlight-link:focus-visible:before {
  display: none;
}

.node.highlight .highlight-content--column.text .highlight-link:after {
  content: "";
  background-image: url(right.svg);
  background-size: 0.75rem;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.125rem;
  width: 0.75rem;
}

.node.highlight .highlight-content--column.text .highlight-link:hover:after {
  background-image: url(right-white.svg);
}
