.container{max-width:1200px;margin:3rem auto;padding-left:1rem;padding-right:1rem}@media (max-width:767px){.container{padding-left:1rem;padding-right:1rem;margin:2rem auto}}.row{display:flex;flex-wrap:wrap;width:100%}.col-1{flex:0 0 8.333333%}.col-2{flex:0 0 16.666667%}.col-3{flex:0 0 25%}.col-4{flex:0 0 33.333333%}.col-5{flex:0 0 41.666667%}.col-6{flex:0 0 50%}.col-7{flex:0 0 58.333333%}.col-8{flex:0 0 66.666667%}.col-9{flex:0 0 75%}.col-10{flex:0 0 83.333333%}.col-11{flex:0 0 91.666667%}.col-12{flex:0 0 100%}@media (max-width:767px){.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{flex:0 0 100%;max-width:100%}}.col-auto{flex:1}.col-fit{flex:0 0 auto}.align-left{justify-content:flex-start}.align-center{justify-content:center}.align-right{justify-content:flex-end}.align-space-between{justify-content:space-between}.align-space-around{justify-content:space-around}.align-space-evenly{justify-content:space-evenly}.valign-top{align-items:flex-start}.valign-center{align-items:center}.valign-bottom{align-items:flex-end}.valign-stretch{align-items:stretch}