      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Inter';
      }

      html {
        scroll-behavior: smooth;
      }

      a,
      a:-webkit-any-link {
        text-decoration: none;
      }

      body {
        font-family: 'Inter';
      }

      .mx-auto {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 80rem;
        margin-left: auto;
        margin-right: auto;
      }

      .primary-button {
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        border-radius: calc(0.5rem - 2px);
        background-color: #00B2B2;
        color: white;
        border: none;
        width: 100%;
        cursor: pointer;
      }

      .primary-button:hover {
        background-color: #9CE2E2;
      }

      header {
        position: sticky;
        top: 0px;
        z-index: 50;
        box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
        background-color: white;
      }

      main {
        min-height: 100vh;
      }

      nav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .mobile-menu-header {
        flex: 1 1 0%;
      }

      .header-logo,
      .header-close-menu-icon {
        display: none;
      }

      .header-menu-icon {
        display: none;
      }

      .header-nav {
        display: flex;
        column-gap: 3rem;
      }

      .header-nav a {
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.5rem;
        color: rgb(75 85 99);
      }

      .header-nav a:hover {
        color: #00B2B2;
      }

      .horizontal-separator {
        display: none;
      }

      .header-cta {
        display: flex;
        flex: 1 1 0%;
        justify-content: flex-end;
      }

      .header-cta-link {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        text-decoration: none;
        height: fit-content;
        font-size: 0.875rem;
        line-height: 1.25rem;
        border-radius: calc(0.5rem - 2px);
        background-color: #00B2B2;
        ;
        color: white;
      }

      .relative {
        position: relative;
      }

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

      .hero-container {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 10rem;
        padding-bottom: 10rem;
      }

      .hero-container h1 {
        font-size: 3.75rem;
        line-height: 1;
        color: #142A4C;
        letter-spacing: -0.025em;
        font-weight: 700;
      }

      .hero-container h1 span {
        font-size: 3.75rem;
        line-height: 1;
        color: #00B2B2;
      }

      .hero-container p {
        margin-top: 1.5rem;
        font-size: 1.125rem;
        line-height: 2rem;
        color: rgb(75 85 99);
      }

      .hero-container div {
        margin-top: 2.5rem;
      }

      .hero-container div a {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        text-decoration: none;

        font-size: 0.875rem;
        line-height: 1.25rem;

        border-radius: calc(0.5rem - 2px);

        background-color: #00B2B2;
        color: white;
      }

      .hero-container div a:hover {
        background-color: #9CE2E2;
      }

      .hero-with-imgdiv {
        padding-top: 10rem;
        padding-bottom: 10rem;
      }

      .hero-with-imggrid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
      }

      .hero-with-imggrid-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .hero-with-imggrid-text h1 {
        font-size: 3.75rem;
        line-height: 1;
        color: #142A4C;
        letter-spacing: -0.025em;
        font-weight: 700;
      }

      .hero-with-imggrid-text h1 span {
        font-size: 3.75rem;
        line-height: 1;
        color: #00B2B2;
      }

      .hero-with-imggrid-text p {
        margin-top: 1.5rem;
        font-size: 1.125rem;
        line-height: 2rem;
        color: rgb(75 85 99);
      }

      .hero-with-imggrid-text div {
        margin-top: 2.5rem;

      }

      .hero-with-imggrid-text div a {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        text-decoration: none;
        display: block;
        width: fit-content;
        font-size: 0.875rem;
        line-height: 1.25rem;
        border-radius: calc(0.5rem - 2px);
        background-color: #00B2B2;
        color: white;
      }

      .hero-with-imggrid-text div a:hover {
        background-color: #9CE2E2;
      }

      .hero-with-imggrid-image {
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .hero-with-imggrid-image img {
        box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        border-radius: 0.5rem;
        width: 100%;
        max-width: 500px;
        height: auto;
        display: block;
      }

      .section-grey {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background-color: rgb(249 250 251);
      }

      .section-white {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background-color: white;
      }

      .section-title {
        text-align: center;
      }

      .section-title.align-left {
        margin-left: 0;
      }

      .section-title h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
        color: #142A4C;
        letter-spacing: -0.025em;
        font-weight: 700;
      }

      .section-paragraph {
        color: rgb(75 85 99);
        line-height: 2rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        text-align: center;
        max-width: 48rem;
        margin-top: 1.5rem;
        margin-left: auto;
        margin-right: auto;
      }

      .card-icon-title-p-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem;
        display: grid;
        margin-top: 4rem;
      }

      .card-icon-title-p {
        box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
        padding: 2rem;
        background-color: rgb(255 255 255);
        border-radius: 0.5rem;
      }

      .card-icon-title-p svg {
        width: 2.5rem;
        height: 2.5rem;
      }

      .card-icon-title-p h3 {
        color: rgb(17 24 39);
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-top: 1rem;
      }

      .card-icon-title-p p {
        color: rgb(75 85 99);
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-top: 0.5rem;
      }

      .section-cta-secondary {
        text-align: center;
        margin-top: 3rem;
        border-color: #00B2B2;
      }

      .section-cta-secondary a {
        box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
        color: #00B2B2;
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 1rem;
        padding-right: 1rem;
        background-color: rgb(255 255 255);
        border: 1px solid #00B2B2;
        border-radius: calc(0.5rem - 2px);
        display: inline-block;
      }

      .section-cta-secondary a:hover {
        background-color: rgb(236 253 245);
      }

      .card-title-p-tag-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem;
        margin-top: 4rem;
      }

      .card-title-p-tag {
        border-radius: 0.5rem;
        background-color: rgb(249 250 251);
        padding: 2rem;
      }

      .card-title-p-tag h3 {
        color: #142A4C;
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.75rem;
      }

      .card-title-p-tag p {
        color: rgb(75 85 99);
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-top: 0.5rem;
      }

      .card-tags-list {
        gap: 0.5rem;
        flex-wrap: wrap;
        display: flex;
        margin-top: 1.5rem;
      }

      .card-tag {
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.25rem;

        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;

        background-color: white;
        border: 1px solid #9CE2E2;
        color: #00B2B2;

        border-radius: 9999px;
        align-items: center;
        display: inline-flex;
      }

      .card-tag svg {
        width: 1rem;
        height: 1rem;
        margin-right: 0.25rem;
        display: block;
      }

      .section-cta-primary {
        text-align: center;
        margin-top: 3rem;
        border-color: #00B2B2;
      }

      .section-cta-primary a {
        box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
        color: white;
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 1rem;
        padding-right: 1rem;
        background-color: #00B2B2;
        border-radius: calc(0.5rem - 2px);
        display: inline-block;
      }

      .section-cta-primary a:hover {
        background-color: #9CE2E2;
      }

      .two-cards-container {
        gap: 2rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
      }

      .two-cards-content-card {
        justify-content: center;
        flex-direction: column;
        display: flex;
      }

      .two-cards-image-card {
        justify-content: center;
        align-items: center;
        display: flex;
      }

      .two-cards-image-card img {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        border-radius: 64px;
        width: 100%;
        max-width: 400px;
        max-height: 400px;
        height: auto;
        display: block;
      }

      .last-section-cta {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background-color: #00B2B2
      }

      .map {
        width: 100%;
        border-radius: 0.5rem;
        margin-top: 1.5rem;
      }

      #contact-section p,
      #contact-section a,
      #contact-section li {
        color: rgb(75 85 99);
      }

      #contact-section p:not(.opening-hours p) {
        font-size: 1.125rem;
      }

      #contact-section a,
      #contact-section li,
      label,
      .opening-hours p,
      .error {
        font-size: 0.9rem;
        line-height: 1.75rem;
      }

      #contact-section ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      #contact-section li {
        list-style-type: none;
        display: flex;
        align-items: center;
        gap: 16px;
      }

      .double-columns-section {
        gap: 3rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
      }

      .double-columns-section h2 {
        font-size: 2rem;
      }

      #contact-section .left-column,
      #contact-section .right-column {
        display: flex;
        flex-direction: column;
        gap: 2rem;
      }

      #contact-section .left-column h3 {
        margin-bottom: 0.75rem;
      }

      .input-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
      }

      input,
      textarea {
        padding: 8px;
        font-size: 1.125rem;
        line-height: 2rem;
        color: rgb(75 85 99);
        border: solid 1px #e5e7eb;
        border-radius: calc(0.5rem - 2px);
        outline-color: #00B2B2;
      }

      input.error,
      textarea.error {
        border-color: #CC2200;
      }

      .form-container {
        background-color: #fff;
        padding: 32px;
        box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        border-radius: 0.5rem;
      }

      .form {
        display: flex;
        flex-direction: column;
        gap: 24px;
      }

      .form-row {
        display: flex;
        gap: 24px;
      }

      .error {
        color: #CC2200;
      }

      .error.hidden,
      .form-message.hidden {
        display: none;
      }

      .white-text {
        color: white !important;
      }

      footer {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: #142A4C;
      }

      .footer-left-part {
        margin-top: 0px;
      }

      .footer-right-part {
        justify-content: center;
        display: flex;
      }

      .footer-logo-container {
        justify-content: flex-start;
        align-items: center;
        display: flex;
      }

      .footer-logo {
        color: transparent;
        width: auto;
        height: 2.5rem;
        max-width: 2.5rem;
        height: auto;
        display: block;
      }

      .copyright {
        text-align: left;
        color: rgb(156 163 175);
        line-height: 1.25rem;
        font-size: 0.75rem;
        margin-top: 1rem;
      }

      .mentions-and-confidentiality {
        justify-content: flex-start;
        flex-direction: row;
        gap: 6px;
        color: rgb(156 163 175);
        font-size: 0.75rem;
        line-height: 1rem;
        display: flex;
        margin-top: 0.5rem;
      }

      .mentions-and-confidentiality a {
        color: rgb(156 163 175);
        text-decoration: none;
      }

      .footer-links-a-first {
        color: rgb(156 163 175);
      }

      .footer-links-a {
        color: rgb(156 163 175);
        margin-left: calc(1.5rem * calc(1));
      }

      .align-left {
        text-align: left;
      }

      .no-margin-left {
        margin-left: 0;
      }

      .center {
        text-align: center;
      }

      @media(max-width: 1024px) {
        header {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }

        .header-logo {
          display: flex;
          padding: 1.5rem;
        }

        .header-menu-icon {
          display: flex;
          margin-right: 1.5em;
          cursor: pointer;
        }

        .menu {
          flex-direction: column;
          align-items: start;
          gap: 32px;
          margin: 0;
          transform: translateX(0);
          transition: transform 500ms;
          position: fixed;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: #fff;
          width: 400px;
        }

        .menu.hidden {
          transform: translateX(100%);
        }

        .mobile-menu-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          flex: none;
        }

        .header-close-menu-icon {
          display: flex;
          cursor: pointer;
        }

        .header-nav {
          flex-direction: column;
          gap: 1.5rem;
        }

        .horizontal-separator {
          display: block;
          width: 100%;
          height: 1px;
          background-color: #e5e7eb;
        }

        .header-cta {
          width: 100%;
          display: block;
        }

        .header-cta-link {
          display: block;
          text-align: center;
        }

        .hero-with-imgdiv,
        .mx-auto {
          padding-right: 1.5rem;
          padding-left: 1.5rem;
        }

        .hero-with-imgdiv,
        .section-grey,
        .section-white,
        .hero-container {
          padding-top: 5rem;
          padding-bottom: 5rem;
        }

        .hero-with-imggrid-text h1,
        .hero-with-imggrid-text h1 span,
        .hero-container h1,
        .hero-container h1 span {
          font-size: 2.25rem;
        }

        .card-icon-title-p-container {
          grid-template-columns: 1fr 1fr;
        }

        .section-title h2 {
          font-size: 2rem;
        }

        .card-title-p-tag h3,
        .card-icon-title-p h3 {
          font-size: 1.2rem;
        }

        .card-icon-title-p p,
        .card-title-p-tag p {
          font-size: 1rem;
        }

        .double-columns-section {
          grid-template-columns: 1fr;
        }

        footer .mx-auto {
          flex-direction: column-reverse;
        }

        .footer-left-part {
          width: 100%;
        }

        .footer-logo-container {
          justify-content: center;
          margin-top: 24px;
        }

        .mentions-and-confidentiality {
          flex-direction: column;
          margin-top: 1rem;
        }
      }

      @media(max-width: 768px) {

        .copyright {
          text-align: center;
        }

        .hero-with-imggrid,
        .card-title-p-tag-container,
        .two-cards-container,
        .card-icon-title-p-container {
          grid-template-columns: 1fr;
        }

        .hero-with-imggrid,
        .two-cards-container {
          gap: 3rem;
        }

        .hero-with-imgdiv,
        .section-grey,
        .section-white {
          padding-top: 4rem;
          padding-bottom: 4rem;
        }

        .form-row {
          flex-direction: column;
        }
      }

      @media(max-width: 425px) {
        .menu {
          width: 100%;
        }
      }