<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.learn-more-link {
  text-decoration: none;
  color: #161729;
  font-family: GalaxiePolaris;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.3125rem;
  text-transform: uppercase;
  letter-spacing: 0.1698rem;
  position: relative;
  margin-top: 1.8rem;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.learn-more-link:after {
  content: '';
  position: absolute;
  right: -2.2rem;
  top: 0.2rem;
  width: 20px;
  height: 20px;
  display: block;
  background: url('/themes/custom/u_pacific/images/orange-arrow-min.png') center center no-repeat;
  background-size: 100% auto;
}
.learn-more-link:hover {
  text-decoration: none;
  color: #f7713e;
}
.learn-more-link-decoration {
  content: '';
  position: absolute;
  right: -2.2rem;
  top: 0.2rem;
  width: 20px;
  height: 20px;
  display: block;
  background: url('/themes/custom/u_pacific/images/orange-arrow-min.png') center center no-repeat;
  background-size: 100% auto;
}
.image-accent {
  content: '';
  border-bottom: 3px solid #f6b222;
  position: absolute;
  right: -2.21875rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 1px;
  width: 4.375rem;
}
.paragraph--type--yellow-links a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.1698rem;
  margin-top: 1.8rem;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-top: 0px;
  background: #f6b222;
  position: relative;
  font-family: GalaxiePolaris;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1.625rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.35rem;
  display: block;
  margin-bottom: 0.8rem;
  color: #161729;
  padding: 3rem 1rem;
}
.paragraph--type--yellow-links a:after {
  content: '';
  position: absolute;
  right: -2.2rem;
  top: 0.2rem;
  width: 20px;
  height: 20px;
  display: block;
  background: url('/themes/custom/u_pacific/images/orange-arrow-min.png') center center no-repeat;
  background-size: 100% auto;
}
.paragraph--type--yellow-links a:hover {
  text-decoration: none;
  color: #f7713e;
}
.paragraph--type--yellow-links a:before {
  content: '';
  border-bottom: 3px solid #f6b222;
  position: absolute;
  right: -2.21875rem;
  transform: translateY(-50%);
  display: block;
  height: 1px;
  width: 4.375rem;
  border-color: #161729;
  left: -1.5rem;
  top: 50%;
  right: unset;
  width: 3rem;
}
.paragraph--type--yellow-links a:after {
  all: unset;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--yellow-links a {
    margin-left: 3rem;
  }
}
.paragraph--type--yellow-links a:hover {
  color: white;
  text-decoration: none;
  background: #0f101d;
}
.blue .paragraph--type--yellow-links a:before {
  border-color: #f7713e;
}
</pre></body></html>