/**
 * All of the CSS for your public-col functionality should be
 * included in this file.
 */

.s2r-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left:-15px
}

.s2r-no-gutters {
    margin-right: 0;
    margin-left:0
}

.s2r-no-gutters > .s2r-col, .s2r-no-gutters > [class * =col-] {
    padding-right: 0;
    padding-left:0
}

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

.s2r-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width:100%
}

.s2r-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width:none
}

.s2r-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width:8.3333333333%
}

.s2r-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width:16.6666666667%
}

.s2r-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width:25%
}

.s2r-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width:33.3333333333%
}

.s2r-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width:41.6666666667%
}

.s2r-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%
}

.s2r-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width:58.3333333333%
}

.s2r-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width:66.6666666667%
}

.s2r-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width:75%
}

.s2r-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width:83.3333333333%
}

.s2r-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width:91.6666666667%
}

.s2r-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%
}

.s2r-order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order:-1
}

.s2r-order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order:13
}

.s2r-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order:0
}

.s2r-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order:1
}

.s2r-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order:2
}

.s2r-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order:3
}

.s2r-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order:4
}

.s2r-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order:5
}

.s2r-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order:6
}

.s2r-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order:7
}

.s2r-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order:8
}

.s2r-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order:9
}

.s2r-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order:10
}

.s2r-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order:11
}

.s2r-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order:12
}

.s2r-offset-1 {
    margin-left:8.3333333333%
}

.s2r-offset-2 {
    margin-left:16.6666666667%
}

.s2r-offset-3 {
    margin-left:25%
}

.s2r-offset-4 {
    margin-left:33.3333333333%
}

.s2r-offset-5 {
    margin-left:41.6666666667%
}

.s2r-offset-6 {
    margin-left:50%
}

.s2r-offset-7 {
    margin-left:58.3333333333%
}

.s2r-offset-8 {
    margin-left:66.6666666667%
}

.s2r-offset-9 {
    margin-left:75%
}

.s2r-offset-10 {
    margin-left:83.3333333333%
}

.s2r-offset-11 {
    margin-left:91.6666666667%
}

@media (min-width: 576px) {
    .s2r-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width:100%
    }

    .s2r-col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width:none
    }

    .s2r-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width:8.3333333333%
    }

    .s2r-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }

    .s2r-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width:25%
    }

    .s2r-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }

    .s2r-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

    .s2r-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }

    .s2r-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }

    .s2r-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }

    .s2r-col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width:75%
    }

    .s2r-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width:83.3333333333%
    }

    .s2r-col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }

    .s2r-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width:100%
    }

    .s2r-order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order:-1
    }

    .s2r-order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order:13
    }

    .s2r-order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order:0
    }

    .s2r-order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }

    .s2r-order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }

    .s2r-order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order:3
    }

    .s2r-order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order:4
    }

    .s2r-order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order:5
    }

    .s2r-order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order:6
    }

    .s2r-order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order:7
    }

    .s2r-order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order:8
    }

    .s2r-order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order:9
    }

    .s2r-order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order:10
    }

    .s2r-order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order:11
    }

    .s2r-order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order:12
    }

    .s2r-offset-sm-0 {
        margin-left:0
    }

    .s2r-offset-sm-1 {
        margin-left:8.3333333333%
    }

    .s2r-offset-sm-2 {
        margin-left:16.6666666667%
    }

    .s2r-offset-sm-3 {
        margin-left:25%
    }

    .s2r-offset-sm-4 {
        margin-left:33.3333333333%
    }

    .s2r-offset-sm-5 {
        margin-left:41.6666666667%
    }

    .s2r-offset-sm-6 {
        margin-left:50%
    }

    .s2r-offset-sm-7 {
        margin-left:58.3333333333%
    }

    .s2r-offset-sm-8 {
        margin-left:66.6666666667%
    }

    .s2r-offset-sm-9 {
        margin-left:75%
    }

    .s2r-offset-sm-10 {
        margin-left:83.3333333333%
    }

    .s2r-offset-sm-11 {
        margin-left:91.6666666667%
    }
}

@media (min-width: 768px) {
    .s2r-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width:100%
    }

    .s2r-col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width:none
    }

    .s2r-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width:8.3333333333%
    }

    .s2r-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }

    .s2r-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width:25%
    }

    .s2r-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }

    .s2r-col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

    .s2r-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }

    .s2r-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }

    .s2r-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }

    .s2r-col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width:75%
    }

    .s2r-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width:83.3333333333%
    }

    .s2r-col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }

    .s2r-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width:100%
    }

    .s2r-order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order:-1
    }

    .s2r-order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order:13
    }

    .s2r-order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order:0
    }

    .s2r-order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }

    .s2r-order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }

    .s2r-order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order:3
    }

    .s2r-order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order:4
    }

    .s2r-order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order:5
    }

    .s2r-order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order:6
    }

    .s2r-order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order:7
    }

    .s2r-order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order:8
    }

    .s2r-order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order:9
    }

    .s2r-order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order:10
    }

    .s2r-order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order:11
    }

    .s2r-order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order:12
    }

    .s2r-offset-md-0 {
        margin-left:0
    }

    .s2r-offset-md-1 {
        margin-left:8.3333333333%
    }

    .s2r-offset-md-2 {
        margin-left:16.6666666667%
    }

    .s2r-offset-md-3 {
        margin-left:25%
    }

    .s2r-offset-md-4 {
        margin-left:33.3333333333%
    }

    .s2r-offset-md-5 {
        margin-left:41.6666666667%
    }

    .s2r-offset-md-6 {
        margin-left:50%
    }

    .s2r-offset-md-7 {
        margin-left:58.3333333333%
    }

    .s2r-offset-md-8 {
        margin-left:66.6666666667%
    }

    .s2r-offset-md-9 {
        margin-left:75%
    }

    .s2r-offset-md-10 {
        margin-left:83.3333333333%
    }

    .s2r-offset-md-11 {
        margin-left:91.6666666667%
    }
}

