:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin_admin__nFTmf{position:relative;top:0;left:0;width:100%;display:flex;height:auto;background-color:#fff}@keyframes admin_example__L2eu6{0%{box-shadow:2px 5px 30px #c8c8c8}to{box-shadow:2px 5px 30px #383838}}.admin_admin__nFTmf .admin_refresh__IBdx4{position:absolute;bottom:2%;right:2%;width:50px;height:50px;animation:admin_example__L2eu6 5s linear 2s infinite alternate;background-color:#623e3e;border-radius:50px}.admin_admin__nFTmf .admin_refresh__IBdx4 .admin_icon___wnHZ{font-size:6vh;margin-top:14%;margin-left:14%;transition:all .4s;cursor:pointer;color:#fff}.admin_admin__nFTmf .admin_refresh__IBdx4:hover .admin_icon___wnHZ{color:#ffc497;rotate:350deg}.admin_leftPanel__DS91_{width:21.1%;height:auto;z-index:99;padding-bottom:6.7%;background-color:#e9e9e9;overflow:hidden}.admin_logo_img__enc4P{position:relative;width:80%;margin-left:10%;height:6vw}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb{width:104%;height:588px;padding-top:2%;margin-top:4%;overflow:hidden;overflow-y:auto;padding-bottom:10%}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb *{scrollbar-width:none;-ms-overflow-style:none}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb::-webkit-scrollbar-track{-webkit-box-shadow:none!important;background-color:transparent}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb::-webkit-scrollbar{width:3px!important;background-color:transparent}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb::-webkit-scrollbar-thumb{background-color:transparent}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li{position:relative;list-style:none;width:92%;height:auto;margin-left:8%;display:block;margin-bottom:1%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;z-index:99}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_styles1__E_nuX,.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_styles__nDGCC{position:relative;list-style:none;width:100%;height:60px;border-top-left-radius:60px;border-bottom-left-radius:60px;display:block;background:none;transition:all .3s}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_styles1__E_nuX,.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li:hover .admin_styles__nDGCC{background-color:#fff}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_icon___wnHZ{color:#0bd1eb;font-size:30px;width:auto;padding-top:5%;float:left;z-index:1;margin-left:10%}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_title__rXXQB{color:#e92b2b;font-size:20px;padding-top:5%;float:left;z-index:1;font-weight:600;width:60%;padding-left:10%}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_arrows__pJi8N{float:left;padding-left:10%;height:auto;padding-top:19%;position:relative;z-index:1}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_arrows__pJi8N .admin_top__zCJ6i{position:absolute;top:35%;left:30%;font-size:20px}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_arrows__pJi8N .admin_bottom__nA1Z6{display:none;position:absolute;top:35%;left:30%;font-size:20px}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li ul{clear:both;margin-bottom:1%;background-color:red;height:auto;background:none}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li ul li{display:block;background:none;font-size:16px;color:#2c2c2c;width:100%;font-weight:600;transition:all .6s;width:70%;padding:0 4% 9% 5%;height:auto;margin-left:10%;margin-top:0;border-top-left-radius:0;border-bottom-left-radius:0}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li ul li:hover{color:#0998d0;cursor:pointer}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li ul li:hover .admin_leftPanel__DS91_ .admin_menu_Links__YqScb li{background:none}@media only screen and (min-device-width:0px) and (max-device-width:1000px){.admin_redirect__rrLVV h1{margin-top:6%;margin-left:4%;color:red;font-size:5vw}.admin_admin__nFTmf{position:relative;top:0;left:0;width:100%;display:flex;flex-wrap:wrap;height:auto;background-color:#fff}.admin_leftPanel__DS91_{width:75%;margin-top:12vw;position:fixed;box-shadow:0 0 23px 6px #c9c9c9}.admin_logo_img__enc4P{margin-top:6%;width:60%;margin-left:20%;height:16vw}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb{width:100%;height:480px;padding-top:2%;margin-top:4%}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li{position:relative;list-style:none;width:92%;height:auto;margin-left:8%;display:block;margin-bottom:1%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;z-index:99}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_styles__nDGCC{position:relative;list-style:none;width:100%;height:18vw;background-color:#fff;border-top-left-radius:60px;border-bottom-left-radius:60px;display:block;background:none;transition:all .3s}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_styles1__E_nuX{position:relative;list-style:none;width:100%;height:18vw}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_icon___wnHZ{font-size:7vw;width:auto;padding-top:7%;margin-left:10%}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_arrows__pJi8N .admin_bottom__nA1Z6,.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_arrows__pJi8N .admin_top__zCJ6i,.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li .admin_title__rXXQB{font-size:7vw}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li ul{clear:both;margin-bottom:0;height:auto;background:none}.admin_leftPanel__DS91_ .admin_menu_Links__YqScb li ul li{font-size:7vw;width:100%;padding:0 4% 9% 5%;height:auto;margin-left:0;margin-top:-2%}.admin_admin__nFTmf .admin_refresh__IBdx4{position:absolute;bottom:1%;right:1%;position:fixed;width:10vw;height:10vw}.admin_admin__nFTmf .admin_refresh__IBdx4 .admin_icon___wnHZ{font-size:7vw;margin-top:14%;margin-left:14%}}.AboutUs_aboutUs__M077y{width:100%;height:auto;margin-top:5%}.AboutUs_aboutUs__M077y .AboutUs_banner__jniIw{position:relative;width:100%;height:60vh;background-color:#fafbf8}.AboutUs_aboutUs__M077y .AboutUs_banner__jniIw .AboutUs_imgs__IcEC1{width:100%;height:auto}.AboutUs_aboutUs__M077y .AboutUs_heading__bUClY{position:absolute;top:37%;right:40%}.AboutUs_aboutUs__M077y .AboutUs_heading__bUClY .AboutUs_title___Goss{color:#fb0101;font-size:65px;text-shadow:0 0 10px #ddd}.AboutUs_aboutUs__M077y .AboutUs_heading__bUClY .AboutUs_path__PNXHt{font-size:26px;padding-top:5%;padding-left:12%;color:#3f3f3f}.AboutUs_aboutUs__M077y .AboutUs_heading__bUClY .AboutUs_path__PNXHt a:hover{color:red}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1{height:auto;width:100%;padding-bottom:3%;background-color:#fbfbfb}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 h1{padding-top:3%;width:100%;margin-top:0;text-align:center}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 p{margin-bottom:5%;text-align:center}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74{display:flex}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74 .AboutUs_card__Qea3A{margin-left:3%;margin-bottom:2%;width:400px;overflow:hidden;height:auto}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74 .AboutUs_card__Qea3A .AboutUs_icons__aw3tE{width:100%;font-size:40px;padding-top:5%;color:#10b7e6;padding-left:10%}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74 .AboutUs_card__Qea3A .AboutUs_title___Goss{margin-top:2%;font-size:13px;color:#036783;padding-left:10%}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74 .AboutUs_card__Qea3A .AboutUs_details__uc3Hl{width:90%;margin-top:2%;font-size:16px;padding-bottom:2%;padding-left:10%;color:#3e3e3e;word-break:keep-all}.AboutUs_aboutUs__M077y .AboutUs_crew__ziRbi{width:100%;height:auto;margin-top:4%}.AboutUs_aboutUs__M077y .AboutUs_crew__ziRbi .AboutUs_crewImg__pT_9r{position:relative;margin-left:20%;width:60%;height:33vw}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU{background-color:#fbfbfb;width:100%;height:auto;margin-top:-2%;padding-bottom:7%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU h1{text-align:center;font-size:35px;padding-top:3%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL{width:100%;display:flex;height:auto;margin-top:6%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_left__yMjO_{width:50%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_left__yMjO_ .AboutUs_imgs__IcEC1{width:70%;margin-left:15%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_left__yMjO_ .AboutUs_FoodImage__cNBgF{position:relative;width:70%;height:28vw;margin-left:15%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_left__yMjO_ .AboutUs_Nescafe__Kb0m2{position:relative;width:70%;height:28vw}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_right__fqqQW{width:50%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_right__fqqQW h1{font-size:20px;text-align:left;text-transform:uppercase}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_right__fqqQW p{word-break:keep-all;width:80%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_right__fqqQW p:first-letter{font-size:1.5rem;font-weight:700;color:#e90071}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe{width:100%;display:flex;height:auto;margin-top:3%;flex-direction:row-reverse}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_left__yMjO_{width:50%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_left__yMjO_ .AboutUs_imgs__IcEC1{width:70%;margin-right:15%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_right__fqqQW{width:50%;padding-left:8%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_right__fqqQW h1{font-size:20px;text-align:left;text-transform:uppercase}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_right__fqqQW p{word-break:keep-all;width:80%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_right__fqqQW p:first-letter{font-size:1.5rem;font-weight:700;color:#e90071}@media only screen and (min-device-width:0px) and (max-device-width:1000px){.AboutUs_aboutUs__M077y{margin-top:20vw}.AboutUs_aboutUs__M077y .AboutUs_banner__jniIw{height:35vw}.AboutUs_aboutUs__M077y .AboutUs_heading__bUClY{position:absolute;top:30%;right:35%}.AboutUs_aboutUs__M077y .AboutUs_heading__bUClY .AboutUs_title___Goss{padding-left:10%;font-size:6vw}.AboutUs_aboutUs__M077y .AboutUs_heading__bUClY .AboutUs_path__PNXHt{font-size:4vw;padding-left:0}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1{padding-bottom:5%}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 h1{padding-top:5%;font-size:4.5vw}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 p{font-size:3.5vw}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74{flex-wrap:wrap}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74 .AboutUs_card__Qea3A{margin-left:4%;margin-bottom:0;width:92%}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74 .AboutUs_card__Qea3A .AboutUs_icons__aw3tE{font-size:5vw;margin-bottom:0}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74 .AboutUs_card__Qea3A .AboutUs_title___Goss{margin-top:0;font-size:3vw}.AboutUs_aboutUs__M077y .AboutUs_provide__UHgZ1 .AboutUs_cards__mcK74 .AboutUs_card__Qea3A .AboutUs_details__uc3Hl{font-size:3.2vw}.AboutUs_aboutUs__M077y .AboutUs_crew__ziRbi .AboutUs_crewImg__pT_9r{margin-left:10%;width:80%;height:45vw}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU{margin-top:0;padding-bottom:0}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU h1{font-size:6vw}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL{width:100%;flex-wrap:wrap;margin-top:1%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_left__yMjO_{width:100%;display:flex;justify-content:center}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_left__yMjO_ .AboutUs_imgs__IcEC1{width:40%;margin-left:0}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_left__yMjO_ .AboutUs_FoodImage__cNBgF{position:relative;width:40%;height:30vw;margin-left:0}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_left__yMjO_ .AboutUs_Nescafe__Kb0m2{position:relative;width:40%;height:30vw}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_right__fqqQW{width:50%}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_right__fqqQW h1{font-size:4vw;width:100vw;margin-left:0;text-align:center}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_right__fqqQW p{padding-left:4vw;width:96vw;font-size:3.5vw}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard__lxKEL .AboutUs_right__fqqQW p:first-letter{font-size:4.5vw}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe{width:100%;display:flex;height:auto;margin-top:3%;flex-direction:row;flex-wrap:wrap}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_left__yMjO_{width:100%;display:flex;justify-content:center}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_right__fqqQW{width:50%;padding-left:0}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_right__fqqQW h1{font-size:4vw;width:100vw;margin-left:0;text-align:center}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_right__fqqQW p{padding-left:4vw;width:96vw;font-size:3.5vw}.AboutUs_aboutUs__M077y .AboutUs_canteenSection__BwjUU .AboutUs_FullCard1__pyEUe .AboutUs_right__fqqQW p:first-letter{font-size:4.5vw}}