/*
 * paleta-….webflow.css — project styles for paleta.com.au.
 * Trimmed down to only rules whose selectors are actually present in the HTML.
 * Original 45KB → trimmed.
 */

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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  padding-top: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  font-family: Segoescb, sans-serif;
  color: #5768bd;
  font-size: 5vw;
  line-height: 55px;
  font-weight: 700;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

p {
  max-width: 70ch;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #4d4d4d;
  font-size: 16px;
  letter-spacing: 0.5px;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 8px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #3e46db;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
}

.nav-link {
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #5768bd;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  color: #5768bd;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link:hover {
  background-color: #add8e6;
  color: #5768bd;
}

.nav-link:active {
  border-style: none;
}

.nav-link.w--current {
  background-color: #fff;
  box-shadow: none;
  color: #5768bd;
  font-weight: 700;
  text-transform: capitalize;
}

.nav-link.w--current:hover {
  background-color: #add8e6;
  color: #5768bd;
}

.nav-link.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px none #4d4d4d;
  border-right-style: none;
  background-color: #5768bd;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-menu {
  float: left;
  border: 1px none #000;
}

.stone-logo {
  margin-right: 8px;
  float: left;
  background-image: url('../images/616391c4d11565ff5baaa535_211011_logo_paleta_long-01.png');
  background-position: 0px 0px;
  background-size: contain;
  opacity: 0.9;
}

.stone-logo.footer {
  opacity: 1;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
}

.section.flavours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #add8e6;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 53px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.dark {
  background-color: #4c337a;
  color: #fff;
}

.main-heading {
  margin-bottom: 0px;
  font-family: Segoescb, sans-serif;
  color: #fff;
  font-size: 12vh;
  line-height: 10vh;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.63);
}

.process-titles {
  margin-bottom: 11px;
  padding-top: 10px;
  border-top: 1px none rgba(50, 50, 50, 0.13);
  color: #4d4d4d;
  font-size: 16px;
  text-align: center;
}