@media (min-width: 992px) {
    .s2r-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width:100%
    }

    .s2r-col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width:none
    }

    .s2r-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width:8.3333333333%
    }

    .s2r-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }

    .s2r-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width:25%
    }

    .s2r-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }

    .s2r-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

    .s2r-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }

    .s2r-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }

    .s2r-col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }

    .s2r-col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width:75%
    }

    .s2r-col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width:83.3333333333%
    }

    .s2r-col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }

    .s2r-col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width:100%
    }

    .s2r-order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order:-1
    }

    .s2r-order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order:13
    }

    .s2r-order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order:0
    }

    .s2r-order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }

    .s2r-order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }

    .s2r-order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order:3
    }

    .s2r-order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order:4
    }

    .s2r-order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order:5
    }

    .s2r-order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order:6
    }

    .s2r-order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order:7
    }

    .s2r-order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order:8
    }

    .s2r-order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order:9
    }

    .s2r-order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order:10
    }

    .s2r-order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order:11
    }

    .s2r-order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order:12
    }

    .s2r-offset-lg-0 {
        margin-left:0
    }

    .s2r-offset-lg-1 {
        margin-left:8.3333333333%
    }

    .s2r-offset-lg-2 {
        margin-left:16.6666666667%
    }

    .s2r-offset-lg-3 {
        margin-left:25%
    }

    .s2r-offset-lg-4 {
        margin-left:33.3333333333%
    }

    .s2r-offset-lg-5 {
        margin-left:41.6666666667%
    }

    .s2r-offset-lg-6 {
        margin-left:50%
    }

    .s2r-offset-lg-7 {
        margin-left:58.3333333333%
    }

    .s2r-offset-lg-8 {
        margin-left:66.6666666667%
    }

    .s2r-offset-lg-9 {
        margin-left:75%
    }

    .s2r-offset-lg-10 {
        margin-left:83.3333333333%
    }

    .s2r-offset-lg-11 {
        margin-left:91.6666666667%
    }
}

@media (min-width: 1200px) {
    .s2r-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width:100%
    }

    .s2r-col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width:none
    }

    .s2r-col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width:8.3333333333%
    }

    .s2r-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }

    .s2r-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width:25%
    }

    .s2r-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }

    .s2r-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

    .s2r-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }

    .s2r-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }

    .s2r-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }

    .s2r-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width:75%
    }

    .s2r-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width:83.3333333333%
    }

    .s2r-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }

    .s2r-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width:100%
    }

    .s2r-order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order:-1
    }

    .s2r-order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order:13
    }

    .s2r-order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order:0
    }

    .s2r-order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }

    .s2r-order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }

    .s2r-order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order:3
    }

    .s2r-order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order:4
    }

    .s2r-order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order:5
    }

    .s2r-order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order:6
    }

    .s2r-order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order:7
    }

    .s2r-order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order:8
    }

    .s2r-order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order:9
    }

    .s2r-order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order:10
    }

    .s2r-order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order:11
    }

    .s2r-order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order:12
    }

    .s2r-offset-xl-0 {
        margin-left:0
    }

    .s2r-offset-xl-1 {
        margin-left:8.3333333333%
    }

    .s2r-offset-xl-2 {
        margin-left:16.6666666667%
    }

    .s2r-offset-xl-3 {
        margin-left:25%
    }

    .s2r-offset-xl-4 {
        margin-left:33.3333333333%
    }

    .s2r-offset-xl-5 {
        margin-left:41.6666666667%
    }

    .s2r-offset-xl-6 {
        margin-left:50%
    }

    .s2r-offset-xl-7 {
        margin-left:58.3333333333%
    }

    .s2r-offset-xl-8 {
        margin-left:66.6666666667%
    }

    .s2r-offset-xl-9 {
        margin-left:75%
    }

    .s2r-offset-xl-10 {
        margin-left:83.3333333333%
    }

    .s2r-offset-xl-11 {
        margin-left:91.6666666667%
    }
}

.s2r-d-none {
    display:none !important
}

.s2r-d-inline {
    display:inline !important
}

.s2r-d-inline-block {
    display:inline-block !important
}

.s2r-d-block {
    display:block !important
}

.s2r-d-table {
    display:table !important
}

.s2r-d-table-row {
    display:table-row !important
}

.s2r-d-table-cell {
    display:table-cell !important
}

.s2r-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display:flex !important
}

.s2r-d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display:inline-flex !important
}

@media (min-width: 576px) {
    .s2r-d-sm-none {
        display:none !important
    }

    .s2r-d-sm-inline {
        display:inline !important
    }

    .s2r-d-sm-inline-block {
        display:inline-block !important
    }

    .s2r-d-sm-block {
        display:block !important
    }

    .s2r-d-sm-table {
        display:table !important
    }

    .s2r-d-sm-table-row {
        display:table-row !important
    }

    .s2r-d-sm-table-cell {
        display:table-cell !important
    }

    .s2r-d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display:flex !important
    }

    .s2r-d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display:inline-flex !important
    }
}

@media (min-width: 768px) {
    .s2r-d-md-none {
        display:none !important
    }

    .s2r-d-md-inline {
        display:inline !important
    }

    .s2r-d-md-inline-block {
        display:inline-block !important
    }

    .s2r-d-md-block {
        display:block !important
    }

    .s2r-d-md-table {
        display:table !important
    }

    .s2r-d-md-table-row {
        display:table-row !important
    }

    .s2r-d-md-table-cell {
        display:table-cell !important
    }

    .s2r-d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display:flex !important
    }

    .s2r-d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display:inline-flex !important
    }
}

@media (min-width: 992px) {
    .s2r-d-lg-none {
        display:none !important
    }

    .s2r-d-lg-inline {
        display:inline !important
    }

    .s2r-d-lg-inline-block {
        display:inline-block !important
    }

    .s2r-d-lg-block {
        display:block !important
    }

    .s2r-d-lg-table {
        display:table !important
    }

    .s2r-d-lg-table-row {
        display:table-row !important
    }

    .s2r-d-lg-table-cell {
        display:table-cell !important
    }

    .s2r-d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display:flex !important
    }

    .s2r-d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display:inline-flex !important
    }
}

@media (min-width: 1200px) {
    .s2r-d-xl-none {
        display:none !important
    }

    .s2r-d-xl-inline {
        display:inline !important
    }

    .s2r-d-xl-inline-block {
        display:inline-block !important
    }

    .s2r-d-xl-block {
        display:block !important
    }

    .s2r-d-xl-table {
        display:table !important
    }

    .s2r-d-xl-table-row {
        display:table-row !important
    }

    .s2r-d-xl-table-cell {
        display:table-cell !important
    }

    .s2r-d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display:flex !important
    }

    .s2r-d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display:inline-flex !important
    }
}

