.container {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    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; */
}

.row.gutter-0 .col{
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/* 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;
}
 .w-20 {
     width: 20% !important;
}
 .w-80 {
     width: 80% !important;
}
 @media (min-width: 480px) {
     .xs\:col-1 {
         width: 8.33333% !important;
    }
     .xs\:col-2 {
         width: 16.66667% !important;
    }
     .xs\:col-3 {
         width: 25% !important;
    }
     .xs\:col-4 {
         width: 33.33333% !important;
    }
     .xs\:col-5 {
         width: 41.66667% !important;
    }
     .xs\:col-6 {
         width: 50% !important;
    }
     .xs\:col-7 {
         width: 58.33333% !important;
    }
     .xs\:col-8 {
         width: 66.66667% !important;
    }
     .xs\:col-9 {
         width: 75% !important;
    }
     .xs\:col-10 {
         width: 83.33333% !important;
    }
     .xs\:col-11 {
         width: 91.66667% !important;
    }
     .xs\:col-12 {
         width: 100% !important;
    }
     .xs\:w-20 {
         width: 20% !important;
    }
     .xs\:w-80 {
         width: 80% !important;
    }
}
 @media (min-width: 768px) {
     .sm\:col-1 {
         width: 8.33333% !important;
    }
     .sm\:col-2 {
         width: 16.66667% !important;
    }
     .sm\:col-3 {
         width: 25% !important;
    }
     .sm\:col-4 {
         width: 33.33333% !important;
    }
     .sm\:col-5 {
         width: 41.66667% !important;
    }
     .sm\:col-6 {
         width: 50% !important;
    }
     .sm\:col-7 {
         width: 58.33333% !important;
    }
     .sm\:col-8 {
         width: 66.66667% !important;
    }
     .sm\:col-9 {
         width: 75% !important;
    }
     .sm\:col-10 {
         width: 83.33333% !important;
    }
     .sm\:col-11 {
         width: 91.66667% !important;
    }
     .sm\:col-12 {
         width: 100% !important;
    }
     .sm\:w-20 {
         width: 20% !important;
    }
     .sm\:w-80 {
         width: 80% !important;
    }
}
 @media (min-width: 992px) {
     .md\:col-1 {
         width: 8.33333% !important;
    }
     .md\:col-2 {
         width: 16.66667% !important;
    }
     .md\:col-3 {
         width: 25% !important;
    }
     .md\:col-4 {
         width: 33.33333% !important;
    }
     .md\:col-5 {
         width: 41.66667% !important;
    }
     .md\:col-6 {
         width: 50% !important;
    }
     .md\:col-7 {
         width: 58.33333% !important;
    }
     .md\:col-8 {
         width: 66.66667% !important;
    }
     .md\:col-9 {
         width: 75% !important;
    }
     .md\:col-10 {
         width: 83.33333% !important;
    }
     .md\:col-11 {
         width: 91.66667% !important;
    }
     .md\:col-12 {
         width: 100% !important;
    }
     .md\:w-20 {
         width: 20% !important;
    }
     .md\:w-80 {
         width: 80% !important;
    }
}
 @media (min-width: 1280px) {
     .lg\:col-1 {
         width: 8.33333% !important;
    }
     .lg\:col-2 {
         width: 16.66667% !important;
    }
     .lg\:col-3 {
         width: 25% !important;
    }
     .lg\:col-4 {
         width: 33.33333% !important;
    }
     .lg\:col-5 {
         width: 41.66667% !important;
    }
     .lg\:col-6 {
         width: 50% !important;
    }
     .lg\:col-7 {
         width: 58.33333% !important;
    }
     .lg\:col-8 {
         width: 66.66667% !important;
    }
     .lg\:col-9 {
         width: 75% !important;
    }
     .lg\:col-10 {
         width: 83.33333% !important;
    }
     .lg\:col-11 {
         width: 91.66667% !important;
    }
     .lg\:col-12 {
         width: 100% !important;
    }
     .lg\:w-20 {
         width: 20% !important;
    }
     .lg\:w-80 {
         width: 80% !important;
    }
}
 .push-col-1 {
     left: 8.33333% !important;
}
 .push-col-2 {
     left: 16.66667% !important;
}
 .push-col-3 {
     left: 25% !important;
}
 .push-col-4 {
     left: 33.33333% !important;
}
 .push-col-5 {
     left: 41.66667% !important;
}
 .push-col-6 {
     left: 50% !important;
}
 .push-col-7 {
     left: 58.33333% !important;
}
 .push-col-8 {
     left: 66.66667% !important;
}
 .push-col-9 {
     left: 75% !important;
}
 .push-col-10 {
     left: 83.33333% !important;
}
 .push-col-11 {
     left: 91.66667% !important;
}
 .push-col-12 {
     left: 100% !important;
}
 .push-w-20 {
     left: 20% !important;
}
 .push-w-80 {
     left: 80% !important;
}
 @media (min-width: 480px) {
     .xs\:push-col-1 {
         left: 8.33333% !important;
    }
     .xs\:push-col-2 {
         left: 16.66667% !important;
    }
     .xs\:push-col-3 {
         left: 25% !important;
    }
     .xs\:push-col-4 {
         left: 33.33333% !important;
    }
     .xs\:push-col-5 {
         left: 41.66667% !important;
    }
     .xs\:push-col-6 {
         left: 50% !important;
    }
     .xs\:push-col-7 {
         left: 58.33333% !important;
    }
     .xs\:push-col-8 {
         left: 66.66667% !important;
    }
     .xs\:push-col-9 {
         left: 75% !important;
    }
     .xs\:push-col-10 {
         left: 83.33333% !important;
    }
     .xs\:push-col-11 {
         left: 91.66667% !important;
    }
     .xs\:push-col-12 {
         left: 100% !important;
    }
     .xs\:push-w-20 {
         left: 20% !important;
    }
     .xs\:push-w-80 {
         left: 80% !important;
    }
}
 @media (min-width: 768px) {
     .sm\:push-col-1 {
         left: 8.33333% !important;
    }
     .sm\:push-col-2 {
         left: 16.66667% !important;
    }
     .sm\:push-col-3 {
         left: 25% !important;
    }
     .sm\:push-col-4 {
         left: 33.33333% !important;
    }
     .sm\:push-col-5 {
         left: 41.66667% !important;
    }
     .sm\:push-col-6 {
         left: 50% !important;
    }
     .sm\:push-col-7 {
         left: 58.33333% !important;
    }
     .sm\:push-col-8 {
         left: 66.66667% !important;
    }
     .sm\:push-col-9 {
         left: 75% !important;
    }
     .sm\:push-col-10 {
         left: 83.33333% !important;
    }
     .sm\:push-col-11 {
         left: 91.66667% !important;
    }
     .sm\:push-col-12 {
         left: 100% !important;
    }
     .sm\:push-w-20 {
         left: 20% !important;
    }
     .sm\:push-w-80 {
         left: 80% !important;
    }
}
 @media (min-width: 992px) {
     .md\:push-col-1 {
         left: 8.33333% !important;
    }
     .md\:push-col-2 {
         left: 16.66667% !important;
    }
     .md\:push-col-3 {
         left: 25% !important;
    }
     .md\:push-col-4 {
         left: 33.33333% !important;
    }
     .md\:push-col-5 {
         left: 41.66667% !important;
    }
     .md\:push-col-6 {
         left: 50% !important;
    }
     .md\:push-col-7 {
         left: 58.33333% !important;
    }
     .md\:push-col-8 {
         left: 66.66667% !important;
    }
     .md\:push-col-9 {
         left: 75% !important;
    }
     .md\:push-col-10 {
         left: 83.33333% !important;
    }
     .md\:push-col-11 {
         left: 91.66667% !important;
    }
     .md\:push-col-12 {
         left: 100% !important;
    }
     .md\:push-w-20 {
         left: 20% !important;
    }
     .md\:push-w-80 {
         left: 80% !important;
    }
}
 @media (min-width: 1280px) {
     .lg\:push-col-1 {
         left: 8.33333% !important;
    }
     .lg\:push-col-2 {
         left: 16.66667% !important;
    }
     .lg\:push-col-3 {
         left: 25% !important;
    }
     .lg\:push-col-4 {
         left: 33.33333% !important;
    }
     .lg\:push-col-5 {
         left: 41.66667% !important;
    }
     .lg\:push-col-6 {
         left: 50% !important;
    }
     .lg\:push-col-7 {
         left: 58.33333% !important;
    }
     .lg\:push-col-8 {
         left: 66.66667% !important;
    }
     .lg\:push-col-9 {
         left: 75% !important;
    }
     .lg\:push-col-10 {
         left: 83.33333% !important;
    }
     .lg\:push-col-11 {
         left: 91.66667% !important;
    }
     .lg\:push-col-12 {
         left: 100% !important;
    }
     .lg\:push-w-20 {
         left: 20% !important;
    }
     .lg\:push-w-80 {
         left: 80% !important;
    }
}
 .offset-col-1 {
     margin-left: 8.33333% !important;
}
 .offset-col-2 {
     margin-left: 16.66667% !important;
}
 .offset-col-3 {
     margin-left: 25% !important;
}
 .offset-col-4 {
     margin-left: 33.33333% !important;
}
 .offset-col-5 {
     margin-left: 41.66667% !important;
}
 .offset-col-6 {
     margin-left: 50% !important;
}
 .offset-col-7 {
     margin-left: 58.33333% !important;
}
 .offset-col-8 {
     margin-left: 66.66667% !important;
}
 .offset-col-9 {
     margin-left: 75% !important;
}
 .offset-col-10 {
     margin-left: 83.33333% !important;
}
 .offset-col-11 {
     margin-left: 91.66667% !important;
}
 .offset-col-12 {
     margin-left: 100% !important;
}
 .offset-w-20 {
     margin-left: 20% !important;
}
 .offset-w-80 {
     margin-left: 80% !important;
}
 @media (min-width: 480px) {
     .xs\:offset-col-1 {
         margin-left: 8.33333% !important;
    }
     .xs\:offset-col-2 {
         margin-left: 16.66667% !important;
    }
     .xs\:offset-col-3 {
         margin-left: 25% !important;
    }
     .xs\:offset-col-4 {
         margin-left: 33.33333% !important;
    }
     .xs\:offset-col-5 {
         margin-left: 41.66667% !important;
    }
     .xs\:offset-col-6 {
         margin-left: 50% !important;
    }
     .xs\:offset-col-7 {
         margin-left: 58.33333% !important;
    }
     .xs\:offset-col-8 {
         margin-left: 66.66667% !important;
    }
     .xs\:offset-col-9 {
         margin-left: 75% !important;
    }
     .xs\:offset-col-10 {
         margin-left: 83.33333% !important;
    }
     .xs\:offset-col-11 {
         margin-left: 91.66667% !important;
    }
     .xs\:offset-col-12 {
         margin-left: 100% !important;
    }
     .xs\:offset-w-20 {
         margin-left: 20% !important;
    }
     .xs\:offset-w-80 {
         margin-left: 80% !important;
    }
}
 @media (min-width: 768px) {
     .sm\:offset-col-1 {
         margin-left: 8.33333% !important;
    }
     .sm\:offset-col-2 {
         margin-left: 16.66667% !important;
    }
     .sm\:offset-col-3 {
         margin-left: 25% !important;
    }
     .sm\:offset-col-4 {
         margin-left: 33.33333% !important;
    }
     .sm\:offset-col-5 {
         margin-left: 41.66667% !important;
    }
     .sm\:offset-col-6 {
         margin-left: 50% !important;
    }
     .sm\:offset-col-7 {
         margin-left: 58.33333% !important;
    }
     .sm\:offset-col-8 {
         margin-left: 66.66667% !important;
    }
     .sm\:offset-col-9 {
         margin-left: 75% !important;
    }
     .sm\:offset-col-10 {
         margin-left: 83.33333% !important;
    }
     .sm\:offset-col-11 {
         margin-left: 91.66667% !important;
    }
     .sm\:offset-col-12 {
         margin-left: 100% !important;
    }
     .sm\:offset-w-20 {
         margin-left: 20% !important;
    }
     .sm\:offset-w-80 {
         margin-left: 80% !important;
    }
}
 @media (min-width: 992px) {
     .md\:offset-col-1 {
         margin-left: 8.33333% !important;
    }
     .md\:offset-col-2 {
         margin-left: 16.66667% !important;
    }
     .md\:offset-col-3 {
         margin-left: 25% !important;
    }
     .md\:offset-col-4 {
         margin-left: 33.33333% !important;
    }
     .md\:offset-col-5 {
         margin-left: 41.66667% !important;
    }
     .md\:offset-col-6 {
         margin-left: 50% !important;
    }
     .md\:offset-col-7 {
         margin-left: 58.33333% !important;
    }
     .md\:offset-col-8 {
         margin-left: 66.66667% !important;
    }
     .md\:offset-col-9 {
         margin-left: 75% !important;
    }
     .md\:offset-col-10 {
         margin-left: 83.33333% !important;
    }
     .md\:offset-col-11 {
         margin-left: 91.66667% !important;
    }
     .md\:offset-col-12 {
         margin-left: 100% !important;
    }
     .md\:offset-w-20 {
         margin-left: 20% !important;
    }
     .md\:offset-w-80 {
         margin-left: 80% !important;
    }
}
 @media (min-width: 1280px) {
     .lg\:offset-col-1 {
         margin-left: 8.33333% !important;
    }
     .lg\:offset-col-2 {
         margin-left: 16.66667% !important;
    }
     .lg\:offset-col-3 {
         margin-left: 25% !important;
    }
     .lg\:offset-col-4 {
         margin-left: 33.33333% !important;
    }
     .lg\:offset-col-5 {
         margin-left: 41.66667% !important;
    }
     .lg\:offset-col-6 {
         margin-left: 50% !important;
    }
     .lg\:offset-col-7 {
         margin-left: 58.33333% !important;
    }
     .lg\:offset-col-8 {
         margin-left: 66.66667% !important;
    }
     .lg\:offset-col-9 {
         margin-left: 75% !important;
    }
     .lg\:offset-col-10 {
         margin-left: 83.33333% !important;
    }
     .lg\:offset-col-11 {
         margin-left: 91.66667% !important;
    }
     .lg\:offset-col-12 {
         margin-left: 100% !important;
    }
     .lg\:offset-w-20 {
         margin-left: 20% !important;
    }
     .lg\:offset-w-80 {
         margin-left: 80% !important;
    }
}
 .pull-col-1 {
     right: 8.33333% !important;
}
 .pull-col-2 {
     right: 16.66667% !important;
}
 .pull-col-3 {
     right: 25% !important;
}
 .pull-col-4 {
     right: 33.33333% !important;
}
 .pull-col-5 {
     right: 41.66667% !important;
}
 .pull-col-6 {
     right: 50% !important;
}
 .pull-col-7 {
     right: 58.33333% !important;
}
 .pull-col-8 {
     right: 66.66667% !important;
}
 .pull-col-9 {
     right: 75% !important;
}
 .pull-col-10 {
     right: 83.33333% !important;
}
 .pull-col-11 {
     right: 91.66667% !important;
}
 .pull-col-12 {
     right: 100% !important;
}
 .pull-w-20 {
     right: 20% !important;
}
 .pull-w-80 {
     right: 80% !important;
}
 @media (min-width: 480px) {
     .xs\:pull-col-1 {
         right: 8.33333% !important;
    }
     .xs\:pull-col-2 {
         right: 16.66667% !important;
    }
     .xs\:pull-col-3 {
         right: 25% !important;
    }
     .xs\:pull-col-4 {
         right: 33.33333% !important;
    }
     .xs\:pull-col-5 {
         right: 41.66667% !important;
    }
     .xs\:pull-col-6 {
         right: 50% !important;
    }
     .xs\:pull-col-7 {
         right: 58.33333% !important;
    }
     .xs\:pull-col-8 {
         right: 66.66667% !important;
    }
     .xs\:pull-col-9 {
         right: 75% !important;
    }
     .xs\:pull-col-10 {
         right: 83.33333% !important;
    }
     .xs\:pull-col-11 {
         right: 91.66667% !important;
    }
     .xs\:pull-col-12 {
         right: 100% !important;
    }
     .xs\:pull-w-20 {
         right: 20% !important;
    }
     .xs\:pull-w-80 {
         right: 80% !important;
    }
}
 @media (min-width: 768px) {
     .sm\:pull-col-1 {
         right: 8.33333% !important;
    }
     .sm\:pull-col-2 {
         right: 16.66667% !important;
    }
     .sm\:pull-col-3 {
         right: 25% !important;
    }
     .sm\:pull-col-4 {
         right: 33.33333% !important;
    }
     .sm\:pull-col-5 {
         right: 41.66667% !important;
    }
     .sm\:pull-col-6 {
         right: 50% !important;
    }
     .sm\:pull-col-7 {
         right: 58.33333% !important;
    }
     .sm\:pull-col-8 {
         right: 66.66667% !important;
    }
     .sm\:pull-col-9 {
         right: 75% !important;
    }
     .sm\:pull-col-10 {
         right: 83.33333% !important;
    }
     .sm\:pull-col-11 {
         right: 91.66667% !important;
    }
     .sm\:pull-col-12 {
         right: 100% !important;
    }
     .sm\:pull-w-20 {
         right: 20% !important;
    }
     .sm\:pull-w-80 {
         right: 80% !important;
    }
}
 @media (min-width: 992px) {
     .md\:pull-col-1 {
         right: 8.33333% !important;
    }
     .md\:pull-col-2 {
         right: 16.66667% !important;
    }
     .md\:pull-col-3 {
         right: 25% !important;
    }
     .md\:pull-col-4 {
         right: 33.33333% !important;
    }
     .md\:pull-col-5 {
         right: 41.66667% !important;
    }
     .md\:pull-col-6 {
         right: 50% !important;
    }
     .md\:pull-col-7 {
         right: 58.33333% !important;
    }
     .md\:pull-col-8 {
         right: 66.66667% !important;
    }
     .md\:pull-col-9 {
         right: 75% !important;
    }
     .md\:pull-col-10 {
         right: 83.33333% !important;
    }
     .md\:pull-col-11 {
         right: 91.66667% !important;
    }
     .md\:pull-col-12 {
         right: 100% !important;
    }
     .md\:pull-w-20 {
         right: 20% !important;
    }
     .md\:pull-w-80 {
         right: 80% !important;
    }
}
 @media (min-width: 1280px) {
     .lg\:pull-col-1 {
         right: 8.33333% !important;
    }
     .lg\:pull-col-2 {
         right: 16.66667% !important;
    }
     .lg\:pull-col-3 {
         right: 25% !important;
    }
     .lg\:pull-col-4 {
         right: 33.33333% !important;
    }
     .lg\:pull-col-5 {
         right: 41.66667% !important;
    }
     .lg\:pull-col-6 {
         right: 50% !important;
    }
     .lg\:pull-col-7 {
         right: 58.33333% !important;
    }
     .lg\:pull-col-8 {
         right: 66.66667% !important;
    }
     .lg\:pull-col-9 {
         right: 75% !important;
    }
     .lg\:pull-col-10 {
         right: 83.33333% !important;
    }
     .lg\:pull-col-11 {
         right: 91.66667% !important;
    }
     .lg\:pull-col-12 {
         right: 100% !important;
    }
     .lg\:pull-w-20 {
         right: 20% !important;
    }
     .lg\:pull-w-80 {
         right: 80% !important;
    }
}
 @media (min-width: 480px) {
     .xs\:reset-pull {
         right: 0 !important;
    }
}
 @media (min-width: 768px) {
     .sm\:reset-pull {
         right: 0 !important;
    }
}
 @media (min-width: 992px) {
     .md\:reset-pull {
         right: 0 !important;
    }
}
 @media (min-width: 1280px) {
     .lg\:reset-pull {
         right: 0 !important;
    }
}
 @media (min-width: 480px) {
     .xs\:reset-push {
         left: 0 !important;
    }
}
 @media (min-width: 768px) {
     .sm\:reset-push {
         left: 0 !important;
    }
}
 @media (min-width: 992px) {
     .md\:reset-push {
         left: 0 !important;
    }
}
 @media (min-width: 1280px) {
     .lg\:reset-push {
         left: 0 !important;
    }
}
