:root {
  --saddle-brown: #693d30;
  --white-smoke-3: #f3efee;
  --light-grey: #ddd0cc;
  --white: white;
  --white-smoke: #f3f4f7;
  --white-smoke-2: #eee;
  --gold: #fdd007;
  --light-grey-2: lightgrey;
  --black: black;
}

.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-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-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

h3 {
  color: var(--saddle-brown);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

strong {
  color: var(--saddle-brown);
  font-weight: 400;
}

.dropdown-3 {
  width: 100%;
}

.dropdown-3.hidedr {
  display: block;
}

.dropdown-link-10 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link-10.w--current {
  color: #000;
  font-weight: 500;
}

.text-block-25 {
  font-family: Montserrat, sans-serif;
}

.icon-2 {
  color: #202a3b;
  font-size: 16px;
}

.icon-2.newbrown1 {
  color: #ddd0cc;
  font-size: 14px;
}

.icon-2.newbrown1:hover {
  color: #fff;
}

.navbar-2 {
  background-color: #000000a8;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.navbar-2.brownnav {
  background-color: #0000;
}

.dropdown-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.dropdown-2:hover {
  color: #fdd007;
}

.section-navbar-2 {
  z-index: 900;
  position: sticky;
  top: 0;
}

.dropdown-toggle-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-toggle-4:hover, .dropdown-toggle-4:focus {
  color: #fdd007;
}

.dropdown-toggle-4.apply {
  color: #000;
  background-color: #fdd007;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

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

.text-block-22.newbrown {
  font-size: 14px;
  font-weight: 400;
}

.text-block-22.newbrown:hover {
  color: #fff;
}

.text-block-22.newbrown._1 {
  text-transform: none;
}

.text-block-22.newbrown._1.drlink {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
}

.image-16 {
  display: none;
}

.dropdown-link-3 {
  font-size: 16px;
}

.dropdown-link-3.w--current {
  color: #000;
  font-weight: 500;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 30px;
  padding: 0 15px;
  display: inline-block;
}

.dropdown-link-19 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link-19:hover {
  color: #000;
}

.dropdown-link-19.w--current {
  color: #000;
  font-weight: 500;
}

.dropdown-toggle-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link-7 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.dropdown-link-7.w--current {
  color: #000;
  font-weight: 500;
}

.dropdown-link-14 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link-14.w--current {
  color: #000;
  font-weight: 500;
}

.shadow-navbar-2 {
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 14px 25px -25px #202a3b38;
}

.shadow-navbar-2.brown {
  box-shadow: 0 14px 25px -25px #202a3b38;
}

.icon-3 {
  color: #202a3b;
}

.search-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.nav-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1em;
  transition: color .2s ease-out;
}

.nav-link:hover, .nav-link.w--current {
  color: #fdd007;
}

.nav-link.w--current:hover {
  color: var(--saddle-brown);
}

.nav-link.register {
  color: #000;
  background-color: #fdd007;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 1em;
}

.nav-link.register.btn-iaf {
  display: none;
}

.nav-link.team {
  display: block;
}

.nav-link.brown {
  text-transform: uppercase;
  font-size: 15px;
}

.nav-link.brown:hover {
  color: #fff;
}

.nav-link.brown.w--current {
  color: var(--white-smoke-3);
  text-transform: uppercase;
  font-size: 15px;
}

.nav-link.brown.w--current:hover {
  color: #fff;
}

.nav-link.brown.hidenavlink {
  display: none;
}

.nav-link.brown.bgbtn {
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.nav-link.dr1 {
  color: var(--saddle-brown);
  text-transform: uppercase;
}

.dropdown-link-16 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link-16.w--current {
  color: #000;
}

.dropdown-list-4 {
  display: none;
}

.dropdown-toggle-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.dropdown-toggle-3:hover, .dropdown-toggle-3:focus {
  color: #fdd007;
}

.dropdown-list-6 {
  background-color: #fdd007;
  display: none;
}

.dropdown-list-6.w--open {
  top: 0;
  left: -223px;
}

.dropdown-list-6.newbrown {
  background-color: #ddd0cc;
}

.dropdown-list-6.newbrown.w--open {
  inset: 0% 0% auto 100%;
}

.search-input-2 {
  color: #202a3b;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  width: 115px;
  height: 22px;
  margin-bottom: 0;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7em;
  transition: width .2s ease-out;
  display: inline-block;
}

.search-input-2:focus {
  width: 170px;
}

.search-input-2::placeholder {
  color: #202a3b99;
}

.search-input-2.white {
  color: #1b2333;
  background-color: #0000;
}

.search-input-2.white::placeholder {
  color: #fff9;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-menu.brown1.hide {
  display: none;
}

.nav-right-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  flex: none;
  padding: 10px 15px;
}

.button-dark-2 {
  color: #fff;
  background-color: #202a3b;
  border-radius: 5px;
  padding: 13px 26px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  transition: background-color .3s ease-out;
  display: none;
}

.button-dark-2:hover {
  color: #fff;
  background-color: #4eaf4e;
}

.white-fill-navbar-2 {
  box-shadow: none;
  background-color: #fff;
  width: 0%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-left-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 9999;
  object-fit: fill;
  background-color: #000;
  border: 1px solid #000;
  max-width: 100vw;
}

.block-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.link-block-9 {
  color: #000;
  text-decoration: none;
}

.logo-2 {
  z-index: 99999;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
}

.logo-2.brown {
  max-width: 90%;
}

.logo-2.brown.old-hide {
  display: none;
}

.logo-2.brown.v1 {
  width: 220px;
}

.nav-menu-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-2:hover, .nav-menu-2:focus {
  color: #fdd007;
}

.nav-menu-2.newbrown {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.nav-menu-2.newbrown:hover, .nav-menu-2.newbrown:focus {
  color: #fff;
}

.nav-menu-2.newbrown.dr-link {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.1em;
}

.nav-menu-2.newbrown.dr-link.w--open {
  color: var(--light-grey);
}

.dropdown-link-8 {
  color: #000;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link-8.w--current {
  color: #000;
  font-weight: 500;
}

.footerbar {
  background-color: #000;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.column-144.brand-footer {
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
}

.brand-footer-2 {
  flex: none;
  padding: 0 0 0 40px;
}

.image-9 {
  width: 250px;
  margin-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-2.browntxt {
  color: var(--saddle-brown);
}

.image-36 {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  max-width: 500px;
  padding-top: 20px;
}

.grid-16.partnership {
  display: none;
}

.heading-40 {
  color: #fff;
  text-align: center;
  max-width: 1300px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-block-15.partnership {
  color: #fdd007;
  display: none;
}

.text-block-15.headline {
  color: #fff;
  text-transform: capitalize;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-15.headline.slim {
  font-weight: 300;
}

.text-block-15.headline.slim.hidetxt {
  display: none;
}

.section-19 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Bannercropped.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.section-19.incubator {
  background-image: linear-gradient(#00000080, #00000080), url('../images/incubator.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.incubator.iaf {
  background-image: url('../images/Banner-Vidhan-Soudha-4.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-end;
  height: 90vh;
  display: none;
}

.section-45 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-39 {
  width: 100%;
  display: block;
}

.image-40 {
  text-align: center;
  display: none;
}

.section-24 {
  background-color: #151515;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-24.brownbg {
  background-color: var(--light-grey);
}

.section-24.brownbg.desk {
  background-color: var(--white-smoke-3);
}

.section-24.brownbg.home2 {
  background-color: var(--white-smoke-3);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-24.brownbg.home2.hidenow-desk {
  display: none;
}

.container-17 {
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.container-17.hide {
  display: none;
}

.container-17.ello {
  display: block;
}

.container-17.hide-container {
  display: none;
}

.columns-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  padding: 20px;
}

.heading-50 {
  color: var(--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-50.newbrown {
  color: var(--saddle-brown);
  text-align: center;
  font-weight: 400;
}

.section-43 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-43.iaf {
  display: block;
}

.section-43.iaf.brown, .section-43.iaf.brown.desk, .section-43.iaf.brown.faq2 {
  background-color: var(--light-grey);
}

.section-43.brown2 {
  background-color: var(--white);
}

.section-43.brown2.desk, .section-43.brown2.home3 {
  background-color: var(--saddle-brown);
}

.section-43.brown2.home3.v1 {
  background-color: var(--white-smoke);
}

.heading-91 {
  color: #fdd007;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.heading-91.browntxt {
  color: var(--saddle-brown);
  font-size: 35px;
}

.heading-91.browntxt.whttxt {
  color: var(--light-grey);
  margin-bottom: 20px;
  font-weight: 400;
}

.heading-91.browntxt.whttxt.v1 {
  color: var(--saddle-brown);
}

.heading-91.browntxt.whttxt.banner-heading {
  color: var(--saddle-brown);
  margin-bottom: 0;
  font-weight: 600;
}

.heading-91.browntxt.whttxt.banner-subheading {
  color: var(--saddle-brown);
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.heading-91.browntxt.whttxt.banner-subheading.mobhide {
  display: none;
}

.heading-91.browntxt.whttxt.banner-lighttxt {
  color: var(--saddle-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}

.heading-91.browntxt.whttxt.banner-lighttxt.v1 {
  margin-left: 20px;
  margin-right: 20px;
}

.heading-91.browntxt.whttxt.banner-lighttxt.v2, .heading-91.browntxt.whttxt.banner-lighttxt.v11 {
  font-size: 21px;
}

.paragraph-17 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-17.lightbrown {
  color: var(--saddle-brown);
  font-weight: 300;
}

.paragraph-17.lightbrown.ltxt {
  color: var(--light-grey);
}

.paragraph-17.lightbrown.ltxt.v1 {
  color: var(--saddle-brown);
}

.paragraph-17.lightbrown.ltxt.v1.hide-old, .paragraph-17.lightbrown.ltxt.v1.hide1 {
  display: none;
}

.paragraph-17.lightbrown.ltxt.testi-para {
  color: var(--saddle-brown);
  text-align: left;
}

.paragraph-17.lightbrown.ltxt.pro-desc {
  color: var(--saddle-brown);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
}

.paragraph-17.lightbrown._1 {
  color: var(--light-grey);
}

.paragraph-17.lightbrown.short-descr {
  color: var(--saddle-brown);
  font-size: 18px;
  font-style: italic;
}

.paragraph-17.lightbrown.brtxt {
  color: var(--light-grey);
}

.paragraph-17.lightbrown.brtxt.browntxt {
  color: var(--saddle-brown);
}

.paragraph-17.lightbrown.brtxt.browntxt.lightbrtxt, .paragraph-17.lightbrown.whitetxt {
  color: var(--light-grey);
}

.paragraph-17.lightbrown.hashtag {
  font-size: 14px;
}

.paragraph-17.lightbrown.hashtag.hide {
  display: none;
}

.paragraph-17.lightbrown.pro-name {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-17.lightbrown.footer-subtext {
  margin-top: 20px;
  font-size: 17px;
}

.paragraph-17.lightbrown.footer-subtext.hide {
  display: none;
}

.paragraph-17.riight-txt {
  color: var(--saddle-brown);
  text-align: right;
  width: 80%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-17.riight-txt.hidetxt {
  display: none;
}

.paragraph-17.people-pro-detail {
  border-top: 1px solid var(--saddle-brown);
  color: var(--saddle-brown);
  text-align: left;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
}

.section-29 {
  background-color: #151515;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-29.brownbg {
  background-color: var(--white-smoke-2);
}

.section-29.brownbg.desk {
  background-color: var(--saddle-brown);
}

.section-29.brownbg._1, .section-29.brownbg._1.desk, .section-29.brownbg._1.theoey-sec {
  background-color: var(--white-smoke-3);
}

.section-29.brownbg._1.theoey-sec.hide-thoery {
  display: none;
}

.section-29.brownbg._1.theoey-sec.v1 {
  background-color: var(--white-smoke-2);
}

.section-29.brownbg._1.test-slider-sec {
  background-color: var(--light-grey);
  overflow: hidden;
}

.section-29.brownbg._1.test-slider-sec.hide-thoery {
  display: none;
}

.section-29.brownbg._1.test-slider-sec.v1 {
  background-color: var(--white-smoke-2);
}

.section-29.brownbg.home5 {
  background-color: var(--saddle-brown);
}

.container-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.container-22.app-process {
  display: flex;
}

.container-22.register-box {
  display: none;
}

.heading-57 {
  color: #fdd007;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.heading-57.browntxt {
  color: var(--saddle-brown);
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.heading-57.browntxt._1 {
  color: var(--light-grey);
  text-transform: none;
  margin-bottom: 20px;
  font-weight: 400;
}

.heading-57.browntxt._1.mob.txtlight.v1 {
  margin-bottom: 30px;
}

.heading-57.browntxt._2 {
  color: var(--saddle-brown);
  text-transform: none;
}

.heading-57.people-name {
  color: var(--saddle-brown);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

.heading-57.people-desg {
  color: var(--saddle-brown);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3em;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5.hideon-mob {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-95 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px;
  display: flex;
}

.div-block-95.brownbox {
  background-color: var(--light-grey);
  justify-content: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 30px;
}

.div-block-95.brownbox._1 {
  background-color: var(--light-grey);
}

.heading-58 {
  color: #fdd007;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.heading-58.browntxt {
  color: var(--saddle-brown);
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.heading-58.thoery-heading {
  color: var(--saddle-brown);
  text-transform: capitalize;
  margin-top: 0;
  font-weight: 400;
  line-height: 25px;
}

.heading-58.thoery-heading.whitetxt {
  color: var(--light-grey);
  display: none;
}

.heading-58.thoery-heading.v1 {
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.heading-58.thoery-heading.v2 {
  text-transform: none;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 500;
}

.heading-58.newsletterbx0title {
  color: var(--saddle-brown);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.heading-58.newsletterbx0title._1 {
  text-transform: capitalize;
  text-decoration: none;
}

.paragraph-18 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-18.browntxt {
  color: var(--saddle-brown);
  font-size: 13px;
}

.paragraph-18.browntxt.whitetxt {
  color: var(--light-grey);
  font-weight: 400;
}

.paragraph-18.browntxt.v1 {
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-18.toc-right-para {
  color: var(--saddle-brown);
  font-size: 13px;
}

.paragraph-18.toc-right-para.whitetxt {
  color: var(--light-grey);
  font-weight: 400;
}

.paragraph-18.toc-right-para.v1 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 500;
}

.button-11 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fdd007;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.heading-55 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.column-167 {
  padding-left: 40px;
  padding-right: 40px;
}

.button-10 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fdd007;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: none;
}

.button-10.iaf {
  color: #000;
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #fdd007;
  margin-top: 40px;
  display: block;
}

.button-10.iaf.btn-iaf {
  display: none;
}

.heading-54 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
}

.section-27 {
  background-color: #151515;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.heading-53 {
  color: #fdd007;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.section-44 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-44.home {
  background-color: #151515;
}

.section-44.home.brownbg {
  background-color: var(--white-smoke-2);
}

.section-44.home.brownbg.desk {
  background-color: var(--light-grey);
}

.section-44.home.brownbg.desk.hide-sec {
  display: none;
}

.heading-92 {
  color: #fdd007;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.heading-92.browntxt {
  color: var(--saddle-brown);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.heading-92.browntxt._1 {
  color: var(--saddle-brown);
  margin-bottom: 20px;
}

.heading-92.browntxt._1.brtxt {
  color: var(--saddle-brown);
  margin-bottom: 30px;
  font-weight: 400;
}

.heading-92.browntxt._1.brtxt.lightbr {
  color: var(--saddle-brown);
}

.heading-92.browntxt._1.brtxt.lightbr.x {
  margin-bottom: 0;
}

.heading-92.browntxt._1.brtxt.lightbr.x.update {
  color: var(--white-smoke);
}

.heading-92.browntxt._1.brtxt.lightbr.x.update.v1 {
  margin-bottom: 10px;
}

.heading-92.browntxt._1.brtxt.lightbr.x.valedic-title {
  color: var(--white-smoke-3);
}

.heading-92.browntxt._1.brtxt.lightbr.x.valedic-title.v1 {
  margin-bottom: 20px;
}

.heading-92.browntxt.hide {
  display: none;
}

.heading-92.browntxt.lighttxt {
  color: var(--saddle-brown);
  margin-bottom: 20px;
}

.heading-92.browntxt.lighttxt.brtxt {
  color: var(--saddle-brown);
  margin-bottom: 30px;
  font-weight: 400;
}

.heading-92.browntxt.lighttxt.brtxt.lightbr {
  color: var(--saddle-brown);
}

.heading-92.browntxt.lighttxt.brtxt.lightbr.x {
  margin-bottom: 0;
}

.heading-92.browntxt.lighttxt.brtxt.lightbr.x.update {
  color: var(--white-smoke);
}

.heading-92.browntxt.lighttxt.brtxt.lightbr.x.update.v1 {
  margin-bottom: 10px;
}

.heading-92.browntxt.lighttxt.brtxt.lightbr.x.valedic-title {
  color: var(--white-smoke-3);
}

.heading-92.browntxt.lighttxt.brtxt.lightbr.x.valedic-title.v1 {
  margin-bottom: 20px;
}

.heading-92.lighttxt {
  color: var(--saddle-brown);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.heading-92.lighttxt._1 {
  color: var(--saddle-brown);
  margin-bottom: 20px;
}

.heading-92.lighttxt._1.brtxt {
  color: var(--saddle-brown);
  margin-bottom: 30px;
  font-weight: 400;
}

.heading-92.lighttxt._1.brtxt.lightbr {
  color: var(--saddle-brown);
}

.heading-92.lighttxt._1.brtxt.lightbr.x {
  margin-bottom: 0;
}

.heading-92.lighttxt._1.brtxt.lightbr.x.update {
  color: var(--white-smoke);
}

.heading-92.lighttxt._1.brtxt.lightbr.x.update.v1 {
  margin-bottom: 10px;
}

.heading-92.lighttxt._1.brtxt.lightbr.x.valedic-title {
  color: var(--white-smoke-3);
}

.heading-92.lighttxt._1.brtxt.lightbr.x.valedic-title.v1 {
  margin-bottom: 20px;
}

.heading-92.lighttxt.hide {
  display: none;
}

.text-block-53 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}

.grid-17 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  display: none;
}

.div-block-128 {
  background-color: #fff;
  border: 1px #fdd007;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-93 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
}

.section-21 {
  background-color: #e9ebf0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-21.ncore-partners {
  background-color: #f3f4f7;
}

.section-21.ncore-partners.iaf {
  display: none;
}

.paragraph-15 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.heading-49 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.section-46 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-46.brownbg {
  background-color: var(--light-grey);
}

.section-46.brownbg.desk, .section-46.brownbg.home8 {
  background-color: var(--saddle-brown);
}

.section-46.brownbg.home8.update {
  background-color: var(--light-grey);
}

.section-46.brownbg.home8.update.v1.test-ka-valedic {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-46.brownbg.home8.update.v2 {
  background-color: var(--saddle-brown);
}

.section-46.brownbg.home8.update.v2.test-ka-valedic {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-46.brownbg.home8.dark-bg {
  background-color: var(--saddle-brown);
}

.section-46.brownbg.home8.dark-bg.v1.test-ka-valedic {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-46.brownbg.home8.dark-bg.v2 {
  background-color: var(--saddle-brown);
}

.section-46.brownbg.home8.dark-bg.v2.test-ka-valedic {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-46.brownbg.ka3 {
  background-color: var(--saddle-brown);
}

.section-46.brownbg.ka3.update {
  background-color: var(--light-grey);
}

.section-46.brownbg.ka3.update.v1.test-ka-valedic {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-129 {
  background-color: #000;
  border: 3px solid #fdd007;
  padding: 40px;
}

.div-block-129.brownbx {
  border-style: none;
  border-color: var(--light-grey);
  background-color: var(--white-smoke-3);
}

.div-block-129.brownbx.hidedesk {
  display: none;
}

.div-block-129.fellow-slider-bx {
  border-style: none;
  border-color: var(--light-grey);
  background-color: var(--white-smoke-3);
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 0;
  display: flex;
}

.div-block-129.fellow-slider-bx.hidedesk {
  display: none;
}

.div-block-129.fellow-slider-bx.aruna {
  background-image: url('../images/iaf-test-aruna.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding-top: 20px;
}

.grid-19.v2 {
  grid-template-columns: .25fr .75fr;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-94 {
  color: #fdd007;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.heading-94.browntxt {
  color: var(--light-grey);
}

.heading-94.browntxt.brtxt {
  color: var(--saddle-brown);
}

.heading-94.browntxt.brtxt.v1 {
  font-size: 21px;
  font-weight: 500;
}

.heading-94.browntxt.brtxt.pro-name {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2em;
}

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

.grid-18.hidemob {
  display: none;
}

.grid-18.hidemob.quotes-bx-grid {
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.grid-18.hidemob.hide-testi1 {
  display: none;
}

.text-block-54 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.text-block-54.brtxt {
  color: var(--saddle-brown);
}

.heading-47 {
  color: #fdd007;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.paragraph-29 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-29.brtxt {
  color: var(--saddle-brown);
  align-items: stretch;
  display: flex;
}

.paragraph-29.brtxt._1st {
  margin-bottom: 25px;
}

.paragraph-29.brtxt.secnd1 {
  margin-bottom: 0;
}

.paragraph-29.brtxt.testmo-para {
  height: 130px;
  margin-bottom: 0;
}

.paragraph-29.brtxt.v1 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 10px;
  font-style: italic;
}

.paragraph-29.brtxt.desig-txt {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4em;
}

.italic-text-7 {
  font-style: normal;
}

.para {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.para.sub {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-wrapper {
  margin-top: 0;
  padding: 20px;
  display: none;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #f3f4f7;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 15px 30px 5px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 3px 7px #00000008;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 21px;
  line-height: 30px;
}

.bold-text-3 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
}

.accordion-heading {
  color: #000;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.bold-text-4 {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}

.bold-text-4._1 {
  color: var(--light-grey);
}

.submit-button-2 {
  color: #000;
  text-transform: lowercase;
  background-color: #fdd007;
  border-radius: 0;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.submit-button-2.con1 {
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.link-9 {
  color: #fdd007;
}

.link-9.brownlink {
  color: var(--light-grey);
}

.text-block-17 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-17.brown {
  color: var(--white);
}

.text-block-17.brown.centertxt {
  text-align: center;
}

.heading-22 {
  color: #fff;
  text-transform: lowercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.heading-22.brown {
  color: var(--white);
  text-transform: none;
}

.heading-22.brown.centertxt {
  text-align: center;
}

.field-label-2 {
  text-transform: uppercase;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.section-6 {
  color: #000;
  text-transform: none;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-6.con1 {
  background-color: var(--white-smoke-2);
  color: var(--white-smoke-2);
}

.section-6.con1.desk {
  background-image: linear-gradient(#00000080, #00000080), url('../images/parliament.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.section-6.con1.desk.hide {
  display: none;
}

.text-field-3 {
  text-transform: none;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.git {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.git.brown {
  color: var(--white);
}

.image-12 {
  border: 1px solid #fdd007;
  margin-right: 10px;
}

.image-12.brown {
  border-color: var(--light-grey);
}

.checkbox-label {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
}

.form-2 {
  color: #fff;
  background-color: #151515;
  padding: 60px;
}

.form-2.con1 {
  background-color: #693d30c4;
}

.form-2.con1.hideform {
  display: none;
}

.textarea-2 {
  text-transform: none;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  margin-bottom: 40px;
}

.question-text {
  color: #fff;
  text-transform: none;
  flex: 1;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.accordion-body__contents {
  opacity: 1;
  color: #fff;
  text-transform: none;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  background-color: #151515;
  border: 1px #151515;
  padding-bottom: 20px;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item.js-accordion-item.brown {
  background-color: var(--saddle-brown);
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1300px;
  padding-top: 40px;
}

.faq-wrapper.application-faq, .faq-wrapper.progrm-faq {
  padding-top: 20px;
}

.youtube {
  max-width: none;
}

.youtube-2 {
  width: 768px;
  height: 432px;
}

.html-embed {
  width: 560px;
}

.html-embed.video {
  margin-bottom: 40px;
}

.html-embed.video.bea {
  margin-bottom: 0;
}

.html-embed.velidic-video {
  margin-bottom: 20px;
  padding-top: 20px;
}

.html-embed.velidic-video.bea {
  margin-bottom: 0;
}

.media-stories {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.media-stories.brownbg {
  background-color: var(--saddle-brown);
}

.media-stories.brownbg.desk.mediasec {
  border-bottom: 2px solid var(--saddle-brown);
  background-color: var(--light-grey);
}

.media-stories.brownbg.desk.hide-sec {
  display: block;
}

.media-stories.brownbg.desk.light {
  background-color: var(--light-grey);
}

.media-stories.brownbg.desk.lightbg {
  background-color: var(--light-grey);
  padding-bottom: 0;
}

.heading-87 {
  color: #fdd007;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-87.browntxt {
  color: var(--saddle-brown);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-decoration: none;
}

.heading-87.browntxt.read-moretxt {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

.heading-87.browntxt._1 {
  color: var(--light-grey);
}

.heading-87.whitetxt {
  color: var(--light-grey);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.heading-87.whitetxt.brwtxt, .heading-87.whitetxt.brtxt {
  color: var(--saddle-brown);
}

.heading-87.media-title {
  color: var(--saddle-brown);
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}

.heading-87.media-title.read-moretxt {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

.heading-87.media-title._1 {
  color: var(--light-grey);
}

.heading-87.media-title.small {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 20px;
}

.heading-87.lightbrowntxt {
  color: var(--light-grey);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}

.heading-87.lightbrowntxt.read-moretxt {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

.heading-87.lightbrowntxt._1 {
  color: var(--light-grey);
}

.heading-87.lightbrowntxt.brown {
  color: var(--saddle-brown);
}

.collection-list-wrapper.ss {
  margin-top: 20px;
}

.collection-list-wrapper.ss.media-hh, .collection-list-wrapper.ss.hide {
  display: block;
}

.collection-list-wrapper.ss.hide.media-slider {
  margin-top: 0;
}

.collection-list-wrapper.ss.hide.hidemain-media {
  display: none;
}

.collection-list-wrapper.ss.hide.hidestory {
  display: block;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-2.media-grid {
  grid-template-columns: 1fr;
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
}

.div-block-82 {
  filter: none;
  background-image: url('../images/pexels-photo-grapher-1440388.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.div-block-83 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 175px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-83.lightbr {
  background-color: var(--light-grey);
}

.columns-20 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-160 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.text-block-18 {
  color: var(--saddle-brown);
  text-transform: uppercase;
  font-size: 10px;
}

.heading-41 {
  color: var(--saddle-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.image-17 {
  width: 125px;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.grid-21 {
  grid-column-gap: 13px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  height: 225px;
  padding: 20px;
}

.div-block-130 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-55 {
  text-align: left;
  background-color: #fdd007;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.paragraph-30 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.div-block-131 {
  width: 100px;
  height: 100px;
  display: block;
}

.section-47 {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-47.brownbg {
  background-color: var(--light-grey);
}

.section-47.brownbg.desk, .section-47.brownbg.home6 {
  background-color: var(--white-smoke-3);
}

.section-47.brownbg.home6.v1 {
  background-color: var(--light-grey);
}

.section-47.brownbg.home6.v1.hide-sec {
  display: block;
}

.container-23 {
  max-width: 1300px;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-22.v1 {
  width: 98%;
}

.text-block-56 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-56.left {
  text-align: left;
}

.text-block-56.left.browntxt {
  padding-left: 5px;
}

.text-block-56.right {
  text-align: right;
}

.text-block-56.right.browntxt.v1 {
  padding-right: 5px;
}

.text-block-56.browntxt {
  color: var(--saddle-brown);
}

.text-block-56.browntxt._1 {
  padding-left: 40px;
}

.text-block-56.browntxt.uptxt {
  flex: 1;
  padding-top: 5px;
  padding-left: 40px;
}

.div-block-132 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  bottom: -125px;
  left: -50px;
}

.div-block-132.block-2 {
  bottom: -310px;
  left: -75px;
}

.div-block-132.block-3 {
  justify-content: flex-end;
  left: -100px;
}

.div-block-132.block-4 {
  bottom: -310px;
  left: -135px;
}

.div-block-132.block-5 {
  justify-content: flex-start;
  bottom: -165px;
  left: -70px;
}

.div-block-132.block-5.v1 {
  margin-right: -5px;
}

.div-block-132.block-6 {
  justify-content: flex-end;
  margin-top: -320px;
  bottom: -375px;
  left: -70px;
}

.div-block-132.block-7 {
  bottom: -165px;
  left: -35px;
}

.div-block-132.block-7.v1 {
  margin-left: -40px;
  padding-right: 5px;
}

.div-block-132.block-8 {
  bottom: -310px;
  left: 7px;
}

.div-block-132.block-8.v1 {
  margin-top: -24px;
}

.div-block-132.block-9 {
  justify-content: flex-end;
  left: 25px;
}

.div-block-132.block-9.v1 {
  margin-bottom: -110px;
}

.div-block-132.block-10 {
  bottom: -310px;
  left: 50px;
}

.div-block-132.block-10.v1 {
  margin-top: -70px;
}

.image-43 {
  margin-bottom: 15px;
}

.image-44 {
  margin-top: -125px;
}

.image-44.brownimg {
  width: 100%;
}

.image-44.brownimg.v1 {
  text-align: left;
  width: 98%;
}

.diagram-desk.old-hide, .diagram-desk.hide1 {
  display: none;
}

.grid-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr .75fr;
  margin-top: 25px;
}

.grid-23.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1.25fr 1fr;
}

.grid-23.grid-2.v1 {
  margin-top: 0;
}

.text-block-57 {
  color: var(--white-smoke);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-57.browntxt {
  color: var(--saddle-brown);
}

.text-block-57.browntxt.midtxt {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-style: italic;
}

.div-block-133 {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.big-blocks.up-space {
  margin-top: 60px;
}

.big-blocks.up-space.hidenow {
  display: none;
}

.div-block-134 {
  background-color: #fdd007;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
}

.div-block-134.brownbg {
  background-color: var(--saddle-brown);
}

.heading-95 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.heading-95.whitetxt {
  color: var(--white);
}

.div-block-135 {
  border: 2px solid #fdd007;
  min-height: 125px;
  padding: 20px;
}

.div-block-135.brownline {
  border-color: var(--saddle-brown);
}

.paragraph-31 {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-31.browntxt {
  color: var(--saddle-brown);
}

.girdx {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.base-icon-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.image-45 {
  max-width: none;
  height: 100px;
}

.image-45.y {
  display: none;
}

.heading-96 {
  color: #fdd007;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-96.browntxt {
  color: var(--saddle-brown);
  text-transform: capitalize;
}

.paragraph-32 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-32.browntxt {
  color: var(--saddle-brown);
}

.phases.hide, .image-46 {
  display: none;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-top: 10px;
  display: grid;
}

.div-block-136 {
  border: 1px solid #151515;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.div-block-136:hover {
  border-color: #fdd007;
}

.div-block-136.projects.brown {
  border-color: #0000;
  padding-bottom: 15px;
}

.div-block-136.projects.brown:hover {
  border-color: var(--saddle-brown);
}

.div-block-136.projects.brown.punjab-bx {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}

.div-block-136.homepage {
  border-style: none;
  display: flex;
}

.heading-97 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.heading-97.browntxt {
  color: var(--saddle-brown);
  text-align: center;
}

.heading-97.browntxt.punjab-title {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.paragraph-33 {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-33.browntxt {
  color: var(--saddle-brown);
}

.button-12 {
  font-family: Montserrat, sans-serif;
}

.button-13 {
  color: #fdd007;
  background-color: #0000;
  border: 1px solid #fdd007;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: none;
}

.button-13:hover {
  color: #000;
  background-color: #fdd007;
}

.section-48 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-48.hide {
  background-color: #151515;
  display: flex;
}

.section-48.hide.brown {
  background-color: var(--white-smoke-2);
}

.section-48.hide.brown.desk {
  background-color: var(--light-grey);
}

.section-48.hide.brown.desk.hidex {
  display: block;
}

.section-48.hide.brown.pbproject {
  display: flex;
}

.section-48.hide.brown.ka-3 {
  background-color: var(--light-grey);
}

.section-48.hide.brown.ka-3.v1 {
  padding-top: 40px;
}

.container-24 {
  max-width: 1300px;
}

.section-49 {
  background-color: #000;
}

.collection-list-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-138 {
  z-index: 9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
  position: static;
}

.heading-98 {
  color: #fdd007;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.image-47 {
  position: relative;
}

.div-block-139 {
  background-image: linear-gradient(4deg, #000 2%, #0000);
  border: 1px solid #151515;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-139:hover {
  background-image: url('../images/know-more.png'), linear-gradient(4deg, #000 2%, #0000);
  background-position: 50%, 0 0;
  background-size: contain, auto;
  border-color: #fdd007;
}

.button-14 {
  color: #000;
  background-color: #fdd007;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: none;
}

.text-block-58 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: none;
}

.section-50 {
  background-color: #151515;
  background-image: linear-gradient(#00000080, #00000080), url('../images/PH_Twitter_Background2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.section-50.people1 {
  background-image: linear-gradient(#0006, #0006), url('../images/people-banner1-1.jpg');
  background-position: 0 0, 100%;
  height: 350px;
}

.section-50.people1.faqs-sec {
  background-image: linear-gradient(#0009, #0009), url('../images/bookshelf.jpg');
  padding-bottom: 40px;
  display: flex;
}

.section-50.con1 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/parliament.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-50.con1.desk {
  background-image: linear-gradient(#0009, #0009), url('../images/parliament.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 400px;
}

.section-50.ka-brudcrumb {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-bradecrimb1.jpg');
  background-position: 0 0, 100%;
  height: 400px;
}

.section-50.ka-brudcrumb.desk, .section-50.ka-brudcrumb.ka-1 {
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  flex-direction: row;
  height: auto;
  display: block;
}

.section-50.ka-brudcrumb.ka-1.hide-sec {
  display: none;
}

.section-50.pb-brudcrumb {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pb-brudcrumb.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
}

.section-50.pb-brudcrumb.desk {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section-50.pb-brudcrumb {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-bradecrimb1.jpg');
  background-position: 0 0, 100%;
  height: 400px;
}

.section-50.pb-brudcrumb.desk, .section-50.pb-brudcrumb.pb-1 {
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  flex-direction: row;
  height: auto;
  display: block;
}

.section-50.pb-bnner {
  background-image: linear-gradient(#0009, #0009), url('../images/punjab-vidhan-bhavan-mob-banner.jpg');
  background-position: 0 0, 50%;
  height: 350px;
}

.section-50.pb-bnner.faqs-sec {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bookshelf.jpg');
  padding-bottom: 40px;
  display: flex;
}

.section-50.pb-bnner.old-banner-pb {
  display: none;
}

.section-50.ka-valedictory1 {
  background-image: linear-gradient(#00000096, #00000096), url('../images/WhatsApp-Image-2023-02-06-at-11.09.43-AM-1.jpeg');
  background-position: 0 0, 50% 32%;
  height: 480px;
}

.section-50.ka-valedictory1.faqs-sec {
  background-image: linear-gradient(#0009, #0009), url('../images/bookshelf.jpg');
  padding-bottom: 40px;
  display: flex;
}

.container-25 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-25.pb-slider-conta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
}

.container-25.faq-con-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-25.v1 {
  text-align: center;
}

.heading-99 {
  color: #fdd007;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-99.brown {
  color: var(--light-grey);
}

.heading-99.brown._1 {
  color: var(--light-grey);
  margin-bottom: 0;
  font-size: 60px;
}

.heading-99.brown.bottom-center {
  color: var(--light-grey);
  margin-bottom: 0;
  padding-top: 140px;
  font-size: 60px;
}

.heading-99.brown.bottom-center.whitetxt {
  color: var(--white-smoke);
  padding-top: 220px;
}

.link-10 {
  color: var(--white-smoke);
  text-decoration: none;
}

.text-block-59 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-59.hidebrc {
  display: none;
}

.paragraph-34 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.paragraph-34._1 {
  color: var(--light-grey);
}

.collection-list-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-51 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 500px;
}

.div-block-140 {
  height: 100%;
}

.section-52 {
  background-color: #080808;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-52.newbrown {
  background-color: var(--light-grey);
}

.section-52.newbrown.brcubb-sec {
  border-bottom: 2px none var(--saddle-brown);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-52.newbrown.brcubb-sec.top {
  padding-top: 60px;
}

.container-26 {
  max-width: 1300px;
}

.container-26.hero {
  padding-bottom: 10px;
}

.grid-24 {
  border-right: .5px none var(--saddle-brown);
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding: 30px;
  box-shadow: 0 2px 5px #00000078;
}

.grid-24.designate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right-style: none;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-24.designate.v1 {
  padding-bottom: 50px;
}

.image-48 {
  border: 1px solid #fdd007;
  max-width: 100%;
  display: block;
}

.image-48.newbrown {
  border-style: none;
  border-color: var(--saddle-brown);
  background-color: var(--white-smoke-3);
}

.image-48.newbrown.hideimg {
  display: none;
}

.heading-100 {
  color: #fdd007;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-100.newbrown {
  color: var(--saddle-brown);
  font-weight: 400;
}

.div-block-141 {
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-block {
  color: #fff;
  border: 1px #000;
  border-top: 1px solid #151515;
  margin-top: 20px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}

.rich-text-block.newbrown {
  border-top-color: var(--saddle-brown);
  color: var(--saddle-brown);
  font-size: 13px;
  font-weight: 400;
}

.rich-text-block.project--descrition-sec {
  border-top-style: none;
  border-top-color: var(--saddle-brown);
  color: var(--saddle-brown);
  margin-top: 0;
  padding-top: 0;
  font-size: 15px;
  line-height: 1.3em;
  display: none;
}

.text-block-60 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-60.hash {
  font-size: 15px;
  font-style: italic;
}

.text-block-60.hash.newbrown {
  color: var(--saddle-brown);
  margin-bottom: 10px;
}

.text-block-60.dept {
  color: var(--gold);
  font-size: 13px;
}

.text-block-60.dept.newbrown, .text-block-60.newbrown {
  color: var(--saddle-brown);
  font-weight: 400;
}

.heading-101 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-35 {
  color: #fff;
  border-top: 1px solid #151515;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-61 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.image-49 {
  margin-top: 10px;
}

.list {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.link-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.link-11.browntxt {
  color: var(--saddle-brown);
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.list-item-4.tea {
  display: block;
}

.list-item-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-62 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-block-62.dept {
  font-size: 10px;
  line-height: 1.5em;
}

.div-block-142 {
  border: 1px solid #fdd007;
  border-top-style: none;
  width: 100%;
  height: 15px;
}

.div-block-142.brownline {
  border-style: none solid solid;
  border-color: var(--saddle-brown);
}

.div-block-142.brownline.monitorline {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.div-block-143 {
  background-color: #151515;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-143.brownbg {
  border-bottom: 2px solid var(--saddle-brown);
  background-color: #0000;
  height: auto;
}

.div-block-143.brownbg.onother {
  align-items: center;
  display: flex;
}

.div-block-143.brownbg.onother.else {
  display: none;
}

.div-block-143.brownbg.v1 {
  border-bottom-width: 0;
}

.div-block-143.brownbg-applybtn {
  background-color: #0000;
  align-items: center;
}

.div-block-143.brownbg-applybtn._1 {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--saddle-brown);
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-25.applynwbtn {
  grid-template-columns: 1fr;
  width: 50%;
}

.div-block-144 {
  border: 2px none var(--saddle-brown);
  text-align: center;
  background-color: #0000;
  height: 100%;
  padding: 40px;
}

.div-block-144.apply-box {
  border-style: solid;
  border-color: #0000;
  height: auto;
  font-size: 16px;
}

.div-block-144.apply-box:hover {
  border-style: solid;
}

.div-block-144.apply-box.hidebx {
  display: none;
}

.div-block-144.register-box {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-102 {
  color: var(--white-smoke);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-102.ftheading {
  color: var(--saddle-brown);
  font-size: 31px;
  font-weight: 400;
}

.heading-102.ftheading._2 {
  font-size: 24px;
  line-height: 35px;
}

.heading-102.ftheading.hidetxt {
  display: none;
}

.heading-102.ftheading.vi {
  font-size: 25px;
  font-style: normal;
}

.text-block-63 {
  color: #fdd007;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.button-15 {
  color: #000;
  background-color: #fdd007;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button-15.btn-iaf.br-btn {
  background-color: var(--light-grey);
}

.button-15.btn-iaf.br-btn.ftbtn {
  border: 1px solid var(--saddle-brown);
  color: var(--saddle-brown);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  width: 160px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 12px;
}

.button-15.btn-iaf.br-btn.ftbtn:hover {
  border: 1px solid var(--saddle-brown);
  background-color: var(--saddle-brown);
  color: var(--light-grey);
}

.button-15.btn-iaf.br-btn.ftbtn.apl-btn {
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.button-15.btn-iaf.br-btn.ftbtn.apl-btn:hover {
  border-bottom: 1px solid var(--saddle-brown);
  background-color: var(--light-grey);
  color: var(--saddle-brown);
}

.button-15.btn-iaf.br-btn.ftbtn.base:hover {
  background-color: var(--saddle-brown);
  color: var(--light-grey);
}

.button-15.btn-iaf.br-btn.ftbtn.hidenow {
  display: none;
}

.button-15.btn-iaf.br-btn.bannerbtn {
  border: 1px solid var(--saddle-brown);
  background-color: var(--saddle-brown);
  color: var(--light-grey);
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.button-15.btn-iaf.br-btn.bannerbtn:hover {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  color: var(--saddle-brown);
}

.button-15.btn-iaf.br-btn.bannerbtn.small {
  width: 150px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
}

.button-15.btn-iaf.br-btn.bannerbtn.small.hidebtn {
  display: none;
}

.button-15.btn-iaf.br-btn.bannerbtn.popup-btn {
  width: 140px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.3em;
}

.button-15.btn-iaf.br-btn.light-br-btn {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.button-15.btn-iaf.br-btn.light-br-btn:hover {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  color: var(--saddle-brown);
}

.button-15.btn-iaf.br-btn.light-br-btn.small {
  width: 150px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
}

.button-15.btn-iaf.br-btn.light-br-btn.lg {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-15.btn-iaf.br-btn.light-br-btn.v1 {
  background-color: var(--saddle-brown);
  color: var(--white-smoke);
}

.button-15.btn-iaf.br-btn.light-br-btn.hide {
  display: none;
}

.button-15.btn-iaf.br-btn.btn-banner {
  border: 1px solid var(--saddle-brown);
  background-color: var(--saddle-brown);
  color: var(--light-grey);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 40px;
  padding: 12px 25px;
  font-size: 18px;
}

.button-15.btn-iaf.br-btn.btn-banner:hover {
  border: 1px solid var(--saddle-brown);
  background-color: var(--saddle-brown);
  color: var(--light-grey);
}

.button-15.btn-iaf.br-btn.btn-banner.apl-btn {
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.button-15.btn-iaf.br-btn.btn-banner.apl-btn:hover {
  border-bottom: 1px solid var(--saddle-brown);
  background-color: var(--light-grey);
  color: var(--saddle-brown);
}

.button-15.btn-iaf.br-btn.btn-banner.base:hover {
  background-color: var(--saddle-brown);
  color: var(--light-grey);
}

.button-15.btn-iaf.menu-reg-btn {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}

.button-15.btn-iaf.menu-reg-btn:hover {
  border: 1px solid var(--light-grey);
  color: var(--light-grey);
  background-color: #0000;
}

.button-15.btn-iaf.menu-reg-btn.hidebtn {
  display: none;
}

.button-15.btn-iaf.banner-appy-btn {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  text-transform: capitalize;
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
}

.button-15.btn-iaf.banner-appy-btn:hover {
  border: 1px solid var(--light-grey);
  color: var(--light-grey);
  background-color: #0000;
}

.button-15.btn-iaf.banner-appy-btn.v1 {
  background-color: var(--saddle-brown);
  color: var(--light-grey);
  margin-left: 10px;
}

.button-15.btn-iaf.banner-appy-btn.v2 {
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 25px;
  font-size: 15px;
  line-height: 1.2em;
}

.button-15.btn-iaf.banner-appy-btn.v2.hidebtn {
  display: none;
}

.button-15.menu-reg-btn {
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.1em;
}

.button-15.menu-reg-btn.br-btn {
  background-color: var(--light-grey);
}

.button-15.btnx {
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-right: 15%;
  font-size: 15px;
  line-height: 1.3em;
}

.button-15.btnx.v1hover {
  border: 1px solid var(--light-grey);
}

.button-15.btnx.v1hover:hover {
  background-color: var(--saddle-brown);
  color: var(--light-grey);
}

.button-15.btnx.v1hover.v1 {
  align-self: center;
  margin-right: 0%;
}

.button-15.btnx.v1hover.hidebtn {
  display: none;
}

.button-15.btnx.v2hover {
  border: 1px solid var(--light-grey);
  background-color: var(--saddle-brown);
  color: var(--white-smoke-3);
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 0;
}

.button-15.btnx.v2hover:hover {
  background-color: var(--saddle-brown);
  color: var(--light-grey);
}

.button-15.btnx.v2hover.v1 {
  align-self: center;
  margin-right: 0%;
}

.link-12 {
  color: #fdd007;
  text-decoration: none;
}

.link-12.brownlink {
  color: var(--light-grey);
  font-weight: 400;
}

.link-13 {
  color: #fdd007;
}

.link-13.brown {
  color: var(--light-grey);
}

.heading.main {
  color: #fdd007;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading.main.brown {
  color: var(--saddle-brown);
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.heading.main.brown._1 {
  color: var(--light-grey);
  margin-bottom: 20px;
  font-weight: 400;
}

.heading.main.brown._1.teamname {
  margin-top: 40px;
  margin-bottom: 0;
}

.heading.main.brown._1.teamname.browntxt {
  color: var(--saddle-brown);
  margin-top: 30px;
  margin-bottom: 0;
}

.heading.main.brown._1.teamname.browntxt.hide-ka-21 {
  display: none;
}

.heading.main.brown.brtxt {
  color: var(--saddle-brown);
  margin-bottom: 20px;
  font-weight: 400;
}

.heading.main.brown.lighttxt {
  color: var(--light-grey);
  margin-bottom: 20px;
  font-weight: 400;
}

.heading.main.brown.lighttxt.browntxt {
  color: var(--saddle-brown);
}

.heading.main.brown.lighttxt.browntxt.lightbrtxt {
  color: var(--light-grey);
}

.heading.main.brown.lighttxt.v1 {
  margin-bottom: 10px;
}

.heading.main.brown.whitetxt {
  color: var(--light-grey);
}

.heading.main.newsleetr-heading {
  color: var(--saddle-brown);
  font-size: 35px;
}

.heading.main.newsleetr-heading._1 {
  color: var(--light-grey);
}

.heading.main.newsleetr-heading._1.teamname {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading.main.lightbrown {
  color: var(--light-grey);
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.heading.main.lightbrown._1 {
  color: var(--light-grey);
}

.heading.main.lightbrown._1.teamname {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-53 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.section-53.brown1 {
  background-color: var(--light-grey);
}

.section-53.brown1.desk {
  background-color: var(--saddle-brown);
}

.section-53.brown1.desk.ka1, .section-53.brown1.ka-2, .section-53.brown1.ka-2.ka1 {
  background-color: var(--light-grey);
}

.section-53.brown1.pb-2 {
  background-color: var(--saddle-brown);
}

.section-53.brown1.pb-2.ka1 {
  background-color: var(--light-grey);
}

.section-53.brown1.pb-2.hide {
  display: none;
}

.section-53.brown1.ka-2-1, .section-53.brown1.ka-2-1.ka1 {
  background-color: var(--light-grey);
}

.section-53.brown1.ka-2-1.brown {
  background-color: var(--saddle-brown);
}

.section-53.brown1.ka-2-1.brown.hide {
  display: none;
}

.section-53.brown1.ka-2-1.brown-sec {
  background-color: var(--saddle-brown);
}

.section-53.brown1.ka-2-1.brown-sec.ka-ad-last {
  z-index: 1;
  margin-bottom: -60px;
  position: relative;
}

.section-53.brown1.ka-211, .section-53.brown1.ka-211.ka1 {
  background-color: var(--light-grey);
}

.section-53.brown1.ka-211.brown, .section-53.brown1.ka-211.brown-sec {
  background-color: var(--saddle-brown);
}

.section-53.brown1.ka-211.brown-sec.ka-ad-last {
  z-index: 1;
  margin-bottom: -60px;
  position: relative;
}

.section-53.brown1.ka-23-1 {
  background-color: var(--light-grey);
  padding-top: 30px;
  padding-bottom: 20px;
}

.section-53.brown1.ka-23-1.ka1 {
  background-color: var(--light-grey);
}

.section-53.brown1.ka-23-1.hide {
  display: none;
}

.section-53.brown1-newlwtter {
  background-color: var(--light-grey);
}

.section-53.brown1-newlwtter.desk, .section-53.people1, .section-53.people1.desk {
  background-color: var(--saddle-brown);
}

.section-53.people1.desk.old-people-grid {
  display: none;
}

.heading-103 {
  color: var(--gold);
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 300;
}

.heading-103.brown {
  color: var(--saddle-brown);
}

.paragraph-36 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.paragraph-36.newbrown {
  color: var(--saddle-brown);
  font-size: 15px;
  line-height: 1.3em;
}

.text-block-64 {
  color: var(--gold);
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-block-64.newbrown {
  color: var(--saddle-brown);
  text-transform: capitalize;
}

.text-block-64.newbrown.v1-hide {
  display: none;
}

.button-16 {
  background-color: var(--gold);
  color: #000;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.button-16.newbrown {
  background-color: var(--saddle-brown);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  padding: 11px 25px;
  font-size: 13px;
  line-height: 1.3em;
}

.container-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-54 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-54.brown {
  background-color: var(--white-smoke-2);
}

.container-28 {
  max-width: 1300px;
}

.grid-26 {
  grid-column-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-146 {
  width: 100%;
  height: 300px;
}

.collection-list-wrapper-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-147 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 450px;
  display: flex;
  position: static;
}

.div-block-148 {
  border: 1px solid var(--gold);
  cursor: nwse-resize;
  background-image: linear-gradient(4deg, #000, #0000);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-148:hover {
  border-color: var(--white-smoke);
}

.div-block-148.brown {
  border-color: var(--light-grey);
  background-image: linear-gradient(4deg, var(--saddle-brown) 4%, transparent 57%);
}

.heading-104 {
  color: var(--gold);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.heading-104.brown {
  color: var(--light-grey);
  font-weight: 400;
}

.text-block-65 {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-block-65.brown {
  color: var(--light-grey);
}

.div-block-149 {
  z-index: 99;
  background-color: #00000026;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-150 {
  background-color: var(--saddle-brown);
  border: 1px #0000;
  width: 700px;
  padding: 40px 20px;
  position: static;
}

.grid-27 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.heading-105 {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.text-block-66 {
  color: var(--white-smoke);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.rich-text-block-2 {
  color: var(--white-smoke);
  border-top: 1px solid #444;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.link-block-10 {
  margin-top: 5px;
}

.text-block-67 {
  color: var(--light-grey);
  text-align: right;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
  top: -65px;
  right: -20px;
}

.div-block-151 {
  border: 1px solid var(--saddle-brown);
  filter: grayscale();
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin-bottom: -70px;
}

.div-block-151.v1 {
  background-color: #0000;
}

.div-block-151.vx {
  width: 250px;
  margin-bottom: 0;
}

.button-17 {
  border: 1px solid var(--white-smoke);
  text-transform: lowercase;
  background-color: #0000;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.button-17:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: #000;
  font-weight: 400;
}

.button-17.brown {
  border-color: var(--saddle-brown);
  color: var(--saddle-brown);
}

.button-17.brown:hover {
  background-color: var(--saddle-brown);
  color: var(--light-grey);
}

.button-17.brown.punjab-btn {
  display: none;
}

.slider {
  height: 85vh;
}

.slider.desk {
  height: 85vh;
  overflow: hidden;
}

.slider.desk.hide-slider, .slider.desk.hide, .slider.desk.old-desk-slider, .right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: linear-gradient(#693d3080, #693d3080), linear-gradient(#0003, #0003);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-152 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-2 {
  background-color: #0000;
  background-image: linear-gradient(#693d30cc, #693d30cc);
  background-position: 0 0;
  background-size: auto;
}

.container-29 {
  flex-direction: column;
  justify-content: center;
  max-width: 1300px;
  height: 100%;
  display: flex;
}

.container-29._3rd-slide {
  justify-content: flex-end;
}

.container-29.banner2 {
  justify-content: space-around;
}

.grid-28 {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .35fr;
  align-content: end;
  margin-bottom: 0%;
}

.grid-28.banner2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: .35fr 1fr;
  place-content: end stretch;
  place-items: center stretch;
}

.grid-28.banner2.punjab-banner {
  place-items: center stretch;
}

.grid-28.banner2.punjab-banner.v1 {
  margin-top: -30px;
}

.text-block-68 {
  color: var(--saddle-brown);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
}

.text-block-68.lightbrtxt {
  color: var(--light-grey);
  font-weight: 300;
}

.text-block-69 {
  color: var(--saddle-brown);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-69.lightbrtxt {
  color: var(--light-grey);
  font-weight: 400;
}

.text-block-69.brtxt {
  color: var(--saddle-brown);
}

.text-block-70 {
  color: var(--saddle-brown);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.text-block-70.lightbrtxt {
  color: var(--light-grey);
  font-weight: 400;
}

.text-block-70.brtxt {
  color: var(--saddle-brown);
}

.image-50 {
  border: 3px solid var(--light-grey);
  border-radius: 500px;
}

.image-50._2 {
  border-style: none;
  border-width: 7px;
  border-radius: 0;
}

.image-50.imgdw {
  margin-top: 40px;
}

.tabs-menu {
  background-color: #000;
  border: 1px #000;
  justify-content: center;
  display: flex;
}

.tabs-menu.brownbg {
  background-color: var(--saddle-brown);
}

.tabs {
  margin-top: 20px;
}

.tabs-content {
  background-color: #000;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-content.brownbg {
  background-color: var(--saddle-brown);
  width: 100%;
}

.section-55 {
  background-color: #000;
  border: 0 solid #9c9b9b;
  padding-top: 20px;
  padding-bottom: 10px;
}

.image-51 {
  text-align: left;
}

.image-52 {
  text-align: center;
}

.section-56 {
  background-color: #151515;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-56.brownbg {
  background-color: var(--white-smoke-2);
}

.section-56.brownbg.desk, .section-56.brownbg.home9 {
  background-color: var(--white-smoke-3);
}

.container-30 {
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.grid-29 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 700px;
  margin-top: 20px;
}

.collection-item {
  display: block;
}

.div-block-136-copy {
  border: 1px solid #151515;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.div-block-136-copy:hover {
  border-color: #fdd007;
}

.div-block-136-copy.homepage {
  border-style: none;
  display: flex;
}

.brown-navigation {
  z-index: 9999;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #000 var(--saddle-brown);
  background-color: var(--saddle-brown);
  object-fit: fill;
  align-items: center;
  max-width: 100vw;
  height: 10vh;
  display: flex;
}

.brownfooter {
  background-color: var(--light-grey);
}

.s-scroll, .s-scroll.home1.hideslider, .s-scroll.pb-mob-banner.hideslider, .slider-2.home4 {
  display: none;
}

.flowout-button {
  color: #313f34;
  text-align: center;
  background-color: #0000;
  border: 1px solid #313f34;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.flowout-button:hover, .flowout-button:focus {
  color: #f9f9f9;
  background-color: #313f34;
}

.flowout-button.flowout-section-button {
  color: #693d30;
  letter-spacing: 1px;
  border-color: #693d30;
  margin-top: 44px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.flowout-button.flowout-section-button:hover {
  color: #fff;
  background-color: #693d30;
}

.flowout-button.flowout-section-button.approach.ap-btn {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flowout-button.flowout-section-button.approach {
  display: none;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide.slider1.hide, .slider-5.hide-desk, .desk.footer {
  display: none;
}

.brownimg.ka23 {
  width: auto;
  height: 100px;
}

.brownimg.ka23.v1 {
  height: 90px;
  padding-top: 15px;
}

.slide-container {
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-container.media {
  height: 80vh;
}

.wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.div-block-234 {
  color: #000;
  background-image: linear-gradient(#0000, #fff 62%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-234.mediabox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#fff 81%, #0000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 0;
  width: 20vw;
  height: 55vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.bg-box {
  background-image: linear-gradient(#ffffff70, #fff 45%);
  width: 100%;
  padding: 20px 20px 30px;
}

.text-block-693 {
  color: var(--saddle-brown);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

.text-block-693.date {
  padding-top: 10px;
  font-size: 15px;
}

.image-54 {
  max-width: 50%;
  margin-top: 20px;
  margin-bottom: 0;
}

.tab-pane-tab-1 {
  width: 100%;
}

.div-block-235 {
  max-width: 95vw;
}

.div-block-237.banner-btn {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.newscontainer {
  max-width: 1300px;
  padding-top: 40px;
}

.columns-23 {
  display: block;
}

.center-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-link-20 {
  color: #693d30;
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.dropdown-link-20:hover {
  color: #693d30;
}

.dropdown-link-20.w--current {
  color: #000;
  font-weight: 500;
}

.dropdown-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.dropdown-4:hover {
  color: #fdd007;
}

.dropdown-4.hidedr {
  display: none;
}

.text-block-698 {
  color: #693d30;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1em;
}

.text-block-698:hover {
  color: #693d30;
}

.dropdown-link-21 {
  color: #693d30;
  text-transform: none;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.dropdown-link-21:hover {
  color: #693d30;
}

.dropdown-link-21.w--current {
  color: #693d30;
  font-weight: 500;
}

.dropdown-toggle-7 {
  color: #693d30;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.dropdown-toggle-7.hidedr {
  display: none;
}

.icon-44 {
  color: #693d30;
  font-size: 14px;
}

.grid-30 {
  grid-template-rows: auto;
}

.grid-30.footer-btn-grid {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.grid-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-31.theory-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5% 1fr 5% 1fr;
  margin-top: 20px;
}

.grid-31.theory-grid.hidenow {
  display: none;
}

.theory-bx {
  border: 1px dashed var(--light-grey);
  background-color: #ffffff96;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.theory-bx.md-bx {
  border-style: solid;
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  flex-direction: column;
}

.theory-bx.end-bx {
  background-color: var(--saddle-brown);
  border-style: none;
}

.grid-32, .grid-33, .grid-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.slide-4 {
  background-color: #0000;
  background-image: linear-gradient(#693d30cc, #693d30cc);
  background-position: 0 0;
}

.section-18 {
  background-color: #000;
  align-items: center;
  width: auto;
  height: 85vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section-18.newbrown {
  background-color: #693d30;
  height: 85vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-18.newbrown.advisory-sec {
  background-color: var(--light-grey);
}

.section-18.newbrown.advisory-sec.desk {
  background-color: var(--saddle-brown);
}

.section-18.newbrown.advisory-sec.home6 {
  background-color: var(--white-smoke-3);
}

.section-18.newbrown.advisory-sec.home6.update, .section-18.newbrown.advisory-sec.home6.valedic-sec2 {
  background-color: var(--saddle-brown);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-18.newbrown.advisory-sec.ka-2 {
  background-color: var(--white-smoke-3);
}

.section-18.newbrown.advisory-sec.ka-2.update {
  background-color: var(--saddle-brown);
}

.section-18.newbrown.advisory-sec.ka-2.valedic-sec2 {
  background-color: var(--saddle-brown);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-55 {
  background-image: linear-gradient(#0000 60%, #fff), url('../images/Asit-K.-Biswas-photo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 5px #fdd007;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 500px;
  height: 500px;
  padding: 20px;
  display: flex;
}

.div-block-55.container-4 {
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  width: 320px;
  height: 500px;
  padding: 0;
}

.div-block-55.two {
  background-image: url('../images/jayama.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 375px;
  padding: 0;
}

.div-block-55.two.hide {
  width: 320px;
  display: none;
}

.div-block-55.three, .div-block-55.four {
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  width: 320px;
  height: 500px;
  padding: 0;
}

.grid-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-35.hide-advisory {
  display: none;
}

.div-block-73 {
  filter: grayscale();
  background-image: url('../images/KPK-photo-January-2022.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-73._2 {
  background-image: url('../images/Saru-T.jpg');
  background-position: 65% 0;
  background-size: 250%;
}

.div-block-73._3 {
  background-image: url('../images/Meenakshisundaram.jpg');
}

.div-block-73._4 {
  background-image: url('../images/Rajesh-Tandon.jpg');
  background-position: 0 0;
}

.text-block-45 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-block-45.browntxt {
  color: #693d30;
  font-size: 11.5px;
}

.text-block-45.browntxt._1 {
  font-size: 12px;
}

.text-block-45.browntxt._1.whttxt {
  color: var(--light-grey);
  font-size: 11px;
  line-height: 1.3em;
}

.text-block-45.browntxt._1.whttxt.centertxt {
  color: var(--saddle-brown);
  text-align: center;
}

.text-block-45.browntxt.whttxt {
  color: var(--light-grey);
  font-size: 11px;
  line-height: 1.3em;
}

.text-block-45.browntxt.center-txt {
  text-align: center;
  font-size: 13px;
}

.baser-2 {
  background-color: #dadadae6;
  height: 100%;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  display: none;
}

.baser-2.browntxt {
  color: var(--saddle-brown);
  height: 375px;
  font-size: 11px;
  display: none;
  overflow: scroll;
}

.advisor-txtbox {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}

.advisor-txtbox.brownbx {
  background-color: #ddd0cc;
  padding: 15px 10px;
}

.advisor-txtbox.brownbx.br-bx {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  height: 120px;
  margin-top: -10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-28 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.3em;
}

.heading-28.lightbrowntxt {
  color: #ddd0cc;
}

.text-block-30 {
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
}

.text-block-30.browntxt {
  color: #693d30;
  margin-bottom: 5px;
  font-size: 15.5px;
}

.text-block-30.browntxt.whtxt {
  color: var(--light-grey);
  font-size: 17px;
}

.text-block-30.browntxt.whtxt.centertxt {
  color: var(--saddle-brown);
  text-align: center;
}

.text-block-30.browntxt.nametxt {
  font-size: 16px;
}

.text-block-30.browntxt.nametxt.centertxt {
  text-align: center;
}

.div-block-57 {
  border-left: 5px solid #693d30;
  margin-left: -20px;
  padding-left: 20px;
}

.div-block-57._1 {
  border-left-color: var(--light-grey);
}

.div-block-57._2 {
  border-left-color: var(--saddle-brown);
}

.section-31 {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-31.newbrown {
  background-color: #693d30;
}

.section-31.newbrown.desk {
  background-color: var(--white-smoke-3);
}

.section-31.newbrown.desk.home7 {
  background-color: var(--saddle-brown);
}

.section-31.newbrown.desk.home7.hide-sec {
  background-color: var(--white-smoke-3);
  display: block;
}

.section-31.newbrown.desk.home7.hide-sec.v1 {
  background-color: var(--white-smoke-3);
}

.section-31.newbrown.desk.home7.hide-sec.v1.hide-sec1 {
  display: none;
}

.text-block-35 {
  color: #222121;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
  position: absolute;
  inset: 5% 5% auto auto;
}

.text-block-35.browntxt1 {
  color: #965744;
}

.text-block-35.browntxt1._1 {
  color: var(--light-grey);
}

.text-block-35.browntxt1._2 {
  color: var(--saddle-brown);
}

.div-block-58 {
  margin-top: 10px;
  padding-top: 10px;
}

.text-block-32 {
  color: #ddd0cc;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-block-32.browntxt {
  color: #693d30;
}

.text-block-32.browntxt._1 {
  color: var(--light-grey);
}

.text-block-32.browntxt._2 {
  color: var(--saddle-brown);
}

.grid-36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.div-block-59 {
  background-color: #141414;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 375px;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-59.brownlight {
  background-color: #ddd0cc;
}

.div-block-59.brownlight.bx1 {
  background-color: var(--saddle-brown);
}

.div-block-59.brownlight.bx1._1 {
  background-color: #855141e8;
}

.div-block-59.current-phase {
  background-color: #414141;
}

.div-block-59.current-phase.newbrownbx {
  background-color: #ddd0cc5c;
}

.div-block-59.current-phase.newbrownbx.bx1 {
  background-color: #ddc3b7;
}

.text-block-33 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-block-33.browntxt {
  color: #693d30;
}

.text-block-33.browntxt._1 {
  color: var(--light-grey);
}

.text-block-33.browntxt._2 {
  color: var(--saddle-brown);
}

.button-9 {
  color: #000;
  text-align: center;
  background-color: #ddd0cc;
  margin-top: 10px;
  padding: 7px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.button-9.brownbtn {
  color: #ddd0cc;
  background-color: #693d30;
}

.button-9.brownbtn.lightbtn {
  background-color: var(--light-grey);
  color: var(--saddle-brown);
}

.text-block-34 {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
}

.text-block-34.browntxt {
  color: #693d30;
}

.text-block-34.browntxt._1 {
  color: var(--light-grey);
}

.text-block-34.browntxt._2 {
  color: var(--saddle-brown);
}

.div-block-238 {
  width: 30px;
  margin-top: 10px;
}

.div-block-239 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-55 {
  width: auto;
  height: 75px;
}

.image-55.mp {
  height: 65px;
}

.image-56 {
  height: 50%;
}

.image-57 {
  height: 450px;
}

.container-31 {
  max-width: 1300px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.container-31.leadership-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.collection-list-7.leadership-sec {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  width: 75%;
}

.collection-list-7.leadership-sec.alt {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.collection-list-7.leadership-sec.alt.v1 {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-7.leadership-sec.top1 {
  grid-template-columns: 1fr 1fr;
  width: 50%;
}

.collection-list-7.advisory-sec {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.collection-list-7.ka-valedic-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block {
  background-color: var(--white-smoke);
  filter: grayscale();
  background-image: url('../images/Atul-Satija.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.div-block-81 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: -10px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-81.newbrown {
  border: 1px none var(--saddle-brown);
  background-color: var(--light-grey);
  justify-content: flex-start;
  height: 120px;
  margin-top: 0;
  padding-top: 20px;
}

.div-block-81.newbrown.advisory-pannel {
  background-color: var(--light-grey);
  justify-content: flex-start;
  height: 120px;
  margin-top: 0;
  padding-top: 20px;
}

.div-block-81.brown1 {
  border: 1px none var(--saddle-brown);
  background-color: var(--saddle-brown);
  justify-content: flex-start;
  height: 100px;
  margin-top: 0;
  padding-top: 20px;
}

.div-block-81.brown1.advisory-pannel {
  background-color: var(--light-grey);
  justify-content: flex-start;
  height: 120px;
  margin-top: 0;
  padding-top: 20px;
}

.div-block-81.spec-aw-inner-bx {
  border: 1px none var(--saddle-brown);
  background-color: var(--light-grey);
  justify-content: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-81.spec-aw-inner-bx.advisory-pannel {
  background-color: var(--light-grey);
  justify-content: flex-start;
  height: 120px;
  margin-top: 0;
  padding-top: 20px;
}

.heading-39 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.heading-39.brtxt {
  color: var(--saddle-brown);
  text-align: center;
  font-size: 17px;
}

.heading-39.brtxt.browntxt {
  color: var(--light-grey);
}

.heading-39.brtxt.browntxt.v1 {
  margin-bottom: 0;
}

.paragraph-4 {
  color: #fdd007;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph-4.newbrown {
  color: #ddd0cc;
}

.paragraph-4.newbrown.brtxt {
  color: var(--saddle-brown);
  font-size: 11px;
}

.paragraph-4.newbrown.brtxt.browntxt {
  color: var(--light-grey);
}

.paragraph-4.newbrown.brtxt.browntxt.desg {
  margin-top: 5px;
  font-size: 12px;
}

.people-bx {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
}

.leadership-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.leadership-container.cont-center {
  margin-left: auto;
  margin-right: auto;
}

.container-32 {
  max-width: 1300px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-57 {
  background-color: var(--white-smoke-2);
}

.grid-37 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px none var(--saddle-brown);
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: start stretch;
}

.div-block-240 {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin: 10px;
  padding-bottom: 0;
}

.div-block-241 {
  width: 25px;
}

.image-58 {
  margin-top: 10px;
}

.div-block-242 {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.slider-6 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: block;
}

.slider-6.pb-slider {
  display: block;
}

.right-arrow-2, .left-arrow-2, .slide-nav-5 {
  display: none;
}

.slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-banner3-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
}

.slide-5.pb-slider1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pb-22-banner1-1.jpg');
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-243 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: -300px 0% 0%;
}

.slide-6 {
  filter: grayscale();
  background-image: url('../images/ka-21-banner2-1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6.pb-slider2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pb-22-banner2-1.jpg');
}

.slide-7 {
  filter: grayscale();
  background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-banner3-1.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-7.pb-slider3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/pb-banner3.jpg');
}

.slide-7.hideslider {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-banner3-1.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-59 {
  z-index: 1;
  position: static;
  inset: 3% 1% auto auto;
}

.image-59.pb-logo {
  background-color: #0000;
  border-radius: 0%;
  position: static;
  top: 5%;
  right: 3%;
}

.container-33 {
  max-width: 100%;
}

.card-w {
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px #00000003;
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.card__tech-txt {
  color: #c173ec;
  font-size: .875rem;
  font-weight: 600;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  transform: rotate(-45deg);
}

.modal-w {
  z-index: 10;
  width: 100%;
  max-width: 62rem;
  max-height: 100%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: 2rem;
}

.modal {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  position: relative;
}

.modal-content-w {
  padding: 3rem;
}

.modal-1-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.flinch-logo {
  color: #4353ff;
}

.flinch-link-w {
  width: 4.7rem;
  margin-left: .375rem;
  display: inline-block;
}

.grid-w {
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.cloneable-link-w {
  letter-spacing: -.0125em;
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.cloneable-txt {
  color: #252525;
}

.remove-w {
  background-color: #fcfbf7;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.grid__col {
  width: 33.3333%;
  padding: .5rem;
}

.x-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.brandname-w {
  text-align: center;
  padding-top: 5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.bas-llink {
  color: #292827;
}

.inline-txt {
  display: inline-block;
}

.hero-content-w {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.article-paginations {
  margin-top: 20px;
}

.text-block-699 {
  color: var(--light-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.icon-45 {
  color: var(--light-grey);
  font-size: 16px;
  font-weight: 400;
}

.section-58 {
  background-color: var(--saddle-brown);
}

.next {
  background-color: var(--light-grey);
}

.next._1 {
  margin-top: 20px;
}

.next.btnnext {
  background-color: var(--saddle-brown);
}

.poopup-container {
  background-color: var(--white-smoke-3);
}

.popup-modal {
  z-index: 99;
  background-color: #e8d3cad1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-244 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.people-grid-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.people-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-60 {
  filter: grayscale();
}

.text-block-700 {
  font-size: 35px;
}

.text-block-701 {
  text-align: right;
  cursor: pointer;
  object-fit: fill;
  font-size: 25px;
  position: relative;
  inset: -6% 0% auto auto;
}

.collection-list-wrapper-5 {
  margin-top: -20px;
}

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

.div-block-246 {
  z-index: 99;
  background-color: var(--white-smoke-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-246.advisory-popup {
  display: none;
}

.div-block-246.test {
  display: flex;
}

.grid-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--saddle-brown);
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 60%;
}

.grid-38.advisory-group {
  grid-template-columns: .25fr 1fr;
  width: 90%;
}

.div-block-247 {
  background-color: var(--light-grey);
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px #000;
  border-right-style: solid;
  width: auto;
}

.div-block-247.advisory-bgimg {
  background-size: cover;
  border-style: none;
  border-width: 0;
  height: 300px;
}

.div-block-248 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.image-61 {
  filter: grayscale();
  display: none;
}

.image-61.hide-pro-pic {
  display: none;
}

.text-block-702 {
  z-index: 999;
  color: var(--saddle-brown);
  text-align: right;
  cursor: pointer;
  border-radius: 0%;
  width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  position: relative;
  inset: auto 0% 1%;
}

.text-block-702.advisoy-cl-btn {
  width: 90%;
  margin-bottom: 10px;
}

.close-bx {
  font-family: Montserrat, sans-serif;
}

.grid-39 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-249 {
  border-top: 5px solid var(--saddle-brown);
  border-right: 1px none var(--white-smoke-3);
  background-color: var(--light-grey);
  height: 150px;
  padding: 20px;
}

.div-block-249.btm {
  border-bottom: 5px solid var(--saddle-brown);
  border-top-style: none;
  align-items: flex-end;
  display: flex;
}

.div-block-249.btm.app-innerbx {
  border-bottom-color: var(--light-grey);
  background-color: var(--white-smoke-3);
  height: 195px;
}

.div-block-249.btm.app-innerbx.bx2 {
  box-shadow: 0 2px 5px #0003;
}

.div-block-249.appbx-bxinner {
  border-top-color: var(--saddle-brown);
  background-color: var(--light-grey);
  flex-direction: column;
  align-items: center;
  height: 175px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-249.appbx-bxinner.v1 {
  border-top-color: var(--light-grey);
}

.div-block-250 {
  background-color: var(--light-grey);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
}

.div-block-250.v1 {
  background-color: var(--saddle-brown);
}

.div-block-250.v1.new1 {
  height: 80px;
}

.div-block-251, .div-block-251.timelinehidebx {
  height: 150px;
}

.text-block-703 {
  color: var(--saddle-brown);
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
}

.text-block-703.centertxt {
  text-align: center;
  font-size: 13px;
}

.text-block-703.centertxt.v1 {
  font-weight: 600;
}

.text-block-704 {
  color: var(--saddle-brown);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-704.v1 {
  color: var(--white-smoke-3);
}

.text-block-704.v1.new1 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

.section-59 {
  background-color: var(--light-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-40 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
}

.grid-40.box.project-box {
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.grid-41 {
  grid-template-rows: auto;
  align-items: center;
  margin-top: -50px;
}

.image-62, .div-block-252 {
  text-align: right;
}

.quotes-symbol {
  margin-right: -70px;
  font-size: 200px;
  line-height: 0;
  position: relative;
  bottom: -63px;
  left: -16px;
}

.gov-karnataka-logo {
  display: none;
}

.slide-8 {
  background-color: #0000;
  background-image: linear-gradient(#693d30cc, #693d30cc);
  background-position: 0 0;
}

.slide-8.punjab {
  background-image: linear-gradient(#693d30, #693d30);
  background-position: 0 0;
}

.slide-8.punjab.v1, .slide-8.punijab-v1 {
  background-image: linear-gradient(#693d30cc, #693d30cc), url('../images/punjab-vidhan-bhavan-mob-banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-34 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 500px;
  padding-bottom: 60px;
}

.body {
  background-color: var(--light-grey);
}

.container-35 {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: -95px;
  padding: 20px;
  display: flex;
}

.newbrown.newletter {
  color: var(--saddle-brown);
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.newbrown.newletter.linktxt {
  color: var(--saddle-brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-60 {
  background-color: var(--saddle-brown);
}

.section-60.ka-4.lightbg {
  background-color: var(--light-grey);
}

.section-60.ka-4.lightbg.hide, .section-60.ka-4.hide-now {
  display: none;
}

.container-36 {
  max-width: 1300px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.collection-list-wrapper-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-wrapper-6.hidenow {
  display: none;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.newletter-bx {
  width: 100%;
  text-decoration: none;
}

.image-63 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newbg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.div-block-253 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 20px 20px 10px;
  text-decoration: none;
  display: block;
}

.div-block-253.v1 {
  height: auto;
  padding-bottom: 20px;
}

.text-block-705 {
  opacity: 1;
  color: var(--saddle-brown);
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  outline: 0 #0000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  position: static;
}

.text-block-706 {
  color: var(--saddle-brown);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.icon-46 {
  color: var(--saddle-brown);
  font-size: 16px;
}

.section-61 {
  background-color: var(--saddle-brown);
  padding-bottom: 40px;
}

.closebtn {
  border-radius: 0;
  position: static;
}

.slide-11, .slide-12 {
  width: 29%;
  margin-left: 5px;
  margin-right: 5px;
}

.slider-7 {
  background-color: #0000;
  height: 425px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.slide-nav-6 {
  z-index: 8;
  background-color: var(--saddle-brown);
  margin-bottom: -50px;
  display: block;
  top: auto;
  left: 0%;
  right: 0%;
}

.slide-nav-6.lightbrnav {
  background-color: var(--light-grey);
}

.slide-nav-6.lightbrnav.hide, .slide-nav-6.hidenavdot {
  display: none;
}

.slide-13 {
  width: 29%;
  margin-left: 5px;
  margin-right: 5px;
}

.slide-14, .slide-15 {
  width: 33%;
  margin-left: 5px;
  margin-right: 5px;
}

.slide-16 {
  background-color: var(--white);
  width: 10%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.media-sec1 {
  background-color: var(--saddle-brown);
}

.container-37 {
  max-width: 1300px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.meida-container-drif {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.meida-container-drif.media-grid {
  grid-template-columns: 1fr;
}

.meida-container-drif.media-page-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-254 {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 425px;
  padding-left: 0;
  display: flex;
}

.footer-apl-reg-box {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-apl-reg-box.applynwbtn {
  grid-template-columns: 1fr;
  width: auto;
}

.footer-apl-reg-box.hide1 {
  display: none;
}

.icon-47 {
  background-color: var(--saddle-brown);
}

.grid-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  place-content: space-between start;
  place-items: center start;
  padding-left: 20px;
}

.image-64 {
  margin-top: 20px;
  margin-left: -15px;
}

.div-block-255 {
  background-color: var(--white-smoke-3);
}

.grid-43 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.div-block-256 {
  background-color: var(--light-grey);
  width: 350px;
  height: 350px;
}

.slide-container-2 {
  background-color: #693d30;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-container-2.story {
  background-color: #0000;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide-container-2.story.hide-story {
  display: none;
}

.slide-item-2 {
  opacity: .4;
  background-color: #0000;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  overflow: visible;
  transform: scale(.9);
}

.div-block-257 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slide-item-wrapper {
  background-color: #693d30;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 308px;
  height: 548px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.content-wrapper {
  background-image: url('../images/WhatsApp-Image-2023-01-31-at-12.51.04-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-wrapper.home-slider {
  background-position: 50%;
  background-size: cover;
}

.div-block-258 {
  background-color: var(--white);
  border-radius: 13px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 250px;
  padding: 30px;
  display: flex;
  overflow: visible;
}

.text-block-694 {
  color: #ddd0cc;
  background-color: #693d30;
  border-radius: 20px;
  margin-top: -40px;
  margin-bottom: 10px;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  position: static;
  inset: 49% auto auto 10%;
}

.link-23 {
  z-index: 99999;
  color: #693d30;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.image-65 {
  width: auto;
  height: auto;
  max-height: 50px;
}

.heading-146 {
  color: #693d30;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
}

.image-66 {
  background-image: linear-gradient(#693d30cc, #693d30cc);
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-259 {
  background-image: url('../images/iaf-banner.jpg');
  background-position: 50% 20%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-38 {
  max-width: 100%;
}

.container-38.hidenow, .mob-peolple-banner.desk {
  display: none;
}

.div-block-260 {
  border: 1px solid var(--saddle-brown);
  filter: grayscale();
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-260.v1 {
  background-color: #0000;
}

.div-block-260.vx {
  width: 250px;
}

.splide__arrows-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.paragraph-19 {
  color: #693d30;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container-88 {
  max-width: 1300px;
  padding-bottom: 20px;
}

.heading-147 {
  color: #693d30;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.heading-147.normie {
  color: #693d30;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-707 {
  color: var(--saddle-brown);
  text-align: center;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-707.bc {
  color: #fff;
}

.text-block-707.bx.s.update {
  color: var(--white-smoke);
}

.text-block-707.bx.s.valedic-para {
  color: var(--white-smoke);
  padding-left: 100px;
  padding-right: 100px;
}

.container-89 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-90 {
  text-align: center;
}

.container-90.valedictory-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-foot {
  border: 1px solid var(--saddle-brown);
  color: var(--saddle-brown);
  text-transform: capitalize;
  background-color: #0000;
  min-width: 175px;
  padding: 11px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.btn-foot:hover {
  background-color: var(--saddle-brown);
  color: var(--light-grey);
}

.section-62, .section-63, .image-67.hide-desk-arrow {
  display: none;
}

.slide-17, .slide-18 {
  background-image: linear-gradient(#693d30cc, #693d30cc);
}

.faqtxt {
  text-transform: uppercase;
}

.slide-21 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-banner5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-22 {
  background-image: linear-gradient(#693d30cc, #693d30cc);
}

.container-92 {
  max-width: 1300px;
}

.section-64 {
  background-image: linear-gradient(#000000d4, #000000d4), url('../images/pb-22-banner2-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
}

.grid-44 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.section-65 {
  background-color: var(--light-grey);
  display: none;
}

.html-embed-2 {
  display: none;
}

.monitoring {
  margin-bottom: 60px;
}

.monitoring.hide {
  display: none;
}

.monitoring-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .75fr;
  align-content: stretch;
  justify-items: stretch;
  margin-top: 25px;
}

.monitoring-grid.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1.5fr 1fr;
}

.section-66 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-93 {
  max-width: 1300px;
}

.grid-45 {
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-45.old-design {
  display: none;
}

.div-block-262 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-262.punjab-pro-bx, .image-68 {
  margin-bottom: 20px;
}

.image-68.alt {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-67 {
  background-color: var(--saddle-brown);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-67.mob {
  display: none;
}

.container-94 {
  max-width: 800px;
}

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.collection-list-wrapper-7 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.collection-list-wrapper-7.alume-team {
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-list-wrapper-7.hide-ka-21 {
  display: none;
}

.div-block-263 {
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.div-block-264 {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-264.brown-bx {
  background-color: var(--saddle-brown);
  justify-content: space-around;
  height: 130px;
  padding: 10px;
}

.div-block-264.brown-bx.ka-alum {
  justify-content: space-around;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-264.brown-bx.v1 {
  justify-content: flex-start;
}

.paragraph-37 {
  text-align: center;
}

.section-68 {
  background-color: var(--light-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-68.hide-twitter {
  display: none;
}

.grid-46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.html-embed-5, .html-embed-6 {
  margin-bottom: 0;
}

.section-69 {
  z-index: 999;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.section-69.hide-sec {
  z-index: -999;
  display: none;
  overflow: visible;
}

.image-69 {
  border: 1px solid var(--light-grey);
  width: 30vw;
}

.link-24 {
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.html-embed-7 {
  margin-bottom: 0;
}

.container-95 {
  max-width: 1300px;
}

.link-block-11 {
  text-decoration: none;
}

.collection-item-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.punjab-focus-area {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-team {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #693d30;
  font-family: Montserrat, sans-serif;
}

.tab-link-team.w--current {
  background-color: var(--light-grey);
  color: #693d30;
  font-size: 15px;
  font-weight: 500;
}

.tab-pane-board-members {
  background-color: var(--light-grey);
  padding: 35px;
}

.collection-list-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-pane-team {
  background-color: #fff;
  padding: 35px;
}

.tab-pane-team.panel-bg {
  background-color: var(--light-grey);
  padding-bottom: 45px;
}

.tab-link-advisors {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #693d30;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
}

.tab-link-advisors.w--current {
  color: #693d30;
  background-color: #fff;
}

.tab-pane-advisors {
  background-color: #fff;
  padding: 35px;
}

.text-block-81 {
  font-size: 13px;
}

.tab-link-founding-members {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #693d30;
  margin-right: 10px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.tab-link-founding-members.w--current {
  background-color: var(--light-grey);
  color: #693d30;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.collection-list-wrapper-8 {
  justify-content: center;
  display: flex;
}

.collection-list-wrapper-8.khosla-family {
  margin-bottom: 20px;
}

.div-block-216 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.finding-angels {
  display: none;
}

.collection-list-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 700px;
  display: grid;
}

.collection-list-13.khosla-family {
  grid-template-columns: 1fr;
}

.khosla-family-img {
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  width: 300px;
  padding: 10px;
}

.tab-pane-founding-members {
  background-color: var(--light-grey);
  padding: 35px;
}

.text-block-80 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.tabs-menu-2 {
  justify-content: center;
  display: flex;
}

.collection-list-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tab-link-board-members {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #693d30;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.tab-link-board-members.w--current {
  background-color: var(--light-grey);
  color: #693d30;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.image-70 {
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  width: 300px;
  margin-bottom: 40px;
}

.heading-139 {
  color: #693d30;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-139.head2, .heading-139.advisors {
  margin-top: 40px;
}

.video-bg {
  padding-top: 0;
  padding-bottom: 0;
}

.youtube-3 {
  background-image: url('../images/Soiree-Video.jpg');
}

.grid-47 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
}

.filter-img {
  filter: grayscale();
}

.spec-img-bx {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.spec-img-bx._1 {
  background-image: url('../images/Gayathri-1.jpg');
}

.spec-img-bx._2 {
  background-image: url('../images/Ravi-Trivedi-1.jpg');
}

.spec-img-bx._3 {
  background-image: url('../images/Shobha-1.jpg');
}

.linkdein-icon {
  border: 1px solid var(--light-grey);
  border-radius: 3px;
  padding: 5px;
}

.linkedin-linkbx {
  margin-top: 10px;
}

.youtube-video {
  background-image: none;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube-video.v1 {
  background-image: none;
}

.html-embed-8 {
  background-image: url('../images/IMG_6110-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: static;
}

.section-70 {
  border-bottom: 1px solid var(--saddle-brown);
  background-color: var(--saddle-brown);
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.container-96 {
  max-width: 1300px;
}

.container-96.v1 {
  max-width: 1000px;
}

.container-96.v1.alt {
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.grid-48 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.grid-48.alt {
  grid-template-columns: 1fr;
}

.div-block-265 {
  background-color: var(--light-grey);
  padding: 20px 40px;
}

.div-block-265.v1 {
  width: 100%;
}

.div-block-265.white {
  background-color: var(--white);
  color: var(--white);
}

.heading-148 {
  color: var(--saddle-brown);
  border: 1px #000;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-148.v1 {
  text-align: center;
}

.heading-148.v1.alt {
  font-size: 21px;
}

.heading-148.v1.other {
  font-size: 17px;
}

.rich-text-block-3 {
  color: var(--saddle-brown);
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.rich-text-block-3.v1 {
  display: none;
}

.div-block-266 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.image-73 {
  max-width: 450px;
  margin-bottom: 20px;
}

.html-embed-9 {
  margin-top: 20px;
}

.bold {
  color: var(--light-grey);
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.link-25 {
  color: var(--light-grey);
}

.link-25.v1 {
  color: var(--saddle-brown);
}

.text-span, .link-26, .alt {
  color: var(--light-grey);
}

.slide-nav-9 {
  display: none;
}

.icon-48, .icon-49 {
  color: var(--saddle-brown);
  font-size: 30px;
  display: block;
}

.slider-11 {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 350px;
  padding-top: 40px;
  display: block;
}

.testi-slider-bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.grid-49 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr;
}

.slide-nav-10 {
  display: none;
}

.left-arrow-7 {
  margin-top: -5%;
  margin-left: -80px;
}

.right-arrow-7 {
  margin-top: -5%;
  margin-right: -80px;
}

.div-block-267 {
  filter: grayscale();
}

.image-74 {
  width: 200px;
}

.new-media-container {
  max-width: 1200px;
}

.new-media-container.hidenow {
  display: none;
}

.grid-50 {
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.box-media1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 10px 60px 20px;
  display: flex;
}

.image-75 {
  padding-bottom: 15px;
}

.media-cta {
  border: 1px solid var(--saddle-brown);
  color: var(--saddle-brown);
  text-transform: uppercase;
  background-color: #0000;
  min-width: 150px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.media-cta:hover {
  background-color: var(--saddle-brown);
  color: var(--light-grey);
}

.media-cta.small {
  text-align: center;
  min-width: 150px;
  padding: 8px 20px;
  font-size: 11px;
}

.grid-3 {
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

._3media {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  margin-top: 30px;
  display: flex;
}

.collection-list-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-76 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-268 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-269 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 200px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-271 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-71 {
  background-color: var(--saddle-brown);
}

.section-71.v1 {
  background-color: #0000;
  background-image: linear-gradient(#693d30ab, #693d30ab), url('../images/iaf-home-banner-bg.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 185px;
  padding-bottom: 20px;
  display: flex;
}

.section-71.v2 {
  background-image: url('../images/iaf-lightbg.png');
  background-position: 50% -8%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-71.v2.v3 {
  background-color: var(--saddle-brown);
  background-image: url('../images/iaf-lightbg.png');
  background-position: 50% -20%;
  overflow: hidden;
}

.grid-51 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-51.v1 {
  grid-template-columns: 1fr;
  place-items: center;
  padding-top: 70px;
}

.grid-51.old-hide {
  display: none;
}

.grid-51.v2 {
  justify-content: flex-end;
  place-items: end center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  display: flex;
}

.grid-51.new1 {
  grid-template-columns: 1fr;
  display: block;
}

.grid-51.new1.hidenow {
  display: none;
}

.grid-51.v3 {
  height: 75vh;
}

.grid-51.v3.hide {
  display: none;
}

.text-block-708 {
  color: var(--light-grey);
  text-align: center;
  background-color: #6e4d41;
  justify-content: flex-end;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 1.3em;
  display: inline-block;
  position: static;
  inset: 20px 40px auto auto;
}

.div-block-272 {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div-block-272.v1 {
  align-items: center;
  padding-right: 0;
}

.div-block-272.new1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-right: 0;
}

.italic-text-8 {
  color: var(--light-grey);
  text-align: right;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3em;
  display: block;
}

.italic-text-8.v1 {
  text-align: center;
}

.italic-text-8.browntxt {
  color: var(--saddle-brown);
}

.image-78 {
  width: 350px;
}

.image-78.iaf-logo {
  width: 250px;
}

.image-78.hidenow {
  display: none;
}

.image-78.v1 {
  width: 280px;
}

.text-block-709 {
  color: var(--light-grey);
  text-align: center;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3em;
  display: flex;
}

.text-block-709.v1 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-709.v2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-709.v2.hidetxt {
  display: none;
}

.text-block-709.brown-txt {
  color: var(--saddle-brown);
}

.image-79 {
  width: 75px;
}

.image-79.afw-logo {
  filter: invert();
  mix-blend-mode: luminosity;
  width: 90px;
}

.image-79.mord-logo {
  filter: invert();
  mix-blend-mode: normal;
  width: 120px;
  margin-left: 0;
}

.image-79.v2 {
  width: 100px;
}

.image-79.v3 {
  width: 125px;
  display: none;
}

.div-block-273 {
  border-top: 1px solid #ddd0cc6e;
  border-bottom: 1px solid #ddd0cc6e;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  display: flex;
}

.div-block-273.v1 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: auto;
  display: flex;
}

.div-block-273.v1.hide-sec, .div-block-273.v1.hidebx {
  display: none;
}

.div-block-273.v2 {
  border-top-color: #693d30a6;
  border-bottom-color: #693d30a6;
  justify-content: flex-end;
  width: auto;
}

.div-block-273.v3 {
  border-top-color: #693d30a6;
  border-bottom-color: #693d30a6;
  justify-content: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.image-80.hidenow {
  display: none;
}

.image-80.opzero {
  opacity: 0;
}

.image-80.hide {
  display: none;
}

.linktxt {
  color: var(--saddle-brown);
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.image-81 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.grid-52 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 50px 1.3fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center stretch;
  width: 100%;
  display: grid;
  overflow: visible;
}

.div-block-274 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-53 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-54 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.left-box-up {
  border: 2px solid var(--saddle-brown);
  border-radius: 20px;
  padding: 20px;
}

.toc-leftimg {
  width: 110px;
  padding-right: 0;
}

.toc-left-cont {
  padding-left: 0;
}

.toc-right-sm-bx {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.toc-right-img {
  width: 100px;
}

.toc-right-img.v1 {
  width: 97px;
}

.toc-right-img.tech1 {
  width: 120px;
}

.left-box-down {
  border: 2px solid var(--saddle-brown);
  border-radius: 20px;
  padding: 20px;
  display: none;
}

.bold-italic {
  font-style: italic;
  font-weight: 700;
}

.left-bg-bx {
  z-index: 999;
  border: 2px solid var(--saddle-brown);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.mid-arow-dw-b {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.mid-arow-dw-b.desk-hide {
  display: none;
}

.image-82 {
  align-self: center;
  display: none;
}

.div-block-275 {
  overflow: visible;
}

.boldv1 {
  font-weight: 600;
}

.left-arrow-8, .right-arrow-8 {
  font-size: 25px;
  display: block;
}

.fello-test-slider-bg {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-12 {
  background-color: #0000;
  height: 320px;
}

.fwllow-slider1 {
  width: 85%;
  margin-left: 7.5%;
  margin-right: 7.5%;
}

.fwllow-slider1.aruna {
  background-image: url('../images/iaf-test-aruna.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav-11 {
  display: none;
}

.test-say-sec {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: -5px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.grid-55 {
  grid-template-rows: auto;
}

.container-97 {
  max-width: 100%;
}

.slider-13 {
  background-color: #0000;
  align-items: stretch;
  height: auto;
  display: flex;
}

.slider-13.hidenow {
  display: none;
}

.slider1-iaf {
  background-color: #0000;
  padding-right: 100px;
}

.slider2-iaf {
  background-color: #0000;
  background-image: linear-gradient(#e4d9d6, #ddd0cc);
  height: 100%;
}

.mask-2 {
  background-color: var(--saddle-brown);
  background-image: url('../images/Bldg.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 45vw;
  align-self: flex-end;
  height: 100%;
}

.italic-text-9 {
  font-size: 40px;
}

.italic-text-9.v1 {
  font-size: 35px;
}

.div-block-276 {
  background-color: #ddd0cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.grid-56 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.profile-bx {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pro-img {
  border-radius: 0;
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.inner-bx1 {
  background-color: #d2c1bd;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  padding: 10px 20px;
  display: flex;
}

.image-92 {
  margin-right: 20px;
}

.spacer1-2 {
  height: 25px;
}

.div-block-277 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-278 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.div-block-279 {
  width: 500px;
}

.div-block-280 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-280.hide-sec {
  display: none;
}

.div-block-281 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.design {
  background-color: var(--light-grey);
}

.html-embed-10 {
  overflow: auto;
}

.rich-text-block-4 {
  color: var(--light-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3em;
}

.ka-23-banner-bg {
  background-image: url('../images/ka-23-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-282 {
  background-color: var(--white-smoke);
  padding: 30px;
  box-shadow: 0 2px 5px #00000069;
}

.project-media {
  background-color: var(--light-grey);
  display: block;
}

.div-block-283 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-284 {
  background-color: var(--white);
  max-width: 100%;
  padding: 20px 40px;
}

.image-93 {
  max-width: 75%;
  margin-bottom: 20px;
}

.section-72 {
  background-color: var(--saddle-brown);
  align-items: center;
  min-height: 75vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-98 {
  border: 1px solid var(--light-grey);
  padding: 40px;
}

.heading-149 {
  border-bottom: 1px solid var(--light-grey);
  color: var(--light-grey);
  background-image: url('../images/done.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 45px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-710 {
  color: var(--light-grey);
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-38 {
  color: var(--light-grey);
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.link-27 {
  color: var(--white);
}

.text-block-711 {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  margin-top: 40px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.link-28, .text-span-2 {
  color: var(--white);
  text-decoration: none;
}

.div-block-285 {
  margin-top: 40px;
}

.button-18 {
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.text-block-712 {
  color: var(--light-grey);
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-713 {
  color: var(--light-grey);
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.text-block-713.hidetxt {
  display: none;
}

.text-span-4, .text-span-5, .text-span-6 {
  font-weight: 700;
}

.onload-popup {
  display: none;
}

.onload-popup-modal {
  z-index: 9999;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #ffffff36;
}

.image-176 {
  width: auto;
  height: auto;
}

.popup-close-icon {
  color: #113;
  width: 35px;
  margin-left: -35px;
  position: relative;
}

.pop-up-bg {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  align-items: center;
  width: 380px;
  display: flex;
}

.div-block-286 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-287 {
  margin-top: -75px;
  padding-bottom: 5px;
}

.text-block-714 {
  color: var(--saddle-brown);
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3em;
}

.container-99 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.download-link {
  background-color: var(--light-grey);
  color: var(--saddle-brown);
  text-align: center;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.download-link.hide {
  display: none;
}

@media screen and (min-width: 1440px) {
  .heading-40 {
    margin-bottom: 10px;
  }

  .text-block-15 {
    line-height: 1.5em;
  }

  .image-40 {
    display: none;
  }

  .column-170 {
    text-align: center;
  }

  .heading-50 {
    color: var(--saddle-brown);
  }

  .button-10 {
    margin-top: 0;
    display: none;
  }

  .section-27 {
    display: block;
  }

  .heading-87 {
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 300;
  }

  .heading-99.brown {
    color: var(--white);
  }

  .button-15.btn-iaf.banner-appy-btn.v1 {
    background-color: var(--saddle-brown);
    color: var(--light-grey);
  }

  .button-15.btn-iaf.banner-appy-btn.v2 {
    background-color: var(--light-grey);
    color: var(--saddle-brown);
    margin-left: 8px;
    margin-right: 8px;
  }

  .text-block-69, .text-block-70 {
    color: var(--light-grey);
  }

  .desk.footer {
    display: none;
  }

  .tab-pane-team, .tab-pane-advisors {
    padding: 35px;
  }

  .section-71.v2.v3 {
    background-color: var(--saddle-brown);
    background-position: 50% -12%;
  }

  .grid-51.v3 {
    height: 68vh;
  }

  .div-block-272.new1 {
    height: 95vh;
    padding-top: 60px;
  }

  .italic-text-8.browntxt {
    color: var(--saddle-brown);
  }

  .image-78.hidenow {
    display: none;
  }

  .text-block-709.brown-txt {
    color: var(--saddle-brown);
  }

  .div-block-273.v2 {
    border-top-color: #693d30a6;
    border-bottom-color: #693d30a6;
    justify-content: flex-end;
    width: 500px;
  }

  .div-block-273.v3 {
    border-top-color: #693d30a6;
    border-bottom-color: #693d30a6;
    justify-content: center;
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .search-2 {
    display: none;
  }

  .nav-link {
    display: flex;
  }

  .nav-link.brown.bgbtn {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .dropdown-list-6.w--open {
    left: 0;
  }

  .menu-button-2 {
    border-radius: 5px;
    margin-left: 8px;
    padding: 12px;
    transition: box-shadow .3s ease-in-out;
  }

  .menu-button-2.w--open {
    background-color: var(--saddle-brown);
    border-radius: 0;
    box-shadow: inset 0 3px 5px #202a3b1a;
  }

  .menu-button-2.hide {
    display: none;
  }

  .nav-menu {
    background-color: #000;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px 10px;
    display: block;
    box-shadow: 0 10px 6px -6px #202a3b0d;
  }

  .nav-menu.brown1 {
    background-color: var(--saddle-brown);
  }

  .white-fill-navbar-2 {
    display: none;
  }

  .icon-menu-2 {
    color: #fdd007;
  }

  .icon-menu-2.brown {
    color: var(--light-grey);
  }

  .icon-menu-2.brown.hide {
    display: none;
  }

  .nav-menu-2 {
    background-color: #000;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 10px 6px -6px #202a3b0d;
  }

  .nav-menu-2.newbrown {
    background-color: #693d30;
    width: 100%;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    padding-right: 0;
  }

  .section-19.incubator.iaf {
    background-image: url('../images/Banner-Vidhan-Soudha-700x700-3.jpg'), url('../images/Banner-Vidhan-Soudha-2.jpg');
    background-position: 50% 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: cover, cover;
  }

  .section-45, .image-39 {
    display: none;
  }

  .image-40 {
    display: block;
  }

  .section-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-24.brownbg.desk {
    display: flex;
  }

  .container-17 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-17.ello.pro {
    max-width: 100%;
  }

  .container-17.home3 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-17.home8, .container-17.home9, .container-17.home11 {
    justify-content: flex-end;
    max-width: 100%;
  }

  .container-17.con1 {
    justify-content: flex-end;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-22 {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-170 {
    flex-direction: row;
    display: flex;
  }

  .image-18.brownimg {
    padding: 0;
  }

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

  .heading-50.new {
    color: var(--saddle-brown);
  }

  .section-43.iaf.brown.desk {
    display: flex;
  }

  .section-43.iaf.brown.faq2 {
    flex-direction: column;
    display: flex;
  }

  .section-43.brown2.desk {
    display: none;
  }

  .section-43.brown2.home3 {
    background-color: var(--saddle-brown);
  }

  .section-43.brown2.home3.desk {
    display: block;
  }

  .heading-91.browntxt.whttxt.banner-heading {
    font-size: 30px;
  }

  .heading-91.browntxt.whttxt.banner-subheading {
    padding-left: 140px;
    padding-right: 140px;
    font-size: 20px;
    line-height: 1.2em;
  }

  .heading-91.browntxt.whttxt.banner-lighttxt {
    font-size: 22px;
  }

  .heading-91.browntxt.whttxt.banner-lighttxt.v2 {
    font-size: 21.5px;
  }

  .heading-91.browntxt._1 {
    color: var(--light-grey);
  }

  .paragraph-17.lightbrown.ltxt.testi-para {
    text-align: center;
  }

  .paragraph-17.lightbrown.ltxt.pro-desc {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .paragraph-17.lightbrown._1 {
    color: var(--light-grey);
  }

  .section-29.brownbg.desk, .section-29.brownbg._1.desk {
    display: none;
  }

  .section-29.brownbg._1.theoey-sec, .section-29.brownbg._1.test-slider-sec {
    display: flex;
  }

  .section-29.brownbg.home5 {
    background-color: var(--saddle-brown);
    display: flex;
  }

  .container-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-22.home3 {
    max-width: 100%;
  }

  .heading-57.browntxt._1.mob {
    color: var(--saddle-brown);
  }

  .heading-57.browntxt._1.mob.txtlight {
    color: var(--light-grey);
  }

  .heading-57.people-name {
    margin-top: 10px;
    font-size: 28px;
  }

  .heading-57.people-desg {
    font-size: 18px;
  }

  .grid-5.hide {
    display: none;
  }

  .grid-5.hideon-mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-95.brownbox {
    background-color: var(--light-grey);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-58.thoery-heading.v1 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-18.browntxt.new {
    color: var(--saddle-brown);
  }

  .paragraph-18.browntxt.v1 {
    text-align: center;
    padding-right: 0;
  }

  .paragraph-18.toc-right-para.new {
    color: var(--saddle-brown);
  }

  .section-44.home.brownbg.desk {
    display: none;
  }

  .heading-92.browntxt._1 {
    color: var(--saddle-brown);
  }

  .heading-92.browntxt.lighttxt, .heading-92.lighttxt {
    color: var(--light-grey);
  }

  .heading-92.lighttxt._1 {
    color: var(--saddle-brown);
  }

  .grid-17 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .section-46.brownbg.desk {
    display: none;
  }

  .section-46.brownbg.home8 {
    padding-top: 60px;
    display: flex;
  }

  .section-46.brownbg.home8.update.v1 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section-46.brownbg.home8.update.v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-46.brownbg.home8.dark-bg.v1 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section-46.brownbg.home8.dark-bg.v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-46.brownbg.ka3 {
    padding-top: 60px;
    display: flex;
  }

  .section-46.brownbg.ka3.update.v1 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .div-block-129.brownbx.hidedesk {
    display: flex;
  }

  .div-block-129.fellow-slider-bx {
    width: 100%;
    height: 380px;
  }

  .div-block-129.fellow-slider-bx.hidedesk {
    display: flex;
  }

  .div-block-129.fellow-slider-bx.aruna {
    background-position: 0%;
    height: 500px;
  }

  .grid-19.v2 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-94.browntxt {
    color: var(--saddle-brown);
  }

  .heading-94.browntxt.brtxt.v1 {
    text-align: center;
    font-size: 20px;
    line-height: 1.4em;
  }

  .heading-94.browntxt.brtxt.pro-name {
    text-align: center;
    font-size: 16px;
  }

  .grid-18 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-18.hide, .grid-18.hidemob, .grid-18.hidemob.quotes-bx-grid, .text-block-54.brtxt {
    display: none;
  }

  .paragraph-29.brtxt.v1 {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-29.brtxt.desig-txt {
    text-align: center;
    justify-content: center;
    font-size: 13px;
  }

  .para {
    text-align: center;
  }

  .text-block-17 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .text-block-17.brown {
    text-align: center;
  }

  .column-155 {
    background-image: url('../images/parliament.jpg');
    background-position: 50% 0;
    background-size: auto;
    padding-left: 40px;
  }

  .heading-22 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .heading-22.brown {
    text-align: center;
    text-transform: none;
  }

  .section-6.con1.desk {
    display: none;
  }

  .git.brown {
    text-align: center;
  }

  .checkbox-label {
    text-transform: none;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-wrapper.application-faq {
    max-width: 100%;
    display: block;
  }

  .faq-wrapper.progrm-faq {
    max-width: 100%;
  }

  .youtube-2 {
    width: 100%;
  }

  .media-stories.brownbg.desk {
    display: none;
  }

  .media-stories.brownbg.desk.media-new {
    display: block;
  }

  .heading-87.whitetxt {
    font-family: Montserrat, sans-serif;
  }

  .heading-87.whitetxt.mob-heading {
    color: var(--saddle-brown);
  }

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

  .collection-list-wrapper.ss.hide {
    display: none;
  }

  .collection-list-wrapper.ss.hide.media-slider1 {
    display: flex;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-4.mrdia1 {
    width: 80vw;
    margin-top: 10px;
  }

  .div-block-82.media1 {
    height: 300px;
  }

  .div-block-83 {
    height: 175px;
  }

  .heading-41 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .image-17 {
    width: 150px;
  }

  .grid-20 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-131, .section-47.brownbg.desk {
    display: none;
  }

  .section-47.brownbg.home6 {
    background-color: var(--light-grey);
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .container-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .container-23.home7 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .diagram-desk {
    display: none;
  }

  .grid-23 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-23.grid-2 {
    grid-template-columns: 1fr;
  }

  .big-blocks {
    padding-left: 35px;
    padding-right: 35px;
  }

  .big-blocks.hide {
    display: none;
  }

  .girdx {
    grid-template-columns: 1fr;
  }

  .image-45.y {
    display: block;
  }

  .image-45.x {
    display: none;
  }

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

  .phases {
    display: none;
  }

  .image-46 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-46.home5 {
    width: 400px;
    padding-bottom: 20px;
  }

  .image-46.hideimg {
    display: none;
  }

  .image-46.new-img {
    width: 500px;
    padding-bottom: 20px;
    display: none;
  }

  .image-46.old-img {
    width: 400px;
    padding-bottom: 20px;
    display: none;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }

  .div-block-136.projects.brown {
    background-color: var(--light-grey);
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
  }

  .div-block-136.projects.brown.pro3 {
    justify-content: center;
    width: 100vw;
  }

  .div-block-136.projects.brown.pro3._1 {
    background-color: var(--light-grey);
    width: 100vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-136.projects.brown.bx1 {
    background-color: var(--light-grey);
    width: 80%;
    padding-top: 15px;
  }

  .div-block-136.projects.brown.probox-ka {
    background-color: var(--white-smoke-3);
    justify-content: center;
    width: 70vw;
    height: 35vh;
  }

  .div-block-136.projects.brown.punjab-bx {
    padding: 40px 10px;
  }

  .div-block-136.projects.brown.v1 {
    justify-content: space-around;
    height: 300px;
  }

  .heading-97 {
    text-align: center;
    font-size: 21px;
  }

  .section-48.hide.brown.desk {
    display: none;
  }

  .section-48.hide.brown.ka-3 {
    background-color: var(--white-smoke-3);
    display: flex;
  }

  .section-50.people1 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/people-banner1-1.jpg');
    background-position: 0 0, 50%;
    display: none;
  }

  .section-50.people1.people11 {
    padding-top: 100px;
    display: flex;
  }

  .section-50.ka-brudcrumb.desk {
    display: none;
  }

  .section-50.ka-brudcrumb.ka-1 {
    display: inline;
  }

  .section-50.pb-brudcrumb.desk {
    display: none;
  }

  .section-50.pb-brudcrumb.pb-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline;
  }

  .section-50.pb-bnner {
    background-image: linear-gradient(#000c, #000c), url('../images/punjab-vidhan-bhavan-mob-banner.jpg');
    background-position: 0 0, 50%;
    display: flex;
  }

  .section-50.ka-valedictory1 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/Soiree-Video.jpg');
    background-position: 0 0, 50%;
    height: 420px;
    display: flex;
  }

  .heading-99.brown {
    color: var(--white-smoke);
  }

  .heading-99.brown.bottom-center.whitetxt {
    padding-top: 220px;
    font-size: 45px;
  }

  .text-block-59.browntxt {
    color: var(--light-grey);
  }

  .text-block-59.browntxt.hidetxt {
    display: none;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .container-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-26.hero {
    padding-left: 20px;
    padding-right: 10px;
  }

  .grid-24 {
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-24.designate {
    grid-row-gap: 16px;
    grid-template-columns: 1.85fr;
  }

  .image-48 {
    max-width: 50%;
  }

  .div-block-141 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-60.newbrown {
    margin-top: 10px;
  }

  .div-block-143.brownbg, .div-block-143.brownbg-applybtn {
    height: auto;
  }

  .grid-25 {
    grid-template-columns: 1fr;
  }

  .grid-25.applynwbtn {
    width: 80%;
  }

  .button-15 {
    font-size: 15px;
  }

  .button-15.btn-iaf.banner-appy-btn.v2 {
    padding: 9px 22px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .button-15.menu-reg-btn {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    margin-left: 20px;
    display: inline-block;
  }

  .button-15.btnx {
    margin-right: 0%;
  }

  .button-15.btnx.v2hover {
    margin-top: 20px;
  }

  .heading.main.brown.lightbrtxt {
    color: var(--light-grey);
  }

  .section-53.brown1.desk {
    display: none;
  }

  .section-53.brown1.ka-2, .section-53.brown1.pb-2, .section-53.brown1.ka-2-1, .section-53.brown1.ka-211, .section-53.brown1.ka-23-1 {
    display: flex;
  }

  .section-53.brown1-newlwtter.desk {
    display: none;
  }

  .section-53.people1.desk {
    background-color: var(--saddle-brown);
    display: block;
  }

  .container-27, .section-54 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-54.brown.desk {
    display: none;
  }

  .container-28.team2 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-wrapper-2.hide {
    display: none;
  }

  .collection-list-6 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-147 {
    width: 85%;
  }

  .heading-104.brown {
    line-height: 1.3em;
  }

  .div-block-151 {
    width: 250px;
    height: 250px;
    margin-bottom: 0;
  }

  .slider.desk, .slider.desk.hide {
    display: none;
  }

  .slide.home1 {
    background-image: linear-gradient(#693d3080, #693d3080), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .div-block-152 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    padding-top: 220px;
  }

  .slide-2 {
    background-color: #0000;
    background-image: linear-gradient(#693d30cc, #693d30cc), linear-gradient(#00000080, #00000080);
  }

  .container-29 {
    justify-content: space-between;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-29.banner2 {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-29.mob {
    justify-content: space-between;
  }

  .grid-28.banner2 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: -73px;
  }

  .text-block-68 {
    font-size: 19px;
  }

  .text-block-68.lightbrtxt {
    text-align: center;
    margin-top: -60px;
    font-size: 17px;
  }

  .text-block-68.lightbrtxt.punjab {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-69 {
    color: var(--light-grey);
    font-size: 21px;
  }

  .text-block-69.lightbrtxt {
    text-align: center;
    font-size: 20px;
  }

  .text-block-70 {
    color: var(--light-grey);
  }

  .text-block-70.lightbrtxt {
    text-align: center;
    font-size: 16px;
  }

  .tabs.hidetabs, .section-56.brownbg.desk {
    display: none;
  }

  .section-56.brownbg.home9 {
    display: flex;
  }

  .container-30.brown {
    max-width: 100%;
  }

  .brown-navigation {
    border-style: none;
    border-bottom-color: var(--light-grey);
    width: 100%;
  }

  .s-scroll {
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    padding-bottom: 40px;
    display: flex;
    overflow: hidden;
  }

  .s-scroll.home1 {
    background-color: #0000;
    padding-bottom: 0;
  }

  .s-scroll.home1.hideslider, .s-scroll.home1.hide, .s-scroll.home1.old-mobile-slider, .s-scroll.home1.hero {
    display: none;
  }

  .s-scroll.home2 {
    background-color: var(--light-grey);
    background-image: linear-gradient(to bottom, transparent, var(--light-grey) 62%);
    background-position: 0 0;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .s-scroll.home3 {
    background-color: var(--saddle-brown);
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .s-scroll.home4 {
    background-color: var(--white-smoke-3);
  }

  .s-scroll.home5 {
    background-color: var(--white-smoke);
  }

  .s-scroll.home6 {
    background-color: var(--light-grey);
  }

  .s-scroll.home7 {
    background-color: var(--white-smoke);
  }

  .s-scroll.home8 {
    background-color: var(--light-grey);
  }

  .s-scroll.home9 {
    background-color: var(--white-smoke-2);
  }

  .s-scroll.home10 {
    background-color: var(--light-grey);
  }

  .s-scroll.home11 {
    background-color: var(--saddle-brown);
    padding-bottom: 0;
  }

  .s-scroll.pro1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-mobile-breadcrumb.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -80px;
  }

  .s-scroll.pro2 {
    background-color: var(--light-grey);
    background-image: linear-gradient(to bottom, transparent, var(--light-grey) 60%), url('../images/Karnataka.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .s-scroll.pro3 {
    background-color: var(--saddle-brown);
    padding-bottom: 50px;
  }

  .s-scroll.faq1 {
    background-image: url('../images/bookshelf.jpg');
    background-position: 0 0;
    background-size: auto;
    margin-top: 0;
  }

  .s-scroll.faq2 {
    height: auto;
  }

  .s-scroll.con1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/parliament.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    margin-top: 0;
  }

  .s-scroll.con2 {
    background-color: var(--saddle-brown);
  }

  .s-scroll.con2.hideform {
    display: none;
  }

  .s-scroll.team1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bookshelf.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    margin-top: -80px;
  }

  .s-scroll.team2 {
    background-color: var(--white-smoke-2);
  }

  .s-scroll.news2 {
    background-color: var(--light-grey);
    background-image: linear-gradient(to bottom, transparent, var(--light-grey) 60%);
  }

  .s-scroll.news {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bookshelf.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -80px;
  }

  .s-scroll.pb1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pb-mob-brudcrumb1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    margin-top: -80px;
    display: none;
  }

  .s-scroll.pbpro1 {
    background-color: var(--white-smoke-2);
  }

  .s-scroll.people1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-banner3-1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: -80px;
    display: none;
  }

  .s-scroll.people2 {
    display: none;
  }

  .s-scroll.pbpro1 {
    background-color: var(--light-grey);
    background-image: linear-gradient(to bottom, transparent, var(--light-grey) 48%), url('../images/punjab-vidhan-bhavan-mob-banner.jpg');
    background-position: 0 0, 50% -80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .s-scroll.ka-pro1 {
    background-color: var(--light-grey);
    background-image: linear-gradient(to bottom, transparent, var(--light-grey) 45%), url('../images/2-3.jpeg');
    background-position: 0 0, 50% -77%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .s-scroll.ka-pro3 {
    background-color: var(--light-grey);
    background-image: linear-gradient(to bottom, transparent, var(--light-grey) 60%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .s-scroll.timeline1 {
    background-color: var(--white-smoke-3);
  }

  .s-scroll.ka-3 {
    background-color: var(--light-grey);
    padding-bottom: 0;
  }

  .s-scroll.ka-2 {
    background-color: var(--saddle-brown);
  }

  .s-scroll.advisory-1 {
    background-color: var(--light-grey);
  }

  .s-scroll.pb-mob-banner {
    background-color: #0000;
    padding-bottom: 0;
  }

  .s-scroll.pb-mob-banner.hideslider, .s-scroll.pb-mob-banner.hide {
    display: none;
  }

  .slide-nav {
    text-align: center;
    inset: auto 0% 6%;
  }

  .icon-4, .icon-5 {
    display: none;
  }

  .slider-2 {
    background-color: #0000;
    margin-bottom: 10px;
  }

  .slider-2.home4 {
    background-color: var(--light-grey);
    display: flex;
  }

  .flowout-button.flowout-section-button {
    display: flex;
  }

  .flowout-button.flowout-section-button.approach._1 {
    border-color: var(--light-grey);
    color: var(--light-grey);
  }

  .flowout-button.flowout-section-button.approach._1:hover {
    background-color: var(--light-grey);
    color: var(--saddle-brown);
  }

  .flowout-button.flowout-section-button.approach {
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    width: 60vw;
    min-height: 50px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slide-nav-2 {
    inset: auto 0% -3%;
  }

  .icon-6, .icon-7 {
    display: none;
  }

  .slider-3 {
    background-color: #0000;
    width: 60vw;
  }

  .icon-8, .icon-9 {
    display: none;
  }

  .slider-4 {
    background-color: var(--light-grey);
    width: 60vw;
    padding-top: 20px;
  }

  .splide__arrow.splide__arrow--next {
    background-color: #0000;
    background-image: none;
    border-style: none;
    border-radius: 0;
    width: 25%;
    height: 50vh;
    margin-top: -50vh;
    margin-right: 0;
    position: relative;
  }

  .splide__arrow.splide__arrow--prev {
    background-color: #0000;
    background-image: none;
    border-style: none;
    border-radius: 0;
    width: 25%;
    height: 50vh;
    margin-top: -50vh;
  }

  .splide__list {
    display: flex;
  }

  .splide__slide {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .splide__arrows {
    justify-content: space-between;
  }

  .brue-hide {
    display: none;
  }

  .slider-5 {
    background-color: #0000;
    width: 90vw;
    height: auto;
  }

  .slider-5.hide-desk {
    display: flex;
  }

  .slider-5.hide-desk.hidenow {
    display: none;
  }

  .slide-nav-3 {
    inset: auto 0% 5%;
  }

  .icon-10 {
    background-color: #0000;
    margin-right: 5px;
  }

  .icon-11 {
    margin-left: 5px;
  }

  .collection-list.hide {
    display: none;
  }

  .container.pro2 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .desk.footer {
    display: block;
  }

  .con1col-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-box {
    text-align: center;
  }

  .image-53 {
    display: none;
  }

  .slide-container.media {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .wrapper._1 {
    padding-top: 0;
  }

  .wrapper._5 {
    height: 80%;
    padding-top: 10px;
  }

  .div-block-234.mediabox {
    width: 50vw;
    height: 80vh;
  }

  .div-block-234.mediabox._1 {
    width: 100vw;
    height: 100vh;
  }

  .div-block-236 {
    flex-direction: row;
    display: flex;
  }

  .div-block-237 {
    display: flex;
  }

  .dropdown-4 {
    width: 100%;
  }

  .grid-30.footer-btn-grid {
    width: 50%;
  }

  .grid-31.theory-grid {
    grid-template-columns: 1fr;
  }

  .theory-bx {
    height: 130px;
  }

  .section-18 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-18.newbrown.desk, .section-18.newbrown.advisory-sec.desk {
    display: none;
  }

  .section-18.newbrown.advisory-sec.home6, .section-18.newbrown.advisory-sec.ka-2 {
    height: auto;
    display: flex;
  }

  .grid-35 {
    grid-template-columns: 1fr 1fr;
  }

  .section-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-31.newbrown.desk {
    display: none;
  }

  .section-31.newbrown.desk.home6, .section-31.newbrown.desk.home7 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .grid-36 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-59 {
    height: 300px;
  }

  .image-57 {
    perspective: none;
    transform: none;
  }

  .image-57.hide-mob-arrow {
    display: none;
  }

  .container-31 {
    max-width: 100%;
  }

  .collection-list-7 {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-list-7.leadership-sec {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .collection-list-7.leadership-sec.alt {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-7.leadership-sec.top1, .collection-list-7.advisory-sec {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .new-link {
    width: 80vw;
  }

  .link-block {
    background-position: 50% 8%;
    height: 400px;
  }

  .div-block-81.newbrown.advisory-pannel.cl1, .div-block-81.brown1.advisory-pannel.cl1 {
    background-color: var(--white-smoke-3);
  }

  .div-block-81.spec-aw-inner-bx {
    height: 120px;
  }

  .div-block-81.spec-aw-inner-bx.advisory-pannel.cl1 {
    background-color: var(--white-smoke-3);
  }

  .people-bx {
    width: 60vw;
  }

  .leadership-container {
    justify-content: center;
  }

  .collection-item-2, .collection-list-wrapper-3, .collection-list-wrapper-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-6.pb-slider {
    display: block;
  }

  .people-details {
    width: 80vw;
  }

  .div-block-246 {
    justify-content: flex-end;
    padding-bottom: 20px;
    display: none;
  }

  .div-block-246.advisory-popup {
    justify-content: flex-end;
    padding-bottom: 20px;
    display: none;
    position: fixed;
  }

  .grid-38 {
    background-color: var(--light-grey);
    grid-template-columns: 1fr;
    justify-items: start;
    width: 95%;
    height: auto;
  }

  .grid-38.advisory-group {
    grid-template-columns: 1fr;
    align-content: start;
    place-items: stretch center;
    width: 90%;
    height: auto;
  }

  .div-block-247 {
    border-style: solid;
    border-color: var(--saddle-brown);
    background-color: #0000;
    width: 150px;
    height: 150px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-247.advisory-bgimg {
    border: 1px solid var(--saddle-brown);
    background-color: #0000;
    width: 180px;
    height: 180px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-247.advisory-bgimg._1 {
    background-color: var(--white-smoke-3);
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: none;
  }

  .div-block-248 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: -25px;
    display: flex;
  }

  .image-61.img-hide {
    display: none;
  }

  .text-block-702 {
    width: 95%;
  }

  .text-block-702.advisoy-cl-btn {
    width: 90%;
    font-family: Montserrat, sans-serif;
  }

  .div-block-249.btm.app-innerbx.bx2 {
    height: 225px;
  }

  .div-block-249.appbx-bxinner {
    height: 190px;
  }

  .div-block-250.heightbx {
    height: 75px;
  }

  .section-59.desk {
    display: flex;
  }

  .section-59.people2 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .grid-41 {
    place-items: center stretch;
  }

  .grid-41.mob {
    margin-top: 0;
  }

  .slide-9, .slide-10 {
    background-color: #0000;
    background-image: linear-gradient(#693d30cc, #693d30cc), linear-gradient(#00000080, #00000080);
  }

  .slide-10.punjab {
    background-image: linear-gradient(to bottom, var(--saddle-brown), var(--saddle-brown)), linear-gradient(to bottom, #00000080, #00000080);
  }

  .slide-10.punjab.v1 {
    background-image: linear-gradient(#693d30cc, #693d30cc), linear-gradient(#00000080, #00000080), url('../images/punjab-vidhan-bhavan-mob-banner.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .section-60.desk {
    display: none;
  }

  .section-60.ka-4, .section-60.ka {
    display: flex;
  }

  .container-36 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-9 {
    grid-template-columns: 1fr 1fr;
  }

  .container-37.old-media-hide {
    display: none;
  }

  .container-37.darkbg {
    background-color: var(--saddle-brown);
    max-width: 100%;
  }

  .meida-container-drif, .meida-container-drif.media-page-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-apl-reg-box {
    grid-template-columns: 1fr;
  }

  .footer-apl-reg-box.applynwbtn {
    width: 80%;
  }

  .mob-peolple-banner {
    background-image: linear-gradient(#000c, #000c), url('../images/ka-banner1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    padding-bottom: 60px;
    display: flex;
  }

  .mob-peolple-banner.desk {
    height: 400px;
    padding-bottom: 40px;
    display: flex;
  }

  .left-arrow-4, .right-arrow-4 {
    display: none;
  }

  .slider-8 {
    background-color: #0000;
  }

  .slide-nav-7 {
    margin-bottom: -41px;
  }

  .collection-item-4 {
    justify-content: center;
    display: flex;
  }

  .right-arrow-5, .left-arrow-5 {
    display: none;
  }

  .slider-9 {
    background-color: #0000;
  }

  .slide-nav-8 {
    margin-bottom: -38px;
  }

  .collection-item-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-10 {
    background-color: #0000;
  }

  .left-arrow-6, .right-arrow-6 {
    display: none;
  }

  .div-block-260 {
    width: 250px;
    height: 250px;
  }

  .splide__arrows-2 {
    justify-content: space-between;
  }

  .container-88 {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-147 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .splide__slide-2 {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .text-block-707 {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-707.bx.s {
    color: var(--saddle-brown);
  }

  .text-block-707.bx.s.valedic-para {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home2 {
    background-color: var(--light-grey);
  }

  .home3 {
    background-color: var(--saddle-brown);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home4 {
    background-color: var(--light-grey);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hide-old-pro {
    display: flex;
  }

  .section-62 {
    background-color: var(--saddle-brown);
    display: block;
  }

  .section-63 {
    background-color: var(--light-grey);
    display: block;
  }

  .section-63.v1 {
    background-color: var(--saddle-brown);
  }

  .image-67 {
    height: auto;
  }

  .image-67.hide-desk-arrow {
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
  }

  .slide-19, .slide-20, .slide-23 {
    background-image: linear-gradient(#693d30cc, #693d30cc), linear-gradient(#00000080, #00000080);
  }

  .html-embed-2 {
    display: block;
  }

  .html-embed-3, .monitoring {
    display: none;
  }

  .monitoring-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .monitoring-grid.grid-2 {
    grid-template-columns: 1fr;
  }

  .section-66 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-45 {
    grid-template-columns: 1fr 1fr;
  }

  .section-67 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-list-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 60vw;
  }

  .div-block-263.filter-img {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-264.brown-bx {
    height: 125px;
  }

  .section-68 {
    background-color: var(--saddle-brown);
  }

  .grid-46.v1 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-69 {
    display: flex;
  }

  .image-69 {
    width: 50vw;
  }

  .collection-list-12, .collection-list-14 {
    grid-template-columns: 1fr 1fr;
  }

  .spec-img-bx, .spec-img-bx._3 {
    height: 250px;
  }

  .slide-24, .slide-25 {
    background-color: var(--white-smoke-3);
  }

  .section-70 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-48 {
    grid-template-columns: 1fr;
  }

  .div-block-266 {
    padding-right: 0;
  }

  .slider-11 {
    height: 70vh;
  }

  .grid-49 {
    grid-template-columns: 1fr;
  }

  .div-block-267 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .new-media-container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-50 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  ._3media {
    margin-top: 20px;
  }

  .collection-list-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-268 {
    height: 200px;
  }

  .div-block-269 {
    height: 250px;
  }

  .div-block-270 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-77 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: auto;
    width: auto;
    height: auto;
  }

  .section-71.v1 {
    padding-top: 100px;
  }

  .section-71.v2 {
    background-position: 50% -735%;
    background-size: cover;
  }

  .section-71.v2.v3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-51 {
    background-image: url('../images/Bldg.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 300px;
    grid-template-columns: 1fr;
  }

  .grid-51.v1, .grid-51.v2, .grid-51.new1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-51.v3 {
    background-image: linear-gradient(#d7d7d780, #d7d7d780), url('../images/delhi-secretariat-closeup-1-1.png');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 250px;
  }

  .text-block-708 {
    font-size: 23px;
  }

  .text-block-708.v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-272 {
    justify-content: center;
    align-items: center;
    height: 65vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-272.v1 {
    height: 50vh;
  }

  .div-block-272.new1 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .italic-text-8 {
    text-align: center;
  }

  .div-block-273.v1 {
    flex-direction: column;
  }

  .image-80 {
    display: none;
  }

  .grid-52 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-54 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    display: grid;
  }

  .left-box-up {
    margin-top: 40px;
  }

  .toc-leftimg {
    width: 100px;
  }

  .toc-leftimg.v1 {
    margin-top: 20px;
  }

  .toc-left-cont {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .left-bg-bx {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 2px solid var(--saddle-brown);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
    display: grid;
  }

  .mid-arow-dw-b.desk-hide {
    display: flex;
  }

  .left-arrow-8 {
    margin-left: 0;
    display: none;
  }

  .right-arrow-8 {
    margin-right: 0;
    display: none;
  }

  .fello-test-slider-bg {
    width: 100%;
  }

  .slider-12 {
    width: 100%;
    height: 380px;
  }

  .fwllow-slider1 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .test-img-bg {
    align-items: center;
    width: 30%;
    margin-top: -40px;
    display: flex;
  }

  .test-say-sec {
    margin-left: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-84 {
    align-self: auto;
  }

  .image-85 {
    margin-top: 0;
    padding-top: 40px;
  }

  .image-85.v1 {
    padding-top: 70px;
  }

  .image-86 {
    margin-top: -20px;
  }

  .image-87, .image-90.v1 {
    padding-top: 20px;
  }

  .slider1-iaf {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 0;
  }

  .italic-text-9.v1 {
    font-size: 35px;
  }

  .grid-56 {
    width: 85%;
  }

  .pro-img {
    width: 100px;
  }

  .spacer1-2 {
    height: 20px;
  }

  .icon-50 {
    font-size: 20px;
  }

  .ka-23-banner-bg {
    background-size: cover;
  }

  .project-media {
    background-color: var(--light-grey);
    display: block;
  }

  .div-block-283 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .hide-bx, .image-94 {
    display: none;
  }

  .pop-up-bg {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .image-16 {
    display: block;
  }

  .image-16.v1 {
    width: 200px;
  }

  .nav-menu {
    background-color: #000;
    border-radius: 0;
  }

  .icon-menu-2 {
    color: #fdd007;
  }

  .logo-2 {
    display: none;
  }

  .nav-menu-2 {
    padding: 20px;
  }

  .column-144 {
    text-align: center;
  }

  .brand-footer-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-9 {
    text-align: center;
  }

  .text-block-2 {
    text-align: center;
    text-transform: none;
    padding-top: 10px;
    padding-right: 0;
    font-size: 13px;
  }

  .heading-40 {
    font-size: 21px;
    line-height: 1.5em;
  }

  .container-17.ello.pro {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .columns-22 {
    justify-content: center;
    align-items: center;
  }

  .column-170 {
    justify-content: center;
  }

  .image-18.brownimg {
    width: 25%;
  }

  .section-43.brown2.home3.desk {
    display: none;
  }

  .heading-91.browntxt.whttxt.banner-heading {
    margin-top: 0;
  }

  .heading-91.browntxt.whttxt.banner-subheading {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-91.browntxt.whttxt.banner-lighttxt {
    font-size: 16px;
  }

  .heading-91.browntxt.whttxt.banner-lighttxt.v2 {
    font-size: 16.2px;
  }

  .paragraph-17.lightbrown.ltxt.pro-desc {
    font-size: 12px;
  }

  .paragraph-17.lightbrown._1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-57.people-desg {
    font-size: 13px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .paragraph-18.toc-right-para.v1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-11 {
    text-align: center;
  }

  .heading-54 {
    margin-top: 20px;
  }

  .div-block-129.fellow-slider-bx {
    height: 420px;
    padding: 10px 20px 0;
    overflow: hidden;
  }

  .grid-19 {
    grid-template-columns: 1.75fr;
    justify-items: start;
  }

  .grid-19.brown {
    grid-template-columns: .75fr 1.75fr;
  }

  .grid-19.v2 {
    grid-template-columns: .5fr 1fr;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-94.browntxt {
    font-size: 22px;
    line-height: 1.3em;
  }

  .heading-94.browntxt.brtxt.v1 {
    font-size: 18px;
  }

  .heading-94.browntxt.brtxt.pro-name {
    font-size: 14px;
  }

  .paragraph-29.brtxt.v1 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .paragraph-29.brtxt.desig-txt {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .column-155 {
    padding: 20px;
  }

  .section-6 {
    background-image: none;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-87.media-title.small {
    font-size: 20px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .heading-41 {
    font-size: 16px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .div-block-136.projects.brown {
    width: 100%;
  }

  .div-block-136.projects.brown.pro3._1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-136.projects.brown.probox-ka {
    background-color: var(--white-smoke-3);
    width: 90vw;
  }

  .div-block-136.projects.brown.v1 {
    justify-content: flex-start;
    height: auto;
  }

  .section-48.hide.brown.ka-3 {
    display: flex;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .section-50.people1.people11 {
    padding-top: 100px;
    display: flex;
  }

  .section-50.pb-bnner {
    background-image: linear-gradient(#000c, #000c), url('../images/punjab-vidhan-bhavan-mob-banner.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-143 {
    height: 200px;
  }

  .div-block-143.brownbg, .div-block-143.brownbg-applybtn {
    padding-bottom: 10px;
  }

  .grid-25 {
    grid-template-columns: 1fr;
  }

  .grid-25.applynwbtn {
    width: 90%;
  }

  .div-block-144 {
    padding-left: 40px;
  }

  .div-block-144.applybtn {
    padding: 20px;
  }

  .heading-102 {
    text-align: center;
    font-size: 31px;
    line-height: 1.5em;
  }

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

  .button-15.btn-iaf.br-btn.ftbtn, .button-15.btn-iaf.br-btn.bannerbtn, .button-15.btn-iaf.br-btn.light-br-btn, .button-15.btn-iaf.br-btn.btn-banner {
    text-align: center;
    width: auto;
  }

  .button-15.btn-iaf.banner-appy-btn {
    padding: 10px 25px;
  }

  .button-15.btn-iaf.banner-appy-btn.v2 {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
  }

  .div-block-145 {
    padding-right: 0;
  }

  .section-53.brown1.ka-2, .section-53.brown1.ka-2-1, .section-53.brown1.ka-211, .section-53.brown1.ka-23-1 {
    display: flex;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .div-block-149 {
    justify-content: flex-end;
  }

  .div-block-150 {
    width: 100%;
  }

  .container-29 {
    background-image: none;
    justify-content: center;
  }

  .container-29.banner2._1.mob, .container-29.mob {
    justify-content: center;
  }

  .grid-28 {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-28.banner2 {
    margin-top: -51px;
  }

  .grid-28.banner2._1 {
    margin-top: 0;
  }

  .text-block-68, .text-block-69, .text-block-70 {
    text-align: center;
  }

  .image-50 {
    max-width: 25%;
  }

  .image-50.imgdw {
    max-width: 100%;
  }

  .tabs-content.brownbg._1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-56, .container-30.brown {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brown-navigation {
    border-bottom-style: none;
  }

  .s-scroll.home2 {
    background-image: linear-gradient(to bottom, transparent, var(--light-grey) 49%), url('../images/CS_Review_feds.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .s-scroll.pro2 {
    background-size: auto, 150%;
  }

  .s-scroll.pro3 {
    align-items: stretch;
  }

  .s-scroll.team2 {
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .s-scroll.news2 {
    background-size: auto, 150%;
  }

  .s-scroll.pbpro1 {
    background-size: auto, auto;
  }

  .s-scroll.ka-pro1 {
    background-position: 0 0, 50% -90%;
    background-size: auto, 150%;
  }

  .s-scroll.ka-pro3 {
    background-size: auto, 150%;
  }

  .slider-2 {
    width: 90%;
    margin-bottom: 20px;
  }

  .flowout-button.flowout-section-button {
    margin-top: 30px;
  }

  .flowout-button.flowout-section-button.approach {
    width: 80vw;
  }

  .slide-nav-2 {
    bottom: -12%;
  }

  .slider-3 {
    width: 80vw;
  }

  .slider-4 {
    width: 80vw;
    height: 40vh;
  }

  .splide.slider1 {
    padding-top: 0;
  }

  .slide-nav-4 {
    inset: auto 0% 5%;
  }

  .container {
    max-width: 100%;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    background-color: #0000;
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .div-block-234.mediabox {
    width: 70vw;
    height: 100vh;
  }

  .div-block-234.mediabox._1 {
    height: 70vh;
  }

  .grid-30.footer-btn-grid {
    grid-template-columns: 1fr;
  }

  .theory-bx.md-bx {
    height: 120px;
  }

  .grid-36, .collection-list-7 {
    grid-template-columns: 1fr;
  }

  .link-block {
    height: 450px;
  }

  .div-block-81.spec-aw-inner-bx {
    height: auto;
  }

  .people-bx {
    width: 70vw;
  }

  .modal-w {
    margin-bottom: 0;
  }

  .modal-content-w {
    padding: 2rem;
  }

  .cloneable-link-w {
    font-size: .8125rem;
  }

  .remove-w {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid__col {
    width: 100%;
  }

  .hero-content-w {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .div-block-246, .div-block-246.advisory-popup {
    display: none;
  }

  .grid-38 {
    height: auto;
  }

  .grid-38.advisory-group {
    grid-template-columns: 1fr;
  }

  .div-block-247.advisory-bgimg._1 {
    background-size: cover;
    width: 180px;
    height: 180px;
  }

  .div-block-248 {
    margin-top: 0;
    padding-top: 0;
  }

  .grid-39.timeline-mobbx {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 60vw;
  }

  .div-block-249.btm.app-innerbx {
    align-items: flex-start;
    height: 150px;
    display: block;
  }

  .div-block-249.btm.app-innerbx.bx2 {
    height: 180px;
  }

  .div-block-249.appbx-bxinner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 150px;
    display: flex;
  }

  .div-block-251.timelinehidebx {
    height: 0;
  }

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

  .section-60.ka-4, .section-60.ka {
    display: flex;
  }

  .collection-list-9 {
    grid-template-columns: 1fr;
  }

  .newletter-bx.v1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .meida-container-drif, .meida-container-drif.media-page-grid, .footer-apl-reg-box {
    grid-template-columns: 1fr;
  }

  .footer-apl-reg-box.applynwbtn {
    width: 90%;
  }

  .slide-item-2 {
    background-color: #0000;
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .slide-item-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .content-wrapper {
    object-fit: cover;
  }

  .slide-next.mobile-next, .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .right-arrow-5, .left-arrow-5 {
    display: none;
  }

  .slider-9 {
    background-color: #0000;
  }

  .div-block-260 {
    width: 250px;
    height: 250px;
  }

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

  .container-88 {
    padding-bottom: 0;
  }

  .heading-147 {
    margin-bottom: 10px;
  }

  .text-block-707.bx {
    color: var(--saddle-brown);
  }

  .container-89 {
    max-width: 100%;
  }

  .container-90 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hide-old-pro {
    display: flex;
  }

  .hide-old-pro.punjab-projects {
    justify-content: center;
  }

  .container-91 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-67 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-67.desk {
    display: none;
  }

  .section-67.mob {
    background-color: var(--saddle-brown);
    display: block;
  }

  .container-94 {
    padding: 20px;
  }

  .collection-list-10 {
    width: 70vw;
  }

  .html-embed-4 {
    border: 1px #000;
  }

  .section-68 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-46 {
    grid-template-columns: 1fr;
  }

  .image-69 {
    width: 75vw;
  }

  .collection-list-12 {
    grid-template-columns: 1fr;
  }

  .tabs-menu-2 {
    align-items: stretch;
  }

  .grid-47.spc {
    grid-template-columns: 1fr;
  }

  .spec-img-bx, .spec-img-bx._3 {
    height: 450px;
  }

  .section-70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-265.v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-50 {
    grid-template-columns: 1fr;
  }

  .box-media1 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .media-cta.small {
    font-size: 10px;
  }

  ._3media {
    height: auto;
    padding-bottom: 20px;
  }

  .collection-list-15 {
    grid-template-columns: 1fr;
  }

  .div-block-268 {
    height: 300px;
  }

  .div-block-269 {
    height: auto;
  }

  .div-block-271 {
    height: 300px;
  }

  .section-71.v2 {
    background-position: 50% 314%;
    background-size: contain;
  }

  .section-71.v2.v3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-51.v3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 85vh;
  }

  .text-block-708 {
    font-size: 17px;
  }

  .text-block-708.v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-272 {
    justify-content: flex-start;
  }

  .div-block-272.v1 {
    height: 50vh;
  }

  .div-block-272.new1 {
    height: auto;
    padding-bottom: 40px;
  }

  .italic-text-8 {
    font-size: 17px;
  }

  .image-78 {
    width: 250px;
  }

  .text-block-709 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-79 {
    width: 65px;
  }

  .image-79.afw-logo {
    width: 100px;
  }

  .image-79.mord-logo {
    width: 130px;
  }

  .div-block-273 {
    flex-direction: column;
  }

  .div-block-273.v3 {
    padding-top: 0;
  }

  .slider-12 {
    height: 420px;
  }

  .test-img-bg {
    align-items: flex-start;
    width: 60%;
    margin-top: -30px;
  }

  .test-say-sec {
    padding-top: 10px;
  }

  .image-85 {
    margin-top: 20px;
  }

  .image-85.v1 {
    padding-top: 40px;
  }

  .image-86 {
    margin-top: 0;
  }

  .image-87 {
    align-self: auto;
    padding-top: 20px;
  }

  .image-88 {
    margin-top: 10px;
  }

  .image-89 {
    padding-top: 0;
  }

  .image-90 {
    margin-top: 0;
    padding-top: 0;
  }

  .image-90.v1 {
    padding-top: 0;
  }

  .mask-2 {
    background-size: 100vw;
  }

  .italic-text-9.v1 {
    font-size: 30px;
  }

  .div-block-276 {
    padding-top: 0;
  }

  .grid-56 {
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
  }

  .pro-img {
    width: 80px;
  }

  .image-92 {
    margin-right: 10px;
  }

  .spacer1-2 {
    height: 40px;
  }

  .div-block-281 {
    flex-direction: column;
  }

  .div-block-283 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-712 {
    text-align: center;
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .button-dark-2 {
    display: none;
  }

  .nav-menu-2.newbrown {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

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

  .text-block-2 {
    padding-right: 0;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .heading-50.new {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .heading-50.newbrown {
    font-size: 19px;
  }

  .section-43 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-91.browntxt {
    font-size: 21px;
    line-height: 1.3em;
  }

  .heading-91.browntxt.whttxt.banner-heading {
    font-size: 30px;
    line-height: 1.2em;
  }

  .heading-91.browntxt.whttxt.banner-subheading {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: none;
  }

  .heading-91.browntxt.whttxt.banner-subheading.mobhide {
    display: flex;
    overflow: visible;
  }

  .heading-91.browntxt.whttxt.banner-lighttxt.v1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .heading-91.browntxt.whttxt.banner-lighttxt.v2, .heading-91.browntxt.whttxt.banner-lighttxt.v11 {
    text-align: left;
    font-size: 14px;
  }

  .paragraph-17.lightbrown {
    font-size: 13px;
  }

  .paragraph-17.lightbrown.ltxt.pro-desc {
    margin-bottom: 0;
    font-size: 10px;
  }

  .paragraph-17.lightbrown._1 {
    color: var(--light-grey);
  }

  .paragraph-17.lightbrown.short-descr {
    font-size: 15px;
  }

  .paragraph-17.riight-txt {
    font-size: 13px;
  }

  .paragraph-17.people-pro-detail {
    font-size: 10px;
  }

  .container-22 {
    max-width: 100%;
  }

  .heading-57.people-name {
    margin-top: 10px;
    font-size: 19px;
    line-height: 1.3em;
  }

  .heading-57.people-desg {
    font-size: 11px;
    line-height: 1.3em;
  }

  .div-block-95.brownbox {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-58.browntxt, .heading-58.thoery-heading, .heading-58.newsletterbx0title {
    margin-top: 20px;
    line-height: 30px;
  }

  .paragraph-18.browntxt {
    font-size: 13px;
    line-height: 1.3em;
  }

  .paragraph-18.browntxt.new {
    height: 100%;
  }

  .paragraph-18.browntxt.v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-18.toc-right-para {
    font-size: 13px;
    line-height: 1.3em;
  }

  .paragraph-18.toc-right-para.new {
    height: 100%;
  }

  .button-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }

  .div-block-129.brownbx {
    border-style: none;
    padding: 20px;
  }

  .div-block-129.fellow-slider-bx {
    border-style: none;
    height: 500px;
    padding: 0 10px;
    overflow: visible;
  }

  .grid-19.brown {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .grid-19.v2 {
    grid-template-columns: 1fr;
    justify-content: flex-end;
    place-items: center;
    height: 100%;
    padding-top: 0;
  }

  .heading-94.browntxt {
    color: var(--saddle-brown);
    font-size: 19px;
    line-height: 1.3em;
  }

  .heading-94.browntxt.brtxt.v1 {
    text-align: center;
    font-size: 18px;
  }

  .heading-94.browntxt.brtxt.pro-name, .paragraph-29.brtxt {
    text-align: center;
    font-size: 13px;
  }

  .paragraph-29.brtxt.v1 {
    font-size: 14px;
    line-height: 1.4em;
  }

  .para.sub, .text-block-17 {
    font-size: 13px;
  }

  .form-2 {
    padding: 20px 20px 40px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-wrapper {
    padding-top: 125px;
  }

  .html-embed {
    width: 100%;
  }

  .html-embed.video, .html-embed.velidic-video {
    margin-bottom: 20px;
  }

  .heading-87.whitetxt {
    font-family: Montserrat, sans-serif;
  }

  .heading-87.media-title {
    text-align: center;
    font-size: 25px;
  }

  .div-block-83 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-41 {
    font-size: 13px;
  }

  .grid-21 {
    grid-template-columns: 1.35fr;
    height: auto;
  }

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

  .big-blocks.up-space {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-134 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-95 {
    font-size: 17px;
    line-height: 1.5em;
  }

  .heading-96 {
    font-size: 19px;
    line-height: 1.5em;
  }

  .paragraph-32 {
    font-size: 15px;
  }

  .image-46.home5, .image-46.new-img, .image-46.old-img {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-136.projects.brown {
    width: auto;
  }

  .div-block-136.projects.brown.bx1 {
    width: 98%;
  }

  .paragraph-33.browntxt {
    font-size: 11px;
  }

  .collection-list-4 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section-50.people1 {
    background-image: linear-gradient(#00000047, #00000047), url('../images/people-banner1-1.jpg');
    background-position: 0 0, 50% 100%;
    height: 200px;
    margin-top: 70px;
  }

  .section-50.people1.faqs-sec {
    padding-bottom: 10px;
  }

  .section-50.people1.people11 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/people-banner1-1.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 300px;
    padding-top: 60px;
    display: flex;
  }

  .section-50.con1.desk {
    display: none;
  }

  .section-50.pb-bnner {
    background-image: linear-gradient(#000c, #000c), url('../images/punjab-vidhan-bhavan-mob-banner.jpg');
    background-position: 0 0, 50% 100%;
    height: 200px;
    margin-top: 70px;
  }

  .section-50.pb-bnner.faqs-sec {
    padding-bottom: 10px;
  }

  .section-50.ka-valedictory1 {
    background-image: linear-gradient(#000000a8, #000000a8), url('../images/Soiree-Video.jpg');
    background-position: 0 0, 50% 100%;
    height: 350px;
    margin-top: 70px;
  }

  .section-50.ka-valedictory1.faqs-sec {
    padding-bottom: 10px;
  }

  .container-25.people1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .heading-99 {
    font-size: 50px;
  }

  .heading-99.brown {
    line-height: 1.3em;
  }

  .heading-99.brown._1, .heading-99.brown.bottom-center {
    font-size: 40px;
  }

  .heading-99.brown.bottom-center.whitetxt {
    padding-top: 140px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 38px;
  }

  .section-52.newbrown.brcubb-sec.top {
    padding-top: 120px;
  }

  .container-26 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-24 {
    padding: 20px;
  }

  .heading-100 {
    font-size: 25px;
  }

  .div-block-141 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block, .text-block-60 {
    font-size: 13px;
  }

  .text-block-60.dept.newbrown {
    margin-top: 0;
  }

  .paragraph-35 {
    font-size: 13px;
  }

  .list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-143 {
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-143.brownbg, .div-block-143.brownbg-applybtn {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-144.applybtn {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-102, .heading-102.ftheading {
    font-size: 25px;
  }

  .button-15.btn-iaf.br-btn.ftbtn, .button-15.btn-iaf.br-btn.bannerbtn {
    font-size: 11px;
  }

  .button-15.btn-iaf.br-btn.bannerbtn.popup-btn {
    width: 130px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .button-15.btn-iaf.br-btn.light-br-btn {
    font-size: 11px;
  }

  .button-15.btn-iaf.br-btn.light-br-btn.lg {
    margin-top: 0;
    padding: 9px 25px;
    font-size: 12px;
  }

  .button-15.btn-iaf.br-btn.btn-banner {
    font-size: 11px;
  }

  .button-15.btn-iaf.banner-appy-btn {
    font-size: 15px;
  }

  .button-15.btn-iaf.banner-appy-btn.v1, .button-15.btn-iaf.banner-appy-btn.v2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-15.btnx {
    font-size: 13px;
  }

  .button-15.btnx.v2hover {
    margin-top: 20px;
  }

  .heading.main.brown._1.teamname.browntxt {
    font-size: 27px;
    line-height: 1.3em;
  }

  .heading.main.newsleetr-heading {
    font-size: 21px;
    line-height: 1.3em;
  }

  .section-53.brown1.ka-2-1 {
    padding-bottom: 20px;
  }

  .section-53.brown1.ka-2-1.brown {
    padding-bottom: 40px;
  }

  .section-53.brown1.ka-2-1.brown-sec.ka-ad-last {
    margin-bottom: 0;
  }

  .section-53.brown1.ka-211 {
    padding-bottom: 20px;
  }

  .section-53.brown1.ka-211.brown {
    padding-bottom: 40px;
  }

  .section-53.brown1.ka-211.brown-sec.ka-ad-last {
    margin-bottom: 0;
  }

  .container-28 {
    max-width: 100%;
  }

  .grid-27 {
    grid-template-columns: 1fr;
  }

  .div-block-151 {
    width: 200px;
    height: 200px;
  }

  .container-29 {
    justify-content: flex-start;
    padding-top: 90px;
  }

  .container-29.banner2 {
    justify-content: space-around;
    align-items: stretch;
    padding-bottom: 10px;
  }

  .container-29.banner2._1 {
    justify-content: flex-end;
  }

  .container-29.banner2._1.mob {
    justify-content: center;
    padding-top: 20px;
  }

  .container-29.banner2.ka-banner1 {
    padding-top: 60px;
  }

  .container-29.mob {
    justify-content: flex-start;
    place-items: stretch center;
    display: flex;
  }

  .container-29.punjab-page {
    padding-top: 180px;
  }

  .grid-28 {
    align-items: center;
    margin-bottom: 0%;
  }

  .grid-28.banner2, .grid-28.banner2._1 {
    margin-top: 0;
  }

  .text-block-68 {
    font-size: 13px;
  }

  .text-block-68.lightbrtxt {
    padding-left: 10px;
    font-size: 13px;
  }

  .text-block-68.lightbrtxt._1 {
    font-size: 13px;
  }

  .text-block-68.lightbrtxt.punjab {
    padding-left: 20px;
    padding-right: 0;
  }

  .text-block-69 {
    font-size: 19px;
  }

  .text-block-69.lightbrtxt, .text-block-70 {
    font-size: 15px;
  }

  .text-block-70.lightbrtxt {
    font-size: 13px;
  }

  .text-block-70.lightbrtxt.smfont {
    font-size: 8px;
  }

  .image-50 {
    max-width: 50%;
  }

  .image-50.imgdw {
    width: 90px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container-30 {
    max-width: 100%;
  }

  .grid-29 {
    grid-template-columns: 1fr;
    max-width: 200px;
  }

  .brown-navigation {
    position: fixed;
  }

  .s-scroll.home2 {
    background-position: 0 0, 50% 0;
    background-size: auto, 150%;
  }

  .s-scroll.home8 {
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .s-scroll.home9 {
    background-color: var(--saddle-brown);
    border: 1px #000;
  }

  .s-scroll.home10 {
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .s-scroll.pro1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-mobile-breadcrumb.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
  }

  .s-scroll.pro2 {
    background-size: auto, 225%;
  }

  .s-scroll.pro3 {
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .s-scroll.faq1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bookshelf.jpg');
    background-position: 0 0, 30%;
    background-size: auto, cover;
  }

  .s-scroll.con1 {
    background-color: var(--light-grey);
  }

  .s-scroll.team1 {
    background-image: linear-gradient(to bottom, null, null);
    margin-top: 0;
  }

  .s-scroll.news2 {
    background-size: auto, 225%;
  }

  .s-scroll.news {
    background-image: linear-gradient(to bottom, null, null);
    height: 80vh;
    margin-top: 0;
  }

  .s-scroll.pb1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pb-mob-brudcrumb1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
  }

  .s-scroll.pbpro1 {
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .s-scroll.people1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ka-21-mobile-breadcrumb.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
  }

  .s-scroll.pbpro1 {
    background-size: auto, auto;
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  .s-scroll.ka-pro1 {
    background-position: 0 0, 50% -50%;
    background-size: auto, 225%;
  }

  .s-scroll.ka-pro3 {
    background-size: auto, 225%;
  }

  .s-scroll.ka-3 {
    background-color: var(--saddle-brown);
  }

  .s-scroll.advisory-1 {
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .slide-nav {
    bottom: 2%;
  }

  .slider-2 {
    width: 100%;
    height: 45vh;
  }

  .flowout-button.flowout-section-button {
    margin-top: 16px;
  }

  .flowout-button.flowout-section-button.approach {
    text-transform: uppercase;
    text-transform: uppercase;
    width: 90vw;
    min-height: 50px;
    margin-top: 10px;
  }

  .slide-nav-2 {
    bottom: -5%;
  }

  .slider-3, .slider-4 {
    width: 90vw;
    margin-bottom: 45%;
  }

  .splide__track {
    width: 100%;
  }

  .splide__arrow.splide__arrow--prev {
    margin-right: 0;
  }

  .splide__slide, .splide__arrows, .splide.slider1 {
    width: 100%;
  }

  .slide-nav-3 {
    background-color: var(--white-smoke-3);
    bottom: 0%;
  }

  .icon-10, .icon-11 {
    display: none;
  }

  .image-53 {
    margin-bottom: 20px;
    display: none;
  }

  .tab-link-tab-1 {
    font-family: Montserrat, sans-serif;
  }

  .tab-link-tab-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .tab-link-tab-2.w--current {
    font-family: Open Sans, sans-serif;
  }

  .slide-container {
    height: 100%;
  }

  .slide-container.media {
    height: auto;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }

  .slide-item {
    background-color: #0000;
    align-items: flex-end;
  }

  .div-block-234.mediabox {
    width: 100vw;
    height: 100vh;
  }

  .div-block-234.mediabox._1 {
    height: 100vh;
  }

  .dropdown-4 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .section-18 {
    height: auto;
  }

  .section-18.newbrown.advisory-sec.ka-2.valedic-sec2 {
    padding-top: 40px;
  }

  .grid-35 {
    grid-template-columns: 1fr;
  }

  .heading-28 {
    font-size: 30px;
  }

  .div-block-59 {
    height: 350px;
  }

  .collection-list-7 {
    grid-template-columns: 1fr;
  }

  .link-block {
    height: 350px;
  }

  .heading-39.brtxt {
    line-height: 1.3em;
  }

  .people-bx {
    width: 90vw;
  }

  .div-block-243 {
    top: -200px;
  }

  .card-w {
    padding: 1.5rem;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .modal-w {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .modal-1-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .x-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .brandname-w {
    padding-top: 3rem;
  }

  .div-block-246 {
    justify-content: flex-end;
    display: none;
  }

  .div-block-246.advisory-popup {
    display: none;
  }

  .grid-38.advisory-group {
    max-height: 80vh;
    overflow: scroll;
  }

  .div-block-247, .div-block-247.advisory-bgimg {
    width: 100px;
    height: 100px;
  }

  .div-block-247.advisory-bgimg._1 {
    width: 100%;
    height: 30vh;
  }

  .grid-39.timeline-mobbx {
    width: 80vw;
  }

  .div-block-249.btm.app-innerbx {
    height: 150px;
  }

  .div-block-249.btm.app-innerbx.bx2 {
    height: 190px;
  }

  .div-block-249.appbx-bxinner {
    flex-direction: column;
    align-items: center;
    height: 180px;
    display: flex;
  }

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

  .image-62 {
    width: 90px;
  }

  .quotes-symbol {
    font-size: 80px;
    bottom: -22px;
    left: -3px;
  }

  .container-34 {
    height: 300px;
  }

  .container-35 {
    margin-top: 0;
  }

  .newbrown.newletter {
    font-size: 13px;
    line-height: 1.3em;
  }

  .div-block-253.v1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-705 {
    font-size: 15px;
  }

  .section-61 {
    margin-top: 90px;
  }

  .container-37 {
    padding-bottom: 20px;
  }

  .slide-container-2 {
    height: 100%;
  }

  .slide-container-2.story {
    height: 100vh;
    overflow: hidden;
  }

  .slide-item-2 {
    background-color: #0000;
    align-items: flex-end;
  }

  .div-block-257 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .slide-item-wrapper {
    border-radius: 0;
  }

  .content-wrapper {
    padding-bottom: 40px;
  }

  .div-block-258 {
    height: 230px;
    overflow: visible;
  }

  .text-block-694 {
    background-color: #693d30;
    border-radius: 20px;
    margin-top: -40px;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 11px;
    position: static;
    top: 53%;
    left: 10%;
  }

  .div-block-260 {
    width: 200px;
    height: 200px;
  }

  .container-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-147 {
    margin-bottom: 10px;
  }

  .text-block-707 {
    color: var(--white-smoke);
  }

  .text-block-707.bx.s.valedic-para {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-65 {
    margin-top: 90px;
  }

  .section-66 {
    padding-top: 40px;
  }

  .grid-45 {
    grid-template-columns: 1fr;
  }

  .container-94 {
    padding: 10px;
  }

  .collection-list-10 {
    width: 90vw;
  }

  .image-69 {
    width: 100vw;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .collection-list-14 {
    grid-template-columns: 1fr;
  }

  .spec-img-bx, .spec-img-bx._3 {
    height: 300px;
  }

  .image-71 {
    width: 60px;
  }

  .image-72 {
    width: 55px;
  }

  .section-70 {
    padding-top: 60px;
  }

  .div-block-265 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-148 {
    margin-top: 10px;
    font-size: 17px;
  }

  .rich-text-block-3 {
    padding-top: 10px;
    font-size: 13px;
  }

  .image-73 {
    max-width: 110%;
  }

  .slider-11 {
    height: auto;
  }

  .box-media1 {
    align-items: center;
  }

  .media-cta {
    font-size: 12px;
  }

  .section-71.v1 {
    background-color: #0000;
    background-image: linear-gradient(#693d30cc, #693d30cc), url('../images/iaf-home-banner-bg.jpg');
    background-position: 0 0, 50% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-71.v2 {
    background-color: #0000;
    background-image: url('../images/iaf-lightbg.png'), linear-gradient(to bottom, var(--saddle-brown), var(--saddle-brown));
    background-position: 50% 122%, 0 0;
    background-size: contain, auto;
  }

  .grid-51 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-51.v3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 95vh;
  }

  .text-block-708 {
    text-align: center;
    font-size: 13px;
  }

  .text-block-708.v1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .div-block-272 {
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-272.v1 {
    height: auto;
    padding-bottom: 20px;
  }

  .div-block-272.new1 {
    height: auto;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-272.v2 {
    padding-top: 110px;
  }

  .italic-text-8 {
    font-size: 15px;
  }

  .image-79.afw-logo {
    width: 95px;
  }

  .image-79.mord-logo {
    width: 130px;
  }

  .image-79.v2, .image-79.v3 {
    width: 100px;
  }

  .div-block-273.v1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
  }

  .grid-53 {
    grid-template-columns: 1fr;
  }

  .grid-54 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .toc-leftimg {
    width: 100px;
  }

  .toc-leftimg.v1 {
    margin-top: 0;
  }

  .left-bg-bx {
    background-size: 270px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 60px;
  }

  .slider-12 {
    height: 500px;
  }

  .fwllow-slider1 {
    background-color: var(--white-smoke-3);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .test-img-bg {
    margin-top: -20px;
  }

  .test-say-sec {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .test-say-sec.v1 {
    padding-top: 20px;
  }

  .test-say-sec.v1._1 {
    padding-top: 40px;
  }

  .test-say-sec.v1._2 {
    padding-top: 30px;
  }

  .image-85 {
    padding-top: 60px;
  }

  .image-85.v1 {
    padding-top: 100px;
  }

  .image-87 {
    padding-top: 80px;
  }

  .image-87.v2 {
    padding-top: 100px;
  }

  .image-88.v2 {
    padding-top: 30px;
  }

  .image-90 {
    padding-top: 10px;
  }

  .image-90.v1 {
    padding-top: 60px;
  }

  .image-91 {
    padding-top: 0;
  }

  .grid-55 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .slider-13 {
    height: 94vh;
  }

  .slider1-iaf {
    background-position: 0 0;
    background-size: auto;
  }

  .italic-text-9.v1 {
    font-size: 25px;
    line-height: 1em;
  }

  .grid-56 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pro-img {
    width: 60px;
  }

  .inner-bx1 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-92 {
    width: 16px;
  }

  .spacer1-2 {
    height: 85px;
  }

  .italic-text-10 {
    font-size: 15px;
  }

  .div-block-277 {
    justify-content: space-around;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-284 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-2, .list-3 {
    padding-left: 10px;
  }

  .text-block-712 {
    font-size: 11px;
    line-height: 1.3em;
  }

  .onload-popup {
    overflow: hidden;
  }

  .image-176 {
    width: 300px;
  }

  .div-block-287 {
    margin-top: -60px;
  }

  .download-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
  }
}

#w-node-bb4409b4-2413-606e-9550-00860993ab18-fc079350, #w-node-bb4409b4-2413-606e-9550-00860993ab1a-fc079350, #w-node-bb4409b4-2413-606e-9550-00860993ab1d-fc079350, #w-node-bb4409b4-2413-606e-9550-00860993ab2b-fc079350, #w-node-bb4409b4-2413-606e-9550-00860993ab2d-fc079350, #w-node-bb4409b4-2413-606e-9550-00860993ab30-fc079350, #w-node-bb4409b4-2413-606e-9550-00860993ab3e-fc079350, #w-node-bb4409b4-2413-606e-9550-00860993ab40-fc079350, #w-node-bb4409b4-2413-606e-9550-00860993ab43-fc079350, #w-node-_38615df3-d906-b6f4-73fa-a442ba8b6372-fc079350, #w-node-_38615df3-d906-b6f4-73fa-a442ba8b6374-fc079350, #w-node-_38615df3-d906-b6f4-73fa-a442ba8b6377-fc079350, #w-node-_38615df3-d906-b6f4-73fa-a442ba8b638a-fc079350, #w-node-_38615df3-d906-b6f4-73fa-a442ba8b638c-fc079350, #w-node-_38615df3-d906-b6f4-73fa-a442ba8b638f-fc079350, #w-node-_38615df3-d906-b6f4-73fa-a442ba8b63a0-fc079350, #w-node-_38615df3-d906-b6f4-73fa-a442ba8b63a2-fc079350, #w-node-_38615df3-d906-b6f4-73fa-a442ba8b63a5-fc079350, #w-node-_889541fc-17be-5119-c01f-01b5f2eb835e-fc079350, #w-node-_889541fc-17be-5119-c01f-01b5f2eb8360-fc079350, #w-node-_889541fc-17be-5119-c01f-01b5f2eb8363-fc079350, #w-node-b9f71620-0ec6-e536-8b83-d0a9bb12efba-fc079350, #w-node-b9f71620-0ec6-e536-8b83-d0a9bb12efbc-fc079350, #w-node-b9f71620-0ec6-e536-8b83-d0a9bb12efbf-fc079350, #w-node-_44cd038e-b83c-35a9-907c-25905439406d-fc079350, #w-node-_44cd038e-b83c-35a9-907c-25905439406f-fc079350, #w-node-_44cd038e-b83c-35a9-907c-259054394072-fc079350, #w-node-_62dd8b17-57f3-b586-9b28-ff2432468dd2-fc079350, #w-node-_62dd8b17-57f3-b586-9b28-ff2432468dd4-fc079350, #w-node-_62dd8b17-57f3-b586-9b28-ff2432468dd7-fc079350, #w-node-_62dd8b17-57f3-b586-9b28-ff2432468dea-fc079350, #w-node-_62dd8b17-57f3-b586-9b28-ff2432468dec-fc079350, #w-node-_62dd8b17-57f3-b586-9b28-ff2432468def-fc079350, #w-node-_62dd8b17-57f3-b586-9b28-ff2432468dff-fc079350, #w-node-_62dd8b17-57f3-b586-9b28-ff2432468e01-fc079350, #w-node-_62dd8b17-57f3-b586-9b28-ff2432468e04-fc079350, #w-node-_6278e78e-43fd-b88e-1003-05f020c587d7-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61a4ddc6-52fd-ea07-f5ed-a12a7ca84b26-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c3a51c3f-5ab0-cf4f-ed52-fe83f7ed2f4d-fc079350, #w-node-c41c9859-3fb6-a3c5-f778-8a60f516d7b5-fc079350, #w-node-c92bc96f-8ad1-86e6-025a-afefdc2ff4e0-fc079350, #w-node-_72e60d46-646c-5105-48bd-38ececb14855-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5baecba9-0524-5c30-9d9e-d05790fb03a4-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_115732ae-77a0-e468-a885-95f7b749dffe-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_115732ae-77a0-e468-a885-95f7b749dfff-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_93a44bec-d892-c3dc-0c18-c425074792e0-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_93a44bec-d892-c3dc-0c18-c425074792e1-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dacafd1d-ad9c-5d43-0782-3b00d9ab9394-fc079350, #w-node-_3ed08f43-5af7-d4d6-a310-a4b57aab5311-fc079350, #w-node-b4d06730-19c6-973f-e0f7-8474d48ee2a9-fc079350, #w-node-b4d06730-19c6-973f-e0f7-8474d48ee2ab-fc079350, #w-node-_2da07923-c9a6-947f-013d-f9395af8d923-fc079350, #w-node-_2da07923-c9a6-947f-013d-f9395af8d925-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14697f89-a179-3bfb-a60d-89bb091bda39-fc079350, #w-node-_5f9af2a5-b558-adfc-b594-994f1ff4727c-fc079350 {
  align-self: auto;
}

#w-node-f6b97a1c-a91c-1033-035e-1464506aa62e-fc079350, #w-node-f6b97a1c-a91c-1033-035e-1464506aa635-fc079350, #w-node-c3ba5572-fba4-f153-d4a8-0f46adc510cd-fc079350, #w-node-c3ba5572-fba4-f153-d4a8-0f46adc510d8-fc079350, #w-node-f6b97a1c-a91c-1033-035e-1464506aa644-fc079350, #w-node-f6b97a1c-a91c-1033-035e-1464506aa648-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e09e5b9-18e9-a612-c393-0e0ddef7d735-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_089a9d5e-3668-1e7a-b946-4afd9b3b1270-fc079350 {
  place-self: center;
}

#w-node-_5fdda36d-41a3-165a-b621-7bef0efa600c-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bd285fe3-95a6-2a16-f52f-6210e6ce760f-fc079350 {
  place-self: center;
}

#w-node-e739d9ea-b646-422e-1288-3d5c90ccf4f3-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63ff1bc9-c0f6-4fe2-5ff5-0bab37495e1d-fc079350 {
  place-self: center;
}

#w-node-_1ce2449d-6f37-7c07-4178-b5bacc68fc65-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe571b41-6932-fa49-3cfc-0a96367a3af3-fc079350 {
  place-self: center;
}

#w-node-_8125698e-35e0-c8fc-a171-6126f18c5797-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf3d2b8-2de4-e743-223d-59ddcf4f0dfa-fc079350 {
  place-self: center;
}

#w-node-_5c6ce614-b7a8-4cc3-f83c-3e15020c6b71-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c6ce614-b7a8-4cc3-f83c-3e15020c6b73-fc079350 {
  place-self: center;
}

#w-node-_02cb1c84-85a2-ab01-89e2-a3353c7e69a0-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c3b02f-aaa7-d9f7-de51-cc9d05991f5c-fc079350 {
  place-self: center;
}

#w-node-_0f7b7cb9-4f5b-8ba2-302d-e5d94db89571-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db994d83-ec21-c240-d573-f6bb85a23c18-fc079350 {
  place-self: center;
}

#w-node-_93a3ca91-78cf-09dc-c649-493c65efab8a-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf9e0c26-f1bd-a6fe-9d49-6291d2ff2d2e-fc079350 {
  place-self: center;
}

#w-node-_69f8f66d-3858-f8f0-ca49-0eaf40d3fdaa-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f8f66d-3858-f8f0-ca49-0eaf40d3fdac-fc079350 {
  place-self: center;
}

#w-node-_433f79ca-e3d6-9999-8aa6-c23347e9ad1c-fc079350, #w-node-_433f79ca-e3d6-9999-8aa6-c23347e9ad29-fc079350, #w-node-_922aee95-d67d-43bb-a3f8-d05201eab46c-fc079350, #w-node-_922aee95-d67d-43bb-a3f8-d05201eab47c-fc079350 {
  place-self: center;
}

#w-node-_2fbb4cee-80b9-8b9d-b10e-2f74d5619b67-fc079350, #w-node-fc494311-876c-5d3e-261d-725747b9f1d6-fc079350, #w-node-efbbd848-7fbe-9fc1-10c7-d462edb51efe-fc079350, #w-node-_0b5381cb-702e-9447-a725-31dabe6dd7d4-fc079350, #w-node-_0b5381cb-702e-9447-a725-31dabe6dd7d5-fc079350, #w-node-_0f8ad026-55ec-ade1-e1a9-d06df34e8891-fc079350, #w-node-_0f8ad026-55ec-ade1-e1a9-d06df34e8892-fc079350, #w-node-b38e12da-4cc2-8f1b-91f2-0eba98045f9a-fc079350, #w-node-_2303fcb5-2729-d91f-e5b6-02c5e6be7dee-fc079350, #w-node-_901c06bd-29ef-6302-6a3c-7a0785b1dbc8-fc079350, #w-node-_901c06bd-29ef-6302-6a3c-7a0785b1dbcc-fc079350, #w-node-_901c06bd-29ef-6302-6a3c-7a0785b1dbd0-fc079350, #w-node-d0ca4e1f-3c77-df1e-3924-cac07aace8eb-fc079350, #w-node-_8c94d99b-5de4-ece6-0e87-3369016e9b1a-fc079350, #w-node-_6d125f29-baf1-c4d8-c0ff-73e55f452388-fc079350, #w-node-_4897c0c0-d3d8-a07c-a583-8c43cff66a16-fc079350, #w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10c4-fc079350, #w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10c9-fc079350, #w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10ce-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10d3-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10d7-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10dd-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10e2-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10e7-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10ec-fc079350, #w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10f1-fc079350, #w-node-_35c469b3-3cad-ed74-4cc2-2f1662da10f6-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95c4dfe5-a44e-b952-d858-2c6bbbe0e6b7-fc079350, #w-node-_55d36af3-159a-a550-39cc-27859f827362-fc079350, #w-node-c1309d94-e69f-709e-4410-d6d183b7c5b7-fc079350, #w-node-_1e9f89fc-04b3-08f9-8a7a-7aec377d68d9-fc079350, #w-node-a413ba35-3bad-64a7-d576-62c50fac8d7d-fc079350, #w-node-_08aeb2b3-414d-a150-ef95-401a96f85df8-fc079350, #w-node-_1baa0b49-6a03-2d6a-a912-9752669dd334-fc079350, #w-node-b69759f2-fdfd-d76c-a294-951b01f21c91-fc079350, #w-node-_8a53dda3-d29f-9b46-eb9d-45ac7d5e92eb-fc079350, #w-node-beb071f2-4e9d-e3e9-2a50-09a0d8a2db10-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73a1-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73a7-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73aa-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73af-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73b2-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73b5-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73bc-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73bf-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73c4-fc079350, #w-node-_517d3405-5695-1ce3-6652-ee410c8d73c7-fc079350 {
  justify-self: auto;
}

#w-node-_0985eded-597c-336f-28d7-2a0bd63eae12-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f119067e-1746-6c32-da49-51bbc07a9758-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fa2c9ac8-8f2d-1a9c-1396-9eced64d9492-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7f79465-fd99-359e-aff5-1e6a30658831-fc079350, #w-node-d7f79465-fd99-359e-aff5-1e6a3065883b-fc079350, #w-node-d7f79465-fd99-359e-aff5-1e6a30658845-fc079350, #w-node-d7f79465-fd99-359e-aff5-1e6a30658850-fc079350, #w-node-d7f79465-fd99-359e-aff5-1e6a3065885b-fc079350 {
  justify-self: center;
}

#w-node-_8f75bd8b-d3eb-c1a3-fdd6-bc574a9f2f9c-fc079350, #w-node-_8f75bd8b-d3eb-c1a3-fdd6-bc574a9f2f9e-fc079350, #w-node-_8f75bd8b-d3eb-c1a3-fdd6-bc574a9f2fa4-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56528291-e086-4be8-86ff-09632130f5e9-fc079350 {
  align-self: center;
}

#w-node-c091a37d-c604-ad7c-3002-7dde57a65c00-fc079350, #w-node-a0c2eabd-0d6c-683d-f0ca-2a51405d1d6d-fc079350, #w-node-_323a7944-afb7-f2bc-1dfa-91682ad79f85-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eff78065-9b75-11d5-1ef1-d7dde5f72619-fc079350, #w-node-eff78065-9b75-11d5-1ef1-d7dde5f72628-fc079350, #w-node-eff78065-9b75-11d5-1ef1-d7dde5f72637-fc079350, #w-node-eff78065-9b75-11d5-1ef1-d7dde5f72647-fc079350 {
  place-self: center;
}

#w-node-eff78065-9b75-11d5-1ef1-d7dde5f72654-fc079350, #w-node-eff78065-9b75-11d5-1ef1-d7dde5f72655-fc079350, #w-node-_11f8300a-be85-2864-0d77-9019982c5d15-fc079350, #w-node-_11f8300a-be85-2864-0d77-9019982c5d14-fc079350, #w-node-_4e4a7c76-0038-b7d1-1b17-ec8c4ccac325-fc079350, #w-node-_9706826f-7de1-a590-2473-efb93829df42-fc079350, #w-node-_483c4f7a-f005-de9c-0bc9-dda21ea6b93b-fc079350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffd427c2-ef18-ede1-fc38-561207b1d6e0-fc079350 {
  justify-self: end;
}

#w-node-_3bdd6aa7-6743-538d-6eb0-22e1571ab60a-fc079350, #w-node-_8273e423-5349-68cd-22d7-46286b26cc30-fc079350, #w-node-b228339a-9edc-4b1a-258e-d8e1bb2b1b89-fc079350, #w-node-e44fc8d2-a9c1-1e98-4c6b-82c0fe2515a8-a7079377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e3af587-1c0a-026c-70e2-59103a120b5d-a7079377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0dd76c37-e286-a39e-32cf-c1b169159097-a7079377, #w-node-c648932d-d97b-7623-944a-96a2e394082f-a7079377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_765e2a53-b725-2ad2-db22-3b9876c3fe4c-a7079377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e484df0f-527c-0349-4114-e4d859a7bfde-2a60f65d {
  place-self: center;
}

#w-node-_9d3ba3a1-bbdd-c263-9ebe-ad8acec248c1-910793b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d3ba3a1-bbdd-c263-9ebe-ad8acec248c3-910793b1 {
  align-self: center;
}

#w-node-_9d3ba3a1-bbdd-c263-9ebe-ad8acec248cc-910793b1 {
  align-self: start;
}

#w-node-_0e6fc916-ad3b-aa47-2fab-d6d2801363fb-910793b1, #w-node-fe6ee4ff-2fa0-7f6c-de1a-636520169db9-910793b1, #w-node-b6e541c0-f440-07c5-59ae-a3d4f357996b-cd4964cc, #w-node-_4da7a006-66d1-ba98-1ca8-1dc8594baf6c-f70793ea, #w-node-_10afe8e9-92a1-2448-d9a0-3ef33e152646-f70793ea, #w-node-ce04e22f-b141-ebe2-0f3b-597aea88b35e-f70793ea, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326b8-5a0793f3, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326ba-5a0793f3, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326bd-5a0793f3, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326a5-5a0793f3, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326a7-5a0793f3, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326aa-5a0793f3, #w-node-_817248ca-9ed7-e171-ad88-ae49ded2ce91-5a0793f3, #w-node-_817248ca-9ed7-e171-ad88-ae49ded2ce93-5a0793f3, #w-node-_817248ca-9ed7-e171-ad88-ae49ded2ce96-5a0793f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_821c78d3-7a8c-4dc2-b052-c430e36d3a68-5a0793f3 {
  justify-self: end;
}

#w-node-_95c4dfe5-a44e-b952-d858-2c6bbbe0e6b7-760793f7, #w-node-_55d36af3-159a-a550-39cc-27859f827362-760793f7, #w-node-c1309d94-e69f-709e-4410-d6d183b7c5b7-760793f7, #w-node-_1e9f89fc-04b3-08f9-8a7a-7aec377d68d9-760793f7, #w-node-a413ba35-3bad-64a7-d576-62c50fac8d7d-760793f7, #w-node-_08aeb2b3-414d-a150-ef95-401a96f85df8-760793f7, #w-node-_1baa0b49-6a03-2d6a-a912-9752669dd334-760793f7, #w-node-b69759f2-fdfd-d76c-a294-951b01f21c91-760793f7, #w-node-_8a53dda3-d29f-9b46-eb9d-45ac7d5e92eb-760793f7, #w-node-beb071f2-4e9d-e3e9-2a50-09a0d8a2db10-760793f7 {
  justify-self: auto;
}

#w-node-_56528291-e086-4be8-86ff-09632130f5e9-760793f7 {
  align-self: center;
}

#w-node-_433f79ca-e3d6-9999-8aa6-c23347e9ad1c-760793f7, #w-node-_433f79ca-e3d6-9999-8aa6-c23347e9ad29-760793f7 {
  place-self: center;
}

#w-node-_492f1f12-d722-1414-4806-4f02361ab379-760793f7, #w-node-_56fd91c2-9365-8e29-a73f-854da62b78c0-760793f7, #w-node-_5578d913-27ab-6ec4-ab0d-732d94432634-760793f7 {
  justify-self: center;
}

#w-node-ee86afe3-7c5d-1df0-61db-1f2983c6b1cd-890793f8, #w-node-ee86afe3-7c5d-1df0-61db-1f2983c6b1cf-890793f8, #w-node-ee86afe3-7c5d-1df0-61db-1f2983c6b1d5-890793f8, #w-node-ee86afe3-7c5d-1df0-61db-1f2983c6b1e9-890793f8, #w-node-ee86afe3-7c5d-1df0-61db-1f2983c6b1eb-890793f8, #w-node-ee86afe3-7c5d-1df0-61db-1f2983c6b1f1-890793f8, #w-node-ee86afe3-7c5d-1df0-61db-1f2983c6b204-890793f8, #w-node-ee86afe3-7c5d-1df0-61db-1f2983c6b206-890793f8, #w-node-ee86afe3-7c5d-1df0-61db-1f2983c6b20a-890793f8, #w-node-_776e52a1-8062-1319-ff15-0fa42df1cf57-890793f8, #w-node-_776e52a1-8062-1319-ff15-0fa42df1cf59-890793f8, #w-node-_776e52a1-8062-1319-ff15-0fa42df1cf5e-890793f8, #w-node-_776e52a1-8062-1319-ff15-0fa42df1cf72-890793f8, #w-node-_776e52a1-8062-1319-ff15-0fa42df1cf74-890793f8, #w-node-_776e52a1-8062-1319-ff15-0fa42df1cf79-890793f8, #w-node-_776e52a1-8062-1319-ff15-0fa42df1cf8c-890793f8, #w-node-_776e52a1-8062-1319-ff15-0fa42df1cf8e-890793f8, #w-node-_776e52a1-8062-1319-ff15-0fa42df1cf92-890793f8, #w-node-_5d3cfffa-df44-df05-e386-9c17b26bb0f6-890793f8, #w-node-_5d3cfffa-df44-df05-e386-9c17b26bb0f8-890793f8, #w-node-_5d3cfffa-df44-df05-e386-9c17b26bb0fc-890793f8, #w-node-_5f78911b-7b8c-029b-6116-d0a12303fdec-fa0793f9, #w-node-_615179db-24e9-1368-bf36-f2a65cdd4071-fa0793f9, #w-node-_3ae657a2-76b2-30c7-b8e1-11c29b9fe607-fa0793f9, #w-node-_84a4724c-1604-5376-fd81-39026c677beb-810793fb, #w-node-_84a4724c-1604-5376-fd81-39026c677bed-810793fb, #w-node-_84a4724c-1604-5376-fd81-39026c677bf0-810793fb, #w-node-c567bedc-3e7b-51b2-0f5f-4515d0d90ac7-810793fb, #w-node-c567bedc-3e7b-51b2-0f5f-4515d0d90ac9-810793fb, #w-node-c567bedc-3e7b-51b2-0f5f-4515d0d90acc-810793fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c8fbf41-e8c0-cf62-40cc-f79d45809302-810793fb {
  justify-self: center;
}

#w-node-_96ffd11e-fa07-8845-049c-82c94565e27b-810793fb, #w-node-_96ffd11e-fa07-8845-049c-82c94565e27d-810793fb, #w-node-_96ffd11e-fa07-8845-049c-82c94565e280-810793fb, #w-node-_82d57852-b4aa-f4ed-d1bf-c193c77794a8-810793fb, #w-node-_82d57852-b4aa-f4ed-d1bf-c193c77794aa-810793fb, #w-node-_82d57852-b4aa-f4ed-d1bf-c193c77794ad-810793fb, #w-node-b70bf148-e7f6-6060-9f4c-3792df3e7da9-810793fb, #w-node-_2e392203-a42d-22a9-5097-e195ec5ffa55-810793fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2838b3b-8ec1-2f26-c1fa-86a72212eb6d-810793fb {
  justify-self: end;
}

#w-node-_8a263852-2347-9e28-9a17-70e243e6cac9-06a439bf, #w-node-dd291d94-3666-1b81-cd32-c2a403d94742-06a439bf, #w-node-_8e83ab56-ef87-76d5-e843-a62accf53495-06a439bf, #w-node-_6f81df01-f609-4acb-7d51-f291a0358261-06a439bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff639a59-b884-78af-1470-4f7acdae2969-06a439bf, #w-node-ff639a59-b884-78af-1470-4f7acdae2975-06a439bf, #w-node-ff639a59-b884-78af-1470-4f7acdae297f-06a439bf, #w-node-ff639a59-b884-78af-1470-4f7acdae298d-06a439bf, #w-node-ff639a59-b884-78af-1470-4f7acdae299b-06a439bf {
  justify-self: center;
}

#w-node-ea45e6f6-b653-f060-7022-e0a159637624-06a439bf, #w-node-ea45e6f6-b653-f060-7022-e0a159637633-06a439bf {
  place-self: center start;
}

#w-node-ea45e6f6-b653-f060-7022-e0a159637642-06a439bf, #w-node-ea45e6f6-b653-f060-7022-e0a159637652-06a439bf {
  place-self: center;
}

#w-node-_7e3af587-1c0a-026c-70e2-59103a120b5d-42b908fd, #w-node-_0dd76c37-e286-a39e-32cf-c1b169159097-42b908fd, #w-node-c648932d-d97b-7623-944a-96a2e394082f-42b908fd, #w-node-_085206ad-1f66-11ff-dd45-94ff60d5cdf4-42b908fd, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326b8-0965c43d, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326ba-0965c43d, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326bd-0965c43d, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326a5-0965c43d, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326a7-0965c43d, #w-node-_293cdf59-8f49-30f9-720a-a4b8816326aa-0965c43d, #w-node-fa2415df-0790-53f2-c1bb-af6cd20fda26-0965c43d, #w-node-fa2415df-0790-53f2-c1bb-af6cd20fda28-0965c43d, #w-node-fa2415df-0790-53f2-c1bb-af6cd20fda2b-0965c43d, #w-node-_817248ca-9ed7-e171-ad88-ae49ded2ce7b-0965c43d, #w-node-_817248ca-9ed7-e171-ad88-ae49ded2ce7d-0965c43d, #w-node-_817248ca-9ed7-e171-ad88-ae49ded2ce80-0965c43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42f5e472-4c91-4e1a-5d8e-2972ed4966b3-0965c43d, #w-node-_42f5e472-4c91-4e1a-5d8e-2972ed4966c2-0965c43d, #w-node-_42f5e472-4c91-4e1a-5d8e-2972ed4966d1-0965c43d, #w-node-_42f5e472-4c91-4e1a-5d8e-2972ed4966e1-0965c43d {
  place-self: center;
}

#w-node-_42f5e472-4c91-4e1a-5d8e-2972ed4966ee-0965c43d, #w-node-_42f5e472-4c91-4e1a-5d8e-2972ed4966ef-0965c43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_821c78d3-7a8c-4dc2-b052-c430e36d3a68-0965c43d {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_61a4ddc6-52fd-ea07-f5ed-a12a7ca84b26-fc079350, #w-node-_115732ae-77a0-e468-a885-95f7b749dfff-fc079350, #w-node-_93a44bec-d892-c3dc-0c18-c425074792e1-fc079350 {
    justify-self: center;
  }

  #w-node-dacafd1d-ad9c-5d43-0782-3b00d9ab9394-fc079350 {
    justify-self: auto;
  }

  #w-node-_2e09e5b9-18e9-a612-c393-0e0ddef7d735-fc079350 {
    align-self: auto;
  }

  #w-node-fc494311-876c-5d3e-261d-725747b9f1d6-fc079350, #w-node-_0b5381cb-702e-9447-a725-31dabe6dd7d4-fc079350, #w-node-_0f8ad026-55ec-ade1-e1a9-d06df34e8891-fc079350 {
    justify-self: center;
  }

  #w-node-_8f75bd8b-d3eb-c1a3-fdd6-bc574a9f2f9c-fc079350, #w-node-_8f75bd8b-d3eb-c1a3-fdd6-bc574a9f2f9e-fc079350, #w-node-ea45e6f6-b653-f060-7022-e0a159637642-06a439bf, #w-node-ea45e6f6-b653-f060-7022-e0a159637652-06a439bf {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e484df0f-527c-0349-4114-e4d859a7bfde-2a60f65d {
    place-self: center;
  }
}


