*{margin:0;padding:0;box-sizing:border-box;font-family:"Nunito",sans-serif}html{font-size:calc(14.25px + .1vw);color:#2d3958}#root{display:flex;flex-direction:column;min-height:100vh}.app__wrapper{flex-grow:1;z-index:2}*{scrollbar-width:thin;scrollbar-color:#3080ec #f8f8f8}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:#f8f8f8}body::-webkit-scrollbar-thumb{background-color:#3080ec;border-radius:20px}.fa-chevron-circle-up{color:#3080ec;cursor:pointer;font-size:2.5rem}.fa-chevron-circle-up.chevron-dark{color:#fff}.footer__wrapper{width:100%;background:#f0f8ff;margin-top:40px;display:flex;height:100%}.footer__container{max-width:1300px;margin:0 auto;padding:15px 5px;text-align:center;font-size:14px}@media screen and (max-width:768px){.footer__wrapper{margin-top:0}}.navbar__wrapper{width:100%;background:#fff;position:fixed;height:50px;transition:height .4s,line-height .4s;z-index:100;box-shadow:0 10px 60px 0 rgba(74,144,226,.1)}.navbar__wrapped-hidden{transition:.4s ease-out;box-shadow:0 10px 60px 0 rgba(74,144,226,.1)}.main-header,.navbar__wrapped-hidden{height:60px;position:fixed;width:100%;z-index:3}.main-header{display:flex;justify-content:space-between;align-items:center;color:#002f70;transition:height .4s,line-height .4s;max-width:1300px;left:50%;transform:translateX(-50%);padding:0 20px}.main-header a{text-decoration:none;color:inherit}.main-header .nav-links{display:flex;list-style:none}.main-header .nav-links .nav-link a{margin:.2rem;padding:.5rem;cursor:pointer}.logo{cursor:pointer;height:100%;display:flex;align-items:center}.logo img{height:36px;width:auto}.nav-link:last-child a{background:linear-gradient(315deg,#aaf6da,#ddfdf1);border-radius:30px;padding:.5rem 1.25rem!important;margin-left:.6rem!important}.nav-link.curr-active{color:#3080ec}.nav-link:last-child a:hover{opacity:.85}.main-header .menu-icon{position:relative;padding:26px 10px;cursor:pointer;z-index:1;display:none}.main-header .menu-icon__line{display:block;position:relative;background:#002f70;height:2px;width:20px;border-radius:4px}.main-header .menu-icon__line:after,.main-header .menu-icon__line:before{content:"";position:absolute;height:100%;width:100%;border-radius:4px;background:#002f70;transition:background .8s ease}.main-header .menu-icon__line:before{transform:translateY(-5px)}.main-header .menu-icon__line:after{transform:translateY(5px)}.main-header .menu-btn{display:none}.main-header.scrolled{height:50px;background:#fff}.main-header.mobileScrolled{background:#fff}.main-header.scrolled .menu-icon__line,.main-header.scrolled .menu-icon__line:after,.main-header.scrolled .menu-icon__line:before{background:#002f70}.d-none{opacity:0!important}.hide-scrollbar{overflow-y:hidden}@media screen and (max-width:1366px){.main-header{padding:0 20px}}@media screen and (max-width:767px){.main-header{padding:0 20px}.main-header .menu-icon{display:block}.main-header .menu-icon__line{animation:closedMid .8s backwards;animation-direction:reverse}.main-header .menu-icon__line:before{animation:closedTop .8s backwards;animation-direction:reverse}.main-header .menu-icon__line:after{animation:closedBtm .8s backwards;animation-direction:reverse}.main-header .nav-links{position:absolute;top:0;left:0;opacity:0;flex-direction:column;justify-content:flex-start;align-items:center;padding:4rem 0;width:100vw;height:100vh;font-size:1rem;color:#002f70;background:#fff;transition:opacity .8s .5s,-webkit-clip-path 1s .5s;transition:opacity .8s .5s,clip-path 1s .5s;transition:opacity .8s .5s,clip-path 1s .5s,-webkit-clip-path 1s .5s;-webkit-clip-path:circle(200px at top right);clip-path:circle(200px at top right)}.main-header .nav-links .nav-link{opacity:0;transform:translateX(100%);width:100%;text-align:center}.main-header .nav-links .nav-link a{display:block;padding:1rem 0}.main-header .menu-btn:checked~.nav-links{opacity:1;-webkit-clip-path:circle(100% at center);clip-path:circle(100% at center)}.main-header .menu-btn:checked~.nav-links .nav-link{opacity:1;transform:translateX(0);transition:opacity .4s ease-in-out,transform .6s cubic-bezier(.175,.085,.32,1.275)}.main-header .menu-btn:checked~.nav-links .nav-link:first-of-type{transition-delay:.7s}.main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(2){transition-delay:.8s}.main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(3){transition-delay:.9s}.main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(4){transition-delay:1s}.main-header .menu-btn:checked~.menu-icon{border-radius:50%;animation:pulse 1s}.main-header .menu-btn:checked~.menu-icon .menu-icon__line{background:#002f70;animation:openMid .8s forwards}.main-header .menu-btn:checked~.menu-icon .menu-icon__line:before{background:#fff;animation:openTop .8s forwards}.main-header .menu-btn:checked~.menu-icon .menu-icon__line:after{background:#002f70;animation:openBtm .8s forwards}.nav-link:last-child a{background:none;border-radius:0;padding:1rem 0!important;margin-left:.2rem!important}.nav-link:last-child a:hover,.nav-link a:hover{background:#002f70!important;color:#fff}}@keyframes pulse{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.6)}to{box-shadow:0 0 0 1000px hsla(0,0%,100%,0);background:hsla(0,0%,100%,0)}}@keyframes openTop{0%{transform:translateY(-5px) rotate(0deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes closedTop{0%{transform:translateY(-5px) rotate(0deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes openMid{50%{transform:rotate(0deg)}to{transform:rotate(45deg)}}@keyframes closedMid{50%{transform:rotate(0deg)}to{transform:rotate(45deg)}}@keyframes openBtm{0%{transform:translateY(5px) rotate(0deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes closedBtm{0%{transform:translateY(5px) rotate(0deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(0) rotate(90deg)}}.cs__background{background:url(/static/media/Site_Background.8aae992d.jpg) no-repeat top}.cs__container{max-width:1200px;margin:60px auto 20px}.cs__container h1{text-align:center;padding-top:30px}.cs__header-title img{margin-left:10px}.appraisal__header-photo img{height:auto;width:100%;background-size:cover;margin-top:30px;border-radius:10px;box-shadow:0 25px 50px -12px rgb(0 0 0/25%)}.cs__conclusion,.cs__overview,.cs__problemstatement,.cs__redesignprocess,.cs__usabilitytesting,.cs__userresearch{margin-top:80px;padding:25px 200px;border-radius:10px;line-height:1.5;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.cs__paperprototype,.cs__wireframes{margin-top:80px;padding:20px;line-height:1.5;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border-radius:10px}.cs__paperprototype p,.cs__wireframes p{padding:0 200px}.cs__paperprototype h3 img,.cs__usabilitytesting h3 img,.cs__wireframes h3 img{margin-left:10px}.cs__problemstatement{margin-top:60px}.cs__conclusion h3,.cs__overview h3,.cs__paperprototype h3,.cs__problemstatement h3,.cs__redesignprocess h3,.cs__usabilitytesting h3,.cs__userresearch h3,.cs__wireframes h3{text-align:center}.cs__conclusion img,.cs__overview img,.cs__paperprototype img,.cs__problemstatement img,.cs__redesignprocess img .cs__usabilitytesting img,.cs__userresearch img,.cs__wireframes img{margin-left:10px}.cs__conclusion p,.cs__overview p,.cs__paperprototype p,.cs__problemstatement p,.cs__redesignprocess p,.cs__usabilitytesting p,.cs__userresearch p,.cs__wireframes p{margin-top:25px}.appraisal__role{background:#fee4bd;display:flex;margin-top:60px;border-radius:10px;padding:40px 150px;color:#232b32;font-weight:600;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.cs__duration,.cs__res,.cs__role{flex:1 1;padding:0 10px}.cs__duration div:first-of-type,.cs__res div:first-of-type,.cs__role div:first-of-type{margin-bottom:20px}.cs__duration img,.cs__res img:first-of-type,.cs__role img:first-of-type{margin-left:10px}.cs__res ul{margin-left:25px}.cs__res ul li{margin-top:5px}.cs__usercomments{display:flex;margin:60px auto 0;height:72px}.cs__useravatar{flex:1 1}.cs__useravatar img{height:72px;width:auto;border-radius:50%;margin-left:0}.cs__usercomment{flex:6 1;display:flex;align-items:center;color:#68728a;padding-left:30px;border-left:4px solid rgba(60,133,219,.30980392156862746)}.cs__usercomments2{flex-direction:row-reverse}.cs__usercomment2{padding-left:0;padding-right:30px;border-left:0;border-right:4px solid rgba(60,133,219,.30980392156862746)}.cs__useravatar2{justify-content:flex-end;display:flex}.cs__personaText{margin-top:60px!important}.cs__personaSlider{margin-top:20px}.cs__cardsorting img,.cs__personaSlider img{margin-left:0!important}.cs__cardsorting img{max-width:100%}.cs__redesignprocess img{margin-top:20px;border-radius:10px;margin-left:10px}.cs__prototypecontainer{margin-top:25px;display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.cs__prototypecontainer img{width:100%;height:350px;border-radius:10px;box-shadow:0 12px 20px -12px rgba(0,0,0,.25);margin-left:0!important}.cs__wireframecontainer{margin-top:25px;display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(480px,1fr))}.cs__wireframecontainer img{width:100%;height:100%;border-radius:10px;box-shadow:0 12px 20px -12px rgba(0,0,0,.25);margin-left:0!important}.h-divider{margin:60px auto auto;width:100%;position:relative}.h-divider .shadow{overflow:hidden;height:20px}.h-divider .shadow:after{content:"";display:block;margin:-25px auto 0;width:100%;height:25px;border-radius:125px/12px;box-shadow:0 0 8px #000}.cs__cards{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:3rem;gap:3rem;border-radius:10px;margin-top:40px}.cs__cards li{box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border-radius:10px}.cs__cards img{width:100%;border-top-left-radius:10px;border-top-right-radius:10px}.cs__card_title{font-size:1.1rem;font-weight:600;text-transform:capitalize;margin:0}.cs__card_content{padding:1rem}.cs__card_content button{margin-top:20px;padding:10px 22px;background:#f0f8ff!important;border-radius:5rem;border:none;cursor:pointer}.cs__card_content button a{text-decoration:none;color:#232b32}.cs__usercomment.appraisal{border-color:#d6b27c}@media screen and (min-width:1025px) and (max-width:1366px){.cs__conclusion,.cs__overview,.cs__problemstatement,.cs__redesignprocess,.cs__usabilitytesting,.cs__userresearch{padding:30px 150px}.cs__paperprototype p,.cs__wireframes p{padding:0 150px}}@media screen and (max-width:1250px){.appraisal__role,.cs__conclusion,.cs__overview,.cs__problemstatement,.cs__redesignprocess,.cs__usabilitytesting,.cs__userresearch{margin:60px 20px}.cs__paperprototype p,.cs__wireframes p{padding:0 20px}.appraisal__header-photo{margin:30px 20px;width:auto}.appraisal__role{padding:20px}.cs__paperprototype,.cs__wireframes{margin-left:20px;margin-right:20px}.cs__cards{margin:20px}}@media screen and (max-width:1150px){.cs__prototypecontainer{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cs__wireframecontainer{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media screen and (max-width:1100px){.cs__duration,.cs__res,.cs__role{flex:1 1;padding:20px 0}}@media screen and (min-width:901px) and (max-width:1024px){.cs__conclusion,.cs__overview,.cs__problemstatement,.cs__redesignprocess,.cs__usabilitytesting,.cs__userresearch{padding:20px 100px}.cs__paperprototype p,.cs__wireframes p{padding:0 100px}.cs__prototypecontainer{grid-template-columns:repeat(2,minmax(200px,1fr))}.cs__wireframecontainer{grid-template-columns:repeat(2,minmax(400px,1fr))}.cs__prototypecontainer img{height:450px}}@media screen and (min-width:801px) and (max-width:900px){.cs__conclusion,.cs__overview,.cs__problemstatement,.cs__redesignprocess,.cs__usabilitytesting,.cs__userresearch{padding:20px 50px}.cs__paperprototype p,.cs__wireframes p{padding:0 50px}.cs__prototypecontainer{grid-template-columns:repeat(2,minmax(200px,1fr))}.cs__wireframecontainer{grid-template-columns:repeat(1,minmax(400px,1fr))}}@media screen and (max-width:800px){.cs__conclusion,.cs__overview,.cs__problemstatement,.cs__redesignprocess,.cs__usabilitytesting,.cs__userresearch{padding:20px}.cs__paperprototype p,.cs__wireframes p{padding:0 20px}.cs__usercomment{border:0}.cs__prototypecontainer,.cs__wireframecontainer{flex-direction:column}.cs__prototypecontainer img{padding:0;margin-left:0!important;margin-top:20px}.cs__prototypecontainer{grid-template-columns:repeat(2,minmax(200px,1fr))}.cs__wireframecontainer{grid-template-columns:repeat(1,minmax(400px,1fr))}}@media screen and (max-width:767px){.appraisal__role{flex-direction:column}.cs__container h1{padding:30px 20px 0}}@media screen and (max-width:575px){.cs__wireframecontainer img{height:100%}.cs__prototypecontainer,.cs__wireframecontainer{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:400px){.cs__cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}}.auto__header-photo img{height:auto;width:100%;background-size:cover;margin-top:30px;box-shadow:0 25px 50px -12px rgb(0 0 0/25%)}.auto__header-photo img,.auto__role{border-radius:10px;background:#b9dccb}.auto__role{display:flex;margin-top:60px;padding:40px 150px;color:#232b32;font-weight:600;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.auto__wireframecontainer{margin-top:25px;display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(480px,1fr))}.auto__wireframecontainer img{width:100%;height:auto;border-radius:10px;box-shadow:0 12px 20px -12px rgba(0,0,0,.25);margin-left:0!important}.cs__carouselImageDiv{background:#fff}.auto__usercomment{flex:6 1;display:flex;align-items:center;color:#68728a;padding-left:30px;border-left:4px solid #7ac7a2}.cs__usercomment2.auto__usercomment{padding-left:0;padding-right:30px;border-left:0;border-right:4px solid #7ac7a2}@media screen and (max-width:1250px){.auto__role{margin:60px 20px}.auto__header-photo{margin:30px 20px;width:auto}.auto__role{padding:20px}}@media screen and (max-width:767px){.auto__role{flex-direction:column}.auto__usercomment,.cs__usercomment{border:0!important}}@media screen and (max-width:575px){.auto__wireframecontainer{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.auto__wireframecontainer img{height:auto}.cs__carouselImageDiv img{height:auto!important}}.casestudy__container{max-width:1300px;margin:100px auto 0;padding:20px}.casestudy__container h2{margin-top:0;margin-bottom:-60px;text-align:center;padding-bottom:10px;font-weight:600;color:#002f70;font-size:1.75rem}.grid-flex{display:flex;flex-grow:1;flex-direction:row;-webkit-flex-wrap:wrap;-webkit-justify-content:space-around;margin-top:100px}.col{flex:1 1}.col-left{order:-1}.col-text{justify-content:flex-end;flex:1 1;max-height:550px}.col-image,.col-text{display:flex;align-items:center}.col-image{background-size:cover;background-position:50%;flex:3 1}.col-image-left{justify-content:flex-start}.col-image-right{justify-content:flex-end}.col-image img{border-radius:30px;width:85%;max-height:550px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.Aligner-item{width:100%}.Aligner-item p{line-height:1.5;margin:5px 0 30px;color:rgba(0,0,0,.54)}.Aligner-item h3{font-size:1.5rem;color:#232b32}.Aligner-item a{text-decoration:none;padding:10px 16px;border-radius:35px;font-size:.85rem;color:#232b32}.cs__btn-blue{background:#b7dcf4}.cs__btn-blue:hover{background:#c8e4f7}.cs__btn-orange{background:#fee4bd}.cs__btn-orange:hover{background:#ffefd7}.cs__btn-green{background:#b9dccb}.cs__btn-green:hover{background:#c7e4d6}.cs__btn-purple{background:#e6dbeb}.cs__btn-purple:hover{background:#ece6ef}@media (max-width:768px){.grid-flex{height:100%;display:-webkit-flex;flex-direction:column;margin-top:10px}.casestudy__container h2{margin-bottom:10px;margin-top:0}.casestudy__container{margin:0 auto}.col{order:vertical}.col-left{order:0}.col-image{margin-top:20px;flex:1 1}.col-text{flex:1 1;justify-content:center;text-align:center}.col-image:not(:first-of-type){padding:30px 0;width:100%}.col-text{padding:40px 0}.col-image img,.col-text{width:100%}}.home__about{display:flex;max-width:1300px;align-items:center;margin:60px auto 0;z-index:2}.home__about-text{flex:1.5 1;padding:0 20px;margin-top:90px}.home__about-image{flex:1 1;padding:0 20px;margin-top:90px}.home__about-image-container{background:url(/static/media/Nikhita_BG_BG.d980366c.jpg) 50%;background-size:cover;position:relative}.home__about-image-container,.home__about-image-profile{height:750px;border-radius:30px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.home__about-image-profile{background:url(/static/media/IMG_5515.a8ff9a84.JPG) 50%;background-size:cover;position:absolute;top:-30px;right:30px;width:100%}.home__about-text h1{font-size:3rem;margin-bottom:20px}.home__about-text p{color:#68728a;line-height:1.5;width:70%}.social-buttons{display:inline-block;background:transparent;border-radius:10px;text-align:center;margin-top:30px}.social-buttons .social-margin{margin-right:15px}.social-buttons a,.social-buttons a:active,.social-buttons a:focus,.social-buttons a:hover{text-decoration:none}.social-buttons .social-icon{margin-bottom:15px;box-sizing:border-box;border-radius:50%;border:5px solid;text-align:center;width:40px;height:40px;display:inline-block;line-height:1px;padding-top:11px;transition:all .5s}.social-buttons .social-icon:hover{transform:rotate(1turn) scale(1.3)}.social-buttons .social-icon.email,.social-buttons .social-icon.linkedin{font-size:20px;padding-top:6px;padding-left:1px;background-color:#3080ec;color:#fff;border-color:#3080ec}.social-buttons .social-icon.instagram:hover,.social-buttons .social-icon.linkedin:hover{background-color:#fff;color:#3080ec}@media screen and (min-width:769px) and (max-width:1900px) and (max-height:768px){.home__about-image-container,.home__about-image-profile{height:450px}}@media screen and (min-height:1000px){.home__about-image-container,.home__about-image-profile{height:550px}}@media screen and (max-width:768px){.home__about{flex-direction:column-reverse;margin-top:0}.home__about-image,.home__about-text{width:100%;padding:20px}.home__about-image{margin-top:35px}.home__about-text{margin-top:15px}.home__about-image-profile{width:calc(100% - 30px);height:300px}.home__about-image-container{height:300px}.home__about-text p{width:100%}}@media screen and (min-width:768px) and (max-width:768px){.home__about-image-container{height:600px}.home__about-image-profile{width:calc(100% - 30px);height:600px}.home__about-image{margin-top:55px}}@keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0);opacity:1}40%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-6px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-4px,0)}90%{transform:translate3d(0,-2px,0)}}.landing__arrow{opacity:0;cursor:pointer;margin-top:40px;margin-left:5px}.landing__arrow i{color:#3080ec}.landing__container-dark .landing__arrow i{color:#62adf5;-webkit-filter:invert(1);filter:invert(1)}.landing__arrow.landing__bounce{animation:bounce 2s infinite}@media screen and (max-width:767px){.landing__arrow{margin-top:25px}}.dashboard__container{background:url(/static/media/Site_Background.8aae992d.jpg) no-repeat top;background-size:contain;min-height:100vh;position:relative}@media screen and (max-width:600px){.dashboard__container{margin-top:60px}}@media screen and (min-width:601px) and (max-width:768px){.dashboard__container{padding-top:35px}}.contact-form{margin:90px auto 20px;width:100%}.contact__container{display:flex;width:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border-radius:30px;margin:40px auto 0;max-width:1260px}.contact__contact-details,.contact__msg-details{flex:1 1;padding:20px 40px}.contact-wrapper>h2{margin-top:0;text-align:center;padding-bottom:10px;font-weight:600;color:#002f70;font-size:1.75rem}.contact__container h3{display:flex;justify-content:flex-start;background:linear-gradient(270deg,#80838a,#80838a) no-repeat 0 100%/60px 3px;padding-bottom:1rem;margin-bottom:30px;font-weight:600;color:#80838a}.contact__form-control{padding:10px;width:100%;border:1px solid #ccc}.contact__email,.contact__message,.contact__name,.contact__subject{padding:10px 0 20px}.contact__form-control:hover{border:1px solid #aaa}.contact__contact-details>p{line-height:1.5;padding-bottom:20px}.contact__metadata p{padding:8px 0}.contact__metadata .fas{padding-right:10px;color:#3080ec;width:30px;justify-content:center;text-align:center}@media (max-width:968px){.contact__container{flex-direction:column}.contact-wrapper{padding:20px}.contact-form{margin:0 auto 20px}.contact__container{margin-top:30px}}@media (max-width:1300px){.contact-wrapper{padding:20px}}.contact__send-message{background:#3080ec;padding:10px 22px;color:#fff;border-radius:5rem;font-size:15px;border:none;cursor:pointer;width:150px}.contact__send-message:hover{color:#fff;background:#3381ce}.contact__submit{display:flex;justify-content:center}.contact__validation-error{font-size:.75rem;color:red}.cs__pp1.getready img,.cs__prototypecontainer img{height:auto!important;width:100%!important}.appraisal__role.getready{background:#b7dcf4;background:#e6dbeb}.cs__usercomment.getready{border-color:#bfa8ca}.cs__wireframecontainer.getready img{height:100%}.cs__pp1.wayside img,.cs__prototypecontainer img{height:auto!important;width:100%!important}.appraisal__role.wayside{background:#b7dcf4}.cs__pp1.wayside{margin-top:1.5rem}.cs__wireframecontainer.wayside img{height:auto}
/*# sourceMappingURL=main.9e4b1b99.chunk.css.map */