@media (min-width: 992px) {
  .footer {
    background: linear-gradient(to right, #24349b 50%, #5665c7 50% 100%); } }

#footer:not(.footer__info) {
  color: white; }

.footer__info {
  border-bottom: 1px solid #d5f1ff;
  color: #d5f1ff;
  padding-bottom: 8px; }

.footer__left {
  background: #24349b;
  z-index: 10; }

.schoolName_en {
  font-size: 1.5rem;
  font-weight: bolder; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .schoolName_en {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .schoolName_en {
      font-size: 1.5rem; } }

.footer__right {
  background: #5665c7; }

.footer__left, .footer__right {
  padding-top: 1.5rem;
  padding-bottom: 1rem; }

@media (max-width: 992px) {
  .footer-map {
    padding-top: 0; } }

.bg-full__left, .bg-full__right {
  position: relative; }

.bg-full__left:before, .bg-full__right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  z-index: -1; }

.bg-full__left:before {
  background-color: #24349b; }

.bg-full__right:before {
  background-color: #5665c7; }

html {
  overflow-x: hidden; }

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