#hero {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #FFF;
}
#hero:before,
#hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 260px;
    height: 150px;
    pointer-events: none;
}
#hero:before {
    left: 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
    clip-path: polygon(0 45%, 55% 100%, 0 100%);
}
#hero:after {
    right: 0;
    width: 390px;
    height: 270px;
    background: linear-gradient(90deg, #F9E213 0%, #00A155 99.38%);
    clip-path: polygon(100% 20%, 100% 100%, 0 100%);
}
#hero .container {
    position: relative;
    z-index: 2;
}
#hero .content {
    max-width: 560px;
}
#hero .content h1 {
    color: #1A1A1A;
    font-family: "Proxima-Nova";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: -1.44px;
    margin-bottom: 20px;
}
#hero .content 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 .content h1:after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 24px;
    border-radius: 33554400px;
    background: linear-gradient(90deg, #00A155 0%, #4AAB53 7.14%, #6EB54F 14.29%, #8CBE4A 21.43%, #A9C744 28.57%, #C4D03B 35.71%, #DFD92D 42.86%, #F9E213 50%, #FBD312 57.14%, #FCC311 64.29%, #FCB411 71.43%, #FCA410 78.57%, #FB930F 85.71%, #F9830E 92.86%, #F7710D 100%);
}
#hero .content p {
    color: rgba(26, 26, 26, 0.7);
    font-family: "Niveau-Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
#hero .content .click {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 40px;
}
#hero .content .click .btn {
    max-width: fit-content;
}
@media (max-width: 500px) {
    #hero .content .click {
        flex-direction: column;
        align-items: start;
    }
}
#hero .stats {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
    border-top: 1px solid #E6E8EC;
    margin-top: 55px;
    padding-top: 28px;
}
#hero .stat h3 {
    color: #00A155;
    font-family: "Niveau-Grotesk";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 4px;
}
#hero .stat:nth-child(even) h3 {
    color: #F7710D;
}
#hero .stat p {
    color: rgba(26, 26, 26, 0.6);
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
#hero .guide {
    max-width: 600px;
    margin-left: auto;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #F8F9FA 0%, #FAFBFC 33.33%, #FDFDFD 66.67%, #FFF 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 34px 36px 36px;
}
#hero .guide .content {
    max-width: 100%;
}
#hero .guide .content h2 {
    color: #1A1A1A;
    font-family: "Proxima-Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}
#hero .guide .content p {
    color: rgba(26, 26, 26, 0.7);
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
#hero .guide ul {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}
#hero .guide li {
    color: rgba(26, 26, 26, 0.8);
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 13px;
    display: flex;
}
#hero .guide li img {
    margin-right: 10px;
}
#hero .guide .click {
    margin-top: 30px;
}
#hero .guide .click .btn {
    width: 100%;
}
@media (max-width: 1200px) {
    #hero .guide {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #hero .stats {
        gap: 24px;
    }
    #hero .stat {
        width: calc(33.333% - 16px);
    }
    #hero .guide {
        padding: 28px 24px;
    }
}

#expertise {
    padding: 100px 0;
    background: #F8F9FA;
}

#expertise .content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

#expertise .content h2 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 100% */
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}

#expertise .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
}

#expertise .content p {
    color: rgba(26, 26, 26, 0.70);
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.5px; /* 162.5% */
    margin-bottom: 0;
}

#expertise .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 76px;
}

#expertise .item {
    width: calc(33.333% - 27px);
    text-align: center;
}

#expertise .item .icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #DFF5EB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
}

#expertise .item:nth-child(even) .icon {
    background: #FFF0E8;
}

#expertise .item:nth-child(3) .icon {
    background: #FFF9C7;
}

#expertise .item .icon img {
    max-width: 26px;
    max-height: 26px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#expertise .item h3 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 100% */
    margin-bottom: 10px;
}

#expertise .item p {
    color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #expertise .item {
        width: calc(33.333% - 27px);
    }
}

@media (max-width: 767px) {

    #expertise .wrap {
        margin-top: 50px;
        gap: 38px;
    }

    #expertise .item {
        width: 100%;
    }
}

#commitment {
    position: relative;
    padding: 100px 0 125px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #073D2F;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

#commitment:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    z-index: 3;
    background: linear-gradient(45deg, #F9E213 0%, #F7710D 100%)
}

#commitment .container {
    position: relative;
    z-index: 2;
}

#commitment .content .tag {
    color: #F9E213;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

