@charset "UTF-8";
html {
  font-size: 16px;
}

p strong {
  font-weight: 600;
}

address {
  font-style: normal;
}

cite {
  display: block;
}
cite:before {
  content: "–";
}

dialog {
  background-color: #000;
}

:where(h1, h2, h3, h4, h5, h6) {
  color: #000;
  font-weight: 400;
  text-wrap: balance;
}

:where(ul, ol) {
  padding-left: 1.4em;
}
:where(ul, ol) :where(ul, ol) {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

ul {
  list-style-type: disc;
}
ul.center {
  list-style-position: inside;
  text-align: center;
}
ul.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li::marker {
  color: var(--wp--preset--color--carpenter-blue);
}

ol ol {
  list-style-type: lower-alpha;
}

@media (max-width: 768.98px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

@media (max-width: 768.98px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

a:focus-visible,
button:focus-visible {
  outline: #adbcf2 solid 2px;
}

pre,
code {
  font-size: 13px;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  gap: 0 var(--wp--style--block-gap);
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 100%;
  gap: 1rem;
  justify-content: center;
  order: -2;
}
.breadcrumbs > li {
  flex: 1 1 auto;
  text-align: center;
  white-space: nowrap;
}
.breadcrumbs li {
  flex: 0 1 auto;
}
.breadcrumbs li a {
  text-decoration: none;
}
.breadcrumbs li a[href="#noop"] {
  color: inherit;
}
.breadcrumbs :where(i, svg) {
  color: var(--wp--preset--color--division-light-blue);
}
@media (max-width: 767.98px) {
  .breadcrumbs.post {
    margin-bottom: var(--wp--style--block-gap);
  }
}

.contain {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--content-size);
  position: relative;
}

.contain-wide {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
}

.h1 {
  font-size: var(--wp--preset--font-size--h-1);
}

.h2 {
  font-size: var(--wp--preset--font-size--h-2);
}

.h3 {
  font-size: var(--wp--preset--font-size--h-3);
}

.h4 {
  font-size: var(--wp--preset--font-size--h-4);
}

.h5 {
  font-size: var(--wp--preset--font-size--h-5);
}

.h6 {
  font-size: var(--wp--preset--font-size--h-6);
}

#header {
  padding: var(--wp--style--block-gap) 10px 1rem 10px;
  position: relative;
  z-index: 4603;
}
@media (min-width: 1024px) {
  #header {
    padding: 0 10px;
  }
}
#header.blue {
  background-color: var(--wp--preset--color--carpenter-blue);
  color: #fff;
}
#header.blue .search .search-form {
  background-color: rgba(255, 255, 255, 0.7);
}
#header.blue .search .search-form label :where(i, svg) {
  color: var(--wp--preset--color--carpenter-blue);
}
#header.blue .search input[type=search] {
  background-color: var(--wp--preset--color--carpenter-blue);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}
#header.blue .search input[type=search]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#header.blue .search input[type=search]::placeholder {
  color: #fff;
  opacity: 1;
}
#header.blue .language .language-form select {
  background-color: var(--wp--preset--color--carpenter-blue);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  color: #fff;
}
#header.blue .language .wpml-ls-legacy-dropdown-click {
  width: auto;
}
#header.blue .language .wpml-ls-legacy-dropdown-click a {
  font-size: 0.75rem;
  padding: calc(0.9em + 2px) 2.5em calc(0.9em + 3px) 1.1em;
}
#header.blue .language .wpml-ls-statics-shortcode_actions,
#header.blue .language .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu,
#header.blue .language .wpml-ls-statics-shortcode_actions a {
  border-color: rgba(255, 255, 255, 0.7);
}
#header.blue a {
  color: #fff;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
#header.blue a:hover {
  color: var(--wp--preset--color--division-light-blue);
}
#header .inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
  position: relative;
  align-items: center;
}
@media (min-width: 1024px) {
  #header .inner {
    display: flex;
    gap: var(--wp--style--block-gap);
    justify-content: space-between;
  }
}
#header :where(.left, .right) {
  align-items: center;
  display: flex;
}
#header .left {
  gap: var(--wp--custom--gap--5);
}
#header .right {
  gap: var(--wp--custom--gap--1);
  margin-top: var(--wp--style--block-gap);
}
@media (min-width: 1024px) {
  #header .right {
    margin-top: 0;
  }
}
@media (max-width: 1023.98px) {
  #header .search {
    flex: 1 1 75%;
  }
}
#header .search input[type=search] {
  border: 1px solid var(--wp--preset--color--carpenter-blue);
  height: 42px;
  line-height: 42px;
}
@media (min-width: 1064px) {
  #header .search input[type=search] {
    min-width: 200px;
  }
}
@media (max-width: 1023.98px) {
  #header .language {
    flex: 1 1 25%;
  }
}
#header .language select {
  border: 1px solid var(--wp--preset--color--carpenter-blue);
  font-size: 0.75rem;
  height: 42px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  #header .mobile {
    display: none;
  }
}
#header img {
  display: inline-block;
  width: 245px;
}
#header a {
  color: #000;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
#header a:hover {
  color: var(--wp--preset--color--carpenter-blue);
}
#header .hamburger {
  position: absolute;
  right: 0;
  top: -3px;
}

header.announcement {
  background-color: var(--wp--preset--color--carpenter-blue-dark);
  color: #fff;
  padding: 0.635rem 10px 1rem 10px;
  position: relative;
  text-align: center;
  z-index: 4603;
}
header.announcement a {
  color: inherit;
}
header.announcement :where(i, svg) {
  font-size: 0.75rem;
}

#menu-header :where(i, svg),
#menu-mobile :where(i, svg) {
  color: var(--wp--preset--color--carpenter-blue);
}
#menu-header li.hidden,
#menu-mobile li.hidden {
  display: none !important;
}
#menu-header ul.sub-menu,
#menu-mobile ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
#menu-header ul.sub-menu .menu-item,
#menu-mobile ul.sub-menu .menu-item {
  display: block;
  padding: 1rem 2rem;
}
#menu-header ul.sub-menu .menu-item.menu-item-has-children,
#menu-mobile ul.sub-menu .menu-item.menu-item-has-children {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#menu-header ul.sub-menu .menu-item.menu-item-has-children:hover,
#menu-mobile ul.sub-menu .menu-item.menu-item-has-children:hover {
  background-color: rgba(0, 102, 204, 0.06);
}
#menu-header ul.sub-menu .menu-item.menu-item-has-children :where(i, svg),
#menu-mobile ul.sub-menu .menu-item.menu-item-has-children :where(i, svg) {
  pointer-events: none;
}
#menu-header ul.sub-menu .menu-item.current-menu-item:not(.overview), #menu-header ul.sub-menu .menu-item.current-menu-ancestor:not(.overview), #menu-header ul.sub-menu .menu-item:has(> .sub-menu.open):not(.overview),
#menu-mobile ul.sub-menu .menu-item.current-menu-item:not(.overview),
#menu-mobile ul.sub-menu .menu-item.current-menu-ancestor:not(.overview),
#menu-mobile ul.sub-menu .menu-item:has(> .sub-menu.open):not(.overview) {
  background-color: rgba(0, 102, 204, 0.06);
}
#menu-header ul.sub-menu .menu-item.current-menu-item:not(.overview) > .heading > a,
#menu-header ul.sub-menu .menu-item.current-menu-item:not(.overview) > a, #menu-header ul.sub-menu .menu-item.current-menu-ancestor:not(.overview) > .heading > a,
#menu-header ul.sub-menu .menu-item.current-menu-ancestor:not(.overview) > a,
#menu-mobile ul.sub-menu .menu-item.current-menu-item:not(.overview) > .heading > a,
#menu-mobile ul.sub-menu .menu-item.current-menu-item:not(.overview) > a,
#menu-mobile ul.sub-menu .menu-item.current-menu-ancestor:not(.overview) > .heading > a,
#menu-mobile ul.sub-menu .menu-item.current-menu-ancestor:not(.overview) > a {
  text-decoration: underline;
}
#menu-header ul.sub-menu .menu-item.overview,
#menu-mobile ul.sub-menu .menu-item.overview {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  padding-bottom: 0;
  padding-top: 0;
}
#menu-header ul.sub-menu .menu-item a,
#menu-mobile ul.sub-menu .menu-item a {
  color: var(--wp--preset--color--carpenter-blue);
  transition: color 0.25s ease-in-out;
}
#menu-header ul.sub-menu .menu-item a:hover,
#menu-mobile ul.sub-menu .menu-item a:hover {
  color: var(--wp--preset--color--carpenter-blue);
}
#menu-header ul.sub-menu .menu-item a[href="#noop"],
#menu-mobile ul.sub-menu .menu-item a[href="#noop"] {
  color: #000;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-bottom: var(--wp--style--block-gap);
  text-transform: uppercase;
}
#menu-header ul.sub-menu .menu-item a:hover,
#menu-mobile ul.sub-menu .menu-item a:hover {
  text-decoration: underline;
}
#menu-header ul.depth-2 > .menu-item:has(a[href$="/product-finder/"]),
#menu-mobile ul.depth-2 > .menu-item:has(a[href$="/product-finder/"]) {
  background-color: transparent !important;
  border-bottom: 2px solid var(--wp--preset--color--carpenter-blue);
  bottom: var(--wp--custom--gap--5);
  font-size: var(--wp--preset--font-size--h-5);
  margin-left: 2rem;
  padding: 0;
  position: absolute;
}
#menu-header ul.depth-2 > .menu-item:has(a[href$="/product-finder/"]) > a,
#menu-mobile ul.depth-2 > .menu-item:has(a[href$="/product-finder/"]) > a {
  display: inline-block;
  padding: 1rem 0;
  text-decoration: none !important;
}
#menu-header ul.depth-2 > .menu-item:has(a[href$="/product-finder/"]) > a:hover,
#menu-mobile ul.depth-2 > .menu-item:has(a[href$="/product-finder/"]) > a:hover {
  font-weight: inherit;
  text-decoration: none;
}
#menu-header ul.depth-3 .menu-item.accordion,
#menu-mobile ul.depth-3 .menu-item.accordion {
  display: block;
  margin-top: 0;
}
#menu-header ul.depth-3 .menu-item.accordion .heading,
#menu-mobile ul.depth-3 .menu-item.accordion .heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#menu-header ul.depth-3 .menu-item.accordion .body .menu-item,
#menu-mobile ul.depth-3 .menu-item.accordion .body .menu-item {
  padding: 0;
}
#menu-header ul.depth-4,
#menu-mobile ul.depth-4 {
  font-size: 1rem;
  padding-top: 1rem;
}
@media (min-width: 600px) {
  #menu-header ul.depth-4,
  #menu-mobile ul.depth-4 {
    display: flex;
    flex-wrap: wrap;
  }
}
#menu-header ul.depth-4 > .menu-item,
#menu-mobile ul.depth-4 > .menu-item {
  background-color: transparent !important;
  flex: 0 0 50%;
}
#menu-header ul.depth-4 > .menu-item > a,
#menu-mobile ul.depth-4 > .menu-item > a {
  color: var(--wp--preset--color--neutral);
  transition: color 0.25s ease-in-out;
  display: block;
  padding: 0.5rem 1rem;
}
#menu-header ul.depth-4 > .menu-item > a:hover,
#menu-mobile ul.depth-4 > .menu-item > a:hover {
  color: var(--wp--preset--color--carpenter-blue);
}

