@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.prompt-thin {
  font-family: "Prompt", serif;
  font-weight: 100;
  font-style: normal;
}

.prompt-extralight {
  font-family: "Prompt", serif;
  font-weight: 200;
  font-style: normal;
}

.prompt-light {
  font-family: "Prompt", serif;
  font-weight: 300;
  font-style: normal;
}

.prompt-regular {
  font-family: "Prompt", serif;
  font-weight: 400;
  font-style: normal;
}

.prompt-medium {
  font-family: "Prompt", serif;
  font-weight: 500;
  font-style: normal;
}

.prompt-semibold {
  font-family: "Prompt", serif;
  font-weight: 600;
  font-style: normal;
}

.prompt-bold {
  font-family: "Prompt", serif;
  font-weight: 700;
  font-style: normal;
}

.prompt-extrabold {
  font-family: "Prompt", serif;
  font-weight: 800;
  font-style: normal;
}

.prompt-black {
  font-family: "Prompt", serif;
  font-weight: 900;
  font-style: normal;
}

.prompt-thin-italic {
  font-family: "Prompt", serif;
  font-weight: 100;
  font-style: italic;
}

.prompt-extralight-italic {
  font-family: "Prompt", serif;
  font-weight: 200;
  font-style: italic;
}

.prompt-light-italic {
  font-family: "Prompt", serif;
  font-weight: 300;
  font-style: italic;
}

.prompt-regular-italic {
  font-family: "Prompt", serif;
  font-weight: 400;
  font-style: italic;
}

.prompt-medium-italic {
  font-family: "Prompt", serif;
  font-weight: 500;
  font-style: italic;
}

.prompt-semibold-italic {
  font-family: "Prompt", serif;
  font-weight: 600;
  font-style: italic;
}

.prompt-bold-italic {
  font-family: "Prompt", serif;
  font-weight: 700;
  font-style: italic;
}

.prompt-extrabold-italic {
  font-family: "Prompt", serif;
  font-weight: 800;
  font-style: italic;
}

.prompt-black-italic {
  font-family: "Prompt", serif;
  font-weight: 900;
  font-style: italic;
}

.repere-milieu {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background: red;
}

.big-flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 520px;
  border-radius: 520px;
  opacity: 0.1;
  background: white;
  transform: translate(-50%, -50%);
  filter: blur(175px);
}

.filter-primary {
  filter: invert(71%) sepia(29%) saturate(3652%) hue-rotate(8deg) brightness(101%) contrast(101%);
}

.text-headings {
  font-family: "Prompt", serif;
  font-weight: 700;
}

.text-body {
  font-family: "Prompt", serif;
  font-weight: 400;
}

.text-primary {
  color: #EBB300;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.gradient-text {
  background: linear-gradient(90deg, #ebb300, #d99a00, #b58300, #d99a00, #ebb300);
  background-size: 200% 200%;
  animation: metallicShine 5s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes metallicShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-text-mobile {
  background: linear-gradient(90deg, black, black, black, #ebb300, #d99a00, #b58300, #d99a00, #ebb300);
  background-size: 300% 100%; /* Assure que le dégradé occupe toute la largeur */
  animation: gradientShift 1s linear 1 forwards; /* Laisse l'animation à son état final */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%; /* Dégradé visible au début */
  }
  100% {
    background-position: 200% 50%; /* Le noir recouvre toute la largeur */
  }
}
:root {
  --about-width: 100%;
  --reading-marker-width: 14px;
}

@media (min-width: 1440px) {
  :root {
    --about-width: 900px;
  }
}
#about-page {
  position: relative;
  z-index: 100;
  width: var(--about-width);
  margin: 0 auto 0;
}
@media screen and (min-width: 1024px) {
  #about-page {
    margin: 8.5rem auto 1rem;
    padding: 0 1rem 0 3rem;
    padding-bottom: 1rem;
  }
}
#about-page .page-title {
  position: sticky;
  z-index: 10000;
  top: 5rem;
}
@media screen and (min-width: 1024px) {
  #about-page .page-title {
    top: 3rem;
    left: 0;
  }
}
#about-page h1 {
  position: relative;
  z-index: 10000;
  color: #000000;
  text-align: left;
  font-family: "Prompt", serif;
  font-size: 25px;
  padding: 0 1.5rem 0 3.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  #about-page h1 {
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  #about-page h1 {
    font-size: 3rem;
  }
}
#about-page h1 strong {
  font-weight: 700;
}
#about-page h2 {
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 25px;
  padding: 0 1.5rem 0 3.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  #about-page h2 {
    margin-bottom: 4.25rem;
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  #about-page h2 {
    font-size: 3rem;
  }
}
#about-page p {
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 1rem;
  padding: 0 1.5rem 1.5rem 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  #about-page p {
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (min-width: 576px) {
  #about-page p {
    font-size: 1.125rem;
  }
}
#about-page .mobile-image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #about-page .mobile-image {
    display: none;
  }
}
#about-page .mobile-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#about-page .about-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}
#about-page .about-section:last-of-type {
  margin-bottom: 0;
}
#about-page .about-section:last-of-type p {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  #about-page .about-section {
    padding-right: calc(195px + 2rem);
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  #about-page .about-section {
    padding-right: 0;
  }
}
#about-page .vertical-line {
  width: 1px;
  height: calc(100vh - 12rem);
  background-color: #D3D3D3;
  position: fixed;
  z-index: 101;
  left: 1rem;
  bottom: 0;
}
#about-page .reading-marker {
  width: 100vw;
  height: 0;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 14rem;
  transform: translateY(-50%);
}
#about-page .reading-marker .dot {
  position: absolute;
  left: 1rem;
  top: 0;
  width: var(--reading-marker-width);
  height: var(--reading-marker-width);
  background-color: #EBB300;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  #about-page .vertical-line {
    top: 0;
    height: 100vh;
    bottom: 0;
  }
  #about-page .reading-marker .dot {
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  #about-page .vertical-line {
    top: 0;
    height: 100vh;
    left: calc(50vw - var(--about-width) / 2 - 6rem);
    bottom: 0;
  }
  #about-page .reading-marker {
    top: 50%;
  }
  #about-page .reading-marker .dot {
    top: 0;
    left: calc(50vw - var(--about-width) / 2 - 6rem - var(--reading-marker-width) / 2);
    transform: translateX(0);
  }
}
#about-page .gradient-mask {
  width: 100vw;
  height: 18rem;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1024px) {
  #about-page .gradient-mask {
    height: 50vh;
  }
}
#about-page .sticky-container {
  display: none;
}
@media screen and (min-width: 1024px) {
  #about-page .sticky-container {
    display: inline-block;
    position: absolute;
    z-index: 100;
    right: 1rem;
    top: 0;
    bottom: 0;
  }
  #about-page .sticky-container .sticky-container-inner {
    position: sticky;
    z-index: 100;
    top: 1rem;
    width: 195px;
    height: calc(100vh - 2rem);
    border-radius: 3rem;
    overflow: hidden;
  }
  #about-page .sticky-container .side-image {
    position: sticky;
    z-index: 100;
    top: 0;
    width: 195px;
    height: 100%;
  }
  #about-page .sticky-container .side-image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  #about-page .sticky-container {
    left: calc(100% + 3rem);
  }
  #about-page .sticky-container .side-image {
    width: 195px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Prompt", serif;
}

