:root {
  --white: #f8f5f1;
  --black: #292d33;
  --navajo-white\<deleted\|variable-40808aab\>: #ffdaa7;
  --beige: #f1ebe4;
  --blue: #3b4f8c;
  --yellow: #f2a74b;
  --black\<deleted\|variable-0d505dd9\>: #292d33;
}

body {
  background-color: var(--white);
}

h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larken, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larken, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larken, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larken, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Larken, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larken, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: .875rem;
  line-height: 1.4;
}

a {
  color: var(--navajo-white\<deleted\|variable-40808aab\>);
  font-size: .875rem;
  line-height: 1;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.css-embed {
  display: none;
}

.section {
  min-height: 50svh;
  position: relative;
}

.section.is--beige {
  background-color: var(--beige);
}

.section.is--beige.is--large {
  min-height: 80svh;
  align-items: flex-end;
  display: flex;
}

.section.is--larger {
  min-height: 85svh;
}

.container {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.unique {
  padding-right: 0;
}

.sg-hero__wrapper {
  padding-top: 18.75rem;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-1 {
  max-width: 8.333%;
  flex: 8.333%;
}

.col.col-lg-4 {
  max-width: 33.3333%;
  flex: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  max-width: 75%;
  flex: 75%;
}

.col.col-lg-2 {
  max-width: 16.6667%;
  flex: 16.6667%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  max-width: 25%;
  flex: 25%;
}

.col.col-lg-7 {
  max-width: 58.3333%;
  flex: 58.3333%;
}

.col.col-lg-8 {
  max-width: 66.6667%;
  flex: 66.6667%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex: 50%;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex: 83.3333%;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex: 91.6667%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex: 41.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex: 100%;
}

.col.justify-center {
  justify-content: center;
  display: flex;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex: 41.6667%;
}

.col.col-lg-5.unique {
  max-width: 50.0067%;
  padding-left: 0;
  padding-right: 0;
}

.row {
  z-index: 1;
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-end.unique {
  margin-right: 0;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-stretch {
  align-items: stretch;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
  position: relative;
}

.row.align-end {
  align-items: flex-end;
}

.row.row--outline {
  border: 1px solid rgba(255, 218, 167, .3);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sg-hero__title {
  text-align: center;
  font-size: 7.5rem;
  line-height: .9;
}

.sg-hero__text {
  margin-top: 3.125rem;
}

.sg-hero__video {
  width: 100%;
  margin-bottom: 3.125rem;
}

.sg__wrapper {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.sg__wrapper.sg__wrapper--grid {
  padding-top: 6.25rem;
}

.sg__wrapper.is--footer {
  padding-bottom: 0;
}

.sg-card__wrapper {
  background-color: rgba(255, 218, 167, .1);
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  color: var(--blue);
  text-transform: uppercase;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 700;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__title.is--centre {
  text-align: center;
}

.sg-item__title.is--centre--w {
  color: var(--beige);
  text-align: center;
}

.sg-item__title.is--centre--y {
  color: var(--yellow);
  text-align: center;
}

.sg-item__title.is--y {
  color: var(--yellow);
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
  padding-bottom: 1.25rem;
}

.sg-item__text-wrapper.is--large {
  width: 100%;
}

.sg-item__color {
  width: 100%;
  height: 8rem;
}

.sg-item__color.sg-item__color--two {
  background-color: var(--black\<deleted\|variable-0d505dd9\>);
}

.sg-item__color.sg-item__color--one {
  background-color: var(--navajo-white\<deleted\|variable-40808aab\>);
}

.sg-item__color.sg-item__color--three {
  background-color: #000;
}

.sg-item__color.sg-item__color--four {
  background-color: #f7e7d1;
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg-item__color-text {
  font-size: .75rem;
}

.sg__title-wrapper {
  padding-bottom: 1.25rem;
}

.button__wrapper {
  background-color: var(--blue);
  color: var(--white);
  border-radius: .3rem;
  padding: .5rem 1.2rem;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
}

.button__wrapper:hover {
  background-color: var(--yellow);
}

.button__wrapper.button--sg-hero {
  width: 100%;
  justify-content: center;
  display: flex;
}

.button__wrapper.is--secondary {
  background-color: var(--white);
  opacity: .5;
  color: var(--blue);
  text-decoration: underline;
  transition: opacity .25s cubic-bezier(.165, .84, .44, 1), background-color .25s cubic-bezier(.165, .84, .44, 1);
}

.button__wrapper.is--secondary:hover {
  opacity: 1;
}

.button__wrapper.is--nav {
  text-decoration: none;
}

.button__wrapper.is--nav.w--current {
  background-color: var(--black);
}

.button__text {
  color: var(--white);
  text-transform: uppercase;
  font-size: .875rem;
}

.button__text.is--secondary {
  color: var(--blue);
}

.button__text.is--menu {
  text-decoration: none;
}

.cookie__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: inline-block;
}

.cookie__text {
  margin-right: 2rem;
  font-size: .875rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

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

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form__field {
  color: var(--beige);
  background-color: #23262b;
  border: 1px #000;
  border-radius: .3rem;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field::-ms-input-placeholder {
  color: #5f6266;
}

.form__field::placeholder {
  color: #5f6266;
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  width: 100%;
  background-color: var(--blue);
  color: var(--beige);
  border-radius: .3125rem;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
}

.form__button:hover {
  background-color: var(--yellow);
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.form__error-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  background-color: rgba(255, 218, 167, .05);
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1.8rem 1rem;
  font-size: .875rem;
  display: flex;
}

.placeholder__wrapper {
  width: 100%;
  min-height: 100dvh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.placeholder__title {
  text-align: center;
}

.sg-hero__subtitle {
  text-transform: uppercase;
}

.sg-hero__subtitle.sg-hero__subtitle--right {
  text-align: right;
}

.sg__title--large {
  font-size: 1.5rem;
}

.header {
  width: 100%;
  height: 50svh;
  position: relative;
}

.header-video {
  width: 100%;
  height: 100%;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.sg__hero-wrapper, .sg-item-wrapper {
  padding-bottom: 1.25rem;
}

.sg-item-wrapper.is--grid {
  width: 80%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-item-wrapper.is--c {
  text-align: center;
}

.link {
  color: var(--blue);
  text-transform: uppercase;
}

.p.is--w {
  max-width: 65ch;
  color: var(--beige);
}

.p-large {
  text-align: center;
  font-size: 1.5625rem;
}

.heading-centre {
  text-align: center;
}

.heading-centre.is--white {
  color: var(--beige);
}

.image-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper {
  aspect-ratio: 4 / 5;
  border-radius: .3rem;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-tittle-wrapper {
  z-index: 1;
  width: 100%;
  border-top: 1px solid var(--white);
  padding-top: .5rem;
  position: relative;
}

.img-title {
  color: var(--white);
  font-family: Helveticanowtext, sans-serif;
  font-size: .75rem;
}

.p--centre {
  text-align: center;
}

.p--centre.is--white {
  color: var(--beige);
}

.map {
  width: 100%;
  border-radius: .3rem;
  overflow: hidden;
}

.menu {
  z-index: 10;
  width: 100%;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  background-color: rgba(0, 0, 0, .85);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menu-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-item-wrapper {
  align-items: center;
  display: flex;
}

.menu-item-wrapper.is--left {
  justify-content: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
}

.menu-item-wrapper.is--right {
  justify-content: flex-end;
}

.nav-link-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-link {
  opacity: .5;
  color: var(--white);
  text-transform: capitalize;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
}

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

.nav-link.w--current {
  opacity: 1;
  color: var(--yellow);
}

.img-brand {
  width: 7rem;
}

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

.progress-bar {
  width: 100%;
  height: 2px;
  background-color: var(--blue);
  perspective-origin: 0%;
  transform-origin: 0%;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-items: flex-end;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_wrap {
  position: relative;
  overflow: hidden;
}

.section_trigger {
  height: 100%;
  min-height: 100vh;
  pointer-events: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_wrap {
  position: relative;
  overflow: hidden;
}

.header_trigger {
  height: 100vh;
  pointer-events: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer_wrap {
  position: relative;
  overflow: hidden;
}

.video-title-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(41, 45, 51, 0) 80%, rgba(41, 45, 51, .6));
  align-items: flex-end;
  padding: .5rem;
  display: flex;
  position: relative;
}

.container-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(41, 45, 51, 0), rgba(41, 45, 51, .75));
  align-items: flex-end;
  display: flex;
}

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

.text-link {
  opacity: .5;
  color: var(--black);
  cursor: pointer;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
}

.text-link:hover {
  opacity: 1;
}

.text-link.w--current {
  opacity: 1;
  color: var(--yellow);
}

.acc-wrap {
  margin-bottom: .5rem;
}

.acc-head {
  background-color: var(--black);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.acc-head:hover {
  background-color: var(--yellow);
}

.acc-body {
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
  background-color: var(--beige);
  padding: .5rem;
}

.acc-body.active {
  display: block;
}

.icon-wrap {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrap.active {
  transform: rotate(-180deg);
}

.p-white {
  color: var(--beige);
}

.p-white-b {
  color: var(--beige);
  font-weight: 700;
}

.icon {
  width: 100%;
  height: 100%;
  color: var(--beige);
}

.c-wrap {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.span-link {
  color: var(--yellow);
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  width: 100%;
  aspect-ratio: 4 / 4.5;
  border-radius: .3rem;
  flex: none;
  position: relative;
  overflow: hidden;
}

.service-title-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(41, 45, 51, 0) 80%, rgba(41, 45, 51, .6));
  align-items: flex-end;
  padding: .5rem;
  display: flex;
  position: relative;
}

.swiper-button {
  background-color: var(--yellow);
  color: var(--white);
  text-align: center;
  padding: .5rem 1.2rem;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.swiper-button:hover {
  background-color: var(--beige);
}

.swiper-button.button--sg-hero {
  width: 100%;
  justify-content: center;
  display: flex;
}

.swiper-button.is--secondary {
  background-color: var(--white);
  color: var(--blue);
  text-decoration: underline;
}

.swiper-button.is--nav {
  text-decoration: none;
}

.swiper-button__text {
  text-transform: uppercase;
  font-size: .875rem;
}

.swiper-button__text.is--secondary {
  color: var(--blue);
}

.swiper-button__text.is--menu {
  text-decoration: none;
}

.swiper-img, .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-img {
  width: 16rem;
}

.form__text {
  color: var(--beige);
  font-family: Helveticanowtext, sans-serif;
  font-weight: 400;
}

.item-divider {
  width: 100%;
  height: 1px;
  background-color: var(--beige);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.text-link-footer {
  opacity: .5;
  color: var(--beige);
  cursor: pointer;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
}

.text-link-footer:hover {
  opacity: 1;
}

.text-link-footer.w--current {
  opacity: 1;
  color: var(--yellow);
}

.text-link-footer.is--footer {
  font-size: .75rem;
}

.credit-wrap.is-c {
  justify-content: center;
  align-items: center;
  display: flex;
}

.credit-text {
  color: var(--beige);
  align-items: center;
  padding-bottom: 1.25rem;
  font-family: Helveticanowtext, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
}

.credit-text.justify-end {
  justify-content: flex-end;
}

.grain {
  z-index: 11;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-btn {
  text-decoration: none;
}

.founder-title-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(41, 45, 51, 0) 80%, rgba(41, 45, 51, .6));
  align-items: flex-end;
  padding: .5rem;
  display: flex;
  position: relative;
}

.corn-img {
  height: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.success-msg {
  color: var(--beige);
  background-color: #5cb85c;
  font-family: Helveticanowtext, sans-serif;
}

.error-msg {
  color: var(--beige);
  text-align: center;
  background-color: red;
  font-family: Helveticanowtext, sans-serif;
}

.m-navigation-wrapper {
  display: none;
}

.menu__text {
  color: var(--white);
  text-transform: uppercase;
  font-size: .875rem;
}

.menu__text.is--secondary {
  color: var(--blue);
}

.menu__text.is--menu {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    position: relative;
  }

  .container.unique {
    padding-right: 1rem;
  }

  .md--hide {
    display: none;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .col.col-lg-5.unique {
    max-width: 100%;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .button__wrapper.is--nav {
    width: 100%;
    text-align: center;
    margin-bottom: 1.25rem;
  }

  .sg-item-wrapper.is--grid {
    width: 100%;
  }

  .p-large {
    font-size: 1rem;
  }

  .image-grid, .menu-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .menu-item-wrapper.is--center {
    height: 0;
    flex-direction: column;
  }

  .nav-link-wrapper {
    width: 100%;
    flex: none;
    justify-content: flex-start;
    padding: 1rem 0;
  }

  .navigation-wrapper {
    display: none;
  }

  .corn-img {
    z-index: 0;
    opacity: .25;
  }

  .m-navigation-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: block;
  }

  .menu-item-container {
    overflow: hidden;
  }

  .menu__text {
    text-decoration: underline;
  }
}

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

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex: 0 83.3333%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex: 0 91.6667%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex: 0 75%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex: 0 58.3333%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex: 0 33.3333%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex: 0 50%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex: 0 16.6667%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex: 0 8.33333%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex: 0 25%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex: 0 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex: 0 66.6667%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex: 0 100%;
  }

  .button__wrapper.is--nav {
    text-align: center;
  }

  .sg-item-wrapper.is--grid {
    width: 100%;
  }

  .heading-centre, .heading {
    font-size: 3.5rem;
  }

  .nav-link-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  p {
    font-size: .875rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs--hide {
    display: none;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .sg-hero__title {
    font-size: 2rem;
  }

  .sg-hero__text {
    margin-top: 1.25rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .form__button {
    font-size: .875rem;
  }

  .heading-centre, .heading {
    font-size: 2rem;
  }

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

  .text-link-footer.is--footer, .credit-text {
    font-size: .5rem;
  }
}

#w-node-be06119b-c1ea-f0ac-544c-80b5c75e8d55-9d39c52d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3d9b1bf-579d-d4d0-52bb-a38594d56ddf-9d39c52d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dd982502-3cd1-5b4a-45b9-1b0c6028e11e-9d39c52d, #w-node-_19637518-de62-5707-e9af-c67ddc3b780b-9d39c52d, #w-node-_19637518-de62-5707-e9af-c67ddc3b781b-9d39c52d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19637518-de62-5707-e9af-c67ddc3b780e-9d39c52d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_720c634a-1ab0-8153-881d-0cd6aaefaf51-9d39c52d, #w-node-d881ce4e-d32d-e6f4-0ec8-412360a379f9-9d39c52d, #w-node-_5503aedf-1b7b-2a30-ee0f-839625dae52d-9d39c52d, #w-node-_640cdbb2-4408-305d-b356-f2aff50d6f17-9d39c52d, #w-node-e50b2e92-f592-0c0b-c455-97a421f64614-9d39c52d, #w-node-_56f0f6d0-0043-5b1e-99e1-b5c80d363540-9d39c52d, #w-node-_48ef0bbf-9439-1e0c-29c1-cd9b835182a5-9d39c52d, #w-node-d3c58ff5-8ad9-3702-6546-01b0568aa4fb-9d39c52d, #w-node-a3864150-0c86-3597-a5af-6fc7ffcda00e-9d39c52d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04fa82b1-af4d-0267-9002-1f226d12f281-9d39c52d, #w-node-_0424bbbe-abf6-9bb9-e48c-6b38fc59b8c5-9d39c52d, #w-node-f5fb0a07-7136-226d-b92e-42608d710c08-9d39c52d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-a3864150-0c86-3597-a5af-6fc7ffcda00e-9d39c52d, #w-node-_551929ea-7cf6-5bdd-2fda-f547c91a3357-9d39c52d, #w-node-_69e43cbf-c827-e469-565b-e2477123c451-9d39c52d, #w-node-_754efe9f-6914-5b4d-c046-1efd7442eb54-9d39c52d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Larken';
  src: url('../fonts/LarkenDEMO-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}