#menu-header {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  gap: 0 1rem;
}
#menu-header > li {
  flex: 1 1 auto;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1023.98px) {
  #menu-header {
    display: none;
  }
}
@media (min-width: 1120px) {
  #menu-header {
    gap: var(--wp--custom--gap--3);
  }
}
#menu-header > .menu-item.current-menu-item > a::after, #menu-header > .menu-item.current-menu-ancestor > a::after, #menu-header > .menu-item:hover > a::after {
  width: 100%;
}
#menu-header > .menu-item > a {
  display: block;
  padding: var(--wp--custom--gap--3) 0;
  position: relative;
}
#menu-header > .menu-item > a::after {
  background-color: var(--wp--preset--color--division-light-blue);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  height: 4px;
  transition: width 0.33s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  width: 0;
}
#menu-header > .menu-item > a:hover {
  color: inherit;
}
#menu-header > .menu-item > a :where(i, svg) {
  color: #fff;
  font-size: 0.75rem;
  max-width: none;
  pointer-events: none;
}
#menu-header ul.sub-menu {
  border-right: 1px solid var(--wp--preset--color--silver);
}
#menu-header ul:is(.depth-2, .depth-3) {
  height: 0;
  left: calc(min(40%, 512px) * -1);
  padding: var(--wp--custom--gap--5) var(--wp--custom--gap--3);
  position: fixed;
  top: 0;
  visibility: hidden;
  width: min(40%, 512px);
}
#menu-header ul:is(.depth-2, .depth-3) .menu-item {
  font-size: var(--wp--preset--font-size--h-4);
  text-align: left;
}
#menu-header ul.depth-2 {
  background-color: #fff;
  transition: left 0.33s ease-in-out;
  z-index: 4603;
}
#menu-header ul.depth-2.open {
  left: 0;
  visibility: visible;
}
#menu-header ul.depth-3 {
  background-color: #f5f7fa;
  left: calc(min(40%, 512px) * -1);
  z-index: 4603;
}
#menu-header ul.depth-3.open {
  left: min(40%, 512px);
  visibility: visible;
}
#menu-header ul.depth-4 {
  border-right: 0;
}
#menu-header ul.depth-4 .menu-item {
  font-size: 1rem;
}

.hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.hamburger div {
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  width: 30px;
}
.hamburger span {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
.hamburger span:nth-child(1) {
  top: 3px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 13px;
}
.hamburger span:nth-child(4) {
  top: 23px;
}
.hamburger.is-active span:nth-child(1) {
  left: 50%;
  top: 13px;
  width: 0%;
}
.hamburger.is-active span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger.is-active span:nth-child(4) {
  left: 50%;
  top: 13px;
  width: 0%;
}

#menu-mobile-container ul:where(.depth-1, .depth-2, .depth-3) {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  display: none;
  font-size: 1.25rem;
  left: 0;
  line-height: 1;
  overflow: auto;
  padding-top: 1rem !important;
  position: fixed;
  transition: opacity 0.25s ease-in-out;
  width: 100vw;
}
#menu-mobile-container ul:where(.depth-1, .depth-2, .depth-3).active {
  opacity: 1;
}
#menu-mobile-container ul.depth-1 {
  z-index: 1;
}
#menu-mobile-container ul.depth-1 > .menu-item {
  display: block;
  padding: 1rem 2rem;
}
#menu-mobile-container ul.depth-1 > .menu-item.menu-item-has-children {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#menu-mobile-container ul.depth-1 > .menu-item.menu-item-has-children:hover {
  background-color: rgba(0, 102, 204, 0.06);
}
#menu-mobile-container ul.depth-1 > .menu-item.menu-item-has-children :where(i, svg) {
  pointer-events: none;
}
#menu-mobile-container ul.depth-1 > .menu-item.current-menu-item:not(.overview), #menu-mobile-container ul.depth-1 > .menu-item.current-menu-ancestor:not(.overview), #menu-mobile-container ul.depth-1 > .menu-item:has(> .sub-menu.open):not(.overview) {
  background-color: rgba(0, 102, 204, 0.06);
}
#menu-mobile-container ul.depth-1 > .menu-item.current-menu-item:not(.overview) > .heading > a,
#menu-mobile-container ul.depth-1 > .menu-item.current-menu-item:not(.overview) > a, #menu-mobile-container ul.depth-1 > .menu-item.current-menu-ancestor:not(.overview) > .heading > a,
#menu-mobile-container ul.depth-1 > .menu-item.current-menu-ancestor:not(.overview) > a {
  text-decoration: underline;
}
#menu-mobile-container ul.depth-1 > .menu-item.overview {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  padding-bottom: 0;
  padding-top: 0;
}
#menu-mobile-container ul.depth-1 > .menu-item a {
  color: var(--wp--preset--color--carpenter-blue);
  transition: color 0.25s ease-in-out;
}
#menu-mobile-container ul.depth-1 > .menu-item a:hover {
  color: var(--wp--preset--color--carpenter-blue);
}
#menu-mobile-container ul.depth-1 > .menu-item a[href="#noop"] {
  color: #000;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-bottom: var(--wp--style--block-gap);
  text-transform: uppercase;
}
#menu-mobile-container ul.depth-1 > .menu-item a:hover {
  text-decoration: underline;
}
#menu-mobile-container ul.depth-1 > .menu-item .fa-chevron-down::before {
  content: "\f054";
}
#menu-mobile-container ul.depth-2 {
  z-index: 2;
}
#menu-mobile-container ul.depth-3 {
  z-index: 3;
}
#menu-mobile-container ul.depth-4 > .menu-item > a {
  color: var(--wp--preset--color--neutral);
  transition: color 0.25s ease-in-out;
}
#menu-mobile-container ul.depth-4 > .menu-item > a:hover {
  color: var(--wp--preset--color--carpenter-blue);
}
#menu-mobile-container button.back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: var(--wp--preset--color--carpenter-blue);
  cursor: pointer;
  padding: 1rem 2rem;
}

