/**
 * Base Styles
 * - 01 - Foundation
 * - 02 - Utilities
 * - 03 - Framework
 * - 04 - Settings
 */
/*------------------------------------*\
  01 - Foundation
\*------------------------------------*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*------------------------------------*\
  02 - Utilities
\*------------------------------------*/
/*------------------------------------*\
  03 - Framework
\*------------------------------------*/
/*------------------------------------*\
  04 - Settings
\*------------------------------------*/
/**
 * Colors
 * - 01 - Variables
 * - 02 - Mapping
 */
/*------------------------------------*\
  01 - Variables
\*------------------------------------*/
/*------------------------------------*\
  02 - Mapping
\*------------------------------------*/
@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

/******* End Drupal Defaults *******/
.paragraph--type--testimonials {
  background: #F8F8F8;
  mix-blend-mode: multiply;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--testimonials {
    padding: 50px 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--testimonials {
    padding: 50px 0;
  }
}

.paragraph--type--testimonials.style--centered {
  margin-bottom: 75px;
}

.paragraph--type--testimonials.style--centered .l-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.paragraph--type--testimonials.style--centered .l-container .testimonials__text {
  text-align: center;
  margin-bottom: 50px;
}

.paragraph--type--testimonials.style--centered .l-container .testimonials__text .field--name-field-text {
  font-size: 16px;
  line-height: 1.5;
}

.paragraph--type--testimonials.style--centered .l-container h2 {
  color: #00488A;
  margin: 20px 0;
  font-size: clamp(26px, 3vw, 42px);
}

.paragraph--type--testimonials.style--centered .l-container h2:before {
  content: '';
  display: block;
  background: #FF850F;
  margin: 0 auto 10px auto;
  width: 45px;
  height: 4px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--testimonials.style--centered .l-container h2:before {
    width: 65px;
    height: 6px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--testimonials.style--centered .l-container h2:before {
    width: 74px;
    height: 9px;
  }
}

.paragraph--type--testimonials.style--centered .testimonials__listing {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 35px;
  position: relative;
  width: 100%;
}

.paragraph--type--testimonials.style--centered .testimonials__listing:before {
  content: '';
  width: 35px;
  height: 100%;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.paragraph--type--testimonials.style--centered .testimonials__listing:after {
  content: '';
  width: 35px;
  height: 100%;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--testimonials.style--centered .testimonials__listing {
    width: 90%;
  }
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__slides {
  display: flex;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__slides,
.paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-shrink: 0;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide {
  position: relative;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide .node--type-testimonial {
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide .node--type-testimonial {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide .node--type-testimonial {
    width: auto;
  }
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide.glide__slide--active {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 99;
  opacity: 1;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide .field--name-field-image {
  position: relative;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__slide .field--name-field-image:before {
  width: 110%;
  content: '';
  height: 90%;
  border-radius: 20px;
  background: #D2E0F0;
  position: absolute;
  display: block;
  left: -5%;
  bottom: 0;
  z-index: -1;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__track {
  position: relative;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__bullets {
  text-align: center;
  margin-top: 15px;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__bullets .glide__bullet {
  background: #CBE6FF;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__bullets .glide__bullet.glide__bullet--active {
  background: #00488A;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__arrows {
  position: absolute;
  left: 0;
  width: 100%;
  top: 42%;
  z-index: 5;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__arrows .glide__arrow--left {
  left: -35px;
  position: absolute;
  background: url(/solutions/themes/custom/themekit/dist/assets/images/arrow-left02.png);
  width: 22px;
  height: 41px;
  border: none;
  cursor: pointer;
}

.paragraph--type--testimonials.style--centered .testimonials__listing .glide__arrows .glide__arrow--right {
  right: -35px;
  position: absolute;
  background: url(/solutions/themes/custom/themekit/dist/assets/images/arrow-right02.png);
  width: 22px;
  height: 41px;
  border: none;
  cursor: pointer;
}

.paragraph--type--testimonials.style--leftright .l-container {
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--testimonials.style--leftright .l-container {
    justify-content: flex-start;
    flex-direction: row;
  }
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__text {
  width: 40%;
  width: 100%;
  text-align: left;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--testimonials.style--leftright .l-container .testimonials__text {
    width: 40%;
  }
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__text h2 {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig'off, 'liga'off;
  font-family: Outfit;
  font-size: clamp(28px, 3vw, 40px);
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.45px;
  margin-bottom: 15px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--testimonials.style--leftright .l-container .testimonials__text h2 {
    margin-bottom: 20px;
  }
}


.paragraph--type--testimonials.style--leftright .l-container .testimonials__text h2:before {
  content: '';
  display: block;
  background: #FF850F;
  margin: 0 0 3px 0;
  width: 80px;
  height: 1px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--testimonials.style--leftright .l-container .testimonials__text h2:before {
    margin: 0 0 3px 0;
    width: 80px;
    height: 1px;
  }
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__text .field--name-field-text {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig'off, 'liga'off;
  font-family: Outfit;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 0.4px;
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--testimonials.style--leftright .l-container .testimonials__text .field--name-field-text {
    text-align: left;
  }
  
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing {
  width: 60%;
  overflow: hidden;
  padding: 0 35px;
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--testimonials.style--leftright .l-container .testimonials__listing {
    width: 60%;
  }
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__slides {
  display: flex;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__slides,
.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__slide {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-shrink: 0;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__slide {
  position: relative;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__slide .field--name-field-image {
  position: relative;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__slide .field--name-field-image:before {
  width: 110%;
  content: '';
  height: 90%;
  border-radius: 20px;
  background: #D2E0F0;
  position: absolute;
  display: block;
  left: -5%;
  bottom: 0;
  z-index: -1;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__track {
  position: relative;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__bullets {
  text-align: center;
  margin-top: 15px;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__bullets .glide__bullet {
  background: #E5E5E5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__bullets .glide__bullet.glide__bullet--active {
  background: #4C4C4C;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__arrows {
  position: absolute;
  left: 0;
  width: 100%;
  top: 42%;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__arrows .glide__arrow--left {
  left: -35px;
  position: absolute;
  background: url(/solutions/themes/custom/themekit/dist/assets/images/left-arrow-update.png);
  width: 18px;
  height: 32px;
  border: none;
  cursor: pointer;
}

.paragraph--type--testimonials.style--leftright .l-container .testimonials__listing .glide__arrows .glide__arrow--right {
  right: -35px;
  position: absolute;
  background: url(/solutions/themes/custom/themekit/dist/assets/images/right-arrow-update.png);
  width: 18px;
  height: 32px;
  border: none;
  cursor: pointer;
}


/*# sourceMappingURL=paragraph--testimonials.css.map*/