.grk-page {
  color: #333;
  background-color: #faf8f5;
  font-family: Jost;
  font-weight: 300;
  line-height: 1.6;
}

.heading {
  color: #222;
  letter-spacing: .5px;
  margin: 0;
  font-family: Cormorant Garamond;
  font-weight: 600;
}

.link {
  color: inherit;
  text-decoration: none;
}

.container {
  box-sizing: border-box;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
}

.container.about-inner {
  padding-left: 26px;
  padding-right: 26px;
}

.eyebrow {
  color: #c1873f;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.section {
  padding: 110px 0;
}

.site-header {
  z-index: 100;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #faf8f5f5;
  border-bottom: 1px solid #e4ddd2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-wrap {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
}

.logo-img {
  border-radius: 2px;
  height: 42px;
  display: block;
}

.nav-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  color: #333;
  letter-spacing: .5px;
  border-bottom: 1px solid #0000;
  padding: 6px 0;
  font-size: 14px;
  transition: border-color .2s, color .2s;
}

.nav-link:hover {
  color: #c1873f;
  border-color: #c1873f;
}

.nav-cta {
  box-sizing: border-box;
  color: #fff;
  letter-spacing: .5px;
  white-space: nowrap;
  background-color: #222;
  border-radius: 2px;
  padding: 10px 24px;
  font-size: 13px;
}

