
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table,
.rd-select label {
    margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}




.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #e1e1e1;
}

.dtp table.dtp-picker-days tr,
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered,
button {
    border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 26px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default,
.well blockquote {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #423748;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #423748;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #316ccd;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #316ccd;
    border-color: #316ccd;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #316ccd;
}

.panel-primary > .panel-heading .badge {
    color: #316ccd;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #316ccd;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 60px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], .input-group-sm > .input-group-btn > input.btn[type=date], .input-group-sm > .input-group-btn > input.btn[type=datetime-local], .input-group-sm > .input-group-btn > input.btn[type=month], .input-group-sm > .input-group-btn > input.btn[type=time], .input-group-sm > input.form-control[type=date], .input-group-sm > input.form-control[type=datetime-local], .input-group-sm > input.form-control[type=month], .input-group-sm > input.form-control[type=time], .input-group-sm > input.input-group-addon[type=date], .input-group-sm > input.input-group-addon[type=datetime-local], .input-group-sm > input.input-group-addon[type=month], .input-group-sm > input.input-group-addon[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 31.2px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], .input-group-lg > .input-group-btn > input.btn[type=date], .input-group-lg > .input-group-btn > input.btn[type=datetime-local], .input-group-lg > .input-group-btn > input.btn[type=month], .input-group-lg > .input-group-btn > input.btn[type=time], .input-group-lg > input.form-control[type=date], .input-group-lg > input.form-control[type=datetime-local], .input-group-lg > input.form-control[type=month], .input-group-lg > input.form-control[type=time], .input-group-lg > input.input-group-addon[type=date], .input-group-lg > input.input-group-addon[type=datetime-local], .input-group-lg > input.input-group-addon[type=month], .input-group-lg > input.input-group-addon[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 42.8px
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width: 1485px) {
    .container {
        width: 1485px
    }
}

@media (min-width: 1485px) {
    [class*="cell-"] {
        padding-left: 8px;
        padding-right: 7px;
    }
}

@media (min-width: 480px) {
    .range {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .range > .range,
    .range > [class*="cell"] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .range-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .range > [class*="cell"] {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    * + [class*="cell-xs-"] {
        margin-top: 0;
    }

    .range-xs-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-xs-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-xs-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-xs-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-xs-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-xs-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-xs {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-xs-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-xs-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-xs-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-xs-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .cell-xs-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .cell-xs-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .range > .cell-xs-preffix-0 {
        margin-left: 0;
    }

    .range > .cell-xs-1 {
        -webkit-flex-basis: 8.24833%;
        -ms-flex-preferred-size: 8.24833%;
        flex-basis: 8.24833%;
        max-width: 8.24833%;
    }

    .range > .cell-xs-preffix-1 {
        margin-left: 8.33333%;
    }

    .range > .cell-xs-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .range > .cell-xs-2 {
        -webkit-flex-basis: 16.58167%;
        -ms-flex-preferred-size: 16.58167%;
        flex-basis: 16.58167%;
        max-width: 16.58167%;
    }

    .range > .cell-xs-preffix-2 {
        margin-left: 16.66667%;
    }

    .range > .cell-xs-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .range > .cell-xs-3 {
        -webkit-flex-basis: 24.915%;
        -ms-flex-preferred-size: 24.915%;
        flex-basis: 24.915%;
        max-width: 24.915%;
    }

    .range > .cell-xs-preffix-3 {
        margin-left: 25%;
    }

    .range > .cell-xs-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .range > .cell-xs-4 {
        -webkit-flex-basis: 33.24833%;
        -ms-flex-preferred-size: 33.24833%;
        flex-basis: 33.24833%;
        max-width: 33.24833%;
    }

    .range > .cell-xs-preffix-4 {
        margin-left: 33.33333%;
    }

    .range > .cell-xs-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .range > .cell-xs-5 {
        -webkit-flex-basis: 41.58167%;
        -ms-flex-preferred-size: 41.58167%;
        flex-basis: 41.58167%;
        max-width: 41.58167%;
    }

    .range > .cell-xs-preffix-5 {
        margin-left: 41.66667%;
    }

    .range > .cell-xs-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .range > .cell-xs-6 {
        -webkit-flex-basis: 49.915%;
        -ms-flex-preferred-size: 49.915%;
        flex-basis: 49.915%;
        max-width: 49.915%;
    }

    .range > .cell-xs-preffix-6 {
        margin-left: 50%;
    }

    .range > .cell-xs-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .range > .cell-xs-7 {
        -webkit-flex-basis: 58.24833%;
        -ms-flex-preferred-size: 58.24833%;
        flex-basis: 58.24833%;
        max-width: 58.24833%;
    }

    .range > .cell-xs-preffix-7 {
        margin-left: 58.33333%;
    }

    .range > .cell-xs-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .range > .cell-xs-8 {
        -webkit-flex-basis: 66.58167%;
        -ms-flex-preferred-size: 66.58167%;
        flex-basis: 66.58167%;
        max-width: 66.58167%;
    }

    .range > .cell-xs-preffix-8 {
        margin-left: 66.66667%;
    }

    .range > .cell-xs-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .range > .cell-xs-9 {
        -webkit-flex-basis: 74.915%;
        -ms-flex-preferred-size: 74.915%;
        flex-basis: 74.915%;
        max-width: 74.915%;
    }

    .range > .cell-xs-preffix-9 {
        margin-left: 75%;
    }

    .range > .cell-xs-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .range > .cell-xs-10 {
        -webkit-flex-basis: 83.24833%;
        -ms-flex-preferred-size: 83.24833%;
        flex-basis: 83.24833%;
        max-width: 83.24833%;
    }

    .range > .cell-xs-preffix-10 {
        margin-left: 83.33333%;
    }

    .range > .cell-xs-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .range > .cell-xs-11 {
        -webkit-flex-basis: 91.58167%;
        -ms-flex-preferred-size: 91.58167%;
        flex-basis: 91.58167%;
        max-width: 91.58167%;
    }

    .range > .cell-xs-preffix-11 {
        margin-left: 91.66667%;
    }

    .range > .cell-xs-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .range > .cell-xs-12 {
        -webkit-flex-basis: 99.915%;
        -ms-flex-preferred-size: 99.915%;
        flex-basis: 99.915%;
        max-width: 99.915%;
    }

    .range > .cell-xs-preffix-12 {
        margin-left: 100%;
    }

    .range > .cell-xs-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .range > .cell-xs-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    * + [class*="cell-sm-"] {
        margin-top: 0;
    }

    .range-sm-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-sm-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-sm-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-sm-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-sm-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-sm-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-sm {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-sm-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-sm-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-sm-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-sm-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .cell-sm-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .cell-sm-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .range > .cell-sm-preffix-0 {
        margin-left: 0;
    }

    .range > .cell-sm-1 {
        -webkit-flex-basis: 8.24833%;
        -ms-flex-preferred-size: 8.24833%;
        flex-basis: 8.24833%;
        max-width: 8.24833%;
    }

    .range > .cell-sm-preffix-1 {
        margin-left: 8.33333%;
    }

    .range > .cell-sm-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .range > .cell-sm-2 {
        -webkit-flex-basis: 16.58167%;
        -ms-flex-preferred-size: 16.58167%;
        flex-basis: 16.58167%;
        max-width: 16.58167%;
    }

    .range > .cell-sm-preffix-2 {
        margin-left: 16.66667%;
    }

    .range > .cell-sm-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .range > .cell-sm-3 {
        -webkit-flex-basis: 24.915%;
        -ms-flex-preferred-size: 24.915%;
        flex-basis: 24.915%;
        max-width: 24.915%;
    }

    .range > .cell-sm-preffix-3 {
        margin-left: 25%;
    }

    .range > .cell-sm-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .range > .cell-sm-4 {
        -webkit-flex-basis: 33.24833%;
        -ms-flex-preferred-size: 33.24833%;
        flex-basis: 33.24833%;
        max-width: 33.24833%;
    }

    .range > .cell-sm-preffix-4 {
        margin-left: 33.33333%;
    }

    .range > .cell-sm-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .range > .cell-sm-5 {
        -webkit-flex-basis: 41.58167%;
        -ms-flex-preferred-size: 41.58167%;
        flex-basis: 41.58167%;
        max-width: 41.58167%;
    }

    .range > .cell-sm-preffix-5 {
        margin-left: 41.66667%;
    }

    .range > .cell-sm-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .range > .cell-sm-6 {
        -webkit-flex-basis: 49.915%;
        -ms-flex-preferred-size: 49.915%;
        flex-basis: 49.915%;
        max-width: 49.915%;
    }

    .range > .cell-sm-preffix-6 {
        margin-left: 50%;
    }

    .range > .cell-sm-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .range > .cell-sm-7 {
        -webkit-flex-basis: 58.24833%;
        -ms-flex-preferred-size: 58.24833%;
        flex-basis: 58.24833%;
        max-width: 58.24833%;
    }

    .range > .cell-sm-preffix-7 {
        margin-left: 58.33333%;
    }

    .range > .cell-sm-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .range > .cell-sm-8 {
        -webkit-flex-basis: 66.58167%;
        -ms-flex-preferred-size: 66.58167%;
        flex-basis: 66.58167%;
        max-width: 66.58167%;
    }

    .range > .cell-sm-preffix-8 {
        margin-left: 66.66667%;
    }

    .range > .cell-sm-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .range > .cell-sm-9 {
        -webkit-flex-basis: 74.915%;
        -ms-flex-preferred-size: 74.915%;
        flex-basis: 74.915%;
        max-width: 74.915%;
    }

    .range > .cell-sm-preffix-9 {
        margin-left: 75%;
    }

    .range > .cell-sm-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .range > .cell-sm-10 {
        -webkit-flex-basis: 83.24833%;
        -ms-flex-preferred-size: 83.24833%;
        flex-basis: 83.24833%;
        max-width: 83.24833%;
    }

    .range > .cell-sm-preffix-10 {
        margin-left: 83.33333%;
    }

    .range > .cell-sm-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .range > .cell-sm-11 {
        -webkit-flex-basis: 91.58167%;
        -ms-flex-preferred-size: 91.58167%;
        flex-basis: 91.58167%;
        max-width: 91.58167%;
    }

    .range > .cell-sm-preffix-11 {
        margin-left: 91.66667%;
    }

    .range > .cell-sm-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .range > .cell-sm-12 {
        -webkit-flex-basis: 99.915%;
        -ms-flex-preferred-size: 99.915%;
        flex-basis: 99.915%;
        max-width: 99.915%;
    }

    .range > .cell-sm-preffix-12 {
        margin-left: 100%;
    }

    .range > .cell-sm-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .range > .cell-sm-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    * + [class*="cell-md-"] {
        margin-top: 0;
    }

    .range-md-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-md-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-md-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-md-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-md-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-md-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-md {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-md-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-md-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-md-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-md-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .cell-md-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .cell-md-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .range > .cell-md-preffix-0 {
        margin-left: 0;
    }

    .range > .cell-md-1 {
        -webkit-flex-basis: 8.24833%;
        -ms-flex-preferred-size: 8.24833%;
        flex-basis: 8.24833%;
        max-width: 8.24833%;
    }

    .range > .cell-md-preffix-1 {
        margin-left: 8.33333%;
    }

    .range > .cell-md-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .range > .cell-md-2 {
        -webkit-flex-basis: 16.58167%;
        -ms-flex-preferred-size: 16.58167%;
        flex-basis: 16.58167%;
        max-width: 16.58167%;
    }

    .range > .cell-md-preffix-2 {
        margin-left: 16.66667%;
    }

    .range > .cell-md-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .range > .cell-md-3 {
        -webkit-flex-basis: 24.915%;
        -ms-flex-preferred-size: 24.915%;
        flex-basis: 24.915%;
        max-width: 24.915%;
    }

    .range > .cell-md-preffix-3 {
        margin-left: 25%;
    }

    .range > .cell-md-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .range > .cell-md-4 {
        -webkit-flex-basis: 33.24833%;
        -ms-flex-preferred-size: 33.24833%;
        flex-basis: 33.24833%;
        max-width: 33.24833%;
    }

    .range > .cell-md-preffix-4 {
        margin-left: 33.33333%;
    }

    .range > .cell-md-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .range > .cell-md-5 {
        -webkit-flex-basis: 41.58167%;
        -ms-flex-preferred-size: 41.58167%;
        flex-basis: 41.58167%;
        max-width: 41.58167%;
    }

    .range > .cell-md-preffix-5 {
        margin-left: 41.66667%;
    }

    .range > .cell-md-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .range > .cell-md-6 {
        -webkit-flex-basis: 49.915%;
        -ms-flex-preferred-size: 49.915%;
        flex-basis: 49.915%;
        max-width: 33%;
        padding-block-end: 30px;
    }

    .range > .cell-md-preffix-6 {
        margin-left: 50%;
    }

    .range > .cell-md-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .range > .cell-md-7 {
        -webkit-flex-basis: 58.24833%;
        -ms-flex-preferred-size: 58.24833%;
        flex-basis: 58.24833%;
        max-width: 58.24833%;
    }

    .range > .cell-md-preffix-7 {
        margin-left: 58.33333%;
    }

    .range > .cell-md-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .range > .cell-md-8 {
        -webkit-flex-basis: 66.58167%;
        -ms-flex-preferred-size: 66.58167%;
        flex-basis: 66.58167%;
        max-width: 66.58167%;
    }

    .range > .cell-md-preffix-8 {
        margin-left: 66.66667%;
    }

    .range > .cell-md-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .range > .cell-md-9 {
        -webkit-flex-basis: 74.915%;
        -ms-flex-preferred-size: 74.915%;
        flex-basis: 74.915%;
        max-width: 74.915%;
    }

    .range > .cell-md-preffix-9 {
        margin-left: 75%;
    }

    .range > .cell-md-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .range > .cell-md-10 {
        -webkit-flex-basis: 83.24833%;
        -ms-flex-preferred-size: 83.24833%;
        flex-basis: 83.24833%;
        max-width: 83.24833%;
    }

    .range > .cell-md-preffix-10 {
        margin-left: 83.33333%;
    }

    .range > .cell-md-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .range > .cell-md-11 {
        -webkit-flex-basis: 91.58167%;
        -ms-flex-preferred-size: 91.58167%;
        flex-basis: 91.58167%;
        max-width: 91.58167%;
    }

    .range > .cell-md-preffix-11 {
        margin-left: 91.66667%;
    }

    .range > .cell-md-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .range > .cell-md-12 {
        -webkit-flex-basis: 99.915%;
        -ms-flex-preferred-size: 99.915%;
        flex-basis: 99.915%;
        max-width: 99.915%;
    }

    .range > .cell-md-preffix-12 {
        margin-left: 100%;
    }

    .range > .cell-md-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .range > .cell-md-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    * + [class*="cell-lg-"] {
        margin-top: 0;
    }

    .range-lg-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-lg-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-lg-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-lg-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-lg-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-lg-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-lg {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-lg-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-lg-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-lg-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-lg-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .cell-lg-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .cell-lg-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .range > .cell-lg-preffix-0 {
        margin-left: 0;
    }

    .range > .cell-lg-1 {
        -webkit-flex-basis: 8.24833%;
        -ms-flex-preferred-size: 8.24833%;
        flex-basis: 8.24833%;
        max-width: 8.24833%;
    }

    .range > .cell-lg-preffix-1 {
        margin-left: 8.33333%;
    }

    .range > .cell-lg-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .range > .cell-lg-2 {
        -webkit-flex-basis: 16.58167%;
        -ms-flex-preferred-size: 16.58167%;
        flex-basis: 16.58167%;
        max-width: 16.58167%;
    }

    .range > .cell-lg-preffix-2 {
        margin-left: 16.66667%;
    }

    .range > .cell-lg-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .range > .cell-lg-3 {
        -webkit-flex-basis: 24.915%;
        -ms-flex-preferred-size: 24.915%;
        flex-basis: 24.915%;
        max-width: 24.915%;
    }

    .range > .cell-lg-preffix-3 {
        margin-left: 25%;
    }

    .range > .cell-lg-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .range > .cell-lg-4 {
        -webkit-flex-basis: 33.24833%;
        -ms-flex-preferred-size: 33.24833%;
        flex-basis: 33.24833%;
        max-width: 33.24833%;
    }

    .range > .cell-lg-preffix-4 {
        margin-left: 33.33333%;
    }

    .range > .cell-lg-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .range > .cell-lg-5 {
        -webkit-flex-basis: 45.58167%;
        -ms-flex-preferred-size: 41.58167%;
        flex-basis: 45.55%;
        max-width: 45.55%;
    }

    .range > .cell-lg-preffix-5 {
        margin-left: 41.66667%;
    }

    .range > .cell-lg-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .range > .cell-lg-6 {
        -webkit-flex-basis: 49.915%;
        -ms-flex-preferred-size: 49.915%;
        flex-basis: 49.915%;
        max-width: 49.915%;
    }

    .range > .cell-lg-preffix-6 {
        margin-left: 50%;
    }

    .range > .cell-lg-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .range > .cell-lg-7 {
        -webkit-flex-basis: 58.24833%;
        -ms-flex-preferred-size: 58.24833%;
        flex-basis: 58.24833%;
        max-width: 58.24833%;
    }

    .range > .cell-lg-preffix-7 {
        margin-left: 58.33333%;
    }

    .range > .cell-lg-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .range > .cell-lg-8 {
        -webkit-flex-basis: 66.58167%;
        -ms-flex-preferred-size: 66.58167%;
        flex-basis: 66.58167%;
        max-width: 66.58167%;
    }

    .range > .cell-lg-preffix-8 {
        margin-left: 66.66667%;
    }

    .range > .cell-lg-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .range > .cell-lg-9 {
        -webkit-flex-basis: 74.915%;
        -ms-flex-preferred-size: 74.915%;
        flex-basis: 74.915%;
        max-width: 74.915%;
    }

    .range > .cell-lg-preffix-9 {
        margin-left: 75%;
    }

    .range > .cell-lg-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .range > .cell-lg-10 {
        -webkit-flex-basis: 83.24833%;
        -ms-flex-preferred-size: 83.24833%;
        flex-basis: 83.24833%;
        max-width: 83.24833%;
    }

    .range > .cell-lg-preffix-10 {
        margin-left: 83.33333%;
    }

    .range > .cell-lg-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .range > .cell-lg-11 {
        -webkit-flex-basis: 91.58167%;
        -ms-flex-preferred-size: 91.58167%;
        flex-basis: 91.58167%;
        max-width: 91.58167%;
    }

    .range > .cell-lg-preffix-11 {
        margin-left: 91.66667%;
    }

    .range > .cell-lg-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .range > .cell-lg-12 {
        -webkit-flex-basis: 99.915%;
        -ms-flex-preferred-size: 99.915%;
        flex-basis: 99.915%;
        max-width: 99.915%;
    }

    .range > .cell-lg-preffix-12 {
        margin-left: 100%;
    }

    .range > .cell-lg-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .range > .cell-lg-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1485px) {
    * + [class*="cell-xl-"] {
        margin-top: 0;
    }

    .range-xl-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-xl-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-xl-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-xl-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-xl-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-xl-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-xl {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-xl-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-xl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-xl-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-xl-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .cell-xl-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .cell-xl-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .range > .cell-xl-preffix-0 {
        margin-left: 0;
    }

    .range > .cell-xl-1 {
        -webkit-flex-basis: 8.24833%;
        -ms-flex-preferred-size: 8.24833%;
        flex-basis: 8.24833%;
        max-width: 8.24833%;
    }

    .range > .cell-xl-preffix-1 {
        margin-left: 8.33333%;
    }

    .range > .cell-xl-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .range > .cell-xl-2 {
        -webkit-flex-basis: 16.58167%;
        -ms-flex-preferred-size: 16.58167%;
        flex-basis: 16.58167%;
        max-width: 16.58167%;
    }

    .range > .cell-xl-preffix-2 {
        margin-left: 16.66667%;
    }

    .range > .cell-xl-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .range > .cell-xl-3 {
        -webkit-flex-basis: 24.915%;
        -ms-flex-preferred-size: 24.915%;
        flex-basis: 24.915%;
        max-width: 24.915%;
    }

    .range > .cell-xl-preffix-3 {
        margin-left: 25%;
    }

    .range > .cell-xl-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .range > .cell-xl-4 {
        -webkit-flex-basis: 33.24833%;
        -ms-flex-preferred-size: 33.24833%;
        flex-basis: 33.24833%;
        max-width: 33.24833%;
    }

    .range > .cell-xl-preffix-4 {
        margin-left: 33.33333%;
    }

    .range > .cell-xl-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .range > .cell-xl-5 {
        -webkit-flex-basis: 41.58167%;
        -ms-flex-preferred-size: 41.58167%;
        flex-basis: 41.58167%;
        max-width: 41.58167%;
    }

    .range > .cell-xl-preffix-5 {
        margin-left: 41.66667%;
    }

    .range > .cell-xl-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .range > .cell-xl-6 {
        -webkit-flex-basis: 49.915%;
        -ms-flex-preferred-size: 49.915%;
        flex-basis: 49.915%;
        max-width: 49.915%;
    }

    .range > .cell-xl-preffix-6 {
        margin-left: 50%;
    }

    .range > .cell-xl-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .range > .cell-xl-7 {
        -webkit-flex-basis: 58.24833%;
        -ms-flex-preferred-size: 58.24833%;
        flex-basis: 58.24833%;
        max-width: 58.24833%;
    }

    .range > .cell-xl-preffix-7 {
        margin-left: 58.33333%;
    }

    .range > .cell-xl-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .range > .cell-xl-8 {
        -webkit-flex-basis: 66.58167%;
        -ms-flex-preferred-size: 66.58167%;
        flex-basis: 66.58167%;
        max-width: 66.58167%;
    }

    .range > .cell-xl-preffix-8 {
        margin-left: 66.66667%;
    }

    .range > .cell-xl-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .range > .cell-xl-9 {
        -webkit-flex-basis: 74.915%;
        -ms-flex-preferred-size: 74.915%;
        flex-basis: 74.915%;
        max-width: 74.915%;
    }

    .range > .cell-xl-preffix-9 {
        margin-left: 75%;
    }

    .range > .cell-xl-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .range > .cell-xl-10 {
        -webkit-flex-basis: 83.24833%;
        -ms-flex-preferred-size: 83.24833%;
        flex-basis: 83.24833%;
        max-width: 83.24833%;
    }

    .range > .cell-xl-preffix-10 {
        margin-left: 83.33333%;
    }

    .range > .cell-xl-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .range > .cell-xl-11 {
        -webkit-flex-basis: 91.58167%;
        -ms-flex-preferred-size: 91.58167%;
        flex-basis: 91.58167%;
        max-width: 91.58167%;
    }

    .range > .cell-xl-preffix-11 {
        margin-left: 91.66667%;
    }

    .range > .cell-xl-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .range > .cell-xl-12 {
        -webkit-flex-basis: 99.915%;
        -ms-flex-preferred-size: 99.915%;
        flex-basis: 99.915%;
        max-width: 99.915%;
    }

    .range > .cell-xl-preffix-12 {
        margin-left: 100%;
    }

    .range > .cell-xl-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .range > .cell-xl-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1800px) {
    * + [class*="cell-xxl-"] {
        margin-top: 0;
    }

    .range-xxl-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-xxl-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-xxl-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-xxl-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-xxl-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-xxl-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-xxl {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-xxl-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-xxl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-xxl-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-xxl-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .cell-xxl-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .cell-xxl-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .range > .cell-xxl-preffix-0 {
        margin-left: 0;
    }

    .range > .cell-xxl-1 {
        -webkit-flex-basis: 8.24833%;
        -ms-flex-preferred-size: 8.24833%;
        flex-basis: 8.24833%;
        max-width: 8.24833%;
    }

    .range > .cell-xxl-preffix-1 {
        margin-left: 8.33333%;
    }

    .range > .cell-xxl-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .range > .cell-xxl-2 {
        -webkit-flex-basis: 16.58167%;
        -ms-flex-preferred-size: 16.58167%;
        flex-basis: 16.58167%;
        max-width: 16.58167%;
    }

    .range > .cell-xxl-preffix-2 {
        margin-left: 16.66667%;
    }

    .range > .cell-xxl-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .range > .cell-xxl-3 {
        -webkit-flex-basis: 24.915%;
        -ms-flex-preferred-size: 24.915%;
        flex-basis: 24.915%;
        max-width: 24.915%;
    }

    .range > .cell-xxl-preffix-3 {
        margin-left: 25%;
    }

    .range > .cell-xxl-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .range > .cell-xxl-4 {
        -webkit-flex-basis: 33.24833%;
        -ms-flex-preferred-size: 33.24833%;
        flex-basis: 33.24833%;
        max-width: 33.24833%;
    }

    .range > .cell-xxl-preffix-4 {
        margin-left: 33.33333%;
    }

    .range > .cell-xxl-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .range > .cell-xxl-5 {
        -webkit-flex-basis: 41.58167%;
        -ms-flex-preferred-size: 41.58167%;
        flex-basis: 41.58167%;
        max-width: 41.58167%;
    }

    .range > .cell-xxl-preffix-5 {
        margin-left: 41.66667%;
    }

    .range > .cell-xxl-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .range > .cell-xxl-6 {
        -webkit-flex-basis: 49.915%;
        -ms-flex-preferred-size: 49.915%;
        flex-basis: 49.915%;
        max-width: 49.915%;
    }

    .range > .cell-xxl-preffix-6 {
        margin-left: 50%;
    }

    .range > .cell-xxl-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .range > .cell-xxl-7 {
        -webkit-flex-basis: 58.24833%;
        -ms-flex-preferred-size: 58.24833%;
        flex-basis: 58.24833%;
        max-width: 58.24833%;
    }

    .range > .cell-xxl-preffix-7 {
        margin-left: 58.33333%;
    }

    .range > .cell-xxl-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .range > .cell-xxl-8 {
        -webkit-flex-basis: 66.58167%;
        -ms-flex-preferred-size: 66.58167%;
        flex-basis: 66.58167%;
        max-width: 66.58167%;
    }

    .range > .cell-xxl-preffix-8 {
        margin-left: 66.66667%;
    }

    .range > .cell-xxl-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .range > .cell-xxl-9 {
        -webkit-flex-basis: 74.915%;
        -ms-flex-preferred-size: 74.915%;
        flex-basis: 74.915%;
        max-width: 74.915%;
    }

    .range > .cell-xxl-preffix-9 {
        margin-left: 75%;
    }

    .range > .cell-xxl-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .range > .cell-xxl-10 {
        -webkit-flex-basis: 83.24833%;
        -ms-flex-preferred-size: 83.24833%;
        flex-basis: 83.24833%;
        max-width: 83.24833%;
    }

    .range > .cell-xxl-preffix-10 {
        margin-left: 83.33333%;
    }

    .range > .cell-xxl-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .range > .cell-xxl-11 {
        -webkit-flex-basis: 91.58167%;
        -ms-flex-preferred-size: 91.58167%;
        flex-basis: 91.58167%;
        max-width: 91.58167%;
    }

    .range > .cell-xxl-preffix-11 {
        margin-left: 91.66667%;
    }

    .range > .cell-xxl-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .range > .cell-xxl-12 {
        -webkit-flex-basis: 99.915%;
        -ms-flex-preferred-size: 99.915%;
        flex-basis: 99.915%;
        max-width: 99.915%;
    }

    .range > .cell-xxl-preffix-12 {
        margin-left: 100%;
    }

    .range > .cell-xxl-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .range > .cell-xxl-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1485px) {
    .range {
        margin-left: -7px;
        margin-right: -8px;
    }
}

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-right {
        text-align: right;
    }

    .text-xs-justify {
        text-align: justify;
    }

    .text-xs-nowrap {
        white-space: nowrap;
    }

    .text-xs-normal {
        white-space: normal;
    }
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .text-sm-nowrap {
        white-space: nowrap;
    }

    .text-sm-normal {
        white-space: normal;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-justify {
        text-align: justify;
    }

    .text-md-nowrap {
        white-space: nowrap;
    }

    .text-md-normal {
        white-space: normal;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-justify {
        text-align: justify;
    }

    .text-lg-nowrap {
        white-space: nowrap;
    }

    .text-lg-normal {
        white-space: normal;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .text-xs-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-xs-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-xs-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-xs-justify {
        text-align: justify;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .text-sm-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-sm-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-sm-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .text-md-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-md-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-md-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .text-lg-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-lg-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-lg-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-lg-justify {
        text-align: justify;
    }
}

@media (min-width: 480px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-base {
        float: none;
    }

    .pull-xs-right {
        float: right;
    }
}

@media (min-width: 768px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-base {
        float: none;
    }

    .pull-sm-right {
        float: right;
    }
}

@media (min-width: 992px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-base {
        float: none;
    }

    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }

    .pull-lg-base {
        float: none;
    }

    .pull-lg-right {
        float: right;
    }
}

@media (min-width: 1485px) {
    .pull-xl-left {
        float: left;
    }

    .pull-xl-base {
        float: none;
    }

    .pull-xl-right {
        float: right;
    }
}

@media (min-width: 1485px) {
    .text-xl-left {
        text-align: left;
    }

    .text-xl-center {
        text-align: center;
    }

    .text-xl-right {
        text-align: right;
    }

    .text-xl-justify {
        text-align: justify;
    }

    .text-xl-nowrap {
        white-space: nowrap;
    }

    .text-xl-normal {
        white-space: normal;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1485px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}




@media (min-width: 768px) {
    .shell,
    .shell-wide {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .shell,
    .shell-wide {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .shell,
    .shell-wide {
        max-width: 1200px;
    }
}

@media (min-width: 1485px) {
    .shell,
    .shell-wide {
        max-width: 1270px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-md.unit-sm-vertical > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-sm > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-sm-vertical > .unit-body + .unit-right,
    .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-body,
    .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-md.unit-sm > .unit-body + .unit-right,
    .unit-spacing-md.unit-sm > .unit-left + .unit-body,
    .unit-spacing-md.unit-sm > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-md.unit-sm-horizontal > .unit-body + .unit-right,
    .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-body,
    .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 25px;
    }

    .unit-spacing-md.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-sm-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-md.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-md.unit-sm-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 25px;
    }

    .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .unit-spacing-md.unit-md-vertical > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-md > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-md-vertical > .unit-body + .unit-right,
    .unit-spacing-md.unit-md-vertical > .unit-left + .unit-body,
    .unit-spacing-md.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-md.unit-md > .unit-body + .unit-right,
    .unit-spacing-md.unit-md > .unit-left + .unit-body,
    .unit-spacing-md.unit-md > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-md.unit-md-horizontal > .unit-body + .unit-right,
    .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-body,
    .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 25px;
    }

    .unit-spacing-md.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-md-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-md.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-md.unit-md-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 25px;
    }

    .unit-spacing-md.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-md.unit-lg-vertical > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-lg > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-lg-vertical > .unit-body + .unit-right,
    .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-body,
    .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-md.unit-lg > .unit-body + .unit-right,
    .unit-spacing-md.unit-lg > .unit-left + .unit-body,
    .unit-spacing-md.unit-lg > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-md.unit-lg-horizontal > .unit-body + .unit-right,
    .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-body,
    .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 25px;
    }

    .unit-spacing-md.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-lg-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-md.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-md.unit-lg-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 25px;
    }

    .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1485px) {
    .unit-spacing-md.unit-xl-vertical > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-xl > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-xl-vertical > .unit-body + .unit-right,
    .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-body,
    .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-md.unit-xl > .unit-body + .unit-right,
    .unit-spacing-md.unit-xl > .unit-left + .unit-body,
    .unit-spacing-md.unit-xl > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-md.unit-xl-horizontal > .unit-body + .unit-right,
    .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-body,
    .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 25px;
    }

    .unit-spacing-md.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-xl-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-md.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-md.unit-xl-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 25px;
    }

    .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 480px) {
    .reveal-xs-block {
        display: block !important;
    }

    .reveal-xs-inline-block {
        display: inline-block !important;
    }

    .reveal-xs-inline {
        display: inline !important;
    }

    .reveal-xs-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-xs {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .unit-spacing-xxs.unit-xs-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-xs > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xs-vertical > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-xs-vertical > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xs > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-xs > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-xs > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-xs-horizontal > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-xs-horizontal > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-xs-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-xs-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xxs.unit-xs-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xxs.unit-sm-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-sm > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-sm-vertical > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-sm-vertical > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-sm > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-sm > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-sm > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-sm-horizontal > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-sm-horizontal > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-sm-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-sm-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xxs.unit-sm-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xxs.unit-md-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-md > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-md-vertical > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-md-vertical > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-md > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-md > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-md > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-md-horizontal > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-md-horizontal > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-md-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-md-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xxs.unit-md-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-xxs.unit-lg-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-lg > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-lg-vertical > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-lg-vertical > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-lg > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-lg > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-lg > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-lg-horizontal > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-lg-horizontal > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-lg-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-lg-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xxs.unit-lg-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1485px) {
    .unit-spacing-xxs.unit-xl-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-xl > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xl-vertical > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-xl-vertical > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xl > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-xl > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-xl > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-xl-horizontal > .unit-body + .unit-right,
    .unit-spacing-xxs.unit-xl-horizontal > .unit-left + .unit-body,
    .unit-spacing-xxs.unit-xl-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xxs.unit-xl-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xxs.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xxs.unit-xl-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 15px;
    }

    .unit-spacing-xxs.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .reveal-sm-block {
        display: block !important;
    }

    .reveal-sm-inline-block {
        display: inline-block !important;
    }

    .reveal-sm-inline {
        display: inline !important;
    }

    .reveal-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-sm {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .reveal-md-block {
        display: block !important;
    }

    .reveal-md-inline-block {
        display: inline-block !important;
    }

    .reveal-md-inline {
        display: inline !important;
    }

    .reveal-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .reveal-lg-block {
        display: block !important;
    }

    .reveal-lg-inline-block {
        display: inline-block !important;
    }

    .reveal-lg-inline {
        display: inline !important;
    }

    .reveal-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-lg {
        display: none !important;
    }
}

@media (min-width: 1485px) {
    .reveal-xl-block {
        display: block !important;
    }

    .reveal-xl-inline-block {
        display: inline-block !important;
    }

    .reveal-xl-inline {
        display: inline !important;
    }

    .reveal-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-xl {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .unit-spacing-xs.unit-xs-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-xs > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xs-vertical > .unit-body + .unit-right,
    .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-body,
    .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xs > .unit-body + .unit-right,
    .unit-spacing-xs.unit-xs > .unit-left + .unit-body,
    .unit-spacing-xs.unit-xs > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-xs-horizontal > .unit-body + .unit-right,
    .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-body,
    .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-xs-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xs.unit-xs-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xs.unit-sm-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-sm > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-sm-vertical > .unit-body + .unit-right,
    .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-body,
    .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-sm > .unit-body + .unit-right,
    .unit-spacing-xs.unit-sm > .unit-left + .unit-body,
    .unit-spacing-xs.unit-sm > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-sm-horizontal > .unit-body + .unit-right,
    .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-body,
    .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-sm-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xs.unit-sm-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xs.unit-md-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-md > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-md-vertical > .unit-body + .unit-right,
    .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-body,
    .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-md > .unit-body + .unit-right,
    .unit-spacing-xs.unit-md > .unit-left + .unit-body,
    .unit-spacing-xs.unit-md > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-md-horizontal > .unit-body + .unit-right,
    .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-body,
    .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-md-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xs.unit-md-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-xs.unit-lg-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-lg > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-lg-vertical > .unit-body + .unit-right,
    .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-body,
    .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-lg > .unit-body + .unit-right,
    .unit-spacing-xs.unit-lg > .unit-left + .unit-body,
    .unit-spacing-xs.unit-lg > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-lg-horizontal > .unit-body + .unit-right,
    .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-body,
    .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-lg-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xs.unit-lg-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1485px) {
    .unit-spacing-xs.unit-xl-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-xl > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xl-vertical > .unit-body + .unit-right,
    .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-body,
    .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xl > .unit-body + .unit-right,
    .unit-spacing-xs.unit-xl > .unit-left + .unit-body,
    .unit-spacing-xs.unit-xl > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-xl-horizontal > .unit-body + .unit-right,
    .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-body,
    .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xs.unit-xl-inverse > [class*="unit-"]:first-child {
        padding-top: 10px;
    }

    .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xs.unit-xl-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 20px;
    }

    .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1485px) {
    .shell,
    .shell-fluid,
    .shell-wide {
        margin-right: auto;
        margin-left: auto;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

@media (min-width: 768px) {
    .h5,
    h5 {
        font-size: 24px;
        line-height: 1.33333;
    }
}

@media (min-width: 768px) {
    .h4,
    h4 {
        font-size: 26px;
        line-height: 1.30769;
    }
}

@media (min-width: 768px) {
    .h3,
    h3 {
        font-size: 30px;
        line-height: 1.26667;
    }
}

@media (min-width: 768px) {
    .h2,
    h2 {
        font-size: 40px;
        line-height: 1.25;
    }
}

@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 58px;
    }
}

@media (min-width: 1200px) {
    .h1,
    h1 {
        line-height: 1.07143;
        font-size: 64px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm,
    .visible-sm-block {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md,
    .visible-md-block {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg,
    .visible-lg-block {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1485px) {
    .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        float: left
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.33333%
    }

    .col-xl-pull-2 {
        right: 16.66667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.33333%
    }

    .col-xl-pull-5 {
        right: 41.66667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.33333%
    }

    .col-xl-pull-8 {
        right: 66.66667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.33333%
    }

    .col-xl-pull-11 {
        right: 91.66667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.33333%
    }

    .col-xl-push-2 {
        left: 16.66667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.33333%
    }

    .col-xl-push-5 {
        left: 41.66667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.33333%
    }

    .col-xl-push-8 {
        left: 66.66667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.33333%
    }

    .col-xl-push-11 {
        left: 91.66667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after, .modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.625
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after, .modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}


@media (max-width: 350px) {
    .recaptcha iframe {
        max-width: 100%;
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: -5px;
        -webkit-transform-origin: -5px
    }
}

@media (max-width: 400px) {
    .table.table-border thead td {
        font-size: 14px
    }
}

@media (max-width: 320px) {
    .table.table-border thead td {
        font-size: 10px;
        text-align: center;
        padding: 6px 2px;
    }

    .td, span {
        font-size: 10px;
        text-align: center;
    }

    .h1, h1 {
        font-size: 31px;
    }

    .section-75 {
        padding-top: 35px;
        padding-bottom: 75px;
    }

    .h2, h2 {
        font-size: 25px;
        letter-spacing: -.03em;
    }
}

@media screen and (max-width: 375px) and (min-width: 320px) {
    .table.table-border4 thead td {
        font-size: 10px;
        text-align: center;
        padding: 6px 2px;
        border: 1px solid #e1e1e1;
        border-top-color: rgb(225, 225, 225);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgb(225, 225, 225);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(225, 225, 225);
        border-left-style: solid;
        border-left-width: 1px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    }

    .td, table {
        border-top-color: rgb(225, 225, 225);
        border-top-style: solid;
        border-top-width: 1px;
    }

    .td, span {
        font-size: 10px;
        text-align: center;
    }

    .h1, h1 {
        font-size: 31px;
    }

    .section-75 {
        padding-top: 35px;
        padding-bottom: 75px;
    }

    .h2, h2 {
        font-size: 25px;
        letter-spacing: -.03em;
    }
}

@media screen and (max-width: 413px) and (min-width: 375px) {
    .table.table-border4 thead td {
        font-size: 12px;
        text-align: center;
        padding: 6px 2px;
        border: 1px solid #e1e1e1;
        border-top-color: rgb(225, 225, 225);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgb(225, 225, 225);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(225, 225, 225);
        border-left-style: solid;
        border-left-width: 1px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    }

    .td, table {
        border-top-color: rgb(225, 225, 225);
        border-top-style: solid;
        border-top-width: 1px;
    }

    .td, span {
        font-size: 10px;
        text-align: center;
    }

    .h1, h1 {
        font-size: 31px;
    }

    .section-75 {
        padding-top: 35px;
        padding-bottom: 75px;
    }

    .h2, h2 {
        font-size: 25px;
        letter-spacing: -.03em;
    }
}


@media (min-width: 480px) {
    .unit-spacing-md.unit-xs-vertical > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-xs > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-xs-vertical > .unit-body + .unit-right,
    .unit-spacing-md.unit-xs-vertical > .unit-left + .unit-body,
    .unit-spacing-md.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-md.unit-xs > .unit-body + .unit-right,
    .unit-spacing-md.unit-xs > .unit-left + .unit-body,
    .unit-spacing-md.unit-xs > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-spacing-md.unit-xs-horizontal > .unit-body + .unit-right,
    .unit-spacing-md.unit-xs-horizontal > .unit-left + .unit-body,
    .unit-spacing-md.unit-xs-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-xs-inverse > [class*="unit-"]:first-child {
        padding-top: 20px;
    }

    .unit-spacing-md.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-md.unit-xs-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .unit-spacing-md.unit-sm-vertical > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-sm > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-sm-vertical > .unit-body + .unit-right,
    .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-body,
    .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-md.unit-sm > .unit-body + .unit-right,
    .unit-spacing-md.unit-sm > .unit-left + .unit-body,
    .unit-spacing-md.unit-sm > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-spacing-md.unit-sm-horizontal > .unit-body + .unit-right,
    .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-body,
    .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-sm-inverse > [class*="unit-"]:first-child {
        padding-top: 20px;
    }

    .unit-spacing-md.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-md.unit-sm-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .unit-spacing-md.unit-md-vertical > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-md > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-md-vertical > .unit-body + .unit-right,
    .unit-spacing-md.unit-md-vertical > .unit-left + .unit-body,
    .unit-spacing-md.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-md.unit-md > .unit-body + .unit-right,
    .unit-spacing-md.unit-md > .unit-left + .unit-body,
    .unit-spacing-md.unit-md > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-spacing-md.unit-md-horizontal > .unit-body + .unit-right,
    .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-body,
    .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-md-inverse > [class*="unit-"]:first-child {
        padding-top: 20px;
    }

    .unit-spacing-md.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-md.unit-md-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-md.unit-lg-vertical > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-lg > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-lg-vertical > .unit-body + .unit-right,
    .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-body,
    .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-md.unit-lg > .unit-body + .unit-right,
    .unit-spacing-md.unit-lg > .unit-left + .unit-body,
    .unit-spacing-md.unit-lg > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-spacing-md.unit-lg-horizontal > .unit-body + .unit-right,
    .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-body,
    .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-lg-inverse > [class*="unit-"]:first-child {
        padding-top: 20px;
    }

    .unit-spacing-md.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-md.unit-lg-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1485px) {
    .unit-spacing-md.unit-xl-vertical > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-xl > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-xl-vertical > .unit-body + .unit-right,
    .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-body,
    .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-md.unit-xl > .unit-body + .unit-right,
    .unit-spacing-md.unit-xl > .unit-left + .unit-body,
    .unit-spacing-md.unit-xl > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-spacing-md.unit-xl-horizontal > .unit-body + .unit-right,
    .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-body,
    .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-md.unit-xl-inverse > [class*="unit-"]:first-child {
        padding-top: 20px;
    }

    .unit-spacing-md.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-md.unit-xl-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 40px;
    }

    .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .unit-spacing-lg.unit-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit > .unit-body + .unit-right,
    .unit-spacing-lg.unit > .unit-left + .unit-body,
    .unit-spacing-lg.unit > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-inverse.unit-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-inverse.unit-vertical > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-inverse.unit-horizontal > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-inverse.unit-horizontal > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 480px) {
    .unit-spacing-lg.unit-xs-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-xs > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-xs-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xs-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-xs > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xs > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xs > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-xs-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xs-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xs-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-xs-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-xs-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .unit-spacing-lg.unit-sm-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-sm > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-sm-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-sm-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-sm > .unit-body + .unit-right,
    .unit-spacing-lg.unit-sm > .unit-left + .unit-body,
    .unit-spacing-lg.unit-sm > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-sm-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-sm-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-sm-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-sm-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-sm-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .unit-spacing-lg.unit-md-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-md > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-md-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-md-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-md > .unit-body + .unit-right,
    .unit-spacing-lg.unit-md > .unit-left + .unit-body,
    .unit-spacing-lg.unit-md > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-md-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-md-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-md-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-md-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-md-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .unit-spacing-lg.unit-lg-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-lg > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-lg-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-lg-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-lg > .unit-body + .unit-right,
    .unit-spacing-lg.unit-lg > .unit-left + .unit-body,
    .unit-spacing-lg.unit-lg > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-lg-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-lg-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-lg-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-lg-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-lg-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 1485px) {
    .unit-spacing-lg.unit-xl-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-xl > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-xl-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xl-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-xl > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xl > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xl > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-xl-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xl-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xl-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-xl-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-xl-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-lg.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .unit-spacing-lg.unit-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit > .unit-body + .unit-right,
    .unit-spacing-lg.unit > .unit-left + .unit-body,
    .unit-spacing-lg.unit > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-inverse.unit-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-inverse.unit-vertical > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-inverse.unit-horizontal > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-inverse.unit-horizontal > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 480px) {
    .unit-spacing-lg.unit-xs-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-xs > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-xs-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xs-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-xs > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xs > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xs > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-xs-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xs-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xs-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-xs-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-xs-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .unit-spacing-lg.unit-sm-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-sm > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-sm-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-sm-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-sm > .unit-body + .unit-right,
    .unit-spacing-lg.unit-sm > .unit-left + .unit-body,
    .unit-spacing-lg.unit-sm > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-sm-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-sm-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-sm-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-sm-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-sm-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .unit-spacing-lg.unit-md-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-md > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-md-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-md-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-md > .unit-body + .unit-right,
    .unit-spacing-lg.unit-md > .unit-left + .unit-body,
    .unit-spacing-lg.unit-md > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-md-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-md-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-md-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-md-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-md-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .unit-spacing-lg.unit-lg-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-lg > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-lg-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-lg-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-lg > .unit-body + .unit-right,
    .unit-spacing-lg.unit-lg > .unit-left + .unit-body,
    .unit-spacing-lg.unit-lg > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-lg-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-lg-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-lg-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-lg-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-lg-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 1485px) {
    .unit-spacing-lg.unit-xl-vertical > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-xl > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-xl-vertical > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xl-vertical > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-lg.unit-xl > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xl > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xl > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-xl-horizontal > .unit-body + .unit-right,
    .unit-spacing-lg.unit-xl-horizontal > .unit-left + .unit-body,
    .unit-spacing-lg.unit-xl-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-lg.unit-xl-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-lg.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-lg.unit-xl-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-lg.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 50px;
    }

    .unit-spacing-lg.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xl.unit-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit > .unit-body + .unit-right,
    .unit-spacing-xl.unit > .unit-left + .unit-body,
    .unit-spacing-xl.unit > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-inverse.unit-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-inverse.unit-vertical > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-inverse.unit-horizontal > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-inverse.unit-horizontal > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 480px) {
    .unit-spacing-xl.unit-xs-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-xs > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-xs-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xs-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-xs > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xs > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xs > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-xs-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xs-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xs-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-xs-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-xs-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .unit-spacing-xl.unit-sm-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-sm > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-sm-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-sm-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-sm > .unit-body + .unit-right,
    .unit-spacing-xl.unit-sm > .unit-left + .unit-body,
    .unit-spacing-xl.unit-sm > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-sm-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-sm-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-sm-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-sm-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-sm-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .unit-spacing-xl.unit-md-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-md > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-md-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-md-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-md > .unit-body + .unit-right,
    .unit-spacing-xl.unit-md > .unit-left + .unit-body,
    .unit-spacing-xl.unit-md > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-md-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-md-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-md-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-md-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-md-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .unit-spacing-xl.unit-lg-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-lg > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-lg-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-lg-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-lg > .unit-body + .unit-right,
    .unit-spacing-xl.unit-lg > .unit-left + .unit-body,
    .unit-spacing-xl.unit-lg > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-lg-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-lg-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-lg-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-lg-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-lg-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (min-width: 1485px) {
    .unit-spacing-xl.unit-xl-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-xl > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-xl-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xl-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-xl > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xl > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xl > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-xl-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xl-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xl-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-xl-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-xl-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 45px;
    }

    .unit-spacing-xl.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xl.unit-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit > .unit-body + .unit-right,
    .unit-spacing-xl.unit > .unit-left + .unit-body,
    .unit-spacing-xl.unit > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-inverse.unit-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-inverse.unit-vertical > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-inverse.unit-horizontal > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-inverse.unit-horizontal > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 480px) {
    .unit-spacing-xl.unit-xs-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-xs > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-xs-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xs-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-xs > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xs > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xs > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-xs-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xs-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xs-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-xs-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-xs-inverse.unit-xs-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-xs-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-xs-inverse.unit-xs-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .unit-spacing-xl.unit-sm-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-sm > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-sm-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-sm-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-sm > .unit-body + .unit-right,
    .unit-spacing-xl.unit-sm > .unit-left + .unit-body,
    .unit-spacing-xl.unit-sm > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-sm-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-sm-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-sm-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-sm-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-sm-inverse.unit-sm-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-sm-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-sm-inverse.unit-sm-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .unit-spacing-xl.unit-md-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-md > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-md-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-md-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-md > .unit-body + .unit-right,
    .unit-spacing-xl.unit-md > .unit-left + .unit-body,
    .unit-spacing-xl.unit-md > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-md-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-md-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-md-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-md-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-md-inverse.unit-md-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-md-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-md-inverse.unit-md-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .unit-spacing-xl.unit-lg-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-lg > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-lg-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-lg-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-lg > .unit-body + .unit-right,
    .unit-spacing-xl.unit-lg > .unit-left + .unit-body,
    .unit-spacing-xl.unit-lg > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-lg-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-lg-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-lg-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-lg-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-lg-inverse.unit-lg-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-lg-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-lg-inverse.unit-lg-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (min-width: 1485px) {
    .unit-spacing-xl.unit-xl-vertical > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-xl > [class*="unit-"]:first-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-xl-vertical > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xl-vertical > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-xl.unit-xl > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xl > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xl > .unit-left + .unit-right {
        padding-left: 0;
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-xl-horizontal > .unit-body + .unit-right,
    .unit-spacing-xl.unit-xl-horizontal > .unit-left + .unit-body,
    .unit-spacing-xl.unit-xl-horizontal > .unit-left + .unit-right {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:first-child,
    .unit-spacing-xl.unit-xl-inverse > [class*="unit-"]:first-child {
        padding-top: 25px;
    }

    .unit-spacing-xl.unit-xl-inverse.unit-xl-vertical
    > [class*="unit-"]:last-child,
    .unit-spacing-xl.unit-xl-inverse > [class*="unit-"]:last-child {
        padding-top: 0;
    }

    .unit-spacing-xl.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:first-child {
        padding-top: 0;
        padding-left: 70px;
    }

    .unit-spacing-xl.unit-xl-inverse.unit-xl-horizontal
    > [class*="unit-"]:last-child {
        padding-left: 0;
    }
}

@media screen and (max-width: 449px) and (min-width: 414px) {
    .table.table-border4 thead td {
        font-size: 14px;
        text-align: center;
        padding: 6px 2px;

        border-right-color: rgb(225, 225, 225);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(225, 225, 225);
        border-left-style: solid;
        border-left-width: 1px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    }

    .td {
        font-size: 9px;
    }

}

@media screen and (max-width: 750px) and (min-width: 450px) {
    .table.table-border4 thead td {
        font-size: 16px;
        text-align: center;
        padding: 6px 2px;

        border-right-color: rgb(225, 225, 225);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(225, 225, 225);
        border-left-style: solid;
        border-left-width: 1px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    }


}

@media screen and (max-width: 800px) and (min-width: 751px) {
    .table.table-border4 thead td {
        font-size: 16px;
        text-align: center;
        padding: 6px 2px;

        border-right-color: rgb(225, 225, 225);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(225, 225, 225);
        border-left-style: solid;
        border-left-width: 1px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    }


}

@media screen and(min-width: 800px) {
    .table.table-border4 thead td {
        font-size: 16px;
        text-align: center;
        padding: 6px 2px;

        border-right-color: rgb(225, 225, 225);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(225, 225, 225);
        border-left-style: solid;
        border-left-width: 1px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    }


}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0%, to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@keyframes donut-rotate {
    0%, to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}
@media (min-width: 1485px) {
    .divider-block {
        padding-left: 125px
    }

    .divider-block:before {
        width: 95px
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 12px;
        font-size: 14px

    }
}

@media (min-width: 768px) {
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 22px 36px
    }
}
