.banner.main-banner .content h1 {
  color: var(--white);
  text-transform: unset;
  max-width: 500px;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .banner.main-banner .content h1 {
    margin-bottom: 20px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .banner.main-banner .content h1 {
    margin-bottom: 5px;
    font-size: 35px;
  }
}
@media (max-width: 540px) {
  .banner.main-banner .content h1 {
    font-size: 28px;
  }
}
.banner.home-banner .bg {
  height: 100vh;
}
@media (max-width: 768px) {
  .banner.home-banner .bg {
    height: 560px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg {
    height: 320px;
  }
}
.banner.home-banner .bg .banner-wrapper {
  bottom: 0%;
  text-align: center;
}
.banner.home-banner .bg .banner-wrapper .content h1 {
  color: var(--white);
  text-transform: unset;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .content h1 {
    margin-bottom: 20px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .content h1 {
    margin-bottom: 5px;
    font-size: 35px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .content h1 {
    font-size: 28px;
  }
}
.banner.home-banner .bg .banner-wrapper .content button.scroll-btn {
  animation: scroll 1.5s ease-in-out infinite forwards;
  margin-bottom: 25px;
}
@keyframes scroll {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(10px);
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .content button.scroll-btn img {
    width: 40px;
  }
}

.home-secA {
  background-color: #FBC740;
  padding-top: 140px;
  position: relative;
}
@media (max-width: 991px) {
  .home-secA {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .home-secA {
    padding-top: 70px;
  }
}
@media (max-width: 540px) {
  .home-secA {
    padding-top: 0;
  }
}
.home-secA .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 540px) {
  .home-secA .container {
    flex-direction: column;
  }
}
.home-secA .container .left-a, .home-secA .container .right-a {
  flex: 1;
}
@media (max-width: 540px) {
  .home-secA .container .left-a, .home-secA .container .right-a {
    order: 2;
    padding: 0 30px;
  }
}
.home-secA .container .mid-a {
  flex: 0 1 auto;
}
@media (max-width: 540px) {
  .home-secA .container .mid-a {
    order: 3;
    padding-top: 80px;
  }
}
.home-secA .container .mid-a .mid-image {
  position: relative;
  z-index: 2;
  line-height: 0;
}
@media (max-width: 991px) {
  .home-secA .container .mid-a .mid-image {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .home-secA .container .mid-a .mid-image {
    max-width: 140px;
  }
}
.home-secA .container .mid-a .mid-image::before {
  content: "Story";
  position: absolute;
  width: 100%;
  left: -168px;
  top: 62px;
  color: rgba(0, 0, 0, 0.1019607843);
  font-size: 250px;
  line-height: 40px;
  font-family: "Baloo";
  z-index: -1;
}
@media (max-width: 991px) {
  .home-secA .container .mid-a .mid-image::before {
    left: -111px;
    top: 16px;
    font-size: 160px;
  }
}
@media (max-width: 768px) {
  .home-secA .container .mid-a .mid-image::before {
    left: -85px;
    top: 6px;
    font-size: 120px;
  }
}
.home-secA .container .left-a > p {
  font-size: 39px;
  color: #000;
  font-weight: 400;
  font-family: Baloo;
  line-height: 40px;
}
@media (max-width: 991px) {
  .home-secA .container .left-a > p {
    font-size: 21px;
    line-height: 28px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .home-secA .container .left-a > p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 80px;
  }
}
@media (max-width: 540px) {
  .home-secA .container .left-a > p {
    margin-top: 20px;
    max-width: 330px;
    text-align: center;
  }
}
.home-secA .container .left-a .count-wrapper {
  display: flex;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .home-secA .container .left-a .count-wrapper {
    padding-top: 25px;
  }
}
.home-secA .container .left-a .count-info-wrap {
  flex: 1;
}
@media (max-width: 540px) {
  .home-secA .container .left-a .count-info-wrap {
    display: flex;
    justify-content: center;
  }
}
.home-secA .container .left-a .count-info h4 {
  font-size: 50px;
  line-height: 36px;
  font-family: Baloo;
  font-weight: 400;
}
@media (max-width: 991px) {
  .home-secA .container .left-a .count-info h4 {
    font-size: 35px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .home-secA .container .left-a .count-info h4 {
    font-size: 25px;
    line-height: 10px;
  }
}
@media (max-width: 540px) {
  .home-secA .container .left-a .count-info h4 {
    font-size: 20px;
    line-height: 5px;
    text-align: center;
  }
}
.home-secA .container .left-a .count-info p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .home-secA .container .left-a .count-info p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .home-secA .container .left-a .count-info p {
    font-size: 10px;
  }
}
@media (max-width: 540px) {
  .home-secA .container .right-a {
    margin-top: 10px;
  }
}
.home-secA .container .right-a .right-a-content {
  padding: 0px 62px 0px 140px;
}
@media (max-width: 991px) {
  .home-secA .container .right-a .right-a-content {
    padding: 64px 0px 0px 40px;
  }
}
@media (max-width: 768px) {
  .home-secA .container .right-a .right-a-content {
    padding: 80px 5px 0;
  }
}
@media (max-width: 540px) {
  .home-secA .container .right-a .right-a-content {
    padding: 0;
    margin-top: 5px;
    text-align: center;
    max-width: 380px;
  }
}
.home-secA .container .right-a .right-a-content h4 {
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .home-secA .container .right-a .right-a-content h4 {
    padding-bottom: 4px;
  }
}
@media (max-width: 540px) {
  .home-secA .container .right-a .right-a-content h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.home-secA .container .right-a .right-a-content ul {
  padding-left: 18px;
}
@media (max-width: 991px) {
  .home-secA .container .right-a .right-a-content ul {
    padding-left: 30px;
  }
}
@media (max-width: 540px) {
  .home-secA .container .right-a .right-a-content ul {
    text-align: center;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
.home-secA .container .right-a .right-a-content ul li {
  list-style: disc;
  padding-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .home-secA .container .right-a .right-a-content ul li {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .home-secA .container .right-a .right-a-content ul li {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .home-secA .container .right-a .right-a-content ul li {
    list-style: none;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2;
  }
}
.home-secA .container .right-a .right-a-content ul li a {
  color: #000;
}
.home-secA .container .right-a .right-a-content p {
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .home-secA .container .right-a .right-a-content p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .home-secA .container .right-a .right-a-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-secA .container .right-a .right-a-content a.btn.whiteBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 35px;
  transform: rotate(356deg);
  box-shadow: -6px 5px 1.6px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .home-secA .container .right-a .right-a-content a.btn.whiteBtn {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .home-secA .container .right-a .right-a-content a.btn.whiteBtn {
    font-size: 10px;
    margin-top: 5px;
    padding: 7px 12px;
  }
}
@media (max-width: 540px) {
  .home-secA .container .right-a .right-a-content a.btn.whiteBtn {
    margin: 15px auto 0;
  }
}
.home-secA .container .right-a .right-a-content a.btn.whiteBtn:hover {
  transform: rotate(360deg);
  background-color: #1BB6F0;
  color: #fff;
}

.home-secB {
  background-color: #1BB6F0;
  padding: 70px 0 85px;
  position: relative;
}
@media (max-width: 991px) {
  .home-secB {
    padding: 60px 0;
  }
}
@media (max-width: 540px) {
  .home-secB {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .home-secB .container {
    padding: 0;
  }
}
.home-secB .container .heading {
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home-secB .container .heading {
    max-width: 445px;
  }
}
.home-secB .container .heading h1 {
  font-size: 55px;
  font-weight: 400;
  text-transform: unset;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .home-secB .container .heading h1 {
    font-size: 45px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .home-secB .container .heading h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 540px) {
  .home-secB .container .heading h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 540px) {
  .home-secB .container .heading p {
    font-size: 14px;
    max-width: 275px;
    margin: 0 auto;
    line-height: 1.2;
  }
}
.home-secB .container .find-out-slider-container {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .home-secB .container .find-out-slider-container {
    padding-top: 50px;
  }
}
@media (max-width: 540px) {
  .home-secB .container .find-out-slider-container {
    padding-top: 30px;
  }
}
.home-secB .container .find-out-slider-container .swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: 37%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 32%;
  z-index: 2;
  display: none;
}
@media (max-width: 991px) {
  .home-secB .container .find-out-slider-container .swiper-nav.swiper-group {
    width: 54%;
    left: 23%;
  }
}
@media (max-width: 768px) {
  .home-secB .container .find-out-slider-container .swiper-nav.swiper-group {
    display: none;
  }
}
.home-secB .container .find-out-slider-container .find-out-slider {
  padding: 15px;
}
.home-secB .container .find-out-slider-container .swiper-wrapper .item {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  transition: 1s ease;
}
.home-secB .container .find-out-slider-container .swiper-wrapper .item.swiper-slide-prev {
  transform: rotate(356deg);
  scale: 0.8;
  transition: 0.5 ease;
}
@media (max-width: 768px) {
  .home-secB .container .find-out-slider-container .swiper-wrapper .item.swiper-slide-prev {
    transform: rotate(360deg);
    scale: 1;
  }
}
.home-secB .container .find-out-slider-container .swiper-wrapper .item.swiper-slide-next {
  transform: rotate(364deg);
  scale: 0.8;
  transition: 0.5 ease;
}
@media (max-width: 768px) {
  .home-secB .container .find-out-slider-container .swiper-wrapper .item.swiper-slide-next {
    transform: rotate(360deg);
    scale: 1;
  }
}
.home-secB .container .find-out-slider-container .swiper-wrapper .item a.figure {
  line-height: 1;
}
.home-secB .container .find-out-slider-container .swiper-wrapper .item a.figure img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 420px) {
  .home-secB .container .find-out-slider-container .swiper-wrapper .item a.figure img {
    height: 204px;
  }
}
.home-secB .container .find-out-slider-container .swiper-wrapper .item .figcaption h4 {
  text-transform: none;
  padding: 25px 20px 40px;
  font-size: 24px;
  line-height: 16px;
  text-align: center;
  font-family: Baloo;
  font-weight: 400;
}
@media (max-width: 991px) {
  .home-secB .container .find-out-slider-container .swiper-wrapper .item .figcaption h4 {
    padding: 25px 20px 30px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home-secB .container .find-out-slider-container .swiper-wrapper .item .figcaption h4 {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.home-secB .container button.play-btn {
  position: absolute;
  top: -4%;
  z-index: 2;
  left: 50%;
  background-color: #fff;
}
.home-secB .container button.play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid var(--black);
}
@media (max-width: 768px) {
  .home-secB .container button.play-btn {
    left: 46%;
  }
}

.notice-board-section {
  background: #fff url(/assets/images/home/notice-bg.png);
  background-position: center;
  background-repeat: repeat;
  height: 580px;
  background-size: cover;
  position: relative;
  position: relative;
}
@media (max-width: 540px) {
  .notice-board-section {
    height: 500px;
  }
}
.notice-board-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #B2EAFF 100%);
}
.notice-board-section .main-container .bg-image {
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
  width: 360px;
}
@media (max-width: 540px) {
  .notice-board-section .main-container .bg-image {
    width: 300px;
  }
}
.notice-board-section .main-container .notice-slider-container {
  position: absolute;
  bottom: 8%;
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .notice-board-section .main-container .notice-slider-container {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .notice-board-section .main-container .notice-slider-container {
    bottom: 11%;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 540px) {
  .notice-board-section .main-container .notice-slider-container {
    bottom: 8%;
  }
}
.notice-board-section .main-container .notice-slider-container .events-nav.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  right: 2%;
  top: -35%;
  z-index: 2;
}
@media (max-width: 768px) {
  .notice-board-section .main-container .notice-slider-container .events-nav.swiper-nav {
    right: 6%;
  }
}
@media (max-width: 540px) {
  .notice-board-section .main-container .notice-slider-container .events-nav.swiper-nav {
    display: none;
  }
}
.notice-board-section .main-container .notice-slider-container .events-nav.swiper-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
}
.notice-board-section .main-container .notice-slider-container .events-nav.swiper-nav button svg {
  vertical-align: middle;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item {
  border-radius: 15px;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item:nth-child(1) {
  background: #3740EA;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item:nth-child(2) {
  background: #FF59CD;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item:nth-child(3) {
  background: #E69000;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item:nth-child(4) {
  background: #E03E40;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item:nth-child(5) {
  background: #14A325;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item:nth-child(6) {
  background: #BCBF00;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item:hover .notice .desc {
  transform: translateY(0%);
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item:hover .notice .icon {
  transform: translateY(75%);
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item .notice {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 190px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item .notice {
    min-height: 150px;
  }
}
@media (max-width: 540px) {
  .notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item .notice {
    padding: 10px;
  }
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item .notice .desc {
  transform: translateY(75%);
  transition: 0.5s ease;
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item .notice .desc p {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  max-width: 140px;
}
@media (max-width: 768px) {
  .notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item .notice .desc p {
    font-size: 16px;
    line-height: 1;
  }
}
.notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item .notice .icon {
  transform: translateY(0%);
  transition: 0.5s ease;
  width: 40px;
}
@media (max-width: 540px) {
  .notice-board-section .main-container .notice-slider-container .swiper .swiper-wrapper .item .notice .icon {
    width: 30px;
  }
}

.home-secC .banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.5%, rgba(0, 0, 0, 0.85) 100%);
}
.home-secC .banner .bg video {
  filter: grayscale(1);
}
.home-secC .banner .bg .banner-wrapper {
  bottom: 20%;
}
@media (max-width: 768px) {
  .home-secC .banner .bg .banner-wrapper {
    bottom: 15%;
  }
}
.home-secC .banner .bg .banner-wrapper .content h1 {
  font-size: 48px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .home-secC .banner .bg .banner-wrapper .content h1 {
    font-size: 45px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .home-secC .banner .bg .banner-wrapper .content h1 {
    font-size: 33px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .home-secC .banner .bg .banner-wrapper .content h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .home-secC .banner .bg .banner-wrapper .content button {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .home-secC .banner .bg .banner-wrapper .content button {
    font-size: 12px;
  }
}

.home-secD {
  padding: 70px 0 0;
  background: var(--white);
}
@media (max-width: 540px) {
  .home-secD {
    padding: 30px 0 10px;
  }
}
.home-secD .container {
  position: relative;
}
@media (max-width: 540px) {
  .home-secD .container {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .home-secD .container .heading {
    text-align: start;
  }
}
.home-secD .container .heading .smile-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .home-secD .container .heading .smile-heading {
    justify-content: start;
  }
}
@media (max-width: 540px) {
  .home-secD .container .heading .smile-heading {
    justify-content: center;
  }
}
.home-secD .container .heading .smile-heading h1 {
  text-transform: unset;
  font-size: 48px;
  line-height: 48px;
  padding-right: 5px;
  padding-bottom: 6px;
}
@media (max-width: 991px) {
  .home-secD .container .heading .smile-heading h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .home-secD .container .heading .smile-heading h1 {
    font-size: 35px;
    padding-bottom: 0;
  }
}
@media (max-width: 540px) {
  .home-secD .container .heading .smile-heading h1 {
    font-size: 30px;
    padding-right: 0;
  }
}
@media (max-width: 540px) {
  .home-secD .container .heading .smile-heading img {
    width: 45px;
  }
}
@media (max-width: 768px) {
  .home-secD .container .heading p {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .home-secD .container .heading p {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home-secD .container .heading p img {
    width: 50px;
  }
}
.home-secD .container .happy-parents-container {
  padding: 60px 0 0;
}
@media (max-width: 540px) {
  .home-secD .container .happy-parents-container {
    padding: 35px 0 50px;
  }
}
.home-secD .container .happy-parents-container .swiper-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 25px;
  gap: 15px;
}
@media (max-width: 540px) {
  .home-secD .container .happy-parents-container .swiper-nav {
    display: none;
  }
}
.home-secD .container .happy-parents-container .swiper-nav button:hover svg {
  fill: #FBC740;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .home-secD .container .happy-parents-container .swiper-nav button svg {
    width: 34px;
  }
}
.home-secD .container .happy-parents-container .swiper-wrapper .item {
  position: relative;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.home-secD .container .happy-parents-container .swiper-wrapper .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.1));
  pointer-events: none;
  z-index: 1;
}
.home-secD .container .happy-parents-container .swiper-wrapper .item img {
  width: 100%;
  border-radius: 10px;
}
.home-secD .container .happy-parents-container .swiper-wrapper .item .contact {
  position: absolute;
  bottom: 25px;
  padding: 15px 20px;
  line-height: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
}
.home-secD .container .happy-parents-container .swiper-wrapper .item .contact .contact-name {
  color: #fff;
}
.home-secD .container .happy-parents-container .swiper-wrapper .item .contact .contact-name h4 {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 540px) {
  .home-secD .container .happy-parents-container .swiper-wrapper .item .contact .contact-name h4 {
    padding-bottom: 0;
  }
}
.home-secD .container .happy-parents-container .swiper-wrapper .item .contact .contact-name p {
  font-size: 14px;
}/*# sourceMappingURL=home.css.map */