@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: inherit;
  color: #3a3a3a;
  font: inherit;
  letter-spacing: 0.05em;
  font-family: Roboto, Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

.hidden {
  display: none;
}

.underlined {
  text-decoration: underline;
}

body {
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

main {
  background-color: white;
}

html {
  scroll-behavior: smooth;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: normal;
}

.page-title__title {
  max-width: 1000px;
  margin: 40px auto 30px auto;
  padding: 10px 0;
  font-weight: bold;
  font-size: 2.4em;
  text-align: center;
}
@media (max-width: 991px) {
  .page-title__title {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  .page-title__title {
    font-size: 2em;
    margin: 35px auto 25px auto;
  }
}
@media (max-width: 575px) {
  .page-title__title {
    font-size: 1.8em;
    margin: 30px auto 20px auto;
  }
}
.page-title__title--left {
  text-align: left;
}

.page-description {
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.8em;
}
.page-description--link {
  display: inline-block;
  margin-top: 20px;
  color: #06c;
}
@media (max-width: 767px) {
  .page-description {
    font-size: 1.15em;
    line-height: 1.7em;
  }
}
@media (max-width: 575px) {
  .page-description {
    font-size: 1em;
    line-height: 1.6em;
  }
}

.qcm-access-link {
  max-width: 800px;
  margin: 50px auto 30px auto;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
@media (max-width: 767px) {
  .qcm-access-link {
    margin: 30px auto;
  }
}
.qcm-access-link--center {
  justify-content: center;
}
.qcm-access-link__link {
  margin: 0 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .qcm-access-link__link {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .qcm-access-link__link {
    font-size: 0.9em;
  }
}
.qcm-access-link__link:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.qcm-access-button {
  max-width: 800px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qcm-access-button__button {
  box-shadow: 0 1px 2px rgba(93, 96, 98, 0.1882352941), 0 1px 3px 1px rgba(93, 96, 98, 0.1882352941);
  border-radius: 5px;
  border: solid #e17200 1px;
  cursor: pointer;
  padding: 5px 15px;
  max-width: 275px;
  font-weight: bold;
  text-align: center;
  transition-duration: 200ms;
  margin: 0 20px;
  background-color: white;
}
.qcm-access-button__button:hover {
  background: #e17200;
}
.qcm-access-button__button:hover p {
  color: white;
  text-shadow: black 0 -1px;
}
.qcm-access-button__button--blue {
  border: solid #293d96 1px;
}
.qcm-access-button__button--blue:hover {
  background: #293d96;
}
.qcm-access-button__button--blue:hover p {
  color: white;
  text-shadow: black 0 -1px;
}
.qcm-access-button__button__text {
  color: #e17200;
}
.qcm-access-button__button__text--blue {
  color: #293d96;
}
@media (max-width: 991px) {
  .qcm-access-button__button__text {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .qcm-access-button__button__text {
    font-size: 0.9em;
  }
}

.link-next-container {
  max-width: 800px;
  margin-top: 30px;
  display: flex;
  justify-content: end;
}
.link-next-container__link {
  box-shadow: 0 1px 2px rgba(93, 96, 98, 0.1882352941), 0 1px 3px 1px rgba(93, 96, 98, 0.1882352941);
  border-radius: 5px;
  border: solid #e17200 1px;
  cursor: pointer;
  padding: 5px 15px;
  transition-duration: 200ms;
  color: #e17200;
  font-weight: bold;
}
@media (max-width: 991px) {
  .link-next-container__link {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .link-next-container__link {
    font-size: 0.9em;
  }
}
.link-next-container__link:hover {
  text-shadow: black 0 -1px;
  background: #e17200;
  color: white;
}

.link-session-end-container {
  max-width: 800px;
  font-size: 0.9em;
  color: grey;
  margin: 60px auto 0 auto;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 575px) {
  .link-session-end-container {
    margin: 40px auto 0 auto;
    font-size: 0.8em;
  }
}
.link-session-end-container__link:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.exam-session-score {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .exam-session-score {
    font-size: 1.15em;
  }
}
@media (max-width: 767px) {
  .exam-session-score {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .exam-session-score {
    font-size: 1em;
  }
}
.exam-session-score--litle {
  font-size: 0.9em;
}

.maj-title {
  color: #e17200;
  font-size: 1.2em;
}
.maj-title--blue {
  color: #293d96 !important;
}

.return {
  position: absolute;
  top: 100px;
  left: 150px;
}
@media (max-width: 1199px) {
  .return {
    left: 100px;
  }
}
@media (max-width: 991px) {
  .return {
    left: 80px;
  }
}
@media (max-width: 767px) {
  .return {
    left: 50px;
    top: 90px;
  }
}
@media (max-width: 575px) {
  .return {
    left: 25px;
    top: 80px;
  }
}
@media (max-width: 991px) {
  .return__link {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .return__link {
    font-size: 0.9em;
  }
}
.return__link:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.return__link--white {
  color: white;
}

.download {
  max-width: 1000px;
  margin: 0 auto 20px auto;
  text-align: end;
  padding-right: 40px;
}
.download__link {
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .download__link {
    font-size: 0.85em;
  }
}
@media (max-width: 767px) {
  .download__link {
    font-size: 0.8em;
  }
}
.download__link:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.top-button {
  z-index: 1;
  position: sticky;
  bottom: 75px;
}
.top-button__button {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 10vw;
  border-radius: 10px;
  cursor: pointer;
  background-color: #e17200;
  transition-duration: 250ms;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.75;
}
.top-button__button:hover {
  opacity: 0.5;
  background-color: #e17200;
}
.top-button__button__img {
  max-width: 28px;
}

.scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 40px;
}
.scroll-bar__bar {
  height: 10px;
  width: 0;
  background-color: #e17200;
}

.deconnexion-container {
  text-align: center;
  margin: 50px 0;
}
.deconnexion-container__link {
  font-weight: bold;
}
.deconnexion-container__link:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.gestion-buttons {
  max-width: 950px;
  margin: 30px auto 50px auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .gestion-buttons {
    padding: 0 5px;
    margin: 30px auto;
  }
}
.gestion-buttons__arrow__link {
  box-shadow: 0 1px 2px rgba(93, 96, 98, 0.1882352941), 0 1px 3px 1px rgba(93, 96, 98, 0.1882352941);
  border-radius: 5px;
  border: solid #e17200 1px;
  cursor: pointer;
  padding: 5px 15px;
  transition-duration: 200ms;
  color: #e17200;
}
@media (max-width: 991px) {
  .gestion-buttons__arrow__link {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .gestion-buttons__arrow__link {
    font-size: 0.9em;
  }
}
.gestion-buttons__arrow__link:hover {
  text-shadow: black 0 -1px;
  background-color: #e17200;
  color: white;
  font-weight: bold;
}
.gestion-buttons__elements {
  display: flex;
}
@media (max-width: 575px) {
  .gestion-buttons__elements {
    flex-direction: column;
  }
}
.gestion-buttons__elements__link {
  box-shadow: 0 1px 2px rgba(93, 96, 98, 0.1882352941), 0 1px 3px 1px rgba(93, 96, 98, 0.1882352941);
  text-align: center;
  border-radius: 5px;
  border: solid #e17200 1px;
  cursor: pointer;
  padding: 5px 15px;
  transition-duration: 200ms;
  color: #e17200;
  min-width: 170px;
  margin: 5px 10px;
}
@media (max-width: 991px) {
  .gestion-buttons__elements__link {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .gestion-buttons__elements__link {
    font-size: 0.9em;
  }
}
.gestion-buttons__elements__link:hover {
  text-shadow: black 0 -1px;
  background: #e17200;
  color: white;
  font-weight: bold;
}

.buy-codes-container {
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.session-suggestion {
  width: calc(100vw - 40px);
  max-width: 950px;
  margin: auto;
  text-align: end;
  padding-right: 20px;
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 0.8em;
}
.session-suggestion__link {
  display: inline-block;
  cursor: pointer;
  transition-duration: 1s;
}
.session-suggestion__link:hover {
  text-decoration: underline;
}

.space-button-container {
  display: flex;
  justify-content: center;
}

.burger-nav-displayed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 3;
  overflow-y: scroll;
}
.burger-nav-displayed__navigation {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(10, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  max-width: 500px;
  margin: 40px auto 20px auto;
  padding: 0 10px;
}

.lesson-media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 100%;
  margin: 100px auto 50px auto;
}
@media (max-width: 991px) {
  .lesson-media {
    margin: 80px auto 40px auto;
  }
}
@media (max-width: 767px) {
  .lesson-media {
    margin: 70px auto 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .lesson-media {
    margin: 60px auto 25px auto;
  }
}
.lesson-media__video {
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  margin: auto;
}
@media (max-width: 1199px) {
  .lesson-media__video {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .lesson-media__video {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .lesson-media__video {
    max-width: 90%;
  }
}
@media (max-width: 575px) {
  .lesson-media__video {
    max-width: 98%;
  }
}
.lesson-media__video__video {
  width: 100%;
}
.lesson-media__audios {
  aspect-ratio: 16/9;
  overflow-y: scroll;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  position: relative;
}
@media (max-width: 767px) {
  .lesson-media__audios {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .lesson-media__audios {
    width: 98%;
  }
}
.lesson-media__audios__list {
  width: 100%;
  padding: 10px 20px 0 20px;
}
.lesson-media__audios__list__item {
  width: 100%;
  margin-bottom: 15px;
  background-color: #f2f2f2; /* Remplacez cette couleur par celle de votre choix */
  padding: 10px 10px 0 10px;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.lesson-media__audios__list__item__title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #e17200;
  text-align: left;
}
.lesson-media__audios__list__item__audio {
  width: 100%;
  max-height: 30px;
  background-color: #f2f2f2;
}
.lesson-media__audios__version {
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: white;
  width: 100%;
  text-align: right;
  padding-right: 30px;
}
.lesson-media__audios__version__text {
  color: #293d96;
  font-style: italic;
  font-weight: bold;
  font-size: 0.8rem;
}

.dropdown {
  position: relative;
}
.dropdown__container {
  z-index: 1;
  position: absolute;
  display: none;
  background-color: white;
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  margin-top: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
}
.dropdown__container--active {
  display: flex;
  flex-direction: column;
}
.dropdown__container--bigger {
  width: 180%;
  margin-left: -40%;
}
.dropdown__container__button {
  width: 100%;
  border-radius: 10px;
  transition-duration: 0.3s;
}
.dropdown__container__button:hover {
  background-color: rgba(225, 114, 0, 0.2);
}
.dropdown__container__button__link {
  font-size: 1.2em;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 8px 10px;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .dropdown__container__button__link {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .dropdown__container__button__link {
    font-size: 1em;
  }
}
.dropdown__container__separator {
  margin: 5px 20px;
  background-color: #e0e0e0;
}

.dropdown-background {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.sponsor-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  max-height: 80%;
  width: 90%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0.0145rem 0.029rem 0.174rem rgba(27, 40, 50, 0.01698), 0.0335rem 0.067rem 0.402rem rgba(27, 40, 50, 0.024), 0.0625rem 0.125rem 0.75rem rgba(27, 40, 50, 0.03), 0.1125rem 0.225rem 1.35rem rgba(27, 40, 50, 0.036), 0.2085rem 0.417rem 2.502rem rgba(27, 40, 50, 0.04302), 0.5rem 1rem 6rem rgba(27, 40, 50, 0.06), 0 0 0 0.0625rem rgba(27, 40, 50, 0.015);
  padding: 30px;
  z-index: 1;
  overflow-y: auto;
}
.sponsor-modal__cross {
  content: "×";
  position: fixed;
  top: 8px;
  right: 10px;
  padding: 10px;
  font-size: 24px;
  color: #555;
  cursor: pointer;
  line-height: 0.7em;
}
.sponsor-modal h2 {
  font-weight: bold;
  margin: 20px 0 30px 0;
  text-align: center;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .sponsor-modal h2 {
    font-size: 1em;
  }
}
.sponsor-modal p {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sponsor-modal p {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .sponsor-modal p {
    font-size: 0.9em;
  }
}
.sponsor-modal ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .sponsor-modal ul {
    margin-left: 20px;
  }
}
.sponsor-modal ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 991px) {
  .sponsor-modal ul li {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .sponsor-modal ul li {
    font-size: 0.9em;
  }
}
.sponsor-modal ul li:before {
  content: "•";
  margin-right: 10px;
}
.sponsor-modal ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  margin-left: 50px;
}
@media (max-width: 575px) {
  .sponsor-modal ol {
    margin-left: 35px;
  }
}
.sponsor-modal ol li {
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 991px) {
  .sponsor-modal ol li {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .sponsor-modal ol li {
    font-size: 0.9em;
  }
}

.sponsor-modal-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.lesson-sheet-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .lesson-sheet-container {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .lesson-sheet-container {
    margin-top: 50px;
  }
}
.lesson-sheet-container__button {
  transition-duration: 300ms;
  background-color: #e17200;
  border-radius: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
  background: linear-gradient(90deg, rgb(247, 143, 35) 0%, rgb(205, 104, 0) 100%);
  margin-bottom: 30px;
}
.lesson-sheet-container__button:hover {
  filter: opacity(0.9);
}
.lesson-sheet-container__button--disabled {
  background: rgb(156, 156, 156);
  background-color: rgb(156, 156, 156);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.lesson-sheet-container__button--disabled:hover {
  filter: opacity(1);
}
.lesson-sheet-container__button--disabled > p {
  cursor: default !important;
}
.lesson-sheet-container__button--blue {
  background-color: #0055a4;
  background: #0055a4;
}
.lesson-sheet-container__button__link {
  cursor: pointer;
  padding: 0 15px;
  display: inline-block;
  height: 100%;
  width: 100%;
  color: white;
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .lesson-sheet-container__button__link {
    line-height: 2.3em;
    font-size: 1.05em;
  }
}
@media (max-width: 767px) {
  .lesson-sheet-container__button__link {
    line-height: 2.3em;
    font-size: 1.05em;
  }
}

.multi-connection-popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.multi-connection-popup__content {
  background-color: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.multi-connection-popup__content__title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}
.multi-connection-popup__content__text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.multi-connection-popup__content__button {
  background-color: #ff5f5f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.multi-connection-popup__content__button:hover {
  background-color: #ff3f3f;
}

.home-phone {
  position: sticky;
  bottom: 50px;
  left: 100%;
  max-width: 250px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .home-phone {
    bottom: 45px;
  }
}
@media (max-width: 767px) {
  .home-phone {
    margin: 0 20px;
    bottom: 40px;
  }
}
@media (max-width: 575px) {
  .home-phone {
    margin: 0 15px;
    bottom: 20px;
  }
}
.home-phone__link {
  display: flex;
  align-items: center;
  background-color: #293d96;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  transition-duration: 300ms;
}
.home-phone__link:hover {
  transform: scale(1.05);
}
.home-phone__link__image {
  margin-right: 10px;
}
.home-phone__link__image__img {
  width: 18px;
}
@media (max-width: 991px) {
  .home-phone__link__image__img {
    width: 16px;
  }
}
@media (max-width: 575px) {
  .home-phone__link__image__img {
    width: 14px;
  }
}
.home-phone__link__number {
  color: white;
  margin-bottom: 1px;
}
@media (max-width: 991px) {
  .home-phone__link__number {
    font-size: 0.95rem;
  }
}
@media (max-width: 767px) {
  .home-phone__link__number {
    font-size: 0.9rem;
  }
}

.code-notification {
  background-color: #dff2bf;
  border-radius: 5px;
  border: 1px solid #4f8a10;
  padding: 18px 30px 18px 18px;
  position: fixed;
  top: 100px;
  right: 30px;
  width: 350px;
  display: flex;
  align-items: center;
}
.code-notification__image {
  width: 30px;
  margin-right: 15px;
  padding: 10px 0;
}
.code-notification__image__img {
  width: 100%;
}
.code-notification__message__text {
  margin-bottom: 0;
}
.code-notification__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  cursor: pointer;
}
.code-notification__close__img {
  width: 100%;
}

.notification {
  background-color: #dff2bf;
  color: #4f8a10;
  padding: 10px;
  position: relative;
  border-radius: 5px;
  width: 300px;
  box-sizing: border-box;
  margin: 10px 0;
}

.info-icon {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.notification p {
  display: inline;
  margin: 0;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background: none;
  cursor: pointer;
}

.close-btn img {
  height: 16px;
  width: 16px;
}

.exam-access {
  max-width: 1200px;
  margin: 75px auto 30px auto;
  position: relative;
  padding: 50px 20px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .exam-access {
    margin: 70px auto 30px auto;
  }
}
@media (max-width: 991px) {
  .exam-access {
    margin: 65px auto 30px auto;
  }
}
@media (max-width: 767px) {
  .exam-access {
    margin: 60px auto 30px auto;
  }
}
@media (max-width: 575px) {
  .exam-access {
    margin: 50px auto 30px auto;
  }
}
.exam-access * {
  font-family: "Poppins";
}
.exam-access__button {
  padding: 30px 30px 20px 30px;
  margin: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
  position: relative;
  border: 3px solid #f48c06;
  transition-duration: 300ms;
}
@media (max-width: 991px) {
  .exam-access__button {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .exam-access__button {
    padding: 25px;
  }
}
.exam-access__button--blue {
  border: 3px solid #0055a4;
}
.exam-access__button:hover {
  scale: 1.03;
}
.exam-access__button__flag {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  margin: 2px;
}
.exam-access__button__flag__img {
  width: 100%;
}
.exam-access__button__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .exam-access__button__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .exam-access__button__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .exam-access__button__title {
    font-size: 1.2rem;
  }
}
.exam-access__button__title--bigger {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .exam-access__button__title--bigger {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .exam-access__button__title--bigger {
    font-size: 1.05em;
  }
}
.exam-access__button__detail {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f48c06;
}
@media (max-width: 991px) {
  .exam-access__button__detail {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .exam-access__button__detail {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .exam-access__button__detail {
    font-size: 1.2rem;
  }
}
.exam-access__button__detail--blue {
  color: #0055a4;
}
.exam-access__button__comment {
  color: #f48c06;
  font-size: 0.9rem;
  margin-top: 10px;
  margin-bottom: -10px;
}
.exam-access__button__comment--blue {
  color: #0055a4;
}

.session-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 10px;
}
@media (max-width: 991px) {
  .session-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .session-title {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .session-title {
    font-size: 0.9rem;
  }
}

.tel-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin: auto;
}
.tel-contact__title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #0055a4;
  text-align: center;
}
.tel-contact__button {
  margin-top: 20px;
  text-align: center;
  padding: 2px;
  border-radius: 27px;
  background: rgb(251, 155, 32);
  background: linear-gradient(90deg, rgb(251, 155, 32) 0%, rgb(240, 142, 17) 100%);
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
}
.tel-contact__button:hover {
  transform: scale(1.05);
}
.tel-contact__button__link {
  color: white;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tel-contact__button__link {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .tel-contact__button__link {
    font-size: 1rem;
  }
}
@media (max-width: 420px) {
  .tel-contact__button__link {
    font-size: 0.95rem;
  }
}

.home-reduction {
  background-color: #f48c06;
  text-align: center;
  padding: 5px 20px;
}

@media (max-width: 767px) {
  .home-reduction {
    padding: 4px 20px;
  }
}
@media (max-width: 575px) {
  .home-reduction {
    padding: 3px 20px;
  }
}
.home-reduction__text {
  font-weight: 500;
  color: white;
}
.home-reduction__text * {
  color: white;
}
.home-reduction__text--link {
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}

@media (max-width: 767px) {
  .home-reduction__text {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .home-reduction__text {
    font-size: 0.9em;
  }
}
.home-reduction__text--bolder {
  font-weight: bold;
  color: white;
}

@media (max-width: 767px) {
  .home-reduction__text--bolder {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .home-reduction__text--bolder {
    font-size: 0.9em;
  }
}
.manex-header {
  display: flex;
  justify-content: flex-end;
}
.manex-header__link {
  display: inline-block;
  width: 20px;
  margin: 10px 10px 0 0;
}
.manex-header__link__img {
  width: 100%;
}

.mention-sts {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin: 0 auto 100px auto;
}
.mention-sts__text {
  font-weight: 600;
  font-size: 1.5rem;
  color: #0055a4;
  text-align: center;
}

.already-got {
  max-width: 1200px;
  margin: 75px auto 0 auto;
  padding: 50px 0 20px 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .already-got {
    margin: 70px auto 0 auto;
  }
}
@media (max-width: 991px) {
  .already-got {
    margin: 65px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .already-got {
    margin: 60px auto 0 auto;
  }
}
@media (max-width: 575px) {
  .already-got {
    margin: 50px auto 0 auto;
  }
}
.already-got * {
  font-family: "Poppins";
}
.already-got__text {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .already-got__text {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .already-got__text {
    font-size: 2.55rem;
  }
}
@media (max-width: 991px) {
  .already-got__text {
    font-size: 2.3rem;
  }
}
@media (max-width: 575px) {
  .already-got__text {
    font-size: 2.05rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .already-got__text {
    font-size: 1.8rem;
  }
}
.already-got__text--orange {
  color: #f48c06;
}

.quill-wysiwyg {
  margin-bottom: 200px;
  font-size: 1.2rem;
}
.quill-wysiwyg strong {
  font-weight: bold;
}
.quill-wysiwyg em {
  font-style: italic;
}
.quill-wysiwyg u {
  text-decoration: underline;
}

.accordion {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.12);
}
.accordion * {
  font-family: "Poppins";
}
.accordion__intro {
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.accordion__intro__text {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .accordion__intro__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .accordion__intro__text {
    font-size: 1rem;
  }
}
.accordion__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.accordion__content__text {
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .accordion__content__text {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .accordion__content__text {
    font-size: 0.9rem;
  }
}
.accordion__active .accordion__content {
  padding: 0 20px 20px;
  opacity: 1;
}

.blocked-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.blocked-modal__content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.blocked-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.blocked-modal__close:hover {
  color: #000;
}

.blocked-modal__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.blocked-modal__message {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.blocked-modal__button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background-color: #007bff;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.blocked-modal__button:hover {
  background-color: #0056b3;
}

.institute-lead-code {
  max-width: 1200px;
  margin: 50px auto;
}
.institute-lead-code__i {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.institute-lead-code__i:hover .institute-lead-code__i__tooltip {
  visibility: visible;
  opacity: 1;
}
.institute-lead-code__i__tooltip {
  visibility: hidden;
  width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.download-program {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.download-program__button {
  text-align: center;
  padding: 2px;
  border-radius: 22px;
  background: #e17200;
  background: linear-gradient(90deg, rgb(247, 143, 35) 0%, rgb(232, 125, 15) 100%);
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
}
@media (max-width: 575px) {
  .download-program__button {
    padding: 1px;
  }
}
.download-program__button:hover {
  transform: scale(1.05);
}
.download-program__button__link {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  background-color: white;
  color: #e17200;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .download-program__button__link {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  .download-program__button__link {
    font-size: 1em;
  }
}
@media (max-width: 575px) {
  .download-program__button__link {
    font-size: 0.95em;
    padding: 6px 12px;
  }
}

.tab-container {
  width: 100%;
  max-width: 985px;
  margin: 50px auto 20px auto;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tabs {
  display: flex;
  background: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tab {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  font-weight: bold;
  color: #555;
  transition: background 0.2s;
}

.tab:hover {
  background: #f0f0f0;
}

.tab.active {
  background-color: #f48c06;
  color: white;
}

.content {
  padding: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}

.section-title {
  font-weight: bold;
  margin-top: 1rem;
}

ul {
  margin-left: 1.5rem;
}

.tab-content {
  display: none;
}
.tab-content * {
  line-height: 1.8rem;
}
.tab-content > ul {
  list-style: disc;
}

.tab-content.active {
  display: block;
}

.first-log-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.first-log-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-height: 80vh;
  overflow-y: auto;
}

.first-log-title {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.first-log-field {
  margin-bottom: 2rem;
}

.first-log-field > label {
  display: block;
  margin: 0.8rem 0;
  font-weight: bold;
}

.first-log-field label {
  display: block;
  margin: 0.8rem 0;
}

.first-log-input {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.first-log-actions {
  text-align: center;
  margin-top: 1.5rem;
}

.first-log-button {
  background: #d6b55e;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.first-log-button:hover {
  background: #b1903b;
}

.header {
  max-width: 2400px;
  margin: auto;
  padding: 8px 45px 4px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1070px) {
  .header {
    padding: 8px 20px 4px 20px;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 8px 8px 4px 15px;
  }
}
.header__enterprise__logo {
  max-width: 75px;
  max-height: 100px;
}
@media (max-width: 767px) {
  .header__enterprise__logo {
    max-width: 58px;
    max-height: 77px;
  }
}
.header__of {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__of__displayed-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .header__of__displayed-name {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .header__of__displayed-name {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .header__of__displayed-name {
    font-size: 1rem;
  }
}
.header__of__stripe-code {
  position: relative;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .header__of__stripe-code {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .header__of__stripe-code {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .header__of__stripe-code {
    font-size: 0.8rem;
  }
}
.header__of__stripe-code__i {
  cursor: default;
}
.header__phone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .header__phone {
    position: static;
    transform: translate(0);
  }
}
@media (max-width: 575px) {
  .header__phone {
    display: none;
  }
}
.header__phone__text {
  font-weight: bold;
  color: #293d96;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .header__phone__text {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .header__phone__text {
    font-size: 0.9em;
  }
}
.header__phone__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__phone__link__image {
  max-width: 50px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .header__phone__link__image {
    max-width: 45px;
  }
}
@media (max-width: 767px) {
  .header__phone__link__image {
    max-width: 40px;
  }
}
.header__phone__link__image__img {
  width: 100%;
}
.header__phone__link__number {
  color: #293d96;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .header__phone__link__number {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .header__phone__link__number {
    font-size: 1rem;
  }
}
.header__nav {
  margin-left: 20px;
}
.header__nav__disconnected {
  display: flex;
  align-items: center;
}
.header__nav__disconnected__nav {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1070px) {
  .header__nav__disconnected__nav {
    margin-right: 10px;
  }
}
@media (max-width: 855px) {
  .header__nav__disconnected__nav {
    display: none;
  }
}
.header__nav__disconnected__nav__link {
  margin-right: 20px;
  font-family: "Poppins";
  font-weight: 500;
  cursor: pointer;
}
.header__nav__disconnected__nav__link.selected {
  color: #f48c06;
}
.header__nav__disconnected__button {
  text-align: center;
  padding: 2px;
  border-radius: 22px;
  background: #e17200;
  background: linear-gradient(90deg, rgb(247, 143, 35) 0%, rgb(232, 125, 15) 100%);
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
}
@media (max-width: 575px) {
  .header__nav__disconnected__button {
    padding: 1px;
  }
}
.header__nav__disconnected__button--left {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .header__nav__disconnected__button--left {
    margin-right: 8px;
  }
}
.header__nav__disconnected__button:hover {
  transform: scale(1.05);
}
.header__nav__disconnected__button__link {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  background-color: white;
  color: #e17200;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header__nav__disconnected__button__link {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  .header__nav__disconnected__button__link {
    font-size: 1em;
  }
}
@media (max-width: 575px) {
  .header__nav__disconnected__button__link {
    font-size: 0.95em;
    padding: 6px 12px;
  }
}
.header__nav__disconnected__button__link--left {
  background-color: rgba(255, 255, 255, 0);
  color: white;
}
.header__nav__disconnected__burger {
  max-width: 35px;
  margin-top: 3px;
  margin-left: 20px;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  cursor: pointer;
}
@media (min-width: 856px) {
  .header__nav__disconnected__burger {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__nav__disconnected__burger {
    margin-top: 5px;
  }
}
@media (max-width: 575px) {
  .header__nav__disconnected__burger {
    margin-left: 10px;
    max-width: 25px;
  }
}
.header__nav__disconnected__burger__img {
  width: 100%;
}
.header__nav__disconnected__burger-menu {
  transition-duration: 300ms;
  position: fixed;
  top: 75px;
  right: 0;
  width: 250px;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px 0 0 10px;
  padding: 5px 0 !important;
}
.header__nav__disconnected__burger-menu.hidden {
  transform: translateX(100%);
}
.header__nav__disconnected__burger-menu.active {
  transform: translateX(0);
}
.header__nav__disconnected__burger-menu__item {
  margin: 5px 0;
}
.header__nav__disconnected__burger-menu__item__link {
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.header__nav__connected {
  display: flex;
}
.header__nav__connected__link {
  padding: 15px 5px;
  display: flex;
  font-size: 1.2em;
  align-items: center;
  color: rgb(36, 36, 36) !important;
  text-underline-position: under;
  font-weight: 500;
}
@media (max-width: 767px) {
  .header__nav__connected__link {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .header__nav__connected__link {
    font-size: 1em;
  }
}
.header__nav__connected__link__text {
  margin-bottom: 0 !important;
}
.header__nav__connected__link__text--finalization-signup {
  color: white !important;
}
@media (max-width: 767px) {
  .header__nav__connected__link__text--finalization-signup {
    color: rgb(36, 36, 36) !important;
  }
}
.header__nav__connected__link:hover {
  text-decoration: underline;
}

header {
  z-index: 2;
  background-color: white;
  transition-duration: 300ms;
}
header.home-page {
  background-color: rgba(255, 255, 255, 0);
  position: sticky;
  top: 0;
}
header.home-page.active {
  background-color: white;
}
header.auth-header {
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
}

.auth-delimiter {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  height: 95px;
  width: 600px;
}
@media (max-width: 1399px) {
  .auth-delimiter {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .auth-delimiter {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .auth-delimiter {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .auth-delimiter {
    width: 100%;
    height: 80px;
  }
}

.signup-auth-delimiter {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  height: 95px;
  width: 1000px;
}
@media (max-width: 1399px) {
  .signup-auth-delimiter {
    width: 900px;
  }
}
@media (max-width: 1199px) {
  .signup-auth-delimiter {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .signup-auth-delimiter {
    height: 80px;
  }
}

.footer {
  max-width: 2400px;
  margin: auto;
  padding: 20px 45px;
}
@media (max-width: 991px) {
  .footer {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 15px;
  }
}
.footer * {
  color: rgb(36, 36, 36) !important;
}
.footer__banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .footer__banner {
    margin-bottom: 20px;
    align-items: center;
  }
}
.footer__banner__list {
  display: flex;
}
@media (max-width: 1199px) {
  .footer__banner__list {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .footer__banner__list {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .footer__banner__list {
    font-size: 0.9em;
  }
}
.footer__banner__list__item {
  margin: 0 20px 8px 0;
}
@media (max-width: 767px) {
  .footer__banner__list__item {
    margin: 0 20px 5px 0;
  }
}
.footer__banner__list__item a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.footer__banner__logo {
  max-width: 80px;
  max-height: 107px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer__banner__logo {
    max-width: 65px;
    max-height: 87px;
  }
}
.footer__end {
  text-align: center;
}
@media (max-width: 991px) {
  .footer__end__mail {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .footer__end__mail {
    font-size: 0.9em;
  }
}
.footer__end__mail:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.footer__end__social {
  display: flex;
  justify-content: center;
}
.footer__end__social__element {
  margin: 8px 6px 0 6px;
}
.footer__end__social__element__link {
  display: block;
}
.footer__end__social__element__link:hover {
  filter: opacity(80%);
}
.footer__end__social__element__link__img {
  width: 22px;
}
.footer__end__copyright {
  margin-top: 5px;
  font-size: 0.8em;
}
@media (max-width: 575px) {
  .footer__end__copyright {
    font-size: 0.7em;
  }
}
.footer__end__copyright a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

footer {
  width: 100%;
  background-color: white;
  z-index: 1;
}

.bg-image {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.bg-image__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: -100px;
  opacity: 0;
  filter: brightness(0.5);
  transition: 1.5s;
}
.bg-image__image.active {
  opacity: 1;
}

.container-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 90px 0;
  align-items: center;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  .container-hero {
    padding: 50px 0;
  }
}

.hero {
  width: 1040px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero__title {
  text-align: center;
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 75px;
  max-width: 80vw;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 2.5em;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 2em;
    margin-bottom: 0;
  }
}
.hero__title--dashboard {
  position: relative;
}
.hero__title--dashboard::after {
  font-weight: 500;
  bottom: -25px;
  right: 10px;
  font-size: 1rem;
  position: absolute;
  content: "Par prepa-drone.fr";
}
@media (max-width: 575px) {
  .hero__title--dashboard::after {
    font-size: 0.8rem;
    bottom: -20px;
  }
}
.hero__list {
  font-size: 1.6em;
  word-wrap: normal;
  max-width: 80vw;
  text-align: center;
}
@media (max-width: 767px) {
  .hero__list {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  .hero__list {
    font-size: 1.2em;
    list-style: none;
    text-align: center;
  }
}
.hero__list__item {
  margin-top: 30px;
}
.hero *:not(.maj-title) {
  color: white;
  text-shadow: 0 0 1px black;
}

#translate1 {
  transition: all 1s;
  transform: translateX(-30%);
  opacity: 0;
}
@media (max-width: 767px) {
  #translate1 {
    transform: translateX(0);
    opacity: 1;
  }
}
#translate1.active {
  transform: translateX(0);
  opacity: 1;
}

#translate2 {
  transition: all 1s;
  transform: translateX(30%);
  opacity: 0;
}
@media (max-width: 767px) {
  #translate2 {
    transform: translateX(0);
    opacity: 1;
  }
}
#translate2.active {
  transform: translateX(0);
  opacity: 1;
}

#translate3 {
  transition: all 1s;
  transform: translateX(-30%);
  opacity: 0;
}
@media (max-width: 767px) {
  #translate3 {
    transform: translateX(0);
    opacity: 1;
  }
}
#translate3.active {
  transform: translateX(0);
  opacity: 1;
}

#translate4 {
  transition: all 1s;
  transform: translateY(30%);
  opacity: 0;
}
@media (max-width: 767px) {
  #translate4 {
    transform: translateY(0);
    opacity: 1;
  }
}
#translate4.active {
  transform: translateY(0);
  opacity: 1;
}

.selected-exam-banner {
  width: 100%;
  padding: 2px 0;
  background-color: #e17200;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0px 8px 8px rgba(255, 255, 255, 0.8);
}
.selected-exam-banner__text {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}

.principal-nav {
  display: flex;
  width: 1040px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .principal-nav {
    flex-direction: column;
  }
}
.principal-nav__button {
  margin: 0 25px;
  width: 255px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: white;
  border-left: none;
  border-right: none;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .principal-nav__button {
    margin: 0 15px;
  }
}
@media (max-width: 575px) {
  .principal-nav__button {
    margin: 10px 0;
  }
}
.principal-nav__button--trial {
  width: 275px;
}
.principal-nav__button--orange {
  border-top: 2px solid #e17200;
  border-bottom: 2px solid #e17200;
}
.principal-nav__button--orange span {
  color: #e17200;
}
.principal-nav__button--orange:hover {
  text-shadow: black 0 -1px;
  background-color: #e17200;
  border-bottom-color: white;
  border-top-color: white;
  color: white;
}
.principal-nav__button--orange:hover span {
  color: white;
}
.principal-nav__button--blue {
  border-top: 2px solid #293d96;
  border-bottom: 2px solid #293d96;
}
.principal-nav__button--blue span {
  color: #293d96;
}
.principal-nav__button--blue:hover {
  text-shadow: black 0 -1px;
  background-color: #293d96;
  border-bottom-color: white;
  border-top-color: white;
  color: white;
}
.principal-nav__button--blue:hover span {
  color: white;
}
.principal-nav__button--space {
  margin-top: 10px;
  padding: 8px 5px;
  font-size: 0.8em;
  border-width: 2px;
  width: 220px;
}
.principal-nav__button__text {
  color: black;
  font-size: 1.3em;
  font-weight: bold;
}
@media (max-width: 575px) {
  .principal-nav__button__text {
    font-size: 1.2em;
  }
}

.module-page {
  max-width: 1000px;
  margin: 30px auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .module-page {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .module-page {
    padding: 0 15px;
  }
}
.module-page__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .module-page__header {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .module-page__header {
    margin-bottom: 35px;
  }
}
.module-page__header__principal {
  max-width: 58%;
}
@media (max-width: 767px) {
  .module-page__header__principal {
    max-width: 100%;
  }
}
.module-page__header__principal__title {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .module-page__header__principal__title {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  .module-page__header__principal__title {
    font-size: 2em;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .module-page__header__principal__title {
    font-size: 1.8em;
  }
}
.module-page__header__principal__title--orange {
  color: #e17200;
}
.module-page__header__principal__title--blue {
  color: #293d96;
}
.module-page__header__principal__description {
  line-height: 1.75em;
}
@media (max-width: 991px) {
  .module-page__header__principal__description {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .module-page__header__principal__description {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.module-page__header__principal__link-container {
  text-align: right;
}
.module-page__header__principal__link-container__link {
  font-size: 0.8em;
  color: #06c;
  text-decoration: underline;
  display: none;
}
.module-page__header__principal__link-container__link--glossaire {
  margin-left: 20px;
}
.module-page__header__principal__link-container__link.active {
  display: inline;
}
.module-page__header__nav {
  max-width: 280px;
  padding-top: 15px;
}
.module-page__header__nav__title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .module-page__header__nav__title {
    font-size: 1.4em;
    margin: 20px 0 10px 0;
  }
}
@media (max-width: 575px) {
  .module-page__header__nav__title {
    font-size: 1.2em;
  }
}
.module-page__header__nav__list {
  line-height: 2em;
}
@media (max-width: 991px) {
  .module-page__header__nav__list {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .module-page__header__nav__list {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.module-page__header__nav__list__item__link {
  color: #06c;
}
.module-page__header__nav__list__item__link:hover {
  text-decoration: underline;
}
.module-page__exam-nav {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0;
}
.module-page__exam-nav--stats {
  justify-content: center;
  gap: 20px 50px;
  flex-wrap: wrap;
}
.module-page__exam-nav__button {
  padding: 5px 20px;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  border-radius: 20px;
  transition-duration: 300ms;
}
@media (max-width: 767px) {
  .module-page__exam-nav__button {
    padding: 5px 16px;
  }
}
@media (max-width: 575px) {
  .module-page__exam-nav__button {
    padding: 5px 12px;
  }
}
.module-page__exam-nav__button:hover {
  background-color: rgba(41, 61, 150, 0.2);
}
.module-page__exam-nav__button.active {
  background-color: rgba(41, 61, 150, 0.8);
}
.module-page__exam-nav__button.active:hover {
  background-color: rgba(41, 61, 150, 0.8);
}
.module-page__exam-nav__button.active > p {
  color: white;
}
.module-page__exam-nav__button__text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .module-page__exam-nav__button__text {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .module-page__exam-nav__button__text {
    font-size: 0.9em;
  }
}

.modules-list__separator {
  height: 1px;
  background-color: #969696;
  border: none;
}
.modules-list__item {
  cursor: pointer;
  margin: 3px 0;
  padding: 15px 20px;
  display: flex;
  transition-duration: 300ms;
}
@media (max-width: 575px) {
  .modules-list__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .modules-list__item {
    flex-direction: column;
  }
}
.modules-list__item__id {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .modules-list__item__id {
    text-underline-offset: 0.2em;
    margin-bottom: 10px;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
.modules-list__item__id__title {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}
@media (max-width: 767px) {
  .modules-list__item__id__title {
    font-size: 1.15em;
  }
}
@media (max-width: 575px) {
  .modules-list__item__id__title {
    text-decoration: underline;
    font-size: 1em;
  }
}
.modules-list__item__id__duration {
  display: flex;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .modules-list__item__id__duration {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .modules-list__item__id__duration {
    margin-top: 0;
    font-size: 0.9em;
  }
}
.modules-list__item__id__duration__icon {
  max-width: 12px;
  margin-right: 5px;
}
.modules-list__item__id__duration__icon__img {
  width: 100%;
}
.modules-list__item__id__duration__text {
  color: #293d96;
}
.modules-list__item__text {
  width: 80%;
}
@media (max-width: 575px) {
  .modules-list__item__text {
    width: 100%;
  }
}
.modules-list__item__text__title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modules-list__item__text__title {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .modules-list__item__text__title {
    font-size: 1em;
    margin-bottom: 5px;
  }
}
.modules-list__item__text__description {
  color: #535353;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .modules-list__item__text__description {
    font-size: 0.95em;
    line-height: 1.7em;
  }
}
@media (max-width: 767px) {
  .modules-list__item__text__description {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
@media (max-width: 575px) {
  .modules-list__item__text__description {
    display: none;
  }
}
.modules-list__item--examen {
  background-color: rgb(240, 240, 240);
}
.modules-list__item--examen:hover {
  background-color: rgba(0, 0, 255, 0.1);
}
.modules-list__item--examen:hover .modules-list__item__text__title {
  color: rgb(0, 0, 50);
}
.modules-list__item--blue:hover {
  background-color: rgba(41, 61, 150, 0.1);
}
.modules-list__item--blue:hover .modules-list__item__text__title {
  color: #293d96;
}
.modules-list__item--orange:hover {
  background-color: rgba(225, 114, 0, 0.1);
}
.modules-list__item--orange:hover .modules-list__item__text__title {
  color: #e17200;
}

.form {
  padding: 90px 50px;
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 100px;
  align-items: center;
}
@media (max-width: 575px) {
  .form {
    padding: 90px 15px;
  }
}
.form *:not(.maj-title, input, textarea) {
  color: white;
}
.form__title {
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 25px;
}
.form__title--smaller {
  font-size: 0.75em;
}
@media (max-width: 991px) {
  .form__title {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .form__title {
    font-size: 1.8em;
  }
}
@media (max-width: 575px) {
  .form__title {
    font-size: 1.6em;
  }
}
.form__sub-title {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .form__sub-title {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .form__sub-title {
    font-size: 1em;
  }
}
.form__fieldset {
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
}
.form__fieldset__legend {
  text-align: center;
  padding: 0 15px;
}
.form__element {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .form__element {
    width: 100%;
    margin-bottom: 15px;
  }
}
.form__element--inline {
  flex-direction: row;
}
.form__element--center {
  text-align: center;
}
.form__element__label {
  text-decoration: underline;
  text-decoration-color: #e17200;
  text-underline-offset: 3px;
  margin: 0 0 8px 5px;
}
.form__element__label--blue {
  text-decoration-color: #293d96;
}
@media (max-width: 991px) {
  .form__element__label {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .form__element__label {
    font-size: 0.9em;
  }
}
.form__element__input {
  color: rgb(36, 36, 36);
  padding: 5px;
  border: 1px solid gray;
  border-top-color: black;
  opacity: 0.95;
  width: 100%;
}
.form__element__input--checkbox {
  margin: 0 10px;
  cursor: pointer;
  width: auto;
}
.form__element__input--center {
  text-align: center;
}
.form__element__input:focus {
  outline: 1px solid #293d96;
  opacity: 1;
}
@media (max-width: 991px) {
  .form__element__input {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .form__element__input {
    font-size: 0.9em;
  }
}
.form__element__password {
  display: flex;
  align-items: center;
  position: relative;
}
.form__element__password > input {
  padding-right: 30px;
}
.form__element__toggle-password {
  position: absolute;
  width: 20px;
  right: 8px;
  cursor: pointer;
}
.form__element__text {
  font-size: 0.9em;
}
.form__element__text--checkbox {
  cursor: pointer;
}
.form__element__text--bold {
  font-weight: bold;
}
.form__element__text__link {
  text-decoration: underline;
}
.form__element__textarea {
  color: rgb(36, 36, 36);
  padding: 10px;
  resize: none;
  opacity: 0.95;
}
.form__element__textarea:focus {
  outline: 1px solid #293d96;
  opacity: 1;
}
@media (max-width: 991px) {
  .form__element__textarea {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .form__element__textarea {
    font-size: 0.9em;
  }
}
.form__link {
  text-align: center;
  font-size: 0.9em;
}
.form__link:hover {
  text-decoration: underline;
}
.form__button {
  color: white;
  background-color: #e17200;
  width: 240px;
  margin: 20px auto 0 auto;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px 15px;
  border: none;
  transition-duration: 200ms;
  letter-spacing: 0.175em;
}
.form__button:hover {
  text-shadow: black 0 -1px;
  background-color: #b45b00;
}
.form__button--blue {
  background-color: #293d96;
}
.form__button--blue:hover {
  background-color: #17276f;
}
.form__comment {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9em;
}
.form__comment a {
  text-decoration: underline;
}
.form__comment--orange {
  color: #e17200;
  font-size: 1.1em;
}
.form__error {
  color: #e17200;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .form__error {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .form__error {
    font-size: 0.9em;
  }
}

.chart-container {
  margin-bottom: 50px;
  min-height: 450px;
}
@media (max-width: 991px) {
  .chart-container {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .chart-container {
    min-height: 350px;
  }
}
@media (max-width: 575px) {
  .chart-container {
    min-height: 300px;
    margin-bottom: 30px;
  }
}

#myChart {
  margin: auto;
  width: 100% !important;
  max-width: 800px;
}

.session-pre-header {
  display: flex;
  margin-bottom: 10px;
}
.session-pre-header__text {
  cursor: pointer;
  font-size: 0.8em;
}
.session-pre-header__text:hover {
  text-decoration: underline;
}

.session-header {
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
@media (max-width: 991px) {
  .session-header {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .session-header {
    font-size: 0.9em;
  }
}
.session-header__question-number__total {
  font-size: 0.9em;
  color: rgb(65, 65, 65);
}
@media (max-width: 991px) {
  .session-header__question-number__total {
    font-size: 0.8em;
  }
}
.session-header__score {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .session-header__score {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .session-header__score {
    font-size: 0.9em;
  }
}
.session-header__score__separator {
  margin: 0 5px;
}
.session-header__score__percentage {
  margin-left: 10px;
}

.session-header-separation {
  max-width: 800px;
  margin: 25px auto 35px auto;
}
@media (max-width: 575px) {
  .session-header-separation {
    margin: 15px auto;
  }
}

.session-container {
  padding: 35px 75px 20px 75px;
  border-radius: 3px;
  width: calc(100vw - 40px);
  max-width: 950px;
  margin: 25px auto;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3019607843), 0 1px 3px 1px rgba(60, 64, 67, 0.1490196078);
}
@media (max-width: 991px) {
  .session-container {
    padding: 35px 50px 20px 50px;
  }
}
@media (max-width: 767px) {
  .session-container {
    padding: 35px 25px 20px 25px;
  }
}
@media (max-width: 575px) {
  .session-container {
    padding: 20px 15px 15px 15px;
    width: calc(100vw - 20px);
  }
}

.displayed-qcm {
  margin: auto;
  max-width: 800px;
}
.displayed-qcm__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.displayed-qcm__header__bloc {
  width: 15px;
}
.displayed-qcm__header__question-number {
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .displayed-qcm__header__question-number {
    font-size: 0.8em;
  }
}
.displayed-qcm__header__flag-container__img {
  cursor: pointer;
  max-width: 15px;
}
.displayed-qcm__header__flag-container__img:hover {
  filter: opacity(60%);
}
.displayed-qcm__question {
  margin-bottom: 35px;
  white-space: pre-line;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 991px) {
  .displayed-qcm__question {
    line-height: 1.7em;
    font-size: 1.15em;
  }
}
@media (max-width: 767px) {
  .displayed-qcm__question {
    line-height: 1.6em;
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .displayed-qcm__question {
    font-size: 1em;
  }
}
.displayed-qcm__answer {
  display: flex;
  margin: 10px 0;
  align-items: center;
  padding: 15px 25px;
  background-color: rgba(41, 61, 150, 0.05);
  border: 1px solid white;
  border-radius: 8px;
  transition-duration: 250ms;
}
@media (max-width: 991px) {
  .displayed-qcm__answer {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .displayed-qcm__answer {
    font-size: 0.9em;
  }
}
@media (max-width: 575px) {
  .displayed-qcm__answer {
    padding: 10px 15px;
  }
}
.displayed-qcm__answer--hoverable {
  cursor: pointer;
}
.displayed-qcm__answer--hoverable:hover {
  background-color: rgba(41, 61, 150, 0.15);
}
.displayed-qcm__answer--right {
  background-color: rgba(0, 128, 0, 0.1);
  border: green 1px solid;
}
.displayed-qcm__answer--right--color-blindness {
  background-color: green;
}
.displayed-qcm__answer--right--color-blindness * {
  color: white;
}
.displayed-qcm__answer--wrong {
  background-color: rgba(215, 0, 0, 0.1);
  border: rgb(215, 0, 0) 1px solid;
}
.displayed-qcm__answer--wrong--color-blindness {
  background-color: rgb(215, 0, 0);
}
.displayed-qcm__answer--wrong--color-blindness * {
  color: white;
}
.displayed-qcm__answer__number {
  margin-right: 30px;
  text-align: center;
  align-self: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .displayed-qcm__answer__number {
    margin-right: 20px;
  }
}
.displayed-qcm__remark-title {
  font-weight: bold;
  text-align: center;
  margin: 35px 0 25px 0;
  font-size: 1.3em;
}
@media (max-width: 991px) {
  .displayed-qcm__remark-title {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .displayed-qcm__remark-title {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .displayed-qcm__remark-title {
    font-size: 1em;
  }
}
.displayed-qcm__remark-title--green {
  color: green;
}
.displayed-qcm__remark-title--red {
  color: rgb(215, 0, 0);
}
.displayed-qcm__remark {
  line-height: 1.8em;
  white-space: pre-line;
  overflow-wrap: break-word;
}
@media (max-width: 991px) {
  .displayed-qcm__remark {
    font-size: 0.95em;
    line-height: 1.7em;
  }
}
@media (max-width: 767px) {
  .displayed-qcm__remark {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.displayed-qcm__remark__img-container {
  display: block;
  width: 100%;
  text-align: center;
}
.displayed-qcm__remark__img-container__img {
  max-width: 100%;
}
.displayed-qcm__image-container {
  text-align: center;
  margin-bottom: 35px;
}
.displayed-qcm__image-container__image {
  max-width: min(450px, 100%);
  max-height: 300px;
  cursor: pointer;
}
.displayed-qcm--exam {
  margin-bottom: 30px;
}

.selected-answer {
  background-color: rgba(41, 61, 150, 0.15);
  border: 1px solid #293d96;
}

.overview-window {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.overview-image {
  max-width: min(780px, 95%);
  cursor: pointer;
}

.account-page {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .account-page {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .account-page {
    padding: 0 15px;
  }
}
.account-page__return {
  max-width: 1200px;
  margin: 20px auto 40px auto;
}
.account-page__return__link {
  color: #293d96;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.account-page__sponsor-message {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  padding: 20px 0;
  box-shadow: 0.0145rem 0.029rem 0.174rem rgba(27, 40, 50, 0.01698), 0.1125rem 0.225rem 1.35rem rgba(27, 40, 50, 0.036), 0.2085rem 0.417rem 2.502rem rgba(27, 40, 50, 0.04302), 0.5rem 1rem 6rem rgba(27, 40, 50, 0.02), 0 0 0 0.0625rem rgba(27, 40, 50, 0.015);
}
@media (max-width: 1277px) {
  .account-page__sponsor-message {
    max-width: 800px;
  }
}
.account-page__sponsor-message__text {
  color: #e17200;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .account-page__sponsor-message__text {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .account-page__sponsor-message__text {
    font-size: 0.9em;
  }
}

.account-notification {
  text-align: center;
  padding: 7px 0;
  max-width: 1175px;
  margin: auto;
}
.account-notification--red {
  background-color: rgba(255, 0, 0, 0.1);
  border-top: solid 1px rgba(255, 0, 0, 0.5);
  border-bottom: solid 1px rgba(255, 0, 0, 0.5);
}
.account-notification--green {
  background-color: rgba(0, 128, 0, 0.1);
  border-top: solid 1px rgba(0, 128, 0, 0.5);
  border-bottom: solid 1px rgba(0, 128, 0, 0.5);
}
.account-notification__link {
  text-decoration: underline;
}

.items-container {
  max-width: 1250px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 575px) {
  .items-container {
    margin: 30px auto;
  }
}

.account-item {
  width: 390px;
  height: 145px;
  border: solid 1px #dadada;
  border-radius: 8px;
  padding: 15px;
  margin: 8px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
@media (max-width: 575px) {
  .account-item {
    width: 95%;
    height: auto;
    margin: 5px;
    padding: 18px 10px;
  }
}
.account-item:hover {
  background-color: rgb(250, 250, 250);
}
.account-item--disable {
  background-color: rgb(250, 250, 250);
  cursor: default;
}
.account-item__image {
  padding: 10px;
  margin-right: 10px;
}
.account-item__image img {
  width: 40px;
}
@media (max-width: 575px) {
  .account-item__image img {
    width: 30px;
  }
}
.account-item__text__title {
  color: black;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .account-item__text__title {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .account-item__text__description {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .account-item__text__description {
    font-size: 0.9em;
  }
}
.account-item__text__description__important {
  font-weight: bold;
  font-style: italic;
  margin-top: 8px;
  line-height: 1.3em;
  font-size: 0.95em;
}
.account-item__text__group {
  display: flex;
  margin-top: 10px;
}
.account-item__text__group__input {
  width: 100%;
  padding: 0 3px;
  border: solid 1px rgba(118, 118, 118, 0.3);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fcfcfc;
  cursor: text;
}
.account-item__text__group__img-container {
  background-color: #f3f3f3;
  padding: 5px 5px 0 5px;
  border: solid 1px rgba(118, 118, 118, 0.3);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
}
.account-item__text__group__img-container:hover {
  background-color: #b8bde1;
}
.account-item__text__group__img-container__image {
  width: 20px;
}

.administrative {
  padding: 0 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  .administrative {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .administrative {
    padding: 0 15px;
  }
}
.administrative__title {
  max-width: 1000px;
  margin: 40px auto 15px auto;
  font-weight: bold;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .administrative__title {
    font-size: 1em;
  }
}
.administrative__title--stronger {
  font-size: 1.2em;
}
.administrative__description {
  max-width: 1000px;
  margin: 0 auto 6px auto;
  line-height: 1.9em;
}
@media (max-width: 991px) {
  .administrative__description {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .administrative__description {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.administrative ul {
  max-width: 1000px;
  margin: 0 auto 6px auto;
  list-style: disc;
}
.administrative ul li {
  line-height: 1.9em;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .administrative ul li {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .administrative ul li {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.administrative__remark {
  max-width: 1000px;
  margin: 50px auto;
  font-style: italic;
}
.administrative__remark__img {
  max-width: 20px;
  margin-right: 10px;
}

.chrono {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .chrono {
    margin: 10px 0 20px 0;
    font-size: 0.9em;
  }
}
.chrono__text__value {
  font-weight: bold;
}
.chrono__text__value.finished {
  color: #e17200;
}

.eSession {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .eSession {
    margin: 0 auto 15px auto;
  }
}
.eSession__info {
  display: flex;
  align-items: center;
}
.eSession__info__info-bulle {
  margin-right: 35px;
  max-width: 35px;
}
@media (max-width: 1199px) {
  .eSession__info__info-bulle {
    margin-right: 30px;
    max-width: 30px;
  }
}
@media (max-width: 575px) {
  .eSession__info__info-bulle {
    display: none;
  }
}
.eSession__info__info-bulle__img {
  width: 100%;
}
.eSession__info__legend__element {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.eSession__info__legend__element__color {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid grey;
  margin-right: 15px;
}
.eSession__info__legend__element__color--yellow {
  background-color: rgb(255, 187, 0);
}
.eSession__info__legend__element__color--green {
  background-color: green;
}
.eSession__info__legend__element__text {
  font-weight: bold;
}
@media (max-width: 575px) {
  .eSession__info__legend__element__text {
    font-size: 0.9rem;
  }
}
.eSession__nav {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  max-width: 800px;
  margin: auto;
}
@media (max-width: 1199px) {
  .eSession__nav {
    grid-template-columns: repeat(15, 1fr);
  }
}
@media (max-width: 991px) {
  .eSession__nav {
    display: none;
  }
}
.eSession__nav__button {
  box-shadow: 0 1px 2px rgba(93, 96, 98, 0.1882352941), 0 1px 3px 1px rgba(93, 96, 98, 0.1882352941);
  margin: 5px;
  text-align: center;
  padding: 5px 5px 4px 5px;
  cursor: pointer;
  border: solid 1px #9b9b9b;
  position: relative;
}
.eSession__nav__button:hover {
  background-color: #dfe2ef;
}
.eSession__nav__button--flagged {
  background-color: rgb(255, 187, 0);
  font-weight: bold;
}
.eSession__nav__button--flagged:hover {
  background-color: rgb(255, 187, 0);
}
.eSession__nav__button__text {
  font-size: 0.95rem;
}
.eSession__burger-nav {
  max-width: 950px;
  padding: 0 10px;
  margin: 0 auto 20px auto;
  text-align: right;
}
@media (min-width: 992px) {
  .eSession__burger-nav {
    display: none;
  }
}
@media (max-width: 575px) {
  .eSession__burger-nav {
    margin: 0 auto 15px auto;
  }
}
.eSession__burger-nav__button {
  box-shadow: 0 1px 2px rgba(93, 96, 98, 0.1882352941), 0 1px 3px 1px rgba(93, 96, 98, 0.1882352941);
  text-align: center;
  padding: 7px;
  background-color: rgba(41, 61, 150, 0.05);
  cursor: pointer;
  border-radius: 4px;
  border: solid 1px rgba(41, 61, 150, 0.5);
}
@media (min-width: 992px) {
  .eSession__burger-nav__button {
    display: none;
  }
}
.eSession__burger-nav__button:hover {
  background-color: rgba(41, 61, 150, 0.15);
}
.eSession__action__end {
  margin-bottom: 20px;
  text-align: end;
}
@media (max-width: 575px) {
  .eSession__action__end {
    margin-bottom: 10px;
  }
}
.eSession__action__end__button {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  background-color: #48b93b;
  border-radius: 20px;
  transition-duration: 300ms;
}
.eSession__action__end__button:hover {
  background-color: #5fb955;
}
@media (max-width: 575px) {
  .eSession__action__end__button {
    font-size: 0.9rem;
  }
}
.eSession__action__chrono {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.eSession__action__chrono__image {
  max-width: 35px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .eSession__action__chrono__image {
    max-width: 30px;
  }
}
@media (max-width: 575px) {
  .eSession__action__chrono__image {
    max-width: 25px;
  }
}
.eSession__action__chrono__image__img {
  width: 100%;
}
.eSession__action__chrono__text {
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 575px) {
  .eSession__action__chrono__text {
    font-size: 0.9rem;
  }
}

.current-question {
  box-shadow: none;
  background-color: #dfe2ef;
}
.current-question.question-done {
  background-color: #5fb955;
}
.current-question.eSession__nav__button--flagged {
  background-color: rgb(255, 187, 0);
}

.question-done {
  background-color: #48b93b;
  box-shadow: none;
  font-weight: bold;
}
.question-done:hover {
  background-color: #48b93b;
}
.question-done.eSession__nav__button--flagged {
  background-color: rgb(255, 187, 0);
}
.question-done.eSession__nav__button--flagged:hover {
  background-color: rgb(255, 187, 0);
}

.bad-answer-case {
  background-color: #fbe5e5;
  border: rgb(215, 0, 0) 1px solid;
}
.bad-answer-case:hover {
  background-color: #f3b2b2;
}
.bad-answer-case.current-question {
  background-color: #f3b2b2;
}

.good-answer-case {
  background-color: #e5f2e5;
  border: green 1px solid;
}
.good-answer-case:hover {
  background-color: #b2d9b2;
}
.good-answer-case.current-question {
  background-color: #b2d9b2;
}

#info-dialog {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.faq {
  max-width: 1000px;
  margin: 30px auto 0 auto;
  padding: 0 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  .faq {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .faq {
    padding: 0 15px;
  }
}
.faq__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq__header {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .faq__header {
    margin-bottom: 35px;
  }
}
.faq__header__principal {
  max-width: 58%;
}
@media (max-width: 767px) {
  .faq__header__principal {
    max-width: 100%;
  }
}
.faq__header__principal__title {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .faq__header__principal__title {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  .faq__header__principal__title {
    font-size: 2em;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .faq__header__principal__title {
    font-size: 1.8em;
  }
}
.faq__header__principal__description {
  line-height: 1.75em;
}
@media (max-width: 991px) {
  .faq__header__principal__description {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .faq__header__principal__description {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.faq__header__nav {
  max-width: 250px;
  padding-top: 15px;
}
.faq__header__nav__title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .faq__header__nav__title {
    font-size: 1.4em;
    margin: 20px 0 10px 0;
  }
}
@media (max-width: 575px) {
  .faq__header__nav__title {
    font-size: 1.2em;
  }
}
.faq__header__nav__list {
  line-height: 2em;
}
@media (max-width: 991px) {
  .faq__header__nav__list {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .faq__header__nav__list {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.faq__header__nav__list__item__link {
  color: #06c;
}
.faq__header__nav__list__item__link:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.faq__element {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .faq__element {
    flex-direction: column;
    margin: 35px 0;
  }
}
.faq__element__title-container {
  width: 22%;
}
@media (max-width: 575px) {
  .faq__element__title-container {
    width: 100%;
    margin-bottom: 30px;
  }
}
.faq__element__title-container__title {
  font-size: 1.6em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faq__element__title-container__title {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  .faq__element__title-container__title {
    font-size: 1.2em;
  }
}
.faq__element__content-container {
  width: 75%;
}
@media (max-width: 575px) {
  .faq__element__content-container {
    width: 100%;
  }
}
.faq__element__content-container__title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 15px;
}
.faq__element__content-container__title--not-first {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .faq__element__content-container__title {
    font-size: 1em;
  }
}
.faq__element__content-container__description {
  line-height: 1.9em;
  margin-bottom: 12px;
}
.faq__element__content-container__description--otherP {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .faq__element__content-container__description {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .faq__element__content-container__description {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}

.home-description {
  margin-top: 50px !important;
  padding: 0 30px;
  font-size: 1.05em;
}
@media (max-width: 767px) {
  .home-description {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .home-description {
    padding: 0 15px;
    margin-top: 50px !important;
  }
}
.home-description__title {
  font-size: 1.6em;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto 50px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .home-description__title {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  .home-description__title {
    font-size: 1.2em;
    margin: 0 auto 40px auto;
  }
}
.home-description__element {
  max-width: 900px;
  margin: 0 auto 25px auto;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .home-description__element {
    flex-direction: column;
    margin: 0 auto 50px auto;
  }
}
.home-description__element__text-container {
  font-size: 1.1em;
}
.home-description__element__text-container__text {
  line-height: 1.9em;
}
@media (max-width: 767px) {
  .home-description__element__text-container__text {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 575px) {
  .home-description__element__text-container__text {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.home-description__element__text-container__links {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  font-weight: bold;
}
.home-description__element__text-container__links__link a {
  color: #293d96;
}
.home-description__element__text-container__links__link:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.home-description__element__img-container {
  margin-left: 50px;
}
.home-description__element__img-container__img {
  max-height: 400px;
}
@media (max-width: 767px) {
  .home-description__element__img-container__img {
    max-height: 300px;
  }
}
@media (max-width: 575px) {
  .home-description__element__img-container__img {
    display: none;
  }
}

.home-comments {
  margin: 70px auto;
}
@media (max-width: 575px) {
  .home-comments {
    margin: 50px auto;
  }
}
.home-comments__title {
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .home-comments__title {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  .home-comments__title {
    font-size: 1.2em;
    margin: 0 auto 40px auto;
  }
}
.home-comments__carousel {
  width: 100%;
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.comment-box {
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3019607843), 0 1px 3px 1px rgba(60, 64, 67, 0.1490196078);
  padding: 30px;
  width: 700px;
  max-width: calc(100vw - 40px);
  height: 95%;
  margin: auto;
  border-radius: 3px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(120%);
  opacity: 0;
}
@media (max-width: 767px) {
  .comment-box {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .comment-box {
    max-width: calc(100vw - 20px);
    padding: 15px;
  }
}
.comment-box.active {
  transition: transform 2s, opacity 1.8s linear 0.2s;
  transform: translateX(0);
  opacity: 1;
}
.comment-box.desactive {
  transition: transform 2s, opacity 1s;
  transform: translateX(-120%);
  opacity: 0;
}
.comment-box__header {
  display: flex;
  align-items: center;
}
.comment-box__header__img-container {
  max-width: 75px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .comment-box__header__img-container {
    max-width: 60px;
  }
}
.comment-box__header__img-container__img {
  width: 100%;
}
.comment-box__header__text__title {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .comment-box__header__text__title {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .comment-box__header__text__title {
    margin-top: 10px;
    font-size: 1em;
  }
}
.comment-box__opinion {
  margin: 0 10px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .comment-box__opinion {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .comment-box__opinion {
    font-size: 0.9em;
  }
}
@media (max-width: 575px) {
  .comment-box__opinion {
    margin: 0;
    line-height: 1.3em;
  }
}
.comment-box__note {
  display: flex;
  justify-content: center;
}
.comment-box__note__star-container {
  margin: 0 10px;
}
.comment-box__note__star-container__star {
  width: 25px;
}
@media (max-width: 575px) {
  .comment-box__note__star-container__star {
    width: 20px;
  }
}

.footer-form {
  max-width: 2400px;
  margin: 50px auto 0 auto;
  padding: 20px 50px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .footer-form {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .footer-form {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .footer-form {
    padding: 15px;
  }
}
.footer-form * {
  color: white;
}
.footer-form__banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-form__banner {
    justify-content: center;
  }
}
.footer-form__banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer-form__banner__list {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .footer-form__banner__list {
    font-size: 0.9em;
  }
}
@media (max-width: 575px) {
  .footer-form__banner__list {
    font-size: 0.85em;
  }
}
.footer-form__banner__list__item {
  margin-right: 19px;
  margin-bottom: 5px;
}
.footer-form__banner__list__item--last {
  margin-right: 0;
}
.footer-form__banner__list__item a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.footer-form__end {
  text-align: center;
}
@media (max-width: 991px) {
  .footer-form__end__mail {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .footer-form__end__mail {
    font-size: 0.9em;
  }
}
.footer-form__end__mail:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.footer-form__end__copyright {
  margin-top: 5px;
  font-size: 0.8em;
}
@media (max-width: 575px) {
  .footer-form__end__copyright {
    font-size: 0.7em;
  }
}
.footer-form__end__copyright a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.key-points {
  padding: 40px 0 45px 0;
}
@media (max-width: 575px) {
  .key-points {
    padding: 25px 0;
  }
}
.key-points__container {
  max-width: 1500px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .key-points__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .key-points__container {
    padding: 0 30px;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 575px) {
  .key-points__container {
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
  }
}
.key-points__container__element {
  background-color: rgba(225, 114, 0, 0.06);
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 20px;
}
.key-points__container__element__img img {
  height: 80px;
}
@media (max-width: 575px) {
  .key-points__container__element__img img {
    height: 60px;
  }
}
.key-points__container__element__title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px auto 15px auto;
  color: black;
  max-width: 300px;
}
@media (max-width: 767px) {
  .key-points__container__element__title {
    font-size: 1em;
  }
}
.key-points__container__element__description {
  line-height: 1.5em;
  max-width: 300px;
  margin: auto;
}
@media (max-width: 991px) {
  .key-points__container__element__description {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .key-points__container__element__description {
    font-size: 0.9em;
  }
}

.free-trial {
  margin: 50px;
}
@media (max-width: 575px) {
  .free-trial {
    margin: 50px 20px;
  }
}
.free-trial__content {
  background-color: rgba(41, 61, 150, 0.075);
  border-radius: 15px;
  padding: 30px;
  max-width: 930px;
  margin: auto;
}
.free-trial__content__title {
  font-size: 1.6em;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .free-trial__content__title {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  .free-trial__content__title {
    font-size: 1.2em;
    margin: 0 auto 40px auto;
  }
}
.free-trial__content__text {
  font-size: 1.1em;
  line-height: 1.9em;
  text-align: center;
}
@media (max-width: 767px) {
  .free-trial__content__text {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 575px) {
  .free-trial__content__text {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.free-trial__content__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 10px 0;
}

.partners {
  padding: 70px 50px;
  background-color: rgba(225, 114, 0, 0.06);
}
@media (max-width: 575px) {
  .partners {
    padding: 50px 20px;
  }
}
.partners__title {
  font-size: 1.6em;
  font-weight: bold;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 50px auto;
}
@media (max-width: 767px) {
  .partners__title {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  .partners__title {
    font-size: 1.2em;
    margin: 0 auto 40px auto;
  }
}
.partners__subtitle {
  font-size: 1.3em;
  font-weight: bold;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  .partners__subtitle {
    font-size: 1.15em;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .partners__subtitle {
    font-size: 1em;
    margin-bottom: 15px;
  }
}
.partners__list {
  max-width: 1000px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.partners__list--alone {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .partners__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners__list__item {
  padding: 20px 0;
}
@media (max-width: 575px) {
  .partners__list__item {
    padding: 15px 0;
  }
}
.partners__list__item__img {
  text-align: center;
}
.partners__list__item__img__link {
  display: inline-block;
}
.partners__list__item__img__link__img {
  max-width: 100px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition-duration: 250ms;
}
.partners__list__item__img__link__img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (max-width: 575px) {
  .partners__list__item__img__link__img {
    max-width: 80px;
  }
}
.partners__list__item__name {
  text-align: center;
  margin-top: 5px;
}

.nav-lesson {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .nav-lesson {
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .nav-lesson {
    line-height: 1.3em;
  }
}
@media (max-width: 575px) {
  .nav-lesson {
    line-height: 1.2em;
    flex-direction: column;
  }
}
.nav-lesson__bloc--left {
  margin-right: 70px;
}
@media (max-width: 575px) {
  .nav-lesson__bloc--left {
    margin-right: 0;
  }
}
.nav-lesson__bloc__element {
  margin-bottom: 10px;
  max-width: 460px;
}
.nav-lesson__bloc__element__link {
  color: #06c;
}
.nav-lesson__bloc__element__link span {
  color: #06c;
}
@media (max-width: 991px) {
  .nav-lesson__bloc__element__link {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .nav-lesson__bloc__element__link {
    font-size: 0.9em;
  }
}
.nav-lesson__bloc__element__link:hover {
  text-decoration: underline;
}

.main-lesson {
  padding: 0 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  .main-lesson {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .main-lesson {
    padding: 0 15px;
  }
}

.lesson {
  max-width: 1100px;
  margin: 20px auto;
  line-height: 2em;
  font-size: 1.1em;
}
@media (max-width: 991px) {
  .lesson {
    line-height: 1.7em;
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .lesson {
    line-height: 1.6em;
    font-size: 0.9em;
  }
}

.lesson-chapter {
  font-weight: bold;
  font-size: 1.5em;
  margin: 40px 0;
  padding-top: 30px;
  text-align: left;
  text-decoration: underline;
  text-underline-position: under;
  line-height: 1.5em;
}

.lesson-sub-chapter {
  font-weight: bold;
  font-size: 1.3em;
  margin: 50px 30px 30px 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .lesson-sub-chapter {
    margin: 50px 0 30px 0;
  }
}

.lesson-little-chapter {
  font-weight: bold;
  font-size: 1.15em;
  margin: 35px 60px 25px 60px;
  color: #293d96;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .lesson-little-chapter {
    margin: 35px 0 25px 0;
  }
}

.definition-list__item {
  margin: 30px 0;
}
.definition-list__item--close {
  margin: 15px 0;
}
.definition-list__item__text__title {
  font-weight: bold;
}
.definition-list__item__comment {
  margin: 0 75px 10px 75px;
  color: #e17200;
}
@media (max-width: 575px) {
  .definition-list__item__comment {
    margin: 0 35px 10px 35px;
  }
}
.definition-list__item__comment__title {
  font-weight: bold;
  color: #e17200;
}

.lesson-image-container {
  text-align: center;
}
.lesson-image-container__image {
  margin: 20px 0;
  max-width: 80%;
}
@media (max-width: 575px) {
  .lesson-image-container__image {
    max-width: 100%;
  }
}

.lesson-paragraph {
  margin-bottom: 1.1em;
}
.lesson-paragraph--center {
  text-align: center;
}
.lesson-paragraph--underlined {
  text-decoration: underline;
  text-underline-position: under;
}
.lesson-paragraph--comment {
  color: #e17200;
}

.lesson-comment {
  margin: 0 75px 20px 75px;
  color: #e17200;
}
@media (max-width: 575px) {
  .lesson-comment {
    margin: 0 30px 20px 30px;
  }
}
.lesson-comment__title {
  font-weight: bold;
  color: #e17200;
}

.lesson-list {
  margin: 0 60px 1em 60px;
}
@media (max-width: 575px) {
  .lesson-list {
    margin: 0 35px 20px 35px;
  }
}
.lesson-list__item {
  list-style: disc;
  margin-bottom: 10px;
}
.lesson-list__item__link {
  color: #06c;
  word-wrap: break-word;
}
.lesson-list__item--number {
  list-style: decimal;
  padding-left: 10px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .lesson-list .lesson-comment {
    margin: 0 15px;
  }
}

.lesson-check-list {
  margin: 0 60px 1em 60px;
  list-style-type: none;
}
@media (max-width: 575px) {
  .lesson-check-list {
    margin: 0 35px 20px 35px;
  }
}
.lesson-check-list__item {
  margin-bottom: 10px;
}
.lesson-check-list__item::before {
  content: "⬜";
  margin-right: 5px;
}
.lesson-check-list__item__link {
  color: #06c;
  word-wrap: break-word;
}
.lesson-check-list__item--number {
  list-style: decimal;
  padding-left: 10px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .lesson-check-list .lesson-comment {
    margin: 0 15px;
  }
}

.lesson-comment-list {
  margin: 0 60px 1em 60px;
}
@media (max-width: 575px) {
  .lesson-comment-list {
    margin: 0 35px 20px 35px;
  }
}
.lesson-comment-list__item {
  color: #e17200;
  list-style: disc;
}

.lesson-link {
  color: #06c;
  display: block;
  margin: 0 60px 20px 60px;
  word-wrap: break-word;
}
@media (max-width: 575px) {
  .lesson-link {
    margin: 0 35px;
  }
}
.lesson-link--intern {
  margin: 0;
  display: inline;
}

.lesson-table {
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.lesson-table thead {
  text-decoration: underline;
  font-weight: bold;
}
.lesson-table td {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .lesson-table td {
    border: 1px solid black;
    text-align: center;
    padding: 5px 10px;
  }
}

.lesson-warning {
  color: rgb(207, 17, 17);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.stats-page {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .stats-page {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .stats-page {
    padding: 0 15px;
  }
}

.partner-nav {
  margin-top: 20px;
  width: 100%;
}
.partner-nav__list {
  display: flex;
  justify-content: center;
}
.partner-nav__list__item {
  margin: 0 50px;
}
@media (max-width: 575px) {
  .partner-nav__list__item {
    margin: 0 30px;
  }
}
.partner-nav__list__item__link {
  color: rgb(36, 36, 36) !important;
}
.partner-nav__list__item__link--activated {
  font-weight: bold;
}
.partner-nav__list__item__link:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.table-container {
  max-width: 1500px;
  margin: 20px auto;
  width: 95vw;
}

@media (max-width: 991px) {
  .data-table-students {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .data-table-students {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  .data-table-students__head__row__key {
    display: none;
  }
}
@media (max-width: 767px) {
  .data-table-students__head__row__activation {
    display: none;
  }
}
@media (max-width: 575px) {
  .data-table-students__head__row__last-co {
    display: none;
  }
}
@media (max-width: 575px) {
  .data-table-students__head__row__decimal-duration {
    display: none;
  }
}
.data-table-students__body__row {
  cursor: pointer;
}
@media (max-width: 991px) {
  .data-table-students__body__row__key {
    display: none;
  }
}
@media (max-width: 767px) {
  .data-table-students__body__row__activation {
    display: none;
  }
}
@media (max-width: 575px) {
  .data-table-students__body__row__last-co {
    display: none;
  }
}
@media (max-width: 575px) {
  .data-table-students__body__row__decimal-duration {
    display: none;
  }
}

#students-list_filter {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .data-table-student {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .data-table-student {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .data-table-student__head__row__decimal-duration {
    display: none;
  }
}
@media (max-width: 575px) {
  .data-table-student__head__row__score {
    display: none;
  }
}
@media (max-width: 767px) {
  .data-table-student__body__row__decimal-duration {
    display: none;
  }
}
@media (max-width: 575px) {
  .data-table-student__body__row__score {
    display: none;
  }
}

#activities-list_filter {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .data-table-invoices {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .data-table-invoices {
    font-size: 0.9em;
  }
}
@media (max-width: 575px) {
  .data-table-invoices__head__row__quantity {
    display: none;
  }
}
.data-table-invoices__body__row {
  cursor: pointer;
}
@media (max-width: 575px) {
  .data-table-invoices__body__row__quantity {
    display: none;
  }
}

#invoices-list_filter {
  margin-bottom: 20px;
}

.accordion-container {
  max-width: 800px;
  margin: 20px auto;
  width: 95vw;
}
.accordion-container__error {
  text-align: center;
  font-weight: bold;
  color: red;
  margin-top: -40px;
}
.accordion-container__error--lower {
  margin-top: 40px;
}

.accoridon-list-button {
  cursor: pointer;
}

.mentions-legales {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  margin-top: 100px;
  line-height: 1.6em;
}
.mentions-legales__owner {
  margin-bottom: 30px;
}
.mentions-legales__owner__title {
  font-size: 1.2em;
  font-weight: bold;
}

.selected-student {
  max-width: 100vw;
  width: 800px;
  margin: 0 auto 20px auto;
  padding: 0 30px;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .selected-student {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .selected-student {
    padding: 0 20px;
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
@media (max-width: 575px) {
  .selected-student {
    padding: 0 15px;
  }
}
.selected-student__name {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 30px;
}
.selected-student__link-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.selected-student__link-container__link {
  font-size: 1.2rem;
  color: #06c;
}
.selected-student__info--underlined {
  text-decoration: underline;
  text-underline-position: under;
}

.download-stats {
  max-width: 100vw;
  width: 1500px;
  margin: 20px auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.download-stats__container {
  box-shadow: 0 1px 2px rgba(93, 96, 98, 0.1882352941), 0 1px 3px 1px rgba(93, 96, 98, 0.1882352941);
  border-radius: 5px;
  border: solid #e17200 1px;
  cursor: pointer;
  padding: 5px 15px;
  max-width: 275px;
  font-weight: bold;
  text-align: center;
  transition-duration: 200ms;
  margin: 0 20px;
}
.download-stats__container:hover {
  background: #e17200;
}
.download-stats__container:hover p {
  color: white;
  text-shadow: black 0 -1px;
}
.download-stats__container__text {
  color: #e17200;
}

.p404 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 99px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/error-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .p404 {
    min-height: calc(100vh - 83px);
  }
}
.p404__text {
  text-align: center;
}
@media (max-width: 991px) {
  .p404__text {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .p404__text {
    font-size: 0.75em;
  }
}
@media (max-width: 575px) {
  .p404__text {
    font-size: 0.5em;
  }
}
.p404__text__title {
  color: white;
  font-size: 4em;
  font-weight: bold;
  margin-bottom: 20px;
}
.p404__text__description {
  color: white;
  font-size: 2em;
}

.purchase-card {
  width: 620px;
  max-width: 94vw;
}

.purchase-nav {
  max-width: 1000px;
  margin: 30px auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .purchase-nav {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .purchase-nav {
    padding: 0 15px;
  }
}
.purchase-nav__link {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  border-radius: 20px;
  transition-duration: 300ms;
  font-weight: bold;
  margin: 10px 30px;
}
@media (max-width: 575px) {
  .purchase-nav__link {
    margin: 10px;
  }
}
.purchase-nav__link--active {
  background-color: #5464ab;
  color: white;
}

.business {
  max-width: 1300px;
  margin: 30px auto 0 auto;
  padding: 0 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  .business {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .business {
    padding: 0 15px;
  }
}
.business__header {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .business__header {
    margin-bottom: 35px;
  }
}
.business__header__title {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .business__header__title {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  .business__header__title {
    font-size: 2em;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .business__header__title {
    font-size: 1.8em;
  }
}
.business__header__description {
  line-height: 1.75em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .business__header__description {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .business__header__description {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.business__element {
  margin: 50px 0;
}
@media (max-width: 690px) {
  .business__element {
    margin: 35px 0;
  }
}
.business__element__title-container {
  margin-bottom: 30px;
}
.business__element__title-container__title {
  font-size: 1.6em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business__element__title-container__title {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  .business__element__title-container__title {
    font-size: 1.2em;
  }
}
.business__element__content-container__description {
  line-height: 1.9em;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .business__element__content-container__description {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .business__element__content-container__description {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.business__introduction {
  margin: 50px 0;
  display: flex;
}
@media (max-width: 767px) {
  .business__introduction {
    flex-direction: column;
  }
}
@media (max-width: 690px) {
  .business__introduction {
    margin: 35px 0;
  }
}
.business__introduction__img-container {
  width: 40%;
  background-image: url("../images/page-business.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 10px 30px 15px 0;
}
@media (max-width: 767px) {
  .business__introduction__img-container {
    width: 100%;
    margin: 10px 0;
    height: 100px;
  }
}
.business__introduction__content-container {
  width: 60%;
}
@media (max-width: 767px) {
  .business__introduction__content-container {
    width: 100%;
  }
}
.business__introduction__content-container__description {
  line-height: 1.9em;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .business__introduction__content-container__description {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .business__introduction__content-container__description {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}

.suggestion-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0 auto;
  padding: 0 10px;
  max-height: 0;
  transition-duration: 0.8s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .suggestion-form {
    font-size: 0.95em;
  }
}
@media (max-width: 767px) {
  .suggestion-form {
    font-size: 0.9em;
  }
}
.suggestion-form.active {
  max-height: 200px;
  margin-bottom: 20px;
}
.suggestion-form.active.desactive {
  max-height: 0;
  margin-bottom: 0;
}
.suggestion-form__title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  margin-left: 10px;
}
.suggestion-form__textarea {
  width: 100%;
  padding: 10px;
  resize: none;
  margin-bottom: 10px;
  border-radius: 3px;
  border-color: rgb(135, 135, 135);
}
.suggestion-form__textarea:focus {
  outline: none;
  border-color: rgb(100, 100, 100);
}
.suggestion-form__buttons {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 575px) {
  .suggestion-form__buttons {
    justify-content: center;
  }
}
.suggestion-form__buttons__button {
  color: white;
  width: 100px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
  border: none;
  transition-duration: 200ms;
  font-size: 0.9em;
}
.suggestion-form__buttons__button--orange {
  background-color: #e17200;
  margin-left: 20px;
}
.suggestion-form__buttons__button--orange:hover {
  text-shadow: black 0 -1px;
  background-color: #B45B00;
}
.suggestion-form__buttons__button--blue {
  background-color: #293d96;
}
.suggestion-form__buttons__button--blue:hover {
  text-shadow: black 0 -1px;
  background-color: #1d2c6c;
}

.suggestion-message {
  text-align: center;
}

.recovered-questions {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  margin-bottom: 50px;
  z-index: 5;
}
.recovered-questions__background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  cursor: pointer;
}
.recovered-questions__modal {
  position: absolute;
  z-index: 2;
  margin-top: 5vh;
  background-color: white;
  width: calc(100vw - 50px);
  max-height: 90vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.recovered-questions__modal::-webkit-scrollbar {
  display: none;
}
.recovered-questions img {
  cursor: default;
}

#comment-modal {
  margin-top: 35px;
}

#question-number-modal {
  margin: 0 10px;
}

#answer1-modal,
#answer2-modal,
#answer3-modal,
#answer4-modal {
  transition-duration: 0s;
}

.dashboard-principal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1450px;
  margin: 50px auto;
}
.dashboard-principal-nav > div {
  cursor: pointer;
  transition-duration: 300ms;
  box-shadow: 5px 5px 6px rgba(128, 128, 128, 0.3);
}
.dashboard-principal-nav > div.qcm:hover {
  background-color: #e78e33;
}
.dashboard-principal-nav > div.cours:hover {
  background-color: #fcf1e5;
}

.dashboard-items {
  max-width: 1200px;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .dashboard-items {
    margin: 50px auto;
  }
}
.dashboard-items__item {
  width: 335px;
  height: 175px;
  padding: 10px;
  margin: 15px 20px;
  border-radius: 15px;
  box-shadow: 5px 5px 6px rgba(10, 95, 89, 0.5);
}
@media (max-width: 575px) {
  .dashboard-items__item {
    width: min(300px, 90vw);
    height: 150px;
    margin: 15px 0;
  }
}
.dashboard-items__item--green {
  background-color: #0a5f59;
}
.dashboard-items__item--green * {
  color: white;
}
.dashboard-items__item--yellow {
  background-color: #fdcf6f;
}
.dashboard-items__item--blue {
  background-color: #252b42;
}
.dashboard-items__item--blue * {
  color: white;
}
.dashboard-items__item--orange {
  background-color: #e17200;
}
@media (max-width: 575px) {
  .dashboard-items__item--orange {
    height: 155px;
  }
}
.dashboard-items__item--orange * {
  color: white;
}
.dashboard-items__item--white {
  background-color: white;
  border: 1px solid rgb(219, 219, 219);
}
@media (max-width: 575px) {
  .dashboard-items__item--white {
    height: 155px;
  }
}
.dashboard-items__item--white * {
  color: #e17200;
}
.dashboard-items__item--white .dashboard-items__item__top__img {
  background-color: rgba(225, 114, 0, 0.2);
}
.dashboard-items__item__top {
  display: flex;
  justify-content: space-between;
}
.dashboard-items__item__top__text {
  padding: 20px 20px 15px 20px;
}
@media (max-width: 575px) {
  .dashboard-items__item__top__text {
    padding: 10px;
  }
}
.dashboard-items__item__top__text__title {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.dashboard-items__item__top__text__title--nav {
  font-size: 2.5em;
  font-weight: bold;
}
.dashboard-items__item__top__text__subtitle {
  font-size: 1.8em;
}
.dashboard-items__item__top__text__subtitle--nav {
  font-size: 1.2em;
}
.dashboard-items__item__top__text__link {
  position: absolute;
  cursor: pointer;
  font-size: 0.9em;
  margin: 0 15px 10px 0;
  bottom: 0;
  right: 0;
}
.dashboard-items__item__top__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .dashboard-items__item__top__img {
    width: 40px;
    height: 40px;
  }
}
.dashboard-items__item__top__img__img {
  width: 60%;
}
.dashboard-items__item__progress-bar {
  padding: 0 20px;
}
@media (max-width: 575px) {
  .dashboard-items__item__progress-bar {
    padding: 0 10px;
  }
}
.dashboard-items__item__progress-bar__bar {
  height: 26px;
  border-radius: 13px;
  background-color: #f0b77d;
  padding: 3px;
}
.dashboard-items__item__progress-bar__bar__accomplished {
  width: 0;
  height: 100%;
  text-align: right;
  border-radius: 13px;
}
.dashboard-items__item__progress-bar__bar__accomplished > p {
  margin: 0 5px;
}
.dashboard-items__item__progress-bar__bar__accomplished--white {
  background-color: white;
}
.dashboard-items__item__progress-bar__bar__accomplished--white > p {
  color: #e17200;
}
.dashboard-items__item__progress-bar__bar__accomplished--white span {
  color: #e17200;
}
.dashboard-items__item__progress-bar__bar__accomplished--orange {
  background-color: #e17200;
}
.dashboard-items__item__progress-bar__bar__accomplished--orange > p {
  color: white;
}
.dashboard-items__item__progress-bar__bar__accomplished--orange span {
  color: white;
}

.hide-exam {
  display: none !important;
}

.dashboard-exam-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .dashboard-exam-nav {
    margin-top: 30px;
  }
}
.dashboard-exam-nav__item {
  width: 335px;
  height: 130px;
  padding: 10px;
  margin: 15px 20px;
  border-radius: 15px;
  transition-duration: 300ms;
  box-shadow: 5px 5px 6px rgba(128, 128, 128, 0.3);
  position: relative;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .dashboard-exam-nav__item {
    width: 275px;
  }
}
@media (max-width: 991px) {
  .dashboard-exam-nav__item {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .dashboard-exam-nav__item {
    width: 225px;
    height: 115px;
  }
}
@media (max-width: 575px) {
  .dashboard-exam-nav__item {
    width: min(300px, 90vw);
    height: 110px;
    margin: 8px 0;
  }
}
.dashboard-exam-nav__item--orange {
  background-color: #e17200;
}
.dashboard-exam-nav__item--orange * {
  color: white;
}
.dashboard-exam-nav__item--white {
  background-color: white;
}
.dashboard-exam-nav__item--white:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.dashboard-exam-nav__item--white * {
  color: #e17200;
}
.dashboard-exam-nav__item--blocked {
  background-color: #c5c5c5;
  position: relative;
}
.dashboard-exam-nav__item--blocked::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 20px;
  background-image: url("../images/padlock.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.dashboard-exam-nav__item--blocked--without-padlock::after {
  content: none;
  background-image: url("../images/padlock.png");
}
.dashboard-exam-nav__item--smaller {
  height: 60px;
}
.dashboard-exam-nav__item--white {
  background-color: white;
}
.dashboard-exam-nav__item__subtext {
  position: absolute;
  bottom: 5px;
}
@media (max-width: 1199px) {
  .dashboard-exam-nav__item__subtext {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  .dashboard-exam-nav__item__subtext {
    font-size: 0.85em;
  }
}
@media (max-width: 767px) {
  .dashboard-exam-nav__item__subtext {
    font-size: 0.75em;
  }
}
@media (max-width: 575px) {
  .dashboard-exam-nav__item__subtext {
    font-size: 0.8em;
  }
}
.dashboard-exam-nav__item__top {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .dashboard-exam-nav__item__top__text {
    padding: 10px;
  }
}
.dashboard-exam-nav__item__top__text__title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1199px) {
  .dashboard-exam-nav__item__top__text__title {
    font-size: 2.2em;
  }
}
@media (max-width: 991px) {
  .dashboard-exam-nav__item__top__text__title {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .dashboard-exam-nav__item__top__text__title {
    font-size: 1.8em;
  }
}
@media (max-width: 575px) {
  .dashboard-exam-nav__item__top__text__title {
    font-size: 1.6em;
  }
}
.dashboard-exam-nav__item__top__text__title--blocked {
  color: #4b4b4b;
}
.dashboard-exam-nav__item__top__text__title--smaller {
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .dashboard-exam-nav__item__top__text__title--smaller {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .dashboard-exam-nav__item__top__text__title--smaller {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .dashboard-exam-nav__item__top__text__title--smaller {
    font-size: 1.1rem;
  }
}
.dashboard-exam-nav__item__top__text__title--blue {
  color: #0055a4 !important;
}
@media (max-width: 1199px) {
  .dashboard-exam-nav__item__top__text__detail {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .dashboard-exam-nav__item__top__text__detail {
    font-size: 0.9em;
  }
}
.dashboard-exam-nav__item__top__comment {
  margin-top: -30px;
}
@media (max-width: 991px) {
  .dashboard-exam-nav__item__top__comment {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .dashboard-exam-nav__item__top__comment {
    font-size: 0.8rem;
    margin-top: -25px;
  }
}

.exam-hidden {
  display: none;
}
.exam-hidden * {
  display: none;
}

.exam-section {
  transition-duration: 300ms;
}

.dashboard-stats {
  padding: 0 10px;
}
.dashboard-stats__title {
  font-size: 1.8em;
  font-weight: bold;
  margin: 80px auto 30px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .dashboard-stats__title {
    margin-top: 60px;
    font-size: 1.6em;
  }
}
@media (max-width: 575px) {
  .dashboard-stats__title {
    margin: 50px auto 20px auto;
    font-size: 1.4em;
  }
}
.dashboard-stats__content {
  max-width: 1090px;
  margin: auto;
  display: flex;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(10, 95, 89, 0.5);
  border-radius: 15px 15px 15px 15px;
}
@media (max-width: 991px) {
  .dashboard-stats__content {
    flex-direction: column;
    width: calc(100vw - 80px);
  }
}
@media (max-width: 767px) {
  .dashboard-stats__content {
    width: calc(100vw - 60px);
  }
}
@media (max-width: 575px) {
  .dashboard-stats__content {
    width: 94vw;
  }
}
.dashboard-stats__content__score {
  border-radius: 15px 0 0 15px;
  padding: 40px;
  background-color: #e17200;
}
@media (max-width: 991px) {
  .dashboard-stats__content__score {
    border-radius: 15px 15px 0 0;
    padding: 20px 40px;
  }
}
.dashboard-stats__content__score__text {
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 991px) {
  .dashboard-stats__content__score__text {
    display: flex;
    align-items: flex-end;
  }
}
.dashboard-stats__content__score__text__label {
  color: white;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .dashboard-stats__content__score__text__label {
    margin-bottom: 1px;
  }
}
.dashboard-stats__content__score__text__value {
  color: white;
  font-size: 2em;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .dashboard-stats__content__score__text__value {
    font-size: 1.2em;
  }
}
.dashboard-stats__content__chart {
  border-radius: 0 15px 15px 0;
  flex-grow: 1;
  padding: 30px;
}
@media (max-width: 991px) {
  .dashboard-stats__content__chart {
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .dashboard-stats__content__chart {
    padding: 25px 20px;
  }
}
@media (max-width: 575px) {
  .dashboard-stats__content__chart {
    padding: 20px 10px;
  }
}
.dashboard-stats__content__chart__chart {
  height: 175px;
}

.dashboard-module-title {
  font-size: 1.8em;
  font-weight: bold;
  margin: 80px auto 30px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .dashboard-module-title {
    margin-top: 60px;
    font-size: 1.6em;
  }
}
@media (max-width: 575px) {
  .dashboard-module-title {
    margin: 50px auto 20px auto;
    font-size: 1.4em;
  }
}

.dashboard-module-container {
  max-width: 1160px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .dashboard-module-container {
    flex-direction: column;
  }
}

.dashboard-module {
  width: 46%;
  margin: 10px 15px;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgb(187, 187, 187);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .dashboard-module {
    width: 90%;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .dashboard-module {
    width: 92%;
    margin: 8px auto;
  }
}
@media (max-width: 575px) {
  .dashboard-module {
    width: 94%;
    margin: 6px auto;
    flex-direction: column;
    padding: 12px;
  }
}
.dashboard-module__content {
  display: flex;
}
.dashboard-module__content__chart {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
}
.dashboard-module__content__chart__value {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.95em;
  font-weight: bold;
}
.dashboard-module__content__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dashboard-module__content__text {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .dashboard-module__content__text {
    font-size: 0.9em;
  }
}
.dashboard-module__content__text__title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.dashboard-module__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .dashboard-module__buttons {
    flex-direction: row;
    padding-left: 0;
  }
}
.dashboard-module__buttons__button {
  margin: 5px;
  padding: 5px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: 300ms;
}
@media (max-width: 767px) {
  .dashboard-module__buttons__button {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .dashboard-module__buttons__button {
    margin: 15px 10px 0 10px;
    padding: 5px 30px;
    font-size: 0.9em;
  }
}
.dashboard-module__buttons__button--orange {
  background-color: #e17200;
}
.dashboard-module__buttons__button--blue {
  background-color: #293d96;
}
.dashboard-module__buttons__button:hover {
  opacity: 0.8;
}
.dashboard-module__buttons__button p {
  color: white;
  text-align: center;
}

#donut-chart-1 {
  width: 100%;
  height: 100%;
  z-index: 3;
}

.access-choice {
  padding: 90px 50px;
  width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 100px;
  align-items: center;
}
@media (max-width: 575px) {
  .access-choice {
    padding: 90px 15px;
  }
}
.access-choice__title {
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 25px;
  color: white;
}
@media (max-width: 991px) {
  .access-choice__title {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .access-choice__title {
    font-size: 1.8em;
  }
}
@media (max-width: 575px) {
  .access-choice__title {
    font-size: 1.6em;
  }
}
.access-choice__container {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 849px) {
  .access-choice__container {
    margin-top: 10px;
  }
}
.access-choice__container > div {
  cursor: pointer;
  box-shadow: 5px 5px 6px rgba(128, 128, 128, 0.3) !important;
}
.access-choice__container > div.payment:hover {
  background-color: #E78E33;
}
.access-choice__container > div.code:hover {
  background-color: #FCF1E5;
}
@media (max-width: 767px) {
  .access-choice__container > div > div {
    padding: 10px;
  }
}
.access-choice__container > div > div > p:first-child {
  font-size: 1.3em;
}

.news {
  max-width: 1500px;
  margin: 30px auto 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .news {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .news {
    padding: 0 15px;
  }
}
.news__header {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news__header {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .news__header {
    margin-bottom: 35px;
  }
}
.news__header__title {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .news__header__title {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  .news__header__title {
    font-size: 2em;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .news__header__title {
    font-size: 1.8em;
  }
}
.news__header__description {
  line-height: 1.75em;
  text-align: justify;
}
@media (max-width: 991px) {
  .news__header__description {
    font-size: 0.95em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .news__header__description {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
.news__container {
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, min(450px, 95vw));
  grid-gap: 25px;
  justify-content: space-evenly;
}
.news__container__link {
  display: block;
}
.news__container__article {
  margin-bottom: 20px;
  height: 100%;
  box-shadow: 0.0145rem 0.029rem 0.174rem rgba(27, 40, 50, 0.01698), 0.0335rem 0.067rem 0.402rem rgba(27, 40, 50, 0.024), 0.0625rem 0.125rem 0.75rem rgba(27, 40, 50, 0.03), 0.1125rem 0.225rem 1.35rem rgba(27, 40, 50, 0.036), 0.2085rem 0.417rem 2.502rem rgba(27, 40, 50, 0.04302), 0.5rem 1rem 6rem rgba(27, 40, 50, 0.06), 0 0 0 0.0625rem rgba(27, 40, 50, 0.015);
}
.news__container__article:hover > div {
  filter: opacity(80%);
}
.news__container__article__image {
  width: 100%;
  height: min(250px, 53vw);
  display: flex;
  justify-content: center;
  transition-duration: 0.2s;
}
.news__container__article__image__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news__container__article__date {
  font-weight: bold;
  font-size: 0.9em;
  color: grey;
  margin: 10px;
}
@media (max-width: 767px) {
  .news__container__article__date {
    font-size: 0.85em;
  }
}
@media (max-width: 575px) {
  .news__container__article__date {
    font-size: 0.8em;
  }
}
.news__container__article__title {
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px;
}
@media (max-width: 767px) {
  .news__container__article__title {
    font-size: 1.05em;
  }
}
@media (max-width: 575px) {
  .news__container__article__title {
    font-size: 1em;
  }
}

.selected-news {
  max-width: 1200px;
  margin: 70px auto 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .selected-news {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .selected-news {
    padding: 0 15px;
    margin: 60px auto 0 auto;
  }
}
.selected-news strong {
  font-weight: bold;
}
.selected-news em {
  font-style: italic;
}
.selected-news u {
  text-decoration: underline;
}
.selected-news__title {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .selected-news__title {
    font-size: 2.1em;
  }
}
@media (max-width: 767px) {
  .selected-news__title {
    font-size: 1.8em;
  }
}
@media (max-width: 575px) {
  .selected-news__title {
    font-size: 1.5em;
  }
}
.selected-news__date {
  margin: 20px 0 25px 0;
}
@media (max-width: 767px) {
  .selected-news__date {
    font-size: 0.95em;
    margin: 15px 0 20px 0;
  }
}
@media (max-width: 575px) {
  .selected-news__date {
    font-size: 0.9em;
    margin: 10px 0 15px 0;
  }
}
.selected-news__image {
  width: 100%;
  margin-bottom: 25px;
}
.selected-news__image__img {
  width: 100%;
}
.selected-news__content h2 {
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .selected-news__content h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .selected-news__content h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 575px) {
  .selected-news__content h2 {
    font-size: 1.4em;
  }
}
.selected-news__content h3 {
  font-size: 1.4em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .selected-news__content h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 575px) {
  .selected-news__content h3 {
    font-size: 1.2em;
  }
}
.selected-news__content h4 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .selected-news__content h4 {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .selected-news__content h4 {
    font-size: 1em;
  }
}
.selected-news__content p {
  margin-bottom: 1.6em;
  line-height: 1.9em;
}
@media (max-width: 767px) {
  .selected-news__content p {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .selected-news__content p {
    font-size: 0.9em;
  }
}
.selected-news__content ul {
  list-style: inside;
  margin-left: 20px;
  margin-bottom: 1.6em;
}
.selected-news__content ul > li {
  margin-bottom: 1.2em;
  line-height: 1.9em;
}
@media (max-width: 767px) {
  .selected-news__content ul > li {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .selected-news__content ul > li {
    font-size: 0.9em;
  }
}
.selected-news__content ul > li > ul {
  margin-top: 10px;
}
.selected-news__content ul > li > ul > li {
  list-style-type: circle;
  margin-bottom: 0.7em;
}
.selected-news__content ol {
  margin-left: 20px;
  margin-bottom: 1.6em;
}
.selected-news__content ol > li {
  margin-bottom: 1.2em;
  margin-left: 2em;
  line-height: 1.9em;
  list-style: decimal;
}
@media (max-width: 767px) {
  .selected-news__content ol > li {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .selected-news__content ol > li {
    font-size: 0.9em;
  }
}
.selected-news__content div {
  max-width: 80%;
  margin: 1.6em auto;
}
.selected-news__content div img {
  width: 100%;
}
.selected-news__content a {
  text-decoration: underline;
  color: #06c;
}
.selected-news__content table {
  margin: auto;
}
.selected-news__content table thead th {
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .selected-news__content table thead th {
    font-size: 1.05em;
  }
}
@media (max-width: 575px) {
  .selected-news__content table thead th {
    font-size: 1em;
  }
}
.selected-news__content table tbody td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
@media (max-width: 767px) {
  .selected-news__content table tbody td {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .selected-news__content table tbody td {
    font-size: 0.9em;
  }
}
.selected-news__navigation {
  width: 100%;
  margin: 50px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.selected-news__navigation__link-container--previous {
  margin-bottom: 20px;
  margin-right: 15px;
}
.selected-news__navigation__link-container--next {
  margin-left: auto;
  text-align: right;
}
.selected-news__navigation__link-container__link {
  color: #06c;
  font-weight: bold;
}
@media (max-width: 767px) {
  .selected-news__navigation__link-container__link {
    font-size: 0.95em;
  }
}
@media (max-width: 575px) {
  .selected-news__navigation__link-container__link {
    font-size: 0.9em;
  }
}
.selected-news__navigation__link-container__link:hover span {
  background-color: #06c;
  color: white;
}
.selected-news__navigation__link-container__link__arrow {
  padding: 6px 12px;
  margin: 0 10px;
  font-size: 1.2em;
  color: #06c;
  border: 1px solid #06c;
  border-radius: 5px;
  transition-duration: 300ms;
}

.home-hero {
  width: 100%;
  max-width: 2400px;
  margin: -95px auto 0 auto;
  padding: 200px 20px 100px 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .home-hero {
    flex-direction: column;
    align-items: center;
    padding: 125px 15px;
  }
}
@media (max-width: 767px) {
  .home-hero {
    padding: 125px 15px;
  }
}
@media (max-width: 650px) {
  .home-hero {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .home-hero {
    padding: 125px 15px 80px 15px;
  }
}
.home-hero * {
  font-family: "Poppins";
}
.home-hero::after {
  content: url("../images/home/hero_background.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .home-hero::after {
    right: -20%;
  }
}
@media (max-width: 1199px) {
  .home-hero::after {
    top: 0;
  }
}
.home-hero__content {
  flex: 1;
  max-width: 795px;
  padding-left: 100px;
}
@media (max-width: 1399px) {
  .home-hero__content {
    max-width: 635px;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .home-hero__content {
    max-width: 600px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .home-hero__content {
    max-width: 100%;
  }
}
.home-hero__content__title {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .home-hero__content__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .home-hero__content__title {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .home-hero__content__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 575px) {
  .home-hero__content__title {
    font-size: 2.2rem;
  }
}
.home-hero__content__title--orange {
  color: #f48c06;
}
.home-hero__content__title--yellow {
  color: #e4bc0a;
}
.home-hero__content__title--green {
  color: #40ab34;
}
.home-hero__content__title--blue {
  color: #0055a4;
}
.home-hero__content__secondary-title {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 50px 0;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .home-hero__content__secondary-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .home-hero__content__secondary-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .home-hero__content__secondary-title {
    font-size: 1.2rem;
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  .home-hero__content__secondary-title {
    font-size: 1.1rem;
    margin: 35px 0;
  }
}
.home-hero__content__secondary-title--orange {
  font-weight: 700;
  color: #f48c06;
}
.home-hero__content__secondary-title--yellow {
  font-weight: 700;
  color: #e4bc0a;
}
.home-hero__content__secondary-title--green {
  font-weight: 700;
  color: #40ab34;
}
.home-hero__content__secondary-title--blue {
  font-weight: 700;
  color: #0055a4;
}
.home-hero__content__buttons {
  display: flex;
}
@media (max-width: 420px) {
  .home-hero__content__buttons {
    justify-content: space-between;
  }
}
.home-hero__content__buttons__button {
  text-align: center;
  padding: 2px;
  border-radius: 27px;
  background: rgb(251, 155, 32);
  background: linear-gradient(90deg, rgb(251, 155, 32) 0%, rgb(240, 142, 17) 100%);
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
}
.home-hero__content__buttons__button--right {
  margin-left: 50px;
}
@media (max-width: 420px) {
  .home-hero__content__buttons__button--right {
    margin-left: 0;
  }
}
.home-hero__content__buttons__button--yellow {
  background-color: #e4bc0a;
  background: #e4bc0a;
}
.home-hero__content__buttons__button--green {
  background-color: #40ab34;
  background: #40ab34;
}
.home-hero__content__buttons__button--blue {
  background-color: #0055a4;
  background: #0055a4;
}
.home-hero__content__buttons__button:hover {
  transform: scale(1.05);
}
.home-hero__content__buttons__button__link {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: inline-block;
  background-color: white;
  color: #f48c06;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-hero__content__buttons__button__link {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-hero__content__buttons__button__link {
    font-size: 1rem;
  }
}
@media (max-width: 420px) {
  .home-hero__content__buttons__button__link {
    font-size: 0.95rem;
  }
}
.home-hero__content__buttons__button__link--right {
  background-color: rgba(255, 255, 255, 0);
  color: white;
}
.home-hero__content__buttons__button__link--yellow {
  color: #e4bc0a;
}
.home-hero__content__buttons__button__link--green {
  color: #40ab34;
}
.home-hero__content__buttons__button__link--blue {
  color: #0055a4;
}
.home-hero__content__stats {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-hero__content__stats {
    margin-top: 30px;
  }
}
@media (max-width: 495px) {
  .home-hero__content__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }
}
.home-hero__content__stats * {
  font-family: "Poppins";
}
.home-hero__content__stats__item {
  margin: 0 80px;
  flex: 0.1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-hero__content__stats__item {
    margin: 0 50px;
  }
}
@media (max-width: 991px) {
  .home-hero__content__stats__item {
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .home-hero__content__stats__item {
    margin: 0 25px;
  }
}
@media (max-width: 575px) {
  .home-hero__content__stats__item {
    margin: 0 10px;
  }
}
.home-hero__content__stats__item__number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1em;
}
@media (max-width: 1199px) {
  .home-hero__content__stats__item__number {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .home-hero__content__stats__item__number {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .home-hero__content__stats__item__number {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .home-hero__content__stats__item__number {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .home-hero__content__stats__item__number {
    font-size: 1.6rem;
  }
}
.home-hero__content__stats__item__number--yellow {
  color: #f0c932;
}
.home-hero__content__stats__item__number--blue {
  color: #2489d3;
}
.home-hero__content__stats__item__number--orange {
  color: #fe753f;
}
.home-hero__content__stats__item__number--green {
  color: #40ab34;
}
.home-hero__content__stats__item__text {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .home-hero__content__stats__item__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .home-hero__content__stats__item__text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .home-hero__content__stats__item__text {
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .home-hero__content__stats__item__text {
    font-size: 0.9rem;
  }
}
.home-hero__image {
  flex: 1;
  width: 100%;
  max-width: 900px;
  margin-left: 40px;
  padding-right: 30px;
}
@media (max-width: 1399px) {
  .home-hero__image {
    margin-left: 30px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .home-hero__image {
    max-width: 700px;
    margin-top: 100px;
    padding: 0;
    margin-left: 0;
    align-self: center;
  }
}
@media (max-width: 575px) {
  .home-hero__image {
    display: none;
  }
}
.home-hero__image--examens {
  max-width: 800px;
}
.home-hero__image__img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.15);
}
.home-hero__image__img--examens {
  box-shadow: none;
}
.home-hero__aside {
  flex: 1;
  width: 100%;
  max-width: 700px;
  margin-left: 40px;
  padding: 50px;
  background-color: white;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.15);
  border-radius: 15px;
}
@media (max-width: 1399px) {
  .home-hero__aside {
    margin-left: 30px;
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  .home-hero__aside {
    max-width: 700px;
    margin-top: 100px;
    margin-left: 0;
    align-self: center;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .home-hero__aside {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .home-hero__aside {
    padding: 40px 20px;
  }
}
.home-hero__aside__title {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1399px) {
  .home-hero__aside__title {
    font-size: 2.1rem;
  }
}
@media (max-width: 1199px) {
  .home-hero__aside__title {
    font-size: 1.9rem;
  }
}
@media (max-width: 991px) {
  .home-hero__aside__title {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .home-hero__aside__title {
    font-size: 1.5rem;
  }
}
.home-hero__aside__title--orange {
  color: #f48c06;
}
.home-hero__aside__text {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-hero__aside__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-hero__aside__text {
    font-size: 1.05rem;
  }
}
.home-hero__aside__text--important {
  color: #f48c06;
  font-size: 1.8em;
  font-weight: bold;
}
.home-hero__aside__button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.home-hero__aside__button__link {
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  background-color: #f48c06;
  box-shadow: 0px 3px 10px 0px rgba(39, 39, 39, 0.25);
}
@media (max-width: 767px) {
  .home-hero__aside__button__link {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .home-hero__aside__button__link {
    font-size: 0.9rem;
  }
}

.home-possibilities {
  max-width: 1200px;
  margin: 100px auto 200px auto;
  position: relative;
  padding: 50px 20px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-possibilities {
    margin: 90px auto 180px auto;
  }
}
@media (max-width: 991px) {
  .home-possibilities {
    margin: 70px auto 160px auto;
  }
}
@media (max-width: 767px) {
  .home-possibilities {
    margin: 60px auto 140px auto;
  }
}
@media (max-width: 575px) {
  .home-possibilities {
    margin: 50px auto 120px auto;
  }
}
.home-possibilities * {
  font-family: "Poppins";
}
.home-possibilities__title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .home-possibilities__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .home-possibilities__title {
    font-size: 2.55rem;
  }
}
@media (max-width: 991px) {
  .home-possibilities__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 575px) {
  .home-possibilities__title {
    font-size: 2.05rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .home-possibilities__title {
    font-size: 1.8rem;
  }
}
.home-possibilities__title--orange {
  color: #f48c06;
}
.home-possibilities__description {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home-possibilities__description {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-possibilities__description {
    font-size: 1.1rem;
    margin: 0 20px;
    margin-bottom: 30px;
  }
}
.home-possibilities__description--orange {
  color: #f48c06;
}

.home-articles {
  max-width: 1200px;
  margin: 150px auto;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .home-articles {
    margin: 140px auto;
  }
}
@media (max-width: 991px) {
  .home-articles {
    margin: 130px auto;
  }
}
@media (max-width: 767px) {
  .home-articles {
    margin: 120px auto;
  }
}
@media (max-width: 575px) {
  .home-articles {
    margin: 110px auto;
  }
}
.home-articles * {
  font-family: "Poppins";
}
.home-articles__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .home-articles__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .home-articles__title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .home-articles__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 400px) {
  .home-articles__title {
    font-size: 1.5rem;
  }
}
.home-articles__title--first-word {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.home-articles__title--first-word::before {
  content: url("../images/home/ellipse-orange.png");
  position: absolute;
  transform: translate(-40%, -5%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .home-articles__title--first-word::before {
    transform: translate(-40%, -10%) scale(0.9);
  }
}
@media (max-width: 1199px) {
  .home-articles__title--first-word::before {
    transform: translate(-40%, -15%) scale(0.8);
  }
}
@media (max-width: 575px) {
  .home-articles__title--first-word::before {
    transform: translate(-40%, -20%) scale(0.7);
  }
}
.home-articles__title--orange {
  color: #f48c06;
}
.home-articles__content {
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  column-gap: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .home-articles__content {
    display: flex;
    flex-direction: column;
  }
}
.home-articles__content__principal__article {
  display: inline-block;
  width: 100%;
  transition-duration: 500ms;
  padding: 8px 12px 15px 12px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .home-articles__content__principal__article {
    display: flex;
    margin-bottom: 30px;
    padding: 8px 15px 8px 8px;
  }
}
@media (max-width: 575px) {
  .home-articles__content__principal__article {
    margin-bottom: 20px;
    padding: 0;
  }
}
.home-articles__content__principal__article:hover {
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.15);
}
@media (max-width: 767px) {
  .home-articles__content__principal__article:hover {
    box-shadow: none;
  }
}
.home-articles__content__principal__article__image {
  width: 100%;
}
@media (max-width: 991px) {
  .home-articles__content__principal__article__image {
    width: 35%;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .home-articles__content__principal__article__image {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .home-articles__content__principal__article__image {
    width: 35%;
    margin-right: 20px;
  }
}
.home-articles__content__principal__article__image__img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .home-articles__content__principal__article__image__img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .home-articles__content__principal__article__content {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .home-articles__content__principal__article__content {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .home-articles__content__principal__article__content {
    width: 100%;
  }
}
.home-articles__content__principal__article__content__title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .home-articles__content__principal__article__content__title {
    font-size: 1.05rem;
    line-height: 1.4rem;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .home-articles__content__principal__article__content__title {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 575px) {
  .home-articles__content__principal__article__content__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
  }
}
.home-articles__content__principal__article__content__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .home-articles__content__principal__article__content__description {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .home-articles__content__principal__article__content__description {
    display: none;
  }
}
.home-articles__content__secondary {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  row-gap: 30px;
}
@media (max-width: 575px) {
  .home-articles__content__secondary {
    row-gap: 20px;
  }
}
.home-articles__content__secondary__article {
  display: inline-block;
  width: 100%;
  display: flex;
  transition-duration: 500ms;
  padding: 8px 15px 8px 8px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .home-articles__content__secondary__article {
    padding: 0;
  }
}
.home-articles__content__secondary__article:hover {
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.15);
}
@media (max-width: 767px) {
  .home-articles__content__secondary__article:hover {
    box-shadow: none;
  }
}
.home-articles__content__secondary__article__image {
  width: 35%;
  height: 100%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .home-articles__content__secondary__article__image {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .home-articles__content__secondary__article__image {
    width: 35%;
    margin-right: 20px;
  }
}
.home-articles__content__secondary__article__image__img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.home-articles__content__secondary__article__content {
  width: 65%;
}
@media (max-width: 767px) {
  .home-articles__content__secondary__article__content {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .home-articles__content__secondary__article__content {
    width: 100%;
  }
}
.home-articles__content__secondary__article__content__title {
  font-size: 1.1rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .home-articles__content__secondary__article__content__title {
    font-size: 1.05rem;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .home-articles__content__secondary__article__content__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .home-articles__content__secondary__article__content__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
  }
}
.home-articles__content__secondary__article__content__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}
@media (max-width: 1199px) {
  .home-articles__content__secondary__article__content__description {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .home-articles__content__secondary__article__content__description {
    display: none;
  }
}

.trial {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition-duration: 300ms;
}
.trial.active {
  display: flex;
}
.trial__background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
}
.trial__modal {
  z-index: 1;
  background-color: white;
  padding: 40px 100px;
  border-radius: 20px;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.5);
  border: 2px solid #f48c06;
  cursor: default;
  position: relative;
}
@media (max-width: 575px) {
  .trial__modal {
    padding: 40px 50px;
  }
}
@media (max-width: 410px) {
  .trial__modal {
    width: 90%;
  }
}
.trial__modal__cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  padding: 5px;
  margin: 20px;
  cursor: pointer;
}
.trial__modal__cross__img {
  width: 100%;
}
.trial__modal__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .trial__modal__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .trial__modal__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .trial__modal__title {
    font-size: 1.5rem;
  }
}
.trial__modal__title--first-word {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.trial__modal__title--first-word::before {
  content: url("../images/home/ellipse-orange.png");
  position: absolute;
  transform: translate(-40%, -20%) scale(0.7);
  z-index: -1;
}
@media (max-width: 991px) {
  .trial__modal__title--first-word::before {
    transform: translate(-40%, -22%) scale(0.65);
  }
}
@media (max-width: 767px) {
  .trial__modal__title--first-word::before {
    transform: translate(-40%, -24%) scale(0.6);
  }
}
@media (max-width: 575px) {
  .trial__modal__title--first-word::before {
    transform: translate(-40%, -26%) scale(0.55);
  }
}
.trial__modal__buttons {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 575px) {
  .trial__modal__buttons {
    justify-content: space-around;
  }
}
@media (max-width: 410px) {
  .trial__modal__buttons {
    margin: 0 -20px;
  }
}
.trial__modal__buttons__button {
  text-align: center;
  padding: 2px;
  border-radius: 25px;
  background: rgb(251, 155, 32);
  background: linear-gradient(90deg, rgb(251, 155, 32) 0%, rgb(240, 142, 17) 100%);
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
}
.trial__modal__buttons__button:hover {
  transform: scale(1.05);
}
.trial__modal__buttons__button__link {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  background-color: white;
  color: #f48c06;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .trial__modal__buttons__button__link {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .trial__modal__buttons__button__link {
    font-size: 0.9rem;
  }
}
.trial__modal__buttons__button__link--orange {
  background-color: rgba(255, 255, 255, 0);
  color: white;
}

.dashboard-leads {
  background-color: #fefaf6;
  padding: 80px 0;
  margin: 100px 0;
}
.dashboard-leads__title {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .dashboard-leads__title {
    font-size: 2.7rem;
  }
}
@media (max-width: 991px) {
  .dashboard-leads__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .dashboard-leads__title {
    font-size: 2.1rem;
  }
}
@media (max-width: 575px) {
  .dashboard-leads__title {
    font-size: 1.8rem;
  }
}
.dashboard-leads__sub-title {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .dashboard-leads__sub-title {
    font-size: 2.7rem;
  }
}
@media (max-width: 991px) {
  .dashboard-leads__sub-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .dashboard-leads__sub-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 575px) {
  .dashboard-leads__sub-title {
    font-size: 1.8rem;
  }
}
.dashboard-leads__sub-title--orange {
  color: #e17200;
}
.dashboard-leads__elements {
  display: flex;
  justify-content: center;
}
.dashboard-leads__elements__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .dashboard-leads__elements__element {
    width: 100%;
    max-width: 250px;
  }
}
.dashboard-leads__elements__element:hover > .dashboard-leads__elements__element__content {
  transform: rotate(-3deg);
}
.dashboard-leads__elements__element:hover > .dashboard-leads__elements__element__button {
  transform: scale(1.05);
}
.dashboard-leads__elements__element__content {
  padding: 30px 0;
  border-radius: 15px;
  width: 300px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 5px 10px 0 rgba(39, 39, 39, 0.25);
  transition-duration: 300ms;
  background-color: white;
}
@media (max-width: 991px) {
  .dashboard-leads__elements__element__content {
    width: 275px;
  }
}
@media (max-width: 767px) {
  .dashboard-leads__elements__element__content {
    width: 100%;
    max-width: 275px;
  }
}
.dashboard-leads__elements__element__content__text {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .dashboard-leads__elements__element__content__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .dashboard-leads__elements__element__content__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dashboard-leads__elements__element__content__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .dashboard-leads__elements__element__content__text {
    font-size: 1.3rem;
  }
}
.dashboard-leads__elements__element__content__text--orange {
  color: #e17200;
}
.dashboard-leads__elements__element__button {
  margin-top: -20px;
  text-align: center;
  padding: 2px;
  border-radius: 25px;
  background: #e17200;
  background: linear-gradient(90deg, rgb(247, 143, 35) 0%, rgb(232, 125, 15) 100%);
  box-shadow: 0 5px 10px 0 rgba(39, 39, 39, 0.25);
  transition-duration: 300ms;
  cursor: pointer;
}
.dashboard-leads__elements__element__button__text {
  font-size: 1.3rem;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  color: white;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dashboard-leads__elements__element__button__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .dashboard-leads__elements__element__button__text {
    font-size: 1.1rem;
  }
}

.lead {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition-duration: 300ms;
}
.lead.active {
  display: flex;
}
.lead__background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
}
.lead__modal {
  z-index: 1;
  background-color: white;
  padding: 40px 70px;
  border-radius: 20px;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.5);
  border: 2px solid #f48c06;
  cursor: default;
  position: relative;
}
@media (max-width: 575px) {
  .lead__modal {
    padding: 40px 50px;
  }
}
@media (max-width: 410px) {
  .lead__modal {
    width: 90%;
  }
}
.lead__modal__cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  padding: 5px;
  margin: 20px;
  cursor: pointer;
}
.lead__modal__cross__img {
  width: 100%;
}
.lead__modal__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .lead__modal__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .lead__modal__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .lead__modal__title {
    font-size: 1.5rem;
  }
}
.lead__modal__title--first-word {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.lead__modal__title--first-word::before {
  content: url("../images/ellipse-orange.png");
  position: absolute;
  transform: translate(-40%, -20%) scale(0.7);
  z-index: -1;
}
@media (max-width: 991px) {
  .lead__modal__title--first-word::before {
    transform: translate(-40%, -22%) scale(0.65);
  }
}
@media (max-width: 767px) {
  .lead__modal__title--first-word::before {
    transform: translate(-40%, -24%) scale(0.6);
  }
}
@media (max-width: 575px) {
  .lead__modal__title--first-word::before {
    transform: translate(-40%, -26%) scale(0.55);
  }
}
.lead__modal__title--orange {
  color: #e17200;
}
.lead__modal__description {
  display: inline-block;
  max-width: 400px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5rem;
}
.lead__modal__content__form {
  display: flex;
  flex-direction: column;
}
.lead__modal__content__form__element {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.lead__modal__content__form__element__label {
  margin-bottom: 10px;
  font-weight: 600;
  font-weight: bold;
}
.lead__modal__content__form__element__input {
  color: rgb(36, 36, 36);
  padding: 8px 20px;
  border: 1px solid #e17200;
  width: 100%;
  border-radius: 22px;
}
.lead__modal__content__form__element__input::placeholder {
  font-size: 0.9em;
  color: rgb(150, 150, 150);
}
.lead__modal__content__form__buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.lead__modal__content__form__buttons__button {
  text-align: center;
  padding: 2px;
  border-radius: 25px;
  background: #e17200;
  background: linear-gradient(90deg, rgb(247, 143, 35) 0%, rgb(232, 125, 15) 100%);
  border: none;
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
}
.lead__modal__content__form__buttons__button:hover {
  transform: scale(1.05);
}
.lead__modal__content__form__buttons__button__link {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .lead__modal__content__form__buttons__button__link {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .lead__modal__content__form__buttons__button__link {
    font-size: 0.9rem;
  }
}
.lead__modal__content__notification {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .lead__modal__content__notification {
    font-size: 1rem;
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  .lead__modal__content__notification {
    font-size: 0.9rem;
    margin: 30px 0;
  }
}

.exam-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition-duration: 300ms;
}
.exam-modal.active {
  display: flex;
}
.exam-modal__background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
}
.exam-modal__modal {
  z-index: 1;
  background-color: white;
  padding: 40px 70px;
  border-radius: 10px;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.5);
  border: 2px solid #f48c06;
  cursor: default;
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
}
.exam-modal__modal::-webkit-scrollbar {
  width: 6px;
}
.exam-modal__modal::-webkit-scrollbar-track {
  background-color: #ffe09f;
  border-radius: 10px;
}
.exam-modal__modal::-webkit-scrollbar-thumb {
  background: #f48c06;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .exam-modal__modal {
    padding: 40px 50px;
  }
}
@media (max-width: 410px) {
  .exam-modal__modal {
    width: 90%;
  }
}
.exam-modal__modal__cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  padding: 5px;
  margin: 20px;
  cursor: pointer;
}
.exam-modal__modal__cross__img {
  width: 100%;
}
.exam-modal__modal__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .exam-modal__modal__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .exam-modal__modal__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .exam-modal__modal__title {
    font-size: 1.5rem;
  }
}
.exam-modal__modal__title--first-word {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.exam-modal__modal__title--first-word::before {
  content: url("../images/ellipse-orange.png");
  position: absolute;
  transform: translate(-40%, -20%) scale(0.7);
  z-index: -1;
}
@media (max-width: 991px) {
  .exam-modal__modal__title--first-word::before {
    transform: translate(-40%, -22%) scale(0.65);
  }
}
@media (max-width: 767px) {
  .exam-modal__modal__title--first-word::before {
    transform: translate(-40%, -24%) scale(0.6);
  }
}
@media (max-width: 575px) {
  .exam-modal__modal__title--first-word::before {
    transform: translate(-40%, -26%) scale(0.55);
  }
}
.exam-modal__modal__title--orange {
  color: #e17200;
}
.exam-modal__modal__description {
  display: inline-block;
  max-width: 500px;
  margin-bottom: 15px;
  line-height: 1.5rem;
}
.exam-modal__modal__description__error {
  margin-top: 20px;
  font-weight: bold;
  color: rgb(172, 0, 0);
  text-align: center;
}
.exam-modal__modal__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.exam-modal__modal__list__item {
  list-style-type: disc;
  margin-left: 30px;
}
.exam-modal__modal__link {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #293d96;
}
.exam-modal__modal__content {
  display: flex;
  flex-direction: column;
}
.exam-modal__modal__content__form {
  display: flex;
  flex-direction: column;
}
.exam-modal__modal__content__form__element {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.exam-modal__modal__content__form__element--row {
  flex-direction: row;
  align-items: center;
}
.exam-modal__modal__content__form__element__label {
  margin-bottom: 10px;
  font-weight: 600;
  font-weight: bold;
}
.exam-modal__modal__content__form__element__input {
  color: rgb(36, 36, 36);
  padding: 8px 20px;
  border: 1px solid #e17200;
  width: 100%;
  border-radius: 22px;
}
.exam-modal__modal__content__form__element__input::placeholder {
  font-size: 0.9em;
  color: rgb(150, 150, 150);
}
.exam-modal__modal__content__form__element__checkbox {
  margin-bottom: 10px;
  margin-right: 10px;
}
.exam-modal__modal__content__form__element__detail {
  display: inline-block;
  max-width: 500px;
  margin-top: 10px;
  line-height: 1.5rem;
}
.exam-modal__modal__content__form__buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.exam-modal__modal__content__form__buttons__button {
  text-align: center;
  padding: 2px;
  border-radius: 25px;
  background: #e17200;
  background: linear-gradient(90deg, rgb(247, 143, 35) 0%, rgb(232, 125, 15) 100%);
  border: none;
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
}
.exam-modal__modal__content__form__buttons__button:hover {
  transform: scale(1.05);
}
.exam-modal__modal__content__form__buttons__button__link {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .exam-modal__modal__content__form__buttons__button__link {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .exam-modal__modal__content__form__buttons__button__link {
    font-size: 0.9rem;
  }
}
.exam-modal__modal__content__notification {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .exam-modal__modal__content__notification {
    font-size: 1rem;
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  .exam-modal__modal__content__notification {
    font-size: 0.9rem;
    margin: 30px 0;
  }
}

.session-container-exam {
  padding: 50px 75px 100px 75px;
  border-radius: 25px;
  width: calc(100vw - 40px);
  max-width: 1500px;
  margin: 25px auto;
}
@media (max-width: 991px) {
  .session-container-exam {
    padding: 50px 50px 80px 50px;
  }
}
@media (max-width: 767px) {
  .session-container-exam {
    padding: 50px 25px 70px 25px;
  }
}
@media (max-width: 575px) {
  .session-container-exam {
    padding: 50px 10px 60px 10px;
    width: calc(100vw - 20px);
  }
}

.displayed-qcm-exam {
  margin: auto;
  max-width: 1000px;
}
.displayed-qcm-exam__question {
  background-color: white;
  display: flex;
  position: relative;
  padding: 60px 60px 80px 60px;
  border-radius: 20px;
  border: 1px solid #ced1df;
}
@media (max-width: 991px) {
  .displayed-qcm-exam__question {
    padding: 50px 40px 60px 40px;
  }
}
@media (max-width: 767px) {
  .displayed-qcm-exam__question {
    flex-direction: column;
    padding: 45px 30px 50px 30px;
  }
}
@media (max-width: 575px) {
  .displayed-qcm-exam__question {
    flex-direction: column;
    padding: 40px 20px 50px 20px;
  }
}
.displayed-qcm-exam__question__info {
  margin-right: 100px;
}
@media (max-width: 1199px) {
  .displayed-qcm-exam__question__info {
    margin-right: 80px;
  }
}
@media (max-width: 991px) {
  .displayed-qcm-exam__question__info {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .displayed-qcm-exam__question__info {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
  }
}
.displayed-qcm-exam__question__info__number {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .displayed-qcm-exam__question__info__number {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .displayed-qcm-exam__question__info__number {
    font-size: 0.95rem;
  }
}
.displayed-qcm-exam__question__info__count {
  font-weight: bold;
}
@media (max-width: 767px) {
  .displayed-qcm-exam__question__info__count {
    display: none;
  }
}
.displayed-qcm-exam__question__label__text {
  white-space: pre-line;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 575px) {
  .displayed-qcm-exam__question__label__text {
    font-size: 0.95rem;
  }
}
.displayed-qcm-exam__question__flag {
  position: absolute;
  top: 0;
  left: 30px;
  transform: translate(0, -50%);
  background-color: #0055a4;
  padding: 15px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition-duration: 300ms;
}
@media (max-width: 767px) {
  .displayed-qcm-exam__question__flag {
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .displayed-qcm-exam__question__flag {
    left: 15px;
  }
}
@media (max-width: 370px) {
  .displayed-qcm-exam__question__flag {
    left: 0;
  }
}
.displayed-qcm-exam__question__flag:hover {
  background-color: #0055a4;
}
.displayed-qcm-exam__question__flag__text {
  color: white;
  font-weight: bold;
}
@media (max-width: 767px) {
  .displayed-qcm-exam__question__flag__text {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .displayed-qcm-exam__question__flag__text {
    font-size: 0.9rem;
  }
}
.displayed-qcm-exam__question__arrows {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
@media (max-width: 991px) {
  .displayed-qcm-exam__question__arrows {
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .displayed-qcm-exam__question__arrows {
    transform: translate(0, -50%);
  }
}
@media (max-width: 370px) {
  .displayed-qcm-exam__question__arrows {
    right: -5px;
  }
}
.displayed-qcm-exam__question__arrows__arrow {
  margin: 0 15px;
  padding: 3px 10px;
  border-radius: 50%;
  border: 2px solid black;
  background-color: white;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .displayed-qcm-exam__question__arrows__arrow {
    margin: 0 10px;
  }
}
@media (max-width: 370px) {
  .displayed-qcm-exam__question__arrows__arrow {
    margin: 0 5px;
  }
}
.displayed-qcm-exam__question__annex {
  position: absolute;
  bottom: 20px;
  left: 60px;
}
.displayed-qcm-exam__question__annex__link {
  color: #06c;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 575px) {
  .displayed-qcm-exam__question__annex__link {
    font-size: 0.95rem;
    bottom: 10px;
  }
}
.displayed-qcm-exam__answer {
  display: flex;
  margin: 10px 0;
  align-items: center;
  padding: 10px 30px;
  background-color: white;
  border: 1px solid #ced1df;
  border-radius: 20px;
  transition-duration: 250ms;
}
@media (max-width: 575px) {
  .displayed-qcm-exam__answer {
    padding: 8px 15px;
    font-size: 0.95em;
  }
}
.displayed-qcm-exam__answer--hoverable {
  cursor: pointer;
}
.displayed-qcm-exam__answer--hoverable:hover {
  background-color: #dfe2ef;
}
.displayed-qcm-exam__answer--right {
  background-color: rgba(0, 128, 0, 0.1);
  border: green 1px solid;
}
.displayed-qcm-exam__answer--right--color-blindness {
  background-color: green;
}
.displayed-qcm-exam__answer--right--color-blindness * {
  color: white;
}
.displayed-qcm-exam__answer--wrong {
  background-color: rgba(215, 0, 0, 0.1);
  border: rgb(215, 0, 0) 1px solid;
}
.displayed-qcm-exam__answer--wrong--color-blindness {
  background-color: rgb(215, 0, 0);
}
.displayed-qcm-exam__answer--wrong--color-blindness * {
  color: white;
}
.displayed-qcm-exam__answer__number {
  margin-right: 60px;
  text-align: center;
  align-self: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .displayed-qcm-exam__answer__number {
    margin-right: 40px;
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .displayed-qcm-exam__answer__number {
    margin-right: 20px;
    font-size: 1.2rem;
  }
}
.displayed-qcm-exam__answer__value {
  font-weight: bold;
}
.displayed-qcm-exam__remark-title {
  font-weight: bold;
  text-align: center;
  margin: 35px 0 25px 0;
  font-size: 1.3em;
}
@media (max-width: 991px) {
  .displayed-qcm-exam__remark-title {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .displayed-qcm-exam__remark-title {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .displayed-qcm-exam__remark-title {
    font-size: 1em;
  }
}
.displayed-qcm-exam__remark-title--green {
  color: green;
}
.displayed-qcm-exam__remark-title--red {
  color: rgb(215, 0, 0);
}

.selected-answer {
  border: 1px solid yellowgreen;
  background-color: rgb(244, 255, 244);
}

.overview-window {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.overview-image {
  max-width: min(780px, 95%);
  cursor: pointer;
}

.overview-closing-corner {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 150px solid transparent;
  border-top: 150px solid white;
  overflow: hidden;
}
@media (max-width: 575px) {
  .overview-closing-corner {
    border-right: 100px solid transparent;
    border-top: 100px solid white;
  }
}
.overview-closing-corner p {
  z-index: 6;
  font-size: 5em;
  font-weight: bold;
  position: fixed;
  left: 25px;
  top: 0;
}
@media (max-width: 575px) {
  .overview-closing-corner p {
    font-size: 3em;
    left: 20px;
  }
}

.certificate {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition-duration: 300ms;
}
.certificate.active {
  display: flex;
}
.certificate__background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
}
.certificate__modal {
  z-index: 1;
  background-color: white;
  padding: 40px 70px;
  border-radius: 20px;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.5);
  border: 2px solid #f48c06;
  cursor: default;
  position: relative;
}
@media (max-width: 575px) {
  .certificate__modal {
    padding: 40px 50px;
  }
}
@media (max-width: 410px) {
  .certificate__modal {
    width: 90%;
  }
}
.certificate__modal__cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  padding: 5px;
  margin: 20px;
  cursor: pointer;
}
.certificate__modal__cross__img {
  width: 100%;
}
.certificate__modal__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .certificate__modal__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .certificate__modal__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .certificate__modal__title {
    font-size: 1.5rem;
  }
}
.certificate__modal__title--first-word {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.certificate__modal__title--first-word::before {
  content: url("../images/ellipse-orange.png");
  position: absolute;
  transform: translate(-40%, -20%) scale(0.7);
  z-index: -1;
}
@media (max-width: 991px) {
  .certificate__modal__title--first-word::before {
    transform: translate(-40%, -22%) scale(0.65);
  }
}
@media (max-width: 767px) {
  .certificate__modal__title--first-word::before {
    transform: translate(-40%, -24%) scale(0.6);
  }
}
@media (max-width: 575px) {
  .certificate__modal__title--first-word::before {
    transform: translate(-40%, -26%) scale(0.55);
  }
}
.certificate__modal__title--orange {
  color: #e17200;
}
.certificate__modal__content__form {
  display: flex;
  flex-direction: column;
}
.certificate__modal__content__form__element {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.certificate__modal__content__form__element__label {
  margin-bottom: 10px;
  font-weight: 600;
  font-weight: bold;
}
.certificate__modal__content__form__element__input {
  color: rgb(36, 36, 36);
  padding: 8px 20px;
  border: 1px solid #e17200;
  width: 100%;
  border-radius: 22px;
}
.certificate__modal__content__form__element__input::placeholder {
  font-size: 0.9em;
  color: rgb(150, 150, 150);
}
.certificate__modal__content__form__buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.certificate__modal__content__form__buttons__button {
  text-align: center;
  padding: 2px;
  border-radius: 25px;
  background: #e17200;
  background: linear-gradient(90deg, rgb(247, 143, 35) 0%, rgb(232, 125, 15) 100%);
  border: none;
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
}
.certificate__modal__content__form__buttons__button:hover {
  transform: scale(1.05);
}
.certificate__modal__content__form__buttons__button__link {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .certificate__modal__content__form__buttons__button__link {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .certificate__modal__content__form__buttons__button__link {
    font-size: 0.9rem;
  }
}
.certificate__modal__content__notification {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .certificate__modal__content__notification {
    font-size: 1rem;
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  .certificate__modal__content__notification {
    font-size: 0.9rem;
    margin: 30px 0;
  }
}

.auth {
  display: flex;
  min-height: calc(100vh - 95px);
}
.auth__form {
  padding: 50px;
  width: 600px;
}
@media (max-width: 1399px) {
  .auth__form {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .auth__form {
    width: 450px;
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .auth__form {
    width: 400px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .auth__form {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .auth__form {
    padding: 30px 10px;
  }
}
.auth__form__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .auth__form__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .auth__form__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .auth__form__title {
    font-size: 1.6rem;
  }
}
.auth__form__duo {
  display: flex;
  gap: 15px;
}
.auth__form__duo div {
  flex: 1;
}
.auth__form__element {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.auth__form__element__label {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .auth__form__element__label {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__element__label {
    font-size: 0.9rem;
  }
}
.auth__form__element__input {
  padding: 8px 10px;
  width: 100%;
  border: 1px solid rgb(190, 190, 190);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .auth__form__element__input {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__element__input {
    font-size: 0.9rem;
  }
}
.auth__form__element__password {
  display: flex;
  align-items: center;
  position: relative;
}
.auth__form__element__password > input {
  padding-right: 30px;
}
.auth__form__element__toggle-password {
  position: absolute;
  width: 20px;
  right: 8px;
  cursor: pointer;
}
.auth__form__button {
  width: 100%;
  color: white;
  background-color: #f48c06;
  background: radial-gradient(70.71% 70.71% at 50% 50%, #f3ac50 0%, #f48741 70%);
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  padding: 15px;
  border: none;
  transition-duration: 200ms;
  margin: 60px auto 30px auto;
}
@media (max-width: 767px) {
  .auth__form__button {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__button {
    font-size: 0.9rem;
  }
}
.auth__form__button:hover {
  opacity: 0.9;
}
.auth__form__signup {
  text-align: center;
}
.auth__form__signup__link {
  font-weight: bold;
  color: #47191c;
}
@media (max-width: 767px) {
  .auth__form__signup__link {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__signup__link {
    font-size: 0.9rem;
  }
}
.auth__form__signin {
  text-align: center;
}
.auth__form__signin__link {
  font-weight: bold;
  color: #47191c;
}
@media (max-width: 767px) {
  .auth__form__signin__link {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__signin__link {
    font-size: 0.9rem;
  }
}
.auth__form__forgotten-password {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .auth__form__forgotten-password {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__forgotten-password {
    font-size: 0.9rem;
  }
}
.auth__form__group {
  border: none;
  margin: 30px 0;
}
.auth__form__group__title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #0055a4;
  margin: 35px 0 20px 0;
}
@media (max-width: 767px) {
  .auth__form__group__title {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .auth__form__group__title {
    font-size: 0.95rem;
  }
}
.auth__form__group__element {
  margin-bottom: 15px;
  margin-left: 10px;
  display: flex;
  align-items: flex-start;
}
.auth__form__group__element__input {
  cursor: pointer;
  display: none;
}
.auth__form__group__element__input:checked + label::before {
  background-color: #f48c06;
}
.auth__form__group__element__label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .auth__form__group__element__label {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__group__element__label {
    font-size: 0.9rem;
  }
}
.auth__form__group__element__label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #767676;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.auth__form__activation-data {
  margin-bottom: 40px;
}
.auth__form__activation-data__title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .auth__form__activation-data__title {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__activation-data__title {
    font-size: 0.9rem;
  }
}
.auth__form__activation-data__detail {
  transition-duration: 200ms;
}
@media (max-width: 767px) {
  .auth__form__activation-data__detail {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__activation-data__detail {
    font-size: 0.9rem;
  }
}
.auth__form__other-data__title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .auth__form__other-data__title {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__other-data__title {
    font-size: 0.9rem;
  }
}
.auth__form__other-data__inputs {
  display: flex;
  flex-direction: column;
}
.auth__form__other-data__inputs__input {
  padding: 8px 10px;
  width: 100%;
  border: 1px solid rgb(190, 190, 190);
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .auth__form__other-data__inputs__input {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__other-data__inputs__input {
    font-size: 0.9rem;
  }
}
.auth__form__other-data__info {
  font-size: 0.95rem;
  color: rgb(100, 100, 100);
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .auth__form__other-data__info {
    font-size: 0.9rem;
  }
}
.auth__form__other-data__info::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -2px;
  background-image: url("../images/buld.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}
.auth__form__obligatory {
  margin-top: 40px;
}
.auth__form__obligatory__title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .auth__form__obligatory__title {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .auth__form__obligatory__title {
    font-size: 0.9rem;
  }
}
.auth__form__obligatory__input {
  display: flex;
  align-items: start;
  gap: 10px;
}
.auth__form__obligatory__input__checkbox {
  margin-top: 3px;
  cursor: pointer;
  transform: scale(1.3);
}
.auth__form__obligatory__input__label {
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .auth__form__obligatory__input__label {
    font-size: 0.9rem;
  }
}
.auth__form__obligatory__input__label__link {
  color: #06c;
}
.auth__background {
  flex: 1;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(254, 0, 254, 0.2) 0%, rgba(244, 7, 245, 0.2) 0.01%, rgba(36, 3, 66, 0.2) 100%), #3a1e00;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100vw - 600px - 20px);
  height: 100%;
  padding: 0 100px;
}
@media (max-width: 1399px) {
  .auth__background {
    width: calc(100vw - 500px - 20px);
    padding: 0 75px;
  }
}
@media (max-width: 1199px) {
  .auth__background {
    width: calc(100vw - 450px - 20px);
    padding: 0 55px;
  }
}
@media (max-width: 991px) {
  .auth__background {
    width: calc(100vw - 400px - 20px);
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .auth__background {
    display: none;
  }
}
.auth__background__content {
  max-width: 740px;
}
.auth__background__content__title {
  font-size: 2.8rem;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 1399px) {
  .auth__background__content__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .auth__background__content__title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .auth__background__content__title {
    font-size: 1.6rem;
  }
}
.auth__background__content__sub-title {
  font-size: 3rem;
  font-weight: bold;
  color: #f48c06;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .auth__background__content__sub-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 1199px) {
  .auth__background__content__sub-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .auth__background__content__sub-title {
    font-size: 1.8rem;
  }
}
.auth__background__content__text {
  color: white;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-top: 1em;
}
@media (max-width: 1399px) {
  .auth__background__content__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .auth__background__content__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .auth__background__content__text {
    font-size: 1rem;
  }
}
.auth__background__content__text--orange {
  color: #f48c06;
}
.auth__background__corner {
  max-width: 350px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.auth__background__corner__img {
  width: 100%;
}

#error-container {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px;
}
#error-container > p {
  font-size: 0.95rem;
  color: red;
  font-weight: bold;
}

.home-webinaire {
  max-width: 1200px;
  margin: -50px auto;
  position: relative;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-webinaire {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .home-webinaire {
    margin-top: 30px;
  }
}
.home-webinaire__image {
  max-width: 225px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .home-webinaire__image {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .home-webinaire__image {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 175px;
  }
}
.home-webinaire__image__img {
  width: 100%;
}
.home-webinaire__content * {
  font-family: "Poppins";
}
.home-webinaire__content__text {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .home-webinaire__content__text {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .home-webinaire__content__text {
    text-align: left;
  }
}
.home-webinaire__content__buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.home-webinaire__content__buttons__button {
  text-align: center;
  padding: 2px;
  border-radius: 25px;
  background: rgb(251, 155, 32);
  background: linear-gradient(90deg, rgb(251, 155, 32) 0%, rgb(240, 142, 17) 100%);
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
}
.home-webinaire__content__buttons__button:hover {
  transform: scale(1.05);
}
.home-webinaire__content__buttons__button__link {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home-webinaire__content__buttons__button__link {
    font-size: 1rem;
  }
}

.home-partner {
  margin: 150px auto 200px auto;
}
@media (max-width: 1199px) {
  .home-partner {
    margin: 140px auto 180px auto;
  }
}
@media (max-width: 991px) {
  .home-partner {
    margin: 120px auto 160px auto;
  }
}
@media (max-width: 767px) {
  .home-partner {
    margin: 110px auto 140px auto;
  }
}
@media (max-width: 575px) {
  .home-partner {
    margin: 100px auto 120px auto;
  }
}
.home-partner * {
  font-family: "Poppins";
}
.home-partner__title {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 30px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home-partner__title {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .home-partner__title {
    font-size: 1.1rem;
    margin: 0 20px;
    margin-bottom: 30px;
  }
}
.home-partner__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-partner__list__item {
  max-width: 140px;
  margin: 20px 40px;
}
@media (max-width: 575px) {
  .home-partner__list__item {
    max-width: 100px;
    margin: 15px 20px;
  }
}
.home-partner__list__item__link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home-partner__list__item__link__img {
  max-height: 70px;
  max-width: 140px;
  width: auto;
  height: auto;
}
@media (max-width: 575px) {
  .home-partner__list__item__link__img {
    max-height: 60px;
    max-width: 100px;
  }
}
.home-partner__list__item__link__img--bigger {
  max-height: 90px;
}
@media (max-width: 575px) {
  .home-partner__list__item__link__img--bigger {
    max-height: 75px;
    max-width: 100px;
  }
}

.home-distributor {
  margin: 150px auto 200px auto;
}
@media (max-width: 1199px) {
  .home-distributor {
    margin: 140px auto 180px auto;
  }
}
@media (max-width: 991px) {
  .home-distributor {
    margin: 120px auto 160px auto;
  }
}
@media (max-width: 767px) {
  .home-distributor {
    margin: 110px auto 140px auto;
  }
}
@media (max-width: 575px) {
  .home-distributor {
    margin: 100px auto 120px auto;
  }
}
.home-distributor * {
  font-family: "Poppins";
}
.home-distributor__title {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 30px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #f48c06;
}
@media (max-width: 767px) {
  .home-distributor__title {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .home-distributor__title {
    font-size: 1.1rem;
    margin: 0 20px;
    margin-bottom: 30px;
  }
}
.home-distributor__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-distributor__list__item {
  margin: 20px 40px;
}
@media (max-width: 575px) {
  .home-distributor__list__item {
    margin: 15px 20px;
  }
}
.home-distributor__list__item__link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home-distributor__list__item__link__img {
  max-height: 80px;
  max-width: 240px;
  width: auto;
  height: auto;
}
@media (max-width: 575px) {
  .home-distributor__list__item__link__img {
    max-height: 60px;
    max-width: 180px;
  }
}

.home-license {
  max-width: 1500px;
  margin: 100px auto 200px auto;
  position: relative;
  padding: 50px 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-license {
    margin: 90px auto 180px auto;
  }
}
@media (max-width: 991px) {
  .home-license {
    margin: 70px auto 160px auto;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .home-license {
    margin: 60px auto 140px auto;
  }
}
@media (max-width: 575px) {
  .home-license {
    margin: 50px auto 120px auto;
  }
}
.home-license * {
  font-family: "Poppins";
}
.home-license__content {
  flex: 1;
  padding: 0 30px 0 120px;
}
@media (max-width: 1399px) {
  .home-license__content {
    padding: 0 20px 0 90px;
  }
}
@media (max-width: 1199px) {
  .home-license__content {
    padding: 0 20px 0 90px;
  }
}
@media (max-width: 991px) {
  .home-license__content {
    max-width: 750px;
    padding: 0;
    margin-bottom: 50px;
  }
}
.home-license__content__title {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1399px) {
  .home-license__content__title {
    font-size: 1.9rem;
  }
}
@media (max-width: 1199px) {
  .home-license__content__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .home-license__content__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .home-license__content__title {
    font-size: 1.5rem;
  }
}
.home-license__content__title--orange {
  color: #f48c06;
}
.home-license__content__description {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .home-license__content__description {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-license__content__description {
    font-size: 1rem;
  }
}
.home-license__content__description--bold {
  font-weight: bold;
}
.home-license__content__detail {
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .home-license__content__detail {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-license__content__detail {
    font-size: 1rem;
  }
}
.home-license__content__buttons {
  display: flex;
  justify-content: center;
}
.home-license__content__buttons__button {
  text-align: center;
  padding: 2px;
  border-radius: 27px;
  background: rgb(251, 155, 32);
  background: linear-gradient(90deg, rgb(251, 155, 32) 0%, rgb(240, 142, 17) 100%);
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
}
.home-license__content__buttons__button__link {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-license__content__buttons__button__link {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-license__content__buttons__button__link {
    font-size: 1rem;
  }
}
@media (max-width: 420px) {
  .home-license__content__buttons__button__link {
    font-size: 0.95rem;
  }
}
.home-license__image {
  flex: 1;
}
.home-license__image__img {
  width: 100%;
}

.home-choices {
  max-width: 1200px;
  margin: 100px auto 200px auto;
  position: relative;
  padding: 50px 20px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-choices {
    margin: 90px auto 180px auto;
  }
}
@media (max-width: 991px) {
  .home-choices {
    margin: 70px auto 160px auto;
  }
}
@media (max-width: 767px) {
  .home-choices {
    margin: 60px auto 140px auto;
  }
}
@media (max-width: 575px) {
  .home-choices {
    margin: 50px auto 120px auto;
  }
}
.home-choices * {
  font-family: "Poppins";
}
.home-choices__title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .home-choices__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .home-choices__title {
    font-size: 2.55rem;
  }
}
@media (max-width: 991px) {
  .home-choices__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 575px) {
  .home-choices__title {
    font-size: 2.05rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .home-choices__title {
    font-size: 1.8rem;
  }
}
.home-choices__title--orange {
  color: #f48c06;
}
.home-choices__list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 75px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .home-choices__list {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .home-choices__list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .home-choices__list {
    flex-direction: column;
  }
}
.home-choices__list__button {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px 0 rgba(39, 39, 39, 0.25);
  width: 275px;
  cursor: pointer;
  position: relative;
  border: 4px solid white;
}
@media (max-width: 991px) {
  .home-choices__list__button {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .home-choices__list__button {
    padding: 25px;
  }
}
.home-choices__list__button--yellow.active {
  border: 4px solid #e4bc0a;
}
.home-choices__list__button--green.active {
  border: 4px solid #40ab34;
}
.home-choices__list__button--blue.active {
  border: 4px solid #0055a4;
}
.home-choices__list__button__flag {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  margin: 2px;
}
.home-choices__list__button__flag__img {
  width: 100%;
}
.home-choices__list__button__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .home-choices__list__button__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .home-choices__list__button__title {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .home-choices__list__button__title {
    font-size: 1.2rem;
  }
}
.home-choices__list__button__title--smaller {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .home-choices__list__button__title--smaller {
    font-size: 1.05rem;
  }
}
@media (max-width: 575px) {
  .home-choices__list__button__title--smaller {
    font-size: 1rem;
  }
}
.home-choices__list__button__detail {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .home-choices__list__button__detail {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .home-choices__list__button__detail {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .home-choices__list__button__detail {
    font-size: 1.2rem;
  }
}
.home-choices__list__button__detail--yellow {
  color: #e4bc0a;
}
.home-choices__list__button__detail--green {
  color: #40ab34;
}
.home-choices__list__button__detail--blue {
  color: #0055a4;
}
.home-choices__sub-title {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1399px) {
  .home-choices__sub-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 1199px) {
  .home-choices__sub-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .home-choices__sub-title {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .home-choices__sub-title {
    font-size: 1.5rem;
  }
}
.home-choices__detail {
  display: none;
  max-width: 1000px;
  margin: auto;
  flex: 1;
  padding: 30px 50px;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.15);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-around;
  gap: 50px;
}
.home-choices__detail.active {
  display: flex;
}
@media (max-width: 575px) {
  .home-choices__detail {
    padding: 20px 15px;
    gap: 30px;
  }
}
.home-choices__detail--sticky {
  position: sticky;
  top: 150px;
}
.home-choices__detail__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1399px) {
  .home-choices__detail__title {
    font-size: 1.9rem;
  }
}
@media (max-width: 1199px) {
  .home-choices__detail__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .home-choices__detail__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .home-choices__detail__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .home-choices__detail__title {
    font-size: 1.5rem;
  }
}
.home-choices__detail__title--smaller {
  font-size: 0.8em;
}
.home-choices__detail__price {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1399px) {
  .home-choices__detail__price {
    font-size: 1.9rem;
  }
}
@media (max-width: 1199px) {
  .home-choices__detail__price {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .home-choices__detail__price {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .home-choices__detail__price {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .home-choices__detail__price {
    font-size: 1.5rem;
  }
}
.home-choices__detail__price--yellow {
  color: #e4bc0a;
}
.home-choices__detail__price--green {
  color: #40ab34;
}
.home-choices__detail__price--blue {
  color: #0055a4;
}
.home-choices__detail__description {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7em;
  font-weight: 500;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .home-choices__detail__description {
    font-size: 1.05rem;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .home-choices__detail__description {
    font-size: 1rem;
    padding: 0;
  }
}
.home-choices__detail__description--yellow {
  color: #e4bc0a;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .home-choices__detail__description--yellow {
    font-size: 1.35em;
  }
}
@media (max-width: 575px) {
  .home-choices__detail__description--yellow {
    font-size: 1.2em;
  }
}
.home-choices__detail__description--green {
  color: #40ab34;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .home-choices__detail__description--green {
    font-size: 1.35em;
  }
}
@media (max-width: 575px) {
  .home-choices__detail__description--green {
    font-size: 1.2em;
  }
}
.home-choices__detail__description--blue {
  color: #0055a4;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .home-choices__detail__description--blue {
    font-size: 1.35em;
  }
}
@media (max-width: 575px) {
  .home-choices__detail__description--blue {
    font-size: 1.2em;
  }
}
.home-choices__detail__content {
  display: flex;
}
@media (max-width: 767px) {
  .home-choices__detail__content {
    flex-wrap: wrap;
  }
}
.home-choices__detail__content__column {
  flex: 1;
}
@media (max-width: 767px) {
  .home-choices__detail__content__column {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .home-choices__detail__content__column:nth-child(3) {
    margin-top: 30px;
  }
}
.home-choices__detail__content__column__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .home-choices__detail__content__column__title {
    font-size: 0.95rem;
  }
}
.home-choices__detail__content__column__list--yellow > li::before {
  background-color: #e4bc0a;
}
.home-choices__detail__content__column__list--green > li::before {
  background-color: #40ab34;
}
.home-choices__detail__content__column__list--blue > li::before {
  background-color: #0055a4;
}
.home-choices__detail__content__column__list__item {
  margin: 0 10px 10px 5px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .home-choices__detail__content__column__list__item {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .home-choices__detail__content__column__list__item {
    font-size: 0.9rem;
    margin: 0 10px 8px 0;
  }
}
.home-choices__detail__content__column__list__item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.home-choices__detail__button {
  display: flex;
  justify-content: center;
}
.home-choices__detail__button--second {
  margin-top: 20px;
}
.home-choices__detail__button__link {
  display: inline-block;
  width: 90%;
  max-width: 300px;
  text-align: center;
  padding: 8px;
  color: white;
  font-weight: bold;
  border-radius: 25px;
}
.home-choices__detail__button__link--yellow {
  background-color: #e4bc0a;
}
.home-choices__detail__button__link--yellow--empty {
  border: 2px solid #e4bc0a;
  background-color: white;
  color: #e4bc0a;
}
.home-choices__detail__button__link--green {
  background-color: #40ab34;
}
.home-choices__detail__button__link--green--empty {
  border: 2px solid #40ab34;
  background-color: white;
  color: #40ab34;
}
.home-choices__detail__button__link--blue {
  background-color: #0055a4;
}
.home-choices__detail__button__link--blue--empty {
  border: 2px solid #0055a4;
  background-color: white;
  color: #0055a4;
}

.home-find-licence {
  max-width: 1200px;
  margin: 100px auto;
  position: relative;
  padding: 50px 20px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-find-licence {
    margin: 90px auto;
  }
}
@media (max-width: 991px) {
  .home-find-licence {
    margin: 70px auto;
  }
}
@media (max-width: 767px) {
  .home-find-licence {
    margin: 60px auto;
  }
}
@media (max-width: 575px) {
  .home-find-licence {
    margin: 50px auto;
  }
}
.home-find-licence * {
  font-family: "Poppins";
}
.home-find-licence__title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .home-find-licence__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .home-find-licence__title {
    font-size: 2.55rem;
  }
}
@media (max-width: 991px) {
  .home-find-licence__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 575px) {
  .home-find-licence__title {
    font-size: 2.05rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .home-find-licence__title {
    font-size: 1.8rem;
  }
}
.home-find-licence__title--orange {
  color: #f48c06;
}
.home-find-licence__title--yellow {
  color: #e4bc0a;
}
.home-find-licence__title--green {
  color: #40ab34;
}
.home-find-licence__title--blue {
  color: #0055a4;
}
.home-find-licence__title--smaller {
  font-size: 2.5rem;
}
.home-find-licence__description {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .home-find-licence__description {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-find-licence__description {
    font-size: 1.05rem;
  }
}
.home-find-licence__button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.home-find-licence__button__link {
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  background-color: #f48c06;
  box-shadow: 0px 3px 10px 0px rgba(39, 39, 39, 0.25);
}
@media (max-width: 767px) {
  .home-find-licence__button__link {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .home-find-licence__button__link {
    font-size: 0.9rem;
  }
}

.home-find-element {
  max-width: 1400px;
  margin: 100px auto;
  position: relative;
  padding: 50px 40px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .home-find-element {
    margin: 90px auto;
  }
}
@media (max-width: 991px) {
  .home-find-element {
    margin: 70px auto;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .home-find-element {
    margin: 60px auto;
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .home-find-element {
    margin: 50px auto;
  }
}
.home-find-element * {
  font-family: "Poppins";
}
.home-find-element--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .home-find-element--reverse {
    flex-direction: column;
  }
}
.home-find-element__content {
  flex: 0.9;
  padding: 0 60px 0 0;
}
@media (max-width: 991px) {
  .home-find-element__content {
    padding: 0;
    margin-bottom: 30px;
  }
}
.home-find-element__content--right {
  padding: 0 0 0 60px;
}
@media (max-width: 991px) {
  .home-find-element__content--right {
    padding: 0;
  }
}
.home-find-element__content__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .home-find-element__content__title {
    font-size: 2.6rem;
  }
}
@media (max-width: 1199px) {
  .home-find-element__content__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .home-find-element__content__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .home-find-element__content__title {
    font-size: 2.05rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .home-find-element__content__title {
    font-size: 1.8rem;
  }
}
.home-find-element__content__title--yellow {
  color: #e4bc0a;
}
.home-find-element__content__title--green {
  color: #40ab34;
}
.home-find-element__content__title--blue {
  color: #0055a4;
}
.home-find-element__content__title--orange {
  color: #f48c06;
}
.home-find-element__content__text {
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.7em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home-find-element__content__text {
    font-size: 1.05rem;
  }
}
@media (max-width: 575px) {
  .home-find-element__content__text {
    font-size: 1rem;
  }
}
.home-find-element__content__text--bigger {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .home-find-element__content__text--bigger {
    font-size: 1.35em;
  }
}
@media (max-width: 575px) {
  .home-find-element__content__text--bigger {
    font-size: 1.2em;
  }
}
.home-find-element__content__text--yellow {
  color: #e4bc0a;
}
.home-find-element__content__text--green {
  color: #40ab34;
}
.home-find-element__content__text--blue {
  color: #0055a4;
}
.home-find-element__content__text--orange {
  color: #f48c06;
}
.home-find-element__content__text--bold {
  font-weight: bold;
}
.home-find-element__content__title-3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3em;
  margin: 80px 0 30px 0;
}
.home-find-element__content__title-3--yellow {
  color: #e4bc0a;
}
.home-find-element__content__title-3--blue {
  color: #0055a4;
}
.home-find-element__content__title-4 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.home-find-element__content__cases {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.home-find-element__content__cases--4 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.home-find-element__content__cases--2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
.home-find-element__content__cases__case__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-find-element__content__cases__case__list--yellow > li::before {
  background-color: #e4bc0a;
}
.home-find-element__content__cases__case__list--green > li::before {
  background-color: #40ab34;
}
.home-find-element__content__cases__case__list--blue > li::before {
  background-color: #0055a4;
}
.home-find-element__content__cases__case__list__item {
  margin: 0 10px 10px 5px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .home-find-element__content__cases__case__list__item {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .home-find-element__content__cases__case__list__item {
    font-size: 0.9rem;
    margin: 0 10px 8px 0;
  }
}
.home-find-element__content__cases__case__list__item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.home-find-element__content__column {
  margin-bottom: 20px;
}
.home-find-element__content__column__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-find-element__content__column__list--yellow > li::before {
  background-color: #e4bc0a;
}
.home-find-element__content__column__list--green > li::before {
  background-color: #40ab34;
}
.home-find-element__content__column__list--blue > li::before {
  background-color: #0055a4;
}
.home-find-element__content__column__list--orange > li::before {
  background-color: #f48c06;
}
.home-find-element__content__column__list__item {
  margin: 0 10px 10px 5px;
}
.home-find-element__content__column__list__item--bold {
  font-weight: bold;
}
.home-find-element__content__column__list__item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.home-find-element__aside {
  flex: 1;
  padding: 30px;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.15);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 50px;
}
@media (max-width: 575px) {
  .home-find-element__aside {
    padding: 20px 15px;
    gap: 30px;
  }
}
.home-find-element__aside--sticky {
  position: sticky;
  top: 150px;
}
.home-find-element__aside__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1399px) {
  .home-find-element__aside__title {
    font-size: 1.9rem;
  }
}
@media (max-width: 1199px) {
  .home-find-element__aside__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .home-find-element__aside__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .home-find-element__aside__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .home-find-element__aside__title {
    font-size: 1.5rem;
  }
}
.home-find-element__aside__title--smaller {
  font-size: 0.8em;
}
.home-find-element__aside__price {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1399px) {
  .home-find-element__aside__price {
    font-size: 1.9rem;
  }
}
@media (max-width: 1199px) {
  .home-find-element__aside__price {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .home-find-element__aside__price {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .home-find-element__aside__price {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .home-find-element__aside__price {
    font-size: 1.5rem;
  }
}
.home-find-element__aside__price--yellow {
  color: #e4bc0a;
}
.home-find-element__aside__price--green {
  color: #40ab34;
}
.home-find-element__aside__price--blue {
  color: #0055a4;
}
.home-find-element__aside__price--orange {
  color: #f48c06;
}
.home-find-element__aside__content {
  display: flex;
}
.home-find-element__aside__content__column {
  flex: 1;
}
.home-find-element__aside__content__column__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .home-find-element__aside__content__column__title {
    font-size: 0.95rem;
  }
}
.home-find-element__aside__content__column__list--yellow > li::before {
  background-color: #e4bc0a;
}
.home-find-element__aside__content__column__list--green > li::before {
  background-color: #40ab34;
}
.home-find-element__aside__content__column__list--blue > li::before {
  background-color: #0055a4;
}
.home-find-element__aside__content__column__list--orange > li::before {
  background-color: #f48c06;
}
.home-find-element__aside__content__column__list__item {
  margin: 0 10px 10px 5px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .home-find-element__aside__content__column__list__item {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .home-find-element__aside__content__column__list__item {
    font-size: 0.9rem;
    margin: 0 10px 8px 0;
  }
}
.home-find-element__aside__content__column__list__item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.home-find-element__aside__button {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.home-find-element__aside__button__link {
  display: inline-block;
  width: 90%;
  max-width: 300px;
  text-align: center;
  padding: 8px;
  color: white;
  font-weight: bold;
  border-radius: 25px;
}
.home-find-element__aside__button__link--yellow {
  background-color: #e4bc0a;
}
.home-find-element__aside__button__link--green {
  background-color: #40ab34;
}
.home-find-element__aside__button__link--blue {
  background-color: #0055a4;
}
.home-find-element__aside__button__link--orange {
  background-color: #f48c06;
}

.exam-section {
  margin: 70px 0;
}

.manex-section {
  margin: 50px 0;
}

.partner-details {
  max-width: 1200px;
  margin: 100px auto 200px auto;
  padding: 50px 20px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .partner-details {
    margin: 90px auto 180px auto;
  }
}
@media (max-width: 991px) {
  .partner-details {
    margin: 70px auto 160px auto;
  }
}
@media (max-width: 767px) {
  .partner-details {
    margin: 60px auto 140px auto;
  }
}
@media (max-width: 575px) {
  .partner-details {
    margin: 50px auto 120px auto;
  }
}
.partner-details * {
  font-family: "Poppins";
}
.partner-details__element {
  display: flex;
  gap: 120px;
  margin: 125px 0;
  align-items: start;
}
@media (max-width: 1399px) {
  .partner-details__element {
    gap: 100px;
  }
}
@media (max-width: 1199px) {
  .partner-details__element {
    gap: 90px;
  }
}
@media (max-width: 991px) {
  .partner-details__element {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
  }
}
.partner-details__element__aside {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.15);
  min-width: 420px;
  min-height: 275px;
}
@media (max-width: 500px) {
  .partner-details__element__aside {
    min-width: 0;
    width: 100%;
  }
}
.partner-details__element__aside__image {
  max-width: 175px;
  margin-bottom: 20px;
}
.partner-details__element__aside__image__img {
  width: 100%;
}
.partner-details__element__aside__offer {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .partner-details__element__aside__offer {
    font-size: 1.7rem;
  }
}
@media (max-width: 1199px) {
  .partner-details__element__aside__offer {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .partner-details__element__aside__offer {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .partner-details__element__aside__offer {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .partner-details__element__aside__offer {
    font-size: 1.3rem;
  }
}
.partner-details__element__aside__offer--orange {
  color: #f48c06;
}
.partner-details__element__aside__button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.partner-details__element__aside__button__link {
  display: inline-block;
  width: 60%;
  max-width: 200px;
  text-align: center;
  padding: 8px;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  background-color: #f48c06;
  box-shadow: 0px 3px 10px 0px rgba(39, 39, 39, 0.25);
}
@media (max-width: 767px) {
  .partner-details__element__aside__button__link {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .partner-details__element__aside__button__link {
    font-size: 0.9rem;
  }
}
.partner-details__element__content__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .partner-details__element__content__title {
    font-size: 2.65rem;
  }
}
@media (max-width: 1199px) {
  .partner-details__element__content__title {
    font-size: 2.55rem;
  }
}
@media (max-width: 991px) {
  .partner-details__element__content__title {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .partner-details__element__content__title {
    font-size: 2.05rem;
  }
}
.partner-details__element__content__title--orange {
  color: #f48c06;
}
.partner-details__element__content__description {
  font-weight: 500;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .partner-details__element__content__description {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .partner-details__element__content__description {
    font-size: 1.05rem;
  }
}

.home-prices {
  max-width: 1500px;
  margin: 100px auto;
  position: relative;
  padding: 50px 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 60px 90px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .home-prices {
    margin: 90px auto;
  }
}
@media (max-width: 991px) {
  .home-prices {
    margin: 70px auto;
  }
}
@media (max-width: 767px) {
  .home-prices {
    margin: 60px auto;
  }
}
@media (max-width: 575px) {
  .home-prices {
    margin: 50px auto;
  }
}
.home-prices * {
  font-family: "Poppins";
}
.home-prices__element {
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.15);
  border-radius: 15px;
  padding: 35px 30px;
  width: 325px;
}
.home-prices__element__title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}
@media (max-width: 1199px) {
  .home-prices__element__title {
    font-size: 1.05rem;
  }
}
@media (max-width: 767px) {
  .home-prices__element__title {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .home-prices__element__title {
    font-size: 0.95rem;
  }
}
.home-prices__element__title--smaller {
  font-size: 1.3em;
}
.home-prices__element__exam {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .home-prices__element__exam {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .home-prices__element__exam {
    font-size: 1.2rem;
  }
}
.home-prices__element__exam--yellow {
  color: #e4bc0a;
}
.home-prices__element__exam--green {
  color: #40ab34;
}
.home-prices__element__exam--blue {
  color: #0055a4;
}
.home-prices__element__price {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home-prices__element__price {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .home-prices__element__price {
    font-size: 1.2rem;
  }
}
.home-prices__element__price--yellow {
  color: #e4bc0a;
}
.home-prices__element__price--green {
  color: #40ab34;
}
.home-prices__element__price--blue {
  color: #0055a4;
}
.home-prices__element__list {
  margin-bottom: 40px;
}
.home-prices__element__list--yellow > li::before {
  background-color: #e4bc0a;
}
.home-prices__element__list--green > li::before {
  background-color: #40ab34;
}
.home-prices__element__list--blue > li::before {
  background-color: #0055a4;
}
.home-prices__element__list__item {
  margin: 0 10px 10px 5px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .home-prices__element__list__item {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .home-prices__element__list__item {
    font-size: 0.9rem;
    margin: 0 10px 8px 0;
  }
}
.home-prices__element__list__item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.home-prices__element__button {
  display: flex;
  justify-content: center;
}
.home-prices__element__button__link {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 8px;
  color: white;
  font-weight: 500;
  border-radius: 25px;
}
.home-prices__element__button__link--yellow {
  background-color: #e4bc0a;
}
.home-prices__element__button__link--green {
  background-color: #40ab34;
}
.home-prices__element__button__link--blue {
  background-color: #0055a4;
}

.home-leads {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.home-leads__button {
  text-align: center;
  padding: 2px;
  border-radius: 50px;
  background: rgb(251, 155, 32);
  background: linear-gradient(90deg, rgb(251, 155, 32) 0%, rgb(240, 142, 17) 100%);
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
}
.home-leads__button:hover {
  transform: scale(1.05);
}
.home-leads__button__link {
  font-family: "Poppins";
  border-radius: 48px;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-leads__button__link {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-leads__button__link {
    font-size: 1rem;
  }
}
@media (max-width: 420px) {
  .home-leads__button__link {
    font-size: 0.95rem;
  }
}

.home-pack {
  max-width: 1250px;
  margin: 100px auto;
  padding: 50px 20px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-pack {
    margin: 90px auto 180px auto;
  }
}
@media (max-width: 991px) {
  .home-pack {
    margin: 70px auto 160px auto;
  }
}
@media (max-width: 767px) {
  .home-pack {
    margin: 60px auto 140px auto;
  }
}
@media (max-width: 575px) {
  .home-pack {
    margin: 50px auto 120px auto;
  }
}
.home-pack * {
  font-family: "Poppins";
}
.home-pack__title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .home-pack__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .home-pack__title {
    font-size: 2.55rem;
  }
}
@media (max-width: 991px) {
  .home-pack__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 575px) {
  .home-pack__title {
    font-size: 2.05rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .home-pack__title {
    font-size: 1.8rem;
  }
}
.home-pack__title--orange {
  color: #f48c06;
}
.home-pack__title--yellow {
  color: #e4bc0a;
}
.home-pack__title--green {
  color: #40ab34;
}
.home-pack__title--blue {
  color: #0055a4;
}
.home-pack__description {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .home-pack__description {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-pack__description {
    font-size: 1.05rem;
  }
}
.home-pack__description__detail {
  font-weight: bold;
  color: #f48c06;
}
.home-pack__detail {
  display: grid;
  grid-template-columns: 0.85fr 0.1fr 0.85fr 0.1fr 0.85fr 0.1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 991px) {
  .home-pack__detail {
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.85fr 0.1fr 0.85fr 0.1fr 0.85fr 0.1fr 1fr;
    grid-row-gap: 20px;
  }
}
.home-pack__detail__item {
  justify-self: center;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px 0 rgba(39, 39, 39, 0.25);
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .home-pack__detail__item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .home-pack__detail__item {
    padding: 25px;
  }
}
.home-pack__detail__item__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 991px) {
  .home-pack__detail__item__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .home-pack__detail__item__title {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .home-pack__detail__item__title {
    font-size: 1.2rem;
  }
}
.home-pack__detail__item__title--smaller {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .home-pack__detail__item__title--smaller {
    font-size: 1.05rem;
  }
}
@media (max-width: 575px) {
  .home-pack__detail__item__title--smaller {
    font-size: 1rem;
  }
}
.home-pack__detail__item__price {
  font-size: 2rem;
  font-weight: bold;
  color: #f48c06;
  position: relative;
  margin-top: 5px;
}
.home-pack__detail__item__price--yellow {
  color: #e4bc0a;
}
.home-pack__detail__item__price--green {
  color: #40ab34;
}
.home-pack__detail__item__price--blue {
  color: #0055a4;
}
.home-pack__detail__item__price--crossed::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 0;
  top: 50%;
  height: 3px;
  width: 80%;
  background: black;
  transform: rotate(-15deg);
}
.home-pack__detail__item__button {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.home-pack__detail__item__button__link {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 8px 10px;
  color: white;
  font-weight: 500;
  border-radius: 25px;
  background-color: #f48c06;
}
.home-pack__detail__sign {
  justify-self: center;
  align-self: center;
}

.unsubscribe {
  margin: 100px auto;
  max-width: 1000px;
  padding: 0 15px;
}
.unsubscribe__message {
  text-align: center;
}
.unsubscribe__form {
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  max-width: 200px;
}
.unsubscribe__form__input {
  margin: 5px 0 10px 0;
}
.unsubscribe__form__button {
  align-self: center;
  padding: 0 5px;
}

.user-purchase {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition-duration: 300ms;
}
.user-purchase.active {
  display: flex;
}
.user-purchase__background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
}
.user-purchase__modal {
  z-index: 1;
  background-color: white;
  padding: 40px 70px;
  border-radius: 10px;
  box-shadow: 0px 1px 20px 5px rgba(39, 39, 39, 0.5);
  border: 2px solid #f48c06;
  cursor: default;
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}
.user-purchase__modal::-webkit-scrollbar {
  width: 6px;
}
.user-purchase__modal::-webkit-scrollbar-track {
  background-color: #ffe09f;
  border-radius: 10px;
}
.user-purchase__modal::-webkit-scrollbar-thumb {
  background: #f48c06;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .user-purchase__modal {
    padding: 40px 50px;
  }
}
@media (max-width: 410px) {
  .user-purchase__modal {
    width: 90%;
  }
}
.user-purchase__modal__cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  padding: 5px;
  margin: 20px;
  cursor: pointer;
}
.user-purchase__modal__cross__img {
  width: 100%;
}
.user-purchase__modal__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .user-purchase__modal__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .user-purchase__modal__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .user-purchase__modal__title {
    font-size: 1.5rem;
  }
}
.user-purchase__modal__title--first-word {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.user-purchase__modal__title--first-word::before {
  content: url("../images/ellipse-orange.png");
  position: absolute;
  transform: translate(-40%, -20%) scale(0.7);
  z-index: -1;
}
@media (max-width: 991px) {
  .user-purchase__modal__title--first-word::before {
    transform: translate(-40%, -22%) scale(0.65);
  }
}
@media (max-width: 767px) {
  .user-purchase__modal__title--first-word::before {
    transform: translate(-40%, -24%) scale(0.6);
  }
}
@media (max-width: 575px) {
  .user-purchase__modal__title--first-word::before {
    transform: translate(-40%, -26%) scale(0.55);
  }
}
.user-purchase__modal__title--orange {
  color: #f48c06;
}
.user-purchase__modal__sub-title {
  font-size: 1.4rem;
  margin: 20px 0;
  font-weight: bold;
}
.user-purchase__modal__description {
  display: inline-block;
  max-width: 400px;
  margin-bottom: 15px;
  line-height: 1.5rem;
}
.user-purchase__modal__description--orange {
  font-weight: bold;
  color: #e17200;
}
.user-purchase__modal__buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.user-purchase__modal__buttons__button {
  text-align: center;
  padding: 2px;
  border-radius: 25px;
  background: #e17200;
  background: linear-gradient(90deg, rgb(247, 143, 35) 0%, rgb(232, 125, 15) 100%);
  border: none;
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
}
.user-purchase__modal__buttons__button:hover {
  transform: scale(1.05);
}
.user-purchase__modal__buttons__button__link {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .user-purchase__modal__buttons__button__link {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .user-purchase__modal__buttons__button__link {
    font-size: 0.9rem;
  }
}

.user-purchase-exam {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition-duration: 300ms;
}
.user-purchase-exam.active {
  display: flex;
}

.user-stats {
  padding: 50px 40px;
}
.user-stats__title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.user-stats__title--not-first {
  margin-top: 100px;
}
.user-stats__form {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 50px auto;
}
.user-stats__form__label {
  margin-bottom: 15px;
}
.user-stats__form__actions {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.user-stats__form__actions__input {
  text-align: center;
  width: 100px;
}
.user-stats__form__actions__button {
  width: 100px;
}

.chart-container--partner {
  max-width: 1200px;
  margin: auto;
}

.home-manex {
  max-width: 1200px;
  margin: 100px auto 200px auto;
  position: relative;
  padding: 50px 20px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-manex {
    margin: 90px auto 180px auto;
  }
}
@media (max-width: 991px) {
  .home-manex {
    margin: 70px auto 160px auto;
  }
}
@media (max-width: 767px) {
  .home-manex {
    margin: 60px auto 140px auto;
  }
}
@media (max-width: 575px) {
  .home-manex {
    margin: 50px auto 120px auto;
  }
}
.home-manex * {
  font-family: "Poppins";
}
.home-manex__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .home-manex__list {
    display: block;
    padding: 0 20px;
  }
}
.home-manex__list__item {
  display: flex;
}
@media (max-width: 991px) {
  .home-manex__list__item {
    margin-bottom: 30px;
  }
}
.home-manex__list__item__image {
  padding: 5px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .home-manex__list__item__image {
    max-width: 40px;
    margin-right: 30px;
  }
}
.home-manex__list__item__image__img {
  max-width: 100%;
}
.home-manex__list__item__content__title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .home-manex__list__item__content__title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .home-manex__list__item__content__title {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .home-manex__list__item__content__title {
    font-size: 1rem;
  }
}
.home-manex__list__item__content__descritpion {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .home-manex__list__item__content__descritpion {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .home-manex__list__item__content__descritpion {
    font-size: 0.85rem;
  }
}
.home-manex__buttons {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.home-manex__buttons__button {
  text-align: center;
  padding: 2px;
  border-radius: 25px;
  background: #233dff;
  transition-duration: 300ms;
  box-shadow: 0 3px 10px 0 rgba(39, 39, 39, 0.25);
  cursor: pointer;
}
.home-manex__buttons__button:hover {
  transform: scale(1.05);
}
.home-manex__buttons__button__link {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: inline-block;
  background-color: white;
  color: #233dff;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home-manex__buttons__button__link {
    font-size: 1.15rem;
  }
}
@media (max-width: 575px) {
  .home-manex__buttons__button__link {
    font-size: 1rem;
  }
}

.signup-auth {
  display: flex;
  min-height: calc(100vh - 95px);
}
.signup-auth__form {
  padding: 10px 30px;
  width: 1000px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .signup-auth__form {
    width: 900px;
  }
}
@media (max-width: 1199px) {
  .signup-auth__form {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .signup-auth__form {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .signup-auth__form {
    padding: 10px 10px;
  }
}
.signup-auth__form__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.signup-auth__form__divider {
  margin: 20px 0;
  border: none;
  border-top: 2px solid #e5e7eb;
}
.signup-auth__form__sub-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.signup-auth__form__description {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.signup-auth__form__duo {
  display: flex;
  gap: 15px;
}
.signup-auth__form__duo div {
  flex: 1;
}
@media (max-width: 575px) {
  .signup-auth__form__duo {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .signup-auth__form__duo--submit {
    flex-direction: column;
  }
}
.signup-auth__form__element {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .signup-auth__form__element {
    margin-bottom: 10px;
  }
}
.signup-auth__form__element__label {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .signup-auth__form__element__label {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .signup-auth__form__element__label {
    font-size: 0.9rem;
  }
}
.signup-auth__form__element__input {
  padding: 8px 10px;
  width: 100%;
  border: 1px solid rgb(190, 190, 190);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .signup-auth__form__element__input {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .signup-auth__form__element__input {
    font-size: 0.9rem;
  }
}
.signup-auth__form__element__password {
  display: flex;
  align-items: center;
  position: relative;
}
.signup-auth__form__element__password > input {
  padding-right: 30px;
}
.signup-auth__form__element__toggle-password {
  position: absolute;
  width: 20px;
  right: 8px;
  cursor: pointer;
}
.signup-auth__form__use-code {
  margin-bottom: 30px;
}
.signup-auth__form__use-code__checkbox {
  margin-right: 10px;
  cursor: pointer;
}
.signup-auth__form__use-code__label {
  font-size: 1rem;
  cursor: pointer;
}
.signup-auth__form__formulas__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.signup-auth__form__formulas__title--orange {
  color: #f48c06;
}
.signup-auth__form__formulas__fields {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.signup-auth__form__formulas__fields__field {
  margin: 10px;
  padding: 2px;
  border: 2px solid white;
  border-radius: 10px;
  cursor: pointer;
}
.signup-auth__form__formulas__fields__field:hover {
  border-color: rgb(93, 185, 93);
}
.signup-auth__form__formulas__fields__field.selected {
  border-color: green;
}
.signup-auth__form__formulas__fields__field.selected:hover {
  border-color: green;
}
.signup-auth__form__formulas__fields__field img {
  margin-bottom: -4px;
  max-width: 48px;
  max-height: 48px;
}
.signup-auth__form__formulas__formula {
  justify-content: space-between;
  margin-bottom: 20px;
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  padding: 15px;
  display: none;
}
@media (max-width: 991px) {
  .signup-auth__form__formulas__formula {
    flex-direction: column;
    align-items: center;
  }
}
.signup-auth__form__formulas__formula.selected {
  display: flex;
}
.signup-auth__form__formulas__formula--pack {
  flex-direction: column;
}
.signup-auth__form__formulas__formula__content {
  width: 60%;
  display: flex;
}
@media (max-width: 991px) {
  .signup-auth__form__formulas__formula__content {
    width: 100%;
  }
}
.signup-auth__form__formulas__formula__content--pack {
  width: 100%;
}
.signup-auth__form__formulas__formula__content__icon {
  margin-right: 15px;
}
.signup-auth__form__formulas__formula__content__text__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.signup-auth__form__formulas__formula__content__text__description {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.signup-auth__form__formulas__formula__content__text__promo {
  font-size: 0.9rem;
  border-left: 2px solid;
  padding-left: 10px;
  margin-bottom: 10px;
}
.signup-auth__form__formulas__formula__content__text__promo--green {
  border-color: #40ab34;
}
.signup-auth__form__formulas__formula__content__text__promo--green span {
  font-weight: bold;
  color: #40ab34;
}
.signup-auth__form__formulas__formula__content__text__promo--orange {
  border-color: #deb400;
}
.signup-auth__form__formulas__formula__content__text__promo--orange span {
  font-weight: bold;
  color: #deb400;
}
.signup-auth__form__formulas__formula__content__text__promo--home-orange {
  border-color: #f48c06;
}
.signup-auth__form__formulas__formula__content__text__promo--home-orange span {
  font-weight: bold;
  color: #f48c06;
}
.signup-auth__form__formulas__formula__content__text__detail {
  font-weight: bold;
  color: #6b7280;
}
.signup-auth__form__formulas__formula__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .signup-auth__form__formulas__formula__buttons {
    margin-left: 0;
    margin-top: 20px;
  }
}
.signup-auth__form__formulas__formula__buttons__button {
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #6b7280;
  border-radius: 6px;
  padding: 7px 10px;
  width: 300px;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .signup-auth__form__formulas__formula__buttons__button {
    font-size: 0.8rem;
    width: 250px;
  }
}
.signup-auth__form__formulas__formula__buttons__button--green.selected {
  background-color: #40AB34;
  border: 1px solid #40AB34;
}
.signup-auth__form__formulas__formula__buttons__button--green.selected * {
  color: white;
}
.signup-auth__form__formulas__formula__buttons__button--green.selected .signup-auth__form__formulas__formula__buttons__button__data__radio {
  border-color: white;
}
.signup-auth__form__formulas__formula__buttons__button--orange.selected {
  background-color: #DEB400;
  border: 1px solid #DEB400;
}
.signup-auth__form__formulas__formula__buttons__button--orange.selected * {
  color: white;
}
.signup-auth__form__formulas__formula__buttons__button--orange.selected .signup-auth__form__formulas__formula__buttons__button__data__radio {
  border-color: white;
}
.signup-auth__form__formulas__formula__buttons__button--oreen.selected {
  background-color: #f48c06;
  border: 1px solid #f48c06;
}
.signup-auth__form__formulas__formula__buttons__button--oreen.selected * {
  color: white;
}
.signup-auth__form__formulas__formula__buttons__button--oreen.selected .signup-auth__form__formulas__formula__buttons__button__data__radio {
  border-color: white;
}
.signup-auth__form__formulas__formula__buttons__button--blue.selected {
  background-color: #0055a4;
  border: 1px solid #0055a4;
}
.signup-auth__form__formulas__formula__buttons__button--blue.selected * {
  color: white;
}
.signup-auth__form__formulas__formula__buttons__button--blue.selected .signup-auth__form__formulas__formula__buttons__button__data__radio {
  border-color: white;
}
.signup-auth__form__formulas__formula__buttons__button__data {
  display: flex;
  align-items: center;
}
.signup-auth__form__formulas__formula__buttons__button__data__radio {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6b7280;
  border-radius: 50%;
  margin-left: 10px;
}
.signup-auth__form__formulas__formula__buttons__button__data__radio__content {
  color: white;
  font-weight: normal;
}
.signup-auth__form__formulas__formula__pack-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .signup-auth__form__formulas__formula__pack-buttons {
    flex-direction: column;
  }
}
.signup-auth__form__formulas__formula__pack-buttons__field {
  flex: 1;
  max-width: 170px;
  margin: 0 40px;
}
@media (max-width: 575px) {
  .signup-auth__form__formulas__formula__pack-buttons__field {
    display: flex;
    margin: 40px 0;
    max-width: inherit;
  }
}
.signup-auth__form__formulas__formula__pack-buttons__field__button {
  border: 1px solid #6b7280;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 7px 28px 7px 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9rem;
  position: relative;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .signup-auth__form__formulas__formula__pack-buttons__field__button {
    min-width: 120px;
    margin: 0 5px;
  }
}
.signup-auth__form__formulas__formula__pack-buttons__field__button.disabled {
  opacity: 0.5;
  cursor: default;
}
.signup-auth__form__formulas__formula__pack-buttons__field__button--oreen.selected {
  background-color: #f48c06;
  border: 1px solid #f48c06;
}
.signup-auth__form__formulas__formula__pack-buttons__field__button--oreen.selected * {
  color: white;
}
.signup-auth__form__formulas__formula__pack-buttons__field__button--oreen.selected .signup-auth__form__formulas__formula__pack-buttons__field__button__data__radio {
  border-color: white;
}
.signup-auth__form__formulas__formula__pack-buttons__field__button__data {
  margin-top: 5px;
}
.signup-auth__form__formulas__formula__pack-buttons__field__button__data__price {
  text-align: center;
}
.signup-auth__form__formulas__formula__pack-buttons__field__button__data__radio {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6b7280;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 4px;
  right: 4px;
}
.signup-auth__form__formulas__formula__pack-buttons__field__button__data__radio__content {
  color: white !important;
  font-weight: normal;
}
.signup-auth__form__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .signup-auth__form__price {
    flex-direction: column-reverse;
  }
}
.signup-auth__form__price__cart {
  width: 40%;
}
@media (max-width: 575px) {
  .signup-auth__form__price__cart {
    width: 100%;
    max-width: 280px;
  }
}
.signup-auth__form__price__cart__line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .signup-auth__form__price__cart__line {
    font-size: 0.9rem;
  }
}
.signup-auth__form__price__cart__line--total {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .signup-auth__form__price__cart__line--total {
    font-size: 1rem;
  }
}
.signup-auth__form__price__promo {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .signup-auth__form__price__promo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.signup-auth__form__price__promo__value {
  margin-right: 25px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #f48c06;
}
@media (max-width: 767px) {
  .signup-auth__form__price__promo__value {
    font-size: 1rem;
  }
}
.signup-auth__form__price__promo__value span {
  color: #f48c06;
}
.signup-auth__form__price__promo__text {
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .signup-auth__form__price__promo__text {
    font-size: 0.8rem;
  }
}
.signup-auth__form__form {
  margin-top: 40px;
}
.signup-auth__form__form__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.signup-auth__form__form__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.signup-auth__form__form__buttons__button {
  width: 100%;
  background: linear-gradient(to right, #f78c42, #fa9819); /* Dégradé orange */
  border: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase; /* Mettre le texte en majuscule */
  padding: 12px 30px;
  border-radius: 10px; /* Coins arrondis */
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Légère ombre */
  max-width: 500px;
}
@media (max-width: 991px) {
  .signup-auth__form__form__buttons__button {
    margin-top: 15px;
  }
}
.signup-auth__form__form__buttons__button:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Augmenter l'ombre au survol */
}
.signup-auth__form__form__buttons__button:active {
  transform: scale(0.98); /* Léger effet de pression */
}
.signup-auth__form__other-data__info {
  text-align: center;
  font-style: italic;
}
.signup-auth__background {
  flex: 1;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(254, 0, 254, 0.2) 0%, rgba(244, 7, 245, 0.2) 0.01%, rgba(36, 3, 66, 0.2) 100%), #3a1e00;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100vw - 1000px - 20px);
  height: 100%;
  padding: 0 50px;
}
@media (max-width: 1500px) {
  .signup-auth__background {
    padding: 0 25px;
  }
}
@media (max-width: 1399px) {
  .signup-auth__background {
    width: calc(100vw - 900px - 20px);
  }
}
@media (max-width: 1199px) {
  .signup-auth__background {
    display: none;
  }
}
.signup-auth__background__content {
  max-width: 740px;
}
.signup-auth__background__content__title {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 1500px) {
  .signup-auth__background__content__title {
    font-size: 1.8em;
  }
}
@media (max-width: 1399px) {
  .signup-auth__background__content__title {
    font-size: 1.6em;
  }
}
.signup-auth__background__content__sub-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f48c06;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .signup-auth__background__content__sub-title {
    font-size: 2.1em;
  }
}
@media (max-width: 1399px) {
  .signup-auth__background__content__sub-title {
    font-size: 1.8em;
  }
}
.signup-auth__background__content__text {
  color: white;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 1em;
}
@media (max-width: 1500px) {
  .signup-auth__background__content__text {
    font-size: 1.05em;
  }
}
@media (max-width: 1399px) {
  .signup-auth__background__content__text {
    font-size: 0.9em;
  }
}
.signup-auth__background__content__text--orange {
  color: #f48c06;
}
.signup-auth__background__corner {
  max-width: 350px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.signup-auth__background__corner__img {
  width: 100%;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  width: 500px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 1399px) {
  .checkbox-container {
    font-size: 0.9em;
  }
}
@media (max-width: 575px) {
  .checkbox-container {
    width: 100%;
  }
}

/* Style natif de la checkbox */
.checkbox-container input[type=checkbox] {
  appearance: none; /* Cache le style par défaut */
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}

/* Ajout d’un check personnalisé */
.checkbox-container input[type=checkbox]::after {
  content: "✔";
  font-size: 14px;
  color: white;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Quand la checkbox est cochée */
.checkbox-container input[type=checkbox]:checked {
  background-color: #4caf50;
  border-color: #4caf50;
}

/* ✅ Appliquer le fond vert clair UNIQUEMENT quand la checkbox est cochée */
.checkbox-container input[type=checkbox]:checked ~ p,
.checkbox-container input[type=checkbox]:checked ~ a,
.checkbox-container input[type=checkbox]:checked ~ .checkbox-container {
  background-color: #e6f7e6 !important; /* 🌿 Vert clair */
}

/* ✅ Alternative avec `:has()` pour les navigateurs modernes */
.checkbox-container:has(input[type=checkbox]:checked) {
  background-color: #e6f7e6 !important; /* 🌿 Vert clair */
}

.checkbox-container input[type=checkbox]:checked::after {
  display: block;
}

/* Style du texte */
.checkbox-container p {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.checkbox-container a {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}

.checkbox-container a:hover {
  text-decoration: underline;
}

.custom-tooltip {
  position: absolute;
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #facc15;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.handicap {
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
  line-height: 1.6em;
}
.handicap__section {
  margin-top: 30px;
}
.handicap__section__title {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.handicap__section__text {
  margin-top: 10px;
}

.connection-form-background {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 99px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/connection-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.connection-form-background--light {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/connection-background.jpg");
}
@media (max-width: 767px) {
  .connection-form-background {
    min-height: calc(100vh - 83px);
  }
}

.institute-connection-form-background {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 99px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/institute-connection-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.institute-connection-form-background--light {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/institute-connection-background.jpg");
}
@media (max-width: 767px) {
  .institute-connection-form-background {
    min-height: calc(100vh - 83px);
  }
}

.inscription-form-background {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 99px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/inscription-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.inscription-form-background--light {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/inscription-background.jpg");
}
@media (max-width: 767px) {
  .inscription-form-background {
    min-height: calc(100vh - 83px);
  }
}

.institute-inscription-form-background {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 99px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/institute-inscription-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.institute-inscription-form-background--light {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/institute-inscription-background.jpg");
}
@media (max-width: 767px) {
  .institute-inscription-form-background {
    min-height: calc(100vh - 83px);
  }
}

.forgiven-password-form-background {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 99px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/forgiven-password-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.forgiven-password-form-background--light {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/forgiven-password-background.jpg");
}
@media (max-width: 767px) {
  .forgiven-password-form-background {
    min-height: calc(100vh - 83px);
  }
}

.password-modify-form-background {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 99px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/password-modify-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.password-modify-form-background--light {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/password-modify-background.jpg");
}
@media (max-width: 767px) {
  .password-modify-form-background {
    min-height: calc(100vh - 83px);
  }
}

.payment-form-background {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 99px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/payment-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.payment-form-background--light {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/payment-background.jpg");
}
@media (max-width: 767px) {
  .payment-form-background {
    min-height: calc(100vh - 83px);
  }
}

.access-choice-form-background {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 99px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/institute-inscription-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.access-choice-form-background--light {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/institute-inscription-background.jpg");
}
@media (max-width: 767px) {
  .access-choice-form-background {
    min-height: calc(100vh - 83px);
  }
}

/*# sourceMappingURL=style-v123.css.map */
