.footer {
    border-radius: 0;
    background: var(--wc-gray900);
    padding: 120px 100px 50px;
}
.footermenu-title {
    color: hsl(0deg 0% 100% / 70%);
    font-size: 24px;
    font-style: normal;
    line-height: 27px;
    font-family: 'Proxima-Nova-Semibold';
    margin-bottom: 20px;
    opacity: 1;
}
.footermenu-box ul li{
    margin-bottom: 10px;
}
.footermenu-box ul li a{
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Semibold';
    transition: all 0.4s ease 0s;
}
.footermenu-box ul li a:hover{
    color: rgba(255, 255, 255, 1);
    transition: all 0.4s ease 0s;
}
.footerAreas {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 120px;
    border-bottom: 1px solid #cccccc2e;
    padding-bottom: 120px;}
.footerAreas-right {
    width: 100%;
}
.footermenu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.footerBottoms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}
.footerBottoms-left span{
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    line-height: 30px; 
    letter-spacing: -0.5px;
    font-family: 'Proxima-Nova-Regular';
}
.footerBottoms-left strong{
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: -0.5px;
    font-family: 'ProximaNova-Bold';
}
.social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.social > a {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social img{
    opacity: 0.5;
    width: 20px;
    transition: all 0.4s ease 0s;
}
.social > a img:hover {
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.footercustomwidth{
    max-width: 968px;
    width: 100%;
}