* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Helvetica;
  src: url(./assets/helveticaneueltstd-roman.otf);
}
@font-face {
  font-family: Helvetica-bold;
  src: url(./assets/helveticaneueltstd-bd.otf);
}
@font-face {
  font-family: Helvetica-light;
  src: url(./assets/helveticaneueltstd-lt.otf);
}
.epson-powerboard-banner {
  overflow: hidden;
}
.epson-powerboard-banner .banner-image-section {
  position: relative;
}
.epson-powerboard-banner .banner-image-section .banner-image img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
    .epson-powerboard-banner .banner-image-section .banner-image img {
      height:590px;
    }
}
@media (max-width: 991px) {
  .epson-powerboard-banner .banner-image-section .banner-image img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .epson-powerboard-banner .banner-image-section .banner-image img {
    height: 400px;
  }
}
.epson-powerboard-banner .banner-image-section .banner-details {
  position: absolute;
  top: 15%;
  left: 5%;
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 45%;
}
@media (max-width: 1200px) {
  .epson-powerboard-banner .banner-image-section .banner-details {
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .epson-powerboard-banner .banner-image-section .banner-details {
    width: 80%;
    top: 10%;
  }
}
.epson-powerboard-banner .banner-image-section .banner-details h1 {
  font-size: 60px;
  font-family: Helvetica;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .epson-powerboard-banner .banner-image-section .banner-details h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .epson-powerboard-banner .banner-image-section .banner-details h1 {
    font-size: 30px;
  }
}
.epson-powerboard-banner .banner-image-section .banner-details h1 span:first-child {
  background: linear-gradient(to bottom, #92ffea, #f3a53a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.epson-powerboard-banner .banner-image-section .banner-details h1 span:nth-child(2) {
  color: white;
}
.epson-powerboard-banner .banner-image-section .banner-details h2 {
  font-size: 80px;
  font-family: Helvetica;
  background: linear-gradient(to bottom, #92ffea, #f3a53a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 100%;
}
@media (max-width: 1300px) {
  .epson-powerboard-banner .banner-image-section .banner-details h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .epson-powerboard-banner .banner-image-section .banner-details h2 {
    font-size: 36px;
  }
}

.epson-platform-feature {
  max-width: 1200px;
  margin: auto;
  padding: 50px 24px;
}
@media (max-width: 767px) {
  .epson-platform-feature {
    padding: 30px 16px;
  }
}
.epson-platform-feature .platform-feature {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .epson-platform-feature .platform-feature {
    gap: 20px;
  }
}
.epson-platform-feature .platform-feature .feature-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  .epson-platform-feature .platform-feature .feature-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.epson-platform-feature .platform-feature .feature-cards .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .epson-platform-feature .platform-feature .feature-cards .card {
    gap: 10px;
  }
}
.epson-platform-feature .platform-feature .feature-cards .card img {
  width: 100px;
  height: 70px;
  -o-object-fit: fill;
     object-fit: contain;
}
@media (max-width: 767px) {
  .epson-platform-feature .platform-feature .feature-cards .card img {
    width: 40px;
    height: 40px;
  }
}
.epson-platform-feature .platform-feature .feature-cards .card h2 {
  font-size: 70px;
  font-family: Helvetica;
  font-weight:400;
  margin:0px;
}
@media (max-width: 767px) {
  .epson-platform-feature .platform-feature .feature-cards .card h2 {
    font-size: 35px;
  }
}
.epson-platform-feature .platform-feature .feature-cards .card p {
  font-family: Helvetica;
  font-size: 24px;
  font-weight:400;
  color:black;
  text-align: center;
}
@media (max-width: 1200px) {
  .epson-platform-feature .platform-feature .feature-cards .card p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .epson-platform-feature .platform-feature .feature-cards .card p {
    font-size: 14px;
  }
}
.epson-platform-feature .platform-feature .sub-head {
  font-size: 24px;
  color: rgb(94, 93, 93);
  font-family: Helvetica;
  font-weight: 400;
  margin:0px;
}
@media (max-width: 1200px) {
  .epson-platform-feature .platform-feature .sub-head {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .epson-platform-feature .platform-feature .sub-head {
    font-size: 16px;
  }
}

.why-choose-epson .choose-epson-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-choose-epson .choose-epson-section .heading {
  background: linear-gradient(to right, #3e4198, #602e2e);
}
.why-choose-epson .choose-epson-section .heading h2 {
  font-size: 40px;
  padding: 20px 0;
  color: white;
  font-family: Helvetica;
  font-weight:600;
  text-align: center;
}
@media (max-width: 1200px) {
  .why-choose-epson .choose-epson-section .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .why-choose-epson .choose-epson-section .heading h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .why-choose-epson .choose-epson-section .heading h2 {
    font-size: 14px;
    padding: 10px 5px;
  }
}
.why-choose-epson .choose-epson-section .epson-activities {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 767px) {
  .why-choose-epson .choose-epson-section .epson-activities {
    gap: 20px;
  }
}
.why-choose-epson .choose-epson-section .epson-activities .activities-card {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}
.why-choose-epson .choose-epson-section .epson-activities .activities-card .card-img {
  overflow: hidden;
  width: 50%;
}
.why-choose-epson .choose-epson-section .epson-activities .activities-card .card-img img {
  width: 100%;
  height: 100%;
}
.why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details {
  width: 50%;
  background-color: rgb(240, 238, 238);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 70px 40px 70px;
}
@media (max-width: 1200px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details {
    padding: 20px 50px 20px 50px;
  }
}
@media (max-width: 991px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details {
    padding: 20px 40px 10px 30px;
  }
}
@media (max-width: 991px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details {
    padding: 20px 20px 10px 20px;
  }
  .why-choose-epson .choose-epson-section .epson-activities .activities-card {
      flex-direction:column;
  }
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-img{
      width:100%;
  }
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details {
      width:100%;
  }
}
.why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details h3{
  font-size: 38px;
  font-family: Helvetica;
  display: flex;
  flex-wrap: wrap;
  /*gap: 10px;*/
  font-weight: 400;
  margin:0px;
  display:inline-flex;
}
@media (max-width: 1200px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details h3 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details h3 {
    font-size: 16px;
    gap: 5px;
    margin:initial;
  }
}
.why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details h3 span {
  color: black;
  font-family: Helvetica;
  margin-left:10px;
}
.why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details h3 img {
  width: 125px;
  height: 42px;
  mix-blend-mode: darken;
  object-fit:contain;
  margin-right:10px;
}
@media (max-width: 991px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details h3 img {
    width: 94px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details h3 img {
    width: 60px;
    height: 20px;
  }
}
.why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details p {
  font-size: 26px;
  font-family: Helvetica;
  color: rgb(124, 122, 122);
  line-height: 140%;
}
@media (max-width: 1200px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .why-choose-epson .choose-epson-section .epson-activities .activities-card .card-details p {
    font-size: 12px;
  }
}
.why-choose-epson .choose-epson-section .epson-activities .activities-card:nth-child(even) {
  flex-direction: row-reverse;
}

.epson-enhanced-learning {
  padding: 30px 0;
}
.epson-enhanced-learning .epson-enhanced {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.epson-enhanced-learning .epson-enhanced h2 {
  font-size: 40px;
  font-family: Helvetica;
font-weight: 700;

}
@media (max-width: 767px) {
  .epson-enhanced-learning .epson-enhanced h2 {
    font-size: 18px;
  }
}
.epson-enhanced-learning .epson-enhanced .enhanced-image {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.epson-enhanced-learning .epson-enhanced .enhanced-image .image img {
  width: 100%;
  height: 100%;
  max-width: 900px;
}
.epson-enhanced-learning .epson-enhanced .enhanced-image a {
  color: white;
  background-color: rgb(28, 98, 184);
  border: 2px solid white;
  padding: 10px;
  border-radius: 50px;
  text-decoration: none;
  font-family: Helvetica;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 22px;
}
@media (max-width: 767px) {
  .epson-enhanced-learning .epson-enhanced .enhanced-image a {
    font-size: 16px;
  }
}

.footer {
  padding: 40px 20px;
  color: #444;
  font-family: Arial, sans-serif;
  /* ---------------- MOBILE ---------------- */
}
.footer .footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1440px;
  margin: auto;
}
.footer .footer-section .footer-title {
  width: 100%;
  background: none;
  border: none;
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Helvetica;
}
@media (max-width: 767px) {
  .footer .footer-section .footer-title {
    font-size: 18px;
  }
}
.footer .footer-section .footer-title .arrow {
  display: none;
  transition: transform 0.3s ease;
}
.footer .footer-section .footer-links {
  margin-top: 12px;
  list-style: none;
  padding-left: 0;
}
.footer .footer-section .footer-links li {
  font-size: 18px;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .footer .footer-section .footer-links li {
    font-size: 14px;
  }
}
.footer .footer-section .footer-links li a {
  -webkit-text-decoration: white;
          text-decoration: white;
  color: black;
  font-family: Helvetica;
}
.footer .footer-section.active .footer-links {
  display: block;
}
.footer .footer-section.active .arrow {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .footer .footer-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer .footer-section .footer-title .arrow {
    display: inline-block;
  }
  .footer .footer-section .footer-links {
    display: none;
    padding-left: 10px;
  }
}

.footer-social-icons {
  background: #004aad;
  padding: 1rem 20px;
  
  /*margin-bottom: 2rem;*/
}

@media (max-width: 1200px) {
  .footer-social-icons {
    margin-bottom: 0rem;
  }
}
.footer-social-icons .footer-social {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .footer-social-icons .footer-social {
    flex-direction: column;
  }
}
.footer-social-icons .footer-social span {
  font-weight: 500;
  font-size: 36px;
  font-family: Helvetica;
}

@media (max-width: 990px) {
  .footer-social-icons .footer-social span {
    font-size: 18px;
  }
}
.footer-social-icons .footer-social .social-icons {
  display: flex;
  gap: 1rem;
}

@media (max-width: 990px) {
  .footer-social-icons .footer-social .social-icons {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-social-icons .footer-social .social-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer-social-icons .footer-social .social-icons a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: Helvetica;
}

.footer-social-icons .footer-social .social-icons a img {
  width: 24px;
  height: 24px;
}

.footer-social-icons .footer-social .social-icons a:hover {
  text-decoration: underline;
}

.footer-links-section .footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .footer-links-section .footer-links {
    padding: 2rem 1rem;
  }
}
.footer-links-section .footer-links .footer-column {
  flex: 1 1 20%;
  margin-bottom: 1rem;
}

.footer-links-section .footer-links .footer-column .footer-title {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-family: Helvetica;
  margin-bottom: 1rem;
}

.footer-links-section .footer-links .footer-column .footer-title .arrow {
  transition: transform 0.3s;
  width: 16px;
  height: 16px;
  display: none;
}

.footer-links-section .footer-links .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.footer-links-section .footer-links .footer-column ul li {
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.footer-links-section .footer-links .footer-column ul li a {
  text-decoration: none;
}

.footer-links-section .footer-links .footer-column.collapsed ul {
  max-height: 0;
}

.footer-links-section .footer-links .footer-column.collapsed .arrow {
  transform: rotate(-90deg);
}

@media (max-width: 990px) {
  .footer-links-section .footer-links {
    flex-direction: column;
  }
  .footer-links-section .footer-links .footer-column {
    flex: 1 1 100%;
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
  }
  .footer-links-section .footer-links .footer-column .footer-title .arrow {
    display: inline-block;
  }
  .footer-links-section .footer-links .footer-column ul {
    max-height: 0;
  }
}
.footer-copyright-section {
  background: #19222B;
  padding: 15px 10px;
}

.footer-copyright-links {
  display: flex;

}
 

.footer-copyright-container p, .footer-copyright-container a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: Helvetica;
  margin: 0px;
  text-decoration: none;
}

.footer-copyright-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 990px) {
  .footer-copyright-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.footer-copyright-container a {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid white;
}

.footer-copyright-container a:last-child {
  border: none;
}
 @media(max-width:767px){
    .footer-copyright-links 
    {
        gap: 15px !important;
    }
    .footer-copyright-container a {
        padding:initial !important;
        border:initial !important;
        font-size:14px !important;
    }
}
.key-features .feature-title {
  background-color: #1F4495;
  padding: 20px 0px;
  text-align: center;
}
.key-features .feature-title h2 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 600;
  font-family: Helvetica;
  margin: 0;
}
@media screen and (max-width: 990px) {
  .key-features .feature-title h2 {
    font-size: 22px;
  }
}
.key-features .key-feature-main-container {
  background: linear-gradient(to right, #3e4198, #602e2e);
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.key-features .key-feature-main-container .key-feature-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1440px;
  margin: 0 auto;
  gap: 30px 50px;
  justify-items: center;
  align-items: center;
  padding: 60px 0px;
}
@media screen and (max-width: 1200px) {
  .key-features .key-feature-main-container .key-feature-container {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 990px) {
  .key-features .key-feature-main-container .key-feature-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 20px;
    gap: 10px 50px;
  }
}
@media screen and (max-width: 767px) {
  .key-features .key-feature-main-container .key-feature-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 20px;
  }
}
.key-features .key-feature-main-container .key-feature-container .feature-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.key-features .key-feature-main-container .key-feature-container .feature-box img {
  width: 200px;
  margin-bottom: 10px;
      min-height: 210px;
      object-fit:contain;
}
.key-features .key-feature-main-container .key-feature-container .feature-box p {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  font-family: Helvetica;
  margin: 0;
  text-align: center;
  min-height: 70px;
  max-width: 350px;
}
@media (max-width:767px){
    .key-features .key-feature-main-container .key-feature-container .feature-box p {
  font-size: 18px;
  min-height: 0px;
  max-width: 350px;
}
}
.key-features .key-feature-main-container a {
  font-size: 16px;
  padding: 10px;
  border-radius: 30px;
  background-color: #2773B7;
  font-weight: 500;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  font-family: Helvetica;
}
.key-features .keyfeature-description {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 20px;
}
@media screen and (max-width: 1280px) {
  .key-features .keyfeature-description {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 990px) {
  .key-features .keyfeature-description {
    padding: 20px;
  }
}
.key-features .keyfeature-description p {
  font-size: 16px;
  color: black;
  font-weight: 500;
  font-family: Helvetica;
  margin:0px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: block;*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*}*/

a i span {
  display: inline-block;
}

.container {
  max-width: 1528px;
  margin: 0 auto;
}

.cta-button {
  padding-top: clamp(1.13rem, 0.38vw + 1.05rem, 1.5rem);
  padding-left: clamp(1.63rem, 1.63vw + 1.3rem, 3.25rem);
  padding-bottom: clamp(1.13rem, 0.38vw + 1.05rem, 1.5rem);
  padding-right: clamp(1.63rem, 1.63vw + 1.3rem, 3.25rem);
  background: #49CDAD;
  border-radius: 60px;
  color: #FFF;
  font-family: Lato;
  font-size: clamp(1.25rem, 0.31vw + 1.19rem, 1.56rem);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #49CDAD;
  display: inline-flex;
  margin-top: clamp(2.06rem, 3.75vw + 1.31rem, 5.81rem);
}
.enquiry-sticky-btn{
    font-family: Helvetica !important;
}
.cta-button:hover {
  color: #49CDAD;
  background: #FFF;
}
/* responsive 16:9 container */
.yt-wrap-video{
    padding:0px 20px;
}
.yt-wrap {
  position: relative;
  width: 100%;
  max-width: 1440px; /* change as needed */
  margin: 30px auto;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  padding:30px 0px;
}
.yt-wrap::before {
  content: "";
  display:block;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.yt-wrap iframe {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}
.sticky-box{
    position:absolute;
    /*bottom:125px;*/
    /*    bottom: 30%;*/
    /*right:150px;*/
    bottom: 10%;
    right: 50px;
}
@media (max-width:990px){
   .sticky-box{
    position:absolute;
            bottom: 25px;
        right: 10px;
} 
}
@media (max-width:767px){
   .sticky-box{
    position:absolute;
            bottom: 25px;
        right: 20px;
} 
}
.sticky-btn{
    padding:15px;
    background:#1C4399;
    color:white;
    border:none;
    outline:none;
    border-radius:10px;
    font-size:22px;
    font-weight:400;
    font-family: Helvetica;
}
@media (max-width:1280px){
 .sticky-btn{
    padding:12px;
   
} 
}
@media (max-width:990px){
 .sticky-btn{
    padding:10px;
    font-size:16px;
   
} 
}
.sticky-btn:hover{
    background:#273a64;
    box-shadow:10px;
}
.google-logo img{
    width: 100px !important;
    height: 100px !important;
    background: white !important;
    padding: 18px !important;
    box-sizing: content-box !important;
    border-radius: 50% !important;
    min-height:initial !important;
}
.google-logo p{
display: flex;
    align-items: end;
}
/* Hidden by default with animation support */
#enquiryStickyContainer,
.enquiry-sticky-container {
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 10003;
}

/* Visible animated */
#enquiryStickyContainer.show,
.enquiry-sticky-container.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.header{
    background:blue;
}
.epsn-logo{
    width:100px;
}


/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=index.css.map */