/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Ubuntu:wght@300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Ubuntu:wght@300;400;500;700&display=swap');*/
/* Normal Arrow, injects an array as a character so that it will appear rght after the text */
.testimonialsBLE {
  background-color: #E0EAF6;
  display: flex;
  padding: 100px;
  justify-content: space-around;
  margin-bottom: 200px;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE {
    padding: 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .testimonialsBLE {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.testimonialsBLE .videoContent {
  position: relative;
  width: 45%;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .videoContent {
    width: 100%;
    margin-bottom: 30px;
  }
}
.testimonialsBLE .videoContent .headline {
  position: relative;
  padding-right: 115px;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .videoContent .headline {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
.testimonialsBLE .videoContent .headline h2 {
  font-size: 42px;
  font-family: "Ubuntu", "Open Sans", Arial, sans-serif;
  line-height: 56px;
  color: #001C3A;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .videoContent .headline h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
.testimonialsBLE .videoContent .headline::before {
  content: "";
  width: 2px;
  height: 100px;
  border-left-style: solid;
  border-left-color: #DF1F2C;
  border-left-width: 10px;
  position: absolute;
  left: -5%;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .videoContent .headline::before {
    height: 85px;
  }
}
.testimonialsBLE .videoContent .content {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 38px;
  color: #2D2D2D;
  padding-right: 115px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .videoContent .content {
    font-size: 14px;
    line-height: 34px;
    padding-right: 0px;
  }
}
.testimonialsBLE .videoContent .videoImage .videoLink {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.testimonialsBLE .videoContent .videoImage .videoLink img {
  border-radius: 10px 10px 10px 10px;
  width: 100%;
}
.testimonialsBLE .testimonialContent {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent {
    width: 100%;
  }
}
.testimonialsBLE .testimonialContent .buttons {
  display: flex;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent .buttons {
    flex-direction: column;
    text-align: center;
  }
}
.testimonialsBLE .testimonialContent .buttons .button {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent .buttons .button {
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .testimonialsBLE .testimonialContent .buttons .button a {
    width: 75%;
  }
}
.testimonialsBLE .testimonialContent .testimonialSelectionContainer {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #001C3A;
}
.testimonialsBLE .testimonialContent .testimonialSelectionContainer .testimonialSelection {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  margin-bottom: -2px;
}
.testimonialsBLE .testimonialContent .testimonialSelectionContainer .testimonialSelection .selection {
  font-size: 24px;
  font-family: "Ubuntu", "Open Sans", Arial, sans-serif;
  line-height: 56px;
  color: #001C3A;
}
.testimonialsBLE .testimonialContent .testimonialSelectionContainer .testimonialSelection .selection button {
  background: none;
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent .testimonialSelectionContainer .testimonialSelection .selection button {
    padding: 5px;
    font-size: 16px;
  }
}
.testimonialsBLE .testimonialContent .testimonialSelectionContainer .testimonialSelection .selection.active button {
  background-color: #DF1F2C;
  color: white;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent .testimonialSelectionContainer .testimonialSelection .selection {
    font-size: 16px;
    line-height: unset;
  }
}
.testimonialsBLE .testimonialContent .swiper {
  width: 100%;
}
.testimonialsBLE .testimonialContent .swiper-container {
  padding: 50px;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent .swiper-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-slide {
  text-align: center;
  font-family: "Ubuntu", "Open Sans", Arial, sans-serif;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-slide .testimonial {
  font-size: 24px;
  line-height: 48px;
  font-style: italic;
  color: #2D2D2D;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent .swiper-container .swiper-slide .testimonial {
    font-size: 18px;
    line-height: 38px;
  }
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-slide .name {
  color: #001C3A;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent .swiper-container .swiper-slide .name {
    font-size: 16px;
  }
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-slide .title {
  color: #2D2D2D;
  font-size: 16px;
  line-height: 40px;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-slide .redLine {
  width: 150px;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: #DF1F2C;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-prev .swiper-btn {
  border: 0;
  background-color: transparent;
  padding: 10px;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-prev .swiper-btn.prev {
  margin-right: 20px;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-prev .swiper-btn.prev .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-prev .swiper-btn.prev .icon::before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  color: #001C3A;
  margin-top: 0.15em;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-prev .swiper-btn.prev .icon::before {
    color: #DF1F2C;
  }
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-prev .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-next .swiper-btn {
  border: 0;
  background-color: transparent;
  padding: 10px;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-next .swiper-btn.next {
  margin-left: 20px;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-next .swiper-btn.next .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-next .swiper-btn.next .icon::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  color: #001C3A;
  margin-top: 0.15em;
}
@media (max-width: 1199.98px) {
  .testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-next .swiper-btn.next .icon::before {
    color: #DF1F2C;
  }
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-next .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-pagination {
  display: flex;
  justify-content: center;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  background-color: none;
  border: 2px solid #001C3A;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #001C3A;
}
.testimonialsBLE .testimonialContent .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}