.cp__footer{
    /* width: 1440px; */
    width: 100%;
    /* height: 549px; */
    flex-shrink: 0;
    background:  #FEF9F4;
    padding: 60px 0 0;
    position: relative;
    z-index: 2;
}
.cp__footer .logo {
    margin-bottom: 30px;
}
.cp__footer .app-store {
    margin-bottom: 75px;
}
.cp__footer .app-store span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px; /* 150% */
}
.cp__footer .contact {
    color: #183028;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 124% */
}
.cp__footer .divider {
    width: 280px;
    height: 1px;
    background: #DBDFE1;
    margin: 24px 0;
}
.cp__footer .social {
    display: flex;
    gap: 20px;
}
.cp__footer .top-links {
    padding-left: 0;
    padding-right: 0;
}
.cp__footer  .top-links .links span{
    display: block;
    color:  #E87722;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 32px 0 12px;
}
.cp__footer .top-links .links ul {
    list-style: none;
    padding-left: 0;
}
.cp__footer .top-links .links ul li {
    color:  #183028 !important;
    font-style: normal;
    font-weight: 450;
    line-height: 24px; /* 150% */
    margin-bottom: 8px;
}
.cp__footer .top-links .links ul li a {
    font-size: 16px;
}
.cp__footer .top-links .links a, 
.cp__footer .top-links .links a:hover {
    color: #183028 !important;
}
.cp__footer .bottom-links {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #DBDFE1;
    padding: 16px 0;
}
.cp__footer .bottom-links.container:before,
.cp__footer .bottom-links.container:after {
    content: none;
}
.cp__footer .bottom-links{
    color: #636566 !important;
}
.cp__footer .bottom-links a,
.cp__footer .bottom-links a:hover {
    color: #636566 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px; /* 150% */
    position: relative;
    margin-right: 2px;
}
.cp__footer .bottom-links a:last-child:after {
    content: none;
}
.cp__footer .bottom-links .copyright {
    color: #183028 !important;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px; /* 150% */
}


.tab input {
    display: none;
}

.tab__label {
    color: #E87722;
}

/* Multi screen adjustment */
@media only screen and (min-width: 1264px){
    .cp__footer .container{
        max-width: 1450px;
    }
}
@media (min-width: 1200px){
    .cp__footer .container{
        width: 1450px;
    }
}
@media (max-width: 500px) {
    .cp__footer {
        padding: 50px 20px 25px;
    }
    .cp__footer .app-store{
        text-align: center;
        margin-bottom: 0;
    }
    .cp__footer .top-links .links{
        margin-bottom: 95px;
    }
    .cp__footer .divider{
        margin: 24px auto;
    }
    .cp__footer .social{
        justify-content: center;
    }
    .cp__footer .bottom-links{
        display: block;
        text-align: center;
        border-top: 0;
    }
    .cp__footer .bottom-links .links{
        padding-bottom: 24px;
        border-bottom: 1px solid #DBDFE1;
        margin-bottom: 16px;
    }
    .cp__footer .bottom-links .copyright{
        text-align: center;
    }
    .cp__footer .top-links .links ul {
        padding-left: 12px;
    }
    /* Core styles/functionality */
    .tab {
        position: relative;
    }
    .tab input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    .tab__content {
        max-height: 0;
        overflow: hidden;
        transition: all 0.35s;
    }
    .tab input:checked ~ .tab__content {
        max-height: 10rem;
    }
    .tab__label {
        color: #183028;
    }
    /* Visual styles */
    .accordion {
        border-radius: 0.5rem;
        overflow: hidden;
    }
    .tab__label,
    .tab__close {
        display: flex;
        cursor: pointer;
    }
    .tab__label {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid #DBDFE1;
    }
    .tab__label::after {
        content: url("../../images/reskin/footer/plus.svg");
        width: 1em;
        height: 1em;
        text-align: center;
        transform: rotate(0deg);
        transition: all 0.35s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        font-size: 24px;
    }
    /* .tab input:checked + .tab__label::after {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
    } */
    .tab__content p {
        margin: 0;
        padding: 1rem;
    }
    .tab__close {
        justify-content: flex-end;
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
    .accordion--radio {
        --theme: var(--secondary);
    }
}