.post,
.page {
  margin: 0 !important;
}

html {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "Prompt", serif;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

strong {
  font-weight: 700;
}

ul {
  margin: 0 0 1.5rem 1.5rem;
}

section {
  margin: 0;
  padding: 0;
}

main {
  margin: 0 auto;
  padding: 3.5rem 0 0;
}

#main-home {
  padding-top: 0;
}

/*
	Mobile : moins de 767px
	Conteneur pleine largeur (100%)
*/
@media (max-width: 767px) {
  /* Styles pour les mobiles */
  .influx-container {
    max-width: 100%;
  }
}
/*
	Mobile Extra : entre 767px et 1024px
	(Note : se chevauche très légèrement avec la tablette ci-dessous,
	à 1 px près. Tu peux ajuster selon ton besoin)
*/
@media (min-width: 767px) and (max-width: 1024px) {
  /* Styles pour mobile extra */
  .influx-container {
    max-width: 90%;
    margin: auto;
  }
}
/*
	Tablette : entre 768px et 1024px
	Ajusté en général à ~90% ou centré
*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* Styles pour tablette */
  .influx-container {
    max-width: 90%;
    margin: auto;
  }
}
/*
	Tablette Extra : entre 1024px et 1280px
	Taille variable, souvent ~90%
*/
@media (min-width: 1024px) and (max-width: 1280px) {
  /* Styles pour tablette extra */
  .influx-container {
    max-width: 85%;
    margin: auto;
  }
}
/*
	Ordinateur portable : entre 1280px et 1440px
	~80-90% ou défini par l'utilisateur
*/
@media (min-width: 1280px) and (max-width: 1440px) {
  /* Styles pour ordinateur portable */
  .influx-container {
    max-width: 80%;
    margin: auto;
  }
}
/*
	Écran large (Widescreen) : plus de 1440px
	~70-80% ou défini par l'utilisateur
*/
@media (min-width: 1440px) {
  /* Styles pour écrans larges */
  .influx-container {
    max-width: 70%;
    margin: auto;
  }
}
#site-navigation {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #site-navigation {
    display: none;
  }
}
#site-navigation ul {
  margin: 0;
  display: flex;
}
#site-navigation ul li {
  flex: 1;
  display: flex;
}
#site-navigation ul li a {
  display: block;
  padding: 0 2rem;
  width: 100%;
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  white-space: nowrap;
}
#site-navigation ul li.current-menu-item a {
  font-weight: 600;
}
#site-navigation .indicator {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #EBB300;
  border-radius: 50%;
  transition: 0.32s ease-in-out;
}

#toggler {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 2.625rem;
  left: 1rem;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.32s ease-in-out;
}
@media screen and (min-width: 1024px) {
  #toggler {
    display: none;
  }
}
#toggler .wrapper {
  position: relative;
  width: 2.5rem;
  height: 24px;
}
#toggler .wrapper span {
  height: 2px;
  width: 2.5rem;
  background-color: #000000;
  transform-origin: center;
  transition: 0.32s ease-in-out;
}
#toggler .wrapper span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
#toggler .wrapper span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transform-origin: center;
}
#toggler .wrapper span:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}
#toggler .wrapper.active span {
  user-select: none;
}
#toggler .wrapper.active span:first-child {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
#toggler .wrapper.active span:nth-child(2) {
  opacity: 0;
}
#toggler .wrapper.active span:last-child {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
#toggler.sticky {
  position: fixed;
  top: 1rem;
  left: 1rem;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}

#dropdown-container {
  position: fixed;
  z-index: 1999;
  left: -100%;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 100vh; /* Fallback pour les anciens navigateurs */
  height: 100dvh; /* Solution moderne et dynamique */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  transition: 0.32s ease-in-out;
}
#dropdown-container.active {
  left: 0;
}
#dropdown-container .mobile-nav ul#menu-mobile {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
#dropdown-container .mobile-nav ul#menu-mobile li a {
  position: relative;
  font-size: 28px;
  line-height: 1;
}
#dropdown-container .mobile-nav ul#menu-mobile li a:after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  height: 2px;
  width: 0;
  transition: 0.32s ease-in-out;
}
#dropdown-container .mobile-nav ul#menu-mobile li a:hover::after {
  width: 100%;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "footer-left" "footer-right" "footer-bottom";
  row-gap: 3rem;
}
@media screen and (min-width: 576px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "footer-left footer-right" "footer-bottom footer-bottom";
  }
}
.footer-content .footer-left {
  grid-area: footer-left;
}
.footer-content .footer-right {
  grid-area: footer-right;
}
.footer-content .footer-bottom {
  grid-area: footer-bottom;
}

