/*===================================*
	01. BACKGROUND
*===================================*/

.bg-1353A2 {
  background-color: #1353A2!important;
}

.bg-E8F4FF {
  background-color: #E8F4FF!important;
}

.bg-F8FCFF {
  background-color: #F8FCFF!important;
}

.bg-F99746 {
  background-color: #F99746!important;
}

.bg-0D2C44 {
  background-color: #0D2C44!important;
}

@media (min-width: 576px) {
  .bg-sm-E8F4FF {
    background-color: #E8F4FF!important;
  }
  .bg-sm-F99746 {
    background-color: #F99746!important;
  }
}

@media (min-width: 768px) {
  .bg-md-E8F4FF {
    background-color: #E8F4FF!important;
  }
  .bg-md-F99746 {
    background-color: #F99746!important;
  }
}

@media (min-width: 992px) {
  .bg-lg-E8F4FF {
    background-color: #E8F4FF!important;
  }
  .bg-lg-F99746 {
    background-color: #F99746!important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-E8F4FF {
    background-color: #E8F4FF!important;
  }
  .bg-xl-F99746 {
    background-color: #F99746!important;
  }
}