#nav .menu-wrapper{
    display: none;
}

#hero {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 161, 85, 0.3) 100%);
}
#hero .header{
    max-width: 900px;
    margin: 0 auto;
}
#hero .header h1 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: -1.44px;
    margin-bottom: 20px;
}
#hero .header h1 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: -1.44px;
}
#hero .header p {
    color: rgba(26, 26, 26, 0.7);
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

#infographic {
    padding: 190px 0;
    background: #FFF;
}

#infographic .tag {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 6px 16px;
    border-radius: 16px;
    margin-bottom: 18px;
    background: #FFF2E9;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    text-transform: uppercase;
}

#infographic .content h2 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
letter-spacing: -0.48px;
    margin-bottom: 14px;
}

#infographic .content h2 strong {
    color: var(--Brand-Orange, #F7710D);
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
letter-spacing: -0.48px;
}

#infographic .content p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 18px;
}


#infographic .content p:last-of-type {
    margin-bottom: 0;
}

#infographic .content .click {
    margin-top: 40px;
}

#infographic .image {
    max-width: 510px;
    margin-left: auto;
}

#infographic .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

@media (max-width: 1200px) {

    #infographic .image {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    #infographic .content .click {
        margin-top: 40px;
    }
}
