:root {
  --black: #333;
  --light-green: #a5cbbc;
  --dark-green: #37a87c;
  --slate-grey: #7e828f;
  --faded-green: #ddeee7;
  --light-grey: #f5f5f5;
}

.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;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--light-green);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--light-green);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #546285;
  font-size: 18px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.banner {
  background-color: var(--light-green);
  color: #fff;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 5px 3%;
  font-size: 15px;
  display: flex;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 1;
  color: var(--dark-green);
}

.nav-link.w--current {
  color: var(--black);
  transition-property: none;
}

.nav-link.w--current:hover {
  color: var(--dark-green);
}

.navigation-container {
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon {
  width: 50px;
  max-width: none;
}

.brand {
  margin-right: 40px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navigation-right, .navigation-left {
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: 14px;
}

.hero-paragraph {
  color: var(--black);
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.34;
}

.hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 80%, #fff), url('../images/home-hero.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.contact-page {
  background-image: url('../images/bottom-divider.svg'), linear-gradient(rgba(255, 255, 255, 0) 80%, #fff), url('../images/contact-hero.png');
  background-position: 50% 102%, 0 0, 100% 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 100%, auto, cover;
  height: 100vh;
}

.hero.admin-page {
  background-image: url('../images/bottom-divider.svg'), url('../images/administrative-services-hero.png');
  background-position: 50% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  height: 100vh;
}

.hero.home-page {
  background-image: url('../images/bottom-divider.svg'), url('../images/home-hero2.png');
  background-position: 50% 102%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  padding-bottom: 180px;
}

.hero.executive-page {
  background-image: url('../images/bottom-divider.svg'), url('../images/executive-assistance.png');
  background-position: 50% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  height: 100vh;
}

.hero.legal-pages {
  background-image: url('../images/bottom-divider.svg'), url('../images/utility-pages.png');
  background-position: 50% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  padding-bottom: 180px;
}

.hero.baclog-page {
  background-image: url('../images/bottom-divider.svg'), url('../images/administrative-backlog-support-services.png');
  background-position: 50% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  height: 100vh;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
  overflow: visible;
}

.hero-content.service-pages {
  width: 60%;
}

.button {
  background-color: var(--light-green);
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/button-graphic.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 190px;
  border-radius: 15px;
  width: auto;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 60px 20px 25px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s ease-in;
}

.button:hover {
  background-color: var(--dark-green);
}

.button.button-space {
  margin-top: 40px;
}

.container-flex {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.hero-image-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-link {
  color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--dark-green);
}

.footer-link.no-link:hover {
  color: var(--black);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex-vertical {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.centre {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.legal {
  color: var(--black);
  font-size: 16px;
}

.webflow-link {
  color: var(--light-green);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.title {
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}

.footer {
  background-image: url('../images/top-divider.svg'), url('../images/footer2.png');
  background-position: 50% 0, 0 100%;
  background-repeat: no-repeat, repeat;
  background-size: 100%, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 240px 3% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer.single {
  padding-top: 80px;
}

.footer.without-bg {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 100px;
}

.footer-column {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-column.centre {
  justify-content: center;
  align-items: center;
}

.footer-column.right {
  justify-content: flex-end;
  align-items: center;
}

.brand-span {
  color: var(--light-green);
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.review-logo {
  margin-bottom: 10px;
  margin-right: 16px;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.content-section {
  background-color: #fff;
  padding: 120px 3%;
  position: relative;
  overflow: visible;
}

.content-section.testimonials {
  overflow: hidden;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-block.padding-right {
  padding-right: 50px;
}

.image-block.padding-left {
  padding-left: 50px;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.works-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
}

.content-card {
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.content-card:hover {
  transform: translate(0, -3px);
}

.content-wrapper {
  padding-left: 0;
}

.step-image {
  margin-bottom: 20px;
}

.cart-button {
  background-color: var(--light-green);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-width: 55px;
  min-height: 55px;
  padding: 13px;
  font-size: 18px;
  transition: background-color .25s;
  position: relative;
}

.cart-quantity {
  color: var(--light-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  height: 25px;
  font-size: 13px;
  display: flex;
  position: absolute;
  top: -6px;
  bottom: auto;
  left: auto;
  right: -6px;
  box-shadow: 7px 7px 25px rgba(126, 130, 143, .27);
}

.food-card {
  background-color: #fff;
  border: 1px solid rgba(53, 184, 190, .15);
  border-radius: 6px;
  align-items: center;
  min-height: 200px;
  padding: 25px;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: rgba(53, 184, 190, .5);
}

.food-image-square {
  border-radius: 8px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-right: 30px;
  overflow: hidden;
}

.food-image {
  object-fit: cover;
}

.food-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--light-green);
  font-size: 16px;
  font-weight: 400;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 20px;
}

.cta-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  min-height: 640px;
}

.cta-image {
  background-image: url('../images/Group-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #35b8be;
  background-image: url('../images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px;
  display: flex;
}

.cta-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 3% 30px;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-radius: 6px;
  width: 60px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 8px;
}

.submit-button {
  background-color: var(--light-green);
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  min-height: 50px;
  display: flex;
}

.remove-button {
  color: #ff8946;
  text-decoration: none;
}

.apple-pay {
  border-radius: 4px;
  height: 44px;
}

.checkout-button {
  background-color: var(--light-green);
  border-radius: 4px;
  justify-content: center;
  min-height: 52px;
  display: flex;
}

.cart-line-item {
  color: var(--slate-grey);
  font-size: 18px;
}

.text-block {
  color: var(--black);
}

.text-block-2 {
  color: var(--dark-green);
}

.tab-menu-round {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-round {
  color: var(--light-green);
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/button-graphic-green.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 190px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding: 20px 60px 20px 25px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.tab-link-round.w--current {
  background-color: var(--light-green);
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/button-graphic.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 190px;
  border-color: #fff;
  border-radius: 15px;
  min-height: 60px;
  padding: 20px 60px 20px 25px;
  font-size: 15px;
  font-weight: 600;
}

.tab-pane-wrap {
  justify-content: center;
  display: flex;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-bar {
  color: var(--black);
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--light-green);
  font-size: 18px;
  font-weight: 600;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-paragraph {
  color: var(--slate-grey);
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-legal {
  border-top: 1px solid var(--light-green);
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 15px;
  display: flex;
}

.footer-legal.seperate {
  border-top-width: 0;
}

.footer-detail-left {
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.social-icon-wrap {
  display: flex;
}

.social-link {
  border: 2px solid var(--light-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  transition: all .2s;
  display: flex;
}

.social-link:hover, .social-link.contact-page {
  border-color: var(--faded-green);
}

.social-link.contact-page:hover {
  border-color: var(--light-green);
}

.social-link.inline {
  margin-left: 0;
}

.social-icon {
  width: 25px;
}

.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;
}

.utility-page-wrap-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-image {
  margin-bottom: 30px;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--light-green);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input-field {
  height: 50px;
}

.field-label {
  font-size: 15px;
}

.checkout-form {
  background-color: var(--faded-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-order {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
}

.apple-pay-button {
  height: 55px;
}

.order-confirmation {
  background-color: var(--faded-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-81 {
  color: var(--light-green);
}

.required {
  color: var(--dark-green);
}

.button-white {
  background-color: var(--light-green);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--light-green);
  background-color: #fff;
  margin-top: 40px;
}

.content-section-bg {
  background-color: var(--light-grey);
  background-image: url('../images/top-divider.svg'), url('../images/bottom-divider.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  padding: 240px 3%;
  position: relative;
}

.cta-heading {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 50px;
  line-height: 1.1;
}

.cart-icon {
  width: 25px;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: var(--faded-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  color: var(--black);
  letter-spacing: 0;
  font-size: 16px;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.title-grey {
  color: #758ca5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.line {
  border-style: dashed none none;
  border-width: 1.3px;
  border-color: var(--light-green);
  color: var(--light-green);
  width: 100%;
  height: 1px;
}

.empty-state {
  flex-direction: column;
}

.header-section {
  background-color: var(--faded-green);
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 100px 3%;
  display: flex;
}

.product-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.plain-line {
  background-color: rgba(53, 184, 190, .25);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-image {
  border-radius: 15px;
  width: 100%;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px rgba(82, 76, 76, .06);
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour-block {
  background-color: var(--light-green);
  height: 120px;
}

.colour-block.c8 {
  background-color: #191b22;
}

.colour-block.c9 {
  background-color: #546285;
}

.colour-block.c3 {
  background-color: var(--dark-green);
}

.colour-block.c2 {
  background-color: #f5fbfc;
}

.style-guide-section {
  padding: 100px 3%;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.block {
  margin-bottom: 45px;
}

.highlight-default {
  background-color: rgba(255, 171, 0, .23);
}

.block-detail {
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.p1 {
  color: #546285;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.size-detail {
  color: var(--light-green);
  margin-left: 8px;
}

.strikethrough {
  text-decoration: line-through;
}

.change-log-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.title-large {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--light-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.order-button {
  background-color: var(--light-green);
  border-radius: 6px;
  justify-content: center;
  min-height: 45px;
  display: flex;
}

.button-arrow-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.arrow-drawn {
  position: relative;
  left: 40px;
}

.cursive-text {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.price-text {
  color: var(--light-green);
  letter-spacing: -.03em;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-section-short {
  background-color: rgba(0, 0, 0, 0);
  padding: 60px 3%;
  position: relative;
}

.out-of-stock-state {
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  display: flex;
}

.pattern {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagination-button {
  background-color: var(--light-green);
  color: #fff;
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.pagination {
  margin-top: 40px;
}

.plus {
  opacity: .5;
}

.dropdown {
  height: 50px;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.additional-details {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cta-full-image {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .67), rgba(25, 26, 27, .19)), url('../images/Group-Photo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 100px 3%;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.statistic {
  color: #fff;
  margin-bottom: 0;
  font-size: 5em;
}

.statistic-block {
  color: #fff;
  text-align: center;
}

.text-block-82 {
  font-size: 20px;
}

.wave {
  margin-top: 20px;
  margin-bottom: 20px;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.notice-text {
  color: rgba(255, 255, 255, .8);
}

.order-column {
  position: relative;
  top: 0;
}

.hero-container {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
}

.circle {
  z-index: -2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light-green), var(--light-green));
  border-top-left-radius: 100rem;
  border-top-right-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 160vw;
  height: 120vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.dropdown-toggle {
  color: var(--black);
  font-size: 16px;
}

.dropdown-toggle:hover {
  color: var(--dark-green);
}

.dropdown-list {
  color: var(--light-green);
}

.dropdown-list.w--open {
  color: var(--black);
  background-color: #fff;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.dropdown-link {
  color: var(--black);
  font-size: 16px;
}

.dropdown-link:hover {
  color: var(--dark-green);
}

.dropdown-link.w--current, .dropdown-2, .paragraph-2 {
  color: var(--black);
}

.heading-2 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 50px;
}

.heading-2.centre {
  color: var(--black);
  text-align: center;
  margin-bottom: 60px;
}

.tab-floating-text {
  color: #deb536;
  letter-spacing: 0;
  text-transform: none;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -45%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.client-column {
  z-index: 3;
  flex: 1;
  position: relative;
  overflow: visible;
}

.client-column.text {
  max-width: 40vh;
}

.paragraph-3 {
  color: #383e84;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}

.client-tab-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.dot {
  background-color: #deb536;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.client-tabs-content {
  flex: 1;
  width: 100%;
  overflow: visible;
}

.client-image {
  z-index: 5;
  object-fit: cover;
  border-radius: 40px 0;
  width: 100%;
  max-width: none;
  height: 500px;
  max-height: 600px;
  position: absolute;
  top: -100px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 40px 5px rgba(56, 62, 132, .3);
}

.client-tabs {
  z-index: 2;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.link-icon {
  width: 50px;
  height: 50px;
}

.client-tab-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-right: 1px solid #ececec;
  flex-direction: column;
  margin-right: 40px;
  padding-right: 20px;
  display: flex;
}

.client-tab-link {
  opacity: .6;
  color: #383e84;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  padding: 10px 0;
  font-size: 22px;
  font-weight: 400;
}

.client-tab-link.w--current {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 500;
}

.link-block {
  color: #262a5a;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.service-accordion {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-size: 18px;
  display: flex;
}

.dropdown-toggle-2 {
  color: #fff;
  text-transform: capitalize;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.dropdown-toggle-2.dark {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.icon-2 {
  color: var(--dark-green);
  margin-right: 10px;
}

.text-box-style {
  color: var(--black);
  text-transform: none;
  line-height: 22px;
}

.accordion-open {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.accordion-open.w--open {
  position: relative;
}

.dropdown-paragraph {
  flex: 1;
  margin-bottom: 20px;
}

.line-divider {
  background-image: linear-gradient(90deg, var(--light-green), var(--dark-green));
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sticky-columns {
  width: 100%;
  display: flex;
  position: relative;
}

.fixed-wrapper {
  position: relative;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  bottom: 20px;
}

.column-1 {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.column-2 {
  flex-flow: column;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
}

.image {
  position: static;
}

.div-block-2, .image-frame {
  position: absolute;
}

.subheading-h3 {
  color: var(--light-green);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 26px;
}

.works-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  display: flex;
}

.image-block-card {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.content-card-highlight {
  background-color: var(--light-grey);
  text-align: left;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.rich-text-1 p {
  color: var(--black);
  font-size: 16px;
}

.rich-text-1 blockquote {
  border-left-color: var(--light-green);
  color: var(--black);
}

.rich-text-1 ol {
  color: var(--black);
  padding-left: 0;
  font-size: 16px;
}

.rich-text-1 li {
  color: var(--black);
  background-image: url('../images/bullets-graphic.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  list-style-type: none;
}

.rich-text-1 ul {
  color: var(--black);
  padding-left: 0;
  font-size: 16px;
}

.rich-text-1 a {
  font-weight: 500;
  text-decoration: none;
}

.rich-text-1 strong {
  color: var(--black);
}

.rich-text-1 h1 {
  font-size: 50px;
}

.rich-text-1 h2 {
  font-size: 40px;
}

.rich-text-1 h4 {
  color: var(--dark-green);
  font-size: 26px;
}

.list-item {
  color: var(--black);
}

.heading-3 {
  font-size: 45px;
}

.card-image {
  border-radius: 100%;
  position: static;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.card-image-1 {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Virtual-assistance.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 350px;
  margin-bottom: 20px;
  display: flex;
}

.horizonal-scroll-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 0 solid #a0d854;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600vh;
  margin-top: 63px;
  display: grid;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.card-slider-mask {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.card-slide {
  flex-wrap: wrap;
  align-items: stretch;
  width: 33.3333%;
  margin-bottom: 3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.card {
  color: #777;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 15% 30px;
  transition: transform .15s, box-shadow .15s;
  display: flex;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
}

.card:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, .09);
}

.text-button {
  color: #51a646;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.text-button:hover {
  color: #79be44;
}

.button-arrow {
  margin-left: 11px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.button-2 {
  color: var(--black);
  text-align: left;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  width: auto;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 60px 20px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s ease-in;
}

.button-2.button-space {
  margin-top: 40px;
}

.button-wrapper-2 {
  color: #ff003d;
  align-items: center;
  min-height: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-background {
  background-image: linear-gradient(90deg, var(--light-green), var(--dark-green));
  color: var(--light-green);
  width: 50px;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.button-text {
  z-index: 1;
  color: var(--black);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.button-arrow-2 {
  color: var(--dark-green);
  -webkit-text-stroke-width: 1px;
  width: 15px;
  margin-right: 0;
}

.icon-3 {
  margin-top: 23px;
}

.subtext {
  color: var(--light-green);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
}

.subtext.below-image {
  margin-top: 20px;
}

.content-white-h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 54px;
  line-height: 1;
}

.arrow-icon {
  color: var(--dark-green);
  font-size: 15px;
}

.slide-nav {
  display: none;
}

.profile-image {
  width: 50px;
  margin-right: 25px;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  height: 100%;
  overflow: visible;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.title-paragraph-white {
  color: rgba(255, 255, 255, .85);
  letter-spacing: -.03em;
  max-width: 590px;
  margin-bottom: 32px;
  font-weight: 400;
}

.faq-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
}

.arrow-left {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  top: 0%;
  bottom: 0%;
  left: -25px;
  right: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.arrow-right {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -25px;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  max-width: 750px;
  height: 100%;
}

.slide {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 15px;
  height: 100%;
  margin-right: 50px;
  padding: 0;
  overflow: hidden;
}

.slide-wrap {
  background-color: var(--light-green);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 350px;
  padding: 40px 60px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.standard-paragraph {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.testimonial-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-section {
  background-image: linear-gradient(352deg, #cd10ff, #9f06ff);
  justify-content: center;
  align-items: center;
  padding: 132px 3% 163px;
  position: relative;
  overflow: hidden;
}

.author-title {
  opacity: .7;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.menu-icon {
  width: 50px;
  max-width: none;
}

.contact-column {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.contact-column.centre {
  justify-content: center;
  align-items: center;
}

.contact-column.right {
  justify-content: flex-end;
  align-items: center;
}

.service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  max-width: 1000px;
  padding: 20px 20px 30px;
  display: flex;
}

.service-card {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-wrapper {
  padding-left: 40px;
}

.service-icon {
  width: 100px;
  max-width: none;
}

.line-divider-2 {
  background-image: linear-gradient(90deg, var(--light-green), var(--dark-green));
  width: 100%;
  height: 2px;
  margin-top: 25px;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-block {
  background-color: var(--light-green);
  text-align: center;
  border-radius: 15px;
  width: 100%;
  max-width: 750px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.heading-2-copy {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 50px;
}

.heading-2-copy.centre {
  color: var(--black);
  text-align: center;
  margin-bottom: 60px;
}

.cta-paragraph {
  color: #fff;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.content-section-copy {
  background-color: #fff;
  padding: 120px 3%;
  position: relative;
  overflow: visible;
}

.content-section-copy.testimonials {
  overflow: hidden;
}

.button-light {
  color: var(--light-green);
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/button-graphic-green.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 190px;
  border-radius: 15px;
  width: auto;
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 60px 20px 25px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s ease-in;
}

.button-light:hover {
  background-color: var(--dark-green);
  color: #fff;
  background-image: url('../images/button-graphic.svg');
}

.button-light.button-space {
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .hero.home-page, .hero.legal-pages {
    height: 100vh;
    padding-bottom: 100px;
  }

  .footer {
    padding-top: 260px;
  }

  .content-section-bg {
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .hero-container {
    margin-top: 40px;
  }

  .horizonal-scroll-content-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    background-size: auto, auto 100%;
  }

  .footer {
    padding-top: 280px;
  }

  .content-section-bg {
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .hero-container {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .footer {
    padding-top: 300px;
  }

  .content-section-bg {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .hero-container {
    margin-top: 140px;
  }

  .horizonal-scroll-content-2 {
    margin-top: 83px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .navigation-container {
    justify-content: space-between;
  }

  .icon {
    display: block;
  }

  .navbar {
    z-index: 5;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  }

  .menu-button.w--open {
    background-color: var(--light-green);
  }

  .nav-menu {
    background-color: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-right: 0;
    display: flex;
    box-shadow: 0 50px 80px -30px rgba(53, 52, 72, .2);
  }

  .hero {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), linear-gradient(rgba(255, 255, 255, 0) 80%, #fff), url('../images/home-hero.png');
    background-position: 0 0, 0 0, 100% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-bottom: 40px;
  }

  .hero.contact-page, .hero.admin-page {
    height: auto;
  }

  .hero.home-page {
    background-position: 50% 100%, 100% 100%;
    height: auto;
    padding-bottom: 100px;
  }

  .hero.executive-page {
    height: auto;
  }

  .hero.legal-pages {
    height: auto;
    padding-bottom: 100px;
  }

  .hero.baclog-page {
    height: auto;
  }

  .hero-content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 15px;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 100px;
    padding: 15px 15px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .hero-h1 {
    letter-spacing: 0;
    font-size: 50px;
  }

  .button-wrapper {
    align-items: center;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .footer.single {
    padding-top: 40px;
  }

  .footer-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-column.centre, .footer-column.right {
    justify-content: flex-start;
    align-items: center;
  }

  .review-wrap {
    align-items: center;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .content-grid {
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-grid.order {
    grid-row-gap: 44px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-block {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .content-block.legal {
    text-align: left;
  }

  .content-block.contact-details {
    justify-content: center;
    align-items: flex-start;
  }

  .image-block.padding-right {
    padding-right: 0;
  }

  .image-block.padding-left {
    padding-left: 0;
  }

  .works-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-card {
    width: 40%;
  }

  .menu-item {
    width: 100%;
  }

  .cta-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-section {
    padding-bottom: 60px;
  }

  .content-section-bg {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cta-heading {
    font-size: 40px;
  }

  .title-wrap-left {
    text-align: left;
  }

  .licence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .line {
    border-style: none dashed none none;
    width: 1px;
    height: 100%;
    min-height: 100px;
  }

  .colour-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-section-short {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
  }

  .dropdown-2 {
    display: block;
  }

  .heading-2 {
    font-size: 40px;
  }

  .heading-2.centre {
    text-align: left;
  }

  .tab-floating-text {
    left: 0%;
  }

  .client-image {
    height: 400px;
    top: -150px;
  }

  .client-tabs {
    flex-direction: column;
  }

  .client-tab-menu {
    border-right-style: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .sticky-columns {
    flex-flow: column;
  }

  .fixed-wrapper {
    width: 100%;
  }

  .column-1 {
    padding-right: 0;
  }

  .column-2 {
    align-items: center;
    padding-left: 0;
  }

  .works-grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rich-text-1 ul {
    text-align: left;
  }

  .rich-text-1 h2 {
    font-size: 35px;
  }

  .horizonal-scroll-content-2 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .card-slide {
    width: 50%;
  }

  .arrow-left {
    left: -10px;
  }

  .arrow-right {
    right: -10px;
  }

  .menu-icon {
    color: #37a87c;
    width: 25px;
  }

  .contact-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-column.centre, .contact-column.right {
    justify-content: flex-start;
    align-items: center;
  }

  .service-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-icon {
    display: block;
  }

  .heading-2-copy {
    font-size: 40px;
  }

  .heading-2-copy.centre {
    text-align: left;
  }

  .content-section-copy {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-container {
    justify-content: space-between;
  }

  .navbar {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-paragraph {
    font-size: 16px;
  }

  .hero {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), linear-gradient(rgba(255, 255, 255, 0) 80%, #fff), url('../images/home-hero.png');
    background-position: 0 0, 0 0, 80% 0;
    padding-bottom: 60px;
  }

  .hero.contact-page {
    background-position: 50% 100%, 0 0, 90% 0;
  }

  .hero.home-page {
    background-position: 50% 100%, 80% 100%;
    padding-bottom: 20px;
  }

  .hero-h1 {
    font-size: 40px;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .footer {
    padding-top: 140px;
  }

  .footer.single {
    padding-top: 20px;
  }

  .content-section {
    padding-bottom: 40px;
  }

  .content-card {
    width: 100%;
  }

  .food-card {
    flex-wrap: wrap;
  }

  .food-image-square {
    max-width: none;
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .food-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .menu-item {
    width: 50%;
  }

  .tab-menu-round {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-link-round {
    text-align: center;
    white-space: nowrap;
  }

  .footer-legal {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-detail-left {
    width: 100%;
    margin-left: 12px;
  }

  .footer-detail-right {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .container-order {
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0;
  }

  .cta-heading {
    font-size: 30px;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .colour {
    margin-bottom: 25px;
  }

  .add-to-cart {
    margin-top: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .order-column {
    width: 100%;
  }

  .order-collection {
    flex-wrap: wrap;
    display: flex;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .order-full {
    width: 100%;
  }

  .hero-container {
    align-content: flex-start;
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .text-box-style {
    font-size: 16px;
  }

  .subheading-h3 {
    font-size: 20px;
  }

  .rich-text-1 h2 {
    font-size: 30px;
  }

  .card-slider {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .card-slider-mask {
    display: block;
  }

  .card-slide {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .title-wrap {
    margin-bottom: 20px;
  }

  .slide-wrap {
    min-height: 490px;
    padding: 90px 50px;
  }

  .service-card {
    width: 100%;
  }

  .heading-2-copy {
    font-size: 30px;
  }

  .content-section-copy {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
  }

  .banner {
    display: none;
  }

  .hero {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), linear-gradient(rgba(255, 255, 255, 0) 80%, #fff), url('../images/home-hero.png');
    background-position: 0 0, 0 0, 70% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto;
    padding-bottom: 20px;
  }

  .hero.contact-page {
    background-position: 50% 100%, 0 0, 70% 0;
  }

  .hero.home-page, .hero.executive-page {
    background-position: 50% 100%, 80% 100%;
  }

  .hero.legal-pages {
    background-position: 50% 100%, 90% 100%;
  }

  .hero.baclog-page {
    background-position: 50% 100%, 80% 100%;
  }

  .hero-content {
    margin-bottom: 60px;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .hero-h1 {
    font-size: 30px;
  }

  .legal {
    margin-right: 0;
  }

  .footer {
    padding-top: 100px;
  }

  .footer.single {
    padding-top: 0;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .food-card {
    padding: 16px;
  }

  .menu-item {
    width: 100%;
  }

  .cta-content {
    padding: 12px;
  }

  .tab-link-round {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-title {
    flex: 1;
  }

  .footer-detail-left, .social-link {
    margin-left: 0;
  }

  .checkout-form, .order-confirmation {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .required {
    font-size: 13px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

  .content-section-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-heading {
    font-size: 25px;
  }

  .cart-icon {
    margin-right: 0;
  }

  .paypal-checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-section {
    min-height: 500px;
    padding-top: 140px;
  }

  .header-h1 {
    font-size: 50px;
  }

  .pagination-button {
    width: 100%;
    max-width: 250px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .div-block {
    margin-left: 0;
  }

  .order-image {
    width: 140px;
    margin-bottom: 10px;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .hero-container {
    margin-top: 0;
  }

  .heading-2 {
    font-size: 25px;
  }

  .client-column {
    width: 100%;
  }

  .client-tab-wrapper {
    flex-direction: column;
  }

  .client-image {
    height: 300px;
    position: static;
  }

  .client-tab-link {
    font-size: 18px;
  }

  .rich-text-1 h2 {
    font-size: 25px;
  }

  .horizonal-scroll-content-2, .collection-list-7 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button-2 {
    width: 100%;
    max-width: 250px;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .arrow-left, .arrow-right {
    width: 45px;
    height: 45px;
  }

  .slide-wrap {
    min-height: 650px;
    padding: 38px;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .service-card {
    flex-flow: column;
  }

  .service-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .cta-block {
    padding: 20px;
  }

  .heading-2-copy {
    font-size: 25px;
  }

  .content-section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-light {
    width: 100%;
    max-width: 250px;
  }
}

#w-node-_81295363-670e-ca89-4f8d-a77e3fa142cb-dcc6da57, #w-node-b84987f5-2e32-5933-c0de-cecbde15bea8-dcc6da57, #w-node-d7f9e56e-10d3-6756-58a9-14b59f45e157-dcc6da57, #w-node-c14a0afe-098e-06a4-c538-9ecf4698e101-64265797, #w-node-c14a0afe-098e-06a4-c538-9ecf4698e106-64265797, #w-node-c14a0afe-098e-06a4-c538-9ecf4698e10b-64265797, #w-node-a5b37d08-777d-6301-fea2-7c74dea26b36-642657a1, #w-node-a5b37d08-777d-6301-fea2-7c74dea26b3b-642657a1, #w-node-a5b37d08-777d-6301-fea2-7c74dea26b40-642657a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_81295363-670e-ca89-4f8d-a77e3fa142cb-dcc6da57, #w-node-b84987f5-2e32-5933-c0de-cecbde15bea8-dcc6da57, #w-node-d7f9e56e-10d3-6756-58a9-14b59f45e157-dcc6da57, #w-node-c14a0afe-098e-06a4-c538-9ecf4698e101-64265797, #w-node-c14a0afe-098e-06a4-c538-9ecf4698e106-64265797, #w-node-c14a0afe-098e-06a4-c538-9ecf4698e10b-64265797, #w-node-a5b37d08-777d-6301-fea2-7c74dea26b36-642657a1, #w-node-a5b37d08-777d-6301-fea2-7c74dea26b3b-642657a1, #w-node-a5b37d08-777d-6301-fea2-7c74dea26b40-642657a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81295363-670e-ca89-4f8d-a77e3fa142cb-dcc6da57, #w-node-b84987f5-2e32-5933-c0de-cecbde15bea8-dcc6da57, #w-node-d7f9e56e-10d3-6756-58a9-14b59f45e157-dcc6da57, #w-node-c14a0afe-098e-06a4-c538-9ecf4698e101-64265797, #w-node-c14a0afe-098e-06a4-c538-9ecf4698e106-64265797, #w-node-c14a0afe-098e-06a4-c538-9ecf4698e10b-64265797, #w-node-a5b37d08-777d-6301-fea2-7c74dea26b36-642657a1, #w-node-a5b37d08-777d-6301-fea2-7c74dea26b3b-642657a1, #w-node-a5b37d08-777d-6301-fea2-7c74dea26b40-642657a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}