:root {
  --kb-white: #fff;
  --kb-gold: #f4b060;
  --kb-white-70: #ffffffb3;
  --kb-white10: #ffffff1a;
  --kb-black: #080808;
}

.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;
}

h1 {
  color: var(--kb-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 6.5625rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 3.82vw;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--kb-white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--kb-gold);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: var(--kb-white-70);
  max-width: 50ch;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 1.39vw;
  font-weight: 300;
  line-height: 1.8;
}

.hero-section {
  width: 100%;
  height: 100svh;
}

.body {
  background-color: #080808;
}

.navbar-wrapper-desktop {
  z-index: 10;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #08080866;
  border-bottom: 1px solid #fbfbfb33;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 9svh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.logo {
  align-self: center;
}

.link-block {
  margin-top: 0;
}

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

.links {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.link {
  color: var(--kb-white);
  margin-right: 2rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.navbutton {
  border: 1px solid var(--kb-white10);
  color: var(--kb-black);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.links-2 {
  align-self: flex-end;
  margin-top: 0;
}

.link-block-2 {
  margin-top: 1.5rem;
}

.text-block {
  color: #fff;
  font-size: 1rem;
}

.navbar-wrapper-mobile {
  z-index: 10;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #151419cc;
  border-bottom: 1px solid #fbfbfb33;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 7vh;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: sticky;
  top: 0;
}

.menu-button {
  background-color: #fff3;
  border-radius: 30px;
  padding: 10px 30px;
  display: none;
}

.link-block-3 {
  margin-top: 1.5rem;
}

.background-video {
  background-image: linear-gradient(180deg, #08080833, #0808088c 50%, var(--kb-black));
  width: 100%;
  height: 100%;
}

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

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.about-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-content, .about-image {
  width: 50%;
}

.caption-heading {
  color: var(--kb-gold);
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading {
  color: var(--kb-white);
  margin-bottom: 3rem;
  font-size: 4.6875rem;
}

.heading.gold {
  color: var(--kb-gold);
}

.paragraph {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.about-image-height {
  padding-top: 94.7518%;
  position: relative;
}

.image-3 {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.services-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 5vw;
  display: flex;
}

.services-wrapper.left {
  padding-left: 5vw;
  padding-right: 0;
}

.left-sticky-photo {
  width: 57.1528%;
}

.services-content {
  width: 42.848%;
}

.services-photo-height {
  object-fit: fill;
  padding-top: 61.1179%;
  position: relative;
}

.image-4 {
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-4.right {
  border-radius: 30px 0 0 30px;
}

.heading-2 {
  margin-bottom: 2rem;
}

.services-content-left {
  width: 42.848%;
}

.left-sticky-photo-copy, .right-sticky-photo {
  width: 57.1528%;
}

.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: minmax(464px, 1fr) minmax(464px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-cell {
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.image-5 {
  align-self: center;
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.price-paragraph {
  text-align: center;
  max-width: none;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 2;
}

.price {
  color: var(--kb-white);
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.link-price {
  color: var(--kb-gold);
  text-align: center;
  letter-spacing: 1px;
  margin-right: .5rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #f4b060;
  margin-top: 0;
  margin-bottom: 1rem;
}

.gallerie-wrapper {
  width: 100%;
}

.grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: repeat(auto-fit, minmax(400px, 1fr)) minmax(400px, 1fr) minmax(400px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
}

.gallerie-photo {
  border-radius: 30px;
}

.image-6 {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: static;
}

.grid-3 {
  grid-template-rows: minmax(auto, 1fr) auto;
}

.cta-wrapper {
  background-image: linear-gradient(180deg, #0000, var(--kb-black)), url('../images/cta-background_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  width: 100%;
  height: 80vh;
  display: flex;
}

.cta-heading {
  max-width: 30vw;
  line-height: 1;
}

.cta-content-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.button {
  background-color: var(--kb-gold);
  color: var(--kb-black);
  border-radius: 30px;
  padding: 1.5rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
}

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

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-one {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-block-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-title {
  color: var(--kb-white);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: .5rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.footer-link-two {
  color: var(--kb-white-70);
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-wrapper {
  background-color: #1a1a1a;
  border-radius: 30px;
  padding: 3rem 2rem;
}

.logo-column {
  width: 50%;
}

.text-block-2 {
  color: var(--kb-white-70);
  margin-top: .125rem;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.adress {
  color: var(--kb-white-70);
  text-align: center;
  margin-top: .125rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.openning-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.left-column {
  width: 100%;
}

.right-column {
  width: 50%;
}

.hours {
  color: var(--kb-white);
  text-align: center;
  margin-top: .125rem;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.footer-wrapper-two {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.footer-brand {
  justify-content: center;
  display: flex;
}

.footer-heading-one {
  margin-right: 1rem;
}

.footer-heading-two {
  color: var(--kb-white10);
}

.div-block {
  background-color: var(--kb-gold);
  border-radius: 30px;
  padding: 1rem 2rem;
  display: inline-block;
}

.button-txt {
  color: var(--kb-black);
  margin-right: 2rem;
}

.button-txt.dark {
  color: var(--kb-white);
}

.div-block-2 {
  display: flex;
}

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

.button-link {
  background-color: var(--kb-gold);
  border-radius: 30px;
  margin-top: 2rem;
  padding: 1rem 2rem;
  display: inline-block;
}

.button-link.dark {
  background-color: var(--kb-black);
}

.icons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: 100%;
}

.hero-content-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3vw;
  display: flex;
}

.hero-heading {
  color: #fff;
  width: auto;
  max-width: 35vw;
  line-height: 1;
}

.hero-button {
  background-color: var(--kb-gold);
  border-radius: 30px;
  margin-top: 2rem;
  padding: 1rem 2rem;
  display: inline-block;
}

.hero-button.dark {
  background-color: var(--kb-black);
}

.services-heading, .heading-2-copy {
  margin-bottom: 2rem;
}

.footer-wrapper-desktop, .footer-wrapper-copy {
  background-color: #1a1a1a;
  border-radius: 30px;
  padding: 3rem 2rem;
}

.footer-wrapper-mobile {
  background-color: #1a1a1a;
  border-radius: 30px;
  padding: 3rem 2rem;
  display: none;
}

.div-block-4 {
  height: 1px;
}

.footer-separator {
  background-color: var(--kb-white10);
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-wrapper-one-desktop {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gallery-desktop {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: repeat(auto-fit, minmax(400px, 1fr)) minmax(400px, 1fr) minmax(400px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
}

.gallery-desktop-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: repeat(auto-fit, minmax(400px, 1fr)) minmax(400px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
}

.gallery-mobile {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: repeat(auto-fit, minmax(400px, 1fr)) minmax(400px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
  display: none;
}

.gallery-desktop-copy-copy, .gallery {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: repeat(auto-fit, minmax(400px, 1fr)) minmax(400px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
}

.services-mobile {
  display: none;
}

.footer-separator-copy, .menu-sep {
  background-color: var(--kb-white10);
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.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;
  align-items: center;
  width: 500px;
  display: flex;
}

.body-2 {
  background-color: var(--kb-black);
}

.nav-button {
  background-color: var(--kb-white);
  border-radius: 20px;
  justify-content: flex-end;
  margin-top: 0;
  padding: 10px 2rem;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.nav-button:hover {
  background-color: var(--kb-gold);
}

.nav-button.dark {
  background-color: var(--kb-black);
}

.button-txt-copy {
  color: var(--kb-black);
  margin-right: 2rem;
}

.button-txt-copy.dark {
  color: var(--kb-white);
}

.nav-button-txt {
  color: var(--kb-black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.nav-button-txt.dark {
  color: var(--kb-white);
}

.link-block-7 {
  text-decoration: none;
}

.nav-button-mobile {
  background-color: var(--kb-white);
  border-radius: 20px;
  justify-content: flex-end;
  margin-top: 0;
  padding: 10px 2rem;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.nav-button-mobile:hover {
  background-color: var(--kb-gold);
}

.nav-button-mobile.dark {
  background-color: var(--kb-black);
}

.nav-button-txt-mobile {
  color: var(--kb-black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.nav-button-txt-mobile.dark {
  color: var(--kb-white);
}

._404-button {
  background-color: var(--kb-gold);
  text-align: center;
  border-radius: 30px;
  margin-top: 2rem;
  padding: 1rem 2rem;
  display: block;
}

._404-button.dark {
  background-color: var(--kb-black);
}

.button-txt-404 {
  color: var(--kb-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.5rem;
  font-size: 2rem;
  line-height: 1;
}

.button-txt-404.dark {
  color: var(--kb-white);
}

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

.caption-heading-404 {
  color: var(--kb-gold);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading-4 {
  color: var(--kb-white);
}

.link-block-10 {
  text-decoration: none;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.rich-txt-heading {
  font-family: Nunito, sans-serif;
  line-height: 1.6;
}

.rich-txt-paragraph {
  width: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.list-item {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.politica-de-privacidade {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-politica-privacidade {
  background-color: var(--kb-black);
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.politica-privacidade-h1 {
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
}

.politica-privacidade-h2 {
  color: var(--kb-white);
  font-size: 2rem;
  line-height: 1.2;
}

.politica-privacidade-h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.paragraph-politica-privacidade {
  color: var(--kb-white-70);
  text-transform: none;
  max-width: 60ch;
  margin-bottom: 4rem;
  font-size: 1rem;
  text-decoration: none;
}

.body-3 {
  background-color: var(--kb-black);
}

.paragraph-2 {
  margin-bottom: 0;
}

.heading-5 {
  margin-bottom: 2rem;
}

.link-5 {
  color: var(--kb-white-70);
  text-decoration: none;
}

.link-6 {
  color: var(--kb-white);
}

.legal-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  margin-top: 2rem;
  display: flex;
}

.legal-link {
  color: #ffffffb3;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.navbar-politica-priv {
  z-index: 10;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #151419cc;
  border-bottom: 1px solid #fbfbfb33;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 7vh;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: sticky;
  top: 0;
}

.navbar-politica-priv-desktop {
  z-index: 10;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #08080866;
  border-bottom: 1px solid #fbfbfb33;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 9svh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nav-button-back {
  background-color: var(--kb-white);
  border-radius: 20px;
  justify-content: flex-end;
  margin-top: 0;
  padding: 10px 2rem;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.nav-button-back:hover {
  background-color: var(--kb-gold);
}

.nav-button-back.dark {
  background-color: var(--kb-black);
}

.nav-button-txt-copy {
  color: var(--kb-black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.nav-button-txt-copy.dark {
  color: var(--kb-white);
}

@media screen and (max-width: 991px) {
  .navbar-wrapper-desktop {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    margin-right: 2rem;
  }

  .link {
    margin-right: 1rem;
  }

  .navbar-wrapper-mobile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    margin-bottom: 2rem;
    font-size: 4rem;
  }

  .services-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-2 {
    font-size: 3.4375rem;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: minmax(464px, 1fr) minmax(464px, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .price-paragraph {
    margin-bottom: 1.5rem;
    line-height: 2.1;
  }

  .price {
    margin-bottom: 1.5rem;
  }

  .link-price {
    font-size: 1.4rem;
  }

  .heading-3 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .image-6 {
    margin-bottom: 1.5rem;
  }

  .cta-heading {
    max-width: 60vw;
    font-size: 5rem;
  }

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

  .footer-wrapper-one {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-block-two {
    width: 100%;
  }

  .footer-title {
    font-size: 1.5rem;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-wrapper {
    padding: 1.5rem;
  }

  .logo-column {
    width: 100%;
  }

  .text-block-2, .adress {
    font-size: .9rem;
  }

  .footer-heading-one, .footer-heading-two {
    font-size: 5rem;
  }

  .button-txt {
    font-size: 3rem;
  }

  .button-link.dark {
    margin-top: 1rem;
  }

  .hero-heading {
    max-width: 60vw;
    font-size: 5rem;
  }

  .services-heading {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 3rem;
  }

  .heading-2-copy {
    font-size: 3.4375rem;
  }

  .footer-wrapper-desktop {
    padding: 1.5rem;
    display: none;
  }

  .footer-wrapper-copy {
    padding: 1.5rem;
  }

  .footer-wrapper-mobile {
    padding: 1.5rem;
    display: block;
  }

  .footer-wrapper-one-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .gallery-mobile {
    display: block;
  }

  .gallery {
    display: none;
  }

  .nav-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-txt-copy {
    font-size: 3rem;
  }

  .nav-button-txt {
    font-size: 1rem;
  }

  .nav-button-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-button-txt-mobile {
    font-size: 1rem;
  }

  .button-txt-404 {
    font-size: 3rem;
  }

  .legal-link {
    font-size: .9rem;
  }

  .navbar-politica-priv {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-politica-priv-desktop {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-button-back {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-button-txt-copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper-desktop {
    display: none;
  }

  .navbar-2 {
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
  }

  .logo {
    z-index: 200;
    aspect-ratio: auto;
    align-self: center;
    position: sticky;
  }

  .links {
    z-index: 100;
    color: #fbfbfb;
    background-color: #1b1b1d;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
    margin-left: -100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .link {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 0;
    font-size: 1.2rem;
  }

  .navbutton {
    align-self: flex-start;
    margin-top: 1.5rem;
    padding: .75rem 2rem;
    font-size: 1.2rem;
    display: block;
  }

  .links-2 {
    z-index: 100;
    color: #fbfbfb;
    background-color: #1b1b1d;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
    margin-left: -100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .links-2.portrait-menu {
    align-self: stretch;
    margin-left: -100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block {
    color: var(--kb-black);
    font-family: Nunito, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .navbar-wrapper-mobile {
    background-color: #08080866;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 8vh;
    display: flex;
    position: fixed;
  }

  .menu-button {
    z-index: 100;
    background-color: var(--kb-white);
    cursor: pointer;
    border: 1px solid #fbfbfb33;
    border-radius: 20px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
    top: 0;
  }

  .link-block-3 {
    margin-top: 0;
  }

  .about-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .about-wrapper {
    flex-flow: column;
  }

  .about-content, .about-image {
    width: 100%;
  }

  .caption-heading {
    margin-bottom: 1rem;
    font-size: .9rem;
  }

  .heading {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .paragraph {
    max-width: 60ch;
    font-size: 1rem;
  }

  .image-3 {
    aspect-ratio: 1;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services-wrapper {
    flex-flow: column;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .services-wrapper.left {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .left-sticky-photo, .services-content {
    width: 100%;
  }

  .image-4, .image-4.right {
    border-radius: 30px;
  }

  .services-content-left, .right-sticky-photo {
    width: 100%;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pricing-cell {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-3 {
    font-size: 1.8rem;
  }

  .image-6 {
    height: 50svh;
  }

  .cta-heading {
    font-size: 3rem;
  }

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

  .footer-wrapper-one {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .openning-wrapper {
    justify-content: center;
    align-items: center;
  }

  .left-column {
    text-align: center;
  }

  .footer-wrapper-two {
    flex-flow: column;
    margin-top: 1rem;
  }

  .footer-brand {
    flex-flow: column;
    align-items: center;
  }

  .footer-heading-one {
    margin-right: 0;
    font-size: 3rem;
  }

  .footer-heading-two {
    font-size: 3rem;
  }

  .button-txt {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 2rem;
  }

  .icons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: center;
  }

  .hero-heading {
    font-size: 3rem;
  }

  .hero-button {
    margin-top: 1rem;
  }

  .services-heading {
    font-size: 2rem;
  }

  .footer-wrapper-mobile {
    text-align: center;
  }

  .services-desktop {
    display: none;
  }

  .services-mobile {
    padding-left: 3vw;
    padding-right: 3vw;
    display: block;
  }

  .menu-content-wrapper {
    width: 100%;
  }

  .menu-links-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-separator {
    background-color: var(--kb-white10);
    height: 1px;
  }

  .menu-sep {
    text-align: center;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .title-menu {
    color: var(--kb-white);
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-family: Nunito, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .menu-link {
    color: var(--kb-white-70);
    margin-bottom: .5rem;
    font-family: Nunito, sans-serif;
    font-size: 1.2rem;
  }

  .link-block-5, .link-block-6 {
    text-decoration: none;
  }

  .nav-button {
    margin-top: 1rem;
  }

  .button-txt-copy, .nav-button-txt {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 2rem;
  }

  .nav-button-mobile {
    margin-top: 1rem;
  }

  .nav-button-txt-mobile {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 1.2rem;
  }

  .link-block-8 {
    text-decoration: none;
  }

  ._404-button {
    margin-top: 1rem;
  }

  .button-txt-404 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 2rem;
  }

  .caption-heading-404 {
    margin-bottom: 1rem;
    font-size: .9rem;
  }

  .rich-txt-heading {
    font-size: 1.8rem;
  }

  .navbar-politica-priv {
    background-color: #08080866;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 8vh;
    display: flex;
    position: fixed;
  }

  .navbar-politica-priv-desktop {
    display: none;
  }

  .nav-button-back {
    margin-top: 1rem;
  }

  .nav-button-txt-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper-desktop {
    height: 10vh;
  }

  .navbar-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    align-self: center;
  }

  .link-block {
    margin-top: 0;
  }

  .image-2 {
    margin-right: 10px;
  }

  .links, .links-2 {
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-2.portrait-menu {
    margin-left: -100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-block-2 {
    margin-top: 0;
  }

  .text-block {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .navbar-wrapper-mobile {
    height: 7vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: var(--kb-white);
    margin-top: 0;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
  }

  .link-block-3 {
    margin-top: 0;
  }

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

  .caption-heading {
    margin-bottom: .25rem;
  }

  .heading {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .heading.gold {
    margin-bottom: .5rem;
  }

  .services-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-wrapper.left {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .price {
    font-size: .9rem;
  }

  .link-price {
    font-size: 1.2rem;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .image-6 {
    height: 40svh;
  }

  .cta-wrapper {
    height: 100vw;
  }

  .cta-heading {
    font-size: 2.5rem;
  }

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

  .footer-wrapper-one {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 0;
  }

  .footer-title {
    font-size: 1.3rem;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-heading-one, .footer-heading-two {
    font-size: 2.5rem;
  }

  .button-txt {
    font-size: 1.7rem;
  }

  .hero-heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .hero-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services-heading {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .footer-wrapper-one-desktop {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-mobile {
    margin-top: 1rem;
  }

  .nav-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-txt-copy, .nav-button-txt {
    font-size: 1.7rem;
  }

  .nav-button-mobile {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-button-txt-mobile {
    font-size: 1.2rem;
  }

  .link-block-8 {
    text-decoration: none;
  }

  ._404-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-txt-404 {
    font-size: 1.7rem;
  }

  .caption-heading-404 {
    margin-bottom: .25rem;
  }

  .container-3 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .rich-txt-paragraph {
    font-size: 1.1rem;
  }

  .politica-de-privacidade {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .politica-privacidade-h1 {
    font-size: 3rem;
    line-height: 1;
  }

  .legal-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-politica-priv {
    height: 7vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .back-nav-button {
    border: 1px solid var(--kb-white);
    background-color: #0000;
    border-radius: 5rem;
    font-family: Nunito, sans-serif;
    font-size: 1rem;
  }

  .navbar-politica-priv-desktop {
    height: 10vh;
  }

  .nav-button-back {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-button-txt-copy {
    font-size: 1.7rem;
  }
}

#w-node-_59728c74-8437-d583-aca1-5f36f12cb7e7-5806b198, #w-node-_9b713063-7539-33ec-68eb-ca2308816d37-5806b198, #w-node-_2c0edacf-add1-4ede-62c5-451177a283ef-5806b198, #w-node-f1c56ae3-0db9-2ad0-2f4b-0af22c977935-5806b198, #w-node-_64cf7c9e-febf-c564-0245-93135b78153d-5806b198, #w-node-_8838eaf9-640e-4eae-8c27-3780d8603bdb-5806b198 {
  place-self: stretch center;
}

@media screen and (max-width: 767px) {
  #w-node-_59728c74-8437-d583-aca1-5f36f12cb7e7-5806b198 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-cbfbd017-ec88-8d04-79fa-6b253887f5d2-3887f597 {
    place-self: center;
  }

  #w-node-cbfbd017-ec88-8d04-79fa-6b253887f5e0-3887f597, #w-node-cbfbd017-ec88-8d04-79fa-6b253887f5e7-3887f597 {
    justify-self: center;
  }
}


