.oak-footer {
    border-radius: var(--oak-radius-l);
    background-color: var(--oak-olive-800);
    color: var(--oak-white);
    display: flex;
    flex-direction: column;
    gap: var(--oak-spacing-xl);
}
@media(max-width:1024px){
    .oak-footer {
        gap: 0px;
    }
}

.oak-footer .oak-logo {
    width: 186px;
    height: auto;
}
@media(max-width:1024px){
    .oak-footer .oak-logo {
        width: 116px;
    }
}

.oak-footer a {
    color: var(--oak-white);
    text-decoration: none;
    outline: none;
}

.oak-footer a:hover,
.oak-footer a:focus {
    color: var(--oak-green-500);
}

.oak-footer-r1,
.oak-footer-r2 {
    padding: var(--oak-spacing-2xl);
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
@media (max-width: 1440px) {
    .oak-footer-r1,
    .oak-footer-r2 {
        gap: 50px;
    }
}
@media (max-width: 1199px) {
    .oak-footer-r1,
    .oak-footer-r2 {
        gap: 50px;
    }
}
@media (max-width: 1024px) {
    .oak-footer-r1 {
        gap: 0px;
    }
    .oak-footer-r2 {
        gap: 30px;
    }
}
.oak-footer-r1 {
    padding-bottom: 0px;
}
.oak-footer-r2 {
    padding-top: 0px;
    padding-bottom: 70px;
}


.oak-footer-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.oak-footer-socials a:hover svg,
.oak-footer-socials a:focus svg {
    fill: var(--oak-green-500);
}


@media (max-width: 1440px) {
    .oak-footer-r1,
    .oak-footer-r2 {
        padding: var(--oak-spacing-2xl) var(--oak-spacing-xl);
    }
    .oak-footer-r1 {
        padding-bottom: 0px;
    }
    .oak-footer-r2 {
        padding-top: 0px;
        padding-bottom: 70px;
    }
}

@media (max-width: 1024px) {
    .oak-footer-r1,
    .oak-footer-r2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: var(--oak-spacing-xl);
    }
    .oak-footer-r1 {
        padding-bottom: 0px;
    }
    .oak-footer-r2 {
        padding-top: 0px;
    }

    .oak-footer-socials {
        order: 0;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .oak-footer-r1,
    .oak-footer-r2 {
        padding: var(--oak-spacing-xl) var(--oak-spacing-m);
    }
    .oak-footer-r1 {
        padding-bottom: 0px;
    }
    .oak-footer-r2 {
        padding-top: 0px;
    }
}

@media (max-width: 512px) {
    .oak-footer-r1,
    .oak-footer-r2 {
        padding: var(--oak-spacing-l) var(--oak-spacing-s);
    }
    .oak-footer-r1 {
        padding-bottom: 0px;
    }
    .oak-footer-r2 {
        padding-top: 0px;
    }
}

.oak-footer-r1-c1 {
    width: 188px;
    min-width: 188px;
    max-width: 188px;
}
.oak-footer-r1-c2,
.oak-footer-r1-c3 {
    min-width: calc(50% - 194px);
    width: calc(50% - 194px);
}
@media(max-width:1440px) {
    .oak-footer-r1-c2,
    .oak-footer-r1-c3 {
        min-width: calc(50% - 144px);
        width: calc(50% - 144px);
    }
}
@media(max-width:1199px) {
    .oak-footer-r1-c2,
    .oak-footer-r1-c3 {
        min-width: calc(50% - 124px);
        width: calc(50% - 124px);
    }
}
@media(max-width:1024px) {
    .oak-footer-r1-c1 {
        margin-bottom:40px;
    }
    .oak-footer-r1-c2,
    .oak-footer-r1-c3 {
        width: 100%;
    }
}

.oak-footer-r1-c3 h4 {
    margin-bottom: 23px;
}

.oak-footer-menu-sections,
.oak-footer-address-sections {
    width: 100%;
    column-count: 2;
    column-gap: 20px;
}
@media(max-width:1199px) {
    .oak-footer-menu-sections,
    .oak-footer-address-sections {
        column-count: 1;
    }
}
@media(max-width:1024px) {
    .oak-footer-address-sections {
        display:none;
    }
}
.oak-footer-address-section,
.oak-footer-menu-section {
    display: inline-block;
}
.oak-footer-address-section h5 {
    padding-bottom: 20px;
    font-size:20px;
}
.oak-footer-address-section {
    margin-bottom:25px;
    width:100%;
}

.oak-footer-menu-section {
    width: 100%;
}
.oak-footer-menu-section nav {
    padding: 20px 0px;
    margin-bottom: 25px;
}
@media(min-width:1025px) {
    .oak-footer-menu-section nav {
        display:block !important;
    }
}
@media(max-width:1024px) {
    .oak-footer-menu-section nav {
        display: none;
        padding: 5px 0px;
    }
}
.oak-footer-menu-section nav a {
    display: block;
    font-style: normal;
    word-wrap: break-word;
}
@media(max-width:1199px){
    .oak-footer-menu-section nav a {
    }
}
.oak-footer-address p {
    margin-bottom: 20px;
    font-style:normal;
}

.oak-footer-accreditations {
    margin-top: 20px;
}
.oak-footer-accreditations-list {
    padding-top: 20px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
@media(max-width:1250px) {
    .oak-footer-accreditations-list {
        gap: 15px;
    }
}
@media(max-width:1024px){
    .oak-footer-accreditations-list {
        padding-top:30px;
    }
}
@media(max-width:512px) {
    .oak-footer-accreditations-list {
        padding-top: 20px;
    }
}

.oak-footer-accreditations-list img {
    height: 82px;
}
@media(max-width:1850px) {
    .oak-footer-accreditations-list img {
        height: 74px;
    }
}
@media(max-width:1750px) {
    .oak-footer-accreditations-list img {
        height: 66px;
    }
}
@media(max-width:1650px) {
    .oak-footer-accreditations-list img {
        height: 58px;
    }
}
@media(max-width:1550px) {
    .oak-footer-accreditations-list img {
        height: 50px;
    }
}
@media(max-width:1024px) {
    .oak-footer-accreditations-list img {
        height: 40px;
    }
}

@media(max-width:1024px) {
    .oak-footer-accred {
        order: 5;
    }
}

.oak-footer-menu-section svg,
.oak-footer-r1-c3 svg {
    margin-left: 10px;
    display: none;
}
@media(max-width:1024px) {
    .oak-footer-menu-section svg,
    .oak-footer-r1-c3 svg {
        display: inline-block;
        transition: .18s transform;
    }
}

.oak-footer-menu-section h4,
.oak-footer-r1-c3 h4 {
    padding-bottom:0px;
}
@media(max-width:1024px) {
    .oak-footer-menu-section h4,
    .oak-footer-r1-c3 h4 {
        cursor: pointer;
        justify-content: center;
        align-items: center;
        display:flex;
    }
}

.oak-footer-menu-section.accordion-active svg,
.oak-footer-r1-c3.accordion-active svg {
    transform: rotate(180deg);
}