.smallcaps {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 1.3rem;
  font-weight: bold;
}

.readmore, .btn--primary {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #003594;
  padding: 1em 1.5em;
  margin-top: 2em;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
}
.readmore:hover, .btn--primary:hover {
  background: #3366ff;
}
.readmore a, .btn--primary a {
  text-decoration: none;
  color: #fff;
}

.viewmore {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #003594;
  padding: 1em 1.5em;
  margin-top: 2em;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  /*
    color: $pitt-blue-dark !important;
    font-weight: bold;
    font-family: $body-font;
    line-height: 1;
    font-size: 1.6rem;
    @include tablet {
      font-size: 1.6rem
    }
    @include desktop {
      font-size: 2.0rem;
    }
    &:hover {
      color: $bright-blue !important;
    }
    &:after {
      content: "";
      background: url(../img/arrow_right.png) no-repeat;
      background-size: contain;
      display: inline-block;
      width: 40px;
      height: 12px;
      margin-left: 0.75em;  
    }
  */
}
.viewmore:hover {
  background: #3366ff;
}

h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
  }
}
h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 2.1rem;
  }
}
h4 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 1.3rem;
  font-weight: bold;
  /*
    @include tablet {
      font-size: 4.0rem;
    }
    @include desktop {
      font-size: 5.0rem;
    }
    @include wide {
      font-size: 6.0rem;
    } 
  */
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.paragraph--type--callout-slider {
  margin-top: 40px;
  margin-bottom: 50px;
  /*
  .paragraph--type--callout-slider {
    background: url(../img/bg_grit_white_gold.jpg) no-repeat center right;
    background-size: contain;
  }
  */
  /*

   @media (min-width: 575px) {
       .card-carousel-slide-title {
           font-size: calc(24px + 8 * (100vw - 575px) / 1025);
      }
  }
   @media (min-width: 1600px) {
       .card-carousel-slide-title {
           font-size: 32px;
      }
  }
   @media (max-width: 767.98px) {
       .card-carousel-slide-title {
           margin-bottom: 30px;
      }
  }
   @media (min-width: 1900px) {
       .card-carousel-slide-title {
           font-size: 37px;
      }
  }
  */
}
@media screen and (min-width: 992px) {
  .paragraph--type--callout-slider {
    margin-top: 60px;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--callout-slider {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
.paragraph--type--callout-slider .carousel-content {
  padding: 20px;
  position: absolute;
  bottom: -400px;
  width: calc(100% - 20px);
  z-index: 5;
  transition: 0.25s ease;
}
.paragraph--type--callout-slider .carousel-content .btn--primary {
  color: #fff;
  margin-top: 0;
}
.paragraph--type--callout-slider .carousel-caption h3 {
  color: #fff;
}
.paragraph--type--callout-slider .carousel-caption p {
  color: #fff;
  text-decoration: none;
}
.paragraph--type--callout-slider .carousel-caption p:after {
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f061";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  padding-left: 10px;
  transition: 0.25s ease;
}
@media (min-width: 1900px) {
  .paragraph--type--callout-slider .carousel-caption {
    font-size: 20px;
  }
}
.paragraph--type--callout-slider .carousel-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.paragraph--type--callout-slider .carousel-controls .btn {
  background: #fff;
  border: none !important;
  border-radius: 0 !important;
  color: #142554 !important;
  padding: 31px 16px;
}
.paragraph--type--callout-slider .carousel-controls .btn.carousel-controls-prev {
  margin-left: 10px;
  pointer-events: auto;
}
.paragraph--type--callout-slider .carousel-controls .btn.carousel-controls-prev .icon-arrow-right:before {
  transform: rotate(180deg);
}
.paragraph--type--callout-slider .carousel-controls .btn.carousel-controls-next {
  margin-right: 10px;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .paragraph--type--callout-slider .carousel-controls .btn {
    font-size: 6px;
    padding: 16px 8px;
  }
}
.paragraph--type--callout-slider .carousel-image {
  position: relative;
  padding: 0;
  transition: 0.25s ease;
}
.paragraph--type--callout-slider .image-style-callout-slider, .paragraph--type--callout-slider .carousel-image img {
  width: 100%;
}
.paragraph--type--callout-slider .carousel-pagination {
  margin: 20px 0;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.paragraph--type--callout-slider .carousel-pagination button {
  background: #fff;
  border: 2px solid #142554;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: top;
}
.paragraph--type--callout-slider .carousel-pagination button.tns-nav-active {
  background: #142554;
}
.paragraph--type--callout-slider .spotlight-slider {
  padding: 115px 0 85px;
  position: relative;
}
.paragraph--type--callout-slider .spotlight-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.paragraph--type--callout-slider .spotlight-slider-header {
  text-align: center;
  padding-bottom: 25px;
}
.paragraph--type--callout-slider .spotlight-slider-header h2 {
  color: #142554;
}
.paragraph--type--callout-slider .spotlight-slider-header p {
  display: inline-block;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 20px;
}
.paragraph--type--callout-slider .spotlight-slider > .container {
  text-align: center;
  padding-top: 45px;
}
.paragraph--type--callout-slider .spotlight-slider > .container .btn--primary {
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .paragraph--type--callout-slider .spotlight-slider .swiper-container {
    padding: 0 20px;
  }
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide {
  position: relative;
  padding: 20px 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide a:before {
  background: none;
  border: 0 solid #ffb81c;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 100%;
  transition: 0.25s ease;
  z-index: 3;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide a:after {
  background: linear-gradient(rgba(0, 0, 0, 0.15), black);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  transition: 0.25s ease;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide a:hover:before, .paragraph--type--callout-slider .spotlight-slider .swiper-slide a:focus:before {
  border: 20px solid #ffb81c;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide a:hover:after, .paragraph--type--callout-slider .spotlight-slider .swiper-slide a:focus:after {
  opacity: 1;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide a:hover .carousel-content, .paragraph--type--callout-slider .spotlight-slider .swiper-slide a:focus .carousel-content {
  bottom: 20px;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide a:hover .carousel-caption p, .paragraph--type--callout-slider .spotlight-slider .swiper-slide a:focus .carousel-caption p {
  text-decoration: underline;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide a:hover .carousel-caption p:after, .paragraph--type--callout-slider .spotlight-slider .swiper-slide a:focus .carousel-caption p:after {
  padding-left: 20px;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide.swiper-slide-active {
  padding: 20px 0 0;
  transform: scale(1.05);
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide.swiper-slide-active a:before {
  border: 20px solid #ffb81c;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide.swiper-slide-active a:after {
  opacity: 1;
}
.paragraph--type--callout-slider .spotlight-slider .swiper-slide.swiper-slide-active a .carousel-content {
  bottom: 20px;
}
@media (max-width: 575.98px) {
  .paragraph--type--callout-slider .spotlight-slider .swiper-slide.swiper-slide-active a {
    box-shadow: none;
  }
}
.paragraph--type--callout-slider .media-gallery-container {
  position: relative;
}
.paragraph--type--callout-slider .media-gallery-container .carousel-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.paragraph--type--callout-slider .media-gallery-container .carousel-controls .btn--prev {
  margin-left: 10px;
  pointer-events: auto;
}
.paragraph--type--callout-slider .media-gallery-container .carousel-controls .btn--next {
  margin-right: 10px;
  pointer-events: auto;
}
.paragraph--type--callout-slider .carousel.no-js {
  overflow-x: auto;
}
.paragraph--type--callout-slider .carousel.no-js > div {
  display: none;
  float: none;
}
.paragraph--type--callout-slider .carousel.no-js > div:first-of-type {
  display: block;
}
.paragraph--type--callout-slider .card-carousel {
  padding: 0 0 78px;
  /*
       background: url(../img/bg_grit_white_gold.jpg) no-repeat center right;
       background-size: contain;
  */
}
@media (max-width: 767.98px) {
  .paragraph--type--callout-slider .card-carousel {
    padding: 0 20px 47px;
  }
}
.paragraph--type--callout-slider .card-carousel-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}
.paragraph--type--callout-slider .card-carousel-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 40px;
}
.paragraph--type--callout-slider .card-carousel-inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.paragraph--type--callout-slider .card-carousel-inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.paragraph--type--callout-slider .card-carousel-reverse .card-carousel-inner {
  grid-template-areas: "card-carousel-left card-carousel-right";
  grid-gap: 0;
}
.paragraph--type--callout-slider .card-carousel-reverse .card-carousel-inner > *:nth-child(1),
.paragraph--type--callout-slider .card-carousel-reverse .card-carousel-inner .card-carousel-left {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-row: 1;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--callout-slider .card-carousel-reverse .card-carousel-inner > *:nth-child(1),
  .paragraph--type--callout-slider .card-carousel-reverse .card-carousel-inner .card-carousel-left {
    padding-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--callout-slider .card-carousel-reverse .card-carousel-inner > *:nth-child(1),
  .paragraph--type--callout-slider .card-carousel-reverse .card-carousel-inner .card-carousel-left {
    grid-column: 3;
    padding-left: 0;
  }
}
.paragraph--type--callout-slider .card-carousel-reverse .card-carousel-inner > *:nth-child(2),
.paragraph--type--callout-slider .card-carousel-reverse .card-carousel-inner .card-carousel-right {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1;
  z-index: 20;
}
.paragraph--type--callout-slider .card-carousel-inner .card-carousel-right {
  width: 100%;
}
.paragraph--type--callout-slider .card-carousel-left {
  align-self: center;
  position: relative;
}
@media (min-width: 1200px) {
  .paragraph--type--callout-slider .card-carousel-inner {
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .paragraph--type--callout-slider .card-carousel-inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .paragraph--type--callout-slider .card-carousel-inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--callout-slider .card-carousel-inner {
    display: block;
  }
}
.paragraph--type--callout-slider .card-carousel-nav {
  margin: 25px 0 0;
  padding: 0 30px;
  list-style-type: none;
}
.paragraph--type--callout-slider .card-carousel-nav li {
  display: inline-block;
  vertical-align: middle;
}
.paragraph--type--callout-slider .card-carousel-nav li + li {
  margin-left: 5px;
}
.paragraph--type--callout-slider .card-carousel-nav li button {
  background: #fff;
  border: 1px solid #142554;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.paragraph--type--callout-slider .card-carousel-nav li button.active {
  color: #fff;
  background: #142554;
  width: 15px;
  height: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--callout-slider .card-carousel-nav {
    padding: 20px 65px 0;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--callout-slider .card-carousel-nav {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--callout-slider .card-carousel-nav {
    margin-bottom: 35px;
  }
  .paragraph--type--callout-slider .card-carousel-nav li + li {
    margin-left: 10px;
  }
  .paragraph--type--callout-slider .card-carousel-nav li button {
    width: 10px;
    height: 10px;
  }
  .paragraph--type--callout-slider .card-carousel-nav li button.active {
    width: 12px;
    height: 12px;
  }
}
.paragraph--type--callout-slider .card-carousel-slide {
  transition: all 0.4s ease;
  background: #fff;
  padding: 0 30px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .paragraph--type--callout-slider .card-carousel-slide {
    padding: 0 65px 0;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--callout-slider .card-carousel-slide {
    padding: 0;
  }
}
.paragraph--type--callout-slider .card-carousel-slide:nth-of-type(1) {
  z-index: 3;
}
.paragraph--type--callout-slider .card-carousel-slide:nth-of-type(2) {
  z-index: 2;
}
.paragraph--type--callout-slider .card-carousel-slide:nth-of-type(3) {
  z-index: 1;
}
.paragraph--type--callout-slider .card-carousel-slide:nth-of-type(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.paragraph--type--callout-slider .card-carousel-slide:nth-of-type(n + 4) {
  visibility: hidden;
}
.paragraph--type--callout-slider .card-carousel-slide-title {
  color: #00205B;
  font-family: "alternate-gothic-atf", sans-serif;
  margin: 0.35em 0 1em !important;
  line-height: 1;
  font-weight: 500;
}
.paragraph--type--callout-slider .card-carousel-slide-title a {
  color: #2b2b2b;
}
.paragraph--type--callout-slider .card-carousel-slide-title a:hover {
  color: #3366ff;
}
.paragraph--type--callout-slider .card-carousel-slide-btn {
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .paragraph--type--callout-slider .card-carousel-slide-btn {
    padding: 0 65px;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--callout-slider .card-carousel-slide-btn {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--callout-slider .card-carousel-slide-btn {
    display: none;
  }
}
.paragraph--type--callout-slider .card-carousel-slide-btn-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #142554;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  position: relative;
  margin-top: 77px;
}
.paragraph--type--callout-slider .card-carousel-slide-btn-title:before {
  content: "";
  border-top: 1px solid #142554;
  display: block;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
}
@media (min-width: 1900px) {
  .paragraph--type--callout-slider .card-carousel-slide-btn-title {
    font-size: 18px;
  }
}
.paragraph--type--callout-slider .card-carousel-slide-btn-next {
  background: transparent;
  border: none;
  text-align: left;
  color: #142554;
  padding: 0;
  font-size: 15px;
  margin-top: 10px;
  position: relative;
  padding-right: 45px;
}
.paragraph--type--callout-slider .card-carousel-slide-btn-next:after {
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f061";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.paragraph--type--callout-slider .card-carousel-slide-btn-next:hover {
  text-decoration: underline;
}
.paragraph--type--callout-slider .card-carousel-slide-btn-next:hover:after {
  right: -10px;
}
@media (max-width: 991.98px) {
  .paragraph--type--callout-slider .card-carousel-slide-btn-next {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .paragraph--type--callout-slider .card-carousel-slide-btn-next {
    font-size: 18px;
  }
}
.paragraph--type--callout-slider .card-carousel-content {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--callout-slider .card-carousel-content {
    margin-bottom: 0;
  }
}
.paragraph--type--callout-slider .card-carousel-content .btn--primary {
  margin-right: 1em;
  color: #fff;
}
.paragraph--type--callout-slider .card-carousel-content .btn--primary a {
  color: #fff;
}
.paragraph--type--callout-slider .card-carousel-image {
  perspective: 1000px;
  position: relative;
}
@-webkit-keyframes cardSlideOne {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cardSlideOne {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cardSlideTwo {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cardSlideTwo {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cardSlideThree {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cardSlideThree {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  @-webkit-keyframes cardSlideTwo {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes cardSlideTwo {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes cardSlideThree {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes cardSlideThree {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (max-width: 767.98px) {
  @-webkit-keyframes cardSlideTwo {
    0% {
      transform: none;
    }
    100% {
      transform: none;
    }
  }
  @keyframes cardSlideTwo {
    0% {
      transform: none;
    }
    100% {
      transform: none;
    }
  }
  @-webkit-keyframes cardSlideThree {
    0% {
      transform: none;
    }
    100% {
      transform: none;
    }
  }
  @keyframes cardSlideThree {
    0% {
      transform: none;
    }
    100% {
      transform: none;
    }
  }
}
.paragraph--type--callout-slider .card-carousel-image-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 400px;
  height: 400px;
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: all 0.4s ease;
}
.paragraph--type--callout-slider .card-carousel-image-slide figure {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.paragraph--type--callout-slider .card-carousel-image-slide figure img {
  width: 100%;
}
@media (min-width: 1200px) {
  .paragraph--type--callout-slider .card-carousel-image-slide {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--callout-slider .card-carousel-image-slide {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--callout-slider .card-carousel-image-slide {
    width: 100%;
    height: auto;
    transform: none !important;
  }
  .paragraph--type--callout-slider .card-carousel-image-slide figure {
    position: relative;
  }
}
.paragraph--type--callout-slider .card-carousel-image-slide:nth-of-type(1) {
  z-index: 3;
}
.paragraph--type--callout-slider .card-carousel-image-slide:nth-of-type(2) {
  z-index: 2;
}
.paragraph--type--callout-slider .card-carousel-image-slide:nth-of-type(3) {
  z-index: 1;
}
.paragraph--type--callout-slider .card-carousel-image-slide:nth-of-type(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.paragraph--type--callout-slider .card-carousel-image-slide:nth-of-type(n + 4) {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .paragraph--type--callout-slider .card-carousel-image + .btn--primary {
    margin-top: 30px;
  }
}
.paragraph--type--callout-slider .card-carousel-image.animated .card-carousel-image-slide:nth-of-type(1) {
  -webkit-animation: cardSlideOne 1s ease forwards;
  animation: cardSlideOne 1s ease forwards;
}
.paragraph--type--callout-slider .card-carousel-image.animated .card-carousel-image-slide:nth-of-type(2) {
  -webkit-animation: cardSlideTwo 1s ease forwards;
  animation: cardSlideTwo 1s ease forwards;
}
.paragraph--type--callout-slider .card-carousel-image.animated .card-carousel-image-slide:nth-of-type(3) {
  -webkit-animation: cardSlideThree 1s ease forwards;
  animation: cardSlideThree 1s ease forwards;
}
.paragraph--type--callout-slider .card-carousel.v2 .card-carousel-nav {
  /*
      position: absolute;
      top: -8px;
      z-index: 10;
      right: 00px;
  */
}
@media screen and (min-width: 768px) {
  .paragraph--type--callout-slider .card-carousel.v2 .card-carousel-nav {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 54px;
    text-align: left;
  }
}

/*# sourceMappingURL=lib_carousel.css.map */
