html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
p {
  color: #120034;
}

.text-30 {
  font-size: 30px;
}

.text-weight-700 {
  font-weight: 700;
}

/* Navbar begin */

#studentBanner,
#studentBanner .alert-banner {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2001;
  display: block;
}

#navbar {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2000;
  margin: 0 auto;
}

body:has(#studentBanner) #navbar,
body:has(#studentBanner .alert-banner) #navbar {
  top: 64px;
}

#navbar > #navbar-brand-logo img {
  width: 114.63px;
  height: 30px;
  vertical-align: middle;
}

#navbar-list-urls > ul {
  width: calc(100% + 4px);
}

#navbar > #navbar-list-urls li {
  display: inline;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  margin-left: 42px;
}

#navbar > #navbar-list-urls li:hover {
  filter: brightness(55%);
}

.active-tab {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  padding: 20px 0px;
  line-height: 22px;
  min-width: 100px;
  font-size: 20px;
  color: #5800ff !important;
}

.active-tab::before {
  transform: translateX(-50%);
  border-radius: 100%;
  position: absolute;
  background: #5800ff;
  bottom: 6px;
  height: 4px;
  content: "";
  width: 4px;
  left: 50%;
}

#navbar > #navbar-list-urls #se-connecter {
  margin-left: 100px;
}

#navbar > #navbar-list-urls #booker-une-demo {
  margin-left: 18px;
}

#navbar-list-urls-mobile {
  display: none;
}

#navbar-list-urls-mobile > ul {
  list-style-type: none;
}

#hamburger {
  display: none;
}

@media screen and (max-width: 1220px) {
  #navbar {
    padding: 10px 20px;
  }
  #navbar-list-urls li {
    margin-left: 10px;
  }
  #navbar > #navbar-list-urls li:nth-child(5) {
    margin-left: 30px;
  }
  #navbar-list-urls > ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  #navbar-list-urls {
    display: none;
  }
  /* #navbar {
        justify-content: center;
    } */
  #navbar-list-urls > ul {
    width: 0;
  }
  #navbar-list-urls-mobile {
    display: block;
  }
  #hamburger {
    display: block;
    font-size: 20px;
  }
}

/* Navbar hamburger menu start*/

#hamburger:hover {
  cursor: pointer;
}

#navbar-list-urls-mobile {
  position: absolute;
  top: 65px;
  right: 0;
  background-color: white;
  display: none;
  width: 100vw;
  z-index: 10;
  border-top: 1px solid #120034;
  border-bottom: 1px solid #120034;
}

#navbar-list-urls-mobile > ul {
  padding: 20px;
}

#navbar-list-urls-mobile > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

#navbar-list-urls-mobile > ul > li > a:hover {
  color: #5800ff;
}

/* Navbar hamburger menu end */

/* Navbar end */

/* Text, background-colors and borders begin */

.text-grey {
  color: #a0a3bd;
}

.text-grey-body {
  color: #4e4b66;
}

.text-light-grey {
  color: #6e7191;
}

.text-violet {
  color: #5800ff;
}

.text-black {
  color: #120034;
}

.text-white {
  color: white;
}

.text-yellow {
  color: #faad13;
}

.text-green {
  color: rgb(26, 182, 131);
}

.bg-grey {
  background-color: #f1f3fe;
}

.bg-beige {
  background-color: #f5f1ef;
}

.bg-pink {
  background-color: #fff2f9;
}

.bg-yellow {
  background-color: #fff6db;
}

.bg-black {
  background-color: #120034;
}

.bg-violet {
  background-color: #5800ff;
}

.bg-white {
  background-color: white;
}

.border-violet {
  border: 1px solid #5800ff;
}

/* Text, background-colors and borders end */

/* Button begin */

.btn {
  padding: 15px 24px;
  height: 56px;
  border-radius: 8px;
}

.btn-violet {
  color: white;
  background-color: #5800ff;
}

.btn-violet:hover {
  background-color: #4600cc;
  filter: brightness(100%) !important;
}

.btn-white {
  color: #5800ff;
  background-color: white;
}

.btn-white:hover {
  border: 1px solid #5800ff;
}

@media screen and (max-width: 1220px) {
  .btn {
    padding: 10px 17px;
  }
}

@media screen and (max-width: 1023px) {
  .btn {
    padding: 14px 23px;
  }
}
/* Button end */

/* Block padding begin */

.block-padding {
  padding: 40px 60px;
}

