:root {
  --light-grey: #f4f4f4;
  --peru: #dfd5c3;
  --white: white;
  --dark-slate-grey: #0f120f;
  --dark-grey: #a1a1a1;
}

.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: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .5rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.navbar-logo {
  line-height: 160%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.navbar-logo:hover {
  transform: scale(.9);
}

.navbar-logo-image {
  height: 4.25rem;
}

.styleguide-menu-toggle {
  display: none;
}

.styleguide-navbar-overlay {
  z-index: 10;
  opacity: .5;
  background-color: #222;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.label-link {
  border: 1px solid var(--light-grey);
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  padding: .4rem .5rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label-link.muted {
  background-color: #f8f8f8;
}

.label-link.primary {
  color: #fff;
  background-color: #222;
}

.label-link.secondary {
  background-color: var(--peru);
  color: var(--white);
}

.button-inner {
  z-index: 6;
  flex-direction: column;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.label-inner {
  height: 15px;
  overflow: hidden;
}

.subnav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.subnav-item.w--current {
  text-decoration: underline;
}

.button {
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .75rem 1rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  transition: background-color .3s, border .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

.button.primary:hover {
  background-color: var(--dark-slate-grey);
  border-color: #121416;
}

.button.primary._404 {
  padding: 1.5rem;
}

.button.muted {
  background-color: #f8f8f8;
}

.button.default {
  background-color: var(--peru);
  color: var(--white);
}

.button.default:hover {
  border-color: #121416;
}

.button.default.large {
  transition: background-color .3s;
}

.button.default.large:hover {
  background-color: var(--dark-slate-grey);
}

.button.large {
  width: 100%;
  padding: 3.5rem 1.5rem;
  transition: background-color .3s;
}

.button.large:hover {
  background-color: var(--light-grey);
}

.button.secondary {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.button.secondary:hover {
  background-color: var(--peru);
  color: #fff;
}

.button.primary {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.button.primary:hover, .button.primary.w--current:hover {
  background-color: var(--peru);
}

.button.primary.large {
  transition: background-color .3s;
}

.button.primary.large:hover {
  background-color: var(--dark-slate-grey);
}

.button-inner-text {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-text-line {
  background-color: #222;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.button-text {
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.button-inner-text-hover {
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.button-text-text {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.container-default {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-huge {
  margin: 6rem;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

.container-xlarge {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-large {
  margin: 3rem;
}

.show-mobile-landscape {
  display: none;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-huge {
  padding: 6rem;
}

.padding-small {
  padding: 1rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-large {
  padding: 2.5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 62.5rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-xhuge {
  padding: 8rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-medium {
  margin: 2rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-small {
  margin: 1rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.max-width-xlarge {
  width: 100%;
  max-width: 50rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.padding-xsmall {
  padding: .5rem;
}

.container-large {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 1;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.z2 {
  z-index: 2;
  position: relative;
}

.styleguide-classes {
  display: none;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.show-tablet {
  display: none;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-tiny {
  margin: .125rem;
}

.container-xsmall {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-tiny {
  padding: .125rem;
}

.container-medium {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xhuge {
  margin: 8rem;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-small {
  width: 100%;
  max-width: 22rem;
}

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

.overflow-auto {
  overflow: auto;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.z1 {
  z-index: 1;
  position: relative;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.show {
  display: block;
}

.show-mobile-portrait {
  display: none;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  border: 0 dotted #000;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-styleguide {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section-styleguide.first {
  padding-top: 0;
}

.section-styleguide.last {
  padding-bottom: 0;
}

.text-meta-large {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-radio-icon {
  border-color: #242424;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  border-color: #242424;
  width: 20px;
  height: 20px;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

.form-checkbox-label {
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.text-size-large {
  font-size: 1.375rem;
  line-height: 180%;
}

.text-rich-text {
  color: var(--dark-slate-grey);
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text a, .text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text blockquote {
  background-image: url('../images/quote.svg');
  background-position: 0 56px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 0 #000;
  margin-top: 0;
  padding: 3rem 0 3rem 4.5rem;
  font-size: 2rem;
  line-height: 140%;
}

.text-rich-text figcaption {
  font-size: .875rem;
}

.subnav-item-line {
  background-color: #222;
  width: 0%;
  height: 1px;
}

.styleguide-flex {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.heading-medium {
  font-size: 6vw;
  font-weight: 400;
  line-height: 110%;
}

.text-style-link, .text-style-link:hover {
  text-decoration: underline;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 150%;
}

.heading-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.heading-h4.text-uppercase {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.block-quote {
  background-image: url('../images/quote.svg');
  background-position: 0 59px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 3rem 0 3rem 4.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}

.icon-1x1-xsmall {
  width: 18px;
  height: 18px;
  line-height: 100%;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-h6 {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.heading-h6:hover {
  text-decoration: none;
}

.form-checkbox-icon {
  border-color: #191919;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #242424;
  background-size: 70%;
  border-color: #242424;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.heading-small {
  font-size: 5.5vw;
  font-weight: 400;
  line-height: 110%;
}

.icon-1x1-xxsmall {
  width: 16px;
  height: 16px;
  line-height: 100%;
}

.icon-1x1-medium {
  width: 28px;
  height: 28px;
  line-height: 100%;
}

.nav-item-line {
  background-color: #222;
  width: 0%;
  height: 1px;
}

.card.secondary {
  background-color: var(--peru);
  color: var(--white);
}

.card.muted {
  background-color: #f8f8f8;
}

.card.primary {
  color: #fff;
  background-color: #191919;
}

.card.services {
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.form-message-success {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #191919;
  padding: 1.25rem;
}

.text-meta-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.styleguide-4-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.icon-1x1-large {
  width: 32px;
  height: 32px;
  line-height: 100%;
}

.icon-1x1-default {
  width: 24px;
  height: 24px;
  line-height: 100%;
}

.card-padding {
  padding: 3rem;
}

.card-padding.large {
  padding: 4rem;
}

.card-padding.xlarge {
  height: 100%;
  padding: 3rem;
}

.card-padding.xlarge.services {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.card-padding.small {
  padding: 1.5rem 2rem;
}

.text-style-italic {
  font-style: italic;
}

.label {
  border: 1px solid var(--light-grey);
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  padding: .4rem .5rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label.muted {
  background-color: #f8f8f8;
}

.label.primary {
  color: #fff;
  background-color: #222;
}

.label.secondary {
  background-color: var(--peru);
  color: var(--white);
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 160%;
}

.form-field-wrapper {
  margin-bottom: 2rem;
}

.text-size-regular {
  color: var(--dark-grey);
  font-size: 1rem;
  line-height: 160%;
}

.background-color-muted {
  background-color: #f8f8f8;
}

.heading-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

.text-size-small {
  color: var(--dark-grey);
  font-size: .875rem;
  line-height: 180%;
}

.styleguide-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.styleguide-right.gap-medium {
  grid-row-gap: 2.5rem;
}

.background-color-primary {
  background-color: #242424;
}

.subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.subnav.xsmall {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.subnav.small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.background-color-secondary {
  background-color: var(--peru);
}

.text-color-default {
  color: #242424;
}

.heading-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.heading-h3.uppercase {
  letter-spacing: 7px;
  text-transform: uppercase;
}

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

.styleguide-elements {
  margin-left: 300px;
}

.text-size-medium {
  color: var(--dark-grey);
  font-size: 1.125rem;
  line-height: 180%;
}

.italic {
  font-weight: 400;
}

.line {
  background-color: var(--light-grey);
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
  height: 1px;
}

.styleguide-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading-large {
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 110%;
}

.text-color-muted {
  color: #777;
}

.styleguide-3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-1x1-small {
  width: 20px;
  height: 20px;
  line-height: 100%;
}

.text-color-primary {
  color: var(--peru);
}

.form-input {
  border: 1px solid var(--dark-grey);
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: background-color .2s, border .2s;
}

.form-input:active, .form-input:focus {
  background-color: #fff;
  border-color: #242424;
}

.form-input::placeholder {
  color: #777;
}

.form-input.is-text-area {
  min-height: 10rem;
}

.text-meta {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.heading-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.form-message-error {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #191919;
  margin-top: .75rem;
  padding: .75rem 1rem;
}

.form-radio-label {
  font-size: 1rem;
  font-weight: 300;
}

.heading-xlarge {
  font-size: 9vw;
  font-weight: 400;
  line-height: 100%;
}

.styleguide-nav-wrapper {
  z-index: 100;
  border-right: 1px solid var(--light-grey);
  background-color: #fff;
  width: 300px;
  padding: 3rem 2.5rem;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: scroll;
}

.styleguide-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.styleguide-nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

.styleguide-nav-item:hover, .styleguide-nav-item.w--current {
  text-decoration: underline;
}

.styleguide-menu-toggle-line._03 {
  bottom: 0;
}

.styleguide-menu-toggle-line._02 {
  margin-top: -1px;
}

.styleguide-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.body {
  background-color: #fff;
  line-height: 180%;
}

.licensing-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.licensing-inner-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section-licensing {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-licensing-left {
  padding: 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.licensing-inner-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-vertical {
  background-color: var(--light-grey);
  width: 1px;
  height: 100%;
}

.licensing-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 3rem;
  display: flex;
}

.list-item {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.changelog-grid {
  margin-top: -1px;
}

.section-changelog {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.changelog-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.section-changelog-left {
  padding: 3rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.changelog-grid-item {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 3rem;
  display: grid;
}

.utility-component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-form-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 350px;
  display: flex;
}

.utility-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section-404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.container-xxlarge {
  width: 100%;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
}

.mobile-menu {
  z-index: 100;
  background-color: var(--white);
  display: none;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-inner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.navbar-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-menu-item-link {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  height: 100%;
  padding: 1.5rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.navbar-menu-item-link:hover {
  background-color: var(--light-grey);
  color: var(--dark-slate-grey);
}

.navbar-menu-item-link.navbar-button:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.navbar-menu-item-inner {
  z-index: 6;
  flex-direction: column;
  width: 7.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mobile-menu-toggle {
  display: none;
}

.navbar-right-button {
  display: flex;
}

.mobile-menu-toggle-line._02 {
  margin-top: -1px;
}

.navbar-button {
  background-color: var(--peru);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-menu {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-slide-image-wrapper {
  flex: 1;
  position: relative;
}

.hero-slide-nav {
  height: 1.8rem;
  font-size: .5rem;
  top: auto;
  bottom: 2.625rem;
  left: 2rem;
  right: auto;
}

.hero-slider-arrow {
  z-index: 3;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  transition: background-color .3s;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.hero-slider-arrow:hover {
  background-color: var(--light-grey);
}

.hero-slider-arrow.is-left {
  right: 7.4rem;
}

.home-hero-image-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  min-height: 91vh;
  max-height: 60rem;
  overflow: hidden;
}

.home-hero-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-hero-slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.home-hero-slider-arrow {
  color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home-hero-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-hero-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-hero-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.services-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.services-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px;
}

.card-content-top {
  width: 100%;
  height: 100%;
}

.home-about-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-about-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home-about-image-cover {
  background-image: url('../images/home_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.home-about-image-cover.image-2 {
  background-image: url('../images/IMG_2360.jpg'), url('../images/Cuisine-06-–-grande-taille.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.home-about-image-cover.image-1 {
  background-image: url('../images/Cuisine-03-–-grande-taille.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-horizontal {
  z-index: 999;
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  position: relative;
}

.home-about-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 10rem 4rem;
  display: flex;
}

.project-slider-wrapper {
  padding-bottom: 7rem;
  overflow: hidden;
}

.project-card-slider {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

.slide-arrow {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-right-width: .5px;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: -7.5rem;
  transition: background-color .3s;
  display: flex;
  top: auto;
  bottom: -4rem;
  left: auto;
  right: auto;
}

.slide-arrow:hover {
  background-color: var(--light-grey);
}

.slide-arrow.right {
  border-left-width: .5px;
  border-right-width: 1px;
  margin-left: 0;
  margin-right: -7.5rem;
}

.slider-arrow-icon {
  width: 16px;
  transform: rotate(180deg);
}

.slider-arrow-icon.right {
  transform: none;
}

.slide-nav {
  display: none;
}

.project-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.gradient-overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7) 30%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
}

.image-card-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
  position: relative;
}

.project-card-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 28vw;
  min-height: 450px;
  max-height: 550px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.testimonial-content-left {
  padding: 5rem 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.testimonial-content-item {
  background-color: #fff;
  padding: 3rem;
}

.testimonial-rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-rating-icon {
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial-client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial-client-image-wrapper {
  margin-right: 1rem;
}

.testimonial-customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.client-name {
  color: #333;
  font-weight: 600;
}

.client-title {
  color: #a1a1a1;
}

.team-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.team-item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team-image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-cta {
  position: relative;
}

.cta-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta-content {
  flex: 1;
  padding: 7rem 4rem;
}

.text-color-white {
  color: var(--white);
}

.cta-button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: end;
  display: grid;
}

.cta-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .3315fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.footer-grid-right {
  padding: 3rem;
}

.footer-grid-right-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-column.cc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom {
  border-bottom: 1px solid var(--light-grey);
  text-align: center;
  justify-content: flex-end;
  display: flex;
}

.footer-bottom-left {
  padding: 1.25rem 1.5rem;
}

.footer-bottom-nav {
  display: flex;
}

.footer-bottom-nav-item {
  color: var(--dark-slate-grey);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.25rem 1.5rem;
  transition: background-color .3s;
  display: flex;
}

.footer-bottom-nav-item:hover {
  background-color: var(--light-grey);
}

.footer-bottom-nav-item.primary {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.footer-bottom-nav-item.primary:hover, .footer-bottom-nav-item.primary.w--current:hover {
  background-color: var(--peru);
}

.hero-button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.navbar-inner-text {
  color: var(--dark-slate-grey);
}

.section-about-hero {
  height: 90vh;
}

.about-hero-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
}

.about-hero-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 4rem;
  display: flex;
}

.about-hero-image-wrapper {
  background-image: url('../images/_MG_0088-–-grande-taille.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 25rem;
}

.about-info-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.about-expertise-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-expertise-image-cover {
  background-image: url('../images/about_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about-expertise-image-cover.image-1 {
  background-image: url('../images/about_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.about-expertise-image-cover.image-2 {
  background-image: url('../images/about_07.jpg');
  background-position: 50%;
  background-size: cover;
}

.about-expertise-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-expertise-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 10rem 4rem;
  display: flex;
}

.about-stats-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1px .75fr;
}

.about-stats-content {
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem;
  display: flex;
}

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

.stats {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 5rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stat-number {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.section-about-values {
  z-index: 1;
}

.about-values-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: static;
}

.about-values-grid-left {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.home-process-image-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.process-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-values-grid-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 60vh;
  padding: 5rem 4rem 4rem;
  display: flex;
}

.about-values-grid-right-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  display: flex;
}

.about-values-item {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-values-item._02 {
  top: 3.3rem;
}

.about-values-item._03 {
  position: -webkit-sticky;
  position: sticky;
  top: 6.6rem;
}

.about-values-item._04 {
  position: -webkit-sticky;
  position: sticky;
  top: 9.9rem;
}

.about-values-item-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f8f8f8;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.about-values-item-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
}

.about-values-item-inner.msgfamille {
  background-color: var(--peru);
  display: flex;
}

.stats-image-wrapper {
  z-index: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stats-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stats-image._01 {
  background-image: url('../images/about_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats-image._02 {
  background-image: url('../images/about_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats-image._03 {
  background-image: url('../images/about_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats-image._04 {
  background-image: url('../images/about_06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services-hero-image-wrapper {
  background-image: url('../images/IMG_2357.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 25rem;
}

.section-services-hero {
  height: 70vh;
}

.services-hero-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
}

.home-services-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.services-hero-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 4rem;
  display: flex;
}

.service-grid-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6rem 3rem;
  display: grid;
}

.service-overview {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-grid-right {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.service-image-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  min-height: 50vh;
  overflow: hidden;
}

.service-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.service-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 4rem;
  display: flex;
}

.service-slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.service-slide-image-wrapper {
  flex: 1;
  position: relative;
}

.service-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.service-slider-arrow {
  z-index: 3;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  transition: background-color .3s;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.service-slider-arrow:hover {
  background-color: var(--light-grey);
}

.service-slider-arrow.is-left {
  right: 7.4rem;
}

.arrow-icon {
  color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section-project-content {
  z-index: 1;
}

.project-content-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-content-image-wrapper {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.image-cover-parallax {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-content-top {
  padding: 5rem 3rem;
}

.project-content-overview {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
}

.project-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: grid;
}

.project-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.project-image-link {
  width: 100%;
}

.single-project-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.single-project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.single-project-image:hover {
  transform: scale(1.3);
}

.project-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.project-category {
  background-color: var(--light-grey);
  color: var(--dark-grey);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 1rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.project-category.w--current {
  border-bottom: 2px solid #000;
}

.project-title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.project-title-link:hover {
  color: var(--peru);
}

.project-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px .75fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 4rem;
  display: grid;
}

.project-item-content-top {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-link-button {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.project-link-button:hover {
  background-color: var(--light-grey);
}

.header56_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-overview-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.project-content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

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

.gallery-image-wrapper {
  flex: 1;
  width: 100%;
}

.gallery-image {
  width: 100%;
  height: 100%;
}

.card-detail-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 4rem 3rem;
  display: flex;
}

.detail-card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  transition: background-color .3s;
  display: flex;
}

.detail-card:hover {
  background-color: var(--light-grey);
}

.service-link-button {
  border: 1px solid var(--light-grey);
  background-color: var(--peru);
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.service-link-button:hover {
  background-color: var(--light-grey);
}

.project-details-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
}

.project-details-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.section-project-header {
  position: relative;
}

.contact-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact-content {
  border: 0px none var(--dark-slate-grey);
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.success-message {
  border: 1px solid var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.service-detail-component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.service-detail-content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.service-detail-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

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

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.licensing-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12rem;
}

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

.licensing-icon-wrapper {
  width: 3rem;
  height: 3rem;
}

.empty-state {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-2, .text-block-3 {
  margin-top: 1rem;
}

.list-2 {
  margin-bottom: 1rem;
  font-size: 1rem;
  list-style-type: square;
}

.button-default-large {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-5 {
  margin-bottom: 1rem;
}

.heading-6 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.paragraph {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.button-2 {
  background-color: var(--peru);
  padding: .5rem 2rem;
}

.div-block-2 {
  border: 1px dashed var(--dark-grey);
  border-radius: 0;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.heading-12 {
  margin-bottom: 2rem;
  font-weight: 600;
}

.link-block {
  background-color: var(--dark-slate-grey);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 25%;
  max-width: none;
  max-height: none;
  margin-bottom: 0;
  padding: .25rem 2rem;
  display: flex;
}

.image-3 {
  width: auto;
  max-width: none;
  max-height: 5vh;
  display: block;
}

.text-block-4 {
  color: var(--light-grey);
  font-weight: 700;
}

.div-block-4 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  font-weight: 300;
}

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

.div-block-16 {
  z-index: 50;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-14 {
  color: #fff;
}

.button-6 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}

@media screen and (min-width: 1440px) {
  .button.default.large, .button-inner-text {
    color: var(--dark-slate-grey);
  }

  .button-inner-text-hover {
    color: var(--light-grey);
  }

  .button-inner-text-hover.secondary {
    color: var(--dark-slate-grey);
  }

  .padding-large {
    padding: 3rem;
  }

  .section-styleguide {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-medium {
    font-size: 5rem;
  }

  .heading-h4.text-uppercase {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .heading-h6 {
    font-size: 1.124rem;
  }

  .heading-small {
    font-size: 4.5rem;
  }

  .card-padding.xlarge {
    height: 100%;
    padding: 3rem;
  }

  .heading-h3.uppercase {
    font-size: 1.8rem;
    font-weight: 400;
  }

  .heading-large {
    font-size: 6rem;
  }

  .form-input {
    color: #0f120f;
  }

  .text-meta {
    font-size: 12px;
  }

  .heading-xlarge {
    font-size: 8rem;
  }

  .licensing-grid, .section-changelog-left, .changelog-grid-item {
    padding: 4rem;
  }

  .home-about-image-cover.image-2 {
    background-image: url('../images/IMG_2360.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .home-about-image-cover.image-1 {
    background-image: url('../images/Cuisine-07-–-grande-taille.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
  }

  .home-about-content-inner {
    padding: 8rem 5rem;
  }

  .cta-component {
    grid-template-columns: .75fr .25fr;
  }

  .cta-content {
    padding: 8rem 5rem;
  }

  .footer-grid-left {
    justify-content: center;
    align-items: center;
    padding: 4rem;
  }

  .footer-grid-right {
    padding: 4rem;
  }

  .footer-column.cc {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-bottom {
    justify-content: flex-end;
  }

  .about-hero-content-inner {
    padding: 8rem 5rem;
  }

  .about-hero-image-wrapper {
    background-image: url('../images/_MG_0088-–-grande-taille.png');
    background-position: 50%;
    background-size: cover;
  }

  .about-expertise-content-inner {
    padding: 8rem 5rem;
  }

  .stats {
    height: 100%;
  }

  .about-values-grid-right {
    padding: 4rem;
  }

  .stats-image._03 {
    background-image: url('../images/Cuisine-01-–-grande-taille.png');
    background-position: 0 0;
    background-size: cover;
  }

  .services-hero-image-wrapper {
    background-image: url('../images/IMG_2357.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-services-hero {
    height: 65vh;
    min-height: 50vh;
  }

  .services-hero-grid {
    height: 100%;
    min-height: 50vh;
  }

  .home-services-content {
    height: 100%;
  }

  .services-hero-content-inner {
    padding: 8rem 5rem;
  }

  .service-grid-right {
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-content-inner {
    padding: 8rem 5rem;
  }

  .project-content-top {
    padding: 4rem;
  }

  .service-link-button {
    background-color: var(--peru);
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .text-block {
    width: 100%;
  }

  .text-block-2, .text-block-3 {
    width: 100%;
    margin-top: 1rem;
  }

  .heading-4 {
    font-weight: 600;
  }

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

  .list-2 {
    margin-bottom: 1rem;
    font-size: 1rem;
    list-style-type: square;
  }

  .heading-5 {
    margin-bottom: 10px;
  }

  .heading-6 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .heading-7, .heading-8, .heading-9 {
    margin-bottom: 1rem;
  }

  .paragraph {
    font-weight: 600;
  }

  .div-block-3 {
    align-items: flex-start;
  }

  .link-block {
    border-radius: 0;
  }

  .div-block-4 {
    justify-content: flex-start;
  }

  .heading-13 {
    font-size: 2.5rem;
    font-weight: 600;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  .styleguide-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .main-wrapper {
    border-radius: 4rem;
    min-height: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-tablet {
    display: block;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-styleguide {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .text-size-xlarge {
    font-size: 1.5rem;
  }

  .block-quote {
    background-position: 0 57px;
    background-size: 40px;
  }

  .heading-small {
    font-size: 4rem;
  }

  .card-padding, .card-padding.large {
    padding: 2.5rem;
  }

  .card-padding.xlarge {
    padding: 1rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .heading-h3.uppercase {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .styleguide-elements {
    margin-left: 0;
    padding-top: 3rem;
  }

  .heading-large {
    font-size: 5rem;
  }

  .heading-h2 {
    font-size: 2.5rem;
  }

  .heading-xlarge {
    font-size: 6rem;
  }

  .styleguide-nav-wrapper {
    border-left: 1px solid #e8e8e8;
    border-right-style: none;
    border-right-width: 0;
    left: auto;
    right: 0;
    transform: translate(100%);
  }

  .styleguide-menu-toggle-line {
    transform-origin: 100%;
    background-color: #191919;
    width: 30px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .styleguide-menu-toggle-line._01 {
    top: 0;
  }

  .styleguide-menu-toggle-line._02 {
    top: 50%;
  }

  .styleguide-navbar-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .styleguide-navbar {
    z-index: 5;
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .section-licensing-left {
    padding: 3rem;
    position: static;
  }

  .licensing-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding: 3rem;
  }

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

  .section-changelog-left {
    padding: 3rem;
    position: static;
  }

  .changelog-grid-item {
    padding: 3rem;
  }

  .section-404 {
    padding: 4rem;
  }

  .navbar-right {
    grid-template-columns: 1fr 1px auto;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    display: block;
    position: relative;
  }

  .mobile-menu-toggle-line {
    background-color: var(--dark-slate-grey);
    transform-origin: 100%;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .mobile-menu-toggle-line._01 {
    top: 0;
  }

  .mobile-menu-toggle-line._02 {
    top: 50%;
  }

  .mobile-menu-toggle-line._03 {
    bottom: 0;
  }

  .mobile-menu-wrapper {
    width: 100%;
  }

  .mobile-menu-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-menu-nav-link {
    color: var(--dark-grey);
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .85rem;
    font-weight: 600;
    transition: background-color .3s;
    display: flex;
  }

  .mobile-menu-nav-link:hover {
    background-color: var(--light-grey);
    color: var(--dark-slate-grey);
  }

  .navbar-menu {
    display: none;
  }

  .mobile-nav-button {
    background-color: var(--peru);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem;
    font-size: .85rem;
    font-weight: 600;
    transition: background-color .3s;
    display: flex;
  }

  .mobile-nav-button:hover {
    background-color: var(--dark-slate-grey);
  }

  .home-hero-image-slider {
    width: 100vw;
    max-width: 100%;
    min-height: 70vh;
  }

  .home-hero-slide-wrapper {
    grid-template-rows: 60% 40%;
  }

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

  .home-hero-content-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .button-group {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .services-row {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
  }

  .home-about-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-about-content-inner {
    padding: 5rem 3rem;
  }

  .project-mask {
    width: 65%;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial-content-left {
    position: static;
  }

  .testimonial-content-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-list {
    grid-column-gap: 2rem;
  }

  .cta-component {
    grid-template-columns: 1fr .75fr;
  }

  .cta-content {
    padding: 4rem 3rem;
  }

  .cta-button-group {
    flex: none;
  }

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

  .footer-grid-left, .footer-grid-right {
    padding: 3rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  .footer-bottom-left {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-bottom-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom-nav-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-hero-grid {
    grid-template-rows: 99px auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-hero-content-inner {
    padding: 5rem 3rem;
  }

  .about-hero-image-wrapper {
    height: 100%;
    min-height: 20rem;
  }

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

  .about-expertise-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-expertise-content-inner {
    padding: 5rem 3rem;
  }

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

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid-left {
    position: static;
  }

  .home-process-image-wrapper {
    height: 50vh;
    display: none;
  }

  .process-image-cover {
    object-position: 50% 70%;
    display: none;
  }

  .about-values-grid-right {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-values-item {
    position: static;
  }

  .about-values-item._02 {
    top: 50%;
  }

  .about-values-item._03 {
    position: static;
  }

  .services-hero-image-wrapper {
    min-height: 20rem;
  }

  .services-hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .services-hero-content-inner {
    padding: 5rem 3rem;
  }

  .service-grid-header, .service-overview {
    grid-template-columns: 1fr;
  }

  .service-image-slider {
    width: 100vw;
    max-width: 100%;
    min-height: 70vh;
  }

  .service-content-inner {
    padding: 5rem 3rem;
  }

  .service-slide-wrapper {
    grid-template-rows: 60% 40%;
  }

  .project-content-grid {
    grid-template-columns: 1fr;
  }

  .project-content-image-wrapper {
    height: 100vw;
    position: static;
  }

  .project-content-top {
    padding: 3rem;
  }

  .project-content-overview {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .project-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .header56_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .project-overview-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project-content-wrapper {
    position: static;
  }

  .project-image-gallery {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card-detail-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project-details-row {
    flex: 1;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1px 1fr 1px;
  }

  .project-details-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-image-wrapper, .contact-image {
    display: none;
  }

  .service-detail-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .service-detail-content {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .service-detail-image {
    height: auto;
    max-height: none;
  }

  .list-2 {
    font-size: 1rem;
  }

  .heading-10 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .heading-11 {
    margin-bottom: 1rem;
  }

  .div-block-16 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .styleguide-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .main-wrapper {
    border-radius: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-styleguide {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-rich-text blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.75rem;
  }

  .heading-medium {
    font-size: 3.25rem;
  }

  .text-size-xlarge {
    font-size: 1.4rem;
  }

  .heading-h4 {
    font-size: 1.5rem;
  }

  .block-quote {
    background-position: 0 38px;
    background-size: 30px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    font-size: 1.5rem;
  }

  .heading-small {
    font-size: 3rem;
  }

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

  .card-padding, .card-padding.large {
    padding: 2rem;
  }

  .card-padding.xlarge {
    padding: 2.5rem;
  }

  .card-padding.small {
    padding: 1.5rem;
  }

  .form-field-wrapper {
    margin-bottom: 1.5rem;
  }

  .heading-h1 {
    font-size: 2.75rem;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

  .heading-h3.uppercase {
    font-size: 1.2rem;
  }

  .styleguide-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .heading-large {
    font-size: 4rem;
  }

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

  .heading-h2 {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .section-licensing-left {
    padding: 2rem;
  }

  .licensing-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2rem;
  }

  .section-changelog-left {
    padding: 2rem;
  }

  .changelog-grid-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .section-404 {
    padding: 3rem;
  }

  .mobile-menu-toggle {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .hero-slider-arrow {
    width: 5rem;
    height: 5rem;
  }

  .hero-slider-arrow.is-left {
    right: 5rem;
  }

  .home-hero-image-slider {
    min-height: 40vh;
    max-height: 20rem;
  }

  .home-hero-slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .home-hero-content-inner {
    padding: 8vh 5vw;
  }

  .services-row {
    flex: 1;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .card-content-top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .home-about-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-about-content-inner {
    padding: 8vh 5vw;
  }

  .project-slider-wrapper {
    padding-bottom: 5rem;
  }

  .project-mask {
    width: 80vw;
  }

  .slide-arrow {
    width: 5rem;
    height: 5rem;
    margin-left: -5rem;
    bottom: -2rem;
  }

  .slide-arrow.right {
    margin-right: -5rem;
  }

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

  .testimonial-content-left {
    padding: 8vh 5vw;
    position: static;
  }

  .testimonial-content-right {
    grid-template-columns: 1fr;
  }

  .testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-image-wrapper {
    height: 100%;
    padding-top: 70%;
  }

  .cta-component {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-content {
    padding: 8vh 5vw;
  }

  .cta-button-group {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-grid-left {
    padding: 2rem;
  }

  .footer-grid-right {
    padding: 5vh 5vw;
  }

  .footer-grid-right-inner {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-content-inner {
    padding: 8vh 5vw;
  }

  .about-info-grid {
    flex: 1;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .about-expertise-grid {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-expertise-image-cover.image-1 {
    min-height: 20rem;
  }

  .about-expertise-content-inner, .about-stats-content, .about-values-grid-right, .about-values-item-inner {
    padding: 8vh 5vw;
  }

  .stats-image._03 {
    background-image: url('../images/Cuisine-08-–-grande-taille.png');
    background-position: 50%;
    background-size: cover;
  }

  .services-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-hero-content-inner {
    padding: 8vh 5vw;
  }

  .service-grid-header {
    grid-template-columns: 1fr;
    padding: 8vh 5vw;
  }

  .service-image-slider {
    min-height: 40vh;
    max-height: 20rem;
  }

  .service-content-inner {
    padding: 8vh 5vw;
  }

  .service-slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .service-slider-arrow {
    width: 5rem;
    height: 5rem;
  }

  .service-slider-arrow.is-left {
    right: 5rem;
  }

  .project-content-top {
    padding: 2rem;
  }

  .project-content-overview {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .project-item {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .single-project-image-wrapper {
    height: 100%;
  }

  .project-item-content-top {
    padding: 2rem;
  }

  .header56_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .project-image-gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .card-detail-content {
    padding: 3vh 5vw;
  }

  .detail-card {
    grid-template-columns: 1fr;
  }

  .project-details-row {
    flex: 1;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .service-detail-component {
    padding-top: 4rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .button.large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button-inner-text {
    color: var(--dark-slate-grey);
  }

  .button-inner-text-hover {
    color: var(--white);
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .main-wrapper {
    border-radius: 2rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-styleguide {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.175rem;
  }

  .text-rich-text blockquote {
    background-position: 0 20px;
    padding-top: 4rem;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .heading-medium {
    font-size: 3rem;
  }

  .heading-h4 {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .block-quote {
    background-image: url('../images/quote.svg');
    background-position: 0 20px;
    background-size: 30px;
    padding-top: 4rem;
    padding-left: 0;
  }

  .heading-small {
    font-size: 2.75rem;
  }

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

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .card-padding.large {
    padding: 1.75rem 2rem;
  }

  .card-padding.xlarge {
    padding: 2rem 2.25rem;
  }

  .card-padding.small {
    padding: 1rem 1.25rem;
  }

  .label.w--current {
    display: none;
  }

  .form-field-wrapper {
    margin-bottom: 1rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .subnav {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .heading-h3.uppercase {
    font-size: 1.1rem;
  }

  .styleguide-2-col {
    grid-template-columns: 1fr;
  }

  .heading-large {
    font-size: 3.5rem;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

  .licensing-inner-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .utility-form-block {
    width: 80%;
  }

  .section-404 {
    padding: 2.5rem;
  }

  .navbar-inner {
    height: 8vh;
  }

  .navbar-right {
    grid-template-columns: 1fr 1px;
  }

  .navbar-right-button {
    display: none;
  }

  .home-hero-slide-wrapper {
    grid-template-rows: auto auto;
  }

  .home-hero-grid {
    overflow: hidden;
  }

  .home-hero-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .services-row {
    grid-template-columns: 1fr;
  }

  .card-content-top {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .home-about-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .home-about-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .project-slider-wrapper {
    padding-bottom: 5rem;
  }

  .project-mask {
    width: 85%;
  }

  .project-slide {
    margin-top: 2rem;
  }

  .project-card-content {
    align-items: stretch;
  }

  .project-card-wrapper {
    min-height: 325px;
  }

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

  .testimonial-content-item {
    padding: 5vh 5vw;
  }

  .team-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .team-image-wrapper {
    padding-top: 66%;
  }

  .cta-content {
    padding: 5vh 5vw;
  }

  .footer-grid-right-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .footer-bottom-nav {
    grid-template-columns: 1fr;
  }

  .hero-button-group {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-hero-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .about-hero-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-info-grid {
    grid-template-columns: 1fr;
  }

  .about-expertise-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .about-expertise-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .about-values-item-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .services-hero-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .services-hero-content-inner, .service-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .service-slide-wrapper {
    grid-template-rows: auto auto;
  }

  .project-item {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .single-project-image-wrapper {
    padding-top: 66%;
  }

  .project-button-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-height: none;
  }

  .header56_component, .project-details-row, .contact-component, .service-detail-component {
    grid-template-columns: 1fr;
  }

  .licensing-icon-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .list-2 {
    font-size: .8rem;
  }

  .heading-7, .heading-9 {
    margin-bottom: 1rem;
  }

  .div-block-16 {
    flex-direction: column;
  }
}

#w-node-_1fea84a1-5cfe-23bf-65e9-fa1a6c3371e0-9ffc4e45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1fea84a1-5cfe-23bf-65e9-fa1a6c3371ec-9ffc4e45, #w-node-d8f16d3f-e328-8d41-106b-6969258912a9-9ffc4e45, #w-node-d8f16d3f-e328-8d41-106b-6969258912b6-9ffc4e45, #w-node-d8f16d3f-e328-8d41-106b-6969258912c2-9ffc4e45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_991bbdc0-b73c-79f7-90c5-e89438071f6e-9ffc4e45, #w-node-a6467b92-bedc-d50e-91ee-8f4fa81e0a14-9ffc4e45 {
  align-self: stretch;
}

#w-node-_95dfe012-9c6a-06e3-8604-95d9ee7782a2-9ffc4e45, #w-node-db2d164b-b7d3-66de-05ab-536a6edf8b94-9ffc4e45, #w-node-_69d30d75-068b-e442-b95c-46dc483e088e-483e088c, #w-node-_69d30d75-068b-e442-b95c-46dc483e0898-483e088c, #w-node-_69d30d75-068b-e442-b95c-46dc483e089a-483e088c, #w-node-_69d30d75-068b-e442-b95c-46dc483e089c-483e088c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8d8-5782b8d4 {
  align-self: center;
  justify-self: start;
}

#w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8db-5782b8d4 {
  align-self: center;
  justify-self: end;
}

#w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8e4-5782b8d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8f7-5782b8d4, #w-node-_8e16b3fd-9f76-5ef3-e6f8-1f48c9038b2c-9ffc4e48 {
  align-self: stretch;
}

#w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdc0-9ffc4e48, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdc1-9ffc4e48, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdc5-9ffc4e48, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdda-9ffc4e48, #w-node-f70283ae-8b96-aeb0-fc70-cff193f2104a-9ffc4e48, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cddd-9ffc4e48, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5ce0a-9ffc4e48, #w-node-_7785978c-db84-8ce2-6e75-52a4940d1174-9ffc4e48, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5ce0d-9ffc4e48, #w-node-_52d7abd1-1d6d-b35f-e869-5271a59eeb75-9ffc4e48, #w-node-_52d7abd1-1d6d-b35f-e869-5271a59eeb76-9ffc4e48, #w-node-_52d7abd1-1d6d-b35f-e869-5271a59eeb7a-9ffc4e48, #w-node-_52d7abd1-1d6d-b35f-e869-5271a59eeba0-9ffc4e48, #w-node-_52d7abd1-1d6d-b35f-e869-5271a59eeba1-9ffc4e48, #w-node-_52d7abd1-1d6d-b35f-e869-5271a59eeba2-9ffc4e48, #w-node-_52d7abd1-1d6d-b35f-e869-5271a59eebb0-9ffc4e48, #w-node-_52d7abd1-1d6d-b35f-e869-5271a59eebb1-9ffc4e48, #w-node-_52d7abd1-1d6d-b35f-e869-5271a59eebb2-9ffc4e48, #w-node-c5ee68fb-c9cc-39e0-dd4c-1b4b6526e340-9ffc4e48, #w-node-c5ee68fb-c9cc-39e0-dd4c-1b4b6526e341-9ffc4e48, #w-node-c5ee68fb-c9cc-39e0-dd4c-1b4b6526e345-9ffc4e48, #w-node-c5ee68fb-c9cc-39e0-dd4c-1b4b6526e36b-9ffc4e48, #w-node-c5ee68fb-c9cc-39e0-dd4c-1b4b6526e36c-9ffc4e48, #w-node-c5ee68fb-c9cc-39e0-dd4c-1b4b6526e36d-9ffc4e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34830032-8a9a-ff99-0107-0b000360c46b-9ffc4e4a {
  justify-self: start;
}

#w-node-_64d45fa7-615c-af30-8802-3a235b060258-9ffc4e4e, #w-node-_38016bd4-db2f-6727-a5f8-085ac3111513-9ffc4e4e, #w-node-_38016bd4-db2f-6727-a5f8-085ac3111529-9ffc4e4e, #w-node-_38016bd4-db2f-6727-a5f8-085ac311152a-9ffc4e4e, #w-node-_38016bd4-db2f-6727-a5f8-085ac311152b-9ffc4e4e, #w-node-_38016bd4-db2f-6727-a5f8-085ac3111539-9ffc4e4e, #w-node-_38016bd4-db2f-6727-a5f8-085ac311153a-9ffc4e4e, #w-node-_38016bd4-db2f-6727-a5f8-085ac311153b-9ffc4e4e, #w-node-d47ff251-fd81-dc9f-186e-4885ac928d78-9ffc4e4e, #w-node-_38016bd4-db2f-6727-a5f8-085ac311154a-9ffc4e4e, #w-node-_38016bd4-db2f-6727-a5f8-085ac311154b-9ffc4e4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e65ad4cd-d76b-c6d3-8afa-006d5dd56c12-9ffc4e4e {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-e97d32fc-ddf7-d7e2-2d03-b6624d5bc0f4-9ffc4e4f {
  align-self: stretch;
}

#w-node-df56e18e-ae43-10ca-2e3e-425789df7492-9ffc4e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_75be99be-4905-43eb-9384-a8ea914716d8-9ffc4e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c223d19-9299-e66b-d7bd-c83079232c47-9ffc4e4f {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_7a3d3f6a-59c6-65b4-617e-6f26da05ad9a-9ffc4e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7a3d3f6a-59c6-65b4-617e-6f26da05ad9d-9ffc4e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86135eff-d4c1-1f8d-1423-e7b3a07deee8-9ffc4e4f {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_1fea84a1-5cfe-23bf-65e9-fa1a6c3371ec-9ffc4e45, #w-node-d6bd4d05-e26b-faef-dab0-e2af2a9b9e9d-483e088c, #w-node-_38016bd4-db2f-6727-a5f8-085ac311154a-9ffc4e4e, #w-node-_75be99be-4905-43eb-9384-a8ea914716d9-9ffc4e4f, #w-node-c940276a-a8a8-2a09-1730-dcc25c75dfd1-9ffc4e4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1fea84a1-5cfe-23bf-65e9-fa1a6c3371e0-9ffc4e45 {
    justify-self: stretch;
  }

  #w-node-d8f16d3f-e328-8d41-106b-6969258912da-9ffc4e45, #w-node-_34ecfa21-d0d5-8243-c179-8ef965b1985c-9ffc4e45, #w-node-c81912af-771d-94b2-3419-7367a9c3fab3-9ffc4e45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8f2-5782b8d4 {
    align-self: center;
  }

  #w-node-_64d45fa7-615c-af30-8802-3a235b060258-9ffc4e4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7a3d3f6a-59c6-65b4-617e-6f26da05ada1-9ffc4e4f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e65ad4cd-d76b-c6d3-8afa-006d5dd56c12-9ffc4e4e, #w-node-_8c223d19-9299-e66b-d7bd-c83079232c47-9ffc4e4f {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8db-5782b8d4 {
    justify-self: stretch;
  }

  #w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8f2-5782b8d4 {
    justify-self: center;
  }
}


