:root {
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --m-red: #e32118;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --m-black: #061938;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50: #f9fafb;
  --m-fade-40: #06193866;
  --m-white: white;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --m-transparent: #fff0;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--primary300: #d6bbfb;
  --walsh--black: #2c2c2c;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --m-purple: #7d4393;
  --m-blue: #0270b8;
  --m-green: #009c96;
  --m-fade-20: #06193833;
  --walsh--azure: #e7f1f1;
  --walsh--walsh-dark-green: #204f58;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-secondery-navbar {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar:hover {
  background-color: #3e4545;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-blog-info-wrapper-second {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-category-pill {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-features-card-about {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -12px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-about:hover {
  border-color: #df0;
}

.fn-standard-white-link {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover, .fn-standard-white-link.w--current {
  color: #df0;
}

.fn-navbar-label-line-about {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
}

.fn-navbar-about-us-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.fn-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-navbar-link-list-conetainer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-navbar-link-list-advence {
  text-align: left;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  inset: 100% auto auto 0%;
}

.fn-navbar-link-list-advence.first-look {
  display: flex;
}

.fn-dropdown-link-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.fn-navbar-link-second {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second:hover, .fn-navbar-link-second.w--current {
  color: #df0;
}

.fn-navbar-link-second-2 {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.fn-dorpdown-link-advence {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.fn-paragraph-no-margin-navbar {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-product-icon {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-product-icon-2 {
  object-fit: contain;
  width: 19px;
  height: 19px;
  margin-bottom: 0;
}

.navbar-product-card-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.navbar-product-card {
  background-color: #1d1f1e;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: background-color .25s;
}

.navbar-product-card:hover {
  background-color: #3e4545;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.navbar-product-card-featured-card {
  color: #ecf0ef;
  border: 1px solid #df0;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

.fn-navbar-label-line {
  background-color: #3e4545;
  flex: 1;
  height: 1px;
}

.fn-navbar-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-paragraph-navbar-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-navbar-card-solution {
  color: #ecf0ef;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.fn-navbar-links-wrapper-advence {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-wrapper-second {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-menu-advence {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-navbar-container-advence {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
}

.fn-navbar-advence {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.uui-navbar08_menu-button {
  padding: 0;
}

.m-button-red {
  grid-column-gap: .5rem;
  border: 0px solid var(--untitled-ui--primary600);
  background-color: var(--m-red);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.m-button-red:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--m-black);
}

.m-button-red:focus {
  background-color: var(--m-black);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-tertiary-gray.hide-tablet {
  border-width: 1px;
  border-color: var(--m-fade-40);
  color: var(--m-black);
  border-radius: 100px;
  padding: 20px 32px;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
}

.uui-button-tertiary-gray.hide-tablet:hover {
  border-width: 1px;
  border-color: var(--m-red);
  background-color: var(--m-red);
  color: var(--m-white);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar08_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar08_link {
  color: var(--m-black);
  align-items: center;
  padding: .75rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar08_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.hide-mobile-landscape {
  color: var(--m-black);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.uui-navbar08_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar08_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar08_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar08_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar08_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 30rem;
  padding: 1.25rem;
  left: -100%;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar08_dropdown-toggle {
  color: var(--m-black);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_menu-left {
  margin-left: 1rem;
}

.uui-navbar08_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 4rem;
  display: flex;
}

.uui-navbar08_logo-link {
  padding-left: 0;
}

.uui-navbar08_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 99rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar08_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding: 30px 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.brix---button-row-left {
  min-width: 195px;
  margin-right: 24px;
}

.paragraph-22 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.uui-heroheader07_content.z-index-1 {
  background-color: var(--m-transparent);
  color: #fff;
  border-radius: 1rem;
  width: 75%;
  padding: 20px;
  font-family: Poppins, sans-serif;
}

.section-37 {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
}

.m-heading {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

.m-heading.white {
  color: #fff;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 700;
}

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

.slide-10 {
  background-image: url('../images/PS-3-Banner-Scroll.jpg');
  background-position: 50%;
  background-size: cover;
}

.category-image {
  z-index: 45;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.category-image.epos {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/EPOS-Banner-New-2024.jpg');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
}

.category-image.office-interiors {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/5-Interiors-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.category-image.document-solutions {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/1-Banner-Epson.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.category-image.office-supplies {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/OS-Banner-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.category-image.about-us {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/S7-Interiors-Square.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.category-image.contact {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/4-Banner-Epson.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pb-button-2 {
  color: #fff;
  text-align: center;
  min-width: 200px;
  transform-style: preserve-3d;
  background-color: #fff0;
  border: 1px solid #ede8d2;
  border-radius: 1rem;
  justify-content: center;
  padding: 1.2rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.252rem;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.pb-button-2:hover {
  color: #fff;
  background-color: #f2c4d0;
  border: 1px solid #ede8d2;
  font-size: 1.3rem;
  font-weight: 300;
  transform: translate3d(0, -3px, .01px);
}

.slide-nav-3 {
  display: none;
}

.div-block-22 {
  z-index: 1;
  position: absolute;
  inset: auto 5% 5% auto;
}

.slide7 {
  background-image: url('../images/PS-1--Banner-Scroll.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.uui-padding-vertical-xhuge-17 {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.pb-button-1 {
  color: #fff;
  text-align: center;
  min-width: 200px;
  transform-style: preserve-3d;
  background-color: #f2c4d0;
  border: 1px solid #fff0;
  border-radius: 1rem;
  padding: 1.2rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.pb-button-1:hover {
  color: #fff;
  background-color: #fff0;
  border-color: #f2f2f2;
  transform: translate3d(0, -3px, .01px);
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-1 {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/6-Interiors-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.brix---buttons-row {
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: flex;
}

.left-arrow-4 {
  display: none;
}

.slide-9 {
  background-image: url('../images/Dunkertons_.jpg');
  background-position: 50%;
  background-size: cover;
}

.right-arrow-5 {
  display: none;
}

.uui-container-large-9 {
  margin-left: auto;
  margin-right: auto;
}

.uui-heroheader07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 10fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.section-38 {
  background-color: var(--m-black);
}

.quick-stack-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-19 {
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.link-block-8 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.cta-text {
  color: #fff;
  padding-left: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.cell-20, .cell-21 {
  justify-content: center;
  align-items: center;
}

.div-block-23 {
  background-color: var(--m-black);
}

.uui-footer01_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer01_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer01_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer01_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--untitled-ui--gray400);
  margin-right: .75rem;
}

.uui-footer01_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer01_link-list-heading {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer01_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer01_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-footer01_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer01_logo-link {
  margin-bottom: 2rem;
}

.uui-footer01_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.uui-footer01_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding.dark {
  background-color: var(--m-transparent);
  margin-top: 2rem;
}

.div-block-24 {
  width: 100%;
  height: 100%;
}

.image {
  width: auto;
  height: 30px;
  display: inline-block;
}

.div-block-25 {
  padding-bottom: .5rem;
}

.list-item {
  color: var(--m-black);
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  text-decoration: none;
}

.list {
  padding-left: 20px;
}

.list-item-2, .list-item-3 {
  color: var(--m-black);
  font-family: Poppins, sans-serif;
  font-size: .9rem;
}

.m-button-white {
  grid-column-gap: .5rem;
  border: 0px solid var(--untitled-ui--primary600);
  background-color: var(--m-white);
  color: var(--m-black);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.m-button-white:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--m-black);
  color: var(--m-white);
}

.m-button-white:focus {
  background-color: var(--m-black);
  box-shadow: none;
  color: var(--m-white);
}

.walsh-ui-image-medium {
  object-fit: contain;
  width: 100%;
  max-width: 40em;
  max-height: 45em;
}

.walsh-card-wrapper-image-medium {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 35em;
  display: flex;
  overflow: hidden;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.m-text {
  color: var(--m-black);
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.m-text.bold {
  font-weight: 700;
}

.m-text.white.short {
  width: 50%;
  color: var(--m-white);
}

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

.walsh-heading-large {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-icon-wrapper-circle {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-inner-card {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .25fr .25fr .25fr .25fr 6fr 3fr 2fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-medium {
  background-color: var(--m-purple);
  color: var(--m-white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Poppins, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-label-tag {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.walsh-contain-image {
  object-fit: contain;
  border-radius: 12px;
  height: 100%;
}

.m-box-1 {
  background-color: var(--m-transparent);
  background-image: url('../images/istockphoto-1342421368-1024x1024.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0;
  display: flex;
  overflow: hidden;
}

.m-box-1.blue {
  background-color: var(--m-blue);
}

.m-box-1.green {
  background-color: var(--m-green);
}

.m-box-1.red {
  background-color: var(--m-red);
}

.m-box-1.ds {
  background-image: url('../images/Wide-Format-Print.webp');
  background-size: cover;
}

.m-box-1.ds.main {
  background-image: url('../images/3-Banner-Epson.jpg');
  background-position: 70%;
}

.m-box-1.oi {
  background-image: url('../images/Wide-Format-Print.webp');
  background-size: cover;
}

.m-box-1.oi.main {
  background-image: url('../images/3-Interiors-Square.jpg');
}

.m-box-1.epos {
  background-image: url('../images/EPOS-Square-New.jpg');
  background-size: cover;
}

.m-box-1.os {
  background-image: url('../images/OS-Square-1.jpg');
  background-size: cover;
}

.m-box-1.item1 {
  background-image: url('../images/AMC-4000-1.jpg');
  background-size: cover;
}

.m-box-1.item1.main {
  background-image: url('../images/Screenshot-2024-10-12-at-10.25.46.png');
}

.m-box-1.item2 {
  background-image: url('../images/AMC-400-1.jpg');
  background-size: cover;
}

.m-box-1.item2.main {
  background-image: url('../images/istockphoto-1342421368-1024x1024.jpg');
}

.m-box-1.item3 {
  background-image: url('../images/Workforce-M21000-1.jpg');
  background-size: cover;
}

.m-box-1.item3.main {
  background-image: url('../images/Screenshot-2024-10-12-at-10.25.46.png');
}

.m-box-1.item4 {
  background-image: url('../images/Workforce-Pro-RIPS-1.jpg');
  background-size: cover;
}

.m-box-1.item4.main {
  background-image: url('../images/istockphoto-1342421368-1024x1024.jpg');
}

.m-box-1.item5 {
  background-image: url('../images/A4-RIPS.png');
  background-size: cover;
}

.m-box-1.item5.main {
  background-image: url('../images/Screenshot-2024-10-12-at-10.25.46.png');
}

.m-box-1.item6 {
  background-image: url('../images/Workforce-Pro-M5399-1.jpg');
  background-size: cover;
}

.m-box-1.item6.main {
  background-image: url('../images/istockphoto-1342421368-1024x1024.jpg');
}

.walsh-card-image-float {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 40em;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-icon-social {
  width: 100%;
  height: 100%;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-footer-line-divider {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.walsh-footer-link {
  color: #0000008a;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-list {
  grid-row-gap: .8em;
  flex-direction: column;
  display: flex;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-button-circle-small {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: #ffdd79;
}

.walsh-button-circle-wrapper-grey {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-text-field-single-grey {
  background-color: #eee;
  border: 1px solid #eee;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.walsh-form-single {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-logo-footer {
  max-height: none;
  margin-bottom: 0;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
}

.mp-heading-colour {
  background-color: var(--m-purple);
  color: var(--m-white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Poppins, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.mp-heading-colour.purple {
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

.mp-heading-colour.green {
  background-color: var(--m-green);
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

.mp-heading-colour.blue {
  background-color: var(--m-blue);
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
}

.mp-heading-colour.red {
  background-color: var(--m-red);
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

.walsh-button-fill {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.walsh-button-circle {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-text-burst {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-heading-xxlarge {
  color: var(--m-black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .95;
}

.walsh-center-hero {
  grid-row-gap: 1.5em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin: 2rem auto 1rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--m-transparent);
  position: relative;
}

.m-text-section {
  margin-top: 2rem;
  padding: 10px;
}

.m-heading-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px;
}

.m-heading-section.case, .m-heading-section.hide {
  display: none;
}

.category-banner {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
}

.category-banner.epos, .category-banner.about-us, .category-banner.interiors {
  height: 50vh;
}

.walsh-icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.m-sub-heading {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-content-wrap-50 {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 0 4em;
  display: flex;
}

.m-cover {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.m-cover.tiny {
  border-bottom-right-radius: 20px;
  width: auto;
  height: auto;
}

.m-cover.tiny.left {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  width: 100%;
}

.m-cover.tiny.right {
  width: 100%;
}

.walsh-col-image-wrapper {
  flex: 0 auto;
  width: 50%;
  max-width: none;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin: 4rem auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-icon-wrapper-circle-large {
  background-color: var(--m-red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  display: flex;
}

.uui-layout85_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.u-div {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge-18 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.clover-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

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

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

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

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

.clover-grid._5-m {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.img-2 {
  max-width: 60%;
}

.amenities-text {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
}

.section-39 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
}

.walsh-icon-arrow-3 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper-3 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-3:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-main-paragraph-2 {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-inner-card-bottom-2 {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.walsh-cover-image-2 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card-2 {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.m-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.m-grid._4x4 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin: 2rem auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-container-4.hide {
  display: none;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-outline-white {
  color: #fff;
  border: .15em solid #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-outline-white:hover {
  background-color: var(--m-white);
  color: #000;
}

.walsh-link-block-orange-2 {
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: var(--m-white);
}

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.m-sub-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.m-sub-heading-2.black {
  color: var(--m-black);
}

.walsh-main-grid-3 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr 1fr 2fr 2fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-cta-block-dark-green {
  background-color: var(--m-red);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.services-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.link-block-9, .link-block-10, .link-block-11, .link-block-12 {
  text-decoration: none;
}

.dp_button {
  background-color: #732634;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 1.125rem;
  text-decoration: none;
}

.dp_button:hover {
  background-color: #bfa380;
}

.uui-padding-vertical-xhuge {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.image-2 {
  padding: 5px;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.dp_header {
  color: #221726;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.dp_header.home {
  text-align: left;
  font-size: 2rem;
  line-height: 2.5rem;
}

.dp_text_medium {
  color: #221726;
  letter-spacing: normal;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.uui-heading-xsmall {
  color: #221726;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.willerby {
  z-index: 1;
  background-color: #1d29391a;
  background-image: linear-gradient(to bottom, var(--m-fade-20), var(--m-fade-20)), url('../images/istockphoto-1342421368-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout09_content {
  width: 100%;
}

.uui-layout09_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.layout17_item-icon-wrapper {
  background-color: #0000;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-icon-featured-outline-large {
  background-color: var(--m-red);
  color: #bfa380;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 5px;
  display: flex;
}

.uui-layout17_item-text-wrapper {
  padding-top: 0;
}

.sale-panel {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.uui-layout09_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: 5px;
  display: grid;
}

.dp_padding {
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Merriweather, serif;
}

.uui-layout17_item {
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.is-reverse-mobile-landscape {
  margin-top: 20px;
}

.dp_image-right.case {
  display: none;
}

.uui-layout09_lightbox-image {
  object-fit: cover;
  border: 0 solid #fff;
  border-radius: .5rem;
}

.uui-padding-vertical-xhuge-19 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.sonata4020 {
  z-index: 1;
  background-color: #1d29391a;
  background-image: linear-gradient(to bottom, var(--m-fade-20), var(--m-fade-20)), url('../images/istockphoto-1342421368-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-padding-vertical-xhuge-20 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-26, .cell-22 {
  border-radius: 100px;
}

.image-3 {
  border-radius: 12px;
}

.cell-27 {
  justify-content: center;
  align-items: flex-end;
}

.brix---footer-bottom-v14 {
  color: #6e7191;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.text-block-10 {
  font-family: Merriweather, serif;
}

.walsh-form-error-2 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success-2 {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-button-circle-small-2 {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small-2:hover {
  background-color: #ffdd79;
}

.walsh-button-circle-wrapper-white {
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-text-field-single {
  border: 1px solid #fff;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-form-single-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-full-form-2 {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-wrapper-2 {
  width: 100%;
}

.walsh-main-paragraph-3 {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-large-2 {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-label-tag-2 {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-tag {
  text-align: left;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.walsh-content-wrapper-gap-2 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-content-wrapper-gap-large {
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.walsh-cta-frame-image-overflow {
  border-radius: 200px 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-main-grid-4 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-5 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-container-block {
  width: 100%;
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.walsh-bg-light-gray {
  background-color: #d6d6d640;
  margin-top: 0;
  margin-bottom: 3rem;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-40 {
  padding: 10px;
}

.section-40.case {
  display: none;
}

.section-41 {
  background-image: url('../images/M-Heat-Free-2024.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
  margin-bottom: 0;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-text-small-left {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-cover-image-3 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-main-paragraph-4 {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-regular-2 {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-quote-inner-center {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.walsh-content-wrapper-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-main-grid-5 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-6 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-container-6.hide {
  display: none;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.contact {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
}

.gcp_button1-2 {
  color: #be2e3a;
  text-align: center;
  min-width: 150px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.gcp_button1-2:hover {
  color: #fff;
  background-color: #be2e3a;
  border: 1px solid #fff;
  transform: translate3d(0, -3px, .01px);
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  color: #000;
  border-width: 0;
  border-color: #000;
  border-radius: 10px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.field-label-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.contact-form-wrap-2 {
  background-color: var(--m-red);
  border: 0 solid #eee;
  border-radius: 10px;
  padding: 45px 50px 50px;
}

.walsh-center-hero-2 {
  grid-row-gap: 1.5em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.walsh-hero-p-wrapper-2 {
  width: 100%;
  max-width: none;
}

.walsh-heading-xxlarge-black {
  color: #2c2c2c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: .95;
}

.dc-para {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
  text-decoration: none;
}

.walsh-rounded-block-2 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}

.dc-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.dc-button1 {
  color: #fff;
  text-align: center;
  background-color: #be2e3a;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.dc-button1:hover {
  background-color: #bf442e;
}

.dc-button1.pad {
  min-width: 200px;
  margin-left: 10px;
  margin-right: 10px;
}

.dc-button1.pad:hover {
  background-color: #2c5c5d;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-container-7 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-28, .cell-29 {
  display: block;
}

.rs_text-2 {
  color: #000;
  padding-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

.rs_text-2:hover {
  color: #000;
}

.rs_text-2.pp {
  text-align: justify;
  font-family: Merriweather, serif;
}

.slide-2 {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/4-Banner-Epson.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/EPOS-Banner-New-2024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/OS-Banner-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bold-text, .bold-text-2 {
  font-weight: 600;
}

.m-printers-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.printers-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.section-42 {
  padding: 10px;
}

.cell-30, .cell-31, .cell-32 {
  justify-content: center;
  align-items: center;
}

.m-button-red-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2fb7b5;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding: 20px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-red-2:hover {
  background-color: #343f40;
  border-color: #2fb7b5;
}

.m-button-red-2:focus {
  background-color: #343f40;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.walsh-container-12 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.slide-15 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/9-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.walsh-hero-p-wrapper-3 {
  width: 100%;
  max-width: none;
  font-size: 1.2rem;
}

.slide-17 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/7-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.m-button-white-2 {
  grid-column-gap: .5rem;
  color: #343f40;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 0 solid #7f56d9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 20px 32px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff;
}

.m-button-white-2:hover {
  color: #fff;
  background-color: #343f40;
  border-color: #343f40;
  box-shadow: 0 2px 5px #343f40;
}

.m-button-white-2:focus {
  box-shadow: none;
  color: #fff;
  background-color: #343f40;
}

.bold-text-3 {
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

.div-block-52 {
  position: relative;
}

.slide-14 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/2-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tt-banner {
  background-color: #204f58;
  position: relative;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: none;
  margin-bottom: .75em;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}

.slide-22 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/6-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.slide-16 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/3-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.m-button-red-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2fb7b5;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding: 20px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-red-3:hover {
  background-color: #343f40;
  border-color: #2fb7b5;
}

.m-button-red-3:focus {
  background-color: #343f40;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.walsh-container-13 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.slide-23 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/9-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.walsh-hero-p-wrapper-4 {
  width: 100%;
  max-width: none;
  font-size: 1.2rem;
}

.slide-24 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/7-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-25 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/2-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-26 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/6-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-27 {
  background-image: linear-gradient(#06193866, #06193866), url('../images/3-TT-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

@media screen and (min-width: 1440px) {
  .category-image {
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-17 {
    margin-top: 3rem;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-container-large-9 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .uui-heroheader07_component {
    grid-template-columns: 2fr .5fr;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .fn-nav-line-3 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-3.green-line {
    background-color: #df0;
  }

  .fn-nav-line-2 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-2.green-line {
    background-color: #df0;
  }

  .fn-nav-line-1 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-1.green-line {
    background-color: #df0;
  }

  .nav-menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-menu-button-second {
    margin-right: -15px;
    padding-right: 18px;
  }

  .fn-menu-button-second.w--open {
    background-color: #0000;
  }

  .fn-button-secondery-navbar {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar:hover {
    background-color: #0000;
  }

  .fn-standard-white-link {
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-list-conetainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-navbar-link-list-advence.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-navbar-link-second {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second:hover, .fn-navbar-link-second.w--current, .fn-navbar-link-second.w--current:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-second-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .fn-dorpdown-link-advence {
    width: 100%;
  }

  .fn-dorpdown-link-advence.last-dropdown-link {
    border-bottom: 1px solid #3e4545;
  }

  .fn-paragraph-no-margin-navbar {
    display: none;
  }

  .navbar-product-card-intro {
    margin-bottom: 0;
  }

  .navbar-product-card {
    transition: none;
  }

  .navbar-product-card:hover {
    background-color: #1d1f1e;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

  .fn-paragraph-navbar {
    display: none;
  }

  .fn-navbar-links-wrapper-advence {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper-second {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-menu-advence {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-navbar-container-advence {
    justify-content: space-between;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar08_menu-button.w--open {
    background-color: #0000;
  }

  .uui-button-tertiary-gray.hide-tablet {
    display: flex;
  }

  .hide-tablet, .uui-button-secondary-gray.show-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar08_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar08_link {
    width: 100%;
    padding: .75rem 0;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar08_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar08_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .paragraph-22 {
    line-height: 2.2rem;
  }

  .uui-heroheader07_content.z-index-1 {
    width: 100%;
  }

  .pb-button-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .uui-padding-vertical-xhuge-17 {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .m-text.white.short {
    width: 100%;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-inner-card-bottom {
    justify-content: center;
    align-items: center;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-button-fill {
    display: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-heading-xxlarge {
    font-size: 4em;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-hero-p-wrapper {
    max-width: none;
  }

  .m-sub-heading {
    letter-spacing: -.01em;
  }

  .walsh-content-wrap-50 {
    order: -1;
    width: 100%;
    padding: 4em 40px;
  }

  .walsh-col-image-wrapper {
    width: 100%;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .uui-padding-vertical-xhuge-18 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .clover-grid._5x5, .clover-grid._6x6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .amenities-text {
    padding-top: 10px;
    font-size: .8rem;
  }

  .walsh-rounded-card-2 {
    grid-row-gap: 2em;
  }

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

  .m-grid._4x4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-cta-div-block {
    justify-content: center;
  }

  .m-sub-heading-2.black {
    text-align: center;
  }

  .walsh-main-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sale-panel {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .uui-padding-vertical-xhuge-19, .uui-padding-vertical-xhuge-20 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .walsh-text-field-single {
    min-width: auto;
  }

  .walsh-heading-large-2 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-cta-frame-image-overflow {
    max-height: 55vh;
  }

  .walsh-main-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-container-block {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-main-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-6 {
    flex: 0 auto;
    width: auto;
  }

  .paragraph-23 {
    padding-top: 1rem;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .walsh-heading-xxlarge-black {
    font-size: 4rem;
  }

  .dc-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center stretch;
    display: flex;
  }

  .dc-button1 {
    padding-left: 50px;
  }

  .walsh-container-7 {
    flex: 0 auto;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-printers-container {
    flex: 0 auto;
    width: auto;
  }

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

  .walsh-container-12 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-container-13 {
    flex: 0 auto;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .fn-button {
    width: 100%;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-navbar-about-us-link-wrap {
    margin-bottom: 0;
  }

  .fn-navbar-link-second {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-navbar-link-second-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-4 {
    font-size: 24px;
  }

  .fn-navbar-menu-wrapper-second {
    padding: 0 0 18px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-text-size-small.hide-mobile-landscape, .hide-mobile-landscape {
    display: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .category-image {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pb-button-2 {
    padding: 20px 32px;
  }

  .div-block-22 {
    display: none;
  }

  .uui-padding-vertical-xhuge-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pb-button-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---buttons-row {
    justify-content: flex-start;
    align-items: center;
  }

  .uui-footer01_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer01_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_social-link:hover, .uui-footer01_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-footer01_form-block {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .m-button-white:hover {
    border-color: var(--untitled-ui--primary600);
  }

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

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-inner-card-bottom {
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-card-image-float {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-footer-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .walsh-text-field-single-grey {
    text-align: left;
  }

  .walsh-form-single {
    flex-direction: row;
  }

  .mp-heading-colour {
    font-size: 2.4em;
  }

  .walsh-heading-xxlarge {
    font-size: 3em;
  }

  .walsh-center-hero {
    padding-top: 5em;
  }

  .category-banner.epos, .category-banner.about-us, .category-banner.interiors {
    height: 60vh;
  }

  .walsh-content-wrap-50 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .uui-padding-vertical-xhuge-18 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .clover-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .clover-grid._3, .clover-grid._5x5, .clover-grid._4x4, .clover-grid._6x6, .clover-grid._5-m {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-card-2 {
    grid-row-gap: 1.5em;
  }

  .m-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .m-grid._4x4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .m-sub-heading-2 {
    font-size: 2.4em;
  }

  .walsh-main-grid-3, .services-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .dp_header {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .dp_text_medium {
    font-size: 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .sale-panel {
    grid-row-gap: 3rem;
  }

  .uui-layout09_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

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

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-padding-vertical-xhuge-19, .uui-padding-vertical-xhuge-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cell-23, .cell-24 {
    justify-content: center;
    align-items: center;
  }

  .list-item-4, .list-item-5, .list-item-6 {
    text-align: center;
  }

  .cell-25, .cell-26 {
    justify-content: center;
    align-items: center;
  }

  .list-item-7 {
    text-align: center;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-right: 0;
  }

  .walsh-form-single-2 {
    flex-direction: row;
  }

  .walsh-heading-large-2 {
    font-size: 2em;
  }

  .walsh-content-wrapper-gap-large {
    grid-row-gap: 1.5em;
  }

  .walsh-cta-frame-image-overflow {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .walsh-main-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .walsh-heading-regular-2 {
    font-size: 1.8em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-5 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .gcp_button1-2 {
    padding: 20px 32px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .contact-form-wrap-2 {
    padding: 30px;
  }

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

  .walsh-rounded-block-2 {
    border-radius: 20px;
  }

  .dc-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-7 {
    padding-left: 10px;
  }

  .printers-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .m-button-white-2:hover {
    border-color: #7f56d9;
  }

  .bold-text-3 {
    font-size: 4rem;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .fn-button, .fn-button-wrapper {
    width: 100%;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .m-button-red {
    text-align: center;
    display: block;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-logo_component {
    height: 3.5rem;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .uui-heroheader07_content.z-index-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-37 {
    height: 90vh;
  }

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

  .m-heading.white {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 3.5rem;
    display: flex;
  }

  .m-heading.left {
    text-align: center;
  }

  .category-image {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .category-image.epos, .category-image.about-us {
    justify-content: center;
    align-items: center;
  }

  .pb-button-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 300;
    line-height: 18px;
  }

  .uui-padding-vertical-xhuge-17 {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .pb-button-1 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 300;
    line-height: 18px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 1rem;
  }

  .uui-container-large-9 {
    max-width: 100%;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
  }

  .cell-20, .cell-21 {
    display: none;
  }

  .uui-footer01_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-footer01_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 48px;
  }

  .walsh-card-wrapper-image-medium {
    align-items: flex-end;
    height: auto;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .m-text {
    text-align: center;
    font-size: 1.1rem;
  }

  .m-text.bold {
    font-size: 1.2rem;
  }

  .m-text.bullet {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .walsh-inner-card {
    padding: 45px 30px 0;
  }

  .walsh-rounded-card {
    justify-content: center;
    align-items: center;
  }

  .walsh-container {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .m-box-1.ds, .m-box-1.item1, .m-box-1.item3, .m-box-1.item5 {
    background-size: cover;
  }

  .walsh-card-image-float {
    height: 20em;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-footer-wrapper {
    text-align: center;
  }

  .walsh-text-field-single-grey {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
    justify-content: center;
    align-items: center;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .mp-heading-colour {
    font-size: 1.8em;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-center-hero {
    padding-top: 45px;
    font-size: 18px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .category-banner, .category-banner.epos, .category-banner.about-us {
    height: 75vh;
  }

  .category-banner.about-us.unique {
    height: 60vh;
  }

  .category-banner.interiors {
    height: 75vh;
  }

  .walsh-link-wrapper-2, .walsh-label-button {
    font-size: 16px;
  }

  .walsh-button-label-wrapper {
    justify-content: center;
    align-items: center;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .m-sub-heading {
    font-size: 3rem;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-content-wrap-50 {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding: 30px 10px;
    font-size: 18px;
  }

  .walsh-col-image-wrapper {
    width: 100%;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .clover-grid._3, .clover-grid._5x5 {
    grid-template-columns: 1fr;
  }

  .clover-grid._4x4 {
    grid-template-columns: 1fr 1fr;
  }

  .clover-grid._6x6, .clover-grid._3x3x3, .clover-grid._5-m {
    grid-template-columns: 1fr;
  }

  .amenities-text {
    line-height: 1.2;
  }

  .walsh-link-wrapper-3 {
    font-size: 16px;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-card-bottom-2 {
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    padding: 0 10px 20px;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
    height: auto;
  }

  .m-grid._4x4 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-4 {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .m-sub-heading-2.black {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-cta-block-dark-green {
    padding: 3em 2em;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .uui-layout17_item-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sale-panel {
    flex-direction: column-reverse;
  }

  .sale-panel.flip {
    flex-direction: column;
  }

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

  .uui-padding-vertical-xhuge-19, .uui-padding-vertical-xhuge-20 {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .cell-27 {
    justify-content: center;
    align-items: center;
  }

  .brix---footer-bottom-v14 {
    padding: 10px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .walsh-form-single-2 {
    align-items: center;
  }

  .walsh-form-wrapper-2 {
    width: 100%;
  }

  .walsh-main-paragraph-3 {
    font-size: 1em;
  }

  .walsh-label-tag-2 {
    font-size: 12px;
  }

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

  .walsh-content-wrapper-gap-2 {
    grid-row-gap: 1.2em;
  }

  .walsh-full-image {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-container-block {
    padding: 3em 1em;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-small-2 {
    font-size: 1em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-main-paragraph-4 {
    font-size: 1em;
  }

  .walsh-heading-regular-2 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-content-wrapper-center {
    grid-row-gap: 1.2em;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-container-6 {
    flex: 0 auto;
    width: 100%;
  }

  .gcp_button1-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .contact-form-wrap-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-center-hero-2 {
    font-size: 18px;
  }

  .walsh-heading-xxlarge-black {
    font-size: 2.75rem;
  }

  .walsh-label-button-3 {
    font-size: 1.2rem;
  }

  .dc-button1 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .dc-button1.pad {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .walsh-container-7 {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
  }

  .cell-28 {
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .slide-3 {
    background-image: linear-gradient(to bottom, var(--m-fade-40), var(--m-fade-40)), url('../images/EPOS-Banner-New-2024.jpg');
    background-position: 0 0, 50%;
  }

  .m-printers-container {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-button-red-2 {
    text-align: center;
    display: block;
  }

  .walsh-container-12 {
    flex: 0 auto;
    width: 100%;
  }

  .m-button-white-2 {
    margin-bottom: 1rem;
  }

  .bold-text-3 {
    font-size: 3.5rem;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .m-button-red-3 {
    text-align: center;
    display: block;
  }

  .walsh-container-13 {
    flex: 0 auto;
    width: 100%;
  }
}

#w-node-_5d189d98-978a-fb0d-7e3f-785fe35531a6-fba21e07 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_4292d3ce-0d8e-be60-a58d-75bf3097e999-fba21e07, #w-node-_4292d3ce-0d8e-be60-a58d-75bf3097e9a8-fba21e07, #w-node-_8bc9243f-1c15-29e0-05ea-f3177f994937-fba21e07, #w-node-_8bc9243f-1c15-29e0-05ea-f3177f994946-fba21e07 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0855b1ca-9547-861a-9d0b-cc8c4b5f8a7d-fba21e07, #w-node-_0855b1ca-9547-861a-9d0b-cc8c4b5f8a95-fba21e07, #w-node-_0855b1ca-9547-861a-9d0b-cc8c4b5f8aad-fba21e07 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_8b3bf95e-787c-61ff-0f73-114cba05b7a0-8143a6f3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_015edce3-3ce6-7b9b-efd5-21c08143a6f6-8143a6f3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_015edce3-3ce6-7b9b-efd5-21c08143a6fb-8143a6f3, #w-node-_015edce3-3ce6-7b9b-efd5-21c08143a70f-8143a6f3, #w-node-_015edce3-3ce6-7b9b-efd5-21c08143a716-8143a6f3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_55fa2a4b-4af7-e49a-b4b3-87dab0fe82d8-8143a6f3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_56950a96-1a82-6291-5bc9-25fefed5b33b-8143a6f3, #w-node-_091900b7-0afb-4b73-c936-9a87d81f1803-8143a6f3 {
  justify-self: center;
}

#w-node-_08b8b26b-42a5-649b-04b9-b9e9974017c3-974017c0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_08b8b26b-42a5-649b-04b9-b9e9974017c6-974017c0 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_050bb801-324d-01ac-c916-1152c7658664-c7658663 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-00713a96, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-00713a96, #w-node-_7ff37f83-2183-939e-1517-d856be56b183-00713a96 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_9e74c769-f1c3-8691-1208-fabe782ea28a-00713a96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e1a75620-ff19-d473-e9c2-8b5235c1026f-00713a96 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e1a75620-ff19-d473-e9c2-8b5235c1027b-00713a96, #w-node-e1a75620-ff19-d473-e9c2-8b5235c10287-00713a96 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3ee55aeb-3659-c105-7fc9-6ca5461bde34-00713a96 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_3ee55aeb-3659-c105-7fc9-6ca5461bde37-00713a96 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_79c7e122-8092-6d05-7269-000a50b9ab30-50b9ab2c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: stretch end;
}

#w-node-_79c7e122-8092-6d05-7269-000a50b9ab33-50b9ab2c {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-01bbe6e4, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-01bbe6e4, #w-node-_73f4d8f5-6f0c-d828-4014-7faa46cf7388-01bbe6e4 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_0640042d-0769-ca95-d436-35217faa1a6f-01bbe6e4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e1a75620-ff19-d473-e9c2-8b5235c1026f-01bbe6e4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e1a75620-ff19-d473-e9c2-8b5235c1027b-01bbe6e4, #w-node-e1a75620-ff19-d473-e9c2-8b5235c10287-01bbe6e4, #w-node-_2134016e-c96a-17e1-651c-490c54d4936c-01bbe6e4, #w-node-_86d78f77-8cf9-8b2e-2f6a-e25476221ccb-01bbe6e4, #w-node-ab6db670-2583-5652-abff-0c8f12130fe0-01bbe6e4, #w-node-bcc6c98c-2ccd-94a9-1b6b-715513224c31-01bbe6e4, #w-node-_28d10dce-1aa8-442f-53d8-9319f1670a88-01bbe6e4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_92c07af2-6c48-6089-eee4-8becf2c3e0d5-e4ab5451, #w-node-_9047d30a-b958-edad-643e-a7aec2a8f0a0-e4ab5451 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_331b9944-c68f-6a43-aa34-676690e647ce-e4ab5451 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-e4ab5451, #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-e4ab5451 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_0994a8ab-7f5d-31b0-3aef-296502051f9c-e4ab5451, #w-node-_0994a8ab-7f5d-31b0-3aef-296502051fa9-e4ab5451, #w-node-_1846ddaa-da14-1bc6-7674-7255d3d7063a-e4ab5451, #w-node-_1846ddaa-da14-1bc6-7674-7255d3d70642-e4ab5451, #w-node-b0d4cd74-dff8-c31a-8854-9d9ba545f5ce-e4ab5451, #w-node-b0d4cd74-dff8-c31a-8854-9d9ba545f5d6-e4ab5451 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_517e17b5-d3a7-7da6-7c1d-8dfa34f9a1f0-e4ab5451 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_517e17b5-d3a7-7da6-7c1d-8dfa34f9a1f3-e4ab5451 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-fb7d7c81, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-fb7d7c81, #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-54c86190, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-54c86190 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_5bc72af4-5c04-55fc-09de-e6f20bbe6411-11c5bc17 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-aa7104ee-cae1-0ceb-2d0b-6f53049de570-11c5bc17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5bc72af4-5c04-55fc-09de-e6f20bbe6411-0ec6d592 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-aa7104ee-cae1-0ceb-2d0b-6f53049de570-0ec6d592 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e85c6785-03dc-e541-a002-46a5cce9af85-0ec6d592 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5d189d98-978a-fb0d-7e3f-785fe35531a6-fba21e07 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4292d3ce-0d8e-be60-a58d-75bf3097e999-fba21e07, #w-node-_4292d3ce-0d8e-be60-a58d-75bf3097e9a8-fba21e07, #w-node-_8bc9243f-1c15-29e0-05ea-f3177f994937-fba21e07, #w-node-_8bc9243f-1c15-29e0-05ea-f3177f994946-fba21e07 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0855b1ca-9547-861a-9d0b-cc8c4b5f8a7d-fba21e07, #w-node-_0855b1ca-9547-861a-9d0b-cc8c4b5f8a95-fba21e07, #w-node-_0855b1ca-9547-861a-9d0b-cc8c4b5f8aad-fba21e07 {
    grid-column: 1 / 3;
  }

  #w-node-_8b3bf95e-787c-61ff-0f73-114cba05b7a0-8143a6f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_015edce3-3ce6-7b9b-efd5-21c08143a6f6-8143a6f3 {
    grid-column-end: 3;
  }

  #w-node-_015edce3-3ce6-7b9b-efd5-21c08143a6fb-8143a6f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_015edce3-3ce6-7b9b-efd5-21c08143a70f-8143a6f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_015edce3-3ce6-7b9b-efd5-21c08143a716-8143a6f3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_08b8b26b-42a5-649b-04b9-b9e9974017c3-974017c0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_08b8b26b-42a5-649b-04b9-b9e9974017c6-974017c0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_050bb801-324d-01ac-c916-1152c7658664-c7658663 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-00713a96, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-00713a96, #w-node-_7ff37f83-2183-939e-1517-d856be56b183-00713a96 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e1a75620-ff19-d473-e9c2-8b5235c1026f-00713a96, #w-node-e1a75620-ff19-d473-e9c2-8b5235c1027b-00713a96, #w-node-e1a75620-ff19-d473-e9c2-8b5235c10287-00713a96 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3ee55aeb-3659-c105-7fc9-6ca5461bde34-00713a96 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3ee55aeb-3659-c105-7fc9-6ca5461bde37-00713a96, #w-node-_79c7e122-8092-6d05-7269-000a50b9ab30-50b9ab2c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_79c7e122-8092-6d05-7269-000a50b9ab33-50b9ab2c {
    grid-column: 1 / 3;
  }

  #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-01bbe6e4, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-01bbe6e4, #w-node-_73f4d8f5-6f0c-d828-4014-7faa46cf7388-01bbe6e4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e1a75620-ff19-d473-e9c2-8b5235c1026f-01bbe6e4, #w-node-e1a75620-ff19-d473-e9c2-8b5235c1027b-01bbe6e4, #w-node-e1a75620-ff19-d473-e9c2-8b5235c10287-01bbe6e4, #w-node-_2134016e-c96a-17e1-651c-490c54d4936c-01bbe6e4, #w-node-_86d78f77-8cf9-8b2e-2f6a-e25476221ccb-01bbe6e4, #w-node-ab6db670-2583-5652-abff-0c8f12130fe0-01bbe6e4, #w-node-bcc6c98c-2ccd-94a9-1b6b-715513224c31-01bbe6e4, #w-node-_28d10dce-1aa8-442f-53d8-9319f1670a88-01bbe6e4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_92c07af2-6c48-6089-eee4-8becf2c3e0d5-e4ab5451, #w-node-_9047d30a-b958-edad-643e-a7aec2a8f0a0-e4ab5451, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-e4ab5451, #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-e4ab5451 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0994a8ab-7f5d-31b0-3aef-296502051f9c-e4ab5451, #w-node-_0994a8ab-7f5d-31b0-3aef-296502051fa9-e4ab5451, #w-node-_1846ddaa-da14-1bc6-7674-7255d3d7063a-e4ab5451, #w-node-_1846ddaa-da14-1bc6-7674-7255d3d70642-e4ab5451, #w-node-b0d4cd74-dff8-c31a-8854-9d9ba545f5ce-e4ab5451, #w-node-b0d4cd74-dff8-c31a-8854-9d9ba545f5d6-e4ab5451 {
    grid-column: span 2 / span 2;
  }

  #w-node-_517e17b5-d3a7-7da6-7c1d-8dfa34f9a1f0-e4ab5451 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_517e17b5-d3a7-7da6-7c1d-8dfa34f9a1f3-e4ab5451 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-fb7d7c81, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-fb7d7c81, #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-54c86190, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-54c86190, #w-node-_5bc72af4-5c04-55fc-09de-e6f20bbe6411-11c5bc17, #w-node-_5bc72af4-5c04-55fc-09de-e6f20bbe6411-0ec6d592 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b3bf95e-787c-61ff-0f73-114cba05b7a0-8143a6f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0640042d-0769-ca95-d436-35217faa1a6f-01bbe6e4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d189d98-978a-fb0d-7e3f-785fe35531a6-fba21e07, #w-node-_015edce3-3ce6-7b9b-efd5-21c08143a6f6-8143a6f3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_55fa2a4b-4af7-e49a-b4b3-87dab0fe82d8-8143a6f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_08b8b26b-42a5-649b-04b9-b9e9974017c3-974017c0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-00713a96, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-00713a96, #w-node-_7ff37f83-2183-939e-1517-d856be56b183-00713a96 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_3ee55aeb-3659-c105-7fc9-6ca5461bde34-00713a96 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-01bbe6e4, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-01bbe6e4, #w-node-_73f4d8f5-6f0c-d828-4014-7faa46cf7388-01bbe6e4 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_0640042d-0769-ca95-d436-35217faa1a6f-01bbe6e4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_92c07af2-6c48-6089-eee4-8becf2c3e0d5-e4ab5451, #w-node-_9047d30a-b958-edad-643e-a7aec2a8f0a0-e4ab5451, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-e4ab5451, #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-e4ab5451 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_517e17b5-d3a7-7da6-7c1d-8dfa34f9a1f0-e4ab5451 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-fb7d7c81, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-fb7d7c81, #w-node-_0baef443-cf31-98dd-7988-b5b4d5c7c7bc-54c86190, #w-node-d7549c65-598a-505e-a8bf-83ae7a9820c2-54c86190 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_5bc72af4-5c04-55fc-09de-e6f20bbe6411-11c5bc17 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aa7104ee-cae1-0ceb-2d0b-6f53049de570-11c5bc17 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5bc72af4-5c04-55fc-09de-e6f20bbe6411-0ec6d592 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aa7104ee-cae1-0ceb-2d0b-6f53049de570-0ec6d592 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


