.heading-4 {
    position: absolute;
    top: 0px;
    left: 13px;
    letter-spacing: -1.44px;
    line-height: 72px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 248px;
    height: 72px;
}
.background1 {
    position: absolute;
    top: 201px;
    left: 217px;
    border-radius: 6px;
    background-color: #beff92;
    width: 274px;
    height: 72px;
    overflow: hidden;
}
.background {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: #fbfeff;
    height: 3700px;
}
.image-14-icon {
    position: absolute;
    top: 56px;
    left: 163px;
    width: 557px;
    height: 107px;
    object-fit: cover;
}
.image-15-icon {
    position: absolute;
    top: 64px;
    left: 843px;
    width: 344px;
    height: 91px;
    object-fit: cover;
}
.contact {
    position: absolute;
    width: 100%;
    top: 3500px;
    right: 0px;
    left: 0px;
    background-color: #eefaff;
    border-top: 1px solid var(--color-darkslateblue);
    box-sizing: border-box;
    height: 219px;
    overflow: hidden;
}
.image-icon {
    top: 7px;
    width: 144px;
    position: relative;
    height: 38px;
    object-fit: cover;
}
.data-contribution {
    position: relative;
}
.data-contribution-wrapper {
    width: 243px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.how-it-works {
    position: relative;
    cursor: pointer;
}
.how-it-works-parent {
    width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    font-size: var(--font-size-5xl);
}
.navbar {
    position: fixed; /* Use fixed so it's always on top */
    bottom: 0px;
    top:auto;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background-color: var(--color-white);
    height: 114px;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between; /* This moves CANDOR to the left */
    padding-right: 2rem; /* Add horizontal padding */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: var(--font-size-14xl);
    font-family: var(--font-afacad);
  }
.p {
    margin: 0;
}
.link {
    text-decoration: underline;
    color: var(--color-darkslateblue);
}
.ernala-s-k {
    font-weight: 300;
}
.span {
    color: var(--color-dimgray);
}
.heading-6-container1 {
    width: 100%;
}
.heading-6-container {
    position: absolute;
    top: 100px;
    left: 230px;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    width: 980px;
    height: 3400px;
    color: var(--color-dimgray);
    font-family: var(--font-archivo);
}
.publications-page {
    width: 100%;
    position: relative;
    background: linear-gradient(#f5fcff, #f5fcff), #f5fcff;
    height: 3719px;
    overflow-y: auto;
    text-align: left;
    font-size: 44px;
    color: var(--color-darkslateblue);
    font-family: var(--font-inter);
}


body {
    margin: 0;
    line-height: normal;
}


:root {
    
    /* Fonts */
    --font-inter: Inter;
    --font-afacad: Afacad;
    --font-archivo: Archivo;
    
    /* font sizes */
    --font-size-sm: 14px;
    --font-size-xl: 20px;
    --font-size-3xl: 22px;
    --font-size-5xl: 24px;
    --font-size-14xl: 33px;
    --font-size-16xl: 35px;
    --font-size-20xl: 39px;
    
    /* Colors */
    --color-aliceblue: #eefaff;
    --color-black: #000;
    --color-aliceblue-100: #f5fcff;
    --color-darkolivegreen: #496e30;
    --color-darkslateblue: #1d458b;
    --color-dimgray-100: #5a5b5e;
    --color-dimgray: #5a5b5e;
    --color-honeydew: #f7fff1;
    --color-palegreen: #beff92;
    --color-white: #fff;
    
    /* Gaps */
    --gap-3xs: 10px;
    --gap-smi: 13px;
    
    /* Paddings */
    --padding-2xl: 21px;
    --padding-8xl: 27px;
    --padding-11xl: 30px;
    --padding-24xl: 43px;
    
    /* Border radiuses */
    --br-7xs: 6px;
    --br-5xs: 8px;
    
}

@media (max-width: 1024px) {
    .navbar {
      flex-direction: column;
      height: auto;
      padding: 1rem;
      font-size: 1.3rem;
      justify-content: center;
      align-items: center;
    }
  
    .how-it-works-parent {
        flex-direction: row;
        gap: 1rem;
        font-size: 1rem;
        width: 100%;
      }
  
    .background {
      position: relative;
      height: auto;
      padding: 1rem;
    }
  
    .heading-4 {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 1rem;
    }
  
    .background1 {
        position: relative;
        top: 0;
        left: 0;
        width: 10rem;
        height: 4rem;
        padding-left: 1rem;
        margin: 0.5rem auto;
        border-radius: 6px;
        background-color: #beff92;
        text-align: center;
        box-sizing: border-box;
      }
      
  
    .heading-6-container {
      position: relative;
      top: 0;
      left: 0;
      width: 90%;
      height: auto;
      font-size: 1rem;
      line-height: 1.6;
      margin: 1rem auto;
    }
  
    .image-14-icon,
    .image-15-icon {
      position: relative;
      top: 0;
      left: 0;
      width: 80%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }
  
    .contact {
      position: relative;
      top: auto;
      width: 100%;
      height: auto;
      padding: 1.5rem 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      margin-top: 2rem;
    }
  
    .publications-page {
      height: auto;
      font-size: 1.8rem;
    }
  }
  