#commitment .content h2 {
    color: #FFF;
    font-family: "Proxima-Nova";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px; /* 105% */
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}

#commitment .content p {
    color: rgba(255, 255, 255, 0.90);
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px; /* 162.5% */
}

#commitment .content .click {
    margin-top: 40px;
}

@media (max-width: 767px) {
    #commitment {
        background-position: 65% center;
    }

    #commitment:before {
        background: rgba(0, 58, 43, 0.82);
    }

    #commitment .content {
        max-width: 100%;
    }
}

#video {
    padding: 100px 0;
    background: #FFF;
}

#video .content {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

#video .content h2 {
color: #1A1A1A;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
letter-spacing: -0.48px;
    margin-bottom: 20px;
}

#video .content h2 strong {
    color: var(--Brand-Green, #00A155);
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
letter-spacing: -0.48px;
}

#video .content p {
color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

#video .video {
    max-width: 1024px;
    margin: 50px auto 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(17, 23, 41, 0.16);
}

#video .video iframe,
#video .video video {
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
    border: 0;
    display: block;
}

#video .video > div,
#video .video .wp-video {
    width: 100% !important;
}

@media (max-width: 767px) {

    #video .video {
        margin-top: 40px;
        border-radius: 12px;
    }
}

#approach {
    padding: 100px 0;
    background: #F8F9FA;
}

#approach .image {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

#approach .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 600/750;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 35px rgba(17, 23, 41, 0.14);
    display: block;
}

#approach .stat {
    position: absolute;
    right: -16px;
    bottom: -18px;
    min-width: 126px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 12px 28px rgba(17, 23, 41, 0.18);
    padding: 18px 17px 16px;
}

#approach .stat h3 {
color: #00A155;
font-family: "Niveau-Grotesk";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
    margin-bottom: 4px;
}

#approach .stat p {
color: rgba(26, 26, 26, 0.60);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
    margin-bottom: 0;
}

#approach .content {
    max-width: 520px;
}

#approach .content .tag {
color: #FF5C00;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    margin-bottom: 13px;
}

#approach .content h2 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 104.167% */
letter-spacing: -0.48px;
    margin-bottom: 20px;
}

#approach .content h2 strong {
    color: var(--Brand-Green, #00A155);
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 50px;
letter-spacing: -0.48px;
}

#approach .content p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 162.5% */
    margin-bottom: 0;
}

#approach .wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 38px;
}

#approach .item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

#approach .item .number {
color: #00A155;
font-family: "Niveau-Grotesk";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 100% */
    flex: 0 0 34px;
}

#approach .item:nth-child(even) .number {
    color: #F7710D;
}

#approach .item:nth-child(3) .number {
    color: rgba(247, 113, 13, 0.60);
}


#approach .item .text h3 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
    margin-bottom: 9px;
}

#approach .item .text p {
color: rgba(26, 26, 26, 0.65);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
}

@media (max-width: 767px) {

    #approach .stat {
        right: 14px;
    }

    #approach .item {
        gap: 18px;
    }

    #approach .item .number {
        flex-basis: 30px;
    }
}

.testimonial {
    padding: 100px 0;
    background: #F8FCFA;
}

.testimonial .wrap {
    max-width: 920px;
    margin: 0 auto;
}

.testimonial .quote {
    color: rgba(0, 161, 85, 0.10);
    font-family: "niveau-grotesk";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px; /* 100% */
    margin-bottom: -50px;
}

.testimonial .content p {
color: #1A1A1A;
font-family: "niveau-grotesk";
font-size: 30px;
font-style: italic;
font-weight: 400;
line-height: 48.75px; /* 162.5% */
    margin-bottom: 0;
}

.testimonial .author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.testimonial .author .image {
    width: 48px;
    height: 48px;
    flex: 0 0 46px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial .author .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial .author .text h3 {
color: #1A1A1A;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
    margin-bottom: 3px;
}

.testimonial .author .text p {
color: rgba(26, 26, 26, 0.60);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    margin-bottom: 0;
}

#choose {
    padding: 100px 0;
    background: #FFF;
}

#choose .content.top {
    margin: 0 auto;
    text-align: center;
}

#choose .content h2 {
color: #1A1A1A;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
letter-spacing: -0.48px;
    margin-bottom: 20px;
}

#choose .content h2 strong {
color: #00A155;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
letter-spacing: -0.48px;
}

#choose .content p {
color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

#choose .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 70px;
}

