:root {
  --primary: #d3bf76;
  --bg-light: #faf5e1;
  --blue: #060a13;
  --blue-ligth: #111006ed;
}

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

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

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

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

.logo-wrapper {
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 10px 15px 10px 0;
  font-size: 45px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-menu-right {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-info-link {
  color: #fff;
  cursor: pointer;
  padding-bottom: 4px;
  text-decoration: none;
  display: block;
}

.nav-text {
  color: #fff;
  letter-spacing: -.24px;
  text-transform: uppercase;
  flex: 0 auto;
  width: auto;
  height: auto;
  min-height: auto;
  font-size: 400%;
  line-height: 98%;
  transition: all .4s;
}

.nav-text:hover {
  color: #d3bf76;
}

.logo {
  width: 27%;
  margin-top: -6px;
  text-decoration: none;
}

.logo.w--current {
  width: auto;
  margin-top: 0;
  font-size: 45px;
  text-decoration: none;
}

.logo.footer {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  padding-top: 0;
}

.logo.logo-footer {
  width: 90%;
}

.logo.logo-footer.mb-20 {
  margin-top: 0;
}

.header-social-text {
  color: var(--primary);
  letter-spacing: 4.48px;
  font-size: 18px;
  line-height: 240%;
  transition: all .4s;
}

.header-social-text:hover {
  color: var(--bg-light);
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.nav-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-top: 8%;
  margin-bottom: 8%;
  text-decoration: none;
  display: flex;
}

.nav-link.nav-six, .nav-link.nav-three {
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.nav-link.nav-one {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.nav-link.nav-one.w--current {
  width: 100%;
}

.nav-link.nav-five, .nav-link.nav-two {
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.nav-overflow-hidden {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.nav-overflow-hidden.nav-link-margin {
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 0;
}

.right-nav-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.footer-info-text {
  border-bottom: 1px solid var(--primary);
  color: #fff;
  letter-spacing: .0002rem;
  text-transform: none;
  padding-bottom: 13px;
  font-family: Cinzel, sans-serif;
  font-size: 1.25rem;
  line-height: 1.95rem;
  transition: all .525s;
}

.footer-info-text:hover {
  color: #d3bf76;
  letter-spacing: 0;
}

.nav-menu-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 80vh;
  margin-left: 0%;
  display: flex;
}

.item-menu-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 65%;
  display: flex;
}

.menu-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-top: -3px;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  display: flex;
  position: relative;
}

.menu-background {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-heading-small {
  color: #ffffffb3;
  letter-spacing: .0002rem;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 150%;
}

.menu-line.top {
  background-color: #fff;
  width: 80px;
  height: 1px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-line.bottom {
  background-color: #fff;
  width: 80px;
  height: 1px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.brisk-white {
  width: auto;
  height: auto;
  min-height: auto;
}

.padding-top-onerem {
  padding-top: 1rem;
}

.nav-menu {
  z-index: 99;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu-item-arrow {
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-top: 0;
  display: block;
}

.text-block-2 {
  color: #fff;
  font-family: Cinzel, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.text-block-2.footer-text {
  font-size: 45px;
  line-height: 45px;
}

.lottie-menu {
  width: 100%;
  margin-top: -1%;
  margin-left: -1px;
  margin-right: 0;
  overflow: visible;
}

.nav-menu-content-wrapper {
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: 8rem 8% 4rem;
  display: block;
  position: relative;
}

.header-social-link {
  color: #ffffffb3;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .5s;
  display: block;
}

.header-social-link:hover {
  color: #fff;
}

.main-header-white {
  width: 100%;
  position: absolute;
}

.menu-background-fill {
  background-color: #101118;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.padding-five-percent {
  padding-top: 5%;
  padding-bottom: 5%;
}

.button-in-hero {
  width: auto;
  height: auto;
  display: flex;
}

.button-in-hero.service-button {
  justify-content: center;
}

.button-arrow {
  object-fit: cover;
  min-width: 1.06em;
  position: absolute;
}

.service-details-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1320svh;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.service-details-section-one {
  background-image: linear-gradient(#0006, #0006), url('../images/quarry.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100vw;
}

.service-details-section-one.menu {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20240416_161123.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 600px;
  padding-top: 65px;
}

.service-details-section-one.menu.catering {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20240416_162231.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 126px;
}

.service-details-section-one.events {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rsw_2320.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-details-section-one.events.catering {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20240416_162231.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-details-section-one.about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rsw_2560h_1707cg_true.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.service-details-image {
  width: 100%;
}

.service-details-grid-col {
  width: 50%;
  display: block;
  position: relative;
}

.service-details-grid-col.service-details-grid-one {
  z-index: 1;
  width: 60%;
  padding-top: 148px;
  padding-bottom: 150px;
  left: 200px;
}

.service-details-grid-col.service-details-grid-two {
  background-color: #fff;
  width: 100%;
  padding-top: 177px;
  padding-bottom: 140px;
  padding-left: 250px;
}

.primary-button {
  z-index: 10;
  background-color: var(--primary);
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #121e38;
  letter-spacing: .28em;
  text-transform: uppercase;
  border: 1px solid #934b4b00;
  min-width: auto;
  min-height: auto;
  padding: 1.2rem 1.5em;
  font-size: 1.125rem;
  line-height: 180%;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.primary-button:hover {
  background-color: #d3bf76;
}

.primary-button.w--current:hover {
  background-color: #b07b6a;
  border-color: #b07b6a;
}

.details-arrow-list {
  background-image: url('../images/Details-Check-Icon_1Details-Check-Icon.png');
  background-position: 0 16%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 1rem;
  padding-bottom: 0;
  padding-left: 1.7rem;
  display: flex;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  display: flex;
  position: static;
  overflow: hidden;
}

.expert-strategy-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 90vh;
  padding-left: 0%;
  display: flex;
  top: 150px;
  bottom: auto;
}

.service-details-grid-wrapper {
  max-width: none;
  margin-top: 40px;
  padding-right: 15%;
}

.service-details-text {
  z-index: 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding: 108px 150px 0;
  display: flex;
  position: relative;
}

.service-details-text.menu {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.service-details-text.catering {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  width: 80vw;
  height: auto;
  padding: 0;
}

.service-details-grid {
  background-image: url('../images/rsw_2320.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  align-items: stretch;
  display: flex;
}

.our-services-hifen-text-2 {
  color: #000411;
  letter-spacing: normal;
  text-transform: uppercase;
  background-image: url('../images/Service-Line.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 68px;
  padding-left: 5rem;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.8125rem;
}

.heading-8 {
  color: #eee;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.heading-8.mb-50 {
  margin-bottom: 50px;
}

.service-details-banner-heading {
  color: #fff;
  text-align: center;
  letter-spacing: .02rem;
  text-transform: uppercase;
  min-width: 44px;
  min-height: 44px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Cinzel, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 115%;
}

.service-details-banner-heading.catering {
  padding-left: 0%;
  padding-right: 0%;
}

.teaser-img-wrap {
  background-image: url('../images/20240416_165215.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-block-main {
  color: #4a4b5c;
  letter-spacing: .002rem;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 165%;
}

.text-block-main.bold-text {
  color: #000;
  font-weight: 400;
}

.text-block-main.bold-text.margin-top-one {
  font-weight: 400;
}

.text-block-main.margin-bottom-1em {
  margin-bottom: 1em;
}

.text-block-main.margin-top-one {
  color: #4a4b5c;
  letter-spacing: .002rem;
  width: 100%;
  margin-top: 1em;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
  line-height: 165%;
}

.text-block-main.margin-top-one.deeo-grey {
  color: #b9b9b9;
}

.text-block-main.margin-top-one.deeo-grey.width-half {
  color: var(--blue);
  width: 80%;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.text-block-main.margin-top-one.dark-text {
  color: #121e38;
}

.text-block-main.bold-border-text {
  color: #000;
  border-left: 8px solid #b07b6a;
  padding-left: 1rem;
}

.padding-top-1-25rem {
  padding-top: 1.25rem;
}

.service-details-grid-wrap {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.button-text {
  color: var(--blue);
  letter-spacing: .16rem;
  font-family: Cinzel, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.service-details-woman-block {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.expertise-advice {
  grid-column-gap: 138px;
  grid-row-gap: 138px;
  max-width: none;
  display: flex;
}

.home-section-six {
  background-color: #faf5e1;
  padding-top: 7.1875rem;
  padding-bottom: 8em;
  overflow: hidden;
}

.container-three {
  border-bottom: 0 #000;
  align-items: center;
  max-width: 90%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.expertise-advice-text-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.white-heading-one {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 0;
  font-family: Cinzel, sans-serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 4.0625rem;
}

.container-project-one {
  background-color: var(--bg-light);
  border-bottom: 1px solid #1e2026;
  max-width: 100%;
  padding-bottom: 9.375rem;
  padding-left: 2em;
  padding-right: 2em;
  overflow: visible;
}

.service-container {
  max-width: 90%;
  padding-left: 0;
}

.white-heading-two {
  color: var(--blue);
  font-family: Cinzel, sans-serif;
}

.project-link-image-two {
  border: 1px #fff;
  border-radius: 50%;
}

.project-image-inner {
  object-fit: cover;
  width: 365px;
  height: 337px;
  margin-top: -8rem;
  position: absolute;
  inset: 0 5% 0% auto;
}

.project-hover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.project-link-image-one {
  border: 1px none var(--primary);
  border-radius: 50%;
  margin-left: 0;
  position: absolute;
}

.project-image-block {
  width: 40%;
  position: relative;
}

.project-text-block {
  width: 35%;
  margin-top: -2rem;
}

.main-project-block {
  border-bottom: 1px solid #444447;
  padding-top: 5.563rem;
  padding-bottom: 5.563rem;
  display: flex;
}

.main-project-link {
  width: 70px;
  height: 70px;
}

.text-block-3 {
  font-family: Cinzel, sans-serif;
}

.heading-9 {
  font-family: Cinzel, sans-serif;
  font-weight: 600;
}

.the-mirror {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 75px;
  display: flex;
}

.image {
  width: 50%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
  display: flex;
}

.text-block-4 {
  margin-bottom: 32px;
}

.text-block-5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-6 {
  text-align: left;
  line-height: 14px;
}

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

.bold-text-2 {
  font-family: Cinzel, sans-serif;
  font-weight: 500;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.column-three {
  padding-right: 20px;
}

.contat-form-text-field {
  color: var(--blue-ligth);
  letter-spacing: .005em;
  background-color: #faf5e1;
  border: 0 solid #000;
  border-bottom: .5px solid #fff;
  margin-bottom: 2rem;
  padding: 1.5rem .25rem 1.5rem .75rem;
  font-size: 1.25em;
  line-height: 145%;
}

.contat-form-text-field:focus-visible, .contat-form-text-field[data-wf-focus-visible] {
  border-style: none none solid;
  border-color: #000 #000 #d3bf76;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.contat-form-text-field.footer-newsletter {
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #707070;
}

.brisk-2 {
  width: 30%;
  margin-top: -6px;
}

.brisk-2.w--current {
  width: 27%;
  text-decoration: none;
}

.footer-container-three {
  background-color: #000;
  max-width: 1600px;
  padding: 1.2125rem 2em;
}

.form-submit-btn {
  color: #333;
  letter-spacing: .16rem;
  text-transform: uppercase;
  background-color: #d3bf76;
  padding: 1.4rem 2rem 1.2rem;
  font-size: 1rem;
  line-height: 100%;
  transition: all .525s;
}

.form-submit-btn:hover {
  color: #fff;
  background-color: #dbac00;
}

.form-submit-btn.fullwidth-submit {
  width: 100%;
  font-family: Cinzel, sans-serif;
}

.form-submit-btn.fullwidth-submit.black {
  color: var(--bg-light);
  background-color: #000;
}

.form-submit-btn.fullwidth-submit.black:hover {
  background-color: var(--primary);
}

.footer-text-block-brwn {
  color: var(--primary);
  text-align: left;
  text-transform: uppercase;
  height: 20px;
  margin-bottom: 1rem;
  font-family: Cinzel, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 125%;
}

.footer-container-one {
  justify-content: center;
  align-items: center;
  max-width: 1630px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.footer-container-two {
  max-width: 1600px;
  padding: 0 2em 17px;
}

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

.footer-text-block {
  color: #fff;
  letter-spacing: .005em;
  font-size: .9rem;
  font-weight: 400;
  line-height: 165%;
}

.footer-copyright-block-one {
  display: none;
}

.column-two {
  padding-left: 10px;
}

.brisk-white-footer {
  width: 15em;
}

.contact-form {
  flex: 0 auto;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}

.column-five {
  padding-top: 0;
  padding-right: 10px;
}

.white-heading-one-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 0;
  font-family: Cinzel, sans-serif;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 4.0625rem;
}

.white-heading-one-2.padding-right-05em {
  min-width: 33px;
  min-height: 33px;
  margin-top: 50px;
  padding-right: .5em;
  font-family: Cinzel, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.white-heading-one-2.header-footer-2 {
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.brown-heading {
  color: #dbac00;
  min-width: auto;
  min-height: 33px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 4.0625rem;
}

.column-six {
  padding-top: 5rem;
}

.footer-copyright-image {
  padding-left: .5rem;
  display: none;
}

.footer-copyright-image.webflow-img {
  display: block;
}

.footer-copyright-block-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text-link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.footer-link-block-one {
  color: #fff;
  letter-spacing: .08px;
  padding-top: .8em;
  font-size: 1.25rem;
  line-height: 135%;
  text-decoration: none;
  display: block;
}

.footer-link-block-one:hover {
  color: #c5a49a;
}

.footer-link-block-social {
  margin-right: 2.1875em;
  transition: transform .45s;
  transform: translate(0);
}

.footer-link-block-social:hover {
  transform: translate(0, -5px);
}

.footer {
  background-color: #000;
  background-image: linear-gradient(180deg, var(--blue-ligth), #000000ed), url('../images/20240611_134048.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 4.7625rem;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.footer-social-block {
  display: inline-block;
}

.footer-links-rights-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright-2 {
  color: #f7e4d6;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1em;
}

.footer-rights-wrapper-small {
  justify-content: flex-end;
  display: flex;
}

.footer-rights-2 {
  color: #f7e4d6;
  text-align: left;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1em;
}

.footer-copyright-link-2 {
  color: var(--primary);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s;
  display: inline;
}

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

.no-margin-bottom {
  margin-bottom: 0;
}

.online-text {
  color: var(--blue);
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 11px;
  font-family: Cinzel, sans-serif;
  font-size: 14.4px;
}

.form {
  width: 100%;
}

.fade-in-move-on-scroll {
  margin-bottom: 10px;
}

.form-button-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.black-text {
  color: #000;
}

.black-text.no-margins {
  color: #fff;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.contact-section-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.content-panel {
  color: #545454;
  justify-content: space-between;
  width: 90%;
  line-height: 1.5;
}

.error-message {
  color: #151515;
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
}

.grid-reservation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.3fr;
  margin: 12px 0;
}

.button {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 40px;
  font-family: Cinzel, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, color .35s;
  display: flex;
}

.button:hover {
  border-color: var(--bg-light);
  color: #151515;
  background-color: #fff;
}

.button.reverse-button {
  border-color: var(--primary);
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
}

.button.reverse-button:hover {
  background-color: #0e0d0c;
  border-color: #0e0d0c;
}

.button.black-button {
  background-color: var(--blue);
}

.button.black-button:hover {
  background-color: var(--bg-light);
}

.information-holder {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 21px;
  display: grid;
}

.information-holder._2 {
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr;
}

.flex-center-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  position: relative;
}

.section.overflow-hidden {
  background-image: none;
  overflow: hidden;
}

.section-gradient-top-color {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--blue-ligth) 9%, #15151533);
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5.8em 2em 4em;
  display: block;
}

.container.hero-container {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.divider-silver {
  background-color: #8fa2a0;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 40px;
  margin: 2em auto;
}

.divider-silver.div2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-input-field {
  color: #000;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/Icon.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ffffffe6;
  height: 100%;
  margin-bottom: 1em;
  padding: 6px 12px 6px 49px;
  font-family: Cinzel, sans-serif;
}

.form-input-field::placeholder {
  color: #000000e6;
}

.form-input-field._2 {
  background-color: #0000;
  background-image: url('../images/Icon-1.svg');
  border-color: #ffffffe6;
  height: 100%;
  margin-bottom: 1.3em;
  padding-left: 51px;
}

.form-input-field._3 {
  background-color: #0000;
  background-image: url('../images/Icon-2.svg');
  background-position: 5%;
  border-color: #ffffffe6;
  height: 100%;
  margin-bottom: 1.3em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 60px;
}

.form-input-field.textarea-field {
  color: var(--blue);
  background-color: #0000;
  background-image: none;
  border-color: #ffffffe6;
  min-height: 80px;
  padding: 1em;
}

.reservation-contact {
  background-color: var(--blue-ligth);
  color: var(--blue);
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.subheading {
  color: #8fa2a0;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.subheading.light-subheading {
  color: #8fa2a0;
}

.subheading.black {
  color: var(--primary);
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 17px;
}

.subheading.white-text {
  color: #fff;
}

.online-reservation {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  padding: 3em 2em;
  display: flex;
}

.online-reservation.catering {
  background-color: #d3bf76cc;
  width: 50%;
  padding-top: 1.6em;
  padding-bottom: .9em;
}

.section-heading-container-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 5em;
  display: flex;
}

.section-heading-container-center.small-margins {
  margin-bottom: 1em;
}

.contact-section-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-info-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.success-message {
  color: #151515;
  background-color: #fff;
  width: 100%;
  margin-top: 1em;
  padding: 1em;
}

.phone-number-span {
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
}

.contact-info-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.small-dot-image-icon {
  margin-top: 1em;
  margin-bottom: 1em;
}

.heading-10 {
  color: var(--blue);
  margin-bottom: 40px;
  font-family: Cinzel, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-7 {
  color: #e9e9e9;
  text-align: center;
  margin-bottom: 17px;
}

.text-block-7.mb-20 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.text-block-8 {
  border-bottom: 1px solid var(--primary);
  color: #eee;
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.text-block-8.no-line {
  border-bottom-style: none;
}

.heading-landing-4 {
  color: #0d0d0d;
  margin-bottom: 40px;
  font-family: Cinzel, sans-serif;
  font-size: 4.16vw;
  font-weight: 500;
  line-height: 1;
}

.product-text-wrap {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 33.5%;
  margin-left: 40px;
  display: flex;
}

.product-section.landing-4 {
  height: auto;
  font-size: 2rem;
}

.product-section.landing-4.about {
  height: auto;
}

.product-section.landing-4.about._2 {
  background-color: #fff;
}

.main-paragraph {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.main-paragraph.landing-4 {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.product-grid {
  grid-template-rows: auto;
  grid-template-columns: 33.5% 1fr;
  align-items: center;
  height: 100%;
  margin-top: 10.8vw;
  margin-left: 10.8vw;
}

.product-grid._2 {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 10.8vw;
  display: flex;
}

.product-grid._2.home {
  padding-top: 100px;
  padding-bottom: 100px;
}

.overflow-image-landing-2 {
  width: 50%;
  overflow: hidden;
}

.last-heading {
  color: #0d0d0d;
  margin-top: 0;
  font-size: 34px;
}

.right-arrow-testimonials {
  color: #1c1c1c;
  width: 40px;
  height: 40px;
  font-size: 22px;
  transition: color .3s;
  inset: auto auto -30% 8%;
}

.right-arrow-testimonials:hover {
  color: #961719;
}

.review-img-bg {
  object-fit: cover;
  background-image: url('../images/672e4d3ab46304dae7f37de9_5dabb272f43e6f5872dddc9c_3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.name-client {
  font-size: 18px;
  font-weight: 600;
}

.mask-testimonials {
  width: 100%;
}

.info-client-wrap {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.section-2 {
  padding: 106px 40px;
  position: relative;
}

.title-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle-all-caps {
  color: var(--primary);
  text-align: left;
  text-transform: uppercase;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
}

.left-arrow-testimonials {
  color: #1c1c1c;
  width: 40px;
  height: 40px;
  font-size: 22px;
  transition: color .3s;
  inset: auto auto -30% 0%;
}

.left-arrow-testimonials:hover {
  color: #961719;
}

.hidden {
  display: none;
}

.slider-testimonials {
  background-color: #0000;
  width: 60%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 70px;
}

.paragraph-large {
  font-size: 18px;
  font-style: italic;
  line-height: 1.5em;
}

.base-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.slide-review {
  background-color: var(--bg-light);
  padding: 20px 30px 30px;
}

.review-wrapper {
  width: 100%;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.heading-11 {
  font-family: Cinzel, sans-serif;
  font-weight: 600;
}

.mb-20 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.service-hero-section {
  background-image: linear-gradient(#030303c9 16%, #00000061 30%), url('../images/group-people-working-out-business-plan-office-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  height: 70vh;
  padding-top: 12.5rem;
  padding-bottom: 47px;
  display: flex;
}

.contact-container {
  max-width: none;
  height: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.our-services-hifen-text {
  opacity: .89;
  color: #000411;
  letter-spacing: normal;
  text-transform: uppercase;
  background-image: url('../images/Service-Line-Web.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 68px;
  padding-left: 0;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.8125rem;
  display: flex;
}

.text-block {
  opacity: 1;
  color: #fff;
}

.service-heading-block {
  padding-right: 8.75rem;
}

.heading-4 {
  color: #d3bf76;
  min-height: 30px;
  font-size: 4.5rem;
  line-height: 100%;
}

.columns-13 {
  width: 100%;
  margin-bottom: 0;
}

.columns-13.hidden {
  display: none;
}

.menu-cms {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 3.7em;
  display: flex;
}

.container-7 {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  max-width: 1360px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 2px;
  display: flex;
  position: static;
}

.tabs-content {
  overflow: visible;
}

.small-text {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
}

.small-text.smaller {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 900;
}

.small-text.smaller.lower-case {
  text-transform: none;
  margin-bottom: 8px;
  font-size: 16px;
}

.small-text.smaller.lower-case.space-right {
  margin-right: 5px;
}

.small-text.smaller.main-subtitle {
  color: #d13737;
  letter-spacing: 2px;
  margin-top: 19px;
}

.small-text.smaller.bigger {
  width: auto;
  font-weight: 700;
}

.small-text.bold {
  text-transform: uppercase;
  background-color: #f3eeef00;
  font-weight: 700;
}

.image-16 {
  width: 100%;
  padding-bottom: 112px;
}

.heading {
  letter-spacing: -.02em;
}

.heading.menu-3-title {
  letter-spacing: 0;
  margin-top: .8em;
  margin-bottom: 0;
  font-size: 7.4em;
  line-height: .6em;
}

.heading.menu-3-title.hidden {
  display: none;
}

.div-block-55 {
  text-align: right;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.section-3 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section-3.next-to-menu {
  z-index: 20;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 32px;
  padding-top: 69px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.wrapper {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.wrapper.horizontal {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: visible;
}

.container-6 {
  z-index: 10;
  width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-6.hidden {
  display: none;
}

.tabs.hidden {
  display: block;
}

.image-11 {
  width: 100vw;
}

.image-11.space-down {
  width: 100%;
  padding-top: 357px;
  padding-left: 0;
  padding-right: 0;
}

.italic-text-2 {
  letter-spacing: .6px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.div-block-65 {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-62 {
  justify-content: flex-end;
  display: flex;
}

.bold-text-27 {
  color: #d13737;
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  line-height: 1.1;
}

.div-block-61 {
  text-align: right;
  width: 45%;
}

.paragraph-3 {
  max-width: 420px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-3.small {
  text-align: center;
  max-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.paragraph-3.small.align-left {
  text-align: left;
  max-width: none;
  margin-top: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-3.small.align-left._50 {
  width: 55%;
  font-size: 16px;
}

.dotted-stroke {
  opacity: .6;
  border-bottom: 1px dashed #000;
  justify-content: flex-end;
  align-self: flex-end;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
  bottom: 3px;
}

.stroke {
  background-color: #000;
  width: 27px;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px #000;
  border-bottom: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stroke-container {
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.stroke-container.left-alignment {
  flex-direction: column;
  justify-content: flex-start;
}

.stroke-container.left-alignment.hidden {
  display: none;
}

.div-block-94 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-tab-link {
  background-color: var(--bg-light);
  opacity: .6;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.menu-tab-link.w--current {
  background-color: var(--primary);
  opacity: 1;
  white-space: nowrap;
  text-decoration: none;
}

.space-down {
  background-color: #e2d6d8a3;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 11px;
}

.div-block-48 {
  border-bottom: 1px solid #00000045;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.image-14 {
  width: 100vw;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  position: relative;
  top: -19px;
}

.narrow-container {
  flex-direction: column;
  justify-content: center;
  width: 80vw;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dish-category {
  border-bottom: 2px #302627;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 58px;
  display: block;
}

.dish-category.hidden {
  display: none;
}

.menu-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.bold-text-22 {
  font-weight: 800;
  line-height: 1.2;
}

.menu-hero {
  background-image: linear-gradient(#030303c9 16%, #00000061 30%), url('../images/group-people-working-out-business-plan-office-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  height: 70vh;
  padding-top: 12.5rem;
  padding-bottom: 47px;
  display: flex;
}

.div-block-95 {
  width: 80%;
}

.contact-form-image-box {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.contact-text-phone {
  text-align: center;
  flex: 1;
}

.contact-form-block {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  color: #faf5e1;
  font-family: Cinzel, sans-serif;
  font-weight: 600;
  line-height: 3.5rem;
}

.contact-text-link {
  text-decoration: none;
  display: block;
}

.contact-textarea {
  color: var(--blue-ligth);
  letter-spacing: .005em;
  background-color: #faf5e1;
  border: 0 solid #0000;
  border-bottom: .5px solid #fff;
  margin-bottom: 3.1rem;
  padding: .3125rem .25rem 4rem .75rem;
  font-size: 1.25em;
  line-height: 145%;
}

.contact-textarea:focus-visible, .contact-textarea[data-wf-focus-visible] {
  border-bottom-color: #935d4b;
}

.contact-text {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.3rem;
  line-height: 145%;
}

.contact-form-with-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-top: 8.75rem;
  padding-bottom: 9.375rem;
  display: flex;
}

.contact-form-image-block {
  width: 100%;
  height: 500px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.email-phone-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.hero-info-div {
  text-align: center;
  width: 900px;
  margin: 120px auto 60px;
}

.image-cover-shape {
  z-index: 1;
  object-fit: cover;
  background-color: #f6eceb;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.contact-text-block {
  display: flex;
}

.display {
  z-index: 1;
  color: var(--bg-light);
  margin-top: 0;
  font-family: Cinzel, sans-serif;
  font-size: 54px;
  font-weight: 400;
  position: relative;
}

.contact-form-image {
  object-fit: cover;
  width: auto;
  height: 100%;
  position: absolute;
}

.contact-text-address {
  text-align: center;
  flex: 1;
}

.form-2 {
  color: #fff;
}

.contact-hero-section {
  background-color: #fff;
  background-image: linear-gradient(180deg, #1d1d1580, var(--blue-ligth)), url('../images/rsw_2320-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 0;
  overflow: hidden;
}

.contact-arrow-block {
  text-align: center;
  padding-top: 2.2rem;
  padding-bottom: 6rem;
}

.map {
  margin-top: 0;
}

.button-text-2 {
  letter-spacing: .16rem;
  font-family: Cinzel, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.service-details-container-2 {
  max-width: 1320px;
  padding-left: 0;
  padding-right: 0;
}

.heading-12 {
  color: #eee;
  text-align: center;
  text-transform: none;
  font-family: Cinzel, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.primary-button-2 {
  z-index: 10;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #121e38;
  letter-spacing: .28em;
  text-transform: uppercase;
  background-color: #d3bf76;
  border: 1px solid #934b4b00;
  min-width: auto;
  min-height: auto;
  padding: 1.2rem 1.5em;
  font-size: 1.125rem;
  line-height: 180%;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.primary-button-2:hover {
  background-color: #d3bf76;
}

.primary-button-2.w--current:hover {
  background-color: #b07b6a;
  border-color: #b07b6a;
}

.our-services-hifen-text-3 {
  color: #000411;
  letter-spacing: normal;
  text-transform: uppercase;
  background-image: url('../images/Service-Line.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 68px;
  padding-left: 5rem;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.8125rem;
}

.service-details-banner-heading-2 {
  color: #fff;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.heading-13 {
  font-family: Cinzel, sans-serif;
  font-weight: 600;
}

.text-block-9 {
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.button-text-3 {
  letter-spacing: .16rem;
  font-family: Cinzel, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.service-four-bg-section {
  background-image: url('../images/Service-Consultant-Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 11.5625rem;
  padding-bottom: 12.5rem;
}

.service-four-bg-section.service-bg-overlay {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rsw_2320-2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.best-consultant-block {
  text-align: center;
}

.text-span {
  color: var(--bg-light);
  font-weight: 600;
}

.button-text-4 {
  letter-spacing: .16rem;
  font-family: Cinzel, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.featured-service-single-block {
  flex: 1;
}

.featured-post-heading {
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 140%;
  display: flex;
}

.featured-post-heading:hover {
  color: #935d4b;
}

.featured-service-block {
  display: flex;
}

.featured-service-text {
  flex: 1;
  max-width: 45%;
  padding-right: 0;
}

.margin-top-onerem {
  margin-top: 1.2rem;
}

.service-five-section {
  background-color: var(--bg-light);
  padding-top: 7.0625rem;
  padding-bottom: 8.75rem;
}

.seatured-service-icon {
  flex: 1;
}

.featured-service-four-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 2.3125rem;
  display: flex;
}

.featured-service-four-block.featured-service-four-one {
  padding-top: 6.25rem;
}

.strategic-advice-tab {
  object-fit: fill;
  width: 69.9%;
  height: 416px;
  position: relative;
  overflow: hidden;
}

.strategic-advise {
  padding-top: 10.8em;
  padding-bottom: 1.5em;
}

.strategic-advise.about-two-advice {
  background-color: #0000;
  background-image: url('../images/672e809b8d9b4327d481e769_About-Who-We-Bg.webp');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10em;
}

.padding-top-threeem {
  padding-top: 3em;
}

.strategic-tab {
  z-index: 0;
  object-fit: cover;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
}

.container-stragic-advice {
  max-width: 1320px;
  padding-left: 4em;
  padding-right: 4em;
}

.what-we-do-text-block {
  padding-top: 7%;
}

.about-who-container {
  max-width: 1320px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.about-who-we-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: flex;
}

.about-who-we-img {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.padding-top-7rem {
  padding-top: 7rem;
}

.what-we-do-image-animation {
  object-fit: fill;
  width: 100%;
  height: 566px;
  display: block;
  position: relative;
  overflow: hidden;
}

.about-who-we-txt {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-14, .heading-15 {
  font-family: Cinzel, sans-serif;
  font-weight: 600;
}

.right-arrow-3 {
  z-index: 5;
  width: 50vw;
}

.slider-3 {
  height: 100%;
}

.div-block-49 {
  background-color: var(--primary);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.icon-2 {
  color: #000;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-3 {
  z-index: 5;
  width: 50vw;
}

.icon {
  color: #000;
}

.bg-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg-slide.sixteenth {
  background-image: url('../images/20240416_170638.jpg');
}

.bg-slide.second {
  background-image: url('../images/20240416_165722.jpg');
  background-position: 50%;
}

.bg-slide.nineth {
  background-image: url('../images/20220526_161158.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.bg-slide.sevensth {
  background-image: url('../images/20240611_134048.jpg');
  background-position: 50%;
}

.bg-slide.sixth {
  background-image: url('../images/20240416_154914.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.bg-slide.twenty-second {
  background-image: url('../images/20240416_165215.jpg');
}

.bg-slide.eighth {
  background-image: url('../images/20240416_155232.jpg');
  background-position: 50% 100%;
}

.bg-slide.fifth {
  background-image: url('../images/Food-4.jpg');
  background-position: 0 100%;
}

.bg-slide.eleventh {
  background-image: url('../images/1_1.jpg');
  background-position: 50%;
}

.bg-slide.fourth {
  background-image: url('../images/20240416_170919.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.bg-slide.fortneeth {
  background-image: url('../images/3.jpg');
  background-position: 50% 0;
}

.bg-slide.tenth {
  background-image: url('../images/20220526_1640540.jpg');
  background-position: 50%;
}

.bg-slide.seventeenth {
  background-image: url('../images/1.jpg');
  background-position: 0%;
}

.bg-slide.nineteenth {
  background-image: url('../images/rsw_2320.jpg');
}

.bg-slide.twelveth {
  background-image: url('../images/20240416_170716.jpg');
  background-position: 50% 0;
}

.bg-slide.twenty-third {
  background-image: url('../images/20220526_163101.jpg');
  background-position: 50% 40%;
}

.bg-slide.twentyth {
  background-image: url('../images/20220526_170807.jpg');
  background-position: 50% 100%;
}

.bg-slide.twentee-first {
  background-image: url('../images/20220526_161407.jpg');
}

.bg-slide.eighteenth {
  background-image: url('../images/20240416_161123.jpg');
  background-position: 50% 30%;
}

.bg-slide.third {
  background-image: url('../images/2_1.jpg');
  background-position: 50% 100%;
}

.bg-slide.first {
  background-image: url('../images/20240416_163501.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-slide.thirteenth {
  background-image: url('../images/20240416_155931.jpg');
  background-position: 50% 20%;
}

.bg-slide._20 {
  background-image: url('../images/4.jpg');
  background-position: 50% 100%;
}

.bg-slide._21 {
  background-image: url('../images/5.jpg');
}

.bg-slide._22 {
  background-image: url('../images/6.jpg');
  background-position: 100% 100%;
}

.bg-slide._23 {
  background-image: url('../images/7.jpg');
}

.bg-slide._24 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
}

.section-slider {
  cursor: none;
  background-color: #fdd43e40;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.image-17 {
  width: 80%;
  max-width: none;
}

.lightbox-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 80%;
  max-width: none;
}

.image-19, .image-20 {
  width: 80%;
}

.slider-4 {
  width: 100vw;
  height: 100vh;
}

.div-block-96 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.slide {
  background-image: linear-gradient(#00000061, #00000061), url('../images/rsw_2320-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/quarry.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20240416_161123.jpg');
}

.right-arrow-4, .left-arrow-4 {
  display: none;
}

.div-block-97 {
  width: 100%;
}

.navigation-button-wrap {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.button-navigation {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 26px;
  font-weight: 500;
  transition: all .6s;
  display: flex;
}

.button-navigation:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.div-block-98 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.image-21 {
  width: 80%;
  max-width: none;
  margin-bottom: 25px;
}

.columns-14 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.code-embed {
  margin-top: 21px;
  margin-left: 0;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.section-10 {
  z-index: 98;
  opacity: .8;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.icon-scroll {
  border: 1px solid #fff;
  border-radius: 25px;
  width: 25px;
  height: 40px;
  position: relative;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.hero-subheading {
  color: #fff;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-text-letter {
  perspective: 2000px;
  perspective-origin: 50%;
}

.hero-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  font-size: 72px;
  display: flex;
  position: relative;
}

.hero-description-short-container {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.hero-text-word {
  flex-flow: wrap;
  justify-content: center;
  font-size: 60px;
  display: flex;
  overflow: visible;
}

.hero-description {
  max-width: 70%;
  margin-top: 1em;
  margin-bottom: 2em;
}

.hero-text {
  color: #fff;
  width: auto;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
}

.hero-text._8 {
  font-weight: 300;
}

.hero-text._1 {
  color: var(--blue);
  font-weight: 300;
}

.hero-text._9, .hero-text._6 {
  font-weight: 300;
}

.hero-text._3 {
  color: var(--blue);
  font-weight: 300;
}

.hero-text._7 {
  font-weight: 300;
}

.hero-text._2, .hero-text._4 {
  color: var(--blue);
  font-weight: 300;
}

.hero-text._10 {
  font-weight: 300;
}

.hero-text._5 {
  color: var(--blue);
  font-weight: 300;
}

.hero-content {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content.menu-hero-content {
  flex-direction: column;
  width: 80%;
  max-width: 1360px;
  margin-top: 4em;
}

.text-block-10 {
  font-family: Cinzel, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
}

.text-block-10.centered {
  text-align: center;
  margin-bottom: 15px;
}

.text-block-11 {
  text-align: center;
  font-size: 18px;
}

.text-block-12 {
  text-align: center;
  margin-bottom: 19px;
  font-family: Cinzel, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.div-block-99 {
  background-color: #d3bf762e;
  margin-top: 16px;
  padding: 26px;
}

.image-22 {
  position: absolute;
  inset: 0%;
}

.bg-section {
  background-color: #111;
  border: 12px solid #fff;
  padding: 120px 40px;
}

.bg-section._404-section {
  background-image: linear-gradient(#00000082, #00000082), url('../images/20240416_162231.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.utility-page-content-2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
  display: flex;
}

.section-description {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.button-2 {
  color: #fff;
  background-color: #c92c25;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: orange;
}

.code-embed-3 {
  display: none;
}

.link {
  color: var(--primary);
  font-size: 1.4rem;
  text-decoration: none;
}

.text-block-13.white {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.nav-items {
  grid-column-gap: 10px;
  display: flex;
}

.nav-items.rewards-button {
  display: flex;
}

.nav-items.rewards-button.desktop {
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.link-background {
  z-index: -1;
  background-color: #ffffff1a;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
}

.link-background.rewards-button {
  background-color: #8a7500;
}

.link-background.gift-card-button {
  background-color: #d3433b;
}

.nav-link-holder {
  flex-direction: row;
  align-items: center;
  width: 100px;
  display: flex;
}

.nav-link-holder:focus {
  background-color: #8a7500;
}

.nav-link-2 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  position: relative;
}

.nav-link-2.w--current {
  color: #b5b5b5;
  font-weight: 600;
  transition: color .35s;
}

.nav-link-2.w--current:visited {
  background-color: #8a7500;
}

.nav-link-2.reward-button {
  text-align: center;
  background-color: #8a7500;
  line-height: 18px;
  text-decoration: none;
}

.nav-link-2.reward-button:hover {
  background-color: #c5a804;
}

.nav-link-2.reward-button.w--current {
  background-color: #8a7500;
}

.nav-link-2.reward-button.w--current:hover {
  background-color: #c5a804;
}

.nav-link-2.gift-card {
  background-color: #d3433b;
  text-decoration: none;
}

.nav-link-2.gift-card:hover {
  background-color: #a32b24;
}

.nav-link-2.gift-card.w--current {
  background-color: #d3433b;
}

.container-8 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.6em 2em 4em;
  display: block;
}

.container-8.other-container {
  z-index: 2;
  margin-top: 103px;
  margin-bottom: 103px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.list-3 {
  margin-bottom: 0;
  padding-left: 24px;
}

.div-block-19 {
  flex-flow: column;
  display: flex;
}

.left-aligned-paragraph {
  color: #b5b5b5;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  line-height: 1.4;
}

.left-aligned-paragraph.dark-text {
  color: #0e0d0cb5;
}

.left-aligned-paragraph.dark-text.psace-down {
  margin-bottom: 20px;
}

.div-block-100 {
  margin-top: 21px;
}

.adventure-heading {
  color: #fafafa;
  text-align: left;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.adventure-heading.dark-text {
  color: #1b1b1b;
}

.adventure-heading.dark-text.centered {
  text-align: center;
}

.button-3 {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, color .35s;
  display: flex;
}

.button-3:hover {
  color: #151515;
  background-color: #fff;
}

.button-3.red-button {
  background-color: #d3433b;
  border-color: #d3433b;
  margin-top: 32px;
  margin-bottom: 0;
}

.button-3.red-button:hover {
  color: #fafafa;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.button-3.red-button.cold-button {
  background-color: #d3cb3b;
  background-image: linear-gradient(139deg, #836e10, #836e10 36% 50%, #836e10 64%, #25200a);
  border-style: none;
  transition: all .55s;
}

.button-3.red-button.cold-button:hover {
  background-image: linear-gradient(225deg, #836e10, #836e10 36% 50%, #836e10 64%, #25200a);
}

.white-section-background {
  z-index: -1;
  background-color: #ebebeb;
  background-image: url('../images/BG-Noise_1BG Noise.webp');
  background-position: 50%;
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.white-section-background.front {
  z-index: 1;
}

.div-block-17 {
  background-color: #be7f57;
  width: 2px;
  height: 40px;
  margin-top: 17px;
  margin-bottom: 17px;
}

.section-11 {
  position: relative;
}

.section-11.overflow-hidden {
  background-image: linear-gradient(#000, #0e0d0c00 28%);
  overflow: hidden;
}

.section-11.main-section-home {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/About-Us-2_1About Us 2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-11.main-section-home.gift-card-main-section {
  background-image: linear-gradient(#151515, #0000 48%), linear-gradient(#0e0d0c94, #0e0d0c94), url('../images/rsw_2320-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  width: 100%;
  padding-top: 122px;
}

.paragraph-36 {
  color: #7e7e7e;
  margin-top: 11px;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 11px;
}

.heading-20 {
  color: #2b2b2b;
  text-align: center;
}

.home-flex-center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-33 {
  font-size: 14px;
}

.list-item-2 {
  line-height: 10px;
}

.italic-text-3 {
  color: var(--bg-light);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.container-9 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.6em 2em 4em;
  display: block;
}

.container-9.other-container {
  z-index: 2;
  margin-top: 103px;
  margin-bottom: 103px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.bold-text-31 {
  color: #fafafa;
}

.image-5 {
  margin-bottom: 30px;
}

.div-block-101 {
  flex-flow: column;
  display: flex;
}

.div-block-102 {
  margin-top: 21px;
}

.image-6 {
  margin-bottom: 0;
}

.text-block-78 {
  color: #0e0d0cb5;
  line-height: 1.25;
}

.bold-text-32 {
  line-height: 1.3;
}

.list {
  color: #c5a804;
}

.heading-22 {
  color: #2b2b2b;
  text-align: center;
}

.heading-22.small-text {
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.div-block-103 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-35 {
  font-size: 14px;
}

.main {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-73 {
  color: #d6bb20;
}

.link-30 {
  color: #ad0d26;
  padding-left: 25px;
  font-size: 12px;
  text-decoration: none;
  transition: all .375s;
  display: inline-flex;
}

.link-30:hover {
  color: #f03e5a;
}

@media screen and (min-width: 1280px) {
  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    width: 25%;
  }

  .logo.w--current {
    width: 60%;
  }

  .navbar {
    width: 100%;
  }

  .menu-trigger {
    margin-top: 0;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu-line.top {
    height: 1px;
  }

  .text-block-2 {
    margin-right: 0;
  }

  .service-details-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-details-text.catering {
    width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .service-details-banner-heading {
    padding-left: 14%;
    padding-right: 14%;
  }

  .expertise-advice {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .container-three {
    flex-direction: row;
    justify-content: flex-start;
  }

  .brisk-2 {
    width: 25%;
  }

  .footer-copyright-image {
    padding-top: .25rem;
    padding-left: 0;
    padding-right: .8rem;
    display: block;
  }

  .footer-copyright-image.webflow-img {
    padding-top: 0;
    padding-left: .5rem;
  }

  .online-text {
    text-align: left;
    font-size: 17px;
  }

  .black-text, .black-text.no-margins {
    font-size: 40px;
  }

  .button {
    font-size: 17px;
  }

  .flex-center-text {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .subheading {
    font-size: 17px;
  }

  .subheading.white-text {
    font-size: 19px;
  }

  .review-img-bg {
    width: 58%;
  }

  .section-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .title-wrapper-center {
    width: 62%;
  }

  .subtitle-all-caps {
    margin-bottom: 10px;
  }

  .slider-testimonials {
    margin-bottom: 75px;
  }

  .base-container {
    justify-content: flex-start;
    align-items: center;
  }

  .slide-review {
    padding: 30px 50px 40px;
  }

  .review-wrapper {
    grid-template-rows: auto;
    width: 100%;
    display: flex;
  }

  .mb-20 {
    width: 90%;
  }

  .contact-form-with-text {
    width: 100%;
  }

  .service-details-banner-heading-2 {
    padding-left: 14%;
    padding-right: 14%;
  }

  .strategic-tab {
    margin-left: 0;
    padding-left: 0;
  }

  .hero-subheading {
    font-size: 17px;
  }

  .hero-description-short-container {
    grid-row-gap: 2em;
    flex-direction: column;
    justify-content: space-between;
    max-width: 782px;
    display: flex;
  }

  .hero-description {
    max-width: 100%;
    font-size: 17px;
  }

  .nav-link-2 {
    font-size: 16px;
  }

  .left-aligned-paragraph, .adventure-heading, .button-3 {
    font-size: 17px;
  }

  .home-flex-center-text {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 1440px) {
  .page-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo {
    width: 25%;
  }

  .nav-container {
    max-width: 100vw;
  }

  .menu-line.top {
    height: 1px;
  }

  .nav-menu {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-menu-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .service-details-container {
    max-width: 100%;
  }

  .details-arrow-list {
    background-position: 0 15%;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .expertise-advice {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
  }

  .service-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .project-text-block {
    width: 40%;
  }

  .brisk-2 {
    width: 25%;
  }

  .column-five {
    padding-left: 4px;
  }

  .online-text {
    text-align: left;
  }

  .black-text.no-margins {
    font-size: 42px;
  }

  .button {
    font-size: 18px;
  }

  .container {
    max-width: 1350px;
  }

  .form-input-field {
    background-image: url('../images/people.svg');
  }

  .form-input-field._2 {
    background-image: url('../images/Icon.svg');
  }

  .subheading, .subheading.white-text {
    font-size: 18px;
  }

  .heading-landing-4 {
    text-transform: capitalize;
    font-size: 3vw;
  }

  .product-text-wrap {
    width: 33.5%;
    margin-left: 40px;
    padding-left: 0;
    padding-right: 60px;
  }

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

  .product-section.landing-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .main-paragraph.landing-4 {
    margin-bottom: 2vw;
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .product-grid._2 {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 10.8vw;
    display: flex;
  }

  .overflow-image-landing-2 {
    height: 70vh;
    overflow: hidden;
  }

  .last-heading {
    color: #8f8f8f;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
  }

  .base-container {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-heading-block {
    padding-right: 13.75rem;
  }

  .small-text {
    padding-bottom: 0;
    font-size: 28px;
  }

  .small-text.smaller {
    font-size: 18px;
  }

  .paragraph-3 {
    max-width: 500px;
    font-size: 20px;
  }

  .paragraph-3.small {
    max-width: 240px;
    font-size: 18px;
  }

  .menu-wrapper-2 {
    padding-top: 30px;
  }

  .bold-text-22 {
    font-weight: 500;
  }

  .contact-form-with-text {
    width: 100%;
  }

  .service-details-container-2 {
    max-width: 100%;
  }

  .best-consultant-block {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .featured-service-text {
    padding-right: 3rem;
  }

  .strategic-advise.about-two-advice {
    background-position: 28%;
  }

  .strategic-tab {
    margin-left: 0;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 50vw;
  }

  .bg-slide.nineth {
    background-image: url('../images/Food-19.jpeg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .bg-slide.sevensth {
    background-image: url('../images/20240611_134048.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .bg-slide.eighth {
    background-image: url('../images/20240416_155232.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-4 {
    position: relative;
    inset: 0%;
  }

  .hero-subheading, .hero-description {
    font-size: 18px;
  }

  .container-8 {
    max-width: 1350px;
  }

  .left-aligned-paragraph, .adventure-heading, .button-3, .home-flex-center-text {
    font-size: 18px;
  }

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

@media screen and (min-width: 1920px) {
  .logo-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .page-padding {
    padding-top: 0%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .nav-menu-right {
    justify-content: center;
  }

  .nav-text {
    letter-spacing: -.24px;
    flex: 0 auto;
  }

  .logo {
    width: 20%;
  }

  .navbar {
    position: fixed;
  }

  .footer-info-text {
    padding-bottom: 0;
  }

  .nav-menu-content {
    margin-left: 0%;
  }

  .item-menu-wrapper {
    flex: 1;
  }

  .menu-trigger {
    width: 100px;
  }

  .menu-line.top {
    order: 0;
    width: 80px;
    height: 1px;
  }

  .menu-line.bottom {
    width: 80px;
    height: 1px;
  }

  .nav-menu {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
  }

  .nav-menu-content-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  .service-details-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-details-section-one {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-details-grid-col {
    width: 40%;
  }

  .service-details-grid-col.service-details-grid-two {
    width: 100%;
    padding-top: 148px;
    padding-bottom: 150px;
    padding-left: 300px;
    left: 0;
  }

  .expert-strategy-wrap {
    padding-left: 0%;
    top: 5vh;
  }

  .service-details-text {
    z-index: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .service-details-text.catering {
    justify-content: space-between;
    align-items: center;
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-details-banner-heading {
    margin-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

  .teaser-img-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: 90vh;
    padding-left: 39%;
    display: flex;
  }

  .service-details-grid-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .home-section-six {
    display: block;
  }

  .container-three {
    max-width: 1320px;
  }

  .white-heading-two {
    font-size: 36px;
  }

  .brisk-2 {
    width: 20%;
  }

  .footer-container-three, .footer-container-one, .footer-container-two {
    max-width: 1630px;
  }

  .column-two {
    padding-left: 140px;
  }

  .column-five {
    padding-left: 130px;
  }

  .column-six {
    padding-left: 140px;
  }

  .online-text {
    text-align: left;
  }

  .review-img-bg {
    width: 56%;
  }

  .section-2 {
    padding-top: 130px;
  }

  .base-container {
    justify-content: center;
    align-items: center;
  }

  .contact-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-3 {
    max-width: 600px;
  }

  .dotted-stroke {
    min-width: 50px;
  }

  .contact-form-with-text {
    width: 100%;
  }

  .hero-info-div {
    width: 900px;
  }

  .image-cover-shape {
    object-fit: fill;
    max-width: none;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .contact-hero-section {
    margin-top: 0;
  }

  .service-details-banner-heading-2 {
    margin-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

  .strategic-advice-tab {
    margin-left: 0;
  }

  .strategic-advise.about-two-advice {
    background-position: 36%;
    background-repeat: no-repeat;
  }

  .strategic-tab {
    margin-left: 0;
  }

  .bg-slide.sevensth {
    background-image: url('../images/20240611_134048.jpg');
  }

  .bg-slide.eighth {
    background-image: url('../images/20240416_155232.jpg');
  }

  .image-21 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 991px) {
  .logo-wrapper {
    width: 100%;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-menu-right {
    display: flex;
  }

  .nav-text {
    font-size: 60px;
  }

  .logo.w--current {
    width: 60%;
  }

  .logo.logo-footer.mb-20.w--current {
    width: auto;
  }

  .menu-trigger {
    width: 60px;
  }

  .nav-container {
    max-width: 100vw;
  }

  .menu-line.top, .menu-line.bottom {
    width: 60px;
  }

  .nav-menu {
    display: none;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .text-block-2.footer-text {
    font-size: 38px;
  }

  .nav-menu-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-details-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-details-section-one {
    background-size: cover;
  }

  .service-details-section-one.menu {
    background-image: linear-gradient(to bottom, null, null), url('../images/20240416_161123.jpg');
    background-position: 0 0, 50%;
    height: 400px;
    padding-top: 145px;
  }

  .service-details-section-one.menu.catering {
    height: auto;
  }

  .service-details-grid-col.service-details-grid-one {
    width: 100%;
    left: 0;
  }

  .service-details-grid-col.service-details-grid-one.hidden-responsive {
    display: none;
  }

  .service-details-grid-col.service-details-grid-two {
    padding: 23px 40px 65px;
  }

  .primary-button {
    padding: 1em 1.5em;
  }

  .service-details-grid-wrapper {
    padding-right: 0%;
  }

  .service-details-text {
    height: 500px;
    padding: 142px 0 0;
  }

  .service-details-text.catering {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
  }

  .service-details-grid {
    display: block;
  }

  .heading-8 {
    font-size: 30px;
  }

  .service-details-banner-heading {
    font-size: 3rem;
  }

  .service-details-banner-heading.catering {
    margin-bottom: 0;
  }

  .text-block-main {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .text-block-main.margin-top-one {
    font-size: 1.1rem;
  }

  .text-block-main.margin-top-one.deeo-grey.width-half {
    width: 100%;
  }

  .text-block-main.margin-top-one.dark-text {
    font-size: 14px;
  }

  .padding-top-1-25rem {
    padding-top: .5rem;
  }

  .expertise-advice {
    display: block;
  }

  .home-section-six {
    padding: 3.125em 40px 0;
  }

  .container-three {
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .expertise-advice-text-block {
    max-width: 100%;
  }

  .white-heading-one {
    font-size: 36px;
    line-height: 40px;
  }

  .container-project-one {
    padding-bottom: 4.375rem;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .service-container {
    max-width: 100%;
  }

  .project-image-inner {
    width: 243px;
    height: 224px;
    margin-top: -3rem;
    display: block;
  }

  .project-link-block {
    width: 15%;
  }

  .project-image-block {
    width: 30%;
  }

  .project-text-block {
    width: 50%;
  }

  .main-project-block {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .column-three {
    padding-right: 10px;
  }

  .footer-container-three {
    padding-top: 0;
  }

  .footer-text-block-brwn {
    font-size: 1.4rem;
  }

  .footer-container-two {
    padding-top: .625rem;
    padding-bottom: 3.75rem;
  }

  .column-two {
    padding-left: 10px;
  }

  .contact-form {
    margin-top: 1rem;
  }

  .column-five {
    padding-top: 3.125em;
    padding-right: 10px;
  }

  .white-heading-one-2 {
    font-size: 36px;
    line-height: 50px;
  }

  .column-six {
    padding-top: 0;
  }

  .footer-link-block-one {
    display: block;
  }

  .footer {
    padding-top: 4.0625rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
  }

  .column-one {
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-social-block {
    padding-top: 3.75rem;
  }

  .footer-rights-wrapper-2 {
    width: auto;
  }

  .black-text {
    font-size: 30px;
  }

  .grid-reservation {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button {
    margin-top: 29px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }

  .button.reverse-button {
    margin-bottom: 0;
  }

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

  .container {
    padding-top: 7.3em;
  }

  .form-input-field, .form-input-field._2 {
    padding-left: 30px;
    padding-right: 0;
  }

  .reservation-contact {
    padding: 2em .3em;
  }

  .subheading {
    font-size: 14px;
  }

  .subheading.light-subheading {
    font-size: 12px;
  }

  .online-reservation {
    padding: 2em 1em;
  }

  .online-reservation.catering {
    width: auto;
  }

  .contact-info-item {
    margin-bottom: 16px;
  }

  .heading-10 {
    text-align: center;
    font-weight: 500;
  }

  .product-text-wrap {
    width: auto;
    margin-right: 40px;
  }

  .product-section.landing-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-paragraph.landing-4 {
    font-size: 3vw;
    font-weight: 300;
  }

  .product-grid {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .product-grid._2 {
    flex-direction: column;
    margin-right: 0;
  }

  .right-arrow-testimonials {
    bottom: -20%;
    left: 16%;
  }

  .section-2 {
    padding: 40px;
  }

  .title-wrapper-center {
    margin-top: 21px;
    margin-bottom: 26px;
  }

  .left-arrow-testimonials {
    bottom: -20%;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .base-container {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-hero-section {
    padding-top: 7.5rem;
  }

  .contact-container {
    padding-top: 97px;
  }

  .service-heading-block {
    padding-right: 0;
  }

  .menu-cms {
    width: 100%;
    min-height: auto;
    padding-top: 3.3em;
  }

  .container-7 {
    width: 100%;
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .small-text {
    font-size: 20px;
  }

  .small-text.smaller {
    font-size: 14px;
  }

  .small-text.smaller.lower-case {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .small-text.smaller.main-subtitle {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .small-text.smaller.bigger {
    margin-bottom: 5px;
  }

  .heading.menu-3-title {
    font-size: 5.5em;
  }

  .div-block-59 {
    margin-top: 1px;
  }

  .wrapper {
    align-self: auto;
  }

  .container-6 {
    flex-direction: column;
    width: auto;
    max-width: none;
    display: flex;
  }

  .div-block-62 {
    justify-content: flex-end;
  }

  .bold-text-27 {
    font-size: 14px;
  }

  .paragraph-3 {
    max-width: 100%;
  }

  .paragraph-3.small.align-left {
    font-size: 13px;
    line-height: 15px;
  }

  .paragraph-3.small.align-left._50 {
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .dotted-stroke {
    min-width: auto;
  }

  .stroke {
    background-color: #000;
  }

  .stroke-container {
    display: block;
  }

  .stroke-container.left-alignment {
    margin-bottom: 0;
  }

  .div-block-94 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .space-down {
    margin-top: 14px;
    margin-bottom: 19px;
  }

  .div-block-48 {
    padding-bottom: 9px;
  }

  .column-24 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .narrow-container {
    width: auto;
    max-width: none;
  }

  .dish-category {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 37px;
    padding-bottom: 7px;
  }

  .menu-wrapper-2 {
    padding-top: 60px;
  }

  .menu-hero {
    padding-top: 7.5rem;
  }

  .contact-form-image-box {
    padding-bottom: 2rem;
  }

  .contact-form-with-text {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
    display: block;
  }

  .contact-form-image-block {
    width: 100%;
    height: 600px;
  }

  .hero-info-div, .contact-form-image {
    width: 100%;
  }

  .contact-hero-section {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .contact-arrow-block {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .primary-button-2 {
    padding: 1em 1.5em;
  }

  .service-four-bg-section {
    padding-top: 5.3125rem;
    padding-bottom: 6.25rem;
  }

  .service-four-bg-section.service-bg-overlay {
    height: 450px;
  }

  .best-consultant-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .featured-service-block {
    display: block;
  }

  .featured-service-text {
    max-width: 100%;
  }

  .service-five-section {
    padding-top: 2.5rem;
    padding-bottom: 4.0625rem;
  }

  .featured-service-four-block.featured-service-four-one {
    padding-top: 2.3125rem;
  }

  .strategic-advice-tab {
    width: 100%;
  }

  .strategic-advise {
    padding-top: 3.3em;
  }

  .strategic-advise.about-two-advice {
    padding-top: 4.4em;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-stragic-advice {
    padding-left: 0;
    padding-right: 0;
  }

  .what-we-do-text-block {
    padding-top: 0%;
  }

  .about-who-container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-who-we-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .padding-top-7rem {
    padding-top: 4.375rem;
  }

  .right-arrow-3 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 55px;
    display: flex;
  }

  .div-block-49 {
    z-index: 999;
    width: 60px;
    height: 60px;
  }

  .icon-2 {
    margin: 0;
  }

  .left-arrow-3 {
    align-items: center;
    padding-left: 55px;
    display: flex;
  }

  .section-slider {
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-slider.gallery {
    height: 500px;
  }

  .image-17 {
    width: 100%;
    max-width: none;
  }

  .lightbox-link {
    width: 100%;
  }

  .image-18 {
    width: 100%;
    max-width: none;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .menu-button {
    color: #4a556c;
    background-color: #fff;
    border: 1px solid #eff1f5;
    margin-right: 12px;
    padding: 14px;
  }

  .menu-button.w--open {
    color: #041434;
    background-color: #f7f8fa00;
    border-style: none;
  }

  .icon-3 {
    font-size: 38px;
  }

  .div-block-98 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-21 {
    margin-bottom: 0;
  }

  .hero-subheading {
    font-size: 14px;
  }

  .hero-text-content {
    grid-column-gap: 10px;
    font-size: 60px;
  }

  .hero-text-word {
    order: 1;
    height: 55px;
    font-size: 50px;
  }

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

  .bg-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-description {
    margin-bottom: 32px;
  }

  .code-embed-3 {
    display: none;
  }

  .nav-items {
    flex-direction: column;
    order: 0;
    align-items: center;
  }

  .nav-items.rewards-button {
    display: flex;
  }

  .nav-items.rewards-button.desktop {
    width: 300px;
    display: flex;
  }

  .link-background {
    width: 100%;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder:hover {
    background-color: #a59f9f0f;
  }

  .nav-link-2 {
    color: #fff;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .container-8 {
    padding-top: 2.9em;
  }

  .container-8.other-container {
    margin-top: 49px;
  }

  .left-aligned-paragraph {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .adventure-heading {
    font-size: 15px;
  }

  .button-3 {
    margin-top: 29px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }

  .button-3.red-button {
    z-index: 2;
    position: relative;
  }

  .paragraph-36 {
    line-height: 16px;
  }

  .container-9 {
    padding-top: 2.9em;
  }

  .container-9.other-container {
    margin-top: 49px;
  }

  .main {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .link-30 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-right {
    display: none;
  }

  .nav-text {
    font-size: 50px;
  }

  .logo {
    width: 45%;
  }

  .logo.w--current {
    width: auto;
  }

  .right-nav-wrapper {
    order: -1;
    margin-left: 12px;
  }

  .footer-info-text {
    padding-bottom: 8px;
  }

  .nav-menu-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .menu-trigger {
    margin-left: 0;
  }

  .menu-line.top {
    height: 1px;
  }

  .text-block-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-2.footer-text {
    font-size: 32px;
  }

  .nav-menu-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-in-hero {
    margin-top: 23px;
    margin-bottom: 29px;
  }

  .button-in-hero.service-button {
    margin-bottom: 0;
  }

  .service-details-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-details-section-one.menu {
    height: 300px;
  }

  .service-details-grid-col.service-details-grid-two {
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .expert-strategy-wrap {
    height: auto;
  }

  .service-details-grid-wrapper {
    margin-top: 0;
  }

  .service-details-text {
    height: 360px;
    padding-top: 152px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .service-details-banner-heading {
    min-width: 36px;
    margin-bottom: 0;
    font-size: 32px;
  }

  .expertise-advice {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .home-section-six {
    padding-left: 20px;
    padding-right: 20px;
  }

  .expertise-advice-text-block {
    max-width: 100%;
  }

  .white-heading-one {
    font-size: 26px;
    line-height: 32px;
  }

  .container-project-one {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-link-image-two {
    width: 50px;
  }

  .project-image-inner {
    display: none;
  }

  .project-link-image-one {
    width: 50px;
  }

  .project-text-block {
    width: 80%;
  }

  .main-project-block {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .main-project-link {
    width: 50px;
    height: 50px;
  }

  .column-three {
    padding-left: 0;
    padding-right: 0;
  }

  .contat-form-text-field {
    margin-bottom: 1.2rem;
  }

  .brisk-2 {
    width: 45%;
  }

  .brisk-2.w--current {
    width: 40%;
  }

  .footer-text-block-brwn {
    display: none;
  }

  .footer-container-one {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container-two {
    padding-bottom: 3.125rem;
  }

  .footer-copyright-block-one {
    display: block;
  }

  .column-two {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-five {
    padding-left: 0;
    padding-right: 1rem;
  }

  .white-heading-one-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .white-heading-one-2.header-footer-2 {
    font-size: 16px;
  }

  .column-six {
    padding-left: 0;
    padding-right: 0;
  }

  .column-seven {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .column-four {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright-block-two {
    display: none;
  }

  .footer-link-block-one {
    padding-top: .3em;
  }

  .footer-link-block-social {
    margin-right: 1em;
  }

  .footer {
    padding-top: 1.6625rem;
    padding-bottom: 0;
  }

  .column-one {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-block {
    padding-top: 3.125rem;
  }

  .footer-links-rights-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-rights-wrapper-2 {
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-rights-wrapper-small {
    justify-content: center;
  }

  .black-text {
    text-align: center;
    font-size: 27px;
  }

  .grid-reservation {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
  }

  .button {
    margin-top: 0;
  }

  .container {
    padding: 4.9em 2em 2em;
  }

  .subheading {
    font-size: 13px;
  }

  .subheading.light-subheading {
    font-size: 11px;
  }

  .online-reservation {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .main-paragraph.landing-4 {
    font-size: 4vw;
  }

  .right-arrow-testimonials {
    font-size: 24px;
    inset: auto 0% -20% auto;
  }

  .review-img-bg {
    object-position: 50% 80%;
    width: 100%;
    height: 60%;
  }

  .section-2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .title-wrapper-center {
    margin-bottom: 0;
  }

  .subtitle-all-caps {
    text-align: center;
  }

  .left-arrow-testimonials {
    font-size: 24px;
    inset: auto 18% -20% auto;
  }

  .slider-testimonials {
    width: 90%;
    margin-top: 143px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-large {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 28px;
  }

  .mb-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contact-container {
    padding-top: 90px;
  }

  .menu-cms {
    padding-bottom: 3em;
  }

  .container-7 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .tabs-content {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .small-text.smaller.main-subtitle {
    margin-bottom: 1px;
    font-size: 11px;
  }

  .image-16 {
    padding-bottom: 467px;
  }

  .heading.menu-3-title {
    width: 100%;
    margin-top: .6em;
    font-size: 5.5em;
  }

  .div-block-59 {
    height: 200px;
  }

  .wrapper.horizontal {
    flex-direction: row;
  }

  .tabs {
    padding-top: 50px;
  }

  .tabs.hidden {
    padding-top: 0;
  }

  .image-11.space-down {
    padding-top: 137px;
  }

  .div-block-65 {
    margin-top: 0;
  }

  .bold-text-27 {
    font-size: 12px;
  }

  .paragraph-3 {
    max-width: none;
  }

  .paragraph-3.small.align-left {
    max-width: 400px;
  }

  .tabs-menu {
    text-align: left;
    border-top-style: none;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .column-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .narrow-container {
    width: 94vw;
  }

  .dish-category {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .menu-wrapper-2 {
    padding-top: 50px;
  }

  .heading-5 {
    font-size: 26px;
  }

  .contact-textarea {
    margin-bottom: 1rem;
  }

  .contact-text {
    font-size: 1.1rem;
  }

  .contact-form-image-block {
    height: 300px;
  }

  .hero-info-div {
    margin-bottom: 29px;
  }

  .contact-text-block {
    display: block;
  }

  .display {
    margin-bottom: 4px;
    font-size: 38px;
  }

  .contact-arrow-block {
    padding-bottom: .7rem;
  }

  .map {
    height: 260px;
  }

  .heading-12 {
    font-size: 26px;
  }

  .primary-button-2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .service-four-bg-section.service-bg-overlay {
    height: 350px;
  }

  .featured-service-single-block {
    padding-top: 2.3125rem;
  }

  .featured-service-four-block {
    padding-top: 0;
    display: block;
  }

  .featured-service-four-block.featured-service-four-one {
    padding-top: 0;
  }

  .strategic-advice-tab {
    display: none;
  }

  .strategic-advise {
    padding-top: 3.8em;
    padding-bottom: 3.7em;
  }

  .strategic-advise.about-two-advice {
    background-position: 0 0;
    padding-top: 2.2em;
    padding-bottom: 2.5rem;
  }

  .padding-top-threeem {
    padding-top: 0;
  }

  .what-we-do-image-block {
    padding-left: 0;
    padding-right: 0;
  }

  .what-we-do-text-block {
    padding-left: 2px;
    padding-right: 2px;
  }

  .about-who-we-block {
    display: block;
  }

  .padding-top-7rem {
    padding-top: 1rem;
  }

  .what-we-do-image-animation {
    height: 200px;
    padding-top: 0;
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-49 {
    width: 60px;
    height: 60px;
  }

  .icon-2 {
    font-size: 27px;
  }

  .icon {
    width: 22px;
    font-size: 27px;
  }

  .section-slider {
    height: 500px;
  }

  .section-slider.gallery {
    height: 400px;
  }

  .button-navigation {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-98 {
    flex-flow: column;
  }

  .image-21 {
    width: 100%;
    margin-bottom: 0;
  }

  .columns-14 {
    flex-flow: column;
  }

  .hero-subheading {
    font-size: 13px;
  }

  .hero-text-content {
    width: auto;
    font-size: 40px;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-text-word {
    height: 40px;
    font-size: 36px;
  }

  .hero-description {
    max-width: 100%;
    font-size: 13px;
  }

  .hero-text {
    margin-top: 0;
  }

  .hero-content {
    height: auto;
  }

  .text-block-10.centered {
    font-size: 28px;
  }

  .column-25 {
    margin-top: -46px;
  }

  .bg-section {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .code-embed-2 {
    display: none;
  }

  .code-embed-3 {
    display: flex;
  }

  .container-8 {
    padding: 7em 2em 2em;
  }

  .container-8.other-container {
    margin-top: 41px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-9 {
    padding: 4.9em 2em 2em;
  }

  .container-9.other-container {
    margin-top: 41px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .main {
    width: 100vw;
  }

  .link-30 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .page-padding {
    padding-bottom: 10px;
  }

  .nav-text {
    font-size: 45px;
  }

  .logo {
    width: auto;
  }

  .logo.w--current {
    width: auto;
    font-size: 34px;
  }

  .right-nav-wrapper {
    order: 9999;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-trigger {
    width: 40px;
  }

  .nav-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .menu-line.top, .menu-line.bottom {
    width: 40px;
    height: 1px;
  }

  .nav-menu {
    display: none;
  }

  .text-block-2 {
    font-size: 32px;
    line-height: 32px;
  }

  .service-details-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-details-section-one.menu {
    height: 300px;
    padding-top: 172px;
  }

  .service-details-section-one.about {
    background-image: linear-gradient(#00000091, #00000091), url('../images/rsw_2560h_1707cg_true.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, 200%;
    background-attachment: scroll, scroll;
  }

  .service-details-grid-col.service-details-grid-two {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .service-details-grid-wrapper {
    margin-top: 17px;
  }

  .service-details-text {
    padding-top: 170px;
  }

  .service-details-text.catering {
    width: 100vw;
    padding-top: 96px;
    padding-bottom: 33px;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-8.mb-50 {
    font-size: 20px;
  }

  .service-details-banner-heading {
    margin-bottom: 11px;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-main {
    font-size: 1rem;
  }

  .text-block-main.margin-top-one.margin-bottom-1em {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .text-block-main.margin-top-one.deeo-grey.width-half {
    font-size: 16px;
    line-height: 18px;
  }

  .container-project-one {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 32px;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .brisk-2 {
    width: 70%;
  }

  .brisk-2.w--current {
    width: 55%;
  }

  .white-heading-one-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-link-block-social {
    margin-right: .8em;
  }

  .footer-social-block {
    padding-top: .125rem;
  }

  .footer-links-rights-wrapper {
    grid-row-gap: 20px;
  }

  .footer-rights-wrapper-2 {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright-2 {
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 13px;
  }

  .footer-rights-wrapper-small {
    grid-row-gap: 2px;
    flex-wrap: wrap;
  }

  .footer-rights-2 {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }

  .no-margin-bottom {
    font-weight: 500;
  }

  .online-text {
    font-size: 12px;
  }

  .fade-in-move-on-scroll {
    margin-bottom: 0;
  }

  .black-text {
    text-align: center;
    font-size: 26px;
  }

  .grid-reservation {
    grid-template-rows: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .button, .button.black-button {
    margin-top: 0;
  }

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

  .information-holder._2 {
    margin-bottom: 15px;
  }

  .section.overflow-hidden {
    padding-left: 20px;
    padding-right: 0;
  }

  .container {
    padding-top: 2.4em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .container.hero-container {
    padding: .4em 0 0;
    display: block;
  }

  .form-input-field {
    padding-left: 38px;
    font-size: 12px;
  }

  .form-input-field._2 {
    padding-left: 34px;
    font-size: 12px;
  }

  .form-input-field._3 {
    padding-left: 29px;
    font-size: 12px;
  }

  .subheading {
    text-align: center;
    align-self: center;
  }

  .subheading.light-subheading {
    font-size: 12px;
  }

  .online-reservation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .online-reservation.catering {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-heading-container-center {
    margin-bottom: 2em;
  }

  .section-heading-container-center.small-margins {
    margin-bottom: .3em;
  }

  .phone-number-span {
    font-size: 14px;
  }

  .heading-10 {
    font-size: 26px;
  }

  .heading-landing-4 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .product-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .product-section {
    padding-top: 100px;
  }

  .product-section.landing-4 {
    padding: 60px 20px;
  }

  .product-section.landing-4.about._2 {
    flex-direction: row;
    padding: 0 20px;
    display: block;
  }

  .main-paragraph.landing-4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .product-grid, .product-grid._2 {
    flex-direction: column-reverse;
  }

  .last-heading {
    margin-top: 10px;
    font-size: 33px;
  }

  .right-arrow-testimonials {
    bottom: -15%;
    right: 24%;
  }

  .info-client-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrapper-center {
    width: 100%;
  }

  .left-arrow-testimonials {
    bottom: -15%;
    right: 63%;
  }

  .base-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-review {
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
  }

  .mb-20 {
    flex-flow: column;
  }

  .contact-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-13 {
    width: 100%;
    margin-bottom: 28px;
  }

  .menu-cms {
    padding-top: 1.1em;
  }

  .container-7 {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .tabs-content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .small-text {
    font-size: 20px;
  }

  .small-text.smaller {
    letter-spacing: 0;
    font-size: 12px;
  }

  .small-text.smaller.lower-case.price-space-down {
    margin-bottom: 10px;
  }

  .small-text.smaller.main-subtitle {
    margin-bottom: 13px;
  }

  .image-16 {
    width: 100vw;
    padding-bottom: 39px;
  }

  .heading.menu-3-title {
    font-size: 4em;
  }

  .section-3.next-to-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-59 {
    height: 140px;
    padding-top: 37px;
  }

  .wrapper {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .wrapper.horizontal {
    padding-right: 9px;
  }

  .wrapper.vertical {
    flex-direction: column;
  }

  .container-6 {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tabs {
    padding-top: 10px;
  }

  .image-11.space-down {
    padding-top: 98px;
  }

  .div-block-65 {
    margin-bottom: 0;
  }

  .div-block-62 {
    justify-content: flex-end;
    width: auto;
    display: flex;
  }

  .bold-text-27 {
    font-size: 12px;
  }

  .div-block-61 {
    width: 50%;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .paragraph-3.small.align-left {
    font-size: 11px;
  }

  .paragraph-3.small.align-left._50 {
    width: 50%;
    max-width: none;
  }

  .stroke-container {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .stroke-container.left-alignment {
    margin-bottom: 5px;
  }

  .menu-tab-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .image-14 {
    padding-bottom: 88px;
  }

  .narrow-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .dish-category {
    margin-top: 0;
    padding-bottom: 0;
  }

  .menu-wrapper-2 {
    padding-top: 40px;
  }

  .heading-5 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .contact-form-image-block {
    height: 200px;
  }

  .display {
    font-size: 28px;
  }

  .map {
    height: 180px;
  }

  .heading-12 {
    margin-top: 3px;
    font-size: 16px;
  }

  .primary-button-2 {
    padding-left: .8em;
    padding-right: .8em;
  }

  .our-services-hifen-text-3 {
    background-size: 40px;
    padding-left: 3.2rem;
  }

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

  .button-text-3 {
    font-size: 12px;
  }

  .strategic-advise.about-two-advice {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow-3 {
    padding-right: 20px;
  }

  .left-arrow-3 {
    padding-left: 20px;
  }

  .section-slider {
    height: 260px;
  }

  .button-navigation {
    display: none;
  }

  .div-block-98 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .image-21 {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-text-content {
    grid-column-gap: 7px;
    width: auto;
    font-size: 35px;
  }

  .hero-text-word {
    height: 25px;
  }

  .hero-description {
    line-height: 1.25;
  }

  .hero-text._8, .hero-text._1, .hero-text._9, .hero-text._6, .hero-text._3, .hero-text._7, .hero-text._2, .hero-text._4, .hero-text._10, .hero-text._5 {
    font-size: 25px;
  }

  .hero-content {
    align-items: flex-start;
  }

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

  .text-block-10 {
    font-size: 36px;
  }

  .column-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-items.rewards-button.desktop {
    justify-content: center;
    align-items: flex-start;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-holder:hover {
    background-color: #0000000f;
  }

  .container-8 {
    padding-top: 10.1em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .container-8.other-container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.3em .9em 1.8em;
  }

  .list-3 {
    padding-left: 14px;
  }

  .left-aligned-paragraph {
    width: 100%;
    font-size: 13px;
  }

  .adventure-heading.dark-text.centered {
    margin-top: 0;
  }

  .button-3.red-button {
    margin-top: 19px;
  }

  .div-block-17 {
    margin-bottom: 8px;
  }

  .section-11.overflow-hidden {
    padding-top: 30px;
  }

  .bold-text-33 {
    font-size: 12px;
  }

  .italic-text-3 {
    font-size: 22px;
    line-height: 20px;
  }

  .bold-text-34 {
    line-height: 26px;
  }

  .heading-21 {
    line-height: 28px;
  }

  .container-9 {
    padding-top: 9.9em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .container-9.other-container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.3em .9em 1.8em;
  }

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

  .columns-17 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    display: flex;
  }

  .image-6 {
    max-width: 30%;
  }

  .text-block-78 {
    font-size: 14px;
  }

  .bold-text-32 {
    font-size: 13px;
  }

  .list {
    padding-left: 16px;
  }

  .heading-22.small-text {
    margin-top: 8px;
    font-size: 18px;
  }

  .bold-text-35 {
    font-size: 12px;
  }

  .main {
    width: 100%;
    height: 100%;
  }

  .text-block-73 {
    font-size: 14px;
  }

  .link-30 {
    letter-spacing: 0;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
  }
}

#w-node-bfe19989-6e73-c7e2-d57e-7abf1bb2fbbb-1bb2fbb5, #w-node-bfe19989-6e73-c7e2-d57e-7abf1bb2fbd3-1bb2fbb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#EMAIL-ADDRESS.w-node-_534ae24f-9089-757e-c227-862c93e904a1-a822c609 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_057d7339-3486-2528-465f-547666d4e5ef-a10b7622, #w-node-_057d7339-3486-2528-465f-547666d4e607-a10b7622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #EMAIL-ADDRESS.w-node-bfe19989-6e73-c7e2-d57e-7abf1bb2fbc9-1bb2fbb5, #EMAIL-ADDRESS.w-node-_057d7339-3486-2528-465f-547666d4e5fd-a10b7622 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #NAME.w-node-bfe19989-6e73-c7e2-d57e-7abf1bb2fbc7-1bb2fbb5, #PHONE-NUMBER.w-node-bfe19989-6e73-c7e2-d57e-7abf1bb2fbc8-1bb2fbb5, #NAME.w-node-_534ae24f-9089-757e-c227-862c93e9049f-a822c609, #PHONE-NUMBER.w-node-_534ae24f-9089-757e-c227-862c93e904a0-a822c609 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


