  .paragraph--type--carousel {
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}
.paragraph--type--carousel h2 {
  font-family: bely-display, sans-serif;
}
.paragraph--type--carousel .item {
  background: #001028;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--carousel .item {
    min-height: 72vh;
    background: transparent;
  }
}
.paragraph--type--carousel .blue {
  background: #001028;
  color: #F2F2F2;
  position: relative;
  z-index: 1;
  box-shadow: 6px 8px 16px 0 rgba(15, 15, 15, 0.24);
}
.paragraph--type--carousel .blue .inner {
  font-family: neuzeit-grotesk, sans-serif;
  padding: 2.25rem 20px;
  position: relative;
  height: 325px;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--carousel .blue .inner:before {
    position: relative;
    border-bottom: 3px solid #E65300;
    width: 48px;
    display: block;
    content: '';
    top: 5.313rem;
    left: 25.5rem;
    right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--carousel .blue .inner:before {
    left: 33.25rem;
  }
}
.paragraph--type--carousel .blue .inner::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--carousel .blue .inner {
    height: 28rem;
    padding: 2.25rem 3rem;
  }
}
.paragraph--type--carousel .blue .inner .content {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #F2F2F2;
  height: 100%;
  color: #F2F2F2;
  overflow-y: scroll;
  scrollbar-width: none;
}
.paragraph--type--carousel .blue .inner .content .subtitle {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.36rem;
  color: #a29889;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.paragraph--type--carousel .blue .inner .content h3 {
  font-family: bely-display, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  color: #F2F2F2;
  margin-bottom: 1.5rem;
}
.paragraph--type--carousel .blue .inner .links {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.paragraph--type--carousel .blue .inner .slide-link {
  font-family: neuzeit-grotesk, sans-serif;
  color: #0F0F0F;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #F2F2F2;
  letter-spacing: 0.168rem;
  padding: 1.5rem 0;
  -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;
}
.paragraph--type--carousel .blue .inner .slide-link:hover {
  text-decoration: none;
  color: #E65300;
}
.paragraph--type--carousel .blue .inner .slide-link .fass,
.paragraph--type--carousel .blue .inner .slide-link .fa-solid.fa-sharp {
  color: #E65300;
}
.paragraph--type--carousel .blue .inner .slide-link:hover {
  color: #E65300;
}
.paragraph--type--carousel .blue .inner .slide-link:after {
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/themes/custom/u_pacific/images/orange-arrow-thin-min.png) center center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
}
.paragraph--type--carousel .owl-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  padding-top: 1rem;
  height: 4rem;
}
.paragraph--type--carousel .custom-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.paragraph--type--carousel .c-dot {
  border: 2px solid white;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  cursor: pointer;
}
.paragraph--type--carousel .c-dot.active {
  border: 2px solid #E65300;
  background: #E65300;
}
.paragraph--type--carousel .custom-owl-arrows {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.paragraph--type--carousel .custom-owl-arrows .fa-solid.fa-sharp {
  color: #E65300;
  font-size: 3rem;
  transition: color 0.5s;
  cursor: pointer;
}
.paragraph--type--carousel .custom-owl-arrows .fa-solid.fa-sharp:hover {
  color: #F2F2F2;
}
.paragraph--type--carousel .copy {
  color: #ffffff;
  font-family: GalaxiePolaris;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  height: auto;
}
.paragraph--type--carousel .copy p {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2rem;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.paragraph--type--carousel .copy a {
  color: #ad3e00;
  text-decoration: none;
  -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;
}
.paragraph--type--carousel .copy a:hover {
  color: #E65300;
}
.paragraph--type--carousel .slide-image {
  width: 100% !important;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--carousel .slide-image {
    display: block !important;
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 60% !important;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--carousel.image-align-right .slide-image {
    left: unset;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--carousel.image-align-right .inner:before {
    right: 4.5rem;
    left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--carousel.image-align-right .inner:before {
    right: 4.5rem;
    left: auto;
  }
}
