@font-face {
  font-family: Gilroy;
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-Medium.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-purple-cbcc: #823a8f;
  --swiggy-black: #02060c;
  --white: white;
  --seashell: #fdf3ee;
  --dark-magenta: #6a0e60;
  --alley-component-library-gray--0: #dedfe3;
  --alley-component-library-neutral--white: white;
  --alley-component-library-gray--300: #868898;
  --alley-component-library-blue--900: #5167f6;
  --alley-component-library-gray--900: #131316;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.welcome-benefit {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f8efff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 60px 24px;
  display: flex;
  position: relative;
}

.container-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.title-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.text-5 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-5.heading-2 {
  color: var(--dark-purple-cbcc);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
}

.columns-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: auto;
  display: flex;
}

.image-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-6 {
  color: var(--swiggy-black);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.text-7 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

.description-2 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.mc-bonus-benefits {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 24px 60px;
  font-family: Gilroy, Arial, sans-serif;
  display: flex;
}

.columns-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.intro.bonus-benefits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: Gilroy, Arial, sans-serif;
}

.title {
  color: var(--swiggy-black);
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.description-3 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 17px;
  display: flex;
}

.image-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-b3--reg {
  color: var(--swiggy-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.description-4 {
  color: var(--swiggy-black);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.description-0 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.body-b3--reg-2 {
  color: var(--swiggy-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.description-5 {
  color: var(--swiggy-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.description-6 {
  color: var(--swiggy-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.content-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-9 {
  color: var(--dark-purple-cbcc);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.image-1723 {
  object-fit: cover;
  margin-top: 10px;
}

.apply-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 78px 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.small-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding: 32px;
  display: flex;
}

.text-100 {
  color: var(--dark-purple-cbcc);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.text-100.text-100-mobile {
  display: none;
}

.error-a2da0743-eb64-7ecf-c2a3-ce61d4530b63 {
  color: #212121;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}

._10-cvp {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.small-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.column-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.image-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  display: flex;
}

.calculator-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-2 {
  color: var(--swiggy-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

._5-cvp {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.hero-stack {
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: #823a8f00;
  background-image: linear-gradient(#0000, #0000);
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #823a8f;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.button-primary-3 {
  background-color: var(--dark-purple-cbcc);
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  color: var(--white);
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 120%;
}

.column-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-3 {
  color: var(--swiggy-black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.description-9 {
  color: #333;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

._1-cvp {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.column-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-4 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.description-10 {
  color: #333;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.heading-2 {
  text-align: center;
}

.compliments-subheader {
  color: var(--dark-purple-cbcc);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.compliments-subheader.heading-2 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: static;
}

.bold-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-block-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  color: #333;
  text-align: left;
  font-size: 18px;
}

.bold-text-3 {
  font-size: 18px;
}

.navbar-logo-left {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-2 {
  max-width: 156px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.div-block {
  color: #fff;
  background-color: #d88080;
  background-image: linear-gradient(#531d66, #8b307d 36%, #af62cb);
}

.body {
  background-color: #0000;
  font-family: Gilroy, Arial, sans-serif;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  object-fit: fill;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 59%;
  display: flex;
}

.hero-split.left-hero-split {
  max-width: 41%;
}

.margin-bottom-24px-2 {
  color: var(--seashell);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button-primary-3 {
  background-color: var(--white);
  color: var(--dark-magenta);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 12px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary-3:hover {
  background-color: var(--white);
  color: var(--dark-magenta);
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.button-primary, .button-primary-3.apply-now-mobile {
  display: none;
}

.shadow-two {
  width: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-1725 {
  max-width: 100%;
}

.div-block-2 {
  margin-bottom: 25px;
  position: relative;
}

.image-1727 {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-1727.position-left {
  transform-style: preserve-3d;
  left: 0;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bold-text-4 {
  color: var(--swiggy-black);
}

.text-block-3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-3 {
  text-align: center;
}

.columns-4 {
  margin-top: 40px;
}

.text-block-4, .text-block-5, .text-block-6 {
  font-size: 16px;
  line-height: 150%;
}

.a-paragraph-regular {
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.a-faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.a-faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.a-faq-arrow {
  border: 1px solid var(--alley-component-library-gray--0);
  background-color: var(--alley-component-library-neutral--white);
  color: var(--alley-component-library-gray--300);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Gilroy, Arial, sans-serif;
  display: flex;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-subheading-large:hover {
  color: var(--dark-purple-cbcc);
}

.a-faq-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.a-faq-title-wrapper:hover {
  color: var(--dark-purple-cbcc);
}

.a-faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.a-faq-toggle:hover {
  color: var(--dark-purple-cbcc);
}

.a-faq-dropdown {
  border-bottom: 1px solid var(--alley-component-library-gray--0);
  background-color: #fff;
  padding: 24px 32px;
  transition: all .3s;
  display: block;
}

.a-faq-dropdown.a-faq-remove-line {
  border-bottom-style: none;
}

.a-faq-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.a-h3-heading {
  color: var(--dark-purple-cbcc);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 1.2;
}

.a-title-wrap-center-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 10px 5% 40px;
  position: relative;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #333;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.link-2 {
  color: var(--dark-purple-cbcc);
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.heading-3 {
  text-align: center;
}

.list-item {
  display: block;
}

.calculator-body {
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 400;
}

.button-primary-4 {
  color: #6a0e60;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 15px;
  padding: 12px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary-4:hover {
  color: #6a0e60;
  background-color: #fff;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.button-primary {
  display: none;
}

.main-heading {
  color: #02060ceb;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
}

.slider-content-heading {
  color: #02060ceb;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.125rem;
}

.slider-content-cashback-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.page-wrapper {
  font-family: Gilroy, Arial, sans-serif;
}

.final-savings-wrap {
  color: #02060ceb;
  background-color: #d3d2d25e;
  background-image: url('https://media-assets.swiggy.com/webflow_images/images/Group-1000007173.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 9.8125rem;
  margin-bottom: 1.25rem;
  font-family: Gilroy, Arial, sans-serif;
  display: flex;
}

.calculator-slider-main-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  font-family: Gilroy, Arial, sans-serif;
  display: flex;
}

.description-11 {
  color: #02060c;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.calculator-section {
  margin-bottom: 4.75rem;
}

.feature-image {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, Arial, sans-serif;
  display: block;
}

.div-block-4 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.grey-link-block {
  display: none;
}

.link-3 {
  color: #823a8f;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.apply-wrapper, .benefits-wrapper {
  display: none;
}

.content-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.slider-content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.card-image {
  width: 220px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: -30px;
  font-family: Gilroy, Arial, sans-serif;
}

.body-b3--reg-3 {
  color: #02060c;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.body-b3--reg-4 {
  color: #02060c;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.rupees-icon {
  color: #02060c73;
  letter-spacing: -.3px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.header-tag {
  color: #02060c73;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.barcode {
  object-fit: cover;
  margin-top: 10px;
}

.title-5 {
  color: #02060c;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.description-12 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.cashback-text {
  color: #02060c73;
  font-family: Gilroy, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.125rem;
}

.amount-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.description-13 {
  color: #000;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-align-center {
  color: #02060ceb;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.columns-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.column-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.month-span {
  color: #22222296;
  font-size: .75rem;
  font-weight: 400;
}

.image-1728 {
  display: none;
}

.description-14 {
  color: #02060c;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.orange-cta {
  color: #fff;
  text-align: center;
  background-color: #f15700;
  border-radius: 8px;
  width: 100%;
  padding: 1.0625rem 1.5rem;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.125rem;
  box-shadow: 0 4px 8px #1b1e2414;
}

.orange-cta.calc {
  letter-spacing: -.3px;
  font-family: Gilroy, Arial, sans-serif;
}

.orange-cta.hide-desktop {
  font-family: Gilroy, Arial, sans-serif;
  display: none;
}

.orange-cta.all-caps {
  text-transform: uppercase;
  font-family: Gilroy, Arial, sans-serif;
}

.card-benefits-desktop {
  margin-top: 40px;
  font-family: Gilroy, Arial, sans-serif;
}

.description-15 {
  color: #02060c;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.amount {
  color: #02060ceb;
  letter-spacing: -.4px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.75rem;
}

.main-calculator {
  border: 2px solid #f2f2f2;
  border-radius: 56px;
  margin-top: 2.5rem;
  margin-bottom: 115px;
  padding: 1.5rem 2rem 3rem;
  font-family: Gilroy, Arial, sans-serif;
}

.text-101 {
  color: #823a8f;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.text-101.text-100-mobile {
  display: none;
}

.slider-content-heading-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.slider-content-heading-wrap.top {
  font-family: Gilroy, Arial, sans-serif;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.card-benefits-mobile {
  display: none;
}

.content-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Gilroy, Arial, sans-serif;
}

.hero-section {
  flex-direction: column;
  align-items: center;
  margin-top: -120px;
  display: flex;
}

.desktop-main-container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.center-div {
  flex-direction: column;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

.final-savings-amount {
  color: #02060ceb;
  text-align: center;
  letter-spacing: -.4px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.75rem;
}

.image-1729 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-track {
  cursor: pointer;
  background-color: #0000001c;
  border-radius: 50px;
  width: 100%;
  height: 8px;
  position: relative;
}

.slider-fill {
  background-image: linear-gradient(135deg, #ffb23f, #ef7414);
  border-radius: 50px;
  width: 4rem;
  height: 8px;
  position: absolute;
}

.slider-dot {
  background-color: #fff;
  border: 1px solid #02060c26;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-family: Gilroy, Arial, sans-serif;
  position: absolute;
}

.success-wrapper {
  color: #02060ceb;
  background-color: #b5e478;
  border-radius: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 9.8125rem;
  margin-bottom: 1.25rem;
  padding: 2rem;
  display: flex;
}

.final-amount-text {
  color: #02060ceb;
  text-align: center;
  letter-spacing: -.4px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.125rem;
}

.success-text-wrapper {
  display: flex;
}

.rupee-sign {
  color: #4d474194;
  margin-right: 5px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.125rem;
}

.emoji {
  width: 4.5rem;
  margin-right: 1.5rem;
}

.total-savings {
  color: #5f5952;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.text-span {
  text-transform: none;
}

.fs_rangeslider_input, .banner_card.hidden {
  display: none;
}

.final_saving_amount_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.container-10 {
  padding: 358px;
}

.digit_container {
  border: 2px #000;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
}

.heading-4 {
  color: #02060ceb;
  text-align: center;
  letter-spacing: -1px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
}

.calculator-redirect-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template-rows: auto;
  margin-top: 40px;
}

.calculator-redirect-tag {
  color: #823a8f;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.calculator-redirect-heading {
  color: #02060ceb;
  letter-spacing: -.6px;
  margin-bottom: 40px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
}

.calculator-redirect-phone {
  display: none;
}

.image-1730 {
  width: 1145px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.chips {
  width: 166px;
}

.chips._2 {
  width: 90px;
}

.calculator-img {
  width: 320px;
}

.card-benefit-wrapper {
  display: none;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.chips-wrapper {
  font-family: Gilroy, Arial, sans-serif;
}

.chips-img {
  width: 60px;
  font-family: Gilroy, Arial, sans-serif;
}

.chips-img.left {
  margin-left: -3px;
}

.chips-img.left._2 {
  width: 50px;
}

.chips-img._1 {
  width: 32px;
}

.image-1732 {
  font-family: Gilroy, Arial, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.contentsectionheader {
  display: flex;
}

.main {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  flex: 1;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heroimage {
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.contentsection {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.image-8 {
  width: 300px;
  margin-right: 36px;
  font-family: Gilroy, Arial, sans-serif;
}

.herocontent {
  margin-left: 0;
  padding-left: 0;
}

.footer {
  color: #000;
  background-color: #ede1cb;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 80px;
  padding-left: 0;
  display: block;
}

.itemcard {
  flex: auto;
  width: 239px;
  min-width: 120px;
  max-width: 240px;
  padding-right: 0;
}

.image-12 {
  height: 36px;
  padding-bottom: 0;
}

.text-block {
  padding-bottom: 12px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.contentheader {
  color: #000;
  border-bottom: 3px solid #ff5200;
  margin-top: 56px;
  padding-bottom: 5px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.image-13 {
  height: 36px;
  margin-top: 12px;
}

.herosection {
  flex: 1;
  justify-content: flex-start;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.herosection.heroimagesectiom {
  flex: 1;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.applinks {
  flex-flow: column;
  margin-left: 100px;
  display: flex;
}

.image-7 {
  width: 300px;
  margin-left: 0;
  margin-right: 36px;
  font-family: Gilroy, Arial, sans-serif;
}

.image-11 {
  width: 240px;
}

.header {
  background-color: #cafe33;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-flow: row;
  display: flex;
}

.image-2 {
  width: 115px;
  height: 50px;
  margin-top: 24px;
  margin-left: 0;
}

.itemimage {
  width: auto;
  height: auto;
  margin-top: 12px;
}

.footerlinksection {
  color: #000;
  flex-flow: column;
  display: flex;
}

.footercontentwrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.image-1733 {
  width: 284px;
  max-width: none;
  height: auto;
  margin-top: 137px;
  font-family: Gilroy, Arial, sans-serif;
  position: static;
}

.contentwrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.image-1734 {
  vertical-align: baseline;
  width: 350px;
  max-width: none;
  margin-top: 164px;
  margin-left: 0;
  font-family: Gilroy, Arial, sans-serif;
  position: absolute;
  top: 107px;
  left: 16px;
}

.image-10 {
  width: 240px;
  font-family: Gilroy, Arial, sans-serif;
}

.heading-9 {
  margin-top: 90px;
  font-family: Gilroy, Arial, sans-serif;
}

.featurecardswrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.herocontentwrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.hero {
  flex-flow: wrap;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 154px;
  height: auto;
  margin-top: 255px;
}

.left {
  border-bottom-left-radius: 32px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.logo {
  min-width: auto;
  max-width: 1024px;
  font-family: Gilroy, Arial, sans-serif;
}

.featurecard {
  margin-top: 20px;
}

.footerlink {
  pointer-events: auto;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  padding-bottom: 12px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.rightimage {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.image-9 {
  width: 300px;
  font-family: Gilroy, Arial, sans-serif;
}

.footercontent {
  max-width: 1024px;
  margin-top: 24px;
  margin-left: 0;
  display: flex;
}

.image-6 {
  width: 230px;
  max-width: none;
}

.herocta {
  margin-top: 24px;
  font-family: Gilroy, Arial, sans-serif;
}

.itemscardwrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.image-3 {
  width: 224px;
  height: 48px;
}

.content-7 {
  background-color: #fffdf3;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}

.body-2, .body-3, .body-4 {
  font-family: Gilroy, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .columns-2, .columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .container-4, .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-primary-3.apply-now-button {
    display: none;
  }

  .button-primary-3.apply-now-mobile {
    display: block;
  }

  .a-faq-content {
    width: 100%;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-4 {
    display: none;
  }

  .columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .container-9 {
    max-width: 728px;
  }

  .orange-cta.hide-desktop {
    font-family: Gilroy, Arial, sans-serif;
  }

  .banner_card.hidden {
    display: none;
  }

  .final_saving_amount_wrapper {
    flex-direction: row;
    display: flex;
  }

  .contentsection {
    margin-left: 0;
    margin-right: 0;
  }

  .image-8 {
    margin-right: 0;
  }

  .herocontent {
    margin-left: 0;
    padding-left: 0;
  }

  .itemcard {
    width: 227px;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .contentheader {
    margin-bottom: 24px;
  }

  .image-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-11 {
    width: auto;
  }

  .image-2 {
    margin-left: 0;
  }

  .itemimage {
    width: 100%;
    margin-top: 0;
  }

  .footercontentwrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-1733 {
    width: 250px;
  }

  .image-14 {
    max-width: 100%;
  }

  .contentwrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-1734 {
    width: 307px;
    margin-top: 148px;
  }

  .image-10 {
    width: auto;
  }

  .featurecardswrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .herocontentwrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .left {
    display: none;
  }

  .featurecard {
    margin-top: 0;
  }

  .footercontent {
    margin-left: 0;
  }

  .herocta {
    margin-top: 24px;
  }

  .itemscardwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .button-primary-3.apply-now-button {
    display: none;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .feature-image {
    width: 90%;
  }

  .orange-cta.hide-desktop {
    font-family: Gilroy, Arial, sans-serif;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .emoji {
    width: 5.5rem;
  }

  .featurecardswrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: wrap;
    display: flex;
  }

  .image-9 {
    width: 300px;
  }

  .itemscardwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-family: Gilroy, sans-serif;
    font-weight: 900;
  }

  h3 {
    color: #02060ceb;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy, Arial, sans-serif;
    font-size: .8125rem;
    font-weight: 900;
    line-height: 1.375rem;
  }

  .welcome-benefit {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-5.heading-2 {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
  }

  .image-4 {
    max-width: 80%;
  }

  .text-6 {
    font-size: 24px;
  }

  .text-7 {
    font-size: 16px;
  }

  .description-2 {
    color: var(--swiggy-black);
    font-size: 14px;
  }

  .mc-bonus-benefits {
    padding: 20px 16px;
  }

  .columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-2 {
    align-items: center;
  }

  .intro.bonus-benefits {
    align-items: center;
    margin-bottom: 20px;
  }

  .title {
    font-size: 24px;
  }

  .description-3 {
    text-align: center;
  }

  .body-b3--reg, .description-4, .description-0, .body-b3--reg-2, .description-5, .description-6 {
    font-size: 14px;
  }

  .text-9 {
    padding-bottom: 10px;
    font-size: 28px;
  }

  .image-1723 {
    display: none;
  }

  .apply-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 16px;
  }

  .small-container-2 {
    padding: 0;
  }

  .text-100 {
    font-size: 28px;
    display: none;
  }

  .text-100.text-100-mobile {
    display: block;
  }

  .error-a2da0743-eb64-7ecf-c2a3-ce61d4530b63 {
    font-size: 14px;
    display: none;
  }

  .small-columns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .small-columns.mobile-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column-reverse;
  }

  .column-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .image-wrapper-5 {
    text-align: left;
    flex-flow: wrap;
    place-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    max-width: 80%;
    height: auto;
    display: flex;
  }

  .calculator-image {
    text-align: left;
    max-width: 60%;
    height: 100%;
  }

  .title-2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  ._5-cvp {
    flex-direction: row;
  }

  .hero-stack {
    border: 1px solid #fff;
    border-radius: 0;
  }

  .container-4 {
    max-width: none;
  }

  .hero-wrapper-two {
    flex-direction: column;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
  }

  .button-primary {
    text-align: center;
    margin-top: 10px;
  }

  .hero-image.shadow-two {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
    line-height: 150%;
  }

  .title-3 {
    text-align: center;
    font-size: 20px;
  }

  .description-9 {
    text-align: center;
    font-size: 12px;
  }

  .title-4 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 120%;
  }

  .description-10 {
    text-align: center;
    font-size: 12px;
  }

  .compliments-subheader {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 120%;
  }

  .compliments-subheader.heading-2 {
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
  }

  .bold-text {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-2 {
    text-align: center;
    font-size: 12px;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }

  .bold-text-3 {
    font-size: 14px;
    font-weight: 400;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two {
    color: var(--swiggy-black);
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    color: var(--swiggy-black);
  }

  .hero-heading-left {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-6 {
    max-width: none;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
  }

  .hero-split {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-split.left-hero-split {
    max-width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    font-size: 14px;
  }

  .button-primary-3 {
    text-align: left;
    align-self: center;
    display: block;
  }

  .button-primary-3:active {
    background-color: var(--white);
    -webkit-text-stroke-color: var(--dark-purple-cbcc);
  }

  .button-primary-3.button-primary {
    color: var(--white);
    margin-top: 20px;
    display: block;
  }

  .button-primary-3.button-primary:hover {
    background-color: var(--dark-purple-cbcc);
  }

  .button-primary-3.apply-now-button {
    display: none;
  }

  .button-primary-3.apply-now-mobile {
    display: block;
  }

  .image-1725 {
    max-width: 80%;
  }

  .image-1727 {
    opacity: 0;
    width: 100px;
    max-width: 100%;
  }

  .image-1727.position-left {
    opacity: 0;
    width: 100px;
  }

  .bold-text-4 {
    text-align: center;
    font-size: 20px;
    line-height: 120%;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .columns-4 {
    margin-top: 20px;
  }

  .text-block-4, .text-block-5, .text-block-6, .a-paragraph-regular {
    font-size: 14px;
  }

  .a-subheading-large {
    font-size: 16px;
  }

  .a-faq-dropdown {
    padding: 8px 0;
  }

  .a-faq-grid-wrapper {
    margin-top: 20px;
  }

  .a-h3-heading {
    font-size: 28px;
  }

  .a-section-regular {
    padding: 20px 16px;
  }

  .footer-dark {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-7 {
    max-width: none;
  }

  .footer-block {
    text-align: center;
  }

  .link-2 {
    font-size: 14px;
  }

  .column-9 {
    margin-bottom: 30px;
  }

  .column-10 {
    padding-bottom: 20px;
  }

  .column-11 {
    margin-bottom: 30px;
  }

  .container-8 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .heading-3 {
    font-family: Gilroy, Arial, sans-serif;
  }

  .italic-text {
    font-size: 18px;
  }

  .calculator-body {
    background-color: #f0f0f5;
  }

  .button-primary-4 {
    text-align: left;
    align-self: center;
    display: block;
  }

  .button-primary-4:active {
    -webkit-text-stroke-color: #823a8f;
    background-color: #fff;
  }

  .button-primary-4.button-primary {
    color: #fff;
    margin-top: 20px;
    display: block;
  }

  .button-primary-4.button-primary:hover {
    background-color: #823a8f;
  }

  .main-heading {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy, Arial, sans-serif;
    font-size: 2.2rem;
  }

  .slider-content-heading {
    letter-spacing: -.2px;
  }

  .slider-content-cashback-wrap {
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }

  .final-savings-wrap {
    background-color: #0000;
    background-image: url('https://media-assets.swiggy.com/webflow_images/images/Group-1116601567.svg'), linear-gradient(#dadbe35e, #dadbe300);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    height: 7.625rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .description-11 {
    font-size: 14px;
  }

  .padding-section-medium {
    padding-bottom: 0;
  }

  .calculator-section {
    margin-bottom: 0;
  }

  .feature-image {
    width: 100%;
  }

  .benefits-card {
    background-color: #fff;
    border-radius: 24px;
    padding: 1rem .8rem;
  }

  .grey-link-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #02060c99;
    letter-spacing: -.1px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    font-family: Gilroy, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    display: flex;
  }

  .link-3 {
    font-size: 14px;
  }

  .apply-wrapper {
    background-color: #f8efff;
    padding: 4.6875rem 1.25rem 7.5rem;
    display: block;
  }

  .benefits-wrapper {
    background-color: #f8efff;
    padding-top: 2.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .content-5 {
    align-items: center;
  }

  .text-size-small.text-align-center {
    color: #02060c99;
    letter-spacing: -.3px;
    font-family: Gilroy, Arial, sans-serif;
  }

  .card-image {
    width: 180px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: -20px;
  }

  .body-b3--reg-3 {
    font-size: 14px;
  }

  .card-benefits-section {
    padding-bottom: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .benefits-card-subtext {
    color: #02060cbf;
    letter-spacing: -.3px;
    font-family: Gilroy, Arial, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1rem;
  }

  .body-b3--reg-4 {
    font-size: 14px;
  }

  .header-tag {
    margin-bottom: 0;
    font-size: .75rem;
  }

  .barcode {
    display: none;
  }

  .title-5 {
    font-size: 24px;
  }

  .description-12 {
    font-size: 14px;
  }

  .spacer-medium.mobile {
    padding-top: 0;
    display: none;
  }

  .benefits-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 1.25rem;
  }

  .description-13 {
    text-align: center;
  }

  .text-align-center {
    color: #02060ceb;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy, Arial, sans-serif;
  }

  .card-benefit-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .columns-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .benefits-icon {
    width: 44px;
    margin-bottom: 6px;
  }

  .orange-link-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #f15700;
    letter-spacing: -.1px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-family: Gilroy, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    display: flex;
  }

  .apply-grid {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
    margin-bottom: 20px;
  }

  .image-1728 {
    margin-bottom: 1rem;
    display: block;
  }

  .description-14 {
    font-size: 14px;
  }

  .container-9 {
    max-width: none;
  }

  .orange-cta {
    letter-spacing: -.3px;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 3.375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Gilroy, Arial, sans-serif;
    line-height: 2rem;
    display: flex;
  }

  .orange-cta.calc {
    display: none;
  }

  .orange-cta.hide-desktop {
    border-radius: 12px;
    font-family: Gilroy, Arial, sans-serif;
    display: flex;
  }

  .apply-subtext {
    color: #02060c73;
    letter-spacing: -.3px;
    margin-bottom: 1.75rem;
    font-family: Gilroy, Arial, sans-serif;
    line-height: 1.25rem;
  }

  .card-benefits-desktop {
    display: none;
  }

  .description-15 {
    font-size: 14px;
  }

  .main-calculator {
    background-color: #fff;
    border-style: none;
    border-color: #c7c7c71a;
    border-radius: 32px;
    margin-top: 1.625rem;
    margin-bottom: 2.8125rem;
    padding-top: 1.25rem;
    padding-left: .875rem;
    padding-right: .875rem;
    box-shadow: 0 0 8px #1b1e2414;
  }

  .apply-heading {
    color: #02060ceb;
    letter-spacing: -.6px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 900;
    line-height: 2.5rem;
  }

  .text-101 {
    font-size: 28px;
    display: none;
  }

  .text-101.text-100-mobile {
    display: block;
  }

  .slider-content-heading-wrap {
    justify-content: space-between;
  }

  .slider-content-heading-wrap.top {
    padding-top: 0;
  }

  .grey-icon {
    margin-top: 1px;
    font-family: Gilroy, Arial, sans-serif;
  }

  .footer-dark-2 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .card-benefits-mobile {
    margin-top: 8px;
    margin-bottom: 16px;
    display: block;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    margin-top: -70px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .center-div {
    margin-top: -80px;
  }

  .final-savings-amount {
    letter-spacing: -.3px;
    flex: 0 auto;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.5rem;
  }

  .slider-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .success-wrapper {
    background-image: none;
    height: 7.625rem;
    padding-left: 1.125rem;
    padding-right: 1.125px;
  }

  .final-amount-text {
    text-align: left;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 900;
  }

  .emoji {
    width: 3.5rem;
  }

  .total-savings {
    font-size: 16px;
  }

  .final_saving_amount_wrapper {
    justify-content: flex-start;
  }

  .heading-4 {
    color: #02060ceb;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 900;
  }

  .grid {
    display: none;
  }

  .calculator-redirect-phone {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .apply-heading-copy {
    color: #02060ceb;
    letter-spacing: -.6px;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Gilroy, Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
  }

  .redirect-phone-tag {
    color: #f15c52;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: Gilroy, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }

  .div-block-6 {
    flex-direction: column;
    display: flex;
  }

  .button-4 {
    text-align: center;
    letter-spacing: -.1px;
    background-color: #000;
    border-radius: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: Gilroy, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
  }

  .chips {
    width: 200px;
  }

  .chips._2 {
    width: 97px;
  }

  .card-benefit-wrapper {
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 1rem;
    padding: 32px 16px;
    display: block;
  }

  .card-benefit-grid {
    grid-column-gap: 9px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .card-benefit-heading {
    color: #02060ceb;
    letter-spacing: -.3px;
    white-space: nowrap;
    word-break: normal;
    margin-bottom: 2px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.125rem;
  }

  .card-benefit-heading.break {
    white-space: normal;
  }

  .card-benefit-subtext {
    color: #02060cbf;
    letter-spacing: -.3px;
    font-size: .8125rem;
    line-height: 1.0625rem;
  }

  .card-benefit-divider {
    margin-top: 1.6875rem;
    margin-bottom: 1.6875rem;
  }

  .div-block-8 {
    margin-right: auto;
  }

  .chips-wrapper {
    align-items: stretch;
    display: flex;
  }

  .chips-img {
    width: 70px;
  }

  .chips-img.left._1 {
    margin-left: -4px;
  }

  .chips-img.left._2 {
    object-fit: cover;
    width: 46px;
    height: 32px;
    margin-left: -5px;
  }

  .chips-img.left._1000 {
    width: 65px;
    height: 32px;
  }

  .chips-img._1 {
    object-fit: cover;
    height: 32px;
    padding-left: 0;
    overflow: visible;
  }

  .shopping-icon {
    width: 32px;
  }

  .image-1731 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-block-7, .heading-5, .text-block-8, .heading-6, .heading-7, .heading-8 {
    font-family: Gilroy, Arial, sans-serif;
  }

  .contentsection {
    margin-left: 0;
    margin-right: 0;
  }

  .herocontent {
    margin-left: 0;
  }

  .footer {
    padding-bottom: 52px;
  }

  .itemcard {
    width: 132px;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block {
    display: none;
  }

  .container {
    max-width: none;
  }

  .contentheader {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .image-13 {
    border-radius: 0;
    margin-top: 0;
  }

  .applinks {
    flex: 1;
    width: 100%;
    margin-left: 0;
  }

  .footerlinksection {
    flex: 1;
    display: flex;
  }

  .image-1733 {
    width: 270px;
    height: auto;
    margin-top: 43px;
    padding-top: 0;
    position: static;
  }

  .contentwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-1734 {
    width: 320px;
    margin-top: 40px;
    top: 166px;
  }

  .heading-9 {
    margin-top: 60px;
    font-size: 30px;
    line-height: 34px;
  }

  .featurecardswrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: wrap;
    max-width: 1024px;
    display: flex;
  }

  .herocontentwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left {
    display: none;
  }

  .featurecard {
    margin-top: 0;
  }

  .applinkwrapper {
    background-color: #110f0d;
    border-radius: 6px;
    justify-content: center;
    margin-top: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .footercontent {
    flex-flow: column;
  }

  .image-6 {
    width: 180px;
  }

  .itemscardwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .content-7 {
    padding-left: 0;
  }
}

#w-node-_486543e6-a0e1-3570-3c5a-470cc61589cc-491fed09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f639a92-0ff8-7d45-ec81-1325fd8ea130-491fed09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d366f6c0-9e9b-133e-074a-e732fc3bac9b-491fed09, #w-node-d366f6c0-9e9b-133e-074a-e732fc3baca4-491fed09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd694413-bcfb-ac95-002f-dfc17dea5073-699499f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cd694413-bcfb-ac95-002f-dfc17dea507a-699499f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d366f6c0-9e9b-133e-074a-e732fc3bac9b-699499f8, #w-node-d366f6c0-9e9b-133e-074a-e732fc3baca4-699499f8, #w-node-_6d605c3e-3c9e-6a8b-af9c-24efa09d67b0-9df7b4df, #w-node-_6d605c3e-3c9e-6a8b-af9c-24efa09d67bb-9df7b4df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_3d3ec3e0-3501-4595-4daf-58463298c88d-491fed09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d3ec3e0-3501-4595-4daf-58463298c890-491fed09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-cd694413-bcfb-ac95-002f-dfc17dea507d-699499f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd694413-bcfb-ac95-002f-dfc17dea5086-699499f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_3af5fd43-9868-1467-1b30-7fa81b9db2c7-9df7b4df, #w-node-a803b3f0-83db-32bd-8a7f-ef9dbefdd6fe-9df7b4df, #w-node-e1fbd8a2-4d47-c02c-a319-f0953fe25529-9df7b4df, #w-node-_84eec27d-c0da-700e-51bc-c8001eba69e5-9df7b4df, #w-node-_84eec27d-c0da-700e-51bc-c8001eba69e6-9df7b4df, #w-node-_84eec27d-c0da-700e-51bc-c8001eba69eb-9df7b4df, #w-node-_3a5c1e62-d29f-e4c4-d19c-9e28f03d4bdc-9df7b4df, #w-node-_3a5c1e62-d29f-e4c4-d19c-9e28f03d4bdd-9df7b4df, #w-node-_3a5c1e62-d29f-e4c4-d19c-9e28f03d4be2-9df7b4df, #w-node-_7fbfc214-f243-d204-17be-5cc4cdc109d3-9df7b4df, #w-node-_7fbfc214-f243-d204-17be-5cc4cdc109d4-9df7b4df, #w-node-_7fbfc214-f243-d204-17be-5cc4cdc109d9-9df7b4df, #w-node-_6d605c3e-3c9e-6a8b-af9c-24efa09d6749-9df7b4df, #w-node-_6d605c3e-3c9e-6a8b-af9c-24efa09d674f-9df7b4df, #w-node-_6d605c3e-3c9e-6a8b-af9c-24efa09d6755-9df7b4df, #w-node-_6d605c3e-3c9e-6a8b-af9c-24efa09d675b-9df7b4df, #w-node-_6d605c3e-3c9e-6a8b-af9c-24efa09d6767-9df7b4df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d605c3e-3c9e-6a8b-af9c-24efa09d676a-9df7b4df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://media-assets.swiggy.com/dls-web-assets/dls/fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}