.rounded {
  border-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs {
    border-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm {
    border-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md {
    border-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg {
    border-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl {
    border-radius: 5px !important;
  }
}

.rounded-0 {
  border-radius: 0 !important;
}

@media (max-width: 375px) {
  .rounded-xs-0 {
    border-radius: 0 !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-0 {
    border-radius: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

.rounded-left {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

.rounded-right {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

.rounded-circle {
  border-radius: 50% !important;
}

@media (max-width: 375px) {
  .rounded-xs-circle {
    border-radius: 50% !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-circle {
    border-radius: 50% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-none {
  display: none !important;
}

@media (max-width: 375px) {
  .display-xs-block {
    display: block !important;
  }
  .display-xs-inline-block {
    display: inline-block !important;
  }
  .display-xs-none {
    display: none !important;
  }
}

@media only screen and (min-width: 568px) {
  .display-sm-block {
    display: block !important;
  }
  .display-sm-inline-block {
    display: inline-block !important;
  }
  .display-sm-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .display-md-block {
    display: block !important;
  }
  .display-md-inline-block {
    display: inline-block !important;
  }
  .display-md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .display-lg-block {
    display: block !important;
  }
  .display-lg-inline-block {
    display: inline-block !important;
  }
  .display-lg-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1280px) {
  .display-xl-block {
    display: block !important;
  }
  .display-xl-inline-block {
    display: inline-block !important;
  }
  .display-xl-none {
    display: none !important;
  }
}

.display-flex {
  display: flex !important;
}

.display-inline-flex {
  display: inline-flex !important;
}

@media (max-width: 375px) {
  .display-xs-flex {
    display: flex !important;
  }
  .display-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 568px) {
  .display-sm-flex {
    display: flex !important;
  }
  .display-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .display-md-flex {
    display: flex !important;
  }
  .display-md-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1024px) {
  .display-lg-flex {
    display: flex !important;
  }
  .display-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1280px) {
  .display-xl-flex {
    display: flex !important;
  }
  .display-xl-inline-flex {
    display: inline-flex !important;
  }
  .display-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 375px) {
  .display-xs-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-xs-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 568px) {
  .display-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .display-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 1024px) {
  .display-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .display-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

.o-hidden {
  overflow: hidden !important;
}

@media (max-width: 375px) {
  .o-xs-hidden {
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 568px) {
  .o-sm-hidden {
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 768px) {
  .o-md-hidden {
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 1024px) {
  .o-lg-hidden {
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 1280px) {
  .o-xl-hidden {
    overflow: hidden !important;
  }
}

.o-scroll {
  overflow: scroll !important;
}

@media (max-width: 375px) {
  .o-xs-scroll {
    overflow: scroll !important;
  }
}

@media only screen and (min-width: 568px) {
  .o-sm-scroll {
    overflow: scroll !important;
  }
}

@media only screen and (min-width: 768px) {
  .o-md-scroll {
    overflow: scroll !important;
  }
}

@media only screen and (min-width: 1024px) {
  .o-lg-scroll {
    overflow: scroll !important;
  }
}

@media only screen and (min-width: 1280px) {
  .o-xl-scroll {
    overflow: scroll !important;
  }
}

.o-visible {
  overflow: visible !important;
}

@media (max-width: 375px) {
  .o-xs-visible {
    overflow: visible !important;
  }
}

@media only screen and (min-width: 568px) {
  .o-sm-visible {
    overflow: visible !important;
  }
}

@media only screen and (min-width: 768px) {
  .o-md-visible {
    overflow: visible !important;
  }
}

@media only screen and (min-width: 1024px) {
  .o-lg-visible {
    overflow: visible !important;
  }
}

@media only screen and (min-width: 1280px) {
  .o-xl-visible {
    overflow: visible !important;
  }
}

.o-auto {
  overflow: auto !important;
}

@media (max-width: 375px) {
  .o-xs-auto {
    overflow: auto !important;
  }
}

@media only screen and (min-width: 568px) {
  .o-sm-auto {
    overflow: auto !important;
  }
}

@media only screen and (min-width: 768px) {
  .o-md-auto {
    overflow: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .o-lg-auto {
    overflow: auto !important;
  }
}

@media only screen and (min-width: 1280px) {
  .o-xl-auto {
    overflow: auto !important;
  }
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .my-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .my-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .my-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .my-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

.ml-auto {
  margin-left: auto !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
  .ml-sm-5 {
    margin-left: 5rem !important;
  }
  .ml-sm-6 {
    margin-left: 6rem !important;
  }
  .ml-sm-7 {
    margin-left: 7rem !important;
  }
  .ml-sm-8 {
    margin-left: 8rem !important;
  }
  .ml-sm-9 {
    margin-left: 9rem !important;
  }
  .ml-sm-10 {
    margin-left: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .ml-md-auto {
    margin-left: auto !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .ml-md-6 {
    margin-left: 6rem !important;
  }
  .ml-md-7 {
    margin-left: 7rem !important;
  }
  .ml-md-8 {
    margin-left: 8rem !important;
  }
  .ml-md-9 {
    margin-left: 9rem !important;
  }
  .ml-md-10 {
    margin-left: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
  .ml-lg-6 {
    margin-left: 6rem !important;
  }
  .ml-lg-7 {
    margin-left: 7rem !important;
  }
  .ml-lg-8 {
    margin-left: 8rem !important;
  }
  .ml-lg-9 {
    margin-left: 9rem !important;
  }
  .ml-lg-10 {
    margin-left: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .ml-xl-1 {
    margin-left: 1rem !important;
  }
  .ml-xl-2 {
    margin-left: 2rem !important;
  }
  .ml-xl-3 {
    margin-left: 3rem !important;
  }
  .ml-xl-4 {
    margin-left: 4rem !important;
  }
  .ml-xl-5 {
    margin-left: 5rem !important;
  }
  .ml-xl-6 {
    margin-left: 6rem !important;
  }
  .ml-xl-7 {
    margin-left: 7rem !important;
  }
  .ml-xl-8 {
    margin-left: 8rem !important;
  }
  .ml-xl-9 {
    margin-left: 9rem !important;
  }
  .ml-xl-10 {
    margin-left: 10rem !important;
  }
}

.mr-auto {
  margin-right: auto !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
  .mr-sm-6 {
    margin-right: 6rem !important;
  }
  .mr-sm-7 {
    margin-right: 7rem !important;
  }
  .mr-sm-8 {
    margin-right: 8rem !important;
  }
  .mr-sm-9 {
    margin-right: 9rem !important;
  }
  .mr-sm-10 {
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .mr-md-6 {
    margin-right: 6rem !important;
  }
  .mr-md-7 {
    margin-right: 7rem !important;
  }
  .mr-md-8 {
    margin-right: 8rem !important;
  }
  .mr-md-9 {
    margin-right: 9rem !important;
  }
  .mr-md-10 {
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
  .mr-lg-6 {
    margin-right: 6rem !important;
  }
  .mr-lg-7 {
    margin-right: 7rem !important;
  }
  .mr-lg-8 {
    margin-right: 8rem !important;
  }
  .mr-lg-9 {
    margin-right: 9rem !important;
  }
  .mr-lg-10 {
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .mr-xl-1 {
    margin-right: 1rem !important;
  }
  .mr-xl-2 {
    margin-right: 2rem !important;
  }
  .mr-xl-3 {
    margin-right: 3rem !important;
  }
  .mr-xl-4 {
    margin-right: 4rem !important;
  }
  .mr-xl-5 {
    margin-right: 5rem !important;
  }
  .mr-xl-6 {
    margin-right: 6rem !important;
  }
  .mr-xl-7 {
    margin-right: 7rem !important;
  }
  .mr-xl-8 {
    margin-right: 8rem !important;
  }
  .mr-xl-9 {
    margin-right: 9rem !important;
  }
  .mr-xl-10 {
    margin-right: 10rem !important;
  }
}

.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
}

.img--fluid {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
}

.img--thumbnail {
  padding: .5rem;
  background-color: white;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

/*
* Offset classes.
 */
.offset--1 {
  margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
}

.offset--2 {
  margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
}

.offset--3 {
  margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
}

.offset--4 {
  margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
}

.offset--5 {
  margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
}

.offset--6 {
  margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
}

.offset--7 {
  margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
}

.offset--8 {
  margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
}

.offset--9 {
  margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
}

.offset--10 {
  margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
}

.offset--11 {
  margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
}

.offset--12 {
  margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
}

@media (max-width: 375px) {
  .offset-xs-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-xs-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-xs-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-xs-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-xs-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-xs-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-xs-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-xs-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-xs-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-xs-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-xs-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-xs-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 568px) {
  .offset-sm-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-sm-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-sm-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-sm-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-sm-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-sm-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-sm-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-sm-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-sm-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-sm-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-sm-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-sm-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 768px) {
  .offset-md-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-md-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-md-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-md-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-md-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-md-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-md-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-md-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-md-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-md-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-md-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-md-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 1024px) {
  .offset-lg-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-lg-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-lg-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-lg-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-lg-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-lg-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-lg-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-lg-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-lg-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-lg-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-lg-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-lg-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 1280px) {
  .offset-xl-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-xl-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-xl-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-xl-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-xl-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-xl-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-xl-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-xl-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-xl-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-xl-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-xl-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-xl-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

/*
* Order classes.
 */
.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (max-width: 375px) {
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
}

@media only screen and (min-width: 568px) {
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1024px) {
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1280px) {
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 2rem !important;
  }
  .pl-sm-3 {
    padding-left: 3rem !important;
  }
  .pl-sm-4 {
    padding-left: 4rem !important;
  }
  .pl-sm-5 {
    padding-left: 5rem !important;
  }
  .pl-sm-6 {
    padding-left: 6rem !important;
  }
  .pl-sm-7 {
    padding-left: 7rem !important;
  }
  .pl-sm-8 {
    padding-left: 8rem !important;
  }
  .pl-sm-9 {
    padding-left: 9rem !important;
  }
  .pl-sm-10 {
    padding-left: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pl-md-6 {
    padding-left: 6rem !important;
  }
  .pl-md-7 {
    padding-left: 7rem !important;
  }
  .pl-md-8 {
    padding-left: 8rem !important;
  }
  .pl-md-9 {
    padding-left: 9rem !important;
  }
  .pl-md-10 {
    padding-left: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
  .pl-lg-5 {
    padding-left: 5rem !important;
  }
  .pl-lg-6 {
    padding-left: 6rem !important;
  }
  .pl-lg-7 {
    padding-left: 7rem !important;
  }
  .pl-lg-8 {
    padding-left: 8rem !important;
  }
  .pl-lg-9 {
    padding-left: 9rem !important;
  }
  .pl-lg-10 {
    padding-left: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .pl-xl-1 {
    padding-left: 1rem !important;
  }
  .pl-xl-2 {
    padding-left: 2rem !important;
  }
  .pl-xl-3 {
    padding-left: 3rem !important;
  }
  .pl-xl-4 {
    padding-left: 4rem !important;
  }
  .pl-xl-5 {
    padding-left: 5rem !important;
  }
  .pl-xl-6 {
    padding-left: 6rem !important;
  }
  .pl-xl-7 {
    padding-left: 7rem !important;
  }
  .pl-xl-8 {
    padding-left: 8rem !important;
  }
  .pl-xl-9 {
    padding-left: 9rem !important;
  }
  .pl-xl-10 {
    padding-left: 10rem !important;
  }
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 2rem !important;
  }
  .pr-sm-3 {
    padding-right: 3rem !important;
  }
  .pr-sm-4 {
    padding-right: 4rem !important;
  }
  .pr-sm-5 {
    padding-right: 5rem !important;
  }
  .pr-sm-6 {
    padding-right: 6rem !important;
  }
  .pr-sm-7 {
    padding-right: 7rem !important;
  }
  .pr-sm-8 {
    padding-right: 8rem !important;
  }
  .pr-sm-9 {
    padding-right: 9rem !important;
  }
  .pr-sm-10 {
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .pr-md-6 {
    padding-right: 6rem !important;
  }
  .pr-md-7 {
    padding-right: 7rem !important;
  }
  .pr-md-8 {
    padding-right: 8rem !important;
  }
  .pr-md-9 {
    padding-right: 9rem !important;
  }
  .pr-md-10 {
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
  .pr-lg-3 {
    padding-right: 3rem !important;
  }
  .pr-lg-4 {
    padding-right: 4rem !important;
  }
  .pr-lg-5 {
    padding-right: 5rem !important;
  }
  .pr-lg-6 {
    padding-right: 6rem !important;
  }
  .pr-lg-7 {
    padding-right: 7rem !important;
  }
  .pr-lg-8 {
    padding-right: 8rem !important;
  }
  .pr-lg-9 {
    padding-right: 9rem !important;
  }
  .pr-lg-10 {
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .pr-xl-1 {
    padding-right: 1rem !important;
  }
  .pr-xl-2 {
    padding-right: 2rem !important;
  }
  .pr-xl-3 {
    padding-right: 3rem !important;
  }
  .pr-xl-4 {
    padding-right: 4rem !important;
  }
  .pr-xl-5 {
    padding-right: 5rem !important;
  }
  .pr-xl-6 {
    padding-right: 6rem !important;
  }
  .pr-xl-7 {
    padding-right: 7rem !important;
  }
  .pr-xl-8 {
    padding-right: 8rem !important;
  }
  .pr-xl-9 {
    padding-right: 9rem !important;
  }
  .pr-xl-10 {
    padding-right: 10rem !important;
  }
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed !important;
}

.position-static {
  position: static !important;
}

@media (max-width: 375px) {
  .position-xs-absolute {
    position: absolute !important;
  }
  .position-xs-relative {
    position: relative !important;
  }
  .position-xs-fixed {
    position: fixed !important;
  }
  .position-xs-static {
    position: static !important;
  }
}

@media only screen and (min-width: 568px) {
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-static {
    position: static !important;
  }
}

@media only screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-static {
    position: static !important;
  }
}

@media only screen and (min-width: 1024px) {
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-static {
    position: static !important;
  }
}

@media only screen and (min-width: 1280px) {
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-static {
    position: static !important;
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-none {
  text-transform: none !important;
}

.text-none {
  text-decoration: none !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

@media (max-width: 375px) {
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-justify {
    text-align: justify !important;
  }
  .text-xs-uppercase {
    text-transform: uppercase !important;
  }
  .text-xs-capitalize {
    text-transform: capitalize !important;
  }
  .text-xs-lowercase {
    text-transform: lowercase !important;
  }
  .text-xs-none {
    text-transform: none !important;
  }
  .text-xs-none {
    text-decoration: none !important;
  }
  .text-xs-line-through {
    text-decoration: line-through !important;
  }
  .text-xs-overline {
    text-decoration: overline !important;
  }
  .text-xs-underline {
    text-decoration: underline !important;
  }
}

@media only screen and (min-width: 568px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .text-sm-capitalize {
    text-transform: capitalize !important;
  }
  .text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .text-sm-none {
    text-transform: none !important;
  }
  .text-sm-none {
    text-decoration: none !important;
  }
  .text-sm-line-through {
    text-decoration: line-through !important;
  }
  .text-sm-overline {
    text-decoration: overline !important;
  }
  .text-sm-underline {
    text-decoration: underline !important;
  }
}

@media only screen and (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .text-md-uppercase {
    text-transform: uppercase !important;
  }
  .text-md-capitalize {
    text-transform: capitalize !important;
  }
  .text-md-lowercase {
    text-transform: lowercase !important;
  }
  .text-md-none {
    text-transform: none !important;
  }
  .text-md-none {
    text-decoration: none !important;
  }
  .text-md-line-through {
    text-decoration: line-through !important;
  }
  .text-md-overline {
    text-decoration: overline !important;
  }
  .text-md-underline {
    text-decoration: underline !important;
  }
}

@media only screen and (min-width: 1024px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .text-lg-capitalize {
    text-transform: capitalize !important;
  }
  .text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .text-lg-none {
    text-transform: none !important;
  }
  .text-lg-none {
    text-decoration: none !important;
  }
  .text-lg-line-through {
    text-decoration: line-through !important;
  }
  .text-lg-overline {
    text-decoration: overline !important;
  }
  .text-lg-underline {
    text-decoration: underline !important;
  }
}

@media only screen and (min-width: 1280px) {
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xl-none {
    text-transform: none !important;
  }
  .text-xl-none {
    text-decoration: none !important;
  }
  .text-xl-line-through {
    text-decoration: line-through !important;
  }
  .text-xl-overline {
    text-decoration: overline !important;
  }
  .text-xl-underline {
    text-decoration: underline !important;
  }
}

.visibility-visible {
  visibility: visible !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

@media (max-width: 375px) {
  .visibility-xs-visible {
    visibility: visible !important;
  }
  .visibility-xs-hidden {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 568px) {
  .visibility-sm-visible {
    visibility: visible !important;
  }
  .visibility-sm-hidden {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 768px) {
  .visibility-md-visible {
    visibility: visible !important;
  }
  .visibility-md-hidden {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 1024px) {
  .visibility-lg-visible {
    visibility: visible !important;
  }
  .visibility-lg-hidden {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 1280px) {
  .visibility-xl-visible {
    visibility: visible !important;
  }
  .visibility-xl-hidden {
    visibility: hidden !important;
  }
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-flex-start {
  justify-items: flex-start !important;
}

.justify-items-flex-end {
  justify-items: flex-end !important;
}

.justify-items-initial {
  justify-items: initial !important;
}

.justify-items-inherit {
  justify-items: inherit !important;
}

@media (max-width: 375px) {
  .justify-items-xs-stretch {
    justify-items: stretch !important;
  }
  .justify-items-xs-center {
    justify-items: center !important;
  }
  .justify-items-xs-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-xs-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-xs-initial {
    justify-items: initial !important;
  }
  .justify-items-xs-inherit {
    justify-items: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .justify-items-sm-stretch {
    justify-items: stretch !important;
  }
  .justify-items-sm-center {
    justify-items: center !important;
  }
  .justify-items-sm-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-sm-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-sm-initial {
    justify-items: initial !important;
  }
  .justify-items-sm-inherit {
    justify-items: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .justify-items-md-stretch {
    justify-items: stretch !important;
  }
  .justify-items-md-center {
    justify-items: center !important;
  }
  .justify-items-md-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-md-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-md-initial {
    justify-items: initial !important;
  }
  .justify-items-md-inherit {
    justify-items: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .justify-items-lg-stretch {
    justify-items: stretch !important;
  }
  .justify-items-lg-center {
    justify-items: center !important;
  }
  .justify-items-lg-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-lg-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-lg-initial {
    justify-items: initial !important;
  }
  .justify-items-lg-inherit {
    justify-items: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .justify-items-xl-stretch {
    justify-items: stretch !important;
  }
  .justify-items-xl-center {
    justify-items: center !important;
  }
  .justify-items-xl-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-xl-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-xl-initial {
    justify-items: initial !important;
  }
  .justify-items-xl-inherit {
    justify-items: inherit !important;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-flex-start {
  justify-content: flex-start !important;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.justify-content-space-around {
  justify-content: space-around !important;
}

.justify-content-initial {
  justify-content: initial !important;
}

.justify-content-inherit {
  justify-content: inherit !important;
}

@media (max-width: 375px) {
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-space-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-space-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-initial {
    justify-content: initial !important;
  }
  .justify-content-xs-inherit {
    justify-content: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-space-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-space-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-initial {
    justify-content: initial !important;
  }
  .justify-content-sm-inherit {
    justify-content: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-space-between {
    justify-content: space-between !important;
  }
  .justify-content-md-space-around {
    justify-content: space-around !important;
  }
  .justify-content-md-initial {
    justify-content: initial !important;
  }
  .justify-content-md-inherit {
    justify-content: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-space-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-space-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-initial {
    justify-content: initial !important;
  }
  .justify-content-lg-inherit {
    justify-content: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-space-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-space-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-initial {
    justify-content: initial !important;
  }
  .justify-content-xl-inherit {
    justify-content: inherit !important;
  }
}

.align-middle {
  vertical-align: middle !important;
}

.align-top {
  vertical-align: top !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

@media (max-width: 375px) {
  .align-xs-middle {
    vertical-align: middle !important;
  }
  .align-xs-top {
    vertical-align: top !important;
  }
  .align-xs-baseline {
    vertical-align: baseline !important;
  }
  .align-xs-bottom {
    vertical-align: bottom !important;
  }
  .align-xs-text-top {
    vertical-align: text-top !important;
  }
  .align-xs-text-bottom {
    vertical-align: text-bottom !important;
  }
}

@media only screen and (min-width: 568px) {
  .align-sm-middle {
    vertical-align: middle !important;
  }
  .align-sm-top {
    vertical-align: top !important;
  }
  .align-sm-baseline {
    vertical-align: baseline !important;
  }
  .align-sm-bottom {
    vertical-align: bottom !important;
  }
  .align-sm-text-top {
    vertical-align: text-top !important;
  }
  .align-sm-text-bottom {
    vertical-align: text-bottom !important;
  }
}

@media only screen and (min-width: 768px) {
  .align-md-middle {
    vertical-align: middle !important;
  }
  .align-md-top {
    vertical-align: top !important;
  }
  .align-md-baseline {
    vertical-align: baseline !important;
  }
  .align-md-bottom {
    vertical-align: bottom !important;
  }
  .align-md-text-top {
    vertical-align: text-top !important;
  }
  .align-md-text-bottom {
    vertical-align: text-bottom !important;
  }
}

@media only screen and (min-width: 1024px) {
  .align-lg-middle {
    vertical-align: middle !important;
  }
  .align-lg-top {
    vertical-align: top !important;
  }
  .align-lg-baseline {
    vertical-align: baseline !important;
  }
  .align-lg-bottom {
    vertical-align: bottom !important;
  }
  .align-lg-text-top {
    vertical-align: text-top !important;
  }
  .align-lg-text-bottom {
    vertical-align: text-bottom !important;
  }
}

@media only screen and (min-width: 1280px) {
  .align-xl-middle {
    vertical-align: middle !important;
  }
  .align-xl-top {
    vertical-align: top !important;
  }
  .align-xl-baseline {
    vertical-align: baseline !important;
  }
  .align-xl-bottom {
    vertical-align: bottom !important;
  }
  .align-xl-text-top {
    vertical-align: text-top !important;
  }
  .align-xl-text-bottom {
    vertical-align: text-bottom !important;
  }
}

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

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

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

.align-self-initial {
  -ms-grid-row-align: initial !important;
      align-self: initial !important;
}

.align-self-inherit {
  -ms-grid-row-align: inherit !important;
      align-self: inherit !important;
}

@media (max-width: 375px) {
  .align-self-xs-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-xs-flex-start {
    align-self: flex-start !important;
  }
  .align-self-xs-flex-end {
    align-self: flex-end !important;
  }
  .align-self-xs-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-xs-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-sm-flex-start {
    align-self: flex-start !important;
  }
  .align-self-sm-flex-end {
    align-self: flex-end !important;
  }
  .align-self-sm-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-sm-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-md-flex-start {
    align-self: flex-start !important;
  }
  .align-self-md-flex-end {
    align-self: flex-end !important;
  }
  .align-self-md-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-md-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-lg-flex-start {
    align-self: flex-start !important;
  }
  .align-self-lg-flex-end {
    align-self: flex-end !important;
  }
  .align-self-lg-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-lg-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-xl-flex-start {
    align-self: flex-start !important;
  }
  .align-self-xl-flex-end {
    align-self: flex-end !important;
  }
  .align-self-xl-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-xl-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-items-flex-start {
  align-items: flex-start !important;
}

.align-items-flex-end {
  align-items: flex-end !important;
}

.align-items-initial {
  align-items: initial !important;
}

.align-items-inherit {
  align-items: inherit !important;
}

@media (max-width: 375px) {
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-items-xs-flex-start {
    align-items: flex-start !important;
  }
  .align-items-xs-flex-end {
    align-items: flex-end !important;
  }
  .align-items-xs-initial {
    align-items: initial !important;
  }
  .align-items-xs-inherit {
    align-items: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-items-sm-flex-start {
    align-items: flex-start !important;
  }
  .align-items-sm-flex-end {
    align-items: flex-end !important;
  }
  .align-items-sm-initial {
    align-items: initial !important;
  }
  .align-items-sm-inherit {
    align-items: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-items-md-flex-start {
    align-items: flex-start !important;
  }
  .align-items-md-flex-end {
    align-items: flex-end !important;
  }
  .align-items-md-initial {
    align-items: initial !important;
  }
  .align-items-md-inherit {
    align-items: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-items-lg-flex-start {
    align-items: flex-start !important;
  }
  .align-items-lg-flex-end {
    align-items: flex-end !important;
  }
  .align-items-lg-initial {
    align-items: initial !important;
  }
  .align-items-lg-inherit {
    align-items: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-items-xl-flex-start {
    align-items: flex-start !important;
  }
  .align-items-xl-flex-end {
    align-items: flex-end !important;
  }
  .align-items-xl-initial {
    align-items: initial !important;
  }
  .align-items-xl-inherit {
    align-items: inherit !important;
  }
}

.align-content-center {
  align-content: center !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-content-space-between {
  align-content: space-between !important;
}

.align-content-space-around {
  align-content: space-around !important;
}

.align-content-flex-start {
  align-content: flex-start !important;
}

.align-content-flex-end {
  align-content: flex-end !important;
}

.align-content-initial {
  align-content: initial !important;
}

.align-content-inherit {
  align-content: inherit !important;
}

@media (max-width: 375px) {
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-content-xs-space-between {
    align-content: space-between !important;
  }
  .align-content-xs-space-around {
    align-content: space-around !important;
  }
  .align-content-xs-flex-start {
    align-content: flex-start !important;
  }
  .align-content-xs-flex-end {
    align-content: flex-end !important;
  }
  .align-content-xs-initial {
    align-content: initial !important;
  }
  .align-content-xs-inherit {
    align-content: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-content-sm-space-between {
    align-content: space-between !important;
  }
  .align-content-sm-space-around {
    align-content: space-around !important;
  }
  .align-content-sm-flex-start {
    align-content: flex-start !important;
  }
  .align-content-sm-flex-end {
    align-content: flex-end !important;
  }
  .align-content-sm-initial {
    align-content: initial !important;
  }
  .align-content-sm-inherit {
    align-content: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-content-md-space-between {
    align-content: space-between !important;
  }
  .align-content-md-space-around {
    align-content: space-around !important;
  }
  .align-content-md-flex-start {
    align-content: flex-start !important;
  }
  .align-content-md-flex-end {
    align-content: flex-end !important;
  }
  .align-content-md-initial {
    align-content: initial !important;
  }
  .align-content-md-inherit {
    align-content: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-content-lg-space-between {
    align-content: space-between !important;
  }
  .align-content-lg-space-around {
    align-content: space-around !important;
  }
  .align-content-lg-flex-start {
    align-content: flex-start !important;
  }
  .align-content-lg-flex-end {
    align-content: flex-end !important;
  }
  .align-content-lg-initial {
    align-content: initial !important;
  }
  .align-content-lg-inherit {
    align-content: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-content-xl-space-between {
    align-content: space-between !important;
  }
  .align-content-xl-space-around {
    align-content: space-around !important;
  }
  .align-content-xl-flex-start {
    align-content: flex-start !important;
  }
  .align-content-xl-flex-end {
    align-content: flex-end !important;
  }
  .align-content-xl-initial {
    align-content: initial !important;
  }
  .align-content-xl-inherit {
    align-content: inherit !important;
  }
}

/*# sourceMappingURL=modifiers.css.map */
