#hero {
    min-height: 530px;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 68% 98%, 32% 98%, 0 92%);
    clip-path: shape(from 0 0, line to 100% 0, line to 100% 92%, curve to 50% 98% with 82% 94% / 68% 98%, curve to 0 92% with 32% 98% / 18% 94%, close);
}

#hero .container {
    position: relative;
    z-index: 1;
}

#hero .content {
    max-width: 820px;
}

#hero .content h1 {
    color: #FFF;
font-family: "Neo Sans";
font-size: 55px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 98.182% */
    margin-bottom: 20px;
}

#hero .content h1 strong {
    color: #CDFF00;
    font-weight: 500;
}

#hero .content p {
    color: rgba(255, 255, 255, 0.90);
font-family: "Neo Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

#hero .content .click i {
    margin-left: 18px;
}

@media (max-width: 1200px) {
    #hero {
        min-height: 500px;
        background-position: 58% center;
    }
    
        #hero::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.08) 100%);
    }
}

@media (max-width: 767px) {
    #hero {
        min-height: 460px;
        padding: 50px 0;
        background-position: 62% center;
        clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 99%, 0 94%);
        clip-path: shape(from 0 0, line to 100% 0, line to 100% 94%, curve to 50% 99% with 82% 96% / 68% 99%, curve to 0 94% with 32% 99% / 18% 96%, close);
    }

    #hero::before {
        background: rgba(0, 0, 0, 0.52);
    }

    #hero .content h1 {
        font-size: 36px;
        line-height: 42px;
    }

    #hero .content p {
        font-size: 16px;
        line-height: 26px;
    }
}

#headquarters {
    padding: 100px 0;
    background: #FFF;
}

#headquarters .content {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto 100px;
}

#headquarters .content h2 {
color: #000;
text-align: center;
font-family: "Neo Sans";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 45px; /* 93.75% */
    margin-bottom: 28px;
}

#headquarters .content h2 strong {
    font-weight: 500;
}

#headquarters .content p {
color: #000;
text-align: center;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
    margin-bottom: 0;
}

#headquarters .item {
    max-width: 280px;
    min-height: 226px;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    background: #F8F8F8;
}

#headquarters .top {
    min-height: 52px;
    padding: 15px 20px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #C8FF00;
}

#headquarters .top h3 {
color: #000;
text-align: center;
font-family: "Neo Sans";
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: 19px; /* 100% */
    margin-bottom: 0;
}

#headquarters .bottom {
    min-height: 174px;
    padding: 24px 22px 20px;
    display: flex;
    flex-direction: column;
}

#headquarters .type {
color: #000;
text-align: center;
font-family: "Neo Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 88.889% */
    margin-bottom: 54px;
}

#headquarters .details {
    margin-top: auto;
}

#headquarters .details a {
    display: flex;
    align-items: center;
    gap: 12px;
color: #000;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 100% */
    text-decoration: none;
}

#headquarters .details a + a {
    margin-top: 7px;
    color: #000;
font-family: "Neo Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
}

#headquarters .details a:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

#headquarters .details i {
    width: 16px;
    min-width: 16px;
    color: #A3D900;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

@media (max-width: 1200px) {
    #headquarters .content {
        margin-bottom: 70px;
    }

    #headquarters .item {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    #headquarters {
        padding: 50px 0;
    }

    #headquarters .content {
        margin-bottom: 45px;
    }

    #headquarters .content h2 {
        font-size: 34px;
        line-height: 42px;
    }

    #headquarters .item {
        max-width: 100%;
    }
}

#local {
    background: #042224;
}
#local .left {
    display: flex;
    align-items: center;
    padding: 0 50px 0 200px;
}
#local .right {
    position: relative;
}
#local .right::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 120px;
    background: linear-gradient(90deg, #042224 0%, rgba(4, 34, 36, 0.86) 7.14%, rgba(4, 34, 36, 0.71) 14.29%, rgba(4, 34, 36, 0.57) 21.43%, rgba(4, 34, 36, 0.43) 28.57%, rgba(4, 34, 36, 0.29) 35.71%, rgba(4, 34, 36, 0.14) 42.86%, rgba(4, 34, 36, 0.00) 50%, rgba(4, 34, 36, 0.00) 100%);
    z-index: 2;
    left: 10px;
}
#local .text h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 104.167% */
}
#local .text h2 strong {
    color: #CDFF00;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
#local .text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

#hero .btn-green:hover{
    color: #fff;
}