.footer-content {
  max-width: 1140px;
  padding: 0 1rem;
  margin: 0 auto;
}
.footer-content .footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-content .footer-left .address,
.footer-content .footer-left h4 {
  margin-top: 6.25rem;
  color: #FFFFFF;
  font-family: "Prompt", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-content .footer-left .newsletter {
  margin-top: 1.5rem;
  max-width: 260px;
}
.footer-content .footer-left .newsletter h4 {
  margin-bottom: 1.25rem;
}
.footer-content .footer-left .newsletter .description,
.footer-content .footer-left .newsletter .disclaimer {
  color: #FFFFFF;
  font-family: "Prompt", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}
.footer-content .footer-left .newsletter input {
  margin: 2.5rem 0;
  padding: 0.5rem 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF;
}
.footer-content .footer-left .newsletter input::placeholder {
  color: #FFFFFF;
  font-family: "Prompt", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.footer-content .footer-right {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 576px) {
  .footer-content .footer-right {
    justify-content: flex-end;
    padding-right: 7.75rem;
  }
}
.footer-content .footer-right ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  column-gap: 10rem;
  max-height: 168px;
  flex-wrap: wrap;
}
.footer-content .footer-right ul li a {
  color: #FFFFFF;
  font-family: "Prompt", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
}
.footer-content .footer-bottom {
  color: #8C8C8C;
  font-family: "Prompt", serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer.footer {
  position: relative;
  z-index: 110;
}

.back-to-top {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    right: 7.5rem;
  }
}

#home-header {
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #home-header {
    height: 100vh;
  }
}
#home-header.header {
  position: relative;
}
#home-header #react-root {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home-header #header-content {
  position: relative;
  z-index: 3;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  #home-header #header-content {
    justify-content: space-between;
    padding-top: 10.5rem;
    padding-bottom: 8.5rem;
  }
}
#home-header .header-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
@media screen and (max-width: 1023px) {
  #home-header #header-title {
    display: none;
  }
}
#home-header #header-title span {
  color: #000;
  font-family: Prompt;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  font-style: normal;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  #home-header #header-title span {
    font-size: 68px;
  }
}
#home-header #header-title span strong {
  color: #000;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #home-header #header-title-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #home-header #header-title-mobile {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #home-header #header-title-mobile.animate-in {
    opacity: 1;
    transform: translateY(0);
  }
}
#home-header #header-title-mobile span {
  color: #000;
  font-family: Prompt;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  font-style: normal;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  #home-header #header-title-mobile span {
    font-size: 68px;
  }
}
#home-header #header-title-mobile span strong {
  color: #000;
  font-weight: 600;
}
#home-header #header-description {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  font-weight: 200;
}
@media screen and (max-width: 1023px) {
  #home-header #header-description {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.2s;
  }
  #home-header #header-description.animate-in {
    opacity: 1;
    transform: translateY(0);
  }
}
#home-header #header-description p {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  width: 230px;
}
@media screen and (min-width: 400px) {
  #home-header #header-description p {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #home-header #header-description p {
    font-size: 1.875rem;
  }
}
#home-header #header-description p strong {
  background: linear-gradient(90deg, #ebb300, #d99a00, #b58300, #d99a00, #ebb300);
  background-size: 200% 200%;
  animation: metallicShine 5s ease;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home-header #header-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  #home-header #header-buttons {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.4s;
  }
  #home-header #header-buttons.animate-in {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-header.header {
  position: relative;
  padding-top: 8.5rem;
}

#about-page-header.header {
  position: relative;
  z-index: 1000;
  padding-top: 8.5rem;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  visibility: visible !important;
  pointer-events: auto !important;
}
.loader-wrapper.hidden {
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

.fancy-wipe {
  margin: 0;
  font-weight: 900;
  font-size: 6rem;
  position: relative;
  --duration: 2.5s;
  --easing: cubic-bezier(0.45, 0, 0.55, 1);
  --colors: linear-gradient(
  	90deg,
  	#ebb300,
  	#d99a00,
  	#b58300,
  	#d99a00,
  	#ebb300
  );
}

.text {
  display: block;
  animation: wipe-in var(--duration) forwards var(--easing);
  mask: linear-gradient(to right, white, white 45%, black, 55%, black);
  mask-composite: exclude;
  mask-mode: luminance;
  mask-size: 300% 100%;
  mask-position: 100% 0px;
}

.wipe-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--colors);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: wipe-in var(--duration) forwards var(--easing);
  mask: linear-gradient(to right, black, black 45%, white 50%, black 52.5%, black);
  mask-composite: exclude;
  mask-mode: luminance;
  mask-size: 300% 100%;
  mask-position: 100% 0px;
}

.blur-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--colors);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: wipe-in var(--duration) forwards var(--easing);
  mask: linear-gradient(to right, black, black 45%, white 52.5%, black 55%, black);
  mask-composite: exclude;
  mask-mode: luminance;
  mask-size: 300% 100%;
  mask-position: 100% 0px;
  filter: blur(10px);
}

@keyframes wipe-in {
  100% {
    mask-position: 0px 0px;
  }
}
#main.realisation-post {
  padding: 3.5rem 0 0;
}