body:has(#studentBanner) .block-padding {
  scroll-margin-top: 60px;
}

@media screen and (max-width: 1220px) {
  .block-padding {
    padding: 40px 20px;
  }
  body:has(#studentBanner) .block-padding {
    scroll-margin-top: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .block-padding {
    padding: 20px 20px;
  }
}
/* Block padding end */

/* Alert block begin */

.alert-banner {
  background-color: #120034;
  height: auto;
  width: auto;
  padding: 20px 60px;
}

.alert-banner > p {
  color: white;
  text-align: center;
  margin: 0;
  line-height: 24px;
}

@media screen and (max-width: 1220px) {
  .alert-banner {
    padding: 20px 20px;
  }
  .alert-banner > p {
    text-align: center;
  }
}

/* Alert block end */

/* First block begin */
#logiciel-milou {
  background-color: #eee8e5;
  display: flex;
  align-items: center;
  gap: 100px;
}

#logiciel-milou:has(#first-block-right-div > picture > img) {
  gap: 30px;
  padding-bottom: 0;
}

body:has(#studentBanner) #logiciel-milou {
  padding-top: 10px;
}

#first-block-left-div {
  padding-bottom: 8%;
}

#first-block-left-div,
#first-block-right-div {
  width: 50vw;
}

#first-block-left-div > h1 {
  font-size: 56px;
  font-weight: 800;
  max-width: 95%;
}

#first-block-left-div .underlined {
  position: relative;
  z-index: 1;
}

#first-block-left-div .underlined::after {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  left: 0rem;
  right: 0.1rem;
  height: 1.75rem;
  z-index: -1;
  background-image: url(../media/underline.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#first-block-left-div .catch-phrase-list {
  margin-bottom: 20px;
}

#first-block-left-div .catch-phrase {
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

#first-block-left-div-buttons {
  display: flex;
  justify-content: flex-start;
  margin-top: 35px;
}

#first-block-left-div-buttons div:nth-child(2) {
  margin-left: 20px;
}

#first-block-right-div,
#landingVideo {
  width: auto;
  height: 100%;
  max-height: 550px;
}

#first-block-right-div > picture > img {
  width: 668px;
  height: 672px;
}

#first-block-right-div:has(picture > img) {
  max-height: none;
}

#landingVideo {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#first-block-left-div > h1 > .text-nowrap {
  white-space: nowrap;
}

#logiciel-milou .reviews-stars-container {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row;
}

#logiciel-milou .reviews-stars-div {
  /* background-color: white; */
  /* padding: 10px 20px; */
  width: fit-content;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#logiciel-milou .reviews-stars-div i {
  font-size: 30px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1220px) {
  #first-block-left-div > h1 {
    font-size: 48px;
  }
  #first-block-left-div-buttons span {
    font-size: 14px;
  }
  #first-block-left-div .underlined::after {
    bottom: -0.9rem;
    height: 1.4rem;
  }
  #first-block-right-div > picture > img {
    width: 505.33px;
    height: 508.66px;
  }
  #first-block-left-div .catch-phrase {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  #logiciel-milou {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    padding-bottom: 100px;
  }
  #first-block-left-div,
  #first-block-right-div {
    height: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  #first-block-left-div > h1 {
    font-size: 40px;
    max-width: 530px;
    margin: 20px auto;
  }

  #first-block-left-div > h1 > .text-nowrap {
    white-space: normal;
  }
  #first-block-left-div-buttons span {
    font-size: 14px;
  }
  #first-block-right-div {
    margin: 0 auto;
    max-width: 550px;
  }
  #first-block-right-div > picture > img {
    max-width: 500px;
  }
  #first-block-left-div-buttons {
    flex-direction: column;
    margin: 40px 0;
  }
  #first-block-left-div-buttons div:nth-child(2) {
    margin-top: 40px;
    margin-left: 0px;
  }
  #first-block-left-div .catch-phrase-list {
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  #first-block-left-div .catch-phrase-list .catch-phrase {
    text-align: left;
  }
  #logiciel-milou .reviews-stars-container {
    justify-content: center;
    flex-direction: column;
    gap: 12px;
  }
  #logiciel-milou .reviews-stars-container > p {
    margin-top: 0;
  }
  #logiciel-milou .reviews-stars-div {
    margin: 0 auto;
  }

  #logiciel-milou .reviews-stars-div i {
    font-size: 22px;
  }

  #logiciel-milou:has(#first-block-right-div > picture > img) {
    padding-bottom: 0;
  }

  #first-block-right-div > picture > img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #first-block-right-div > picture > img {
    width: 360px;
    height: 362px;
  }
}
@media screen and (max-width: 400px) {
  #first-block-right-div > picture > img {
    width: 320px;
    height: 322px;
  }
}
/* First block end */

