@keyframes hideLogo {
  0%, 40% {
    opacity: 1;
  }
  
  45%, 95% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

@keyframes revealLogo {
  0%, 40% {
    opacity: 0;
  }
  
  45%, 95% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes flipLogo {
  0%, 40% {
    transform: rotateX(0deg);
  }
  
  45%, 95% {
    transform: rotateX(180deg);
  }
  
  100% {
    transform: rotateX(360deg);
  }
}

@media (max-width: 1024px) {
  .wrapper.container.maincontent.flexible-blocks .content-wrapper {
    width: calc( 100% - 60px );
  }
  .page-template-generic .s-page-closer {
    overflow: hidden;
  }
  
  .page-template-generic .page-closer {
    padding-top: 120px;
  }
}

section {
  position: relative;
}

.c-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.lottie.lottie-mobile {
  display: none;
}

.lottie-container.constrict-lottie {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.lottie-container.constrict-lottie .lottie-holder:before {
  position: absolute;
  content: '';
  display: block;
  width: 200px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #14105B 0%, rgba(20, 16, 91, 0.6) 53%, transparent 80%);
  z-index: 5;
}

.lottie-container.constrict-lottie .lottie-holder:after {
  position: absolute;
  content: '';
  display: block;
  width: 200px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #14105B 0%, rgba(20, 16, 91, 0.6) 53%, transparent 80%);
  z-index: 5;
}

@media (max-width: 1024px) {
  .lottie.lottie-desktop {
    display: none;
  }
  
  .lottie.lottie-mobile {
    display: block;
  }
  
  .lottie-container.constrict-lottie .lottie-holder:before,
  .lottie-container.constrict-lottie .lottie-holder:after {
    display: none;
  }
}

.hero-content {
  color: #fff;
}

.s-hero h1 {
  color: #FFF;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
}

.s-hero .c-title {
  margin-bottom: 32px;
}

.s-hero .c-text {
  color: #FFF;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  max-width: 610px;
  margin-bottom: 60px;
}

.c-button.button.btn.btn-blue {
  background: #14105B;
  border-color: #14105B;
  font-weight: 600;
  color: #fff;
}

.c-button.button.btn.btn-blue_outline {
  background: transparent;
  border-color: #14105B;
  font-weight: 600;
  color: #14105B;
  transition: 100ms all ease-in;
}

.c-button.button.btn.btn-blue_outline:hover {
  background: #14105B;
  border-color: #14105B;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1024px) {
  .s-hero .hero-pre-heading {
    font-size: 22px;
  }
  
  .s-hero h1 {
    font-size: 30px;
    text-align: center;
  }
  
  .s-hero .c-text {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    max-width: unset;
  }
  
  .s-hero .c-button {
    margin: 0 auto;
  }
}

/* Logos Strip */

.s-logos .c-title {
  text-align: center;
}

.s-logos .logos {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  background: #dbe7fb;
  mix-blend-mode: multiply;
  grid-gap: 20px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.s-logos .logos .logo-wrapper svg {
  width: 100%;
  height: auto;
  display: block
}

.s-logos .logos .logo-wrapper img {
  mix-blend-mode: multiply;
  max-height: 100px;
  width: auto;
  display: block
}

.s-logos .logos-overlay {
  opacity: .4;
  border-radius: 232px;
  opacity: 1;
  background-image: linear-gradient(180deg, #fff 0%, #fff 60%, #B4CAF6 100%);
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .s-logos .logos {
    grid-gap: 10px;
  }
  
  .s-logos.content-wrapper {
    width: calc(100% - 86px);
  }
}

@media (max-width: 1024px) {
  .wrapper.container.maincontent.flexible-blocks .s-logos .content-wrapper {
    width: 100%;
  }
  
  .s-logos .logos-overlay {
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .s-logos .logos {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (max-width: 576px) {
  .s-logos .logos {
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding: 0;
  }
}

.s-logos .logos .logo-wrapper {
  padding: 0;
}

.s-logos .logos .card {
  height: 100px;
  perspective: 100px;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: visible;
  transition: all .7s;
  transform: translateZ(10px);
  /* animation: flipLogo 8s infinite cubic-bezier(0.4, 0, 1, 1); */
  display: flex;
  justify-content: center;
  padding-left: 20px;
}

.s-logos .logos .holder:nth-child(1) .card,
.s-logos .logos .holder:nth-child(1) .card .front,
.s-logos .logos .holder:nth-child(1) .card .back {
  animation-delay: 0s;
}
.s-logos .logos .holder:nth-child(2) .card,
.s-logos .logos .holder:nth-child(2) .card .front,
.s-logos .logos .holder:nth-child(2) .card .back {
  animation-delay: 0.15s;
}
.s-logos .logos .holder:nth-child(3) .card,
.s-logos .logos .holder:nth-child(3) .card .front,
.s-logos .logos .holder:nth-child(3) .card .back {
  animation-delay: 0.3s;
}
.s-logos .logos .holder:nth-child(4) .card,
.s-logos .logos .holder:nth-child(4) .card .front,
.s-logos .logos .holder:nth-child(4) .card .back {
  animation-delay: 0.45s;
}
.s-logos .logos .holder:nth-child(5) .card,
.s-logos .logos .holder:nth-child(5) .card .front,
.s-logos .logos .holder:nth-child(5) .card .back {
  animation-delay: 0.6s;
}
.s-logos .logos .holder:nth-child(6) .card,
.s-logos .logos .holder:nth-child(6) .card .front,
.s-logos .logos .holder:nth-child(6) .card .back {
  animation-delay: 0.75s;
}

.s-logos .logos .card .front,
.s-logos .logos .card .back {
  position: absolute;
  height: inherit;
  width: inherit;
  transition: all .7s;
  transform-style: preserve-3d;
  backface-visibility: visible;
}

.s-logos .logos .card .front {
  animation: hideLogo 8s infinite cubic-bezier(0.4, 0, 1, 1);
  opacity: 1;
}

.s-logos .logos .card .back {
  /* transform: rotateX(180deg); */
  opacity: 0;
  animation: revealLogo 8s infinite cubic-bezier(0.4, 0, 1, 1);
}

.s-logos .logos .logo-wrapper img {
  width: auto;
}

.s-logos .logos-overlay {
  
}

.s-logos .logos {
  background: #fff;
}

.s-benefits {
  color: #fff;
}

.s-benefits .benefits-content > .c-title {
  text-align: center;
  margin-bottom: 24px;
}

.s-benefits .benefits-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px 40px;
}

.s-benefits .benefit-single:nth-child(3n+2) {
  margin-top: 50px;
}

.s-benefits .benefit-single:nth-child(3n+3) {
  margin-top: 100px;
}

.s-benefits .benefit-single {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  align-self: flex-start;
  padding-left: 20px;
}

.s-benefits .benefit-single .c-image {
  margin-bottom: 20px;
}

.s-benefits .benefit-single .c-title {
  margin-bottom: 20px;
}

.s-benefits .benefit-single h4 {
  color: #98B3FF;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px; /* 128% */
}

.s-benefits .benefit-single .c-text {
  color: #98B3FF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.s-benefits .benefit-single:before {
  position: absolute;
  left: 0;
  top: -10%;
  content: '';
  display: block;
  width: 1px;
  height: 120%;
  background: #98B3FF;
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .s-benefits .benefits-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  
  .s-benefits .benefit-single:before {
    display: none;
  }
  
  .s-benefits .benefit-single {
    margin-top: 0 !important;
    padding-left: 0;
  }
  
  .s-benefits .benefit-single h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.s-video-bg-with-featured-title {
  max-height: 650px;
  display: flex;
  align-items: center;
}

.s-video-bg-with-featured-title .video-bg-holder {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  max-height: 650px;
}

.s-video-bg-with-featured-title .video-container {
  width: 100%;
  height: 100%;
}

.s-video-bg-with-featured-title video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.s-video-bg-with-featured-title .content-wrapper {
  position: relative;
  z-index: 10;
}

.s-video-bg-with-featured-title .video-bg-with-featured-title-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.s-video-bg-with-featured-title .video-bg-with-featured-title-content h4 {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 1024px) {
  .s-video-bg-with-featured-title .video-bg-with-featured-title-content h4 {
    font-size: 18px;
  }
  
  .s-video-bg-with-featured-title .video-bg-with-featured-title-content h4 br {
    display: none;
  }
  
  .s-video-bg-with-featured-title.auto-height-bg-video-mobile .video-bg-holder {
    height: 100%;
  }
  
  .s-video-bg-with-featured-title.auto-height-bg-video-mobile .content-wrapper {
    min-height: unset;
  }
  
  .s-video-bg-with-featured-title.v-centered-content {
    display: flex;
    align-items: center;
  }
}

/* Case Studies */
.s-testimonial-carousel .cs-wrapper-new {
  padding: 104px 0 40px;
}

.s-testimonial-carousel .cs-wrapper-new .cs-top-heading {
  text-align: center;
  margin-bottom: 100px;
}

.s-testimonial-carousel .cs-wrapper-new .cs-top-heading h3 {
  opacity: 1;
  color: rgba(20, 16, 91, 1);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 30px;
}

.s-testimonial-carousel .cs-wrapper-new .cs-top-heading p {
  opacity: 1;
  color: rgba(20, 16, 91, 1);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  line-height: 26px;
  max-width: 750px;
  margin: 0 auto;
}

.s-case-studies-carousel .case-studies-wrapper:not(.is-carousel) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  justify-content: center;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item {
  width: 575px;
  height: 506px;
  display: flex;
  flex-flow: column wrap;
  padding: 40px;
  color: #fff;
  background-repeat: no-repeat;
  margin: 0 10px;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-top-info h4 {
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 17px;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-top-info p {
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-bottom-info {
  margin-top: auto;
  margin-bottom: 0;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link p {
  position: relative;
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin-left: 40px;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link p:before {
  height: 41px;
  width: 1px;
  margin-left: 22px;
  content: '';
  position: absolute;
  top: -9px;
  left: -40px;
  background: #90A3D0;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-read-link {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-read-link a {
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-read-link a img {
  margin-left: 5px;
  transition: 100ms all ease-in;
  transition-delay: 0s;
  transform: translateY(3px);
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-hover-text {
  opacity: 0;
  /* visibility: hidden; */
  backface-visibility: hidden;
  transition: 100ms all ease-in;
  transition-delay: 0ms;
  /* top: 20px; */
  position: relative;
  /* animation: 0.5s fadeOutDownSpecial; */
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-hover-text h3 {
  margin-bottom: 20px;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item:hover .cs-hover-text {
  opacity: 1;
  animation: 300ms csFadeInUpSpecial;
  /* transition-delay: 0ms; */
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link {
  display: flex;
  position: relative;
  align-items: center;
  /* transform: translateY(82px); */
  transform: translateY(45px);
  transition: transform 250ms 0s;
  transition-delay: 50ms;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link img {
  width: 172px;
  height: auto;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item:hover .cs-logo-link {
  transform: translateY(-28px);
  transition: transform 200ms;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item:hover .cs-read-link a img {
  margin-left: 10px;
  transition-delay: 0s;
}

.s-case-studies-carousel .case-studies-wrapper .cs-item .cs-read-link .cs-hover-text h3 {
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}

.s-case-studies-carousel .case-studies-wrapper .cs-top-info {
  display: flex;
  justify-content: space-between;
}

.s-case-studies-carousel h3 {
  color: #14105B;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.s-case-studies-carousel .slide_navigation {
  display: flex;
  position: relative;
  max-width: 240px;
  margin-right: 40px;
  margin-left: auto;
  margin-bottom: 40px;
  justify-self: flex-end;
  justify-content: center;
}
.s-case-studies-carousel .slide_navigation .slick-arrow {
  outline: none;
  border: none;
  position: absolute;
  width: 15px;
  height: 30px;
  cursor: pointer;
}
.s-case-studies-carousel .slide_navigation .slick-arrow.btnPrev {
  background: url(/wp-content/themes/orca/images/testimonial-arrow-left.svg) no-repeat;
  left: -35px;
}
.s-case-studies-carousel .slide_navigation .slick-arrow.btnNext {
  background: url(/wp-content/themes/orca/images/testimonial-arrow-left.svg) no-repeat;
  transform: rotate(180deg);
  right: -35px;
}
.s-case-studies-carousel .slider__counter {
  color: #98B3FF;
  font-size: 22px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  line-height: 23px;
  padding-top: 3px;
}

.s-case-studies-carousel .slider__counter span {
  color: #14105B;
}

.s-image-and-text .mobile-only {
  display: none;
}

.s-image-and-text .image-and-text-content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}

.s-image-and-text .image-and-text-content.no-image {
  grid-template-columns: 1fr;
}

.s-image-and-text .image-and-text-content.no-image .c-title {
  margin-bottom: 53px;
}

.s-image-and-text .image-and-text-content .c-image img {
  max-width: 585px;
  height: auto;
}

.s-image-and-text h4.it-pre-heading {
  color: #14105B;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.s-image-and-text h3 {
  color: #14105B;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 48px;
}

.s-image-and-text .c-text {
  color: #14105B;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

.s-image-and-text.constrict-width .text-wrapper {
  max-width: 800px;
}

.s-image-and-text.center-aligned .text-wrapper {
  margin: 0 auto;
  text-align: center;
}

.s-image-and-text.constrict-width.center-aligned .text-wrapper .c-text {
  max-width: 780px;
}

/* Testimonial Carousel */
.s-testimonial-carousel .testimonials-wrapper .content-wrapper {
  width: 100% !important;
}
.s-testimonial-carousel .testimonials-wrapper {
  padding: 100px 0;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .quote-icon {
  width: auto;
  height: 120px;
  margin: auto;
  display: block;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .slider-wrapper {
  text-align: center;
  max-width: 789px;
  margin: 60px auto 0;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item {
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote {
  font-size: 30px;
  line-height: 45px
}

.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .line {
  background: #98b3ff;
  width: 350px;
  height: 1px;
  margin: 60px auto;
  display: none;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px auto 0;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo .logo-wrapper {
  height: 60px;
  margin-right: 20px;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo .logo-wrapper img {
  width: auto;
  height: 100%;
  display: block
}

.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title {
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title strong {
  font-weight: 700
}

.s-testimonial-carousel .testimonials-wrapper .side-legend {
  margin: 60px 0 -20px;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .side-legend .items {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .side-legend .items .item {
  cursor: pointer;
  width: 62px;
  height: 20px;
  margin: 0 9px;
  position: relative
}

.s-testimonial-carousel .testimonials-wrapper .side-legend .items .item.active:after {
  transform: scaleX(1) !important
}

.s-testimonial-carousel .testimonials-wrapper .side-legend .items .item:before {
  content: "";
  background: #b6cbf6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0
}

.s-testimonial-carousel .testimonials-wrapper .side-legend .items .item:after {
  content: "";
  transform-origin: top;
  background: #14105b;
  width: 100%;
  height: 1px;
  transition: all .44s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0) !important
}
.s-testimonial-carousel .testimonials-wrapper {
  padding: 120px 0;
  margin-bottom: 0;
  background: #fff;
}
.s-testimonial-carousel .testimonials-wrapper:after {
  content: '';
  height: 35px;
  width: 100%;
  display: block;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper {
  max-width: unset;
}
.s-testimonial-carousel .testimonials-wrapper .top-group {
  display: flex;
  justify-content: space-between;
}
.s-testimonial-carousel .testimonials-wrapper .slide_navigation {
  display: flex;
  position: relative;
  top: 15px;
  left: -34px;
}
.s-testimonial-carousel .testimonials-wrapper .slide_navigation .slick-arrow {
  outline: none;
  border: none;
  position: absolute;
  width: 15px;
  height: 30px;
  cursor: pointer;
}
.s-testimonial-carousel .testimonials-wrapper .slide_navigation .slick-arrow.btnPrev {
  background: url(/wp-content/themes/orca/images/testimonial-arrow-left.svg) no-repeat;
  left: -35px;
}
.s-testimonial-carousel .testimonials-wrapper .slide_navigation .slick-arrow.btnNext {
  background: url(/wp-content/themes/orca/images/testimonial-arrow-left.svg) no-repeat;
  transform: rotate(180deg);
  right: -35px;
}
.s-testimonial-carousel .testimonials-wrapper .slider__counter {
  color: #98B3FF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  width: 32px;
  /* display: none; */
}

.s-testimonial-carousel .testimonials-wrapper .slider__counter span {
  color: #14105B
}
.s-testimonial-carousel .testimonials-wrapper h2 {
  color: rgba(20, 16, 91, 1);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item {
  opacity: 0;
  transition-delay: 0ms;
  transition: 250ms opacity ease-in;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item.slick-active {
  opacity: 1;
  transition: 350ms all ease-out;
  transition-delay: 450ms;
}
.s-testimonial-carousel .testimonials-wrapper .bottom-group .slide_navigation {
  display: none;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote-video {
  display: flex;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote-video .video-holder {
  position: relative;
  max-width: 575px;
  width: 100%;
  height: 324px;
  flex-shrink: 0;
  pointer-events: all;
  cursor: pointer;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote-video .video-holder img {
  max-width: 575px;
  height: auto;
  border-radius: 20px;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .slick-track .item.slick-slide .video-watch-button-group {
  display: none;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote-video .video-holder .overlay.of-video {
  /* opacity: .6; */
  opacity: 1;
  /* background: #14105b; */
  border-radius: 20px;
  /* border-radius: 20px;
  opacity: 1; */
  background-image: linear-gradient(180deg, rgba(28, 43, 89, 0.01) 0%, rgba(20, 16, 91, 1) 100%);
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote-video .video-holder .vid-icon {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  margin-top: -30px;
  margin-left: -40px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote {
  color: rgba(20, 16, 91, 1);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 37px;
  margin-right: 50px;
  position: relative;
  padding-top: 40px;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url(/wp-content/themes/orca/images/testimonials-bg-quote-icon.svg) no-repeat center center / 100%;
  width: 85px;
  height: 80px;
  z-index: -1;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .company-logo-testimonial .logo-wrapper img {
  max-width: 110px;
  height: auto;
  display: block;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .company-logo-testimonial .logo-wrapper {
  /* height: 70px; */
  margin-right: 20px;
  /* padding-left: 80px; */
  display: flex;
  align-items: center;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo .photo-wrapper {
  margin-right: 20px;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo .photo-wrapper img {
  max-width: 60px;
  height: auto;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 20px;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo {
  justify-content: flex-start;
  margin: 40px auto 0;
  align-items: center;
}
.s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo .logo-wrapper {
  height: 70px;
  margin-right: 20px;
}

@keyframes csFadeInUpSpecial {
  0% {
    visibility: hidden;
    transform: translateY(37px);
  }
  
  to {
    visibility: visible;
    transform: translateY(0)
  }
}

.s-case-studies-carousel .cs-top-info--icon {
  display: none !important;
}

@media (max-width: 1366px) {
  .s-case-studies-carousel .case-studies-wrapper {
    display: flex;
    justify-content: center;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item {
    width: 475px;
    border-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .s-case-studies-carousel .case-studies-wrapper {
    display: block !important;
  }
  
  .s-case-studies-carousel .case-studies-wrapper.case-studies-wrapper:not(.is-carousel) .cs-item {
    margin-bottom: 30px;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-hover-text {
    opacity: 1;
    animation: none;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item:hover .cs-hover-text {
    animation: none;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item:hover .cs-logo-link {
    transform: none;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item:hover .cs-read-link a img {
    margin-left: 0;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-hover-text h3 {
    display: none;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link {
    transform: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link p {
    margin-left: 10px;
    font-size: 16px;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link p:before {
    display: none;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link p:after {
    width: 137px;
    height: 1px;
    background: #90A3D0;
    content: '';
    display: block;
    bottom: -20px;
    left: 0;
    position: absolute;
    opacity: 0.2;
  }
  
  .s-case-studies-carousel h3 {
    font-size: 30px;
    text-align: center;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item {
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    max-height: 370px;
    background-size: cover;
    background-position: center center;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-read-link a {
    display: flex;
    align-items: center;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-top-info h4 {
    font-size: 30px;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link img {
    width: 150px;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-read-link a img {
    margin-left: 10px;
    transform: translateY(3px);
  }
  
  .s-case-studies-carousel .slide_navigation {
    justify-self: auto;
    max-width: 80%;
  }

  .s-testimonial-carousel .testimonials-wrapper {
    padding: 90px 0
  }

  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper {
    margin: 30px auto 0
  }

  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote {
    font-size: 20px;
    line-height: 28px
  }

  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .line {
    width: 100%;
    margin: 58px auto 30px
  }

  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo {
    margin: 30px auto 0;
    display: block
  }

  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo .logo-wrapper {
    margin: 0 auto 10px
  }

  .s-testimonial-carousel .testimonials-wrapper .quote-icon {
    height: 98px
  }

  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo .logo-wrapper img {
    margin: auto
  }

  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title {
    text-align: center;
    font-size: 16px;
    line-height: 27px
  }

  .s-testimonial-carousel .testimonials-wrapper .side-legend {
    width: 100%;
    margin: 40px auto 0;
    display: block;
    position: relative
  }

  .s-testimonial-carousel .testimonials-wrapper .side-legend .items .item {
    width: 62px;
    height: 2px;
    margin: 0 9px
  }

  .s-testimonial-carousel .testimonials-wrapper .side-legend .items {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
  }

  .s-testimonial-carousel .testimonials-wrapper .side-legend .items .item:before,
  .s-testimonial-carousel .testimonials-wrapper .side-legend .items .item:after {
    width: 100%
  }
  
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title {
    width: 100%;
    order: 1;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo .logo-wrapper {
    order: 2;
    margin: 0 24px 0 0;
  }
  
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote-video {
    flex-flow: column wrap;
  }
  
  .s-testimonial-carousel .testimonials-wrapper .top-group .slide_navigation {
    display: none;
  }
  .s-testimonial-carousel .testimonials-wrapper .bottom-group {
    margin: 40px 0;
  }
  .s-testimonial-carousel .testimonials-wrapper .bottom-group .slide_navigation {
    display: flex;
    left: 0;
    top: 0;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote {
    margin-right: 0;
    font-size: 18px;
    line-height: 27px;
    padding-top: 50px;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo {
    flex-wrap: nowrap;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title-logo .photo-wrapper {
    margin-right: 15px;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .name-title {
    text-align: left;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .item .quote-video .video-holder {
    display: none;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .slick-track {
    pointer-events: none;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .slick-track .item.slick-slide .video-watch-button-group {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .slick-track .item.slick-slide .video-watch-button-group .button.open-vimeo span.button_icon {
    margin-right: 10px;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .slick-track .item.slick-slide .video-watch-button-group .button.open-vimeo {
    pointer-events: all;
    color: #14105B;
    font-size: 16px;
    line-height: 12px;
    width: 100%;
    max-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #98B3FF;
  }
  
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .slick-track .item.slick-slide .video-watch-button-group .button.open-video span.button_icon {
    margin-right: 10px;
  }
  .s-testimonial-carousel .testimonials-wrapper .slider-wrapper .slick-track .item.slick-slide .video-watch-button-group .button.open-video {
    pointer-events: all;
    color: #14105B;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #98B3FF;
  }
}

@media (max-width: 576px) {
  .s-case-studies-carousel .case-studies-wrapper:not(.is-carousel) .cs-item {
    margin: 0;
    height: 484px;
    width: 330px;
    max-height: unset;
  }
  
  .s-case-studies-carousel .case-studies-wrapper:not(.is-carousel) .cs-item .cs-top-info {
    display: none;
  }
  
  .s-case-studies-carousel .case-studies-wrapper:not(.is-carousel) .cs-item .cs-logo-link {
    flex-flow: column wrap;
    align-items: flex-start;
  }
  
  .s-case-studies-carousel .case-studies-wrapper:not(.is-carousel) .cs-item .cs-logo-link p {
    margin-left: 0;
  }
  
  .s-case-studies-carousel .case-studies-wrapper:not(.is-carousel) .cs-item .cs-logo-link img {
    margin-bottom: 10px;
  }
  
  .s-case-studies-carousel .case-studies-wrapper:not(.is-carousel) {
    display: flex !important;
    flex-flow: column wrap;
  }
}

@media (max-width: 420px) {
  .s-case-studies-carousel .case-studies-wrapper .cs-item {
    max-width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 400px) {
  .s-case-studies-carousel .case-studies-wrapper .cs-item {
    max-height: 400px;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-bottom-info {
    margin-top: 20px;
  }
  
  .s-case-studies-carousel .case-studies-wrapper .cs-item .cs-logo-link {
    flex-flow: column wrap;
    align-items: flex-start;
  }
}

@media (max-width: 1024px) {
  .s-image-and-text .image-and-text-content {
    grid-template-columns: 1fr;
  }
  
  .s-image-and-text .image-and-text-content .c-image img {
    max-width: 100%;
  }
  
  .s-image-and-text .image-and-text-content .image-wrapper {
    order: 2;
    display: none;
  }
  
  .s-image-and-text h3 {
    color: #14105B;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    margin-bottom: 20px;
  }
  
  .s-image-and-text h4.it-pre-heading {
    font-size: 16px;
  }
  
  .s-image-and-text .mobile-only {
    display: block;
  }
  
  .s-image-and-text .image-and-text-content .mobile-only .image-wrapper {
    display: block;
  }
  .s-image-and-text .c-text {
    font-size: 16px;
    line-height: 22px;
  }
  
  .s-image-and-text .c-text br {
    display: none;
  }
  
  .s-image-and-text .image-and-text-content.no-image .c-title {
    margin-bottom: 22px;
  }
  
  .s-side-by-side-benefits .df-benefits .benefits-text--wrapper h4 {
    font-size: 24px;
    line-height: 150%;
  }
  
  .s-side-by-side-benefits .df-benefits .benefits-text--text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.s-side-by-side-benefits .gifplayer-wrapper .spinner,
.s-side-by-side-benefits .gifplayer-wrapper .play-gif {
  display: none;
}

@media (max-width: 380px) {
  .s-case-studies-carousel .case-studies-wrapper .cs-item {
    display: block;
  }
  
  .s-case-studies-carousel .cs-top-info--icon {
    display: none;
  }
}
