.vo_ca_footer {
    background-color: var(--bgModal);
    max-width: 100vw;
    overflow: hidden;
    padding: 50px 20px
}

@media(max-width:800px) {
    .vo_ca_footer .vo_ca_wrap .vo_ca_row {
        grid-gap: 20px
    }
}

@media(max-height:450px), (max-width:700px) {
    .vo_ca_footer {
        padding: 50px 10px 100px
    }

    .vo_ca_footer .vo_ca_wrap .vo_ca_row {
        grid-gap: 30px;
        grid-template-columns: 1fr
    }

    .vo_ca_footer .vo_ca_wrap .vo_ca_row .vo_ca_col {
        padding-left: 7%
    }

    .vo_ca_footer .vo_ca_wrap .vo_ca_last {
        grid-gap: 25px;
        grid-template-columns: 1fr
    }

    .vo_ca_footer .vo_ca_wrap .vo_ca_last .vo_ca_in-line {
        justify-content: center !important
    }

    .vo_ca_footer .vo_ca_wrap .vo_ca_last .vo_ca_in-line.vo_ca_top {
        grid-area: 1
    }
}

.vo_ca_footer .vo_ca_wrap {
    margin: 0 auto;
    max-width: 1280px
}

.vo_ca_footer .vo_ca_show-more {
    align-items: center;
    background-color: #1d293d;
    border: 2px solid #0000;
    border-radius: 13px;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    justify-content: center;
    transition: border-color .3s ease-in-out
}

.vo_ca_footer .vo_ca_show-more:hover {
    border-color: var(--blue)
}

.vo_ca_footer .vo_ca_row {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    padding-bottom: 30px;
    position: relative;
    width: 100%
}

.vo_ca_footer .vo_ca_row:after {
    background-color: var(--line);
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 30px)
}

.vo_ca_footer .vo_ca_row .vo_ca_col {
    display: flex;
    flex-direction: column
}

.vo_ca_footer .vo_ca_row .vo_ca_col .vo_ca_logo {
    margin-bottom: 20px;
    width: 180px
}

.vo_ca_footer .vo_ca_row .vo_ca_col a,
.vo_ca_footer .vo_ca_row .vo_ca_col p {
    color: var(--textSecondary);
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    transition: .15s ease
}

.vo_ca_footer .vo_ca_row .vo_ca_col h2 {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px
}

.vo_ca_footer .vo_ca_row .vo_ca_col.vo_ca_list a,
.vo_ca_footer .vo_ca_row .vo_ca_col.vo_ca_list p {
    font-size: 14px;
    padding: 4px 0
}

.vo_ca_footer .vo_ca_row .vo_ca_col.vo_ca_list .vo_ca_sub-link {
    cursor: pointer;
    text-decoration: underline
}

.vo_ca_footer .vo_ca_row .vo_ca_col.vo_ca_list .vo_ca_sub-link,
.vo_ca_footer .vo_ca_row .vo_ca_col.vo_ca_list a {
    display: inline-block
}

.vo_ca_footer .vo_ca_row .vo_ca_col.vo_ca_list .vo_ca_sub-link:hover,
.vo_ca_footer .vo_ca_row .vo_ca_col.vo_ca_list a:hover {
    color: var(--text)
}

.vo_ca_footer .vo_ca_row.vo_ca_simple {
    grid-column-gap: 20px;
    grid-row-gap: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
    padding: 30px 0;
    text-align: center;
    width: 100%
}

@media(max-width:700px) {
    .vo_ca_footer .vo_ca_row.vo_ca_simple {
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr))
    }

    .vo_ca_footer .vo_ca_row.vo_ca_simple a img {
        width: 100%
    }
}

.vo_ca_footer .vo_ca_row.vo_ca_simple img {
    max-height: 45px
}

.vo_ca_footer .vo_ca_row a {
    align-items: center;
    display: flex;
    justify-content: center;
    transition: opacity .3s ease
}

.vo_ca_footer .vo_ca_row a:hover {
    opacity: .7
}

.vo_ca_footer .vo_ca_row .vo_ca_icon {
    width: 108px
}

.vo_ca_footer .vo_ca_social-links {
    align-items: center;
    column-gap: 20px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
    row-gap: 20px !important
}

.vo_ca_footer .vo_ca_social-links .vo_ca_item {
    background-color: #1d293d;
    border: 2px solid #0000;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    gap: 10px;
    padding: 10px;
    transition: border-color .3s ease-in-out
}

.vo_ca_footer .vo_ca_social-links .vo_ca_item img {
    align-self: center;
    height: 30px;
    width: 30px
}

.vo_ca_footer .vo_ca_social-links .vo_ca_item .vo_ca_desc {
    flex: 1 1
}

.vo_ca_footer .vo_ca_social-links .vo_ca_item .vo_ca_desc .vo_ca_name {
    color: #3c4c6e;
    font-size: 12px;
    font-weight: 700
}

.vo_ca_footer .vo_ca_social-links .vo_ca_item .vo_ca_desc .vo_ca_at {
    font-weight: 900
}

.vo_ca_footer .vo_ca_social-links .vo_ca_item:hover {
    border-color: var(--blue)
}

.vo_ca_footer .vo_ca_last {
    grid-gap: 15px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 10px 0
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line {
    grid-gap: 10px;
    align-items: center;
    display: flex;
    width: 100%
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line svg {
    height: 50px;
    margin-right: 15px;
    width: 50px
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line p {
    color: var(--textSecondary);
    font-size: 13px;
    font-weight: 300
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line:last-child {
    justify-content: flex-end
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line .vo_ca_rate {
    align-items: center;
    border-radius: 20px;
    color: var(--textSecondary);
    display: flex;
    font-size: 12px;
    justify-content: center;
    padding: 10px 15px
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line iframe {
    background-color: var(--bgModal);
    height: 40px;
    width: 40px
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line a {
    transition: opacity .3s ease
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line a .vo_ca_licence {
    border-radius: 10px;
    width: 90px
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line a:hover {
    opacity: .7
}

.vo_ca_footer .vo_ca_last .vo_ca_in-line a .vo_ca_ter {
    height: 32px;
    width: 40px
}