/* Second block start */

#fonctionnalites {
  height: auto;
}

#second-block-top-div {
  width: 70%;
}

#second-block-top-div > h2 {
  font-size: 44px;
}

#second-block-bottom-div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: space-between;
  align-items: center;
}

.second-block-bottom-item {
  max-width: 320px;
  height: 228px;
  padding: 20px 20px 20px 40px;
}

.second-block-bottom-item-emoji {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.second-block-bottom-item-emoji p > img {
  vertical-align: middle;
  width: 44px;
  height: 44px;
}

.second-block-bottom-item-description p {
  font-weight: 600;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 22px;
  line-height: 132%;
}

@media screen and (max-width: 1220px) {
  #second-block-top-div {
    width: 50%;
  }
  #second-block-top-div > h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1023px) {
  #second-block-top-div {
    width: 100%;
  }
  #second-block-top-div > h2 {
    font-size: 32px;
  }
  #second-block-bottom-div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
  }
  .second-block-bottom-item {
    display: flex;
    align-items: center;
    height: 115px;
    max-width: 300px;
    padding: 20px;
  }
  .second-block-bottom-item-emoji {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .second-block-bottom-item-description p {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  #second-block-bottom-div {
    align-items: flex-start;
  }
  .second-block-bottom-item {
    padding: 20px 0px 20px 0px;
  }
}
/* Second block end */

/* Third block begin */

#avis {
  background-color: #120034;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#third-block-top-div-title h2 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 0;
  text-align: center;
}

#third-block-bottom-div {
  display: flex;
  align-items: center;
  gap: 30px;
}

#third-block-bottom-div .excellent-div p {
  font-size: 40px;
  font-family: "Shadows into Light";
}

#third-block-bottom-div img {
  width: 381px;
  height: 69.58px;
  margin-left: 10px;
}

.third-block-reviews-score {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

#third-block-bottom-div .reviews-stars-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin: 0 auto;
  font-size: 30px;
}

.third-block-reviews-score p {
  margin: 0;
  margin-top: 15px;
}

#avis .underlined-2 {
  position: relative;
  z-index: 1;
}

#avis .underlined-2::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 5rem;
  right: 16.1rem;
  height: 3.8rem;
  z-index: -1;
  background-image: url(../media/underline-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
}

#avis .swiper {
  display: none;
}

#third-block-reviews {
  width: auto;
  max-width: 800px;
  display: flex;
  margin: 80px auto;
}

#third-block-reviews-left,
#third-block-reviews-right {
  margin: 0 20px;
  width: 50%;
}

.review-card {
  margin-bottom: 40px;
}

.review-card-comment {
  border-radius: 14px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.review-card-comment p {
  line-height: 28px;
  font-size: 18px;
}

.review-card-comment span {
  font-weight: 600;
}

.review-card-author {
  display: flex;
}

.review-card-author-avatar {
  background-color: #4e4b66;
  border-radius: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.author-name {
  margin: 3px auto;
}

.author-address {
  color: rgba(255, 255, 255, 0.4);
  margin: 3px auto;
}

#see-more-reviews {
  margin-top: 89px;
}

#see-more-reviews a {
  font-size: 16px;
  margin-top: 40px;
}

#see-more-reviews a > span {
  margin-left: 5px;
}

.sparkle-middle-left,
.sparkle-top-right {
  position: relative;
}

.sparkle-middle-left::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  right: 22rem;
  height: 3.2rem;
  background-image: url(../media/sparkle-middle-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sparkle-top-right::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 21.3rem;
  right: -1.9rem;
  height: 3.1rem;
  background-image: url(../media/sparkle-top-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1220px) {
  #third-block-top-div-title h2 {
    font-size: 36px;
  }
  #third-block-bottom-di .excellent-div p {
    font-size: 32px;
  }
  #avis .underlined-2::after {
    bottom: -1.5rem;
    left: 4.3rem;
    right: 12rem;
    height: 3rem;
    width: 144px;
  }
}

