.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3em;
}

h2 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-top: 1em;
  margin-bottom: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

a {
  color: #e91d26;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.button {
  height: auto;
  color: #fff;
  letter-spacing: .5px;
  background-color: #e91d26;
  border-radius: 0;
  padding: 0 30px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.button.cta {
  color: #e91d26;
  background-color: #fff;
}

.button.cta-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button.tab {
  padding-left: 60px;
  padding-right: 60px;
}

.button.product {
  width: auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 60px;
}

.project-hero-container {
  width: 90%;
  max-width: 1000px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-details-container {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-services {
  padding-left: 0;
}

.project-services ul {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.project-hero-logo {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.navbar {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: inline-block;
  position: relative;
}

.container-2 {
  width: 80%;
  height: 100%;
  max-width: 1000px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.back-button {
  height: 100%;
  float: left;
  align-items: center;
  display: flex;
}

.body {
  color: #222;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.color-block {
  height: 70px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #e91d26;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.style-guide-title-section {
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.style-guide-label-column {
  min-height: 44px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.link {
  float: right;
  display: block;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

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

.input {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #e91d26;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.form-success {
  color: #1cec88;
  background-color: #1cec88;
}

.success-message {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.card-title {
  margin-top: 0;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tab-link {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px #333;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.heading {
  font-size: 2.5rem;
}

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.nav-menu {
  width: auto;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand {
  flex: 0 auto;
}

.nav-link {
  transition: color .2s;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #e91d26;
}

.nav-link.white {
  color: #fff;
}

.nav-link-2, .nav-link-3 {
  display: block;
}

.hero-section {
  height: 101vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  align-items: flex-end;
  margin-top: -72px;
  padding-bottom: 80px;
  display: flex;
}

.hero-container {
  flex: 1;
}

.section {
  padding-top: 80px;
  padding-bottom: 60px;
  display: block;
}

.section.kitchen {
  padding-top: 120px;
  display: block;
}

.section.about-cards {
  margin-top: 0;
  padding-bottom: 100px;
}

.section.about {
  padding: 40px 0;
}

.section.leadership-team {
  padding-top: 0;
}

.section.kitchen_cards {
  padding-top: 10px;
}

.section.history {
  padding-top: 0;
}

.section.history-title {
  padding-bottom: 20px;
}

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

.section.other-products {
  padding-top: 20px;
  padding-bottom: 100px;
}

.section.other-products.hidden {
  display: none;
}

.section.black-home {
  color: #fff;
  background-color: #000;
}

.section.hide {
  display: none;
}

.kitchen-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.line {
  width: 60px;
  border: 1px solid #e91d26;
  margin-bottom: 10px;
}

.wardobe-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.hero-white {
  color: #fff;
}

.container_centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container_centered.footer-main {
  border: 1px #000;
  border-top: 1px solid #f3f3f5;
  padding: 60px 220px 40px;
}

.center {
  text-align: center;
}

.centered {
  text-align: center;
  margin-top: 20px;
}

.centered.white {
  color: #fff;
}

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

.category-card_image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
}

.category-card_image.small {
  height: 200px;
}

.category-card_image.large {
  height: 420px;
}

.category-card {
  width: 100%;
}

.category-kitchen-wardrobe-image {
  height: 350px;
  object-fit: cover;
}

.category-card_title {
  color: #fff;
  text-align: center;
}

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

.container_left-aligned {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.values-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.value-card {
  height: 100%;
}

.value-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 10px;
}

.value-image.small {
  height: 200px;
}

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

.cta {
  background-color: #e91d26;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-title {
  color: #fff;
  margin-right: 20px;
  font-size: 1.9rem;
}

.container-cta {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.projects-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.projects-title {
  text-align: center;
  margin-top: 10px;
}

.projects-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0%;
  margin-bottom: 10px;
}

.projects-image.small {
  height: 200px;
}

.projects-p {
  margin-top: .125em;
}

.brands-tabs {
  width: 100%;
  padding-top: 40px;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ccc;
  flex: 1;
  display: block;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #e91d26;
}

.tabs-menu {
  width: 100%;
  align-items: center;
  display: flex;
}

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

.tab-content-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  padding-top: 20px;
}

.tab-content-logos {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
}

.footer_address {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.3em;
}

.footer-heading {
  text-align: center;
  margin-top: 40px;
  line-height: 1.7em;
}

.burbs {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer_blurb {
  color: #b1b1b1;
  text-align: center;
  margin-bottom: 1em;
  font-size: .8em;
}

.image {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.full-width-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.about-quote_grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.about-quote-title {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6em;
}

.about-quote_image {
  height: 500px;
  object-fit: cover;
}

.about-quote_title {
  color: #e91d26;
  font-family: Poppins, sans-serif;
}

.about-history_image {
  width: 100%;
  height: 470px;
  object-fit: cover;
  margin-bottom: 10px;
}

.about-cards {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.about-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.about-card_small-image {
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
}

.about-card_small-image.small {
  height: 200px;
}

.footer {
  border: 1px #000;
}

.testimonial-embed {
  width: 100%;
  margin-top: 20px;
}

.team-image {
  width: 100%;
  height: 470px;
  object-fit: cover;
  margin-bottom: 10px;
}

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

.team-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-card_image {
  width: 100%;
  height: 380px;
  object-fit: contain;
  border-radius: 0%;
  margin-bottom: 10px;
}

.team-card_image.small {
  height: 200px;
}

.team-card_title {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.team-card_p {
  color: #333;
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
}

.category-label {
  color: #e91d26;
  text-transform: uppercase;
  margin-bottom: .25em;
  font-family: Poppins, sans-serif;
}

.category-label.product {
  margin-top: 0;
}

.category-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.category-title-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.category-section {
  padding: 60px;
}

.category-section.kitchen {
  padding-top: 120px;
}

.category-section.about-cards {
  margin-top: 0;
  padding-bottom: 100px;
}

.category-section.about {
  padding: 40px 0;
}

.category-section.leadership-team {
  padding-top: 0;
}

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

.category-logos {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.kitchen-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.kitchen-card_image {
  height: 270px;
  object-fit: cover;
  margin-bottom: 10px;
}

.kitchen-card_image.small {
  height: 200px;
}

.kitchen-card_title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.kitchen-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wardrobe-card {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.wardrobe-card.footer-main {
  border: 1px #000;
  border-top: 1px solid #f3f3f5;
  padding: 60px 220px 40px;
}

.wardrobe-card-image {
  width: 100%;
  height: 470px;
  object-fit: cover;
  margin-bottom: 10px;
}

.wardrobe-card_p {
  width: 50%;
  color: #636363;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.3em;
  padding-left: 0;
  padding-right: 0;
}

.product-cards_grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.product-cards_grid.panels {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.product-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.product-card_image {
  height: 300px;
  object-fit: contain;
  border: 1px solid #f3f3f5;
  margin-bottom: 10px;
  padding: 20px;
  transition: border-color .2s;
}

.product-card_image:hover {
  object-fit: contain;
  object-position: 50% 50%;
  border-color: #e91d26;
  padding: 20px;
  transform: none;
}

.product-card_image.small {
  height: 200px;
}

.product-card_image.panels {
  height: 160px;
}

.product-card_title {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.sub-category_title-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sub-category_title-container.kitchen {
  flex-direction: column;
  display: none;
}

.sub-category-title {
  margin-top: 20px;
}

.sub-category-title.kitchen {
  text-align: center;
  flex: 1;
  margin-bottom: 20px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

.milestones-grid {
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.milestone_title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.4em;
}

.milestone_card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.milestone_image {
  width: 100%;
  height: 490px;
  object-fit: cover;
  margin-bottom: 10px;
}

.milestone_image.small {
  height: 200px;
}

.milestone_time {
  color: #e91d26;
  text-transform: uppercase;
  margin-bottom: .25em;
  font-family: Poppins, sans-serif;
}

.product-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 20px;
}

.product-image {
  width: 100%;
  height: 500px;
  object-fit: contain;
  border: 1px solid #f3f3f5;
  padding: 20px;
}

.product-title {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.4em;
}

.article-no-title {
  margin-bottom: 0;
  font-weight: 600;
}

.article-no {
  margin-top: .125em;
  margin-bottom: 1.3em;
}

.breadcrumb {
  color: #ccc;
  margin-bottom: 20px;
  padding-right: 10px;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list-wrapper.hide {
  display: none;
}

.wardrobe-lightbox-main {
  width: auto;
  height: 370px;
  object-fit: cover;
}

.wardrobe-lightbox-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.wardrobe-lightbox-small {
  width: auto;
  height: 140px;
  object-fit: cover;
}

.wardrobe-cards-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.wardrobe-link {
  color: #e91d26;
  text-transform: uppercase;
  margin-bottom: .25em;
  font-family: Poppins, sans-serif;
}

.wardrobe-link.product {
  margin-top: 0;
}

.brands-logo {
  width: auto;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
}

.brands_grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.brands_grid.invert {
  grid-template-columns: 1fr 1.25fr;
}

.brands-side-image {
  height: 500px;
  object-fit: cover;
}

.features-metrics {
  color: #fff;
  background-color: #e91d26;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.red-number-p {
  margin-top: 0;
  margin-bottom: 0;
}

.key-partner-logos {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
}

.member-details {
  text-align: justify;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
  }

  .section.kitchen {
    padding-top: 100px;
  }

  .section.about-cards {
    padding-top: 40px;
  }

  .category-card_image {
    height: 220px;
  }

  .category-card_image.small {
    height: 140px;
  }

  .category-kitchen-wardrobe-image {
    height: 310px;
  }

  .cta {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .cta-title {
    text-align: center;
    flex: 1;
    margin-right: 0;
  }

  .container-cta {
    flex-direction: column;
  }

  .projects-image {
    height: 130px;
  }

  .tab-content-logos {
    grid-column-gap: 60px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .full-width-image {
    height: 490px;
  }

  .about-history_image {
    height: 390px;
  }

  .about-card_small-image {
    height: 210px;
  }

  .team-image {
    height: 390px;
  }

  .team-card_image {
    height: 290px;
  }

  .category-title-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .category-section.kitchen {
    padding-top: 100px;
  }

  .category-section.about-cards {
    padding-top: 40px;
  }

  .kitchen-cards {
    grid-column-gap: 20px;
  }

  .kitchen-card_image {
    height: 210px;
  }

  .wardrobe-card {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .wardrobe-card-image {
    height: 370px;
  }

  .wardrobe-card_p {
    width: 70%;
  }

  .product-cards_grid {
    grid-column-gap: 20px;
  }

  .product-cards_grid.panels {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-card_image {
    height: auto;
  }

  .milestone_title {
    font-size: 1.4rem;
    line-height: 1.2em;
  }

  .milestone_card {
    justify-content: flex-start;
    align-items: center;
  }

  .milestone_image {
    height: 370px;
  }

  .product-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .product-image {
    height: 390px;
  }

  .wardrobe-cards-grid {
    grid-column-gap: 20px;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .key-partner-logos {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    flex: 1;
  }

  .brand, .hero-section {
    padding-left: 0;
  }

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

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

  .section.product {
    padding-bottom: 40px;
  }

  .kitchen-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .wardobe-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hero-white, .container_centered.footer-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-card_grid-2 {
    grid-template-columns: 1fr;
  }

  .category-card_image, .category-card_image.small, .category-card_image.large {
    height: 240px;
  }

  .category-kitchen-wardrobe-image {
    height: 300px;
  }

  .category-card_grid-3 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .container-cta {
    flex-direction: column;
  }

  .projects-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .projects-title {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .projects-image {
    height: 260px;
  }

  .tab-content-grid {
    grid-row-gap: 3px;
    grid-template-columns: 1fr;
  }

  .tab-content-logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 40px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .full-width-image {
    height: 350px;
  }

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

  .about-history_image {
    height: 300px;
  }

  .about-cards {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .about-card_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.1rem;
    font-weight: 400;
  }

  .about-card_small-image, .team-image {
    height: 300px;
  }

  .team-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .team-card_image {
    height: 300px;
  }

  .team-card_title {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .team-card_p {
    margin-top: .25em;
  }

  .category-image {
    height: 280px;
  }

  .category-title-grid {
    grid-template-columns: 1fr;
  }

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

  .category-section.about {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .kitchen-cards {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .kitchen-card_image {
    height: 300px;
  }

  .kitchen-card_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.1rem;
    font-weight: 400;
  }

  .wardrobe-card.footer-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wardrobe-card-image {
    height: 270px;
  }

  .wardrobe-card_p {
    width: 90%;
  }

  .product-cards_grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .product-cards_grid.panels {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-card_image {
    height: auto;
  }

  .product-card_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 400;
  }

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

  .milestones-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .milestone_title {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4em;
  }

  .milestone_card {
    align-items: flex-start;
  }

  .milestone_image {
    height: 300px;
  }

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

  .product-image {
    height: 500px;
  }

  .wardrobe-lightbox-main {
    height: 310px;
  }

  .wardrobe-lightbox-small {
    height: 110px;
  }

  .wardrobe-cards-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .key-partner-logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 40px;
  }

  .member-details {
    margin-top: .75em;
  }

  .div-block-2, .div-block-3, .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    font-size: 2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    font-size: 1em;
  }

  a, .button {
    font-family: Poppins, sans-serif;
  }

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

  .hero-section {
    padding-bottom: 40px;
    padding-left: 0;
  }

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

  .section.kitchen {
    padding-top: 60px;
  }

  .section.about-cards {
    padding-bottom: 90px;
  }

  .section.about {
    padding: 20px;
  }

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

  .hero-white {
    line-height: 1.5em;
  }

  .category-card_image, .category-card_image.small, .category-card_image.large {
    height: 160px;
  }

  .category-kitchen-wardrobe-image {
    height: 180px;
  }

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

  .cta-title {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .projects-image {
    height: 160px;
  }

  .tab-link-tab-1 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .burbs {
    flex-direction: column;
    padding-bottom: 10px;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .full-width-image {
    height: 250px;
  }

  .about-quote-title {
    font-size: 1.3rem;
  }

  .about-quote_image {
    height: 380px;
  }

  .about-history_image {
    height: 170px;
  }

  .about-card_title {
    font-size: 1.7rem;
    line-height: 1.2em;
  }

  .about-card_small-image, .team-image {
    height: 170px;
  }

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

  .team-card {
    text-align: center;
    align-items: center;
  }

  .team-card_image {
    height: 360px;
    margin-bottom: 0;
  }

  .category-label.product {
    margin-top: 1em;
  }

  .category-image {
    height: 180px;
  }

  .category-title-grid {
    grid-row-gap: 10px;
  }

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

  .category-section.kitchen {
    padding-top: 60px;
  }

  .category-section.about-cards {
    padding-bottom: 90px;
  }

  .category-section.about {
    padding: 20px;
  }

  .category-section.wardrobe-single {
    padding-bottom: 20px;
  }

  .kitchen-card_image {
    height: 170px;
  }

  .kitchen-card_title {
    font-size: 1.7rem;
    line-height: 1.2em;
  }

  .wardrobe-card {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .wardrobe-card-image {
    height: 150px;
  }

  .wardrobe-card_p {
    width: 100%;
  }

  .product-cards_grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .product-cards_grid.panels {
    grid-template-columns: 1fr 1fr;
  }

  .product-card_image {
    height: auto;
  }

  .product-card_title {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.4em;
  }

  .sub-category_title-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sub-category_title-container.kitchen {
    align-items: center;
  }

  .sub-category-title {
    margin-bottom: 10px;
  }

  .milestones-grid {
    grid-row-gap: 40px;
  }

  .milestone_title {
    font-size: 1.1rem;
    line-height: 1.5em;
  }

  .milestone_image {
    height: 170px;
  }

  .product-grid {
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .product-image {
    height: 270px;
  }

  .product-title {
    font-size: 1.3rem;
  }

  .breadcrumb {
    font-size: 11px;
  }

  .wardrobe-lightbox-main {
    height: 160px;
  }

  .wardrobe-lightbox-small {
    height: 60px;
  }

  .wardrobe-cards-grid {
    grid-row-gap: 30px;
  }

  .wardrobe-link.product {
    margin-top: 1em;
  }

  .brands-side-image {
    height: 380px;
  }

  .container {
    max-width: none;
  }

  .key-partner-logos {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2, .div-block-3, .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_0263a106-db2e-014c-98a7-4f72d3b22420-14bb6bb8, #w-node-_0a5c34b3-7e94-93b2-df5f-dd16b72b80c7-14bb6bb8 {
  align-self: center;
}

#w-node-_52424843-5b09-702b-c369-80e796ee531b-14bb6bb8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff8d5a08-1da7-bf0d-751b-06938d95655a-14bb6bb8, #w-node-b32a7a4c-14b9-e0c7-d117-c23c71083bee-14bb6bb8, #w-node-_2bb48d7d-c331-e844-f0f3-78678351943b-14bb6bb8 {
  justify-self: auto;
}

#w-node-_06403c07-dd27-c9ad-92ae-b11a34d89a3a-14bb6bb8 {
  align-self: center;
}

#w-node-_98c9f7ef-98dc-eeeb-109a-dac02055e98b-14bb6bb8 {
  align-self: center;
  justify-self: center;
}

#w-node-a990d40f-a1ce-cef2-b4f7-a8d640b534ea-14bb6bb8, #w-node-_387db3d0-1aa6-a006-cb93-db994eb82239-14bb6bb8 {
  align-self: center;
}

#w-node-_387db3d0-1aa6-a006-cb93-db994eb8223e-14bb6bb8 {
  align-self: center;
  justify-self: center;
}

#w-node-_9ecf9492-2e1b-a5b1-75c8-6c89fc82547d-14bb6bb8 {
  align-self: center;
}

#w-node-_9ecf9492-2e1b-a5b1-75c8-6c89fc825482-14bb6bb8 {
  align-self: center;
  justify-self: center;
}

#w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-678fdce8 {
  align-self: center;
}

#w-node-_1d84efbe-0320-6a3d-d730-6177dd6dc6a0-678fdce8, #w-node-f9852f96-99ee-b026-602f-b54f8a0ae408-678fdce8, #w-node-_4fc3ed8b-78d7-7e07-b2c4-2f94c07c243b-84807aba, #w-node-abdd25c7-576a-51df-8c1d-4ac6c29c3123-84807aba, #w-node-abfed72c-62ad-5402-d0d3-42597d19ff76-84807aba, #w-node-e498e90b-11be-c104-a815-8455fbdaa73e-84807aba, #w-node-c1d3e995-c2ca-dcb4-9c1d-e1657274ba31-84807aba, #w-node-c61435e0-58d0-a1bb-e696-6699041762a6-84807aba, #w-node-e58f95c4-39e0-5370-b05b-1af79b43f699-84807aba, #w-node-_0c9a288a-da0c-5049-a5c7-c4c04583debe-84807aba {
  justify-self: auto;
}

#w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-f2ac87dc, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-f2ac87dc {
  align-self: center;
}

#w-node-_1d84efbe-0320-6a3d-d730-6177dd6dc6a0-f2ac87dc, #w-node-_77eff12d-a74d-6b8f-98f0-b1f644cf96a2-f2ac87dc, #w-node-e39e9d92-a017-7b3f-80fe-498c1d99edc7-f2ac87dc, #w-node-fa3b0a45-6129-ea01-63aa-6724f078c698-f2ac87dc, #w-node-c6c812b4-b3af-e100-cc16-4e523c948d03-f2ac87dc, #w-node-_3304b13b-b9ac-ed4a-ef30-99838c9c6883-f2ac87dc {
  justify-self: auto;
}

#w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-11a2b68b {
  align-self: center;
}

#w-node-_48411479-cc4f-45aa-3687-7aa6f7669fcd-11a2b68b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_90fddb89-7df2-bd07-1bdb-f0b4574983ae-11a2b68b, #w-node-f2e36c41-5bef-5347-9bcd-745ddea74b83-11a2b68b, #w-node-_97331ceb-d33c-f908-ff2d-0c8216555f5a-11a2b68b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-ce6ba5de, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-ce6ba5de, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-6cbf1e4a, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-6cbf1e4a, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-325e37e3, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-325e37e3, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-5c54b10e, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-5c54b10e {
  align-self: center;
}

#w-node-_1d84efbe-0320-6a3d-d730-6177dd6dc6a0-5573e66d {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6eea0b9c-6d72-2acb-5910-858d914bf7ce-5573e66d, #w-node-_140ff426-29a6-a3ce-b41e-3af3c0ab3c33-5573e66d, #w-node-_59083917-1260-c6a5-bfa9-de91da89d262-5573e66d, #w-node-_79542d6a-ae2c-d3e5-5b32-46479ae1a25c-5573e66d, #w-node-_3ec21df5-b85b-123e-0d3f-8f1ff118e8fb-5573e66d, #w-node-_485e02f8-bed7-106e-319e-90d2a26dd9fd-5573e66d, #w-node-f2997d2d-1862-f874-3342-8eeb50072da8-5573e66d, #w-node-_14fcf57b-dc6c-e3c5-0293-799ad0594908-5573e66d, #w-node-f3ef4f6b-9ea2-3c41-ee0c-8d6645a01b8d-5573e66d {
  justify-self: auto;
}

#w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-51fbb1f1 {
  align-self: start;
}

#w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-51fbb1f1 {
  align-self: start;
  justify-self: auto;
}

#w-node-a6bc806c-b468-1cdf-a70b-ac9ff6623cee-51fbb1f1, #w-node-a6bc806c-b468-1cdf-a70b-ac9ff6623cf3-51fbb1f1, #w-node-a6bc806c-b468-1cdf-a70b-ac9ff6623cf8-51fbb1f1 {
  justify-self: auto;
}

#w-node-dfef03c3-a8a0-00d4-23a0-f415cfadba9d-e2826126 {
  align-self: start;
}

#w-node-dfef03c3-a8a0-00d4-23a0-f415cfadba9e-e2826126 {
  align-self: start;
  justify-self: auto;
}

#w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-fd203cf6, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-fd203cf6, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-2d76f5ed, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-2d76f5ed, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-c8768425, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-c8768425, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-1b5ce03d, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-1b5ce03d, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-7c3382e7 {
  align-self: center;
}

#w-node-_48411479-cc4f-45aa-3687-7aa6f7669fcd-7c3382e7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_90fddb89-7df2-bd07-1bdb-f0b4574983ae-7c3382e7, #w-node-f2e36c41-5bef-5347-9bcd-745ddea74b83-7c3382e7, #w-node-_97331ceb-d33c-f908-ff2d-0c8216555f5a-7c3382e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-dfb2bc31 {
  align-self: center;
}

#w-node-_48411479-cc4f-45aa-3687-7aa6f7669fcd-dfb2bc31 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_90fddb89-7df2-bd07-1bdb-f0b4574983ae-dfb2bc31, #w-node-f2e36c41-5bef-5347-9bcd-745ddea74b83-dfb2bc31, #w-node-_97331ceb-d33c-f908-ff2d-0c8216555f5a-dfb2bc31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2d89a43-b31b-4391-3a4a-7a827475157d-6a410e06, #w-node-a3a127bf-81ff-bd0a-2565-948204034fc8-6a410e06, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-6a410e06, #w-node-c48e3e8d-873c-2617-6a34-910a7a2d133e-6a410e06, #w-node-_1cb5b6d1-af93-a50d-51e9-f4f78ecb39d2-6a410e06, #w-node-d34830b3-7c73-b8e7-2d06-310ddfad8822-6a410e06, #w-node-b071e3ba-cdd3-6a16-ddd5-5dafdefdfc6e-6a410e06, #w-node-b4cf7369-2260-2273-970a-91424ac6c38b-6a410e06, #w-node-_17696182-e287-eba4-9d74-d9929b44520c-6a410e06, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-8d042e9f, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-8d042e9f, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-6ebf772e, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-6ebf772e, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064d6-aeb0748c, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-aeb0748c {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-ce6ba5de, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-6cbf1e4a, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-325e37e3, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-5c54b10e, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-aeb0748c {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0263a106-db2e-014c-98a7-4f72d3b22420-14bb6bb8 {
    order: -9999;
  }

  #w-node-_9ecf9492-2e1b-a5b1-75c8-6c89fc825482-14bb6bb8 {
    justify-self: start;
  }

  #w-node-a3a127bf-81ff-bd0a-2565-948204034fcc-6a410e06, #w-node-c48e3e8d-873c-2617-6a34-910a7a2d133d-6a410e06, #w-node-_1cb5b6d1-af93-a50d-51e9-f4f78ecb39d1-6a410e06, #w-node-b071e3ba-cdd3-6a16-ddd5-5dafdefdfc6d-6a410e06, #w-node-_17696182-e287-eba4-9d74-d9929b44520b-6a410e06 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ecf9492-2e1b-a5b1-75c8-6c89fc825482-14bb6bb8 {
    justify-self: stretch;
  }

  #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-f2ac87dc, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-ce6ba5de, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-6cbf1e4a, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-325e37e3, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-5c54b10e, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-51fbb1f1, #w-node-dfef03c3-a8a0-00d4-23a0-f415cfadba9d-e2826126, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-fd203cf6, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-2d76f5ed, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-c8768425, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-1b5ce03d, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-8d042e9f, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-6ebf772e, #w-node-e94cafee-a0d6-9f18-a656-cb4ee0c064de-aeb0748c {
    order: -9999;
  }
}


