
/* ====================================== */

html {
  max-width: 100% !important;
  overflow: hidden !important;
}

body {
  /* scroll-behavior: auto !important; */
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-width: 100% !important;
}


@media (min-width: 992px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}


.toggle {
  box-shadow: var(--shadow) !important;
}

.visible {
  display: block !important;
}

/* ====================================== */

.admin-only {
  display: none;
}

.mention-2024 {
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-blue-dark);
}

.mention-2024 section {
  position: relative;
  padding: 48px 23px;
  color: var(--color-blue-dark);
}

.mention-2024 section.condensed {
  padding-top: 24px !important;
  padding-bottom: 0 !important;
}

@media (max-width: 576px) {
  .mention-2024 section.condensed {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}


@media (min-width: 992px) {
  .mention-2024 section {
    padding: var(--spacer-biggest) calc((100% - 1200px) / 2);
  }
}



/* ====================================== */

.mention-2024 .mb-biggest {
  margin-bottom: var(--spacer-biggest);
}

.mention-2024 .mt-biggest {
  margin-top: var(--spacer-biggest);
}


/* ====================================== */
.mention-2024 .desktop-only {
  display: none;
}

.mention-2024 .mobile-only {
  display: block;
}
@media (min-width: 992px) {
  .mention-2024 .desktop-only {
    display: block;
  }
  .mention-2024 span.desktop-only {
    display: inline;
  }

  .mention-2024 .mobile-only {
    display: none;
  }
}


.mention-2024 picture {
  display: inline-block;
  width: 100%;
}
.mention-2024 img {
  max-width: 100%;
  /* width: 100%; */
}


/* ====================================== */


/* *[data-component-id="buttons-demo-and-trial"] {
  margin-bottom: var(--spacer-biggest);
} */



/* ================================ */
.mention-2024 #compare-plans {
  display: none;
}

@media (min-width: 992px) {
  .mention-2024 #compare-plans {
    display: block;
  }
}

/* ================================ */

.mention-2024 .illustration img {
  width: 100%;
}




/* ====================================== */
.mention-2024.debug {
  border: solid 1px #f00;
  min-height: 100vh;
}

.mention-2024.debug section{
  outline: solid 1px #0f0 !important;
}
.mention-2024.debug div{
  outline: dotted 1px #f0f !important;
}

/* ====================================== */

@media (min-width: 992px) {
  .mention-2024 .text-medium{
    font-size: 24px !important;
  }
}