@media screen and (max-width: 1023px) {
  #third-block-top-div-title h2 {
    font-size: 32px;
  }
  #third-block-bottom-div .excellent-div p {
    font-size: 28px;
    margin-bottom: 15px;
    padding-right: 50px;
  }
  #third-block-bottom-div {
    flex-direction: column;
    align-items: center;
  }
  #avis .underlined-2::after {
    bottom: 6.2rem;
    left: 10.3rem;
    right: 6rem;
    height: 2.3rem;
    width: 35px;
    background-image: url(../media/underline-2-mobile.svg);
  }
  #third-block-reviews {
    display: none;
  }
  #avis .swiper {
    display: initial;
    max-width: 300px;
    width: 100%;
    max-height: 500px;
    min-height: 370px;
    height: 100%;
    margin: 40px auto;
  }
  #avis .swiper-wrapper {
    height: auto;
  }
  #avis .swiper img {
    width: 100%;
    margin: 0 auto;
  }
  #avis .swiper-pagination-bullet {
    background-color: white !important;
  }
  .review-card-comment p {
    font-size: 16px;
  }
}
/* Third block end */

/* Fourth block begin */
#avantages {
  padding-bottom: 0 !important;
}

#fourth-block-div {
  padding: 40px 60px;
  display: flex;
  border-radius: 20px;
}

#fourth-block-div-left {
  width: 55vw;
  display: flex;
  justify-content: center;
}

#fourth-block-div-left img {
  width: 473.82px;
  height: 420.38px;
}

#fourth-block-div-right {
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#fourth-block-div-right > img {
  position: absolute;
  bottom: -140px;
  height: 340px;
  width: auto;
  right: -33px;
}

#fourth-block-div-right h2 {
  font-size: 40px;
  font-weight: 700;
  width: 80%;
  margin-bottom: 0px;
}
#fourth-block-div-right p {
  font-size: 18px;
  line-height: 26px;
  width: 80%;
}

@media screen and (max-width: 1220px) {
  #fourth-block-div-right h2 {
    font-size: 36px;
    width: 90%;
  }
  #fourth-block-div-right p {
    font-size: 16px;
    width: 90%;
  }
  #fourth-block-div-left img {
    width: 426.44px;
    height: 378.34px;
  }
  #fourth-block-div-right > img {
    bottom: -140px;
    height: 261px;
    right: -20px;
  }
}

@media screen and (max-width: 1023px) {
  #fourth-block-div {
    padding: 25px 15px;
    flex-direction: column-reverse;
  }
  #fourth-block-div-right {
    margin-bottom: 30px;
    width: 100%;
  }
  #fourth-block-div-left {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  #fourth-block-div-right h2 {
    font-size: 32px;
    width: 100%;
  }
  #fourth-block-div-right p {
    width: 100%;
  }
  #fourth-block-div-left img {
    width: 402px;
    height: 356.66px;
  }
  #fourth-block-div-right > img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #fourth-block-div-left img {
    width: 310px;
    height: 274.91px;
  }
}

/* Fourth block end */

/* Fifth block begin */
#fifth-block {
  padding-bottom: 0 !important;
}

#fifth-block-div {
  padding: 40px 60px;
  display: flex;
  border-radius: 20px;
}

#fifth-block-div-right {
  width: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fifth-block-div-right img {
  height: auto;
  width: 100%;
  max-width: 700px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#fifth-block-div-left {
  width: 45vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#fifth-block-div-left h2 {
  font-size: 40px;
  font-weight: 700;
  width: 80%;
  margin-bottom: 0px;
}

#fifth-block-div-left p {
  font-size: 18px;
  line-height: 26px;
  width: 80%;
}

@media screen and (max-width: 1220px) {
  #fifth-block-div-left h2 {
    font-size: 36px;
    width: 90%;
  }
  #fifth-block-div-left p {
    font-size: 16px;
    width: 90%;
  }
  /* #fifth-block-div-right img {
        width: 540px;
    } */
}

@media screen and (max-width: 1023px) {
  #fifth-block-div {
    padding: 25px 15px;
    flex-direction: column;
  }
  #fifth-block-div-left {
    margin-bottom: 30px;
    width: 100%;
  }
  #fifth-block-div-right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #fifth-block-div-left h2 {
    font-size: 32px;
    width: 100%;
  }
  #fifth-block-div-left p {
    width: 100%;
  }
  #fifth-block-div-right img {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Fifth block end */

/* Sixth block begin */

#sixth-block {
  padding-bottom: 0 !important;
}

