a {
  font-style: normal;
  text-decoration: none;
}

figure {
  margin-bottom: 0px;
}

.style-guide-blocks-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Metropolis, sans-serif;
  font-size: 19px;
  line-height: 1.7em;
  font-weight: 400;
}

.h4._600-semi-bold {
  font-weight: 600;
}

.style-guide-title {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Metropolis, sans-serif;
  font-size: 23px;
  line-height: 1.5em;
  font-weight: 400;
}

.h3._600-semi-bold {
  font-weight: 600;
}

.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
}

.h6._600-semi-bold {
  font-weight: 600;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Metropolis, sans-serif;
  font-size: 36.5px;
  line-height: 1.4em;
  font-weight: 400;
}

.h2._600-semi-bold {
  font-size: 40px;
  font-weight: 600;
}

.h2._500-medium {
  font-weight: 500;
}

.h8 {
  font-family: Metropolis, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Metropolis, sans-serif;
  font-size: 62px;
  line-height: 1.2em;
  font-weight: 400;
}

.h1._600-semi-bold {
  font-size: 65px;
  font-weight: 600;
}

.button-container {
  display: -ms-grid;
  display: grid;
  width: 50%;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.all-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 550px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-bottom: 60px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 5px 45px 0 rgba(175, 177, 177, 0.3);
}

.style-guide-block.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h7 {
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Metropolis, sans-serif;
  font-size: 17px;
  line-height: 2em;
  font-weight: 400;
}

.h5._600-semi-bold {
  font-weight: 600;
}

.color-palette {
  height: 120px;
  background-color: #fff;
  box-shadow: 0 5px 45px 0 rgba(175, 177, 177, 0.3);
}

.color-palette.dim-grey {
  background-color: #595959;
}

.color-palette.golden {
  background-color: #dfa245;
}

.color-palette.black {
  background-color: #272727;
}