.hero {
  color: #f4efe6;
  text-align: center;
  background-image: url('../images/hero-grk_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 94vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: repeating-linear-gradient(90deg, #ffffff08 0 1px, #0000 1px 64px);
  position: absolute;
  inset: 0;
}

.hero-inner {
  z-index: 2;
  box-sizing: border-box;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}

.hero-title {
  color: #b98a4c;
  margin: 0 auto 24px;
  font-size: 54px;
  line-height: 1.15;
}

.lead {
  color: #d9d2c4;
  max-width: 600px;
  margin: 0 auto 46px;
  font-size: 19px;
  font-weight: 300;
}

.hero-btns {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.btn {
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 2px;
  padding: 16px 38px;
  font-size: 14px;
  transition: background .25s, color .25s;
  display: inline-block;
}

.btn:hover {
  color: #222;
  background-color: #0000;
}

.btn-outline {
  color: #222;
  background-color: #0000;
  border: 1px solid #222;
}

.btn-outline:hover {
  color: #fff;
  background-color: #222;
}

.hero-btn {
  color: #241c10;
  background-color: #c1873f;
  border-color: #c1873f;
}

.hero-btn:hover {
  color: #d9a866;
  background-color: #0000;
}

.hero-btn-outline {
  color: #f4efe6;
  border-color: #f4efe680;
}

.hero-btn-outline:hover {
  color: #222;
  background-color: #f4efe6;
}

.about {
  background-color: #fff;
  border-top: 1px solid #e4ddd2;
  border-bottom: 1px solid #e4ddd2;
}

.about-inner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.about-title {
  margin-bottom: 22px;
  font-size: 38px;
}

.about-text {
  color: #6b6b6b;
  margin-bottom: 18px;
  font-family: montserrat, sans-serif;
  font-size: 17px;
}

.diferenciais {
  color: #f4efe6;
  background-color: #222;
  background-image: radial-gradient(at 95% 90%, #c1873f14, #0000 45%);
  position: relative;
}

.section-title {
  margin-bottom: 16px;
  font-size: 40px;
}

.diferenciais-title {
  color: #fff;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
}

.section-desc {
  color: #6b6b6b;
  font-family: montserrat, sans-serif;
  font-size: 16px;
}

.diferenciais-desc {
  color: #c9c2b4;
}

.stats-row {
  border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #ffffff24;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 70px;
  display: grid;
}

.stat {
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #ffffff24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px 20px;
  display: flex;
}

.stat-last {
  border-right-style: none;
}

.stat-num {
  color: #d9a866;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 10px;
  font-family: Cormorant Garamond;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.stat-label {
  color: #cfc9bd;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  font-family: montserrat, sans-serif;
  font-size: 13px;
  display: block;
}

.diff-impact-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.diff-block {
  border-top: 2px solid #c1873f;
  padding-top: 26px;
  transition: transform .25s;
}

.diff-block:hover {
  transform: translateY(-6px);
}

.diff-index {
  color: #d9a866;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-family: Cormorant Garamond;
  font-size: 17px;
  display: block;
}

.diff-title {
  color: #fff;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.3;
}

.diff-text {
  color: #e6e0d3;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}

.areas-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.area-card {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e4ddd2;
  padding: 32px 26px;
  transition: transform .25s, box-shadow .25s;
}

.area-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px #0000000f;
}

.area-title {
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 1.3;
}

.area-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.area-item {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #6b6b6b;
  align-items: flex-start;
  font-family: montserrat, sans-serif;
  font-size: 14.5px;
  display: flex;
}

.item-dash {
  background-color: #c1873f;
  flex-shrink: 0;
  width: 7px;
  height: 1px;
  margin-top: 9px;
  display: block;
}

.team {
  background-color: #fff;
  border-top: 1px solid #e4ddd2;
  border-bottom: 1px solid #e4ddd2;
}

.team-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  max-width: 760px;
  margin: 0 auto;
  display: grid;
}

.team-card {
  text-align: left;
}

.avatar {
  aspect-ratio: 1;
  background-color: #222;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.avatar-img {
  filter: grayscale(15%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.avatar-shade {
  pointer-events: none;
  background-image: radial-gradient(circle at 70% 0, #c1873f2e, #0000 55%);
  position: absolute;
  inset: 0;
}

.team-title {
  margin-bottom: 6px;
  font-size: 23px;
}

.role {
  color: #c1873f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: montserrat, sans-serif;
  font-size: 13px;
  display: block;
}

.bio {
  color: #6b6b6b;
  margin-bottom: 16px;
  font-family: montserrat, sans-serif;
  font-size: 14.5px;
}

.email {
  color: #222;
  border-top: 1px solid #e4ddd2;
  padding-top: 14px;
  font-size: 13.5px;
  display: inline-block;
}

.email:hover {
  color: #c1873f;
}

.contact {
  color: #f2ede4;
  background-color: #222;
}

.contact-eyebrow {
  color: #d9a866;
}

.contact-title {
  color: #fff;
}

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

.contact-text {
  color: #cfc9bd;
  margin-bottom: 10px;
  font-family: montserrat, sans-serif;
  font-size: 15px;
}

.addr-block {
  border-top: 1px solid #ffffff26;
  margin-top: 26px;
  padding-top: 26px;
}

.addr-name {
  color: #fff;
  margin-bottom: 10px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.contact-form, .contact-form._w-form, .contact-form._w-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.form-label {
  color: #cfc9bd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: montserrat, sans-serif;
  font-size: 12.5px;
  display: block;
}

.form-input {
  box-sizing: border-box;
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 2px;
  width: 100%;
  padding: 13px 16px;
  font-family: montserrat, sans-serif;
  font-size: 14.5px;
}

.form-input._w-input, .form-input._w-input-1 {
  box-sizing: border-box;
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 2px;
  width: 100%;
  padding: 13px 16px;
  font-family: Jost;
  font-size: 14.5px;
}

.form-textarea {
  resize: vertical;
  min-height: 110px;
}

.form-submit {
  color: #241c10;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c1873f;
  border-style: none;
  border-radius: 2px;
  padding: 15px;
  font-family: montserrat, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
}

.form-submit:hover {
  background-color: #d9a866;
}

.form-submit._w-button {
  color: #241c10;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c1873f;
  border-style: none;
  border-radius: 2px;
  padding: 15px;
  font-size: 13.5px;
  font-weight: 500;
  transition: background .2s;
}

.form-submit._w-button:hover {
  background-color: #d9a866;
}

.site-footer {
  background-color: #222;
  border-top: 1px solid #ffffff1a;
  padding: 32px 0;
}

.footer-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #9a9488;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.footer-logo {
  height: 34px;
  display: block;
}

._w-input-parent._w-input {
  box-sizing: border-box;
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 2px;
  width: 100%;
  padding: 13px 16px;
  font-family: Jost;
  font-size: 14.5px;
}

.nav-logo-link {
  color: inherit;
  text-decoration: none;
}

.nav-link-1 {
  color: #333;
  letter-spacing: .5px;
  border-bottom: 1px solid #0000;
  padding: 6px 0;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.nav-link-1:hover {
  color: #c1873f;
  border-color: #c1873f;
}

.nav-cta-1 {
  box-sizing: border-box;
  color: #fff;
  letter-spacing: .5px;
  white-space: nowrap;
  background-color: #222;
  border-radius: 2px;
  padding: 10px 24px;
  font-family: montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.hero-1 {
  color: #f4efe6;
  text-align: center;
  background-image: url('../images/hero-grk_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 94vh;
  padding: 110px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-overlay-1 {
  z-index: 1;
  pointer-events: none;
  background-color: #0f0c09b3;
  position: absolute;
  inset: 0;
}

.hero-title-1 {
  color: #b98a4c;
  letter-spacing: .5px;
  margin: 0 auto 24px;
  font-family: Cormorant Garamond;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.15;
}

.hero-btn-primary {
  box-sizing: border-box;
  color: #241c10;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c1873f;
  border: 1px solid #c1873f;
  border-radius: 2px;
  padding: 16px 38px;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.hero-btn-primary:hover {
  color: #d9a866;
  background-color: #0000;
}

.hero-btn-outline-1 {
  box-sizing: border-box;
  color: #f4efe6;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #f4efe680;
  border-radius: 2px;
  padding: 16px 38px;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.hero-btn-outline-1:hover {
  color: #222;
  background-color: #f4efe6;
}

.about-section {
  background-color: #fff;
  border-top: 1px solid #e4ddd2;
  border-bottom: 1px solid #e4ddd2;
  padding: 110px 0;
}

.about-title-1 {
  color: #222;
  letter-spacing: .5px;
  margin: 0 0 22px;
  font-family: Cormorant Garamond;
  font-size: 38px;
  font-weight: 600;
}

.diferenciais-section {
  color: #f4efe6;
  background-color: #222;
  padding: 110px 0;
  position: relative;
}

.diferenciais-heading {
  color: #fff;
  letter-spacing: .5px;
  max-width: 760px;
  margin: 0 auto 16px;
  font-family: Cormorant Garamond;
  font-size: 44px;
  font-weight: 600;
}

.diferenciais-desc-1 {
  color: #c9c2b4;
  font-family: montserrat, sans-serif;
  font-size: 16px;
}

.stat-last-1 {
  box-sizing: border-box;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px 20px;
  display: flex;
}

.section-heading {
  color: #222;
  letter-spacing: .5px;
  margin: 0 0 16px;
  font-family: Cormorant Garamond;
  font-size: 40px;
  font-weight: 600;
}

.area-heading {
  color: #222;
  letter-spacing: .5px;
  margin: 0 0 16px;
  font-family: Cormorant Garamond;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.team-section {
  background-color: #fff;
  border-top: 1px solid #e4ddd2;
  border-bottom: 1px solid #e4ddd2;
  padding: 110px 0;
}

.avatar-shade-1 {
  pointer-events: none;
  background-color: #14100b59;
  position: absolute;
  inset: 0;
}

.team-heading {
  color: #222;
  letter-spacing: .5px;
  margin: 0 0 6px;
  font-family: Cormorant Garamond;
  font-size: 23px;
  font-weight: 600;
}

.email-link {
  color: #222;
  border-top: 1px solid #e4ddd2;
  padding-top: 14px;
  font-family: montserrat, sans-serif;
  font-size: 13.5px;
  text-decoration: none;
  display: inline-block;
}

.email-link:hover {
  color: #c1873f;
}

.contact-section {
  color: #f2ede4;
  background-color: #222;
  padding: 110px 0;
}

.contact-eyebrow-1 {
  color: #d9a866;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.contact-heading {
  color: #fff;
  letter-spacing: .5px;
  margin: 0;
  font-family: Cormorant Garamond;
  font-weight: 600;
}

.form-textarea-1 {
  box-sizing: border-box;
  color: #fff;
  resize: vertical;
  background-color: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 2px;
  width: 100%;
  min-height: 110px;
  padding: 13px 16px;
  font-family: montserrat, sans-serif;
  font-size: 14.5px;
}

.form-textarea-1._w-input {
  box-sizing: border-box;
  color: #fff;
  resize: vertical;
  background-color: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 2px;
  width: 100%;
  min-height: 110px;
  padding: 13px 16px;
  font-family: Jost;
  font-size: 14.5px;
}

._w-input-1 {
  box-sizing: border-box;
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 2px;
  width: 100%;
  padding: 13px 16px;
  font-family: Jost;
  font-size: 14.5px;
}

.bold-text {
  font-family: montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .areas-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 70px 0;
  }

  .nav-list {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 170px 0 90px;
  }

  .hero-title {
    font-size: 36px;
  }

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

  .stat {
    border-bottom: 1px solid #ffffff24;
    border-right-style: none;
  }

  .stat-last {
    border-bottom-style: none;
  }

  .diff-impact-row {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .areas-grid, .team-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .hero-1 {
    min-height: auto;
    padding: 170px 0 90px;
  }

  .hero-title-1 {
    font-size: 36px;
  }

  .about-section, .diferenciais-section {
    padding: 70px 0;
  }

  .stat-last-1 {
    border-bottom-style: none;
  }

  .team-section, .contact-section {
    padding: 70px 0;
  }
}