.mention-2024 .hero p {
  color: #55687C;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

/* =============================================== */

.old-header {
  display: block;
}




/* =============================================== */

.mention-2024 .two-sides {
  display: flex;
  flex-direction: column;
}

.mention-2024 .two-sides::after {
  display: block;
  content: "";
  clear: both;
}

.mention-2024 .area-a {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mention-2024 .area-a .title {
  margin: 0;
}

.mention-2024 .area-b {
  order: 2;
  margin-bottom: var(--spacer-medium);
  text-align: right;
}


.mention-2024 .area-c {
  order: 3;
  display: flex;
  justify-content: center;
}

.mention-2024 .area-c .button {
  width: 260px;
}


@media (min-width: 992px) {
  .mention-2024 .two-sides {
    display: block;
    width: calc(100% + 80px);
  }

  .mention-2024 .area-a {
    padding-top: 80px !important;
    width: calc(50% - 40px);
    margin: 0 0 var(--spacer-medium);
  }

  .mention-2024 .area-b {
    margin-bottom: 0;
  }

  .mention-2024 .two-sides--a-b .area-a {
    box-sizing: border-box;
    padding: 0 60px 0 0;
    width: 45%;
  }


  .mention-2024 .two-sides .area-c {
    /* padding: 0 60px; */
    justify-content: flex-start;
  }

  .mention-2024 .two-sides--b-a .area-c {
    /* padding: 0 60px 0 0; */
  }

  .mention-2024 .area-c .button {
    width: auto;
  }

  .mention-2024 .area-a .title{
    text-align: left !important;
  }

  .mention-2024 .area-a p{
    text-align: left !important;
  }

  .mention-2024 .two-sides--b-a .area-b {
    float: left;
    width: calc(50%);
    padding-right: 60px
  }

  .mention-2024 .two-sides--b-a .area-b.area-large {
    width: calc(50% + 0px);
    margin-left: -30px;
  }

  .mention-2024 .two-sides--a-b .area-b {
    float: right;
    width: calc(50%);
  }

  .mention-2024 .two-sides--a-b .area-b.area-large {
    width: calc(50% + 0px);
    margin-right: -30px;
  }
}

/* =============================================== */



.mention-2024 .carousel-controls {
  display: flex;
  justify-content: space-between;
  height: 24px;
}

.mention-2024 .carousel-indicators [data-bs-target] {
  background-color: var(--color-grey-dark);
  opacity: 1;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 0 4px;
}

.mention-2024 .carousel-indicators [data-bs-target].active {
  background-color: var(--color-blue-medium);
}

.mention-2024 .carousel-indicators {
  position: relative;
}



.mention-2024 .background-image,
.mention-2024 .background-image-xl {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}




.mention-2024 .rounded {
  border-radius: var(--radius) !important;
}

.mention-2024 .background-white {
  background-color: var(--color-lightest);
}



.mention-2024 .brand-hero {
  margin-bottom: 0 !important;
}
.mention-2024 section.brand-hero::after {
  content: '';
  height: 0;
}

/* =============================================== */




/* =============================================== */

.mention-2024 .section-container {
  position: relative;
  border: dashed 1px #f0f;
}

.mention-2024 .section-info {
  position:absolute;
  right: 0;
  top: 0;
  border: solid 1px #ff0;
  padding: 4px;
  background-color: #ff05;
}

.mention-2024 .component-container {
  position: relative;
  border: dashed 1px #0ff;
}

.mention-2024 .component-info {
  position:absolute;
  right: 0;
  top: 0;
  border: solid 1px #0ff;
  padding: 4px;
  background-color: #0ff5;
}


/* =============================================== */

.mention-2024 section.home-features .tab-pane {
  position: relative;
  min-height: 450px;
}

@media (min-width: 992px) {
  /* section.home-features::after {
    display: block;
    height: calc(var(--spacer-biggest));
    content: "";
    clear: both;
  } */
  .mention-2024 section.home-features .tab-pane {
    margin-top: var(--spacer-big);
  }
}


/* =============================================== */
.mention-2024 .card {
  height: 100%;
  width: 100%;
  border-radius: var(--radius-big);
  box-shadow: 0 5px 5px #0001;
  border: solid 1px var(--color-grey-light);
  background-color: #fff !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}


.mention-2024 .card .header-image {
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--radius-big) var(--radius-big) 0 0;
}


.mention-2024 .card img {
  width: 100%;
}


.mention-2024 .card {
  color: var(--color-blue-dark);
  text-align: center;
  font-family: var(--font-family);
  font-style: normal;
}

.mention-2024 .card .card-title {
  font-size: 24px;
  font-weight: 700;
}

.mention-2024 .card p {
  font-size: 16px;
  font-weight: 400;
}

/* =============================================== */












.mention-2024 .background-gradient {
  /* background: var(--color-blue-light); */
  background:
    /* radial-gradient(180deg, rgba(255,255,255,1) 30px, rgba(255,0,255,0) 150px), */
    /* radial-gradient(circle, rgba(255,0,255,1) 0%, rgba(255,0,255,0) 20%) */
    radial-gradient(circle, rgba(230,246,255,1) 0%, rgba(255,255,255,1) 60%);
  ;
  background-size: 1000px 1000px;
  background-position: -200px -100px;
  /* background-position: left top; */
  background-repeat: no-repeat;
}

.margin-bottom-big {
  margin-bottom: var(--spacer-big);
}

.margin-bottom {
  margin-bottom: var(--spacer);
}

.margin-bottom-medium-1 {
  margin-bottom: var(--spacer-medium-1);
}

.margin-bottom-medium-2 {
  margin-bottom: var(--spacer-small);
}

.margin-bottom-small {
  margin-bottom: var(--spacer-small);
}




/* ================================================= */



.check-icon {
  background-image: url('../images/check-icon.svg');
  display: inline-block;
  height: 21px;
  width: 20px;

}




/* ================================================= */

.language-selector {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-left: 16px;
  user-select: none;
  cursor: pointer;
}

.language-selector.open .languages-options {
  display: block;
}

.language-selector .selected-language {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #00233D;
}

.language-selector .selected-language::after {
  display: inline-block;
  content: url('../images/button-arrow-bottom.svg');
  margin-left: 8px;
  }



.language-selector .languages-options {
  display: none;
  position: absolute;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding : 4px;
  width: 100px;
  top: 20px;
}

.language-selector .languages-options .option {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  user-select: none;
  margin: 0;
  padding-left: 4px;
}
.language-selector .languages-options .option:hover{
  background-color: var(--color-blue-light);
}

.language-selector .languages-options .option .flag {
  margin-right: 8px;
  width: auto;
  height: 24px;

}

.mention-2024 .hero {
  padding-bottom: 0;
}


/* =============================================== */

.tab-pane .two-sides h3.title {
  letter-spacing: -0.4px;
  text-align: left;
}

.tab-pane .two-sides h4.title {
  text-align: left;
}
