/*@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 */
.reasonListBLE {
  position: relative;
  min-height: 672px;
  margin-bottom: 200px;
}
.reasonListBLE .bgImage {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.reasonListBLE .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(#001021, #022C5B);
}
.reasonListBLE .content {
  z-index: 1;
  display: flex;
  overflow-x: clip;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content {
    flex-wrap: wrap-reverse;
  }
}
.reasonListBLE .content .listContent {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 75px 100px;
  padding-left: 150px;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .listContent {
    padding: 0px;
    width: 100%;
    padding-top: 75px;
  }
}
.reasonListBLE .content .listContent .headline {
  position: relative;
  margin-bottom: 50px;
}
.reasonListBLE .content .listContent .headline h2 {
  font-size: 42px;
  font-family: "Ubuntu", "Open Sans", Arial, sans-serif;
  line-height: 56px;
  color: white;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .listContent .headline h2 {
    font-size: 28px;
    text-align: center;
  }
}
.reasonListBLE .content .listContent .headline .redLine {
  width: 150px;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: #DF1F2C;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: none;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .listContent .headline .redLine {
    display: block;
  }
}
.reasonListBLE .content .listContent .headline::before {
  content: "";
  width: 2px;
  height: 50px;
  border-left-style: solid;
  border-left-color: #DF1F2C;
  border-left-width: 10px;
  position: absolute;
  left: -5%;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .listContent .headline::before {
    display: none;
  }
}
.reasonListBLE .content .listContent .reason {
  display: flex;
  color: white;
  align-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .listContent .reason {
    flex-direction: column;
  }
  .reasonListBLE .content .listContent .reason .icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px !important;
  }
}
.reasonListBLE .content .listContent .reason.Scales .icon {
  content: url("/dist/img/scale-balanced.png");
  width: 75px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: auto;
  margin-bottom: auto;
}
.reasonListBLE .content .listContent .reason.Handshake .icon {
  content: url("/dist/img/handshake.png");
  width: 75px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: auto;
  margin-bottom: auto;
}
.reasonListBLE .content .listContent .reason.PersonwithShield .icon {
  content: url("/dist/img/user-shield.png");
  width: 75px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: auto;
  margin-bottom: auto;
}
.reasonListBLE .content .listContent .reason .reasonContent {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .listContent .reason .reasonContent {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .listContent .reason .reasonContent {
    text-align: center;
  }
}
.reasonListBLE .content .listContent .reason .reasonContent .reasonName {
  font-family: "Ubuntu", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 62px;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .listContent .reason .reasonContent .reasonName {
    font-size: 22px;
    line-height: 32px;
  }
}
.reasonListBLE .content .listContent .reason .reasonContent .reasonDescription {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 38px;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .listContent .reason .reasonContent .reasonDescription {
    font-size: 14px;
    line-height: 34px;
  }
}
.reasonListBLE .content .imageContent {
  width: 50%;
  display: flex;
  position: relative;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .imageContent {
    width: 100%;
  }
}
.reasonListBLE .content .imageContent .dotImage {
  margin: auto;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .imageContent .dotImage {
    margin: 50px;
    margin-top: 10px;
    overflow: hidden;
  }
  .reasonListBLE .content .imageContent .dotImage img {
    transform: scale(2);
  }
}
.reasonListBLE .content .imageContent .backImage {
  position: absolute;
  border-color: #CEDFF3;
  border-width: 11px;
  border-style: solid;
  border-radius: 10px 10px 10px 10px;
  height: 675px;
  width: 550px;
  top: -7%;
  left: -5%;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .imageContent .backImage {
    height: 280px;
    width: 230px;
    left: 20px;
    top: -50px;
  }
}
.reasonListBLE .content .imageContent .backImage img {
  border-radius: 10px 10px 10px 10px;
  height: 675px;
  width: 550px;
  position: absolute;
  right: -5%;
  bottom: -7%;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .imageContent .backImage img {
    height: 280px;
    width: 230px;
    right: -15px;
    bottom: -35px;
  }
}
.reasonListBLE .content .imageContent .frontImage {
  position: absolute;
  height: 675px;
  width: 550px;
  right: -5%;
  bottom: -7%;
  border-color: #CEDFF3;
  border-width: 11px;
  border-style: solid;
  border-radius: 10px 10px 10px 10px;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .imageContent .frontImage {
    height: 280px;
    width: 230px;
    right: -50px;
    bottom: -10px;
  }
}
@media (max-width: 575.98px) {
  .reasonListBLE .content .imageContent .frontImage {
    right: -90px;
    bottom: -60px;
  }
}
.reasonListBLE .content .imageContent .frontImage img {
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
@media (max-width: 1199.98px) {
  .reasonListBLE .content .imageContent .frontImage img {
    height: 280px;
    width: 230px;
    right: 30px;
    bottom: 10px;
  }
}