.color-palette-container {
  display: -ms-grid;
  display: grid;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.p1 {
  margin-bottom: 0px;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

.p2 {
  margin-bottom: 0px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.all-para-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 380px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  height: 45px;
  background-color: #272727;
}

.main-container {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1190px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: Metropolis, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.header-right-flex {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-social-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
}

.header-social-icon-wrapper:hover {
  color: #dfa245;
}

.header-link-icon-wrapper {
  margin-right: 9px;
}

.header-link-icon {
  width: 13px;
  height: 13px;
}

.header-link-divider {
  width: 1px;
  height: 16px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #595959;
}

.header-social-icon {
  height: 14px;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  height: 115px;
  background-color: transparent;
}

.fill-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  color: transparent;
}

.nav-logo {
  width: auto;
  height: auto;
  max-width: 100px;
}

.logo-wrapper {
  width: 15%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-link {
  margin-right: 15px;
  padding: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Metropolis, sans-serif;
  color: #272727;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.nav-link:hover {
  color: #dfa245;
}

.nav-link.w--current {
  color: #dfa245;
}

.golden-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfa245;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
}

.golden-btn.font-size-14px {
  margin-top: -3px;
  padding: 3px 0px 0px;
  font-size: 14px;
  line-height: 13px;
}

.nav-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 164px;
  height: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: -115px;
  padding-top: 115px;
  padding-bottom: 45px;
  background-color: #faf3e8;
  background-image: url('../images/hero-background-image-min.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.hero-text-wrapper {
  width: 55%;
  padding-top: 50px;
}

.hero-image-wrapper {
  position: static;
  display: block;
  width: 45%;
  height: 740px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-heading {
  margin-top: 28px;
  margin-bottom: 40px;
}

.hero-anchor-links-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 508px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-anchor-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(39, 39, 39, 0.1);
  color: #272727;
  cursor: auto;
}

.hero-anchor-link.bottom-border-off {
  border-bottom-style: none;
}

.hero-anchor-link-icon {
  width: 22px;
  height: auto;
  margin-right: 16px;
}

.header-wrapper {
  color: #dfa245;
}

.heading-wrapper {
  color: #272727;
}

.heading-wrapper.font-color-white {
  color: #fff;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260.296875px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.05);
}

.hero-block-icon {
  width: 55px;
  height: auto;
}

.hero-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-black-btn-wrapper {
  width: 192px;
  height: 52px;
}

.hero-golden-btn-wrapper {
  width: 215px;
  height: 52px;
  margin-right: 25px;
}

.hero-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.black-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272727;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.black-btn.with-phone-icon {
  padding-left: 45px;
  background-image: url('../images/phone.svg');
  background-position: 30px 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  font-size: 14px;
}

.black-btn.with-phone-icon-border {
  padding-left: 45px;
  border-style: solid;
  border-width: 1.5px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
  background-image: url('../images/phone.svg');
  background-position: 30px 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  font-size: 14px;
}

.hero-block-title {
  margin-top: 17px;
  margin-bottom: 5px;
  color: #272727;
  text-align: center;
}

.hero-block-para {
  text-align: center;
}

.para-wrapper {
  color: #595959;
}

.hero-blocks-row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-blocks-container {
  position: relative;
  display: block;
  -webkit-transform: translate(0px, -129px);
  -ms-transform: translate(0px, -129px);
  transform: translate(0px, -129px);
}

.about-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 175px;
  background-color: #fffcf8;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 545px;
  height: 511px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/close-up-portrait-pleased-girl-with-short-brown-hair-embracing-funny-beagle-dog-with-eyes-closed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-image {
  display: none;
  width: 545px;
  height: 511px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-text-wrapper {
  max-width: 545px;
  margin-left: 50px;
  padding-left: 10px;
}

.about-heading {
  margin-bottom: 25px;
}

.about-para {
  margin-bottom: 15px;
}

.about-btn-wrapper {
  width: 215px;
  height: 52px;
  margin-top: 35px;
}

.about-experience-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 164px;
  margin-bottom: -82px;
  padding: 35px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #dfa245;
  background-color: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.05);
  font-family: Metropolis, sans-serif;
  font-size: 59px;
  line-height: 1.2em;
  text-align: center;
}

.experience-text {
  color: #595959;
}

.hero-image-div {
  position: relative;
  width: 130%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.our-treatment-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #faf3e8;
}

.tab-flex-left {
  width: 50%;
  padding-right: 60px;
  text-align: left;
}

.tab-panel-list-wrappper {
  width: 100%;
  color: #595959;
}

.tab-content {
  margin-top: 90px;
}

.tab-flex-right {
  width: 50%;
}

.tab-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #272727;
}

.tab-btm-arrow {
  position: absolute;
  left: 45%;
  top: auto;
  right: 0%;
  bottom: -7px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #dfa245;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab-check-icon {
  width: 16px;
  height: 16px;
}

.tab-check-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tab-heading-div {
  margin-bottom: 10px;
  color: #272727;
}

.tab-icons {
  position: relative;
  width: 25px;
  height: 25px;
  margin-bottom: 17px;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  height: 110px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.05);
  color: #343638;
}

.tab.w--current {
  background-color: #dfa245;
  color: #fff;
}

.tabs {
  width: 100%;
}

.tab-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-menu {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-panel-btn-div {
  width: 215px;
  height: 52px;
}

.tab-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
}

.tab-content-div {
  max-width: 430px;
  margin-bottom: 25px;
}

.tab-icon-svg {
  width: 100%;
  height: 100%;
}

.our-treatment-heading {
  margin-bottom: 50px;
  text-align: center;
}

.tab-panel-image {
  width: 580px;
  height: 533px;
  -o-object-fit: cover;
  object-fit: cover;
}

.steps-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #dfa245;
  background-image: url('../images/treatment-background-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.steps-heading {
  margin-bottom: 52px;
  text-align: center;
}

.steps-block-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #272727;
  color: #fff;
}

.step-block-title {
  margin-bottom: 11px;
  text-align: center;
}

.step-block-para {
  text-align: center;
}

.step-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #272727;
}

.our-team-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #fffcf9;
}

.our-team-heading {
  margin-bottom: 10px;
  text-align: center;
}

