.files_block {
    border-bottom: 1px solid #d9d9d9;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.buttons_vertical-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.files_row-picto-image {
    width: 20px;
    transition: all .2s;
}

.global-padding {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
}

.banner-2-text-columns_right {
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.data_block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    display: flex;
}

.section-with-sidebar {
    grid-column-gap: 60px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.files_row-picto {
    grid-column-gap: 10px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 5px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

.banner-2-text-columns_columns {
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.banner-2-text-columns_left {
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.logos_grid {
    grid-column-gap: 35px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.paragraph-3 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
}

.logos_section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    display: flex;
}

.banner-2-text-columns_title-container {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.logos_grid-logo {
    object-fit: cover;
    width: auto;
    height: 46px;
    overflow: hidden;
}

.files_row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border: 0 solid #d9d9d9;
    border-top-width: 1px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 10px 8px;
    text-decoration: none;
    transition: all .2s;
    display: flex;
}

.banner-2-text-columns_content {
    grid-column-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.black-button {
    grid-column-gap: 10px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 8px 20px;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-decoration: none;
    transition: all .1s;
    display: flex;
    overflow: hidden;
}

.black-button:hover {
    background-color: #ff2e3d;
    border-color: #ff2e3d;
}

.breadcrumb_link {
    grid-column-gap: 10px;
    color: #757575;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    transition: all .1s;
    display: flex;
}

.breadcrumb_link:hover {
    color: #ff2e3d;
}

.banner-2-text-columns_right-text {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.logos_grid-link {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    transition: all .2s;
    display: flex;
}

.text_block {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.white-button-big {
    grid-column-gap: 10px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 9px 20px;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    overflow: hidden;
}

.white-button-big:hover {
    color: #fff;
    background-color: #ff2e3d;
    border-color: #ff2e3d;
}

.white-button-big.w--current {
    color: #fff;
    background-color: #000;
}

.banner-2-text-columns {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-decoration: none;
    display: flex;
}

.white-button {
    grid-column-gap: 10px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 8px 20px;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    transition: all .1s;
    display: flex;
    overflow: hidden;
}

.white-button:hover {
    color: #fff;
    background-color: #ff2e3d;
    border-color: #ff2e3d;
}

.data_block-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.title-8 {
    color: #000;
    text-transform: uppercase;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
}

.title-8.is-dark3 {
    color: #757575;
}

.title-3 {
    color: #000;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-decoration: none;
}

.hero-section-left_title-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    text-decoration: none;
    display: flex;
}

.paragraph-2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.logos_block {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.logos_title-section {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}

.title-5 {
    color: #000;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
}

.paragraph-6 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.paragraph-6.is-bold {
    font-weight: 700;
}

.paragraph-6.is-bold.is-dark2,
.paragraph-6.is-dark2 {
    color: #404040;
}

.section-with-sidebar_main {
    width: 100%;
}

.section-with-sidebar_sidebar {
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    max-width: 280px;
    height: auto;
    text-decoration: none;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .files_row-picto-image {
        height: 24px;
    }

    .banner-2-text-columns_right {
        grid-row-gap: 60px;
    }

    .paragraph-3 {
        font-size: 17px;
        line-height: 23px;
    }

    .title-3 {
        font-size: 40px;
        line-height: 40px;
    }

    .hero-section-left_title-container {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .paragraph-2 {
        font-size: 18px;
        line-height: 30px;
    }

    .title-5 {
        font-size: 20px;
        line-height: 24px;
    }

    .section-with-sidebar_sidebar {
        min-width: 300px;
        max-width: 300px;
    }
}

@media screen and (max-width: 991px) {
    .global-padding {
        padding-left: 35px;
        padding-right: 35px;
    }

    .section-with-sidebar {
        grid-row-gap: 50px;
        flex-flow: column;
    }

    .banner-2-text-columns_columns,
    .banner-2-text-columns_left {
        grid-row-gap: 40px;
    }

    .breadcrumb_link {
        font-size: 14px;
        line-height: 18px;
    }

    .hero-section-left_title-container {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .paragraph-2 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .files_row-picto-image {
        width: 17px;
    }

    .global-padding {
        padding-left: 25px;
        padding-right: 25px;
    }

    .banner-2-text-columns_right,
    .banner-2-text-columns_columns,
    .banner-2-text-columns_left {
        grid-row-gap: 30px;
    }

    .paragraph-3 {
        font-size: 15px;
        line-height: 21px;
    }

    .logos_grid-logo {
        height: 42px;
    }

    .files_row {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .title-3 {
        font-size: 28px;
        line-height: 28px;
    }

    .hero-section-left_title-container {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .paragraph-2 {
        font-size: 15px;
        line-height: 24px;
    }

    .logos_title-section {
        font-size: 16px;
        line-height: 20px;
    }

    .title-5 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 479px) {
    .buttons_vertical-container {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .files_row-picto-image {
        width: 13px;
    }

    .global-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-2-text-columns_right {
        grid-row-gap: 25px;
    }

    .section-with-sidebar {
        grid-column-gap: 40px;
        grid-row-gap: 30px;
    }

    .banner-2-text-columns_columns,
    .banner-2-text-columns_left {
        grid-row-gap: 25px;
    }

    .logos_grid {
        grid-column-gap: 30px;
    }

    .paragraph-3 {
        font-size: 14px;
        line-height: 20px;
    }

    .logos_section {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .logos_grid-logo {
        height: 32px;
    }

    .files_row {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .black-button {
        padding: 7px 18px;
        font-size: 10px;
        line-height: 10px;
    }

    .white-button-big {
        padding: 6px 12px;
        font-size: 10px;
        line-height: 10px;
    }

    .banner-2-text-columns {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .white-button {
        padding: 6px 18px;
        font-size: 10px;
        line-height: 12px;
    }

    .title-8 {
        font-size: 10px;
        line-height: 10px;
    }

    .title-8.is-dark3 {
        font-size: 11px;
        line-height: 11px;
    }

    .title-3 {
        font-size: 21px;
        line-height: 21px;
    }

    .hero-section-left_title-container {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }

    .paragraph-2 {
        font-size: 14px;
        line-height: 23px;
    }

    .logos_block {
        grid-row-gap: 10px;
    }

    .logos_title-section {
        font-size: 14px;
        line-height: 18px;
    }

    .title-5 {
        font-size: 16px;
        line-height: 20px;
    }

    .paragraph-6 {
        font-size: 14px;
        line-height: 20px;
    }

    .section-with-sidebar_sidebar {
        min-width: auto;
        max-width: none;
    }
}