@media print {
    .s2r-d-print-none {
        display:none !important
    }

    .s2r-d-print-inline {
        display:inline !important
    }

    .s2r-d-print-inline-block {
        display:inline-block !important
    }

    .s2r-d-print-block {
        display:block !important
    }

    .s2r-d-print-table {
        display:table !important
    }

    .s2r-d-print-table-row {
        display:table-row !important
    }

    .s2r-d-print-table-cell {
        display:table-cell !important
    }

    .s2r-d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display:flex !important
    }

    .s2r-d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display:inline-flex !important
    }
}

.s2r-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction:row !important
}

.s2r-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction:column !important
}

.s2r-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction:row-reverse !important
}

.s2r-flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction:column-reverse !important
}

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

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

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

.s2r-flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex:1 1 auto !important
}

.s2r-flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow:0 !important
}

.s2r-flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow:1 !important
}

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

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

.s2r-justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content:flex-start !important
}

.s2r-justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content:flex-end !important
}

.s2r-justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content:center !important
}

.s2r-justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content:space-between !important
}

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

.s2r-align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items:flex-start !important
}

.s2r-align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items:flex-end !important
}

.s2r-align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items:center !important
}

.s2r-align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items:baseline !important
}

.s2r-align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items:stretch !important
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .s2r-flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction:row !important
    }

    .s2r-flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction:column !important
    }

    .s2r-flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction:row-reverse !important
    }

    .s2r-flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction:column-reverse !important
    }

    .s2r-flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap:wrap !important
    }

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

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

    .s2r-flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex:1 1 auto !important
    }

    .s2r-flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow:0 !important
    }

    .s2r-flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow:1 !important
    }

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

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

    .s2r-justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content:flex-start !important
    }

    .s2r-justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content:flex-end !important
    }

    .s2r-justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content:center !important
    }

    .s2r-justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content:space-between !important
    }

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

    .s2r-align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items:flex-start !important
    }

    .s2r-align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items:flex-end !important
    }

    .s2r-align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items:center !important
    }

    .s2r-align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items:baseline !important
    }

    .s2r-align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items:stretch !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .s2r-flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction:row !important
    }

    .s2r-flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction:column !important
    }

    .s2r-flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction:row-reverse !important
    }

    .s2r-flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction:column-reverse !important
    }

    .s2r-flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap:wrap !important
    }

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

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

    .s2r-flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex:1 1 auto !important
    }

    .s2r-flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow:0 !important
    }

    .s2r-flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow:1 !important
    }

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

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

    .s2r-justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content:flex-start !important
    }

    .s2r-justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content:flex-end !important
    }

    .s2r-justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content:center !important
    }

    .s2r-justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content:space-between !important
    }

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

    .s2r-align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items:flex-start !important
    }

    .s2r-align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items:flex-end !important
    }

    .s2r-align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items:center !important
    }

    .s2r-align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items:baseline !important
    }

    .s2r-align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items:stretch !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .s2r-flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction:row !important
    }

    .s2r-flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction:column !important
    }

    .s2r-flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction:row-reverse !important
    }

    .s2r-flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction:column-reverse !important
    }

    .s2r-flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap:wrap !important
    }

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

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

    .s2r-flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex:1 1 auto !important
    }

    .s2r-flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow:0 !important
    }

    .s2r-flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow:1 !important
    }

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

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

    .s2r-justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content:flex-start !important
    }

    .s2r-justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content:flex-end !important
    }

    .s2r-justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content:center !important
    }

    .s2r-justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content:space-between !important
    }

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

    .s2r-align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items:flex-start !important
    }

    .s2r-align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items:flex-end !important
    }

    .s2r-align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items:center !important
    }

    .s2r-align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items:baseline !important
    }

    .s2r-align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items:stretch !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .s2r-flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction:row !important
    }

    .s2r-flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction:column !important
    }

    .s2r-flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction:row-reverse !important
    }

    .s2r-flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction:column-reverse !important
    }

    .s2r-flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap:wrap !important
    }

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

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

    .s2r-flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex:1 1 auto !important
    }

    .s2r-flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow:0 !important
    }

    .s2r-flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow:1 !important
    }

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

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

    .s2r-justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content:flex-start !important
    }

    .s2r-justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content:flex-end !important
    }

    .s2r-justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content:center !important
    }

    .s2r-justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content:space-between !important
    }

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

    .s2r-align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items:flex-start !important
    }

    .s2r-align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items:flex-end !important
    }

    .s2r-align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items:center !important
    }

    .s2r-align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items:baseline !important
    }

    .s2r-align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items:stretch !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

.s2r-w-25 {
    width:25% !important
}

.s2r-w-50 {
    width:50% !important
}

.s2r-w-75 {
    width:75% !important
}

.s2r-w-100 {
    width:100% !important
}

.s2r-w-auto {
    width:auto !important
}

.s2r-h--25 {
    height:25% !important
}

.s2r-h--50 {
    height:50% !important
}

.s2r-h--75 {
    height:75% !important
}

.s2r-h--100 {
    height:100% !important
}

.s2r-h--auto {
    height:auto !important
}

.s2r-mw-100 {
    max-width:100% !important
}

.s2r-mh-100 {
    max-height:100% !important
}

.s2r-m-0 {
    margin:0 !important
}

.s2r-mt-0, .s2r-my-0 {
    margin-top:0 !important
}

.s2r-mr-0, .s2r-mx-0 {
    margin-right:0 !important
}

.s2r-mb-0, .s2r-my-0 {
    margin-bottom:0 !important
}

.s2r-ml-0, .s2r-mx-0 {
    margin-left:0 !important
}

.s2r-m-1 {
    margin:.25rem !important
}

.s2r-mt-1, .s2r-my-1 {
    margin-top:.25rem !important
}

.s2r-mr-1, .s2r-mx-1 {
    margin-right:.25rem !important
}

.s2r-mb-1, .s2r-my-1 {
    margin-bottom:.25rem !important
}

