.col-xxxxl-1, .col-xxxxl-2, .col-xxxxl-3, .col-xxxxl-4, .col-xxxxl-5, .col-xxxxl-6, .col-xxxxl-7, .col-xxxxl-8, .col-xxxxl-9, .col-xxxxl-10, .col-xxxxl-11, .col-xxxxl-12, .col-xxxxl, .col-xxxxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 2400px) {
    .col-xxxxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxxxl-auto {
        -ms-flex: 0 0 auto;
        flex: auto;
        width: auto;
        max-width: none;
    }

    .col-xxxxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxxxl-1of10 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-xxxxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxxxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxxxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxxxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxxxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxxxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxxxl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxxxl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxxxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxxxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxxxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxxxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxxxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxxxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxxxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxxxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxxxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxxxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxxxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxxxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxxxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxxxl-0 {
        margin-left: 0;
    }

    .offset-xxxxl-1 {
        margin-left: 8.333333%;
    }

    .offset-xxxxl-2 {
        margin-left: 16.666667%;
    }

    .offset-xxxxl-3 {
        margin-left: 25%;
    }

    .offset-xxxxl-4 {
        margin-left: 33.333333%;
    }

    .offset-xxxxl-5 {
        margin-left: 41.666667%;
    }

    .offset-xxxxl-6 {
        margin-left: 50%;
    }

    .offset-xxxxl-7 {
        margin-left: 58.333333%;
    }

    .offset-xxxxl-8 {
        margin-left: 66.666667%;
    }

    .offset-xxxxl-9 {
        margin-left: 75%;
    }

    .offset-xxxxl-10 {
        margin-left: 83.333333%;
    }

    .offset-xxxxl-11 {
        margin-left: 91.666667%;
    }


    .flex-xxxxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxxxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxxxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxxxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxxxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxxxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxxxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxxxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxxxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxxxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxxxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxxxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxxxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxxxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxxxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxxxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxxxl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxxxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxxxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxxxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxxxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxxxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 2400px) {
    .float-xxxxl-left {
        float: left !important;
    }

    .float-xxxxl-right {
        float: right !important;
    }

    .float-xxxxl-none {
        float: none !important;
    }
}

@media (min-width: 2400px) {
    .float-xxxxl-left {
        float: left !important;
    }

    .float-xxxxl-right {
        float: right !important;
    }

    .float-xxxxl-none {
        float: none !important;
    }
}

@media (min-width: 2400px) {
    .text-xxxxl-left {
        text-align: left !important;
    }

    .text-xxxxl-right {
        text-align: right !important;
    }

    .text-xxxxl-center {
        text-align: center !important;
    }
}