#sixth-block-div {
  padding: 40px 60px;
  display: flex;
  border-radius: 20px;
}

#sixth-block-div-left {
  width: 55vw;
  position: relative;
  display: flex;
  justify-content: end;
  padding-right: 80px;
  max-width: 450px;
  margin: 0 auto;
}

#sixth-block-div-left > picture {
  display: flex;
  margin: 20px auto;
  width: 450px;
  height: 451.08px;
}

#sixth-block-div-left > picture > img {
  width: 429.99px;
  height: 431.08px;
}

#sixth-block-div-left > img {
  position: absolute;
  height: 12rem;
  top: -134px;
  left: 30%;
}

#sixth-block-div-right {
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#sixth-block-div-right h2 {
  font-size: 40px;
  font-weight: 700;
  width: 80%;
  margin-bottom: 0px;
}
#sixth-block-div-right p {
  font-size: 18px;
  line-height: 26px;
  width: 80%;
}

@media screen and (max-width: 1220px) {
  #sixth-block-div-right h2 {
    font-size: 36px;
    width: 90%;
  }
  #sixth-block-div-right p {
    font-size: 16px;
    width: 90%;
  }
  #sixth-block-div-left > img {
    height: 10rem;
  }
  #sixth-block-div-left > picture {
    width: 400px;
    height: 400px;
  }
  #sixth-block-div-left > picture > img {
    width: 359.04px;
    height: 460px;
  }
}

@media screen and (max-width: 1023px) {
  #sixth-block-div {
    padding: 25px 15px;
    flex-direction: column-reverse;
  }
  #sixth-block-div-right {
    margin-bottom: 30px;
    width: 100%;
  }
  #sixth-block-div-left {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
    padding-right: 0;
  }
  #sixth-block-div-right h2 {
    font-size: 32px;
    width: 100%;
  }
  #sixth-block-div-right p {
    width: 100%;
  }
  #sixth-block-div-left > picture {
    width: 400px;
    height: 361px;
    display: flex;
    justify-content: center;
  }
  #sixth-block-div-left > picture > img {
    width: 360px;
    height: 361px;
  }
  #sixth-block-div-left > img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #sixth-block-div-left > picture {
    width: 299.5px;
    height: 300px;
  }
  #sixth-block-div-left > picture > img {
    width: 299.5px;
    height: 300px;
  }
}

@media screen and (max-width: 380px) {
  #sixth-block-div-left > picture {
    width: 299.16px;
    height: 300px;
  }
  #sixth-block-div-left > picture > img {
    width: 260.57px;
    height: 261px;
  }
}

/* Sixth block end */

/* Seventh block begin */

#seventh-block-div {
  padding: 40px 60px;
  display: flex;
  border-radius: 20px;
}

#seventh-block-div-right {
  width: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#seventh-block-div-right img {
  height: 100%;
  width: 100%;
  margin: 30px auto;
  max-width: 450px;
}

#seventh-block-div-left {
  width: 45vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#seventh-block-div-h2 {
  position: relative;
}

#seventh-block-div-h2 img {
  width: 13vw;
  top: 20%;
  position: absolute;
  left: -10.5vw;
}

#seventh-block-div-left h2 {
  font-size: 40px;
  font-weight: 700;
  width: 80%;
  margin: 0 auto;
}

#seventh-block-div-left p {
  font-size: 18px;
  line-height: 26px;
  width: 80%;
}

@media screen and (max-width: 1220px) {
  #seventh-block-div-left h2 {
    font-size: 36px;
    width: 90%;
  }
  #seventh-block-div-left p {
    font-size: 16px;
    width: 90%;
  }
  #seventh-block-div-h2 img {
    width: 11vw;
    top: 10%;
    position: absolute;
    left: -10vw;
  }
  #seventh-block-div-right img {
    max-width: 420px;
  }
}

@media screen and (max-width: 1023px) {
  #seventh-block-div {
    padding: 25px 15px;
    flex-direction: column;
  }
  #seventh-block-div-left {
    margin-bottom: 30px;
    width: 100%;
  }
  #seventh-block-div-right {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
  }
  #seventh-block-div-left h2 {
    font-size: 32px;
    width: 100%;
  }
  #seventh-block-div-left p {
    width: 100%;
  }
  #seventh-block-div-right img {
    width: 80%;
    margin: 0 auto;
    display: flex;
    max-width: 500px;
  }
  #seventh-block-div-h2 img {
    display: none;
  }
}