.s2r-ml-1, .s2r-mx-1 {
    margin-left:.25rem !important
}

.s2r-m-2 {
    margin:.5rem !important
}

.s2r-mt-2, .s2r-my-2 {
    margin-top:.5rem !important
}

.s2r-mr-2, .s2r-mx-2 {
    margin-right:.5rem !important
}

.s2r-mb-2, .s2r-my-2 {
    margin-bottom:.5rem !important
}

.s2r-ml-2, .s2r-mx-2 {
    margin-left:.5rem !important
}

.s2r-m-3 {
    margin:1rem !important
}

.s2r-mt-3, .s2r-my-3 {
    margin-top:1rem !important
}

.s2r-mr-3, .s2r-mx-3 {
    margin-right:1rem !important
}

.s2r-mb-3, .s2r-my-3 {
    margin-bottom:1rem !important
}

.s2r-ml-3, .s2r-mx-3 {
    margin-left:1rem !important
}

.s2r-m-4 {
    margin:1.5rem !important
}

.s2r-mt-4, .s2r-my-4 {
    margin-top:1.5rem !important
}

.s2r-mr-4, .s2r-mx-4 {
    margin-right:1.5rem !important
}

.s2r-mb-4, .s2r-my-4 {
    margin-bottom:1.5rem !important
}

.s2r-ml-4, .s2r-mx-4 {
    margin-left:1.5rem !important
}

.s2r-m-5 {
    margin:3rem !important
}

.s2r-mt-5, .s2r-my-5 {
    margin-top:3rem !important
}

.s2r-mr-5, .s2r-mx-5 {
    margin-right:3rem !important
}

.s2r-mb-5, .s2r-my-5 {
    margin-bottom:3rem !important
}

.s2r-ml-5, .s2r-mx-5 {
    margin-left:3rem !important
}

.s2r-p-0 {
    padding:0 !important
}

.s2r-pt-0, .s2r-py-0 {
    padding-top:0 !important
}

.s2r-pr-0, .s2r-px-0 {
    padding-right:0 !important
}

.s2r-pb-0, .s2r-py-0 {
    padding-bottom:0 !important
}

.s2r-pl-0, .s2r-px-0 {
    padding-left:0 !important
}

.s2r-p-1 {
    padding:.25rem !important
}

.s2r-pt-1, .s2r-py-1 {
    padding-top:.25rem !important
}

.s2r-pr-1, .s2r-px-1 {
    padding-right:.25rem !important
}

.s2r-pb-1, .s2r-py-1 {
    padding-bottom:.25rem !important
}

.s2r-pl-1, .s2r-px-1 {
    padding-left:.25rem !important
}

.s2r-p-2 {
    padding:.5rem !important
}

.s2r-pt-2, .s2r-py-2 {
    padding-top:.5rem !important
}

.s2r-pr-2, .s2r-px-2 {
    padding-right:.5rem !important
}

.s2r-pb-2, .s2r-py-2 {
    padding-bottom:.5rem !important
}

.s2r-pl-2, .s2r-px-2 {
    padding-left:.5rem !important
}

.s2r-p-3 {
    padding:1rem !important
}

.s2r-pt-3, .s2r-py-3 {
    padding-top:1rem !important
}

.s2r-pr-3, .s2r-px-3 {
    padding-right:1rem !important
}

.s2r-pb-3, .s2r-py-3 {
    padding-bottom:1rem !important
}

.s2r-pl-3, .s2r-px-3 {
    padding-left:1rem !important
}

.s2r-p-4 {
    padding:1.5rem !important
}

.s2r-pt-4, .s2r-py-4 {
    padding-top:1.5rem !important
}

.s2r-pr-4, .s2r-px-4 {
    padding-right:1.5rem !important
}

.s2r-pb-4, .s2r-py-4 {
    padding-bottom:1.5rem !important
}

.s2r-pl-4, .s2r-px-4 {
    padding-left:1.5rem !important
}

.s2r-p-5 {
    padding:3rem !important
}

.s2r-pt-5, .s2r-py-5 {
    padding-top:3rem !important
}

.s2r-pr-5, .s2r-px-5 {
    padding-right:3rem !important
}

.s2r-pb-5, .s2r-py-5 {
    padding-bottom:3rem !important
}

.s2r-pl-5, .s2r-px-5 {
    padding-left:3rem !important
}

.s2r-m-auto {
    margin:auto !important
}

.s2r-mt-auto, .s2r-my-auto {
    margin-top:auto !important
}

.s2r-mr-auto, .s2r-mx-auto {
    margin-right:auto !important
}

.s2r-mb-auto, .s2r-my-auto {
    margin-bottom:auto !important
}

.s2r-ml-auto, .s2r-mx-auto {
    margin-left:auto !important
}