.our-team-sub-heading {
  margin-bottom: 50px;
  text-align: center;
}

.team-memberts-blocks-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-member-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.05);
}

.team-member-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name {
  margin-top: 25px;
  color: #272727;
}

.team-member-designation {
  margin-top: 0px;
  margin-bottom: 18px;
}

.team-member-social-medial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member-social-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 26px;
  height: 26px;
  padding: 6.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #595959;
}

.team-member-social-icon-wrapper:hover {
  border-color: transparent;
  background-color: #dfa245;
  color: #fff;
}

.team-member-social-icon-wrapper.middle-icon {
  margin-right: 12px;
  margin-left: 12px;
}

.member-designation {
  margin-bottom: 0px;
  font-family: Hind, sans-serif;
  color: #595959;
  font-size: 15px;
  line-height: 25px;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-place-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  color: transparent;
}

.result-section {
  padding-top: 95px;
  padding-bottom: 100px;
  background-color: #faf3e8;
}

.result-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.result-text-wrapper {
  padding-top: 30px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.result-image-wrapper {
  position: relative;
  width: 565px;
  height: 380px;
  margin-left: 215px;
}

.result-image-before {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.result-image-top {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.result-heading {
  max-width: 360px;
}

.result-para {
  max-width: 390px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.result-lightbox {
  background-color: #272727;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.result-lightbox:hover {
  background-color: #dfa245;
}

.result-lightbox-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 143px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  margin-right: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-lightbox-btn-text {
  margin-top: 1px;
}

.play-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #dfa245;
  background-image: url('../images/treatment-background-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-heading {
  margin-bottom: 52px;
  text-align: center;
}

.testimonial-block-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.testimonial-image-wrapper {
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-quote-icon-wrapper {
  width: 100%;
  margin-top: -3px;
  padding-left: 12px;
}

.testimonial-para {
  max-width: 280px;
  margin-top: 16px;
  margin-bottom: 30px;
  font-family: Hind, sans-serif;
  color: #595959;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.testmonial-name {
  margin-bottom: 0px;
  color: #272727;
}

.testimonial-designation {
  color: #272727;
}

.testimonial-rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-text {
  margin-right: 8px;
}

.rating-star-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rating-star {
  margin-right: 1px;
  margin-left: 1px;
  color: #feb624;
}

.rating-star.deactive {
  color: #e3d6be;
}

.star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transplant-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #faf3e8;
}

.transplant-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transplant-lightbox-wrapper {
  position: relative;
  z-index: 0;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.transplant-lightbox {
  position: static;
}

.transplant-image {
  width: 100%;
  height: 662px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-play-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.transplant-text-wrapper {
  position: static;
  z-index: 1;
  max-width: 655px;
  margin-left: -65px;
  padding: 55px 65px 65px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.transplant-para-wrapper {
  margin-top: 20px;
  margin-bottom: 38px;
}

.transplant-details-blocks-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.transplant-detail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.transplant-detail-block-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 58px;
  margin-right: 18px;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.transplant-detail-block-icon {
  width: 22px;
  height: 22px;
}

.transplant-block-text-wrapper {
  width: 123px;
  color: #595959;
}

.transplant-block-number {
  color: #272727;
}

.transplant-block-text {
  color: #595959;
}

.transplant-btn-wrapper {
  width: 214px;
  height: 52px;
  margin-top: 55px;
}

.contact-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #faf3e8;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-wrapper {
  position: static;
  z-index: 1;
  width: 100%;
  max-width: 555px;
  margin-right: -50px;
  margin-left: 0px;
  padding: 45px 30px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.contact-form-image-wrapper {
  position: relative;
  z-index: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-from-image {
  width: 655px;
  height: 795px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form-heading {
  text-align: center;
}

.contact-us-sub-heading {
  margin-top: 0px;
  margin-bottom: 38px;
  text-align: center;
}

.contact-input-field {
  height: 51px;
  margin-bottom: 0px;
  padding: 13px 15px 12px 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: transparent;
  font-family: Metropolis, sans-serif;
  color: #272727;
  line-height: 1.7em;
  font-weight: 400;
}

.contact-input-field:focus {
  border-color: #dfa245;
}

.contact-input-field::-webkit-input-placeholder {
  color: #595959;
}

.contact-input-field:-ms-input-placeholder {
  color: #595959;
}

.contact-input-field::-ms-input-placeholder {
  color: #595959;
}

.contact-input-field::placeholder {
  color: #595959;
}

.contact-input-field.name {
  background-image: url('../images/User.svg');
  background-position: 15px 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.contact-input-field.phone {
  background-image: url('../images/phone-2.svg');
  background-position: 15px 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.contact-input-field.mail {
  background-image: url('../images/mail.svg');
  background-position: 15px 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.contact-form-row {
  margin-bottom: 25px;
}

.contact-form-row.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-select-filed {
  height: 51px;
  margin-bottom: 0px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: transparent;
  font-family: Metropolis, sans-serif;
  color: #595959;
  line-height: 1.7em;
  font-weight: 400;
}

.contact-select-filed:focus {
  border-color: #dfa245;
}

.contact-select-filed::-webkit-input-placeholder {
  color: #595959;
}

.contact-select-filed:-ms-input-placeholder {
  color: #595959;
}

.contact-select-filed::-ms-input-placeholder {
  color: #595959;
}

.contact-select-filed::placeholder {
  color: #595959;
}

.contact-message-field {
  min-height: 102px;
  margin-bottom: 0px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: transparent;
  font-family: Metropolis, sans-serif;
  color: #272727;
  line-height: 1.7em;
  font-weight: 400;
}

.contact-message-field:focus {
  border-color: #dfa245;
}

.contact-message-field::-webkit-input-placeholder {
  color: #595959;
}

.contact-message-field:-ms-input-placeholder {
  color: #595959;
}

.contact-message-field::-ms-input-placeholder {
  color: #595959;
}

.contact-message-field::placeholder {
  color: #595959;
}

.submit-btn {
  width: 100%;
  height: 54px;
  border-radius: 3px;
  background-color: #dfa245;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-bottom-row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 54px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(39, 39, 39, 0.15);
  font-style: normal;
}

.contact-block-title {
  text-align: center;
}

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

.contact-block-icon-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 74px;
  height: 51px;
  margin-top: -25.5px;
  margin-right: auto;
  margin-left: auto;
}

.contact-block-icon {
  width: 74px;
  height: 51px;
}

.footer-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #171717;
  text-align: center;
}

.footer-container {
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-column-title {
  margin-bottom: 20px;
  color: #c8c8c8;
}

.footer-column-text-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-column-text-wrapper._2-column {
  width: 245px;
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.footer-link {
  width: 110px;
  color: #c8c8c8;
}

.footer-link:hover {
  color: #fff;
}

.footer-btn-wrapper {
  width: 202px;
  height: 52px;
}

.footer-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright-wrapper {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.06);
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #c8c8c8;
}

.powered-by-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Hind, sans-serif;
  color: hsla(0, 0%, 78.4%, 0.65);
}

.copy-right-text-container {
  font-family: Hind, sans-serif;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.copy-right-text {
  display: inline-block;
  font-size: 14px;
}

.change-log-link {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Hind, sans-serif;
  color: hsla(0, 0%, 78.4%, 0.65);
  font-size: 14px;
  text-decoration: underline;
}

.change-log-link:hover {
  color: #dfa245;
}

.change-log-link.w--current:hover {
  color: #2293d7;
}

.licensing-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Hind, sans-serif;
  color: hsla(0, 0%, 78.4%, 0.65);
  font-size: 14px;
  text-decoration: underline;
}

.licensing-link:hover {
  color: #dfa245;
}

.webflow {
  -webkit-transition: letter-spacing 400ms ease;
  transition: letter-spacing 400ms ease;
  font-family: Metropolis, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.webflow:hover {
  letter-spacing: 1px;
}

.anchor-link-div {
  position: absolute;
  left: 0%;
  top: -73px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.anchor-link-div.negative-margin-off {
  left: 0%;
  top: -5%;
  right: 0%;
  bottom: 0%;
}

.menu-animation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 2px;
  background-color: #313233;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.middle-line {
  position: absolute;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #313233;
}

.middle-line-45 {
  position: absolute;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #313233;
}

.middle-line--45 {
  position: absolute;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #313233;
}

.bottom-line {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  background-color: #313233;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.overlay {
  display: none;
}

.nav-social-icons-wrapper {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-social-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
}

.navbar-social-icon-wrapper:hover {
  color: #dfa245;
}

.nav-social-icon {
  height: 14px;
}

.nav-elements-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-side-nav-logo {
  display: none;
  width: 15%;
}

.fixed-navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(167, 172, 183, 0.3);
}

.fixed-nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

.time-wrapper {
  width: 86px;
  margin-left: 50px;
}

.fixed-nav-title {
  position: static;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fixed--nav-style {
  margin-bottom: 30px;
}

.style-guide-top {
  width: 50%;
  margin-bottom: 60px;
}

.para-wrapper-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #757f7f;
}

.style-guide-top-para {
  margin-top: 10px;
  text-align: center;
}

.license-wrapper {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.style-guide-page-heading {
  position: static;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.license-title {
  position: static;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-btn-wrapper {
  width: 220px;
  height: 47px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  text-align: center;
}

.delivery-info {
  width: 80%;
  padding-right: 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.link {
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
}

.link-2 {
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
}

.link-3 {
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .main-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section {
    padding-bottom: 35px;
  }

  .tab-flex-left {
    padding-top: 50px;
    padding-right: 150px;
  }

  .transplant-lightbox-wrapper {
    width: auto;
  }

  .contact-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-form-image-wrapper {
    width: auto;
  }

  .contact-bottom-row {
    display: -ms-grid;
    display: grid;
  }

  .link {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
  }

  .link-2 {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
  }

  .link-3 {
    color: #fff;
  }

  .link-3.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .style-guide-blocks-container {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .style-guide-title {
    position: static;
    margin-bottom: 30px;
  }

  .h1 {
    font-size: 54px;
  }

  .button-container {
    width: 65%;
  }

  .all-heading-container {
    width: 65%;
  }

  .style-guide-block {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .color-palette-container {
    width: 65%;
  }

  .all-para-container {
    width: 65%;
  }

  .header {
    display: none;
  }

  .main-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .navbar {
    top: 0px;
    height: 100px;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-logo {
    margin-top: 5px;
  }

  .logo-wrapper {
    width: auto;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    height: 100vh;
    max-height: 100vh;
    max-width: 270px;
    padding: 40px;
    background-color: #fff;
  }

  .nav-links-container {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-btn-container {
    width: 100%;
  }

  .nav-btn-wrapper {
    width: 100%;
  }

  .hero-section {
    padding-bottom: 0px;
  }

  .hero-text-wrapper {
    width: auto;
    padding-top: 45px;
  }

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

  .hero-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-blocks-row {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-blocks-container {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .about-section {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .about-container {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-image-wrapper {
    width: 100%;
    height: 664px;
  }

  .about-text-wrapper {
    max-width: none;
    margin-top: 140px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .hero-image-div {
    width: 100%;
  }

  .tab-flex-left {
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .tab-content {
    margin-top: 70px;
  }

  .tab-flex-right {
    width: 100%;
  }

  .tab-btm-arrow {
    display: none;
  }

  .tab {
    width: 100%;
    margin-bottom: 10px;
  }

  .tab-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-content-div {
    max-width: none;
  }

  .tab-panel-image {
    width: 100%;
    height: 100%;
  }

  .steps-block-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .step-block-para {
    max-width: 360px;
  }

  .team-memberts-blocks-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .result-section {
    padding-top: 85px;
  }

  .result-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .result-image-wrapper {
    width: 100%;
    height: 485px;
    margin-top: 50px;
    margin-left: 0px;
  }

  .result-heading {
    max-width: none;
  }

  .result-para {
    max-width: none;
  }

  .testimonial-block-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-para {
    max-width: 480px;
  }

  .transplant-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .transplant-lightbox-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .transplant-lightbox {
    width: 100%;
    height: 100%;
  }

  .transplant-text-wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }

  .contact-form-wrapper {
    max-width: none;
    margin-right: 0px;
  }

  .contact-form-image-wrapper {
    width: 100%;
    margin-top: 80px;
  }

  .contact-from-image {
    width: 100%;
    height: 100%;
  }

  .contact-top-row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-bottom-row {
    grid-column-gap: 0px;
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-column {
    min-width: 300px;
    margin-bottom: 55px;
  }

  .footer-btn-wrapper {
    width: 100%;
  }

  .footer-column-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .copyright-wrapper {
    margin-top: 5px;
  }

  .menu-button {
    width: 30px;
    height: 18px;
    margin-right: 0px;
    padding: 0px;
  }

  .menu-button.w--open {
    z-index: 999;
    background-color: transparent;
  }

  .overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100vh;
    background-color: rgba(39, 39, 39, 0.8);
  }

  .nav-social-icons-wrapper {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
  }

  .navbar-social-icon-wrapper {
    color: #272727;
  }

  .nav-elements-wrapper {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-side-nav-logo {
    display: block;
    width: auto;
  }

  .fixed-navbar {
    top: 0px;
  }

  .fixed-nav-title {
    width: 30%;
  }

  .style-guide-top {
    width: 80%;
  }

  .style-guide-page-heading {
    margin-right: auto;
    margin-left: auto;
  }

  .license-title {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .delivery-info {
    width: 100%;
    padding-right: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-title {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .h1 {
    font-size: 48px;
  }

  .button-container {
    width: 100%;
  }

  .all-heading-container {
    width: 100%;
  }

  .style-guide-block {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .color-palette-container {
    width: 100%;
  }

  .all-para-container {
    width: 100%;
  }

  .tab-panel-list-wrappper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .transplant-details-blocks-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 7px;
  }

  .footer-column-text-wrapper._2-column {
    grid-row-gap: 7px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-column-wrapper {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .powered-by-webflow {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fixed-nav-title {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .style-guide-page-heading {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .license-title {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-title {
    text-align: center;
  }

  .h3 {
    font-size: 26px;
    line-height: 38px;
  }

  .h2 {
    font-size: 35px;
  }

  .button-container {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .color-palette-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .all-para-container {
    height: auto;
  }

  .main-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-text-wrapper {
    padding-top: 25px;
  }

  .hero-image-wrapper {
    height: 350px;
    margin-top: 65px;
  }

  .hero-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-anchor-links-wrapper {
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-golden-btn-wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .about-image-wrapper {
    height: 280px;
  }

  .tab-panel-list-wrappper {
    margin-bottom: 0px;
  }

  .tab-list-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-memberts-blocks-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .result-image-wrapper {
    height: 205px;
  }

  .transplant-image {
    height: 350px;
  }

  .transplant-text-wrapper {
    padding: 50px 30px;
  }

  .transplant-details-blocks-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .transplant-btn-wrapper {
    width: 100%;
  }

  .contact-form-row.grid {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .submit-btn {
    padding: 0px;
    font-size: 14px;
  }

  .contact-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column {
    max-width: 240px;
    min-width: auto;
  }

  .footer-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .powered-by-webflow {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copy-right-text-container {
    margin-bottom: 10px;
    text-align: left;
  }

  .anchor-link-div {
    top: -57px;
  }

  .fixed-navbar {
    height: 58px;
  }

  .fixed-nav-title {
    text-align: center;
  }

  .style-guide-top-para {
    margin-top: 0px;
  }

  .license-wrapper {
    width: 100%;
  }

  .style-guide-page-heading {
    margin-bottom: 10px;
    text-align: center;
  }

  .license-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block {
    padding: 25px;
  }
}

#w-node-dac791da-76d0-edd0-f228-dabd6d1514d8-06a07a11 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_109ef4f2-c490-1a5d-f688-e49a1d89b215-06a07a11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}