s :focus {
  outline: unset;
}
p {
  line-height: 1.2;
}
select {
  text-indent: 0.5rem;
}
body {
  transition: all 0.2s ease-in;
}
section {
  position: relative;
}
a:hover {
  text-decoration: none;
}
.body-home {
  padding-top: 74px;
}
.blend {
  mix-blend-mode: screen;
}
.drop {
  position: absolute;
  width: 50%;
  height: 720px;
  background-color: #141744;
  border-radius: 0 360px 360px 0;
  background-size: cover;
}
.B-right-bgImg {
  background-image: url(imgOpt/svg/blobs/B-right-bgImg.svg);
  background-size: 347px 614px;
  background-position: right top;
  background-repeat: no-repeat;
}
#illustration1 {
  right: 10%;
  top: 50%;
  z-index: 1;
}
.slider-textbox {
  z-index: 2;
}
.card-1 {
  min-height: 490px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s;
}
.shadow2:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2),
    0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.card-1:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.card-title {
  max-height: 80px;
  margin-top: -60px;
  color: #fff;
  background-color: #141744;
  border-radius: 40px 40px 40px 4px;
}
.cardImg {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pricing {
  overflow: hidden;
  background-color: #f5fafb;
  max-width: 300px;
}
#requestDemo {
  position: relative;
}
#requestDemo::before {
  content: "";
  position: absolute;
  top: -50%;
  right: 0;
  width: 66vw;
  height: 230%;
  z-index: -1;
  background-image: url(imgOpt/svg/blobs/requestDemoBG.svg);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