/* Seventh block end */

/* Eighth block begin */

#eighth-block-h2 {
  margin: 0 auto 70px auto;
  width: 700px;
}

#eighth-block-h2 h2 {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}

#eighth-block-h2 p {
  text-align: center;
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
}

#eighth-block-price-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-card {
  width: 260px;
  height: auto;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 40px 80px #f4f5f5);
  border-radius: 15px;
  margin: 0 2vw;
  align-items: center;
  justify-content: flex-start;
  padding: 41px 37px 62px 37px;
}

.pricing-card p,
.pricing-card h3 {
  margin: 0;
  text-align: center;
}

.pricing-card-title,
.pricing-card-description,
.pricing-card-price,
.pricing-card-perks {
  margin-bottom: 30px;
}

.pricing-card-perks {
  margin-bottom: 40px;
}

.pricing-card-title > h3 {
  font-size: 18px;
  font-weight: 600;
}
.pricing-card-title > h3 > span {
  font-size: 28px;
}

.pricing-card-price p {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.pricing-card-price p > span {
  font-size: 30px;
  font-weight: 700;
}

.pricing-card-perks p {
  margin-bottom: 10px;
  line-height: 1.6rem;
}

#eighth-block-p {
  margin: 70px auto 0 auto;
  width: 390px;
  text-align: center;
}

#eighth-block-p p {
  line-height: 26px;
}

#speak-with-us:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 1220px) {
  #eighth-block-h2 h2 {
    font-size: 40px;
  }
  #eighth-block-h2 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  #eighth-block-h2 {
    margin: 0 auto 50px auto;
    max-width: 500px;
    width: auto;
  }
  #eighth-block-h2 h2 {
    font-size: 32px;
  }
  #eighth-block-p {
    margin: 50px auto 0 auto;
    max-width: 390px;
    width: auto;
  }
  #eighth-block-price-cards {
    flex-direction: column;
  }
  .pricing-card {
    margin: 20px auto;
  }
}

@media screen and (max-width: 450px) {
  .pricing-card {
    width: 209px;
    height: auto;
  }
}

/* Eighth block end*/

/* Ninth block begin */

#ninth-block-div {
  display: flex;
}

#ninth-block-div-left {
  width: 35vw;
  margin-right: 100px;
}

#ninth-block-div-left h2 {
  font-size: 44px;
  font-weight: 600;
}

#ninth-block-div-right {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  display: flex;
  justify-content: center;
}

.width-fit-content {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

#ninth-block-div .collapse-card {
  max-width: 600px;
  width: auto;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 6%);
  margin: 40px auto 40px 0;
}

#ninth-block-div .collapsible {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  border-radius: 10px;
  color: #120034;
  background-color: white;
  cursor: pointer;
  padding: 24px 50px 18px 24px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  position: relative;
}

#ninth-block-div .collapsible:after {
  content: "\002B";
  color: #120034;
  font-weight: bold;
  right: 22px;
  top: 33%;
  font-size: 30px;
  position: absolute;
  font-weight: 100;
}

#ninth-block-div .active:after {
  content: "\2212";
}

#ninth-block-div .content {
  font-size: 16px;
  line-height: 26px;
  color: #6e7191;
  width: 90%;
  background-color: white;
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  border-radius: 10px;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 10px 10px;
}

#ninth-block-div .content p {
  margin-top: -4px;
  margin-bottom: 24px;
  font-weight: 300;
}

#question-mark {
  width: 15%;
  padding-top: 8%;
}

#question-mark > img {
  width: 102.43px;
  height: 126.27px;
}

.logos-secured-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.logos-secured-data > img {
  height: 120px;
  width: 120px;
}

.logos-secured-data > .hads-logo {
  width: 120px;
  height: 100.41px;
}

@media screen and (max-width: 1220px) {
  #ninth-block-div-left h2 {
    font-size: 40px;
  }
  #question-mark > img {
    width: 100.06px;
    height: 123.34px;
  }
}

@media screen and (max-width: 1023px) {
  #ninth-block-div {
    flex-direction: column;
  }
  #ninth-block-div-left h2 {
    max-width: 390px;
  }
  #ninth-block-div-left {
    margin: 0;
    width: 100%;
  }
  #ninth-block-div-right {
    margin: 0 auto;
  }
  #ninth-block-div-left h2 {
    font-size: 32px;
  }
  #question-mark {
    display: none;
  }
  #ninth-block-div .collapse-card {
    max-width: 1000px;
  }
}

