.container {
    max-width: 1120px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.row.-items-center { align-items: center; }

.col {
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}


/* Width */
.col-1 { width: 8.33333% !important; }
.col-2 { width: 16.66667% !important; }
.col-3 { width: 25% !important; }
.col-4 { width: 33.33333% !important; }
.col-5 { width: 41.66667% !important; }
.col-6 { width: 50% !important; }
.col-7 { width: 58.33333% !important; }
.col-8 { width: 66.66667% !important; }
.col-9 { width: 75% !important; }
.col-10 { width: 83.33333% !important; }
.col-11 { width: 91.66667% !important; }
.col-12 { width: 100% !important; }

@media ( min-width: 768px ) {
    .bp768\:col-5 { width: 41.66667% !important; }
}


.offset-1 { margin-left: 8.33333% !important; }
.offset-2 { margin-left: 16.66667% !important; }
.offset-3 { margin-left: 25% !important; }
.offset-4 { margin-left: 33.33333% !important; }
.offset-5 { margin-left: 41.66667% !important; }
.offset-6 { margin-left: 50% !important; }
.offset-7 { margin-left: 58.33333% !important; }
.offset-8 { margin-left: 66.66667% !important; }
.offset-9 { margin-left: 75% !important; }
.offset-10 { margin-left: 83.33333% !important; }
.offset-11 { margin-left: 91.66667% !important; }
.offset-12 { margin-left: 100% !important; }

@media ( min-width: 800px ) {
    .bp800\:offset-6 { margin-left: 50% !important; }
}


.push-1 { left: 8.33333% !important; }
.push-2 { left: 16.66667% !important; }
.push-3 { left: 25% !important; }
.push-4 { left: 33.33333% !important; }
.push-5 { left: 41.66667% !important; }
.push-6 { left: 50% !important; }
.push-7 { left: 58.33333% !important; }
.push-8 { left: 66.66667% !important; }
.push-9 { left: 75% !important; }
.push-10 { left: 83.33333% !important; }
.push-11 { left: 91.66667% !important; }
.push-12 { left: 100% !important; }
@media ( min-width: 800px ) {
    .bp800\:push-5 { left: 41.66667% !important; }
}


.pull-1 { right: 8.33333% !important; }
.pull-2 { right: 16.66667% !important; }
.pull-3 { right: 25% !important; }
.pull-4 { right: 33.33333% !important; }
.pull-5 { right: 41.66667% !important; }
.pull-6 { right: 50% !important; }
.pull-7 { right: 58.33333% !important; }
.pull-8 { right: 66.66667% !important; }
.pull-9 { right: 75% !important; }
.pull-10 { right: 83.33333% !important; }
.pull-11 { right: 91.66667% !important; }
.pull-12 { right: 100% !important; }
@media ( min-width: 800px ) {
    .bp800\:pull-7 { right: 58.33333% !important; }
}