@media (min-width: 576px) {
    .s2r-m-sm-0 {
        margin:0 !important
    }

    .s2r-mt-sm-0, .s2r-my-sm-0 {
        margin-top:0 !important
    }

    .s2r-mr-sm-0, .s2r-mx-sm-0 {
        margin-right:0 !important
    }

    .s2r-mb-sm-0, .s2r-my-sm-0 {
        margin-bottom:0 !important
    }

    .s2r-ml-sm-0, .s2r-mx-sm-0 {
        margin-left:0 !important
    }

    .s2r-m-sm-1 {
        margin:.25rem !important
    }

    .s2r-mt-sm-1, .s2r-my-sm-1 {
        margin-top:.25rem !important
    }

    .s2r-mr-sm-1, .s2r-mx-sm-1 {
        margin-right:.25rem !important
    }

    .s2r-mb-sm-1, .s2r-my-sm-1 {
        margin-bottom:.25rem !important
    }

    .s2r-ml-sm-1, .s2r-mx-sm-1 {
        margin-left:.25rem !important
    }

    .s2r-m-sm-2 {
        margin:.5rem !important
    }

    .s2r-mt-sm-2, .s2r-my-sm-2 {
        margin-top:.5rem !important
    }

    .s2r-mr-sm-2, .s2r-mx-sm-2 {
        margin-right:.5rem !important
    }

    .s2r-mb-sm-2, .s2r-my-sm-2 {
        margin-bottom:.5rem !important
    }

    .s2r-ml-sm-2, .s2r-mx-sm-2 {
        margin-left:.5rem !important
    }

    .s2r-m-sm-3 {
        margin:1rem !important
    }

    .s2r-mt-sm-3, .s2r-my-sm-3 {
        margin-top:1rem !important
    }

    .s2r-mr-sm-3, .s2r-mx-sm-3 {
        margin-right:1rem !important
    }

    .s2r-mb-sm-3, .s2r-my-sm-3 {
        margin-bottom:1rem !important
    }

    .s2r-ml-sm-3, .s2r-mx-sm-3 {
        margin-left:1rem !important
    }

    .s2r-m-sm-4 {
        margin:1.5rem !important
    }

    .s2r-mt-sm-4, .s2r-my-sm-4 {
        margin-top:1.5rem !important
    }

    .s2r-mr-sm-4, .s2r-mx-sm-4 {
        margin-right:1.5rem !important
    }

    .s2r-mb-sm-4, .s2r-my-sm-4 {
        margin-bottom:1.5rem !important
    }

    .s2r-ml-sm-4, .s2r-mx-sm-4 {
        margin-left:1.5rem !important
    }

    .s2r-m-sm-5 {
        margin:3rem !important
    }

    .s2r-mt-sm-5, .s2r-my-sm-5 {
        margin-top:3rem !important
    }

    .s2r-mr-sm-5, .s2r-mx-sm-5 {
        margin-right:3rem !important
    }

    .s2r-mb-sm-5, .s2r-my-sm-5 {
        margin-bottom:3rem !important
    }

    .s2r-ml-sm-5, .s2r-mx-sm-5 {
        margin-left:3rem !important
    }

    .s2r-p-sm-0 {
        padding:0 !important
    }

    .s2r-pt-sm-0, .s2r-py-sm-0 {
        padding-top:0 !important
    }

    .s2r-pr-sm-0, .s2r-px-sm-0 {
        padding-right:0 !important
    }

    .s2r-pb-sm-0, .s2r-py-sm-0 {
        padding-bottom:0 !important
    }

    .s2r-pl-sm-0, .s2r-px-sm-0 {
        padding-left:0 !important
    }

    .s2r-p-sm-1 {
        padding:.25rem !important
    }

    .s2r-pt-sm-1, .s2r-py-sm-1 {
        padding-top:.25rem !important
    }

    .s2r-pr-sm-1, .s2r-px-sm-1 {
        padding-right:.25rem !important
    }

    .s2r-pb-sm-1, .s2r-py-sm-1 {
        padding-bottom:.25rem !important
    }

    .s2r-pl-sm-1, .s2r-px-sm-1 {
        padding-left:.25rem !important
    }

    .s2r-p-sm-2 {
        padding:.5rem !important
    }

    .s2r-pt-sm-2, .s2r-py-sm-2 {
        padding-top:.5rem !important
    }

    .s2r-pr-sm-2, .s2r-px-sm-2 {
        padding-right:.5rem !important
    }

    .s2r-pb-sm-2, .s2r-py-sm-2 {
        padding-bottom:.5rem !important
    }

    .s2r-pl-sm-2, .s2r-px-sm-2 {
        padding-left:.5rem !important
    }

    .s2r-p-sm-3 {
        padding:1rem !important
    }

    .s2r-pt-sm-3, .s2r-py-sm-3 {
        padding-top:1rem !important
    }

    .s2r-pr-sm-3, .s2r-px-sm-3 {
        padding-right:1rem !important
    }

    .s2r-pb-sm-3, .s2r-py-sm-3 {
        padding-bottom:1rem !important
    }

    .s2r-pl-sm-3, .s2r-px-sm-3 {
        padding-left:1rem !important
    }

    .s2r-p-sm-4 {
        padding:1.5rem !important
    }

    .s2r-pt-sm-4, .s2r-py-sm-4 {
        padding-top:1.5rem !important
    }

    .s2r-pr-sm-4, .s2r-px-sm-4 {
        padding-right:1.5rem !important
    }

    .s2r-pb-sm-4, .s2r-py-sm-4 {
        padding-bottom:1.5rem !important
    }

    .s2r-pl-sm-4, .s2r-px-sm-4 {
        padding-left:1.5rem !important
    }

    .s2r-p-sm-5 {
        padding:3rem !important
    }

    .s2r-pt-sm-5, .s2r-py-sm-5 {
        padding-top:3rem !important
    }

    .s2r-pr-sm-5, .s2r-px-sm-5 {
        padding-right:3rem !important
    }

    .s2r-pb-sm-5, .s2r-py-sm-5 {
        padding-bottom:3rem !important
    }

    .s2r-pl-sm-5, .s2r-px-sm-5 {
        padding-left:3rem !important
    }

    .s2r-m-sm-auto {
        margin:auto !important
    }

    .s2r-mt-sm-auto, .s2r-my-sm-auto {
        margin-top:auto !important
    }

    .s2r-mr-sm-auto, .s2r-mx-sm-auto {
        margin-right:auto !important
    }

    .s2r-mb-sm-auto, .s2r-my-sm-auto {
        margin-bottom:auto !important
    }

    .s2r-ml-sm-auto, .s2r-mx-sm-auto {
        margin-left:auto !important
    }
}