.realisation-post header.realisation-header {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .realisation-post header.realisation-header {
    margin-top: 4.25rem;
    min-height: 240px;
  }
}
.realisation-post header.realisation-header h1 {
  color: white;
  text-align: center;
  font-family: "Prompt", serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 5rem;
}
.realisation-post header.realisation-header .realisation-categories {
  color: white;
  text-align: center;
  font-family: "Prompt", serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.realisation {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1200px) {
  .realisation {
    padding: 0;
  }
}
.realisation .realisation-container {
  display: none;
}
@media screen and (min-width: 768px) {
  .realisation .realisation-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
.realisation .realisation-container .left,
.realisation .realisation-container .right {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.realisation .realisation-container-mobile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .realisation .realisation-container-mobile {
    display: none;
  }
}
.realisation .introduction {
  display: grid;
  grid-template-columns: 1fr 80px;
  margin: 8rem 0;
}
@media screen and (min-width: 768px) {
  .realisation .introduction {
    grid-template-columns: 680px 1fr;
  }
}
.realisation .introduction h2 {
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (min-width: 576px) {
  .realisation .introduction h2 {
    font-size: 3rem;
    line-height: 5rem;
  }
}
.realisation .introduction h2 strong {
  font-weight: 700;
}
.realisation .introduction .year {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5;
}
.realisation .resultat {
  margin-top: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
}
.realisation .resultat h3 {
  margin-bottom: 1rem;
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
.realisation .resultat p {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .realisation .resultat p {
    font-size: 2.25rem;
  }
}
.realisation .resultat p strong {
  font-weight: 700;
  background: linear-gradient(90deg, #ebb300, #d99a00, #b58300, #d99a00, #ebb300);
  background-size: 200% 200%;
  animation: metallicShine 5s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.realisation .realisation-container h3,
.realisation .realisation-container-mobile h3 {
  margin-bottom: 1rem;
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.realisation .realisation-container p,
.realisation .realisation-container-mobile p {
  color: #000000;
  font-family: Prompt;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}
.realisation .realisation-container .image,
.realisation .realisation-container-mobile .image {
  max-height: 570px;
  max-width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.realisation .realisation-container .image figure,
.realisation .realisation-container-mobile .image figure {
  height: 100%;
  width: 100%;
}
.realisation .realisation-container .image figure img,
.realisation .realisation-container-mobile .image figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.realisation .realisation-container .client,
.realisation .realisation-container .challenge,
.realisation .realisation-container .solution,
.realisation .realisation-container-mobile .client,
.realisation .realisation-container-mobile .challenge,
.realisation .realisation-container-mobile .solution {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-left: 1px solid #DCDCDC;
  padding-left: 2.5rem;
}
.realisation .realisation-container .client p:last-child,
.realisation .realisation-container .challenge p:last-child,
.realisation .realisation-container .solution p:last-child,
.realisation .realisation-container-mobile .client p:last-child,
.realisation .realisation-container-mobile .challenge p:last-child,
.realisation .realisation-container-mobile .solution p:last-child {
  margin-bottom: 0;
}
.realisation .realisation-container .solution,
.realisation .realisation-container-mobile .solution {
  justify-content: center;
  align-items: flex-start;
}

.case-navigation {
  margin: 7.5rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.case-navigation span {
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.case-navigation .nav-arrow {
  width: 1rem;
  height: 1rem;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
}
.case-navigation .nav-arrow.left {
  transform: rotate(-45deg);
}
.case-navigation .nav-arrow.right {
  transform: rotate(135deg);
}

.loading #site-logo,
.loading #site-navigation,
.loading #header-content {
  opacity: 0;
  visibility: hidden;
}

#site-logo {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 8.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#site-logo a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#site-logo .site-logo-slash {
  height: 30px;
  width: 21px;
}
#site-logo .site-logo-slash img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
#site-logo .site-logo-text {
  position: relative;
  height: 30px;
  width: 94px;
  overflow: hidden;
  display: inline-block;
}
#site-logo .site-logo-text img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  transform-origin: left;
}
#site-logo .site-logo-text-wrapper {
  position: relative;
  overflow: hidden;
  height: 30px;
}
#site-logo .text-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
}

.influx-button-wrapper {
  position: relative;
  z-index: 0;
  display: inline-block;
  border-radius: calc(0.625rem + 1px);
  padding: 1px;
  background-color: #000000;
  overflow: hidden;
}

.influx-button {
  height: 3.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
  margin: 0;
  border-radius: 0.625rem;
  cursor: pointer;
}
.influx-button span {
  color: #fff;
  text-align: center;
  font-family: "Prompt", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 200 !important;
  line-height: normal;
}
.influx-button .influx-icon {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.influx-button .influx-icon img {
  filter: invert(100%);
}
.influx-button .flare {
  position: absolute;
  z-index: 0;
  top: calc(var(--y, 0) * 1px - 25px);
  left: calc(var(--x, 0) * 1px - 25px);
  width: 0;
  height: 0;
  background: var(--White, #FFFFFF);
  filter: blur(30px);
  opacity: 0;
  transition: opacity 0.32s ease-in-out;
}
.influx-button.flared {
  color: #FFFFFF;
}
.influx-button.flared:hover .flare {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.influx-button.flared:hover::before {
  opacity: 1;
}
.influx-button.left {
  flex-direction: row-reverse;
}
.influx-button.left .influx-icon {
  margin: 0 0.5rem 0 0;
}
.influx-button.right {
  flex-direction: row;
}
.influx-button.right .influx-icon {
  margin: 0 0 0 0.5rem;
}

.influx-shortcode-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.influx-creators {
  position: relative;
  z-index: 0;
  display: grid;
  gap: 0.5rem;
  padding: 0;
  grid-template-columns: repeat(2, 150px);
}
@media screen and (min-width: 380px) {
  .influx-creators {
    grid-template-columns: repeat(2, 182px);
  }
}
@media screen and (min-width: 640px) {
  .influx-creators {
    grid-template-columns: repeat(2, 300px);
    gap: 1rem;
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .influx-creators {
    grid-template-columns: repeat(3, 300px);
  }
}
@media screen and (min-width: 1400px) {
  .influx-creators {
    grid-template-columns: repeat(4, 300px);
  }
}
@media screen and (min-width: 1024px) {
  .influx-creators.front-page {
    grid-template-columns: repeat(3, 300px);
  }
}
.influx-creators .creator-item {
  position: relative;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  border-radius: 1.5rem;
  --x: 0;
  --y: 0;
}
@media screen and (min-width: 380px) {
  .influx-creators .creator-item {
    height: 230px;
  }
}
@media screen and (min-width: 640px) {
  .influx-creators .creator-item {
    height: 380px;
  }
}
@media screen and (min-width: 640px) {
  .influx-creators .creator-item {
    border-radius: 3.125rem;
  }
}
.influx-creators .creator-item .logo {
  width: 20px;
  height: 20px;
  margin-bottom: 0.5rem;
}
.influx-creators .creator-item .logo img {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  z-index: 10;
  width: auto;
  height: 20px;
  object-fit: contain;
}
.influx-creators .creator-item .card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
}
.influx-creators .creator-item .card-title h3,
.influx-creators .creator-item .card-title h4 {
  z-index: 10;
  color: white;
  line-height: 1.3;
}
.influx-creators .creator-item .card-title h3 {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .influx-creators .creator-item .card-title h3 {
    font-size: 1.5rem;
  }
}
.influx-creators .creator-item .card-title h4 {
  font-size: 0.875rem;
  font-weight: 200;
}
@media screen and (min-width: 480px) {
  .influx-creators .creator-item .card-title h4 {
    font-size: 1rem;
  }
}
.influx-creators .creator-item img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40px) scale(1.2);
  object-fit: cover;
  object-position: center center;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.influx-creators .creator-item .foreground {
  z-index: 1;
  object-position: calc(50% + var(--x) * 20px) calc(50% + var(--y) * -20px);
}
.influx-creators .creator-item .background-blur {
  z-index: 2;
  transform: translate(-50%, 0) scale(1);
}
.influx-creators .creator-item .background {
  z-index: 0;
  transform: translate(-50%, 0) scale(1.1);
  object-position: calc(50% + var(--x) * 10px) calc(50% + var(--y) * -10px);
}

.creators-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}

.influx-realisations a.realisation-item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.influx-realisations a.realisation-item header.realisation-header {
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  background-color: #000000;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 100%;
}
.influx-realisations a.realisation-item header.realisation-header img {
  position: relative;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.32s ease-in-out;
}
.influx-realisations a.realisation-item header.realisation-header .read-more {
  position: absolute;
  z-index: 10;
  bottom: 1rem;
  right: 1rem;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0.5rem;
}
.influx-realisations a.realisation-item header.realisation-header .read-more .text {
  position: relative;
  width: 180px;
  height: 24px;
  overflow: hidden;
}
.influx-realisations a.realisation-item header.realisation-header .read-more .text span {
  opacity: 1;
  position: absolute;
  z-index: 10;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #FFFFFF;
  text-align: right;
  font-family: "Prompt", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transform: translateX(100px);
  transform-origin: right;
  transition: 0.32s ease-in-out;
}
.influx-realisations a.realisation-item header.realisation-header .read-more .plus {
  stroke: #9E9E9E;
  transition: 0.32s ease-in-out;
}
.influx-realisations a.realisation-item:hover header.realisation-header img {
  transform: scale(1.1);
  filter: blur(4px);
  opacity: 0.5;
}
.influx-realisations a.realisation-item:hover header.realisation-header .read-more .text span {
  transform: translateX(0);
}
.influx-realisations a.realisation-item:hover header.realisation-header .read-more .plus {
  stroke: #EBB300;
  transform: rotate(90deg);
}
.influx-realisations a.realisation-item .informations {
  padding-bottom: 1rem;
}
.influx-realisations a.realisation-item .informations .title {
  color: #000;
  font-family: "Prompt", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
}
.influx-realisations a.realisation-item .informations .sector {
  color: #8C8C8C;
  font-family: "Prompt", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.tribunes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .tribunes {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tribunes .tribune {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.tribunes .tribune .featured-image {
  border-radius: 1.125rem;
  overflow: hidden;
}
.tribunes .tribune .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tribunes .tribune .informations h3 {
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
}
.tribunes .tribune .informations p {
  color: #8C8C8C;
  font-family: "Prompt", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
}

:root {
  --angle: -10deg;
}

#subfooter {
  margin: 0;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
}

.grid-footer {
  position: relative;
  z-index: 0;
  width: 150vw;
  height: 150vh;
  margin: auto;
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: 100%;
  row-gap: 1rem;
  column-gap: 1rem;
  flex: none;
  transform: rotate(var(--angle));
  transform-origin: center center;
}
.grid-footer .contact-form {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1));
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 5rem;
  row-gap: 5rem;
}
@media screen and (min-width: 1024px) {
  .grid-footer .contact-form {
    grid-template-columns: 1fr 1fr;
  }
}
.grid-footer .contact-form .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
  font-weight: 300;
}
.grid-footer .contact-form .intro h3 {
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .grid-footer .contact-form .intro h3 {
    font-size: 50px;
  }
}
.grid-footer .contact-form .intro p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .grid-footer .contact-form .intro p {
    font-size: 1.25rem;
  }
}
.grid-footer .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.55);
}

.row {
  display: grid;
  gap: 1rem;
  justify-content: center;
  will-change: transform, filter;
}

.row-7 {
  grid-template-columns: repeat(7, 1fr);
}

.row-8 {
  grid-template-columns: repeat(8, 1fr);
}

.row__item {
  position: relative;
  aspect-ratio: 16/9;
  height: 100%;
}

.row__item-inner {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.row__item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.scroller {
  max-width: 100%;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 480px) {
  .scroller__inner {
    gap: 4rem;
  }
}
.scroller__inner .image-wrapper img {
  width: auto;
  height: 100%;
  max-height: 1.5rem;
  object-fit: contain;
  filter: invert(1);
}
@media screen and (min-width: 480px) {
  .scroller__inner .image-wrapper img {
    max-height: 2.5rem;
  }
}

.scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
  mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 420px;
}

.slider-item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
.slider-item.active {
  transform: translateX(0);
}
.slider-item .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  max-width: 70%;
  margin: 0 auto;
  padding: 1rem;
}