#bubble {
  height: 545px;
  width: 545px;
  border-radius: 272.5px 272.5px 272.5px 0;
  background-color: #151744;
}
.line {
  margin-left: -20px;
  margin-right: -20px;
  height: 1px;
  width: 300px;
  background-color: #151744;
}
.form-2 {
  color: #151744;
  border: 1px solid #151744;
}
.form-2:focus {
  color: #151744;
  border: 2px solid #151744;
}
.form-2::-webkit-input-placeholder {
  color: #151744;
}
.underline {
  border-bottom: 1px solid #fff;
}
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#supportHeader {
  width: 100%;
  min-height: 350px;
  height: 60vh;
  background-color: #f5fafb;
  background: url(imgOpt/webP/shutterstock_1231906489.webp),
    url(imgOpt/jpg/shutterstock_1231906489.jpg) rgba(21, 23, 68, 0.4);
  background-size: cover;
  background-position: 33% 33%;
  background-blend-mode: multiply;
}
.navbarShadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.card-faq-header {
  width: 90%;
  background-color: rgba(189, 222, 226, 0.2);
  border-radius: 40px 40px 40px 10px !important;
  background-image: url(imgOpt/icons/chat-icon.svg);
  background-position: right center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  border-right: 16px solid transparent;
}
.card-faq-header h2 button {
  width: 100%;
  text-align: left;
}
.card-faq-body {
  margin-top: 48px;
  display: flex;
  align-self: flex-end;
  width: 90%;
  border-radius: 40px 40px 10px 40px !important;
  background-color: #141744;
}
.card-faq-header h2 button:hover {
  text-decoration: none !important;
}
.card-faq-header h2 button:focus {
  text-decoration: none !important;
}
.text-wrapper {
  max-width: 620px;
}
.dropImgRight {
  height: 545px;
  background-color: #151744;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 272.5px 272.5px 272.5px 0;
}
.dropImgLeft {
  height: 545px;
  background-color: #151744;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 272.5px 272.5px 0 272.5px;
}
@media only screen and (min-width: 1440px) {
  .dropImgRight {
    border-radius: 0 272.5px 272.5px 0;
  }
  .dropImgLeft {
    border-radius: 272.5px 0 0 272.5px;
  }
}
@media only screen and (max-width: 768px) {
  .dropImgRight {
    border-radius: 0 272.5px 272.5px 0;
  }
  .dropImgLeft {
    border-radius: 272.5px 0 0 272.5px;
  }
}
@media only screen and (max-width: 1320px) {
  .drop {
    width: 55%;
    height: 100%;
    border-radius: 0 360px 360px 360px;
  }
  #requestDemo::before {
    content: "";
    position: absolute;
    top: -50%;
    right: 0;
    width: 85vw;
    height: 230%;
    z-index: -1;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 575px) {
  #requestDemo::before {
    width: 205vw !important;
    height: 230% !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 250px !important;
  }
  #bubble {
    height: 420px;
  }
  .drop {
    width: 100%;
    height: 45%;
    border-radius: 0 360px 360px 0;
  }
  #requestDemo::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -100%;
    width: 140vw;
    height: 240%;
    z-index: -1;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
  }
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media only screen and (max-width: 1120px) {
  .margin-bottom {
    margin-bottom: 260px !important;
  }
  #bubble {
    width: 100vw;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.1rem;
    padding-left: 1.25rem;
  }
}
.navbar-toggler {
  border: unset !important;
}
#latestBlogImg {
  position: absolute;
  right: 0;
  height: 460px;
  width: 45%;
  background-color: #151744;
  border-radius: 200px 200px 5px 200px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.latestPostContainer {
  min-height: 460px;
}
.smallBlogImg {
  height: 220px;
}
.headerImg {
  height: 645px;
}
.sousTitre {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: normal;
  color: #151744;
}
.dropHeader {
  position: absolute;
  height: 645px;
  width: 50%;
  background-color: #151744;
  border-radius: 0 322px 322px 322px;
}
.backImg {
  position: absolute;
  top: 0;
  left: 25%;
  z-index: -1;
  width: 75%;
  height: 100%;
  background-color: #5badb7;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .dropHeader {
    opacity: 0.9;
  }
  .backImg {
    left: 0;
    width: 100%;
    border-radius: 0 322px 322px 322px;
  }
  .maxTextbox2 {
    max-width: none !important;
  }
  .dropHeader {
    width: 100%;
  }
}
.smallerFont {
  font-size: 12px;
}
.quotes {
  max-width: 520px;
  background-image: url(imgOpt/svg/quote1.svg), url(imgOpt/svg/quote2.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}
.quotes.larger {
  max-width: 600px !important;
}
.zoneTxt {
  font-family: Cabin;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  color: #151744;
}
.textBubble {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #151744;
}
.titleDrop {
  font-family: Cabin;
  font-size: 48px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}
.titleFaq {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #151744;
}
.textDropHead {
  font-family: Cabin;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.blobRight {
  position: absolute;
  right: 0;
  top: 0;
  height: 450px;
  width: 42%;
  border-radius: 200px 200px 5px 200px;
  background-color: #151744;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.blob {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 450px;
  width: 47%;
  background-color: #5badb7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.blob:hover .learnMore {
  opacity: 1;
}
.blogSmallImg:hover .learnMore {
  opacity: 1;
}
.learnMore {
  display: block;
  position: absolute;
  width: 220px;
  line-height: 220px;
  background-color: #151744;
  color: #fff;
  text-align: center;
  bottom: 16px;
  right: 16px;
  opacity: 0;
  border-radius: 110px 110px 5px 110px;
  transition: all 0.2s ease-in;
}
.learnMore:hover {
  text-decoration: none;
  color: #fff;
}
.alignRight .learnMore {
  right: unset;
  left: 16px;
  border-radius: 110px 110px 110px 5px !important;
}
.alignLeft {
  left: 0;
  border-radius: 200px 200px 5px 200px;
}
.alignRight {
  right: 0;
  border-radius: 200px 200px 200px 5px;
}
@media (max-width: 992px) {
  .blobRight {
    position: relative;
    width: 100%;
  }
  .blob {
    position: relative;
    width: 100%;
  }
}
.margin-bottom {
  margin-bottom: 430px;
}
.carousel-indicators {
  right: unset;
  bottom: 15%;
}
@media only screen and (max-width: 768px) {
  .carousel-indicators {
    right: 0;
    bottom: 0;
  }
}
.carousel-indicators li {
  border-radius: 100%;
  opacity: 0.6;
  border: unset;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.carousel-indicators .active {
  background-color: #fff;
  opacity: 1;
}
.dropdown-menu {
  opacity: 0;
  width: 100%;
  top: 121%;
  padding: unset;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5badb7;
}
.nav-item.active::after {
  opacity: 1 !important;
  position: relative;
  top: 13px;
  content: "";
  float: left;
  background-color: #5badb7;
  width: 100%;
  height: 8px;
  border-radius: 4px;
}
.nav-item::after {
  opacity: 0;
  position: relative;
  top: 13px;
  content: "";
  float: left;
  background-color: #5badb7;
  width: 100%;
  height: 8px;
  border-radius: 4px;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.dropdown:hover > .dropdown-menu {
  opacity: 1;
  display: block;
  transition: all 1s ease-in;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
#logoImg.white path,
#logoImg.white polygon {
  fill: #fff;
}
.blob2Right::before {
  content: "";
  right: 0;
  top: -250%;
  width: 100%;
  height: 1223px;
  position: absolute;
  background-image: url(imgOpt/svg/blobs/blob_2.svg);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: -100;
}
.blob2Right1::before {
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 1223px;
  position: absolute;
  background-image: url(img/BCT-bgIMG/blob_2.svg);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: -100;
}
.blobLeft::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 760px;
  background-image: url(img/BCT-bgIMG/b_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -100;
}
.blob1Left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: 1400px;
  background-image: url(img/BCT-bgIMG/blob_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -100;
}
.blobFooterBG::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1440px;
  background-image: url(img/BCT-bgIMG/blob_3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -100;
}
.animated {
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.delay3 {
  animation-delay: 0.3s;
}
.maxTextbox {
  max-width: 430px;
}
.maxTextbox2 {
  max-width: 350px;
}
.inline {
  display: inline;
}
.subCaption {
  position: absolute;
  top: 90%;
  right: 16px;
}
.relative {
  position: relative;
}
.subCaption2 {
  position: absolute;
  top: 80%;
  right: 0;
}
.subCaption3 {
  position: absolute;
  padding-right: 16px;
  font-size: 12px !important;
  bottom: 0;
  left: 16px;
}
.card-list > li {
  font-size: 14px !important;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
}
.enterprise {
  background-color: #151744;
  color: #fff !important;
}
.enterprise > .line {
  background-color: #5badb7;
}
.heart {
  position: absolute;
  right: 24px;
  top: 32px;
}
.fmLink {
  display: inline-block;
  color: #fff;
}
.fmLink:hover {
  color: #fb003e;
}
.card-body {
  color: #151744;
}
.blogSmallImg {
  min-height: 250px;
  border-radius: 110px 110px 5px 110px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blogDate {
  font-size: 12px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5badb7;
}
@media only screen and (max-width: 375px) {
  #slide1 {
    height: 59%;
  }
  #slide2 {
    height: 36%;
  }
  #slide3 {
    height: 36%;
  }
}
.plusWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.relative {
  position: relative;
}
.notRounded {
  border-radius: 4px;
}
.pinBottomRight {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.card-text {
  line-height: 22px;
}
.shareWrapper {
  z-index: 999;
  width: 92px;
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.textBreath {
  font-weight: 500 !important;
  line-height: 34px;
}
.title {
  font-size: 24px;
}
.semiBold {
  font-weight: 700;
}
.f-404 {
  position: relative;
  font-size: 188px;
  line-height: 0.75;
}
.not-found {
  font-size: 55px;
}
.quotes-404 {
  max-width: 375px;
  font-size: 40px;
}
#anchor404::before {
  content: url(imgOpt/svg/404Img.svg);
  position: absolute;
  top: 47%;
  right: 83%;
  z-index: 10;
  height: 50vh;
  width: 257px;
}
#wrapper404 {
  margin-top: 10%;
}
#blobBG {
  background-image: url(imgOpt/svg/blobs/blob_5.svg);
  background-size: cover;
  background-position: top 0 right 0;
  background-repeat: no-repeat;
}
.shadow3 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 575px) {
  #anchor404::before {
    display: none;
  }
  .fabs{
    display: none;
    visibility: hidden;
  }
}
.needSupport {
  max-width: 250px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #5badb7 !important;
  padding-right: calc(1.5em + 1.375rem) !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.34375rem) center !important;
  background-size: calc(0.75em + 0.6875rem) calc(0.75em + 0.6875rem) !important;
}
.clicktocallbutton {
  border-radius: 10rem !important;
  text-shadow: none !important;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.12), 1px 0 2px rgba(0, 0, 0, 0.24),
    -10px 0 20px rgba(0, 0, 0, 0.19), -6px 0 6px rgba(0, 0, 0, 0.23);
  min-width: 150px;
}
.lineheight p {
  line-height: 1.5 !important;
}
.lineheight li {
  line-height: 1.5 !important;
  list-style: disc !important;
  margin-bottom: 8px;
}

.lineheight img{
width: 60%;
height: auto;
margin: 30px;
}
.card-list li {
  list-style: disc !important;
}
.carouselImage{
  max-height: 120px;
}
.bullet-list li{
  list-style: disc !important;
}