#footer {
  background-color: var(--wp--preset--color--silver);
  margin-top: var(--wp--custom--gap--3);
  padding: var(--wp--custom--gap--3) 10px 0 10px;
  text-align: center;
}
#footer .inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
  position: relative;
  align-items: center;
}
@media (min-width: 1024px) {
  #footer .inner {
    display: flex;
    justify-content: space-between;
  }
}
#footer .inner > :where(a, nav) {
  flex-basis: 26%;
}
@media (min-width: 1024px) {
  #footer .inner > :where(a, nav):first-child {
    text-align: left;
  }
  #footer .inner > :where(a, nav):last-child {
    text-align: right;
  }
}
#footer .menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: var(--wp--custom--gap--1) 0;
}
#footer .menu-footer > .menu-item {
  margin: 0.5rem 0;
}
@media (min-width: 601px) {
  #footer .menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: var(--wp--custom--gap--1) 0;
  }
  #footer .menu-footer > li {
    display: inline-block;
  }
  #footer .menu-footer > li:not(:only-child) {
    margin-left: calc(var(--wp--style--block-gap) / 2);
    margin-right: calc(var(--wp--style--block-gap) / 2);
  }
}
@media (min-width: 601px) and (min-width: 768px) {
  #footer .menu-footer > li {
    margin-left: var(--wp--style--block-gap);
    margin-right: 0;
  }
  #footer .menu-footer > li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 601px) {
  #footer .menu-footer > .menu-item {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #footer .menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
    gap: 0 var(--wp--style--block-gap);
    flex-wrap: wrap;
    flex-wrap: nowrap;
    row-gap: 0.5rem;
  }
  #footer .menu-footer > li {
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
  }
}
#footer .menu-socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .menu-socials > li {
  display: inline-block;
}
#footer .menu-socials > li:not(:only-child) {
  margin-left: calc(var(--wp--custom--gap--1) / 2);
  margin-right: calc(var(--wp--custom--gap--1) / 2);
}
@media (min-width: 768px) {
  #footer .menu-socials > li {
    margin-left: var(--wp--custom--gap--1);
    margin-right: 0;
  }
  #footer .menu-socials > li:first-child {
    margin-left: 0;
  }
}
#footer .menu-socials :where(i, svg) {
  color: var(--wp--preset--color--carpenter-blue);
  font-size: 1.25rem;
}
#footer .menu-copyright-container {
  flex-basis: 100%;
}
#footer img {
  display: inline-block;
  max-width: 70%;
  width: 245px;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#bottom {
  background-color: var(--wp--preset--color--silver);
  color: var(--wp--preset--color--neutral);
  font-size: 0.75rem;
  padding: var(--wp--custom--gap--3) 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #bottom {
    padding-top: var(--wp--custom--gap--6);
  }
}
#bottom > .inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  display: flex;
  gap: var(--wp--style--block-gap);
  justify-content: center;
  text-align: center;
}
#bottom > .inner + .inner {
  margin-top: var(--wp--custom--gap--1);
}
#bottom .menu-copyright {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bottom .menu-copyright > .menu-item {
  margin: 1rem 0;
}
@media (min-width: 601px) {
  #bottom .menu-copyright {
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 0.5rem;
  }
  #bottom .menu-copyright > li {
    display: inline-block;
  }
  #bottom .menu-copyright > li:not(:only-child) {
    margin-left: calc(var(--wp--style--block-gap) / 2);
    margin-right: calc(var(--wp--style--block-gap) / 2);
  }
}
@media (min-width: 601px) and (min-width: 768px) {
  #bottom .menu-copyright > li {
    margin-left: var(--wp--style--block-gap);
    margin-right: 0;
  }
  #bottom .menu-copyright > li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 601px) {
  #bottom .menu-copyright > .menu-item {
    margin: 0;
  }
}
#bottom a {
  color: var(--wp--preset--color--neutral);
}
#bottom a:hover {
  text-decoration: none;
}

#modal-overlay {
  z-index: 4602;
}

#jump-to-content {
  background: #000;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  color: #fff;
  left: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  top: 0.5em;
}

.entry-card {
  position: relative;
}
.entry-card + .entry-card {
  margin-top: var(--wp--custom--gap--5);
}
@media (min-width: 600px) {
  .entry-card + .entry-card {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .entry-card {
    flex: 1 0 42%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .entry-card {
    flex: 1 0 29%;
    max-width: 33.333333%;
  }
}
.entry-card .thumbnail {
  aspect-ratio: 16/11;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
  width: 100%;
}
.entry-card .title {
  margin-top: var(--wp--style--block-gap);
}
.entry-card .title a {
  text-decoration: none;
}
.entry-card .read-more {
  text-decoration-color: var(--wp--preset--color--gray);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
  font-size: var(--wp--preset--font-size--h-5);
}
.entry-card .read-more:hover {
  text-decoration-color: var(--wp--preset--color--carpenter-blue);
}
@media (max-width: 599px) {
  .entry-card:empty {
    display: none;
  }
}

.entry-card.horizontal {
  align-items: center;
  max-width: none;
}
.entry-card.horizontal:nth-child(even) .media {
  order: 1;
}
@media (min-width: 768px) {
  .entry-card.horizontal {
    display: flex;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .entry-card.horizontal :is(.media, .text) {
    flex: 1 0 42%;
    max-width: 50%;
  }
}
.entry-card.horizontal .media .thumbnail {
  aspect-ratio: 16/11;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-card.horizontal .text {
  padding: 1em;
}
@media (min-width: 768px) {
  .entry-card.horizontal .text {
    padding: var(--wp--custom--gap--5);
  }
}
.entry-card.horizontal .text .title {
  margin-top: 0;
}

.entry-header {
  padding: var(--wp--custom--gap--5) 10px;
}
@media (max-width: 767.98px) {
  .entry-header {
    padding-bottom: var(--wp--style--block-gap);
    padding-top: var(--wp--style--block-gap);
  }
}
.entry-header .inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
}
.entry-header .inner:has(.image) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .entry-header .inner:has(.image) {
    gap: var(--wp--custom--gap--5);
  }
  .entry-header .inner:has(.image) > :where(.text, .image) {
    flex: 1 0 42%;
  }
}
.entry-header .entry-title {
  color: var(--wp--preset--color--carpenter-blue);
  margin-bottom: 0;
  margin-top: 0;
}
.entry-header .breadcrumbs + .entry-title {
  margin-top: var(--wp--style--block-gap);
}
@media (max-width: 767.98px) {
  .entry-header .image {
    flex: 0 0 100%;
    margin-bottom: var(--wp--style--block-gap);
    order: -1;
  }
}
.entry-header .image .thumbnail {
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
  width: 100%;
}

.entry-meta {
  color: var(--wp--preset--color--gray);
  margin-top: 1rem;
}
.entry-meta .post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.entry-meta .post-categories > li {
  display: inline-block;
}
.entry-meta .post-categories > li:not(:only-child) {
  margin-left: calc(var(--wp--style--block-gap) / 2);
  margin-right: calc(var(--wp--style--block-gap) / 2);
}
@media (min-width: 768px) {
  .entry-meta .post-categories > li {
    margin-left: var(--wp--style--block-gap);
    margin-right: 0;
  }
  .entry-meta .post-categories > li:first-child {
    margin-left: 0;
  }
}
.entry-meta .post-categories a {
  color: var(--wp--preset--color--gray);
  transition: color 0.25s ease-in-out;
}
.entry-meta .post-categories a:hover {
  color: var(--wp--preset--color--carpenter-blue);
}

.entry-content {
  padding-left: 10px;
  padding-right: 10px;
}
.entry-content.gradient {
  background: linear-gradient(180deg, #fff 0%, #f9f9f9 38.76%, #eee 68.89%), rgba(153, 153, 153, 0.36);
  padding-bottom: var(--wp--custom--gap--5);
}
.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--content-size);
  position: relative;
}
.entry-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.entry-content > .alignfull {
  margin-left: -10px;
  margin-right: -10px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.entry-excerpt {
  position: relative;
  border: 1px solid var(--wp--preset--color--silver);
  padding: 1.5rem 2rem;
}
.entry-excerpt::after {
  background-color: var(--wp--preset--color--carpenter-blue);
  bottom: 0;
  content: "";
  height: 3px;
  left: -1px;
  position: absolute;
  width: calc(100% + 2px);
}
.entry-excerpt:empty {
  border: 0;
}
.entry-excerpt:empty::after {
  display: none;
}
@media (max-width: 599px) {
  .entry-excerpt:empty {
    display: none;
  }
}
.entry-excerpt + .entry-excerpt {
  margin-top: var(--wp--style--block-gap);
}
.entry-excerpt .type {
  color: gray;
  font-size: 0.75rem;
  margin: 0 0 0.5rem 0;
}
.entry-excerpt .title {
  margin: 0;
}

.entry-related {
  padding-left: 10px;
  padding-right: 10px;
}
.entry-related .inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 600px) {
  .entry-related .inner {
    gap: var(--wp--custom--gap--6) var(--wp--custom--gap--4);
  }
}
.entry-related h2 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  color: var(--wp--preset--color--carpenter-blue);
  margin-bottom: var(--wp--custom--gap--3);
}

body.page-template-page-sidebar main {
  order: 2;
}
body.page-template-page-sidebar aside {
  background-color: var(--wp--preset--color--silver);
  order: 1;
  padding: var(--wp--custom--gap--5) var(--wp--style--block-gap);
}
body.page-template-page-sidebar aside > :first-child {
  margin-top: 0;
}

body.hide-title .entry-header .entry-title {
  display: none;
}

body.title-product-finder {
  --wp--style--global--wide-size: 1440px;
}
body.title-product-finder .entry-header {
  display: none;
}
body.title-product-finder :where(h1, h2, h3, h4, h5, h6) {
  margin-top: var(--wp--style--block-gap);
}
body.title-product-finder :where(h2, h3) {
  color: #000;
}
body.title-product-finder h4 {
  color: var(--wp--preset--color--carpenter-blue);
}
body.title-product-finder h6:not(.showing-found) {
  color: var(--wp--preset--color--gray);
}
body.title-product-finder .wp-block-columns:last-child {
  margin-bottom: 0;
}
body.title-product-finder #footer {
  border-top: 1px solid var(--wp--preset--color--silver);
  margin-top: 0;
  padding-top: var(--wp--custom--gap--6);
}
body.title-product-finder dialog {
  background-color: #fff;
  height: 100vh;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: var(--wp--style--block-gap);
  width: 100vw;
}
body.title-product-finder dialog::after {
  color: var(--wp--preset--color--carpenter-blue);
  pointer-events: auto;
}

@media (min-width: 600px) {
  .wp-block-column:has(#product-filter) {
    flex-basis: 24.5% !important;
  }
}