.number {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #f7f7f7;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

.testimonial {
  width: 100ch;
  margin-top: 40px;
  margin-bottom: 18px;
  color: #5768bd;
  font-size: 20px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

/* Footer middle column: stack each entry (phone, email, social, privacy,
   copyright) vertically so they don't squeeze into one row and wrap
   word-by-word. */
.footer-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: #858585;
  text-align: center;
}

.footer-text.address {
  color: #5768bd;
  text-align: center;
}

.footer-text > a,
.footer-text > p {
  white-space: nowrap;
  margin: 0;
}

.container {
  max-width: 1440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.container-2 {
  overflow: visible;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Segoescb, sans-serif;
  text-align: center;
}

.image-2 {
  display: inline;
  border-radius: 20px;
}

.image-2.flavour {
  max-height: 200px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span-5 {
  font-size: 40px;
}

.heading-2 {
  margin-bottom: 0px;
}

.heading-2.title-wrap-centre.white {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
}

.background-video {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  padding-top: 10vh;
  padding-bottom: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-3 {
  height: 600px;
  margin-top: 40px;
  background-image: url('../images/PaletaFamily.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  display: inline-block;
  border-radius: 15px;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-4 {
  border-radius: 12px;
  background-color: #26b95e;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  font-size: 17px;
}

.button-5 {
  border-radius: 12px;
  background-color: #26b95e;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 17px;
}

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

.container-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  max-width: 100%;
  min-width: auto;
}

.step-image {
  margin-bottom: 20px;
}

.content-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-11 {
  position: relative;
  width: 100%;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin: 40px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.works-grid {
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 4%, 50.7%, 0.57);
}

.section-normal {
  display: block;
  min-height: auto;
  padding: 40px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  color: #5768bd;
}

.heading-11.white {
  margin-bottom: 0px;
  color: #fff;
}

.container-12 {
  max-width: 750px;
}

.grid-2 {
  overflow: hidden;
  max-width: 900px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.list-item {
  list-style-type: disc;
}

.paragraph-2 {
  margin-bottom: 40px;
  text-align: center;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
}

.youtube-2 {
  max-width: 800px;
  width: 100%;
  margin: 20px auto 40px;
  /* The inline style on this element uses `padding-top: 56.17%` which is
     relative to the PARENT's width — once we cap the element at 800px the
     parent is still ~1400px on desktop and the box collapses to a square.
     Use aspect-ratio (relative to the element's OWN width) and neutralise
     the inline padding hack. */
  padding-top: 0 !important;
  aspect-ratio: 16 / 9;
  position: relative;
}

.div-block {
  width: 250px;
  height: 45px;
  background-image: url('../images/616391c4d11565ff5baaa535_211011_logo_paleta_long-01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.list {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  h1 {
    font-size: 55px;
  }

  .navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }

  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }

  .menu-icon {
    color: #5768bd;
    line-height: 21px;
  }

  .section.flavours {
    padding-top: 40px;
  }

  

  .section.dark {
    padding-top: 40px;
  }

  .menu-button {
    opacity: 0.8;
  }

  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  

  .process-titles {
    border-top-style: none;
  }

  

  

  

  

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .container-2 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  

  .background-video {
    position: static;
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
  }

  

  .button-4 {
    font-size: 1.2em;
  }

  .button-5 {
    font-size: 1.2em;
  }

  

  .step-image {
    max-height: 45vh;
  }

  

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

  .works-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-4 {
    max-height: 400px;
  }

  .section-normal {
    padding-top: 40px;
  }

  .section-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 75px 60px 34px;
  }

  

  .section.flavours {
    padding-right: 60px;
    padding-left: 60px;
  }

  

  .section.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section.dark {
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 1px;
  }

  

  

  .process-titles {
    padding-top: 10px;
  }

  

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  

  

  .testimonial {
    width: auto;
    max-width: 100ch;
  }

  .footer-text.address {
    text-align: center;
  }

  

  

  

  

  

  

  

  .body {
    padding-top: 0px;
  }

  

  

  .section-3 {
    height: 300px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  

  

  .button-4 {
    font-size: 1.2em;
  }

  .button-5 {
    font-size: 1.2em;
  }

  .image-6 {
    overflow: visible;
  }

  .step-image {
    max-height: none;
    max-width: 91%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .content-card {
    display: block;
  }

  .section-4 {
    max-height: 300px;
  }

  .section-normal {
    padding-top: 20px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .grid-2 {
    margin-right: 20px;
    margin-left: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .button {
    background-color: #4156bd;
  }

  

  .navbar {
    position: fixed;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .stone-logo {
    overflow: visible;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .stone-logo.footer {
    opacity: 1;
    color: transparent;
  }

  

  .menu-icon {
    color: #5768bd;
  }

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

  .section.flavours {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  

  .section.footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.dark {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-heading {
    width: 100%;
    max-width: 70.66059975168812%;
    margin-top: 0px;
    font-family: Segoescb, sans-serif;
    font-size: 1.5em;
    line-height: 65px;
    letter-spacing: 1px;
  }

  

  

  

  

  

  

  

  .process-titles {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-top-style: none;
    border-radius: 0px;
    background-color: transparent;
    color: #323232;
    text-decoration: none;
    text-transform: capitalize;
    white-space: normal;
  }

  

  .number {
    margin-top: -28px;
    margin-bottom: 23px;
    padding-right: 10%;
    padding-left: 10%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    line-height: 12px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
  }

  

  .testimonial {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }

  

  

  

  

  .container {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #fff;
    color: #5768bd;
    cursor: auto;
  }

  .container-2 {
    display: block;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(97, 87, 87, 0.42);
    color: #5768bd;
  }

  

  

  

  

  .heading {
    margin-bottom: 20px;
    font-size: 55px;
    text-align: center;
  }

  .image-2 {
    display: inline;
  }

  .text-span-5 {
    font-size: 20px;
  }

  

  

  

  

  

  

  

  

  

  .heading-2 {
    font-size: 15px;
  }

  .heading-2.title-wrap-centre.white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  

  

  

  .background-video {
    position: relative;
    margin-top: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  

  

  

  

  .section-3 {
    display: block;
    height: 250px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  

  

  

  

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-4 {
    margin-bottom: 20px;
  }

  

  .button-4 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 0.8em;
  }

  .button-5 {
    font-size: 0.8em;
  }

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

  .container-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-wrap-centre {
    margin-bottom: 10px;
  }

  .section-4 {
    overflow: hidden;
    height: 50vh;
    max-height: none;
    padding-top: 0px;
    background-color: transparent;
  }

  .section-normal {
    padding-top: 20px;
  }

  .heading-11.white {
    margin-bottom: 20px;
  }

  .grid-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  

  .paragraph-2 {
    margin-bottom: 20px;
  }

  .heading-14 {
    font-size: 18px;
  }

  .heading-15 {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block {
    width: 100px;
    background-image: url('../images/211011_logo_paleta_textonly-01.png');
  }

  .text-block-5 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span-10 {
    font-size: 50px;
    line-height: 55px;
  }
}

#w-node-ba2b43a6-30ed-df43-72fb-85aa94afe6a7-ce32b80e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-a0dcde66-7921-0d12-0620-8dbcfba3cf02-ce32b80e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  

  #w-node-_5247409e-633d-9493-a6c2-d8864c0a82b0-ce32b80e {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-colu