@media screen and (max-width: 750px) {
  .logos-secured-data > img {
    width: 100px;
    height: 100px;
  }
  .logos-secured-data > .hads-logo {
    width: 100px;
    height: 83.68px;
  }
}

/* Ninth block end */

/* Tenth block begin */
#tenth-block-div {
  padding: 40px 60px;
  border-radius: 20px;
}

#tenth-block-div > h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 1rem;
}

#tenth-block-div > p {
  font-size: 20px;
  line-height: 32px;
}

#tenth-block-reasons {
  display: flex;
  align-items: center;
  margin: 50px auto;
}

#tenth-block-reasons .reason-card:nth-child(-n + 2) {
  margin-right: 20px;
}

.reason-card {
  background-color: white;
  border-radius: 20px;
  width: 350px;
  height: 210px;
  padding: 30px 20px;
  position: relative;
}

.reason-card > div:nth-child(1) {
  width: 44px;
  height: 44px;
  background-color: #f1f3fe;
  color: #5800ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.reason-card h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.reason-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

#tenth-block-reasons .reason-card:nth-child(1) > img {
  position: absolute;
  top: -20%;
  left: -40%;
  width: 130px;
}

#tenth-block-reasons-mobile {
  display: none;
}

@media screen and (max-width: 1400px) {
  #tenth-block-reasons .reason-card:nth-child(1) > img {
    width: 120px;
    left: -45%;
  }
}
@media screen and (max-width: 1220px) {
  #tenth-block-reasons .reason-card:nth-child(1) > img {
    width: 113px;
  }
  #tenth-block-div > h2 {
    font-size: 38px;
  }
  #tenth-block-div > p {
    font-size: 18px;
  }
  .reason-card {
    height: 240px;
  }
}

@media screen and (max-width: 1023px) {
  #tenth-block-div {
    padding: 25px 15px;
  }
  #tenth-block-div > h2 {
    font-size: 32px;
  }
  #tenth-block-div > p {
    font-size: 16px;
  }
  #tenth-block-reasons {
    display: none;
  }
  #tenth-block-reasons-mobile {
    display: initial;
    width: auto;
  }
  #tenth-block-reasons-mobile > .s2 {
    width: 103%;
    height: 310px;
    margin: 0 auto 30px 0;
  }
  #tenth-block-reasons-mobile .swiper-pagination2 {
    width: 90%;
  }
  .reason-card {
    height: 210px;
    min-width: 170px;
    width: auto;
    padding: 20px 20px 30px 20px;
  }
}

@media screen and (max-width: 700px) {
  .reason-card {
    height: 250px;
  }
  #tenth-block-reasons-mobile > .s2 {
    height: 340px;
  }
}

@media screen and (max-width: 450px) {
  #tenth-block-reasons-mobile > .s2 {
    width: 109%;
  }
}

/* Tenth block end */

/* Footer start */

footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

footer.block-padding {
  padding-top: 0;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

#about li:hover,
#resources li:hover {
  color: grey;
}

#about > p,
#resources > p,
#social > p {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

footer ul li {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 300;
}

#about > ul > li > img {
  height: 67px;
  width: 67px;
}

#about > ul > li > .hads-logo {
  height: 56.06px;
  width: 67px;
}

#social li {
  display: inline;
  margin-right: 10px;
}

#social img {
  width: 34px;
  height: 34px;
}

.footer-secured-data {
  padding-top: 10px;
}

@media screen and (max-width: 650px) {
  footer {
    justify-content: space-between;
  }
  footer.block-padding {
    padding: 0 40px !important;
  }
  footer #about {
    flex-basis: 50%;
    margin-right: 20px;
  }
  footer #resources,
  footer #social {
    flex-basis: 39%;
    margin-right: 20px;
  }
  #social img {
    width: 28px;
    height: 28px;
  }
  #about > ul > li > img {
    width: 50px;
    height: 50px;
  }
  #about > ul > li > .hads-logo {
    width: 50px;
    height: 41.84px;
  }
}
@media screen and (max-width: 450px) {
  footer {
    justify-content: space-between;
  }
  footer #about {
    flex-basis: 50%;
    margin-right: 10px;
  }
  footer #resources,
  footer #social {
    flex-basis: 39%;
    margin-right: 10px;
  }
}
/* Footer end */