#product-finder {
  padding-bottom: var(--wp--custom--gap--6);
  position: relative;
}
@media (min-width: 600px) {
  #product-finder {
    padding-top: var(--wp--custom--gap--4);
  }
}
#product-finder.waiting .waiting {
  display: inline-block;
}
#product-finder .meta .tags {
  display: flex;
  gap: 1rem;
  overflow: auto;
}
#product-finder .meta .tags .tag {
  background-color: var(--wp--preset--color--silver);
  color: var(--wp--preset--color--neutral);
  cursor: pointer;
  line-height: 1;
  padding: 0.47625rem 1.25rem 0.75rem 1.25rem;
  padding-right: 2.75rem;
  position: relative;
  white-space: nowrap;
}
#product-finder .meta .tags .tag :where(i, svg) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  pointer-events: none;
  right: 1.25rem;
}
#product-finder .waiting {
  color: var(--wp--preset--color--gray);
  display: none;
  text-align: center;
}
#product-finder .results {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 600px) {
  #product-finder .results {
    gap: var(--wp--custom--gap--3);
  }
}
#product-finder .results .product {
  position: relative;
  border: 1px solid var(--wp--preset--color--silver);
  border-bottom: 0;
  flex: 1 0 42%;
  max-width: 50%;
}
#product-finder .results .product::after {
  background-color: var(--wp--preset--color--carpenter-blue);
  bottom: 0;
  content: "";
  height: 3px;
  left: -1px;
  position: absolute;
  width: calc(100% + 2px);
}
#product-finder .results .product:empty {
  border: 0;
}
#product-finder .results .product:empty::after {
  display: none;
}
@media (max-width: 599px) {
  #product-finder .results .product:empty {
    display: none;
  }
}
@media (min-width: 1024px) {
  #product-finder .results .product {
    flex: 1 0 20%;
    max-width: 25%;
  }
}
#product-finder .results .product .thumbnail {
  border-bottom: 1px solid var(--wp--preset--color--silver);
}
#product-finder .results .product .taxonomy {
  color: var(--wp--preset--color--gray);
  font-size: 0.75rem;
  margin: 1rem 1rem 0.5rem 1rem;
}
#product-finder .results .product .title {
  margin: 0.5rem 1rem 1rem 1rem;
}
#product-finder .results .product .title a {
  text-decoration: none;
}
#product-finder .pagination {
  padding-top: var(--wp--custom--gap--5);
  text-align: center;
}

#product-filter {
  padding-top: var(--wp--custom--gap--4);
}
@media (min-width: 600px) {
  #product-filter {
    padding: var(--wp--custom--gap--4) var(--wp--custom--gap--3) var(--wp--custom--gap--6) 0;
  }
  .wp-block-column:has(#product-filter) {
    border-right: 1px solid var(--wp--preset--color--silver);
  }
}
#product-filter h3 {
  margin-top: var(--wp--style--block-gap);
}
#product-filter h3.button {
  align-items: center;
  border: 2px solid var(--wp--preset--color--carpenter-blue);
  color: var(--wp--preset--color--carpenter-blue);
  cursor: pointer;
  display: none;
  font-size: var(--wp--preset--font-size--h-5);
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 20px;
  text-align: center;
}
@media (max-width: 599.98px) {
  #product-filter h3.button {
    display: flex;
  }
}
#product-filter h3.button :where(span, i, svg) {
  pointer-events: none;
}
#product-filter h4 {
  border-top: 1px solid var(--wp--preset--color--silver);
  margin: 0;
  padding: 1rem 0;
}
#product-filter :where(h3, h4):has(a) {
  align-items: center;
  display: flex;
}
#product-filter :where(h3, h4):has(a) a {
  margin-left: auto;
}
#product-filter :where(h3, h4):has(a) .count {
  margin-right: 0.5rem;
}
#product-filter .search-form {
  display: flex;
}
#product-filter .search-form label,
#product-filter .search-form input[type=search] {
  width: 100%;
}
#product-filter .search-form input[type=search] {
  border: 1px solid #e6f0fa;
  min-width: 150px;
}
@media (max-width: 599.98px) {
  #product-filter .taxonomy-form {
    display: none;
    overflow: auto;
  }
  #product-filter .taxonomy-form h3 {
    margin-top: 0;
  }
}
#product-filter a.clear {
  color: var(--wp--preset--color--gray);
  transition: color 0.25s ease-in-out;
  font-size: 0.75rem;
}
#product-filter a.clear:hover {
  color: var(--wp--preset--color--neutral);
}
@media (max-width: 599.98px) {
  #product-filter a.clear.all {
    display: none;
  }
}
#product-filter fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#product-filter label {
  display: block;
  line-height: 2.25;
}
#product-filter label .spacer {
  display: inline-block;
  width: 1.25em;
}
#product-filter input[type=checkbox] {
  margin-left: 0;
}
#product-filter .taxonomy:not(:last-child) {
  margin-bottom: var(--wp--style--block-gap);
}
#product-filter .count {
  border-radius: 100%;
  background-color: var(--wp--preset--color--carpenter-blue);
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 20px;
  line-height: 19.5px;
  pointer-events: none;
  text-align: center;
  vertical-align: bottom;
  width: 20px;
}
#product-filter .count:empty {
  display: none;
}

body.title-news .entry-header {
  display: none;
}
body.title-news :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}
@media (min-width: 1024px) {
  body.title-news :where(h1, h2, h3, h4, h5, h6) {
    margin-top: var(--wp--style--block-gap);
  }
}
body.title-news :where(h2, h3) {
  color: #000;
}
body.title-news h4 {
  color: var(--wp--preset--color--carpenter-blue);
}
body.title-news h6:not(.showing-found) {
  color: var(--wp--preset--color--gray);
}
body.title-news .wp-block-columns:last-child {
  margin-bottom: 0;
}

.entry-content:has(#news) {
  background: linear-gradient(180deg, #fff 0%, #f9f9f9 38.76%, #eee 68.89%), rgba(153, 153, 153, 0.36);
}

#news.waiting .pagination .wp-element-button :where(i, svg) {
  display: inline-block;
}
#news .results {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 600px) {
  #news .results {
    gap: var(--wp--custom--gap--6) var(--wp--custom--gap--4);
  }
}
#news .pagination {
  padding-top: var(--wp--custom--gap--5);
  text-align: center;
}
#news .pagination .wp-element-button :where(i, svg) {
  display: none;
}

body.search {
  --wp--style--global--wide-size: 1440px;
}
body.search :where(h1, h2, h3, h4, h5, h6) {
  margin-top: var(--wp--style--block-gap);
}
body.search .entry-content > .wp-block-carp-container:first-of-type {
  border-bottom: 1px solid var(--wp--preset--color--silver);
}
body.search .wp-block-columns:last-child {
  margin-bottom: 0;
}
body.search .wp-block-columns .wp-block-column {
  container-type: inline-size;
}
body.search .wp-block-columns .wp-block-column.sidebar {
  padding-top: var(--wp--custom--gap--4);
}
@media (max-width: 599.98px) {
  body.search .wp-block-columns .wp-block-column.sidebar {
    order: 1;
  }
}
body.search .wp-block-columns .wp-block-column.sidebar .wp-block-carp-container {
  margin: 0 !important;
}
@media (min-width: 600px) {
  body.search .wp-block-columns .wp-block-column.sidebar {
    border-right: 1px solid var(--wp--preset--color--silver);
    padding: var(--wp--custom--gap--4) var(--wp--custom--gap--3) var(--wp--custom--gap--6) 0;
    flex-basis: 24.5% !important;
  }
}
@media (width: 1024px) {
  body.search .wp-block-columns .wp-block-column.sidebar {
    max-width: 237.45px;
  }
}
body.search #footer {
  border-top: 1px solid var(--wp--preset--color--silver);
  margin-top: 0;
  padding-top: var(--wp--custom--gap--6);
}
body.search dialog {
  background-color: #fff;
  height: 100vh;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: var(--wp--style--block-gap);
  width: 100vw;
}
body.search dialog::after {
  color: var(--wp--preset--color--carpenter-blue);
  pointer-events: auto;
}

@media (min-width: 600px) {
  #search {
    padding-bottom: var(--wp--custom--gap--6);
  }
}
#search.waiting .waiting {
  display: inline-block;
}
@media (max-width: 1023.98px) {
  #search .filters {
    overflow: auto;
  }
  #search .filters h3 {
    margin-top: 0;
  }
}
#search .filters h3.button {
  align-items: center;
  border: 2px solid var(--wp--preset--color--carpenter-blue);
  color: var(--wp--preset--color--carpenter-blue);
  cursor: pointer;
  display: none;
  font-size: var(--wp--preset--font-size--h-5);
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 20px;
  text-align: center;
}
@media (max-width: 1023.98px) {
  #search .filters h3.button {
    display: flex;
  }
}
#search .filters h3.button :where(span, i, svg) {
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  #search .filters .type-form {
    display: none;
  }
  #search .filters .type-form label {
    display: block;
    margin: 0.5rem 0;
  }
  #search .filters .type-form label:last-of-type {
    margin-bottom: var(--wp--style--block-gap);
  }
}
@media (min-width: 1024px) {
  #search .filters .type-form {
    align-items: center;
    display: flex;
    gap: 1.5rem;
  }
  #search .filters .type-form h4 {
    margin: 0;
  }
}
#search .filters a.clear {
  color: var(--wp--preset--color--gray);
  transition: color 0.25s ease-in-out;
  font-size: 0.75rem;
  margin-left: auto;
}
#search .filters a.clear:hover {
  color: var(--wp--preset--color--neutral);
}
#search .results .entry-excerpt {
  padding-bottom: 0.75rem;
}
#search .results .entry-excerpt p:empty {
  display: block;
}
#search .results .entry-excerpt .read-more {
  display: none;
}
#search .pagination {
  padding-top: var(--wp--custom--gap--5);
  text-align: center;
}
#search .waiting {
  color: var(--wp--preset--color--gray);
  display: none;
  text-align: center;
}
#search .count {
  border-radius: 100%;
  background-color: var(--wp--preset--color--carpenter-blue);
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 20px;
  line-height: 19.5px;
  pointer-events: none;
  text-align: center;
  vertical-align: bottom;
  width: 20px;
}
#search .count:empty {
  display: none;
}