@media (min-width: 768px) {
    .s2r-m-md-0 {
        margin:0 !important
    }

    .s2r-mt-md-0, .s2r-my-md-0 {
        margin-top:0 !important
    }

    .s2r-mr-md-0, .s2r-mx-md-0 {
        margin-right:0 !important
    }

    .s2r-mb-md-0, .s2r-my-md-0 {
        margin-bottom:0 !important
    }

    .s2r-ml-md-0, .s2r-mx-md-0 {
        margin-left:0 !important
    }

    .s2r-m-md-1 {
        margin:.25rem !important
    }

    .s2r-mt-md-1, .s2r-my-md-1 {
        margin-top:.25rem !important
    }

    .s2r-mr-md-1, .s2r-mx-md-1 {
        margin-right:.25rem !important
    }

    .s2r-mb-md-1, .s2r-my-md-1 {
        margin-bottom:.25rem !important
    }

    .s2r-ml-md-1, .s2r-mx-md-1 {
        margin-left:.25rem !important
    }

    .s2r-m-md-2 {
        margin:.5rem !important
    }

    .s2r-mt-md-2, .s2r-my-md-2 {
        margin-top:.5rem !important
    }

    .s2r-mr-md-2, .s2r-mx-md-2 {
        margin-right:.5rem !important
    }

    .s2r-mb-md-2, .s2r-my-md-2 {
        margin-bottom:.5rem !important
    }

    .s2r-ml-md-2, .s2r-mx-md-2 {
        margin-left:.5rem !important
    }

    .s2r-m-md-3 {
        margin:1rem !important
    }

    .s2r-mt-md-3, .s2r-my-md-3 {
        margin-top:1rem !important
    }

    .s2r-mr-md-3, .s2r-mx-md-3 {
        margin-right:1rem !important
    }

    .s2r-mb-md-3, .s2r-my-md-3 {
        margin-bottom:1rem !important
    }

    .s2r-ml-md-3, .s2r-mx-md-3 {
        margin-left:1rem !important
    }

    .s2r-m-md-4 {
        margin:1.5rem !important
    }

    .s2r-mt-md-4, .s2r-my-md-4 {
        margin-top:1.5rem !important
    }

    .s2r-mr-md-4, .s2r-mx-md-4 {
        margin-right:1.5rem !important
    }

    .s2r-mb-md-4, .s2r-my-md-4 {
        margin-bottom:1.5rem !important
    }

    .s2r-ml-md-4, .s2r-mx-md-4 {
        margin-left:1.5rem !important
    }

    .s2r-m-md-5 {
        margin:3rem !important
    }

    .s2r-mt-md-5, .s2r-my-md-5 {
        margin-top:3rem !important
    }

    .s2r-mr-md-5, .s2r-mx-md-5 {
        margin-right:3rem !important
    }

    .s2r-mb-md-5, .s2r-my-md-5 {
        margin-bottom:3rem !important
    }

    .s2r-ml-md-5, .s2r-mx-md-5 {
        margin-left:3rem !important
    }

    .s2r-p-md-0 {
        padding:0 !important
    }

    .s2r-pt-md-0, .s2r-py-md-0 {
        padding-top:0 !important
    }

    .s2r-pr-md-0, .s2r-px-md-0 {
        padding-right:0 !important
    }

    .s2r-pb-md-0, .s2r-py-md-0 {
        padding-bottom:0 !important
    }

    .s2r-pl-md-0, .s2r-px-md-0 {
        padding-left:0 !important
    }

    .s2r-p-md-1 {
        padding:.25rem !important
    }

    .s2r-pt-md-1, .s2r-py-md-1 {
        padding-top:.25rem !important
    }

    .s2r-pr-md-1, .s2r-px-md-1 {
        padding-right:.25rem !important
    }

    .s2r-pb-md-1, .s2r-py-md-1 {
        padding-bottom:.25rem !important
    }

    .s2r-pl-md-1, .s2r-px-md-1 {
        padding-left:.25rem !important
    }

    .s2r-p-md-2 {
        padding:.5rem !important
    }

    .s2r-pt-md-2, .s2r-py-md-2 {
        padding-top:.5rem !important
    }

    .s2r-pr-md-2, .s2r-px-md-2 {
        padding-right:.5rem !important
    }

    .s2r-pb-md-2, .s2r-py-md-2 {
        padding-bottom:.5rem !important
    }

    .s2r-pl-md-2, .s2r-px-md-2 {
        padding-left:.5rem !important
    }

    .s2r-p-md-3 {
        padding:1rem !important
    }

    .s2r-pt-md-3, .s2r-py-md-3 {
        padding-top:1rem !important
    }

    .s2r-pr-md-3, .s2r-px-md-3 {
        padding-right:1rem !important
    }

    .s2r-pb-md-3, .s2r-py-md-3 {
        padding-bottom:1rem !important
    }

    .s2r-pl-md-3, .s2r-px-md-3 {
        padding-left:1rem !important
    }

    .s2r-p-md-4 {
        padding:1.5rem !important
    }

    .s2r-pt-md-4, .s2r-py-md-4 {
        padding-top:1.5rem !important
    }

    .s2r-pr-md-4, .s2r-px-md-4 {
        padding-right:1.5rem !important
    }

    .s2r-pb-md-4, .s2r-py-md-4 {
        padding-bottom:1.5rem !important
    }

    .s2r-pl-md-4, .s2r-px-md-4 {
        padding-left:1.5rem !important
    }

    .s2r-p-md-5 {
        padding:3rem !important
    }

    .s2r-pt-md-5, .s2r-py-md-5 {
        padding-top:3rem !important
    }

    .s2r-pr-md-5, .s2r-px-md-5 {
        padding-right:3rem !important
    }

    .s2r-pb-md-5, .s2r-py-md-5 {
        padding-bottom:3rem !important
    }

    .s2r-pl-md-5, .s2r-px-md-5 {
        padding-left:3rem !important
    }

    .s2r-m-md-auto {
        margin:auto !important
    }

    .s2r-mt-md-auto, .s2r-my-md-auto {
        margin-top:auto !important
    }

    .s2r-mr-md-auto, .s2r-mx-md-auto {
        margin-right:auto !important
    }

    .s2r-mb-md-auto, .s2r-my-md-auto {
        margin-bottom:auto !important
    }

    .s2r-ml-md-auto, .s2r-mx-md-auto {
        margin-left:auto !important
    }
}