.slider-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 20px;
}
.slider-nav button.testimonial-btn {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #000;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
}
.slider-nav button.testimonial-btn:hover {
  color: #EBB300;
}
.slider-nav .testimonial-btn:hover {
  color: #EBB300;
}

/* Style pour les contenus des témoignages */
.testimonial-logo {
  margin-bottom: 20px;
}

.testimonial-logo {
  width: 50px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
  .testimonial-logo {
    width: 100px;
  }
}
.testimonial-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.testimonial-name {
  margin-bottom: 1.5rem;
  color: #000000;
  text-align: center;
  font-family: "Prompt", serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.testimonial-content {
  color: #8C8C8C;
  text-align: center;
  font-family: "Prompt", serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.influx-contact-form input[type=text],
.influx-contact-form input[type=email] {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: none;
}
.influx-contact-form button[type=submit] {
  margin-top: 1.5rem;
  background-color: white;
  color: black;
  border-radius: 0.5rem;
  padding: 0.5rem;
  width: 100%;
  border: none;
}
.influx-contact-form textarea {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: none;
}
.influx-contact-form .first-line {
  display: flex;
  gap: 1rem;
}
.influx-contact-form .second-line {
  margin-top: 1rem;
}
.influx-contact-form input::placeholder,
.influx-contact-form textarea::placeholder {
  font-weight: 300;
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.toast {
  padding: 15px 25px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: white;
  font-weight: 500;
}

.toast-success {
  background-color: #4caf50;
}

.toast-error {
  background-color: #f44336;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.influx-academy-logo {
  max-width: 75px;
  height: 57px;
  margin: 0 auto;
}
.influx-academy-logo path {
  fill: rgb(0, 0, 0) !important;
}

/**
* animation stuff
*/
#laurel-wreath-coding-animated-inner-1_ts {
  animation: laurel-wreath-coding-animated-inner-1_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-1_ts__ts {
  0% {
    transform: translate(1343.084778px, 1284.950073px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  15% {
    transform: translate(1343.084778px, 1284.950073px) scale(1, 1);
  }
  100% {
    transform: translate(1343.084778px, 1284.950073px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-inner-2_ts {
  animation: laurel-wreath-coding-animated-inner-2_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-2_ts__ts {
  0% {
    transform: translate(1570.453613px, 1100.139954px) scale(0, 0);
  }
  15% {
    transform: translate(1570.453613px, 1100.139954px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  30% {
    transform: translate(1570.453613px, 1100.139954px) scale(1, 1);
  }
  100% {
    transform: translate(1570.453613px, 1100.139954px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-inner-3_ts {
  animation: laurel-wreath-coding-animated-inner-3_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-3_ts__ts {
  0% {
    transform: translate(1699.245361px, 842.549927px) scale(0, 0);
  }
  30% {
    transform: translate(1699.245361px, 842.549927px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  45% {
    transform: translate(1699.245361px, 842.549927px) scale(1, 1);
  }
  100% {
    transform: translate(1699.245361px, 842.549927px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-inner-4_ts {
  animation: laurel-wreath-coding-animated-inner-4_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-4_ts__ts {
  0% {
    transform: translate(1694.265625px, 562.310089px) scale(0, 0);
  }
  45% {
    transform: translate(1694.265625px, 562.310089px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  60% {
    transform: translate(1694.265625px, 562.310089px) scale(1, 1);
  }
  100% {
    transform: translate(1694.265625px, 562.310089px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-inner-5_ts {
  animation: laurel-wreath-coding-animated-inner-5_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-5_ts__ts {
  0% {
    transform: translate(1565.340027px, 322.775002px) scale(0, 0);
  }
  65% {
    transform: translate(1565.340027px, 322.775002px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  80% {
    transform: translate(1565.340027px, 322.775002px) scale(1, 1);
  }
  100% {
    transform: translate(1565.340027px, 322.775002px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-1_ts {
  animation: laurel-wreath-coding-animated-outer-1_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-1_ts__ts {
  0% {
    transform: translate(1546.275085px, 1351.008972px) scale(0, 0);
  }
  5% {
    transform: translate(1546.275085px, 1351.008972px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  20% {
    transform: translate(1546.275085px, 1351.008972px) scale(1, 1);
  }
  100% {
    transform: translate(1546.275085px, 1351.008972px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-2_ts {
  animation: laurel-wreath-coding-animated-outer-2_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-2_ts__ts {
  0% {
    transform: translate(1710.184875px, 1212.829773px) scale(0, 0);
  }
  10% {
    transform: translate(1710.184875px, 1212.829773px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  25% {
    transform: translate(1710.184875px, 1212.829773px) scale(1, 1);
  }
  100% {
    transform: translate(1710.184875px, 1212.829773px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-3_ts {
  animation: laurel-wreath-coding-animated-outer-3_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-3_ts__ts {
  0% {
    transform: translate(1749.275085px, 1050.789856px) scale(0, 0);
  }
  20% {
    transform: translate(1749.275085px, 1050.789856px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  35% {
    transform: translate(1749.275085px, 1050.789856px) scale(1, 1);
  }
  100% {
    transform: translate(1749.275085px, 1050.789856px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-4_ts {
  animation: laurel-wreath-coding-animated-outer-4_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-4_ts__ts {
  0% {
    transform: translate(1878.104919px, 834.235077px) scale(0, 0);
  }
  25% {
    transform: translate(1878.104919px, 834.235077px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  40% {
    transform: translate(1878.104919px, 834.235077px) scale(1, 1);
  }
  100% {
    transform: translate(1878.104919px, 834.235077px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-5_ts {
  animation: laurel-wreath-coding-animated-outer-5_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-5_ts__ts {
  0% {
    transform: translate(1872.497437px, 662.165039px) scale(0, 0);
  }
  35% {
    transform: translate(1872.497437px, 662.165039px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  50% {
    transform: translate(1872.497437px, 662.165039px) scale(1, 1);
  }
  100% {
    transform: translate(1872.497437px, 662.165039px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-6_ts {
  animation: laurel-wreath-coding-animated-outer-6_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-6_ts__ts {
  0% {
    transform: translate(1851.752869px, 448.590027px) scale(0, 0);
  }
  40% {
    transform: translate(1851.752869px, 448.590027px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  55% {
    transform: translate(1851.752869px, 448.590027px) scale(1, 1);
  }
  100% {
    transform: translate(1851.752869px, 448.590027px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-7_ts {
  animation: laurel-wreath-coding-animated-outer-7_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-7_ts__ts {
  0% {
    transform: translate(1758.929932px, 307.314957px) scale(0, 0);
  }
  50% {
    transform: translate(1758.929932px, 307.314957px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  65% {
    transform: translate(1758.929932px, 307.314957px) scale(1, 1);
  }
  100% {
    transform: translate(1758.929932px, 307.314957px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-8_ts {
  animation: laurel-wreath-coding-animated-outer-8_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-8_ts__ts {
  0% {
    transform: translate(1644.591309px, 162.544998px) scale(0, 0);
  }
  55% {
    transform: translate(1644.591309px, 162.544998px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  70% {
    transform: translate(1644.591309px, 162.544998px) scale(1, 1);
  }
  100% {
    transform: translate(1644.591309px, 162.544998px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-end_ts {
  animation: laurel-wreath-coding-animated-end_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-end_ts__ts {
  0% {
    transform: translate(1492.680115px, 129.499969px) scale(0, 0);
  }
  75% {
    transform: translate(1492.680115px, 129.499969px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  90% {
    transform: translate(1492.680115px, 129.499969px) scale(1, 1);
  }
  100% {
    transform: translate(1492.680115px, 129.499969px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-inner-12_ts {
  animation: laurel-wreath-coding-animated-inner-12_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-12_ts__ts {
  0% {
    transform: translate(656.885071px, 1284.869873px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  15% {
    transform: translate(656.885071px, 1284.869873px) scale(1, 1);
  }
  100% {
    transform: translate(656.885071px, 1284.869873px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-inner-22_ts {
  animation: laurel-wreath-coding-animated-inner-22_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-22_ts__ts {
  0% {
    transform: translate(429.551559px, 1100.200012px) scale(0, 0);
  }
  15% {
    transform: translate(429.551559px, 1100.200012px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  30% {
    transform: translate(429.551559px, 1100.200012px) scale(1, 1);
  }
  100% {
    transform: translate(429.551559px, 1100.200012px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-inner-32_ts {
  animation: laurel-wreath-coding-animated-inner-32_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-32_ts__ts {
  0% {
    transform: translate(300.757584px, 842.549927px) scale(0, 0);
  }
  30% {
    transform: translate(300.757584px, 842.549927px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  45% {
    transform: translate(300.757584px, 842.549927px) scale(1, 1);
  }
  100% {
    transform: translate(300.757584px, 842.549927px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-inner-42_ts {
  animation: laurel-wreath-coding-animated-inner-42_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-42_ts__ts {
  0% {
    transform: translate(305.743713px, 562.369965px) scale(0, 0);
  }
  45% {
    transform: translate(305.743713px, 562.369965px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  60% {
    transform: translate(305.743713px, 562.369965px) scale(1, 1);
  }
  100% {
    transform: translate(305.743713px, 562.369965px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-inner-52_ts {
  animation: laurel-wreath-coding-animated-inner-52_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-inner-52_ts__ts {
  0% {
    transform: translate(434.685013px, 322.79998px) scale(0, 0);
  }
  65% {
    transform: translate(434.685013px, 322.79998px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  80% {
    transform: translate(434.685013px, 322.79998px) scale(1, 1);
  }
  100% {
    transform: translate(434.685013px, 322.79998px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-12_ts {
  animation: laurel-wreath-coding-animated-outer-12_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-12_ts__ts {
  0% {
    transform: translate(453.724976px, 1350.948914px) scale(0, 0);
  }
  5% {
    transform: translate(453.724976px, 1350.948914px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  20% {
    transform: translate(453.724976px, 1350.948914px) scale(1, 1);
  }
  100% {
    transform: translate(453.724976px, 1350.948914px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-22_ts {
  animation: laurel-wreath-coding-animated-outer-22_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-22_ts__ts {
  0% {
    transform: translate(289.810005px, 1212.799988px) scale(0, 0);
  }
  10% {
    transform: translate(289.810005px, 1212.799988px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  25% {
    transform: translate(289.810005px, 1212.799988px) scale(1, 1);
  }
  100% {
    transform: translate(289.810005px, 1212.799988px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-32_ts {
  animation: laurel-wreath-coding-animated-outer-32_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-32_ts__ts {
  0% {
    transform: translate(250.704971px, 1050.789978px) scale(0, 0);
  }
  20% {
    transform: translate(250.704971px, 1050.789978px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  35% {
    transform: translate(250.704971px, 1050.789978px) scale(1, 1);
  }
  100% {
    transform: translate(250.704971px, 1050.789978px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-42_ts {
  animation: laurel-wreath-coding-animated-outer-42_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-42_ts__ts {
  0% {
    transform: translate(121.915001px, 834.235016px) scale(0, 0);
  }
  25% {
    transform: translate(121.915001px, 834.235016px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  40% {
    transform: translate(121.915001px, 834.235016px) scale(1, 1);
  }
  100% {
    transform: translate(121.915001px, 834.235016px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-52_ts {
  animation: laurel-wreath-coding-animated-outer-52_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-52_ts__ts {
  0% {
    transform: translate(127.457603px, 662.159973px) scale(0, 0);
  }
  35% {
    transform: translate(127.457603px, 662.159973px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  50% {
    transform: translate(127.457603px, 662.159973px) scale(1, 1);
  }
  100% {
    transform: translate(127.457603px, 662.159973px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-62_ts {
  animation: laurel-wreath-coding-animated-outer-62_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-62_ts__ts {
  0% {
    transform: translate(148.241863px, 448.570007px) scale(0, 0);
  }
  40% {
    transform: translate(148.241863px, 448.570007px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  55% {
    transform: translate(148.241863px, 448.570007px) scale(1, 1);
  }
  100% {
    transform: translate(148.241863px, 448.570007px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-72_ts {
  animation: laurel-wreath-coding-animated-outer-72_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-72_ts__ts {
  0% {
    transform: translate(241.09761px, 307.314987px) scale(0, 0);
  }
  50% {
    transform: translate(241.09761px, 307.314987px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  65% {
    transform: translate(241.09761px, 307.314987px) scale(1, 1);
  }
  100% {
    transform: translate(241.09761px, 307.314987px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-outer-82_ts {
  animation: laurel-wreath-coding-animated-outer-82_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-outer-82_ts__ts {
  0% {
    transform: translate(355.413239px, 162.499985px) scale(0, 0);
  }
  55% {
    transform: translate(355.413239px, 162.499985px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  70% {
    transform: translate(355.413239px, 162.499985px) scale(1, 1);
  }
  100% {
    transform: translate(355.413239px, 162.499985px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-end2_ts {
  animation: laurel-wreath-coding-animated-end2_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-end2_ts__ts {
  0% {
    transform: translate(507.294998px, 129.500015px) scale(0, 0);
  }
  75% {
    transform: translate(507.294998px, 129.500015px) scale(0, 0);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  90% {
    transform: translate(507.294998px, 129.500015px) scale(1, 1);
  }
  100% {
    transform: translate(507.294998px, 129.500015px) scale(1, 1);
  }
}
#laurel-wreath-coding-animated-coding-symbol_tr {
  animation: laurel-wreath-coding-animated-coding-symbol_tr__tr 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-coding-symbol_tr__tr {
  0% {
    transform: translate(995.244995px, 740.55719px) rotate(-13deg);
  }
  55% {
    transform: translate(995.244995px, 740.55719px) rotate(-13deg);
  }
  85% {
    transform: translate(995.244995px, 740.55719px) rotate(0deg);
  }
  100% {
    transform: translate(995.244995px, 740.55719px) rotate(0deg);
  }
}
#laurel-wreath-coding-animated-coding-symbol_ts {
  animation: laurel-wreath-coding-animated-coding-symbol_ts__ts 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-coding-symbol_ts__ts {
  0% {
    transform: scale(0.78, 0.78);
  }
  55% {
    transform: scale(0.78, 0.78);
  }
  85% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
#laurel-wreath-coding-animated-coding-symbol {
  animation: laurel-wreath-coding-animated-coding-symbol_c_o 2000ms linear 1 normal forwards;
}

@keyframes laurel-wreath-coding-animated-coding-symbol_c_o {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.highlighted-numbers-list {
  margin: 0 auto;
  padding-left: 0;
  display: grid;
  grid-template-columns: minmax(auto, 1fr);
  gap: 3rem;
  max-width: 1140px;
  list-style-type: none;
  counter-reset: list;
}
@media screen and (min-width: 768px) {
  .highlighted-numbers-list {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 1024px) {
  .highlighted-numbers-list {
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 1200px) {
  .highlighted-numbers-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.highlighted-numbers-list .highlighted-number-item {
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 2.75rem auto;
  gap: 1.5rem;
}
.highlighted-numbers-list .highlighted-number-item .highlighted-number-wrapper {
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.highlighted-numbers-list .highlighted-number-item .highlighted-number-wrapper .highlighted-number-prefix {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.highlighted-numbers-list .highlighted-number-item .highlighted-number-wrapper .highlighted-number {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.highlighted-numbers-list .highlighted-number-item .highlighted-number-wrapper .highlighted-number-suffix {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .highlighted-numbers-list .highlighted-number-item .highlighted-number-wrapper .highlighted-number-prefix {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .highlighted-numbers-list .highlighted-number-item .highlighted-number-wrapper .highlighted-number {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .highlighted-numbers-list .highlighted-number-item .highlighted-number-wrapper .highlighted-number-suffix {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.highlighted-numbers-list .highlighted-number-item .highlighted-description {
  text-align: center;
  color: #000000;
  font-family: "Prompt", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.e-n-tabs-heading {
  padding: 0 2rem !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
@media screen and (min-width: 768px) {
  .e-n-tabs-heading {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}
.e-n-tabs-heading button {
  width: calc(50% - 2rem);
  min-height: 50px !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .e-n-tabs-heading button {
    padding: 24px 78px !important;
  }
}
@media screen and (min-width: 1100px) {
  .e-n-tabs-heading button {
    padding: 24px 152px !important;
  }
}
.e-n-tabs-heading button:first-child {
  border-radius: 1.875rem 0 0 1.875rem;
  border-right: 1px solid #D3D3D3;
}
.e-n-tabs-heading button:last-child {
  border-radius: 0 1.875rem 1.875rem 0;
}/*# sourceMappingURL=custom.css.map */