@media (max-width: 599.98px) {
  div[class*=wp-block][style*=padding-top] {
    padding-top: var(--wp--style--block-gap) !important;
  }
}

@media (max-width: 599.98px) {
  div[class*=wp-block][style*=padding-bottom] {
    padding-bottom: var(--wp--style--block-gap) !important;
  }
}

@media (max-width: 599.98px) {
  div[class*=wp-block][style*=margin-top] {
    margin-top: var(--wp--custom--gap--3) !important;
  }
}

@media (max-width: 599.98px) {
  div[class*=wp-block][style*=margin-bottom] {
    margin-bottom: var(--wp--custom--gap--3) !important;
  }
}

@media (max-width: 499.98px) {
  .wp-block-buttons {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }
}
@media (max-width: 768.98px) {
  .wp-block-buttons {
    justify-content: center;
  }
}

.wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--carpenter-blue-dark);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--carpenter-blue);
  color: #fff;
}
.has-white-color + .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--carpenter-blue-dark);
}

.wp-block-button.is-style-text {
  font-size: var(--wp--preset--font-size--h-5);
}
.wp-block-button.is-style-text .wp-block-button__link {
  text-decoration-color: var(--wp--preset--color--gray);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
  background-color: transparent;
  color: var(--wp--preset--color--carpenter-blue);
  padding: 1em;
}
.wp-block-button.is-style-text .wp-block-button__link:hover {
  text-decoration-color: var(--wp--preset--color--carpenter-blue);
}
@media (min-width: 769px) {
  .wp-block-column .wp-block-button.is-style-text .wp-block-button__link {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-columns {
  -moz-column-gap: var(--wp--custom--gap--4);
       column-gap: var(--wp--custom--gap--4);
}
.wp-block-columns.justify-content-center, .wp-block-columns.center, .wp-block-columns.jcc {
  justify-content: center;
}
.wp-block-columns.thirds {
  justify-content: center;
}
.wp-block-columns.thirds .wp-block-column {
  flex-basis: calc((100% - var(--wp--custom--gap--4) * 2) / 3);
  flex-grow: 0;
}
.wp-block-columns.fourths {
  justify-content: center;
}
.wp-block-columns.fourths .wp-block-column {
  flex-basis: calc((100% - var(--wp--custom--gap--4) * 3) / 4);
  flex-grow: 0;
}
.wp-block-columns .wp-block-column img {
  width: 100%;
}
.wp-block-columns .wp-block-column p img {
  width: auto;
}

@media (max-width: 1024.98px) {
  .wp-block-columns .wp-block-column:empty {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .wp-block-gallery {
    gap: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-gallery + .wp-block-columns {
    gap: 10px;
    margin-bottom: 10px;
  }
}

.wp-block-group {
  margin-bottom: var(--wp--style--block-gap);
}
.wp-block-group.is-layout-grid {
  gap: var(--wp--custom--gap--4);
}

.wp-block-heading:target {
  -webkit-text-decoration: 2px solid var(--wp--preset--color--carpenter-blue) underline;
          text-decoration: 2px solid var(--wp--preset--color--carpenter-blue) underline;
}

@media (max-width: 768.98px) {
  .wp-block-image.size-medium img,
  .wp-block-image.size-medium figcaption, .wp-block-image.size-thumbnail img,
  .wp-block-image.size-thumbnail figcaption {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image.alignfull .wp-element-caption {
  text-align: center;
}
@media (max-width: 799.98px) {
  .wp-block-image.is-resized {
    display: table;
  }
  .wp-block-image.is-resized figcaption {
    caption-side: bottom;
    display: table-caption;
  }
}
@media (min-width: 800px) {
  .wp-block-image.is-resized:not(.aligncenter).size-large {
    padding-right: calc(var(--wp--style--global--content-size) - var(--wp--custom--media--large));
  }
  .wp-block-image.is-resized:not(.aligncenter).size-medium {
    padding-right: calc(var(--wp--style--global--content-size) - var(--wp--custom--media--medium));
  }
  .wp-block-image.is-resized:not(.aligncenter).size-thumbnail {
    padding-right: calc(var(--wp--style--global--content-size) - var(--wp--custom--media--thumbnail));
  }
}
@media (max-width: 599.98px) {
  .wp-block-image figure.alignleft, .wp-block-image figure.alignright {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.wp-block-image figure.alignleft {
  margin-right: var(--wp--custom--gap--3);
}
.wp-block-image figure.alignright {
  margin-left: var(--wp--custom--gap--3);
}
.wp-block-image .wp-element-caption {
  text-align: left;
}

figure.wp-block-image.alignleft {
  float: left;
  margin-bottom: var(--wp--custom--gap--1);
  margin-left: calc((100% - var(--wp--style--global--content-size)) / 2);
  margin-right: var(--wp--custom--gap--3);
}
figure.wp-block-image.alignright {
  float: right;
  margin-bottom: var(--wp--custom--gap--1);
  margin-left: var(--wp--custom--gap--3);
  margin-right: calc((100% - var(--wp--style--global--content-size)) / 2);
}
.wp-block-group.alignwide {
  margin-left: 0;
}

.wp-block-media-text + .wp-block-media-text {
  margin-top: var(--wp--custom--gap--5);
}

@media (min-width: 1024px) {
  .wp-block-media-text.alignwide .wp-block-media-text__media, .wp-block-media-text.alignfull .wp-block-media-text__media {
    aspect-ratio: 5/4;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: var(--wp--custom--gap--5);
}
@media (max-width: 600.98px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: var(--wp--style--block-gap) !important;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 1em !important;
  }
}
.wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  margin-top: 0;
}

.wp-block-post .wp-block-post-excerpt__more-link {
  text-decoration-color: var(--wp--preset--color--gray);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
  font-size: var(--wp--preset--font-size--h-5);
}
.wp-block-post .wp-block-post-excerpt__more-link:hover {
  text-decoration-color: var(--wp--preset--color--carpenter-blue);
}

figure.wp-block-pullquote {
  text-align: left;
}
@media (max-width: 767.98px) {
  figure.wp-block-pullquote {
    float: none !important;
    font-size: var(--wp--preset--font-size--h-4);
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1em !important;
  }
}
figure.wp-block-pullquote.alignleft {
  float: left;
  margin-bottom: var(--wp--custom--gap--1);
  margin-left: var(--wp--custom--gap--3);
  margin-top: 1em;
}
figure.wp-block-pullquote.alignright {
  float: right;
  margin-bottom: var(--wp--custom--gap--1);
  margin-left: var(--wp--custom--gap--3);
  margin-top: 1em;
}
figure.wp-block-pullquote blockquote p {
  text-indent: -0.4em;
}

.wp-block-query .wp-block-post-featured-image .wp-post-image {
  aspect-ratio: 16/11;
}
.wp-block-query > nav .page-numbers {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media (max-width: 767.98px) {
  .wp-block-quote {
    font-size: var(--wp--preset--font-size--h-4);
    padding: 1em !important;
  }
}
.wp-block-quote.has-double-quote p {
  text-indent: -0.4em;
}

.wp-block-table {
  margin: var(--wp--style--block-gap) 0;
  overflow-x: auto;
}
.wp-block-table.text-center :is(th, td):not(.number) {
  text-align: center;
}
.wp-block-table table {
  border: 0;
}
.wp-block-table table thead {
  border-bottom: 2px solid var(--wp--preset--color--carpenter-blue);
  color: var(--wp--preset--color--carpenter-blue);
}
.wp-block-table table tr:nth-child(odd) td {
  background-color: rgba(0, 102, 204, 0.06);
}
.wp-block-table table :where(th, td) {
  border: 0;
  font-weight: 400;
  padding: 1rem 0.75rem;
  text-align: left;
}
.wp-block-table table td {
  padding-bottom: var(--wp--style--block-gap);
  padding-top: var(--wp--style--block-gap);
}
.wp-block-table table td.number {
  text-align: right;
}

.acf-block {
  margin-bottom: var(--wp--style--block-gap);
}

:is(.wp-block-carp-accordion, .accordion) {
  margin-top: var(--wp--custom--gap--5);
}
:is(.wp-block-carp-accordion, .accordion) .item:last-child {
  border-bottom: 1px solid var(--wp--preset--color--silver);
}
:is(.wp-block-carp-accordion, .accordion) .item .heading {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--silver);
  cursor: pointer;
  display: flex;
  font-family: var(--wp--preset--font-family--gill-sans);
  justify-content: space-between;
  line-height: 1;
  margin: 0;
  padding: 0.9375rem 0 1.25rem 0;
  position: relative;
  text-align: left;
  width: 100%;
}
:is(.wp-block-carp-accordion, .accordion) .item .heading h3 {
  color: var(--wp--preset--color--carpenter-blue);
  margin: 0;
}
:is(.wp-block-carp-accordion, .accordion) .item .heading .count {
  margin-left: 1rem;
}
:is(.wp-block-carp-accordion, .accordion) .item .heading :where(i, svg) {
  color: var(--wp--preset--color--carpenter-blue);
  font-size: var(--wp--preset--font-size--h-4);
  margin-left: auto;
  pointer-events: none;
  position: relative;
  top: 0.1em;
}
:is(.wp-block-carp-accordion, .accordion) .item .body {
  overflow: auto;
}
:is(.wp-block-carp-accordion, .accordion) .item .body > :first-child {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: calc(var(--wp--style--block-gap) / 2);
}
:is(.wp-block-carp-accordion, .accordion) .item .body :where(h1, h2, h3, h4, h5, h6) {
  margin-top: var(--wp--style--block-gap);
}
:is(.wp-block-carp-accordion, .accordion) .item .body > :last-child {
  margin-bottom: var(--wp--style--block-gap);
}

.wp-block-carp-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.wp-block-carp-container .inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--content-size);
  position: relative;
}
.wp-block-carp-container .acf-innerblocks-container > :first-child {
  margin-top: 0;
}
.wp-block-carp-container .acf-innerblocks-container:empty::before {
  color: maroon;
  content: "Warning: There are currently no inner blocks. Add some!";
  display: block;
  font-style: italic;
  text-align: center;
}
.wp-block-carp-container.cta-product-finder.white {
  margin-bottom: 0;
}
.wp-block-carp-container.cta-product-finder.white ~ .cta-contact-us {
  margin-top: 0 !important;
}
@media (max-width: 599.98px) {
  .wp-block-carp-container.cta-contact-us.cta-contact-us {
    margin-top: var(--wp--custom--gap--5) !important;
  }
}

.wp-block-carp-container.alignfull .inner {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-carp-document-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.wp-block-carp-document-cards .card {
  width: calc((var(--wp--style--global--content-size) - 6rem) / 4);
}
.wp-block-carp-document-cards .card img {
  border: 1px solid var(--wp--preset--color--gray);
  display: block;
}
.wp-block-carp-document-cards .card img:hover {
  border-color: var(--wp--preset--color--carpenter-blue);
}
.wp-block-carp-document-cards .card h3 {
  font-size: var(--wp--preset--font-size--h-5);
  margin-bottom: 1rem;
  margin-top: var(--wp--style--block-gap);
}
.wp-block-carp-document-cards .card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: lowercase;
}
.wp-block-carp-document-cards .card ul > li {
  display: inline-block;
}
.wp-block-carp-document-cards .card ul > li:not(:only-child) {
  margin-left: calc(var(--wp--style--block-gap) / 2);
  margin-right: calc(var(--wp--style--block-gap) / 2);
}
@media (min-width: 768px) {
  .wp-block-carp-document-cards .card ul > li {
    margin-left: var(--wp--style--block-gap);
    margin-right: 0;
  }
  .wp-block-carp-document-cards .card ul > li:first-child {
    margin-left: 0;
  }
}
.wp-block-carp-document-cards .card ul li:not(:only-child) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.wp-block-carp-document-cards .card ul li.sep:first-child {
  display: none;
}

.wp-block-carp-documents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-carp-documents ul > li {
  align-items: center;
  display: flex;
}
.wp-block-carp-documents ul > li .wp-block-button {
  font-size: var(--wp--preset--font-size--h-5);
  font-weight: 500;
  margin-left: 0.5rem;
}
.wp-block-carp-documents ul > li .wp-block-button .wp-block-button__link {
  text-align: left;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.wp-block-carp-documents ul > li a:has(i) {
  line-height: 1;
  text-decoration: none;
}
.wp-block-carp-documents ul > li :where(i, svg) {
  color: var(--wp--preset--color--carpenter-blue);
  font-size: 1.75rem;
}

.wp-block-carp-image-grid table {
  table-layout: fixed;
  border-spacing: 10px;
  margin: -10px;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-carp-image-grid table {
    border-spacing: var(--wp--style--block-gap);
    margin: calc(var(--wp--style--block-gap) * -1);
    width: calc(100% + var(--wp--style--block-gap) * 2);
  }
}
.wp-block-carp-image-grid table td[style^=background-image] {
  background-position: 50% 50%;
  background-size: cover;
}
.wp-block-carp-image-grid table td[style^=background-image] img {
  opacity: 0;
  pointer-events: none;
}
.wp-block-carp-image-grid table img {
  height: auto;
  max-width: 100%;
}
.wp-block-carp-image-grid table.layout-two td:first-child {
  vertical-align: top;
}
.wp-block-carp-image-grid table.layout-two td:last-child {
  padding-top: 50%;
}

.wp-block-columns .wp-block-column:has(.wp-block-carp-image-grid) {
  flex-basis: 60%;
  flex-grow: 0;
}

.wp-block-carp-related-news section {
  padding-left: 10px;
  padding-right: 10px;
}
.wp-block-carp-related-news section .inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 600px) {
  .wp-block-carp-related-news section .inner {
    gap: var(--wp--custom--gap--6) var(--wp--custom--gap--4);
  }
}
.wp-block-carp-related-news section h2 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  color: var(--wp--preset--color--carpenter-blue);
  margin-bottom: var(--wp--custom--gap--3);
}

.wp-block-carp-recent-news section .inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
}
.wp-block-carp-recent-news section h2 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  color: var(--wp--preset--color--carpenter-blue);
  margin-bottom: var(--wp--custom--gap--3);
}

.wp-block-carp-tire-fill-calculator .error {
  color: #f23030;
  display: none;
  text-align: center;
}
.wp-block-carp-tire-fill-calculator .error.show {
  display: block;
}
@media (min-width: 768px) {
  .wp-block-carp-tire-fill-calculator form {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--style--block-gap);
  }
}
.wp-block-carp-tire-fill-calculator form label {
  display: block;
  flex: 1 0 30%;
  max-width: 33.333333%;
  position: relative;
}
@media (max-width: 767.98px) {
  .wp-block-carp-tire-fill-calculator form label.placeholder {
    display: none;
  }
  .wp-block-carp-tire-fill-calculator form label + label {
    margin-top: 1rem;
  }
}
.wp-block-carp-tire-fill-calculator form label:empty {
  visibility: hidden;
}
.wp-block-carp-tire-fill-calculator form label:has(button) {
  text-align: center;
}
.wp-block-carp-tire-fill-calculator table {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.wp-block-carp-tire-fill-calculator table tbody td {
  border: 1px solid var(--wp--preset--color--division-light-blue);
}
.wp-block-carp-tire-fill-calculator table tbody td:empty::after {
  content: "–";
}

.wp-block-carp-video-lightbox {
  cursor: pointer;
}
.wp-block-carp-video-lightbox > div {
  background-color: var(--wp--preset--color--gray);
  position: relative;
}
.wp-block-carp-video-lightbox video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 600.98px) {
  .wp-block-carp-video-lightbox video {
    display: none;
  }
}
.wp-block-carp-video-lightbox img.acf-image {
  width: 100%;
}
.wp-block-carp-video-lightbox img.play {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 1px 3px rgba(56, 60, 66, 0.4));
  height: 100px;
  width: 100px;
}

