.header {
    margin-top: 52px;
    margin-bottom: 25px;
}

.hero{
    padding-bottom: 138px;
    border-radius: 15px;
}

.bannerText {
    width: 100%;
}
.bannerText h2 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    margin: 0 0 12px 0;
}
.bannerText h1 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -3px;
    margin: 0 0 12px 0;
}
.bannerText p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
   /* 36px */
    letter-spacing: 0.36px;
    margin: 0 0 32px 0;
    font-family: "Nexa", sans-serif;
}
.bannerText .bannerLinks {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}


.header .headerWrapper {
    width: 100%;
    padding-top: 32.5px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .headerWrapper .logoArea a {
    display: flex;
}
.header .headerWrapper .menuArea ul {
    display: flex;
    align-items: center;
    gap: 60px;
}
.header .headerWrapper .menuArea ul li {
    display: flex;
}
.header .headerWrapper .menuArea ul li a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}
.header .headerWrapper .menuArea ul li a:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.header .headerWrapper .linkArea a {
    cursor: pointer;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    border-radius: 32px;
    background: #FF00B8;
    display: flex;
    justify-content: center;
    padding: 16px 24px;
    gap: 16px;
    align-items: center;
}
.header .headerWrapper .linkArea a:hover {
}