@media (min-width: 992px) {
    .s2r-m-lg-0 {
        margin:0 !important
    }

    .s2r-mt-lg-0, .s2r-my-lg-0 {
        margin-top:0 !important
    }

    .s2r-mr-lg-0, .s2r-mx-lg-0 {
        margin-right:0 !important
    }

    .s2r-mb-lg-0, .s2r-my-lg-0 {
        margin-bottom:0 !important
    }

    .s2r-ml-lg-0, .s2r-mx-lg-0 {
        margin-left:0 !important
    }

    .s2r-m-lg-1 {
        margin:.25rem !important
    }

    .s2r-mt-lg-1, .s2r-my-lg-1 {
        margin-top:.25rem !important
    }

    .s2r-mr-lg-1, .s2r-mx-lg-1 {
        margin-right:.25rem !important
    }

    .s2r-mb-lg-1, .s2r-my-lg-1 {
        margin-bottom:.25rem !important
    }

    .s2r-ml-lg-1, .s2r-mx-lg-1 {
        margin-left:.25rem !important
    }

    .s2r-m-lg-2 {
        margin:.5rem !important
    }

    .s2r-mt-lg-2, .s2r-my-lg-2 {
        margin-top:.5rem !important
    }

    .s2r-mr-lg-2, .s2r-mx-lg-2 {
        margin-right:.5rem !important
    }

    .s2r-mb-lg-2, .s2r-my-lg-2 {
        margin-bottom:.5rem !important
    }

    .s2r-ml-lg-2, .s2r-mx-lg-2 {
        margin-left:.5rem !important
    }

    .s2r-m-lg-3 {
        margin:1rem !important
    }

    .s2r-mt-lg-3, .s2r-my-lg-3 {
        margin-top:1rem !important
    }

    .s2r-mr-lg-3, .s2r-mx-lg-3 {
        margin-right:1rem !important
    }

    .s2r-mb-lg-3, .s2r-my-lg-3 {
        margin-bottom:1rem !important
    }

    .s2r-ml-lg-3, .s2r-mx-lg-3 {
        margin-left:1rem !important
    }

    .s2r-m-lg-4 {
        margin:1.5rem !important
    }

    .s2r-mt-lg-4, .s2r-my-lg-4 {
        margin-top:1.5rem !important
    }

    .s2r-mr-lg-4, .s2r-mx-lg-4 {
        margin-right:1.5rem !important
    }

    .s2r-mb-lg-4, .s2r-my-lg-4 {
        margin-bottom:1.5rem !important
    }

    .s2r-ml-lg-4, .s2r-mx-lg-4 {
        margin-left:1.5rem !important
    }

    .s2r-m-lg-5 {
        margin:3rem !important
    }

    .s2r-mt-lg-5, .s2r-my-lg-5 {
        margin-top:3rem !important
    }

    .s2r-mr-lg-5, .s2r-mx-lg-5 {
        margin-right:3rem !important
    }

    .s2r-mb-lg-5, .s2r-my-lg-5 {
        margin-bottom:3rem !important
    }

    .s2r-ml-lg-5, .s2r-mx-lg-5 {
        margin-left:3rem !important
    }

    .s2r-p-lg-0 {
        padding:0 !important
    }

    .s2r-pt-lg-0, .s2r-py-lg-0 {
        padding-top:0 !important
    }

    .s2r-pr-lg-0, .s2r-px-lg-0 {
        padding-right:0 !important
    }

    .s2r-pb-lg-0, .s2r-py-lg-0 {
        padding-bottom:0 !important
    }

    .s2r-pl-lg-0, .s2r-px-lg-0 {
        padding-left:0 !important
    }

    .s2r-p-lg-1 {
        padding:.25rem !important
    }

    .s2r-pt-lg-1, .s2r-py-lg-1 {
        padding-top:.25rem !important
    }

    .s2r-pr-lg-1, .s2r-px-lg-1 {
        padding-right:.25rem !important
    }

    .s2r-pb-lg-1, .s2r-py-lg-1 {
        padding-bottom:.25rem !important
    }

    .s2r-pl-lg-1, .s2r-px-lg-1 {
        padding-left:.25rem !important
    }

    .s2r-p-lg-2 {
        padding:.5rem !important
    }

    .s2r-pt-lg-2, .s2r-py-lg-2 {
        padding-top:.5rem !important
    }

    .s2r-pr-lg-2, .s2r-px-lg-2 {
        padding-right:.5rem !important
    }

    .s2r-pb-lg-2, .s2r-py-lg-2 {
        padding-bottom:.5rem !important
    }

    .s2r-pl-lg-2, .s2r-px-lg-2 {
        padding-left:.5rem !important
    }

    .s2r-p-lg-3 {
        padding:1rem !important
    }

    .s2r-pt-lg-3, .s2r-py-lg-3 {
        padding-top:1rem !important
    }

    .s2r-pr-lg-3, .s2r-px-lg-3 {
        padding-right:1rem !important
    }

    .s2r-pb-lg-3, .s2r-py-lg-3 {
        padding-bottom:1rem !important
    }

    .s2r-pl-lg-3, .s2r-px-lg-3 {
        padding-left:1rem !important
    }

    .s2r-p-lg-4 {
        padding:1.5rem !important
    }

    .s2r-pt-lg-4, .s2r-py-lg-4 {
        padding-top:1.5rem !important
    }

    .s2r-pr-lg-4, .s2r-px-lg-4 {
        padding-right:1.5rem !important
    }

    .s2r-pb-lg-4, .s2r-py-lg-4 {
        padding-bottom:1.5rem !important
    }

    .s2r-pl-lg-4, .s2r-px-lg-4 {
        padding-left:1.5rem !important
    }

    .s2r-p-lg-5 {
        padding:3rem !important
    }

    .s2r-pt-lg-5, .s2r-py-lg-5 {
        padding-top:3rem !important
    }

    .s2r-pr-lg-5, .s2r-px-lg-5 {
        padding-right:3rem !important
    }

    .s2r-pb-lg-5, .s2r-py-lg-5 {
        padding-bottom:3rem !important
    }

    .s2r-pl-lg-5, .s2r-px-lg-5 {
        padding-left:3rem !important
    }

    .s2r-m-lg-auto {
        margin:auto !important
    }

    .s2r-mt-lg-auto, .s2r-my-lg-auto {
        margin-top:auto !important
    }

    .s2r-mr-lg-auto, .s2r-mx-lg-auto {
        margin-right:auto !important
    }

    .s2r-mb-lg-auto, .s2r-my-lg-auto {
        margin-bottom:auto !important
    }

    .s2r-ml-lg-auto, .s2r-mx-lg-auto {
        margin-left:auto !important
    }
}