ul.theme-colors {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  gap: 0 1rem;
  flex-wrap: wrap;
  margin: var(--wp--style--block-gap) 0;
  padding-left: 0 !important;
}
ul.theme-colors > li {
  flex: 1 1 auto;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 600.98px) {
  ul.theme-colors {
    gap: 5px;
  }
}
ul.theme-colors li {
  border: 1px solid #000;
  height: 2.5rem;
}
ul.theme-colors li:nth-child(1) {
  background-color: var(--wp--preset--color--carpenter-blue);
}
ul.theme-colors li:nth-child(2) {
  background-color: var(--wp--preset--color--carpenter-blue-dark);
}
ul.theme-colors li:nth-child(3) {
  background-color: #000;
}
ul.theme-colors li:nth-child(4) {
  background-color: var(--wp--preset--color--neutral);
}
ul.theme-colors li:nth-child(5) {
  background-color: var(--wp--preset--color--gray);
}
ul.theme-colors li:nth-child(6) {
  background-color: var(--wp--preset--color--silver);
}
ul.theme-colors li:nth-child(7) {
  background-color: #fff;
}
ul.theme-colors li:nth-child(8) {
  background-color: var(--wp--preset--color--division-light-blue);
}
ul.theme-colors li:nth-child(9) {
  background-color: var(--wp--preset--color--division-green);
}
ul.theme-colors li:nth-child(10) {
  background-color: var(--wp--preset--color--division-yellow);
}
ul.theme-colors li:nth-child(11) {
  background-color: var(--wp--preset--color--division-mint);
}
ul.theme-colors li:nth-child(12) {
  background-color: var(--wp--preset--color--division-purple);
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  background-color: rgba(0, 102, 204, 0.06);
  border: none;
  box-shadow: none;
  color: #000;
  font-family: var(--wp--preset--font-family--gill-sans);
  font-size: 1rem;
  height: 48px;
  line-height: 48px;
  padding: 0 0.75rem;
  transition-duration: 0s;
  width: 100%;
}
input[type=email]:focus-visible, input[type=number]:focus-visible, input[type=password]:focus-visible, input[type=search]:focus-visible, input[type=tel]:focus-visible, input[type=text]:focus-visible, input[type=url]:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: #adbcf2 solid 2px;
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--wp--preset--color--carpenter-blue);
  opacity: 0.69;
}
input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, select::placeholder, textarea::placeholder {
  color: var(--wp--preset--color--carpenter-blue);
  opacity: 0.69;
}
input[type=email]:is(:disabled, [disabled]), input[type=number]:is(:disabled, [disabled]), input[type=password]:is(:disabled, [disabled]), input[type=search]:is(:disabled, [disabled]), input[type=tel]:is(:disabled, [disabled]), input[type=text]:is(:disabled, [disabled]), input[type=url]:is(:disabled, [disabled]), select:is(:disabled, [disabled]), textarea:is(:disabled, [disabled]) {
  background-color: rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
input[type=email]:is(:disabled, [disabled])::-moz-placeholder, input[type=number]:is(:disabled, [disabled])::-moz-placeholder, input[type=password]:is(:disabled, [disabled])::-moz-placeholder, input[type=search]:is(:disabled, [disabled])::-moz-placeholder, input[type=tel]:is(:disabled, [disabled])::-moz-placeholder, input[type=text]:is(:disabled, [disabled])::-moz-placeholder, input[type=url]:is(:disabled, [disabled])::-moz-placeholder, select:is(:disabled, [disabled])::-moz-placeholder, textarea:is(:disabled, [disabled])::-moz-placeholder {
  color: var(--wp--preset--color--gray);
}
input[type=email]:is(:disabled, [disabled])::placeholder, input[type=number]:is(:disabled, [disabled])::placeholder, input[type=password]:is(:disabled, [disabled])::placeholder, input[type=search]:is(:disabled, [disabled])::placeholder, input[type=tel]:is(:disabled, [disabled])::placeholder, input[type=text]:is(:disabled, [disabled])::placeholder, input[type=url]:is(:disabled, [disabled])::placeholder, select:is(:disabled, [disabled])::placeholder, textarea:is(:disabled, [disabled])::placeholder {
  color: var(--wp--preset--color--gray);
}

input[type=checkbox], input[type=radio] {
  accent-color: var(--wp--preset--color--carpenter-blue);
  border-radius: 0;
  height: 1.25em;
  width: 1.25em;
}
input[type=checkbox]:focus-visible, input[type=radio]:focus-visible {
  outline: #adbcf2 solid 2px;
}
input[type=checkbox]:hover, input[type=radio]:hover {
  cursor: pointer;
}
input[type=checkbox]:is(:disabled, [disabled]), input[type=radio]:is(:disabled, [disabled]) {
  opacity: 0.69;
  pointer-events: none;
}
body.is-chrome input[type=checkbox], body.is-chrome input[type=radio] {
  position: relative;
  top: 0.2em;
}

.search-form {
  background-color: var(--wp--preset--color--carpenter-blue);
}
.search-form input[type=search] {
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0;
  color: var(--wp--preset--color--carpenter-blue);
  font-size: 0.75rem;
  padding: 0.9em 1.1em;
}
.search-form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.search-form input[type=submit] {
  display: none;
}
.search-form label {
  display: block;
  padding-right: 2.5em;
  position: relative;
}
.search-form label :where(i, svg) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  padding: 0.75em;
  right: 0;
}