#choose .item {
    width: calc(33.333% - 20px);
    min-height: 225px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #FFF;
    padding: 32px 32px 34px;
}

#choose .item .icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #DFF5EB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

#choose .item:nth-child(even) .icon {
    background: #FFF0E8;
}

#choose .item .icon img {
    max-width: 22px;
    max-height: 22px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#choose .item .content h3 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
    margin-bottom: 18px;
}

#choose .item .content p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
    text-align: left
}

@media (max-width: 1200px) {
    #choose .item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {

    #choose .wrap {
        margin-top: 45px;
        gap: 20px;
    }

    #choose .item {
        width: 100%;
        min-height: 0;
        padding: 28px 24px;
    }
}

#guide {
    padding: 100px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.05) 100%);
}

#guide .content {
    max-width: 540px;
}

#guide .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #00A155;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
    padding: 6px 16px;
    border-radius: 50px;
    background: #DFF5EB;
    margin-bottom: 24px;
}

#guide .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: 28px;
}

#guide .content p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 162.5% */
    margin-bottom: 0;
}

#guide .content ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

#guide .content li {
    position: relative;
color: rgba(26, 26, 26, 0.80);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    margin-bottom: 18px;
    img{
        margin-right: 10px;
    }
}

#guide .content li:last-child {
    margin-bottom: 0;
}

#guide .content .click {
    margin-top: 40px;
}

#guide .card {
    max-width: 545px;
    display: block;
    margin-left: auto;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 20px 45px rgba(17, 23, 41, 0.18);
    overflow: hidden;
}

#guide .card .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 550/501;
    object-fit: cover;
    display: block;
}

#guide .card .content {
    max-width: 100%;
    padding: 0px 32px 0;
}

#guide .card .content h3 {
    color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
    margin-bottom: 14px;
}

#guide .card .content p {
color: rgba(26, 26, 26, 0.50);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    margin-bottom: 0;
}

#guide .card .wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #E6E8EC;
    margin: 58px 32px 0;
    padding: 24px 0 28px;
}

#guide .card .wrap p {
    color: rgba(26, 26, 26, 0.60);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    margin-bottom: 0;
}

@media(max-width:1200px){
    #guide .card {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    #guide .card .content {
        padding: 24px 24px 0;
    }

    #guide .card .wrap {
        margin: 42px 24px 0;
    }
}

#trusted {
    padding: 100px 0;
    background: #FFF;
}

#trusted .content {
    margin: 0 auto;
    text-align: center;
}

#trusted .content h2 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    letter-spacing: -0.48px;
    margin-bottom: 24px;
}

#trusted .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
}

#trusted .content p {
    color: rgba(26, 26, 26, 0.70);
    text-align: center;
    font-family: "Niveau-grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 0;
}

#trusted .wrap {
    margin: 86px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 50px;
}

#trusted .item {
    width: 25%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#trusted .item img {
    display: block;
    max-width: 284px;
    max-height: 78px;
    aspect-ratio: 284/78;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 991px) {

    #trusted .wrap {
        margin-top: 50px;
        row-gap: 34px;
    }

    #trusted .item {
        width: 50%;
    }
}

@media (max-width: 576px) {

    #trusted .item {
        width: 100%;
    }
}

#green_cta {
    padding: 50px 0;
    background: #00A155;
}

#green_cta .content h2 {
color: #FFF;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 125% */
letter-spacing: -0.48px;
    margin-bottom: 28px;
}

#green_cta .content p {
color: #FFF;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 162.5% */
    margin-bottom: 0;
}

#green_cta .click {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin-top: 0;
    .btn{
        max-width: fit-content;
    }
}

@media (max-width: 1200px) {
    #green_cta .content {
        max-width: 100%;
    }

    #green_cta .click {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    #green_cta .click {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

#testimonial2 .quote{
    color: rgba(255, 92, 0, 0.10);
font-family: "Niveau-Grotesk";
font-size: 96px;
font-style: normal;
font-weight: 700;
line-height: 96px; /* 100% */
}

#cta {
    padding: 50px 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
}

#cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#cta .content {
    max-width: 760px;
}

#cta .content .tag {
    color: rgba(122, 53, 0, 0.70);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    margin-bottom: 10px;
}

#cta .content h2 {
color: #000;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
letter-spacing: -0.36px;
}

#cta .content h2 strong {
    color: #FFF;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: -0.36px;
}

#cta .click {
    margin-top: 0;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    #cta .wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}