@media (min-width: 1200px) {
    .s2r-m-xl-0 {
        margin:0 !important
    }

    .s2r-mt-xl-0, .s2r-my-xl-0 {
        margin-top:0 !important
    }

    .s2r-mr-xl-0, .s2r-mx-xl-0 {
        margin-right:0 !important
    }

    .s2r-mb-xl-0, .s2r-my-xl-0 {
        margin-bottom:0 !important
    }

    .s2r-ml-xl-0, .s2r-mx-xl-0 {
        margin-left:0 !important
    }

    .s2r-m-xl-1 {
        margin:.25rem !important
    }

    .s2r-mt-xl-1, .s2r-my-xl-1 {
        margin-top:.25rem !important
    }

    .s2r-mr-xl-1, .s2r-mx-xl-1 {
        margin-right:.25rem !important
    }

    .s2r-mb-xl-1, .s2r-my-xl-1 {
        margin-bottom:.25rem !important
    }

    .s2r-ml-xl-1, .s2r-mx-xl-1 {
        margin-left:.25rem !important
    }

    .s2r-m-xl-2 {
        margin:.5rem !important
    }

    .s2r-mt-xl-2, .s2r-my-xl-2 {
        margin-top:.5rem !important
    }

    .s2r-mr-xl-2, .s2r-mx-xl-2 {
        margin-right:.5rem !important
    }

    .s2r-mb-xl-2, .s2r-my-xl-2 {
        margin-bottom:.5rem !important
    }

    .s2r-ml-xl-2, .s2r-mx-xl-2 {
        margin-left:.5rem !important
    }

    .s2r-m-xl-3 {
        margin:1rem !important
    }

    .s2r-mt-xl-3, .s2r-my-xl-3 {
        margin-top:1rem !important
    }

    .s2r-mr-xl-3, .s2r-mx-xl-3 {
        margin-right:1rem !important
    }

    .s2r-mb-xl-3, .s2r-my-xl-3 {
        margin-bottom:1rem !important
    }

    .s2r-ml-xl-3, .s2r-mx-xl-3 {
        margin-left:1rem !important
    }

    .s2r-m-xl-4 {
        margin:1.5rem !important
    }

    .s2r-mt-xl-4, .s2r-my-xl-4 {
        margin-top:1.5rem !important
    }

    .s2r-mr-xl-4, .s2r-mx-xl-4 {
        margin-right:1.5rem !important
    }

    .s2r-mb-xl-4, .s2r-my-xl-4 {
        margin-bottom:1.5rem !important
    }

    .s2r-ml-xl-4, .s2r-mx-xl-4 {
        margin-left:1.5rem !important
    }

    .s2r-m-xl-5 {
        margin:3rem !important
    }

    .s2r-mt-xl-5, .s2r-my-xl-5 {
        margin-top:3rem !important
    }

    .s2r-mr-xl-5, .s2r-mx-xl-5 {
        margin-right:3rem !important
    }

    .s2r-mb-xl-5, .s2r-my-xl-5 {
        margin-bottom:3rem !important
    }

    .s2r-ml-xl-5, .s2r-mx-xl-5 {
        margin-left:3rem !important
    }

    .s2r-p-xl-0 {
        padding:0 !important
    }

    .s2r-pt-xl-0, .s2r-py-xl-0 {
        padding-top:0 !important
    }

    .s2r-pr-xl-0, .s2r-px-xl-0 {
        padding-right:0 !important
    }

    .s2r-pb-xl-0, .s2r-py-xl-0 {
        padding-bottom:0 !important
    }

    .s2r-pl-xl-0, .s2r-px-xl-0 {
        padding-left:0 !important
    }

    .s2r-p-xl-1 {
        padding:.25rem !important
    }

    .s2r-pt-xl-1, .s2r-py-xl-1 {
        padding-top:.25rem !important
    }

    .s2r-pr-xl-1, .s2r-px-xl-1 {
        padding-right:.25rem !important
    }

    .s2r-pb-xl-1, .s2r-py-xl-1 {
        padding-bottom:.25rem !important
    }

    .s2r-pl-xl-1, .s2r-px-xl-1 {
        padding-left:.25rem !important
    }

    .s2r-p-xl-2 {
        padding:.5rem !important
    }

    .s2r-pt-xl-2, .s2r-py-xl-2 {
        padding-top:.5rem !important
    }

    .s2r-pr-xl-2, .s2r-px-xl-2 {
        padding-right:.5rem !important
    }

    .s2r-pb-xl-2, .s2r-py-xl-2 {
        padding-bottom:.5rem !important
    }

    .s2r-pl-xl-2, .s2r-px-xl-2 {
        padding-left:.5rem !important
    }

    .s2r-p-xl-3 {
        padding:1rem !important
    }

    .s2r-pt-xl-3, .s2r-py-xl-3 {
        padding-top:1rem !important
    }

    .s2r-pr-xl-3, .s2r-px-xl-3 {
        padding-right:1rem !important
    }

    .s2r-pb-xl-3, .s2r-py-xl-3 {
        padding-bottom:1rem !important
    }

    .s2r-pl-xl-3, .s2r-px-xl-3 {
        padding-left:1rem !important
    }

    .s2r-p-xl-4 {
        padding:1.5rem !important
    }

    .s2r-pt-xl-4, .s2r-py-xl-4 {
        padding-top:1.5rem !important
    }

    .s2r-pr-xl-4, .s2r-px-xl-4 {
        padding-right:1.5rem !important
    }

    .s2r-pb-xl-4, .s2r-py-xl-4 {
        padding-bottom:1.5rem !important
    }

    .s2r-pl-xl-4, .s2r-px-xl-4 {
        padding-left:1.5rem !important
    }

    .s2r-p-xl-5 {
        padding:3rem !important
    }

    .s2r-pt-xl-5, .s2r-py-xl-5 {
        padding-top:3rem !important
    }

    .s2r-pr-xl-5, .s2r-px-xl-5 {
        padding-right:3rem !important
    }

    .s2r-pb-xl-5, .s2r-py-xl-5 {
        padding-bottom:3rem !important
    }

    .s2r-pl-xl-5, .s2r-px-xl-5 {
        padding-left:3rem !important
    }

    .s2r-m-xl-auto {
        margin:auto !important
    }

    .s2r-mt-xl-auto, .s2r-my-xl-auto {
        margin-top:auto !important
    }

    .s2r-mr-xl-auto, .s2r-mx-xl-auto {
        margin-right:auto !important
    }

    .s2r-mb-xl-auto, .s2r-my-xl-auto {
        margin-bottom:auto !important
    }

    .s2r-ml-xl-auto, .s2r-mx-xl-auto {
        margin-left:auto !important
    }
}

.s2r-visible {
    visibility:visible !important
}

.s2r-invisible {
    visibility: hidden !important
}