.gform-theme.gform-theme.gform-theme input[type=email], .gform-theme.gform-theme.gform-theme input[type=number], .gform-theme.gform-theme.gform-theme input[type=password], .gform-theme.gform-theme.gform-theme input[type=search], .gform-theme.gform-theme.gform-theme input[type=tel], .gform-theme.gform-theme.gform-theme input[type=text], .gform-theme.gform-theme.gform-theme input[type=url], .gform-theme.gform-theme.gform-theme select, .gform-theme.gform-theme.gform-theme textarea {
  background-color: rgba(0, 102, 204, 0.06);
  border: none;
  box-shadow: none;
  color: #000;
  font-family: var(--wp--preset--font-family--gill-sans);
  font-size: 1rem;
  height: 48px;
  line-height: 48px;
  padding: 0 0.75rem;
  transition-duration: 0s;
  width: 100%;
}
.gform-theme.gform-theme.gform-theme input[type=email]:focus-visible, .gform-theme.gform-theme.gform-theme input[type=number]:focus-visible, .gform-theme.gform-theme.gform-theme input[type=password]:focus-visible, .gform-theme.gform-theme.gform-theme input[type=search]:focus-visible, .gform-theme.gform-theme.gform-theme input[type=tel]:focus-visible, .gform-theme.gform-theme.gform-theme input[type=text]:focus-visible, .gform-theme.gform-theme.gform-theme input[type=url]:focus-visible, .gform-theme.gform-theme.gform-theme select:focus-visible, .gform-theme.gform-theme.gform-theme textarea:focus-visible {
  outline: #adbcf2 solid 2px;
}
.gform-theme.gform-theme.gform-theme input[type=email]::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=number]::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=password]::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=search]::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=tel]::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=text]::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=url]::-moz-placeholder, .gform-theme.gform-theme.gform-theme select::-moz-placeholder, .gform-theme.gform-theme.gform-theme textarea::-moz-placeholder {
  color: var(--wp--preset--color--carpenter-blue);
  opacity: 0.69;
}
.gform-theme.gform-theme.gform-theme input[type=email]::placeholder, .gform-theme.gform-theme.gform-theme input[type=number]::placeholder, .gform-theme.gform-theme.gform-theme input[type=password]::placeholder, .gform-theme.gform-theme.gform-theme input[type=search]::placeholder, .gform-theme.gform-theme.gform-theme input[type=tel]::placeholder, .gform-theme.gform-theme.gform-theme input[type=text]::placeholder, .gform-theme.gform-theme.gform-theme input[type=url]::placeholder, .gform-theme.gform-theme.gform-theme select::placeholder, .gform-theme.gform-theme.gform-theme textarea::placeholder {
  color: var(--wp--preset--color--carpenter-blue);
  opacity: 0.69;
}
.gform-theme.gform-theme.gform-theme input[type=email]:is(:disabled, [disabled]), .gform-theme.gform-theme.gform-theme input[type=number]:is(:disabled, [disabled]), .gform-theme.gform-theme.gform-theme input[type=password]:is(:disabled, [disabled]), .gform-theme.gform-theme.gform-theme input[type=search]:is(:disabled, [disabled]), .gform-theme.gform-theme.gform-theme input[type=tel]:is(:disabled, [disabled]), .gform-theme.gform-theme.gform-theme input[type=text]:is(:disabled, [disabled]), .gform-theme.gform-theme.gform-theme input[type=url]:is(:disabled, [disabled]), .gform-theme.gform-theme.gform-theme select:is(:disabled, [disabled]), .gform-theme.gform-theme.gform-theme textarea:is(:disabled, [disabled]) {
  background-color: rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
.gform-theme.gform-theme.gform-theme input[type=email]:is(:disabled, [disabled])::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=number]:is(:disabled, [disabled])::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=password]:is(:disabled, [disabled])::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=search]:is(:disabled, [disabled])::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=tel]:is(:disabled, [disabled])::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=text]:is(:disabled, [disabled])::-moz-placeholder, .gform-theme.gform-theme.gform-theme input[type=url]:is(:disabled, [disabled])::-moz-placeholder, .gform-theme.gform-theme.gform-theme select:is(:disabled, [disabled])::-moz-placeholder, .gform-theme.gform-theme.gform-theme textarea:is(:disabled, [disabled])::-moz-placeholder {
  color: var(--wp--preset--color--gray);
}
.gform-theme.gform-theme.gform-theme input[type=email]:is(:disabled, [disabled])::placeholder, .gform-theme.gform-theme.gform-theme input[type=number]:is(:disabled, [disabled])::placeholder, .gform-theme.gform-theme.gform-theme input[type=password]:is(:disabled, [disabled])::placeholder, .gform-theme.gform-theme.gform-theme input[type=search]:is(:disabled, [disabled])::placeholder, .gform-theme.gform-theme.gform-theme input[type=tel]:is(:disabled, [disabled])::placeholder, .gform-theme.gform-theme.gform-theme input[type=text]:is(:disabled, [disabled])::placeholder, .gform-theme.gform-theme.gform-theme input[type=url]:is(:disabled, [disabled])::placeholder, .gform-theme.gform-theme.gform-theme select:is(:disabled, [disabled])::placeholder, .gform-theme.gform-theme.gform-theme textarea:is(:disabled, [disabled])::placeholder {
  color: var(--wp--preset--color--gray);
}
.gform-theme.gform-theme.gform-theme input[type=checkbox], .gform-theme.gform-theme.gform-theme input[type=radio] {
  accent-color: var(--wp--preset--color--carpenter-blue);
  border-radius: 0;
  height: 1.25em;
  width: 1.25em;
}
.gform-theme.gform-theme.gform-theme input[type=checkbox]:focus-visible, .gform-theme.gform-theme.gform-theme input[type=radio]:focus-visible {
  outline: #adbcf2 solid 2px;
}
.gform-theme.gform-theme.gform-theme input[type=checkbox]:hover, .gform-theme.gform-theme.gform-theme input[type=radio]:hover {
  cursor: pointer;
}
.gform-theme.gform-theme.gform-theme input[type=checkbox]:is(:disabled, [disabled]), .gform-theme.gform-theme.gform-theme input[type=radio]:is(:disabled, [disabled]) {
  opacity: 0.69;
  pointer-events: none;
}
body.is-chrome .gform-theme.gform-theme.gform-theme input[type=checkbox], body.is-chrome .gform-theme.gform-theme.gform-theme input[type=radio] {
  position: relative;
  top: 0.2em;
}

