:root {
  --light-brown: #d6c0b3;
  --brown: #ab886d;
}

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

.preload {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-7, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  background-color: #fff;
}

.code-embed {
  width: 50rem;
  height: auto;
  position: relative;
  inset: 0%;
}

.body {
  background-color: #fff;
}

.section {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-13 {
  z-index: 1;
  outline-offset: 0px;
  background-color: #ffffff9e;
  border-radius: 100px;
  outline: 1px solid #ffffff42;
  width: 50rem;
  padding: 20px;
  position: static;
}

.image {
  width: 150px;
  padding-bottom: 0;
  position: relative;
  top: -5px;
}

.div-block-14 {
  filter: blur(1px);
  background-color: #ffffff2b;
  border-radius: 100px;
  width: 50rem;
  height: 80px;
  position: absolute;
}

.hero {
  background-image: url('../images/MiCuppa.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.link-block {
  color: #161616;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.div-block-15 {
  background-color: #ffffffb8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60rem;
  padding: 20px 40px;
  display: flex;
}

.nav {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-2 {
  width: 150px;
  position: relative;
  top: -6px;
}

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

.link {
  color: #ab886d;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

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

.div-block-17 {
  background-color: #00000069;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
}

.text-block._2 {
  display: none;
}

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

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #889ea833;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.social-toggle {
  border: 1px solid #ab886d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.social-circle {
  cursor: pointer;
  border: 1px #889ea833;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-left: 0;
  margin-right: 20px;
  position: relative;
}

.social-circle._2 {
  margin-right: 0;
}

.image-3 {
  width: 100%;
}

.outline-social-icon {
  border: 1px solid #889ea833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.outline-social-icon.large._2 {
  padding-left: 5px;
  padding-right: 5px;
}

.subtitle-wrapper {
  margin-bottom: 24px;
}

.intro-corner {
  border-top: 1px solid #b9dee926;
  border-left: 1px solid #b9dee926;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-corner.bottom-left {
  border-top-style: none;
  border-bottom: 1px solid #b9dee926;
  inset: auto auto 0% 0%;
}

.overlay-2 {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.overlay-2.light {
  background-color: #060b144d;
}

.team-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.button-bottom-line {
  justify-content: flex-end;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.button-fill {
  background-color: #bfc5d5;
  width: 18px;
  height: 100%;
}

.button-fill.light {
  background-color: #cbdce966;
}

.paralax-background {
  background-image: url('../images/Work-Desk.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -48px;
  margin-bottom: -48px;
  position: absolute;
  inset: 0%;
}

.paralax-background.three {
  background-image: url('../images/Side-banner-6.jpg');
}

.paralax-background.six {
  background-image: url('../images/Side-banner-3.jpg');
}

.paralax-background.four {
  background-image: url('../images/Side-banner-7.jpg');
  background-position: 50% 100%;
}

.paralax-background.five {
  background-image: url('../images/Side-banner-5.jpg');
}

.paralax-background.seven {
  background-image: url('../images/Side-banner-2.jpg');
}

.paralax-background.one {
  background-image: url('../images/Side-banner-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.paralax-background.two {
  background-image: url('../images/Side-banner-4.jpg');
}

.team-inner-bottom {
  z-index: 20;
  background-color: var(--light-brown);
  height: 60px;
  position: relative;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.about-intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--light-brown);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 148px minmax(auto, 650px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: grid;
  position: relative;
}

.team-images {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--light-brown);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-brown);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.text-block-13 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}

.about-intro-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-wrapper-2 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px 0% auto;
}

.about-us-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  background-color: var(--light-brown);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 140px 0 220px;
  display: grid;
  position: relative;
}

.blank-line {
  width: 0;
  height: 0;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section-2.dark {
  background-color: var(--light-brown);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.inner-bottom {
  z-index: 25;
  color: #000;
  background-color: #1c1c1c;
  height: 80px;
  position: relative;
}

.inner-bottom.small {
  height: 60px;
}

.inner-bottom.small.grey {
  background-color: #d6c0b3;
}

.vertical-button-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 18px;
}

.vertical-button-fill.light {
  background-color: #cbdce966;
}

.button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000002e;
  padding: 20px 32px;
  font-size: 12px;
  line-height: 1.3em;
  position: relative;
}

.button.light {
  color: #fff;
  text-align: center;
  border-color: #b9dee926;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.button-right-line {
  flex-direction: column;
  justify-content: flex-end;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.button-left-line {
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -1px;
}

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

.vertical-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.light {
  background-color: #cbdce966;
}

.centered-about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-2 {
  z-index: 10;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  position: relative;
}

.text-block-10 {
  font-size: 10px;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-brown);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

.body-display-2 {
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}

.body-display-2.two-columns {
  column-count: 2;
  column-gap: 60px;
}

.body-display-2.two-columns.white {
  color: #fff;
  text-align: left;
  column-count: 1;
  font-weight: 300;
}

.horizontal-line-fill {
  background-color: #bfc5d5;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.light {
  background-color: #cbdce966;
}

.solid-team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a0f1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.founder-image {
  min-height: 35vh;
  position: relative;
  overflow: hidden;
}

.menu {
  padding: 60px;
}

.text-block-14 {
  color: var(--light-brown);
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.grid-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.grid-3._2 {
  grid-template-columns: 1fr 1fr;
}

.grid-3._3 {
  grid-template-columns: 1fr;
}

.grid-3.m {
  display: none;
}

.text-block-15 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-15._2 {
  margin-bottom: 0;
  display: flex;
}

.image-4 {
  width: 10px;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-18._1 {
  margin-top: 0;
}

.text-block-16 {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-16._2 {
  margin-top: 0;
  margin-left: 0;
  font-size: 13px;
}

.div-block-19 {
  border-right: 1px solid #e2e2e2;
}

.div-block-19._2 {
  border-right-style: none;
}

.paragraph {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-17 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block-20 {
  background-color: #ece8e8;
  height: 1px;
  margin-top: 10px;
}

.image-5 {
  background-image: url('../images/Add-ons.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 40px;
  box-shadow: 9px 12px #dbdbdb33;
}

.contact-us {
  background-color: var(--light-brown);
  padding: 100px 60px;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff3d;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
}

.text-field::placeholder {
  color: #fff;
}

.submit-button {
  border: 1px solid var(--brown);
  color: var(--brown);
  background-color: #ab886d00;
  border-radius: 9px;
  padding-left: 38px;
  padding-right: 38px;
  font-family: Montserrat, sans-serif;
}

.submit-button:hover {
  color: #fff;
  background-color: #ab886d;
}

.text-block-18 {
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-block-19 {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.image-6 {
  width: 30px;
}

.link-block-2 {
  margin-left: 10px;
}

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

.section-3 {
  background-color: var(--brown);
  padding: 100px 60px;
}

.image-7 {
  width: 180px;
}

.link-2 {
  color: #fff;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.image-8 {
  width: 25px;
  margin-right: 20px;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-22._2 {
  margin-top: 10px;
}

.div-block-22._3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-20 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.grid-5 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
}

.div-block-23 {
  outline-offset: 0px;
  border-right: 1px solid #ffffff4a;
  outline: 3px #333;
  flex-flow: column;
  display: flex;
}

.grid-6 {
  grid-template-columns: 1fr 1fr;
}

.text-block-21 {
  color: #fff;
  margin-top: 20px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.text-block-21._2 {
  margin-top: 0;
}

.div-block-24 {
  flex-flow: row;
  margin-top: 60px;
  display: flex;
}

.link-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.div-block-25 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.link-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.burger-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.burger-4 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.nav-mobile {
  display: none;
}

.b4-bar-2 {
  background-color: #858eca;
  border-radius: 2px;
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.b4-bar1 {
  background-color: #858eca;
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.burger-bar-wrap {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.b4-bar3 {
  float: right;
  background-color: #858eca;
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.section-5 {
  background-image: url('../images/banner3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.div-block-56 {
  background-color: #00000036;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.text-block-24 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

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

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

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

.text-block-25 {
  color: var(--brown);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-26 {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.grid-10 {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.grid-10._2 {
  margin-top: 20px;
  margin-bottom: 0;
}

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

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

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

.text-block-28 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-59, .div-block-60, .div-block-61, .div-block-62 {
  padding-left: 20px;
}

.text-block-29 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.text-block-30 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-30._2 {
  margin-top: 10px;
}

.text-block-31 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

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

.code-embed-2 {
  margin-bottom: 0;
}

.div-block-64 {
  padding: 100px;
}

.image-10 {
  margin-top: 40px;
  box-shadow: 8px 12px #0000000a;
}

.text-block-32 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-33 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.section-6 {
  padding: 100px 60px;
}

@media screen and (max-width: 991px) {
  .div-block-15 {
    width: 40rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav {
    width: 100%;
    inset: 0% 0% auto;
  }

  .image-2 {
    top: 2px;
  }

  .dropdown-corner {
    border-top: 1px solid #889ea833;
    border-left: 1px solid #889ea833;
    top: -6px;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .team-inner-bottom {
    display: none;
  }

  .about-intro-content {
    grid-template-columns: minmax(auto, 650px);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

  .team-images {
    grid-template-columns: 1fr;
    min-height: 500px;
  }

  .grid-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-us-intro {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .blank-line {
    padding: 0;
  }

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

  .team-grid {
    min-height: auto;
  }

  .body-display-2.two-columns {
    column-count: 1;
  }

  .solid-team {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .founder-image {
    min-height: 33.33vw;
  }

  .grid-3 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
  }

  .grid-3._2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .div-block-23 {
    border-right-style: none;
  }

  .div-block-24 {
    flex-flow: column;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .navbar-3 {
    background-color: #ddd0;
  }

  .nav-menu {
    background-color: #fff;
  }

  .burger-wrap-2 {
    width: auto;
    height: auto;
  }

  .mobile-nav-link {
    color: #221f1f;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px #000;
    border-bottom-color: #3a3535;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

  .burger-4 {
    background-color: #fff0;
    width: 30px;
    height: 30px;
  }

  .nav-mobile {
    z-index: 99;
    background-color: #221f1f;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .b4-bar-2 {
    background-color: #fff;
    width: 33px;
  }

  .b4-bar1 {
    color: #000;
    background-color: #fff;
    width: 15px;
  }

  .div-block-53 {
    z-index: 101;
    background-image: url('../images/GOGO-L-W.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 80px;
    position: relative;
    left: -100px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff0;
  }

  .brand-2 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-52 {
    background-image: url('../images/GOGO-L-B.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 80px;
  }

  .div-block-51 {
    padding: 10px 40px;
  }

  .div-block-54 {
    background-color: #fff;
    position: absolute;
    inset: 0%;
  }

  .b4-bar3 {
    background-color: #fff;
    width: 15px;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

  .about-intro-content {
    padding: 60px 0;
  }

  .team-images {
    min-height: 300px;
  }

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

  .inner-bottom {
    height: 60px;
  }

  .body-display-2.two-columns.white {
    column-count: 1;
  }

  .solid-team {
    grid-template-columns: 1fr 1fr;
  }

  .menu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-3, .grid-3._2 {
    grid-template-columns: 1fr;
  }

  .contact-us {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .section-4 {
    padding: 20px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar {
    background-color: #dddddd9e;
    border-radius: 100px;
  }

  .container {
    border-radius: 20px;
  }

  .image-9 {
    width: 100px;
  }

  .container-2 {
    background-color: #ffffffd9;
    border-radius: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    color: var(--brown);
    background-color: #ffffffd4;
    border-radius: 20px;
    width: auto;
    top: 106px;
  }

  .burger-wrap-2 {
    height: 30px;
  }

  .mobile-nav-link {
    color: var(--brown);
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
  }

  .mobile-nav-link:focus-visible, .mobile-nav-link[data-wf-focus-visible] {
    color: var(--brown);
  }

  .burger-4 {
    box-shadow: none;
    width: 50px;
    height: 50px;
  }

  .nav-mobile {
    background-color: #fff0;
  }

  .b4-bar-2, .b4-bar1 {
    background-color: var(--brown);
  }

  .div-block-53 {
    background-image: url('../images/Mi-Cuppa-Full-Colour.svg');
  }

  .menu-button {
    height: 100%;
    top: 5px;
  }

  .div-block-52 {
    background-image: none;
  }

  .b4-bar3 {
    background-color: var(--brown);
  }

  .grid-11, .grid-13 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .preload {
    display: none;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    height: 100vh;
  }

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

  .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    display: none;
  }

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

  .text-block {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    display: none;
  }

  .text-block._2 {
    display: block;
  }

  .text-block-2 {
    text-align: center;
    font-size: 16px;
  }

  .intro-corner {
    width: 48px;
    height: 48px;
  }

  .overlay-2 {
    width: 100%;
  }

  .team-grid-content {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-intro-content {
    padding: 48px 0;
  }

  .team-images {
    min-height: 250px;
  }

  .grid-wrapper-2 {
    grid-template-columns: .25fr;
    margin-left: 0;
    margin-right: 0;
  }

  .about-us-intro {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner-bottom {
    height: 48px;
  }

  .button {
    padding: 18px 28px;
  }

  .subtitle-2 {
    padding-left: 10px;
  }

  .body-display-2.two-columns.white {
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
  }

  .solid-team {
    grid-template-columns: 1fr 1fr;
  }

  .founder-image {
    min-height: 20vh;
  }

  .menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-14 {
    font-size: 30px;
    line-height: 35px;
  }

  .grid-3 {
    display: none;
  }

  .grid-3._2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-3.m {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-18._2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-16 {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
  }

  .text-block-16._2 {
    font-weight: 300;
  }

  .div-block-19 {
    border-right-style: none;
  }

  .text-block-17 {
    font-size: 25px;
  }

  .image-5 {
    box-shadow: 5px 6px #dbdbdb33;
  }

  .section-3 {
    padding: 60px 20px;
  }

  .container-2 {
    border-radius: 0;
  }

  .nav-menu {
    border-radius: 0;
    top: 80px;
  }

  .burger-wrap-2 {
    height: auto;
  }

  .mobile-nav-link {
    color: var(--brown);
    -webkit-text-decoration-color: var(--brown);
    text-decoration-color: var(--brown);
    width: auto;
  }

  .burger-4 {
    box-shadow: none;
    width: 30px;
    height: 30px;
  }

  .menu-button {
    height: auto;
    margin-top: 9px;
    top: 0;
  }

  .div-block-51 {
    padding: 0;
  }

  .div-block-54 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-55 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-5 {
    color: var(--brown);
    font-family: Montserrat, sans-serif;
    text-decoration: none;
  }

  .link-block-3 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .text-block-22 {
    color: var(--brown);
    font-family: Montserrat, sans-serif;
    text-decoration: none;
  }

  .div-block-56 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-23 {
    font-size: 16px;
    line-height: 21px;
  }

  .text-block-24 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .text-block-25._2 {
    margin-left: 10px;
  }

  .div-block-57 {
    margin-top: 5px;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .div-block-63 {
    margin-top: 5px;
    display: flex;
  }

  .grid-14, .grid-15 {
    grid-template-columns: 1.25fr 1fr;
  }

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

  .code-embed-2 {
    width: 100%;
  }

  .div-block-64 {
    padding: 60px 20px;
  }
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd79-c5855899 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd7a-c5855899 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd7b-c5855899 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd7c-c5855899 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd8b-c5855899 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd90-c5855899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd96-c5855899 {
  justify-self: start;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fda1-c5855899 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fda2-c5855899 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fda3-c5855899 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fda4-c5855899 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fdc1-c5855899 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_8f7825cd-f0d5-3445-39aa-0c894560fdc2-c5855899 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_98e526ed-b34e-aaf1-0dd5-0a2e4e960d44-c5855899, #w-node-d7e00f65-6b76-b693-8668-90d75345de0d-c5855899, #w-node-da06458e-de4a-8e37-71e1-751f68a41f61-c5855899 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd79-c5855899 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd7b-c5855899 {
    grid-column-end: 5;
  }

  #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd8b-c5855899 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fda3-c5855899 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fda4-c5855899 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fdc1-c5855899, #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fdc2-c5855899 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd79-c5855899 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd7b-c5855899 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8f7825cd-f0d5-3445-39aa-0c894560fd7c-c5855899 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