.gform-theme.gform-theme.gform-theme .gfield [aria-invalid=true] {
  outline: #f23030 solid 2px;
}
.gform-theme.gform-theme.gform-theme .gfield .gfield_validation_message {
  font-size: 0.75rem;
}
.gform-theme.gform-theme.gform-theme select {
  padding-top: 0;
  padding-bottom: 0;
}
.gform-theme.gform-theme.gform-theme .gfield_description,
.gform-theme.gform-theme.gform-theme .gform-field-label--type-sub {
  font-size: 0.75rem;
}
.gform-theme.gform-theme.gform-theme .field_description_above .gfield_description {
  margin-bottom: 0.75rem;
}
.gform-theme.gform-theme.gform-theme div:has(> .charleft) {
  position: relative;
}
.gform-theme.gform-theme.gform-theme .charleft {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 100%;
}
.gform-theme.gform-theme.gform-theme .gform_heading .gform_required_legend {
  display: none;
}
.gform-theme.gform-theme.gform-theme .gform_footer .gform_button.gform_button.gform_button {
  background-color: var(--wp--preset--color--carpenter-blue);
  font-size: inherit;
  padding-bottom: 1.2em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-top: 1em;
}
.gform-theme.gform-theme.gform-theme .gform_footer .gform_button.gform_button.gform_button:hover {
  background-color: var(--wp--preset--color--carpenter-blue-dark);
}
.gform-theme.gform-theme.gform-theme .gform_confirmation_message {
  border: 3px solid #22ad5c;
  background-color: rgba(34, 173, 92, 0.1);
  padding: 20px;
}
.gform-theme.gform-theme.gform-theme .gform_validation_errors {
  border: 3px solid #f23030;
  background-color: rgba(242, 48, 48, 0.1);
  box-shadow: none;
}
.gform-theme.gform-theme.gform-theme .gform_validation_errors .gform_submission_error {
  margin: 0;
}
body.is-gecko .gform-theme.gform-theme.gform-theme :where(.gfield_checkbox, .gfield_radio) label {
  margin-top: -0.25em;
}

.select2.select2-container .select2-selection--single {
  border: 0;
  border-radius: 0;
  height: auto;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: rgba(0, 102, 204, 0.06);
  color: var(--wp--preset--color--carpenter-blue);
  height: 48px;
  line-height: 48px;
  padding-left: 0.7em;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  right: 0.5em;
  width: auto;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow::after {
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: var(--wp--preset--color--carpenter-blue);
  content: "\f078";
}
.select2.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2.select2-container--focus {
  outline: #adbcf2 solid 2px;
}

.select2-container.select2-container--open .select2-dropdown {
  border: 0;
  border-radius: 0;
  z-index: 4603;
}
.select2-container.select2-container--open .select2-search--dropdown {
  background-color: rgba(0, 102, 204, 0.06);
}
.select2-container.select2-container--open .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border: 0;
}
.select2-container.select2-container--open .select2-results {
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  color: var(--wp--preset--color--carpenter-blue);
}
.select2-container.select2-container--open .select2-results .select2-results__options {
  background-color: rgba(0, 102, 204, 0.06);
}
.select2-container.select2-container--open .select2-results__option {
  padding-left: 0.7em;
  padding-right: 0.7em;
}
.select2-container.select2-container--open .select2-results__option[aria-selected=true] {
  background-color: var(--wp--preset--color--carpenter-blue-dark);
  color: #fff;
}
.select2-container.select2-container--open .select2-results__option--highlighted[aria-selected] {
  background-color: var(--wp--preset--color--carpenter-blue);
}

.wp-block-carp-accordion.locations.no-count .count,
.accordion.locations.no-count .count {
  display: none;
}
.wp-block-carp-accordion.locations .count,
.accordion.locations .count {
  border-radius: 100%;
  background-color: var(--wp--preset--color--carpenter-blue);
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 20px;
  line-height: 19.5px;
  pointer-events: none;
  text-align: center;
  vertical-align: bottom;
  width: 20px;
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--carpenter-blue);
  color: var(--wp--preset--color--carpenter-blue);
  height: 24px;
  line-height: 22px;
  width: 24px;
}
.wp-block-carp-accordion.locations .count:empty,
.accordion.locations .count:empty {
  display: none;
}
.wp-block-carp-accordion.locations .heading :where(h3, h4, .h3, .h4),
.accordion.locations .heading :where(h3, h4, .h3, .h4) {
  pointer-events: none;
}
.wp-block-carp-accordion.locations .body > ul,
.accordion.locations .body > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-carp-accordion.locations .body > ul > li,
.accordion.locations .body > ul > li {
  margin: 0.5em 0;
}
.wp-block-carp-accordion.locations .body > ul > li.indent,
.accordion.locations .body > ul > li.indent {
  margin-left: 1rem;
}

svg.the-world.regular path.clickable {
  cursor: pointer;
}
svg.the-world.highlight path.highlight {
  cursor: pointer;
  fill: var(--wp--preset--color--division-light-blue);
}
svg.the-world path.selected {
  fill: var(--wp--preset--color--carpenter-blue) !important;
}

@media (max-width: 599.98px) {
  .wp-block-column:has(svg.the-world) {
    display: none;
  }
}
body.single-location .entry-header {
  text-align: center;
}
body.single-location .entry-header .breadcrumbs {
  margin-bottom: var(--wp--custom--gap--6);
}
body.single-location .entry-title {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: 0.5rem;
}
body.single-location .entry-content .intro {
  max-width: 600px;
}
body.single-location .entry-content .intro.center {
  text-align: center;
}
body.single-location .entry-content .intro :first-child {
  margin-top: 0;
}
body.single-location .entry-content h4 {
  background-color: rgba(0, 102, 204, 0.06);
  padding: 1rem;
}
body.single-location .entry-content ul.capabilities,
body.single-location .entry-content ul.certifications {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 360px) {
  body.single-location .entry-content ul.capabilities,
  body.single-location .entry-content ul.certifications {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
    gap: 0 var(--wp--style--block-gap);
    flex-wrap: wrap;
    align-items: flex-end;
    gap: var(--wp--custom--gap--4) var(--wp--style--block-gap);
    justify-content: center;
  }
  body.single-location .entry-content ul.capabilities > li,
  body.single-location .entry-content ul.certifications > li {
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
  }
}
body.single-location .entry-content ul.capabilities > li,
body.single-location .entry-content ul.certifications > li {
  flex-basis: 13.25%;
  flex-grow: 0;
}
body.single-location .entry-content ul.capabilities > li img,
body.single-location .entry-content ul.certifications > li img {
  aspect-ratio: auto;
  margin: 0 auto;
  width: 64px;
}
body.single-location .entry-content ul.capabilities > li + li,
body.single-location .entry-content ul.certifications > li + li {
  margin-top: var(--wp--custom--gap--3);
}
@media (min-width: 360px) {
  body.single-location .entry-content ul.capabilities > li + li,
  body.single-location .entry-content ul.certifications > li + li {
    margin-top: 0;
  }
}
@media (min-width: 360px) {
  body.single-location .entry-content ul.certifications > li {
    flex-grow: 1;
    max-width: 50%;
  }
}
@media (min-width: 600px) {
  body.single-location .entry-content ul.certifications > li {
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  body.single-location .entry-content ul.certifications > li {
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  body.single-location .entry-content ul.certifications > li {
    max-width: 20%;
  }
}
body.single-location .entry-content ul.certifications > li img {
  display: block;
  margin: 0 auto 0.75rem auto;
  width: 100px;
}
body.single-location .entry-content ul.certifications > li :where(i, svg) {
  color: var(--wp--preset--color--carpenter-blue);
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
body.single-location .entry-content ul.certifications > li a:has(i, svg) {
  text-decoration: none;
}
body.single-location .entry-content ul.certifications + hr {
  border-color: var(--wp--preset--color--silver);
  margin: 2rem 0;
  max-width: 400px;
}
body.single-location .entry-content ul.documentation {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.single-location .entry-content ul.documentation > li {
  align-items: center;
  display: flex;
}
body.single-location .entry-content ul.documentation > li .wp-block-button {
  font-size: var(--wp--preset--font-size--h-5);
  font-weight: 500;
  margin-left: 0.5rem;
}
body.single-location .entry-content ul.documentation > li .wp-block-button .wp-block-button__link {
  text-align: left;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
body.single-location .entry-content ul.documentation > li a:has(i) {
  line-height: 1;
  text-decoration: none;
}
body.single-location .entry-content ul.documentation > li :where(i, svg) {
  color: var(--wp--preset--color--carpenter-blue);
  font-size: 1.75rem;
}
body.single-location .location-icon {
  display: inline-block;
  height: auto;
  max-height: 160px;
  max-width: 200px;
  width: auto;
}
body.single-location address {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
body.single-location address a {
  color: inherit;
}

@media (max-width: 599.98px) {
  body.post-type-market .wp-block-column:has(.wp-block-carp-image-grid, .wp-block-image) {
    order: -1;
  }
}
body.post-type-market .entry-header {
  padding-bottom: 0;
}
@media (max-width: 599.98px) {
  body.post-type-market .tech-specs {
    text-align: center;
  }
  body.post-type-market .tech-specs .wp-block-buttons {
    justify-content: center;
  }
}
body.post-type-market .tech-specs .wp-block-buttons {
  justify-content: end;
}

#modal-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

/*# sourceMappingURL=frontend.css.map */