:root {
  --pogreb-blue: #015087;
  --pogreb-green: #159447;
  --pogreb-green-dark: #0f7436;
}

/* Unified front-end controls: consistent geometry, spacing and link states. */
body.site.com_sppagebuilder :is(
  .sppb-btn,
  .btn,
  .callback-request__submit,
  .gallery-page__back
) {
  display: inline-flex !important;
  min-height: 48px;
  padding: 12px 20px !important;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 10px !important;
  box-shadow:
    0 8px 20px rgb(23 61 84 / 18%),
    0 2px 4px rgb(23 61 84 / 12%) !important;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  cursor: pointer;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    filter .16s ease;
}

body.site.com_sppagebuilder :is(
  a.sppb-btn,
  a.btn,
  a.gallery-page__back
):is(:link, :visited, :hover, :focus, :focus-visible, :active),
body.site.com_sppagebuilder :is(
  .sppb-btn,
  .btn,
  .callback-request__submit,
  .gallery-page__back
) :is(span, strong, i) {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

body.site.com_sppagebuilder :is(
  .sppb-btn,
  .btn,
  .callback-request__submit,
  .gallery-page__back
) > i {
  margin: 0 !important;
  flex: 0 0 auto;
  line-height: 1;
}

body.site.com_sppagebuilder :is(
  .sppb-btn,
  .btn,
  .callback-request__submit,
  .gallery-page__back
):is(:hover, :focus-visible) {
  box-shadow:
    0 11px 24px rgb(23 61 84 / 22%),
    0 3px 6px rgb(23 61 84 / 14%) !important;
  filter: brightness(.96);
  text-decoration: none !important;
  transform: translateY(-2px);
}

body.site.com_sppagebuilder :is(
  .sppb-btn,
  .btn,
  .callback-request__submit,
  .gallery-page__back
):focus-visible {
  outline: 3px solid rgb(1 80 135 / 26%);
  outline-offset: 3px;
}

body.site.com_sppagebuilder :is(
  .sppb-btn,
  .btn,
  .callback-request__submit,
  .gallery-page__back
):active {
  box-shadow:
    0 4px 10px rgb(23 61 84 / 16%),
    0 1px 3px rgb(23 61 84 / 12%) !important;
  transform: translateY(0);
}

html {
  scroll-behavior: smooth;
}

body.site.com_sppagebuilder {
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
  color: #333;
}

body.site.com_sppagebuilder .container-header,
body.site.com_sppagebuilder .mod-breadcrumbs__wrapper,
body.site.com_sppagebuilder .container-sidebar-left,
body.site.com_sppagebuilder .container-sidebar-right,
body.site.com_sppagebuilder .container-footer,
body.site.com_sppagebuilder > footer {
  display: none !important;
}

body.site.com_sppagebuilder .site-grid {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

body.site.com_sppagebuilder .container-component {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.site.com_sppagebuilder .container-component > main,
body.site.com_sppagebuilder #sp-page-builder,
body.site.com_sppagebuilder .page-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.site.com_sppagebuilder #system-message-container:empty {
  display: none;
}

body.site.com_sppagebuilder img,
body.site.com_sppagebuilder video,
body.site.com_sppagebuilder iframe {
  max-width: 100%;
}

body.site.com_sppagebuilder img {
  height: auto;
}

@media (min-width: 1200px) {
  body.site.com_sppagebuilder .sppb-row-container {
    max-width: 1170px !important;
  }
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 64px);
  min-height: 76px;
  padding: 12px 20px;
  border-top: 1px solid #e2e7eb;
  border-bottom: 1px solid #d8e0e6;
  background: #fff;
}

.home-nav a {
  color: var(--pogreb-blue);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.home-nav a:hover,
.home-nav a:focus-visible {
  color: #00395f;
  text-decoration: underline;
}

.callback-request {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 28px 38px;
  border: 1px solid #d7e0e6;
  border-radius: 6px;
  background: #f8fafb;
  box-shadow: 0 8px 28px rgb(1 80 135 / 8%);
}

.callback-request h2 {
  margin: 0 0 10px;
  color: var(--pogreb-blue);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.2;
  text-align: center;
}

.callback-request__context {
  margin: 0 0 20px;
  padding: 11px 14px;
  border-left: 4px solid var(--pogreb-blue);
  background: #edf4f8;
  color: #24323b;
}

.callback-request__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.callback-request__field label {
  display: block;
  margin-bottom: 7px;
  color: #24323b;
  font-weight: 700;
}

.callback-request__field input,
.callback-request__field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #b8c4cc;
  border-radius: 4px;
  background: #fff;
  color: #20272c;
  font-size: 17px;
}

.callback-request__field select {
  cursor: pointer;
}

.callback-request__field input:focus,
.callback-request__field select:focus {
  border-color: var(--pogreb-blue);
  outline: 3px solid rgb(1 80 135 / 16%);
}

.callback-request__field--wide {
  grid-column: 1 / -1;
}

.callback-request__required[hidden] {
  display: none;
}

.callback-request__consent {
  display: flex;
  grid-column: 1 / -1;
  gap: 10px;
  align-items: flex-start;
  color: #4a5962;
  font-size: 14px;
  line-height: 1.45;
}

.callback-request__consent input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex: 0 0 auto;
}

.callback-request__submit {
  grid-column: 1 / -1;
  min-height: 50px;
  padding: 11px 26px;
  border: 0;
  border-radius: 4px;
  background: var(--pogreb-green);
  box-shadow: 0 3px 0 var(--pogreb-green-dark);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.callback-request__submit:hover,
.callback-request__submit:focus-visible {
  background: var(--pogreb-green-dark);
}

.callback-request__success {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 4px solid var(--pogreb-green);
  background: #eaf7ef;
  color: #18552d;
}

body.site.com_sppagebuilder .page-content > [id="55"] {
  padding-top: 24px !important;
}

body.site.com_sppagebuilder .contact-info-addon .sppb-addon-content {
  overflow-wrap: anywhere;
}

body.site.com_sppagebuilder .home-promo-section .home-promo-image {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.site.com_sppagebuilder .home-promo-section .home-promo-image img {
  display: block;
  width: 100% !important;
}

body.site.com_sppagebuilder .product-hero-section .sppb-row {
  align-items: center;
}

body.site.com_sppagebuilder .product-hero__copy h1 {
  margin: 0 0 26px;
  color: var(--pogreb-blue);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
  text-align: left;
}

body.site.com_sppagebuilder .product-hero__details {
  color: #263943;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
}

body.site.com_sppagebuilder .product-hero__details strong {
  display: inline;
  font-weight: 700;
}

body.site.com_sppagebuilder .product-hero__intro p {
  margin: 0;
  text-align: left !important;
}

body.site.com_sppagebuilder .product-hero-image-addon img {
  display: block;
  width: 100% !important;
  max-height: 560px;
  margin: 0 auto;
  object-fit: contain;
}

body.site.com_sppagebuilder .product-detail-content-section .product-detail-content {
  overflow-wrap: anywhere;
}

body.site.com_sppagebuilder .product-detail-content-section .product-detail-content table {
  width: 100% !important;
}

body.site.com_sppagebuilder .product-detail-content-section .product-completion-note {
  color: inherit;
  font-weight: 700;
}

body.site.com_sppagebuilder .product-actions-section .sppb-row {
  align-items: stretch;
}

body.site.com_sppagebuilder .product-actions-section .sppb-row > [class*="sppb-col-"] {
  display: flex;
  min-height: 64px;
  align-self: stretch;
}

body.site.com_sppagebuilder .product-actions-section :is(
  .sppb-column,
  .sppb-column-addons,
  .sppb-addon-wrapper,
  .addon-root-button,
  .sppb-addon,
  .sppb-button-wrapper,
  .sppb-addon-button-group
) {
  display: flex;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: stretch;
}

body.site.com_sppagebuilder .product-actions-section [id^="sppb-addon-"] {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.site.com_sppagebuilder .product-actions-section .addon-root-button {
  margin: 0 !important;
}

body.site.com_sppagebuilder .product-actions-section .sppb-btn {
  display: flex;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-height: 64px;
  margin: 0 !important;
  padding: 13px 18px;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 6px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

body.site.com_sppagebuilder .product-actions-section .sppb-btn > i {
  margin-right: 0 !important;
}

body.site.com_sppagebuilder .home-bad-examples-grid .sppb-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.site.com_sppagebuilder .home-bad-examples-grid .sppb-row > [class*="sppb-col-"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  flex: none !important;
}

body.site.com_sppagebuilder .home-bad-examples-grid .sppb-row > :last-child {
  width: calc(50% - 9px) !important;
  grid-column: 1 / -1;
  justify-self: center;
}

body.site.com_sppagebuilder .home-bad-examples-grid :is(
  .sppb-addon-wrapper,
  .sppb-addon,
  .sppb-addon-content,
  .sppb-addon-single-image-container
) {
  display: block;
  width: 100% !important;
}

body.site.com_sppagebuilder .home-bad-examples-grid img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 700 / 541;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 5px 18px rgb(23 61 84 / 14%);
}

body.site.com_sppagebuilder .gallery-pagination-toggle-row {
  padding-top: 16px !important;
  padding-bottom: 36px !important;
}

body.site.com_sppagebuilder
  .gallery-pagination-toggle-row
  .sppb-addon-button-group {
  text-align: center;
}

body.site.com_sppagebuilder .gallery-pagination-toggle-row .sppb-btn {
  min-width: min(100%, 260px);
  min-height: 52px;
  background: var(--pogreb-blue) !important;
  color: #fff !important;
}

body.site.com_sppagebuilder .gallery-pagination-toggle-row.is-complete,
body.site.com_sppagebuilder .gallery-pagination-row--hidden {
  display: none !important;
}

body.site.com_sppagebuilder .home-premium-gallery .sppb-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-right: 0;
  margin-left: 0;
}

body.site.com_sppagebuilder
  .home-premium-gallery
  .sppb-row
  > [class*="sppb-col-"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  flex: none !important;
}

body.site.com_sppagebuilder
  .home-premium-gallery
  .home-premium-gallery-image {
  height: 100%;
  margin: 0 !important;
}

body.site.com_sppagebuilder
  .home-premium-gallery
  .home-premium-gallery-image
  img {
  display: block;
  width: 100% !important;
  height: clamp(220px, 24vw, 310px) !important;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 5px 18px rgb(23 61 84 / 14%);
}

body.site.com_sppagebuilder
  .home-premium-gallery-batch-4
  .sppb-row
  > [class*="sppb-col-"] {
  grid-column: 2;
}

body.site.com_sppagebuilder :is(
  .home-premium-gallery,
  .home-gallery-preview,
  .home-gallery-more,
  .gallery-page-images
) .pogreb-gallery-image-addon :is(
  .sppb-addon-content,
  .sppb-addon-single-image-container,
  a
) {
  display: block;
  width: 100%;
  height: 100%;
}

body.site.com_sppagebuilder :is(
  .home-premium-gallery,
  .home-gallery-preview,
  .home-gallery-more,
  .gallery-page-images
) .pogreb-gallery-image-addon a {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #edf2f5;
  box-shadow: 0 2px 10px rgb(28 51 66 / 14%);
}

body.site.com_sppagebuilder :is(
  .home-premium-gallery,
  .home-gallery-preview,
  .home-gallery-more,
  .gallery-page-images
) .pogreb-gallery-image-addon a::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgb(1 80 135 / 88%);
  color: #fff;
  content: "+";
  font-size: 27px;
  line-height: 1;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .18s ease, transform .18s ease;
}

body.site.com_sppagebuilder :is(
  .home-premium-gallery,
  .home-gallery-preview,
  .home-gallery-more,
  .gallery-page-images
) .pogreb-gallery-image-addon a:is(:hover, :focus-visible)::after {
  opacity: 1;
  transform: scale(1);
}

body.site.com_sppagebuilder :is(
  .home-premium-gallery,
  .home-gallery-preview,
  .home-gallery-more,
  .gallery-page-images
) .pogreb-gallery-image-addon a:focus-visible {
  outline: 4px solid rgb(1 80 135 / 30%);
  outline-offset: 3px;
}

.callback-request__trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.gallery-page-header-section .sppb-row-container,
.gallery-page-images .sppb-row-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.gallery-page-header-section .sppb-row-container {
  padding-top: 34px;
}

.gallery-page-toggle-row .sppb-row-container {
  padding-bottom: 28px;
}

.gallery-page__header {
  margin-bottom: 28px;
  text-align: center;
}

.gallery-page__back {
  display: inline-flex;
  min-height: 44px;
  margin-bottom: 24px;
  padding: 9px 17px;
  align-items: center;
  border: 2px solid var(--pogreb-blue);
  border-radius: 4px;
  color: var(--pogreb-blue);
  font-weight: 700;
  text-decoration: none;
}

.gallery-page__back:hover,
.gallery-page__back:focus-visible {
  background: var(--pogreb-blue);
  color: #fff;
}

.gallery-page__header h1 {
  margin: 0 0 10px;
  color: var(--pogreb-blue);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
}

.gallery-page__intro {
  max-width: 720px;
  margin: 0 auto;
  color: #53636d;
  font-size: 17px;
  line-height: 1.55;
}

.gallery-page-images .sppb-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-page-images .sppb-row > [class*="sppb-col-"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  flex: none !important;
}

.gallery-page-images .gallery-page-image-addon {
  height: 220px;
  margin: 0 0 16px !important;
}

.gallery-page-images .gallery-page-image-addon img {
  display: block;
  width: 100% !important;
  height: 220px !important;
  object-fit: cover;
  transition: transform .22s ease;
}

.gallery-page-images .gallery-page-image-addon a:is(:hover, :focus-visible) img {
  transform: scale(1.025);
}

.gallery-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #edf2f5;
  box-shadow: 0 2px 10px rgb(28 51 66 / 14%);
}

.gallery-card::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgb(1 80 135 / 88%);
  color: #fff;
  content: "+";
  font-size: 27px;
  line-height: 1;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .18s ease, transform .18s ease;
}

.gallery-card:hover::after,
.gallery-card:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.gallery-card:focus-visible {
  outline: 4px solid rgb(1 80 135 / 30%);
  outline-offset: 3px;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  transition: transform .22s ease;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: scale(1.025);
}

.gallery-lightbox[hidden] {
  display: none !important;
}

.gallery-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  padding: 24px 78px;
  place-items: center;
  background: rgb(9 15 20 / 94%);
}

.gallery-lightbox__figure {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
}

.gallery-lightbox__image {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: calc(100vh - 110px);
  object-fit: contain;
  box-shadow: 0 8px 40px rgb(0 0 0 / 45%);
}

.gallery-lightbox__caption {
  padding-top: 12px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.gallery-lightbox__close,
.gallery-lightbox__previous,
.gallery-lightbox__next {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 50%;
  background: rgb(1 80 135 / 78%);
  color: #fff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.gallery-lightbox__close::before,
.gallery-lightbox__close::after,
.gallery-lightbox__previous::before,
.gallery-lightbox__next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  pointer-events: none;
}

.gallery-lightbox__close::before,
.gallery-lightbox__close::after {
  width: 23px;
  height: 3px;
  border-radius: 3px;
  background: currentcolor;
}

.gallery-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-lightbox__previous::before,
.gallery-lightbox__next::before {
  width: 14px;
  height: 14px;
  border-top: 3px solid currentcolor;
  border-right: 3px solid currentcolor;
}

.gallery-lightbox__previous::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.gallery-lightbox__next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible,
.gallery-lightbox__previous:hover,
.gallery-lightbox__previous:focus-visible,
.gallery-lightbox__next:hover,
.gallery-lightbox__next:focus-visible {
  border-color: #fff;
  background: var(--pogreb-blue);
  outline: 3px solid rgb(255 255 255 / 35%);
}

.gallery-lightbox__close {
  top: 18px;
  right: 18px;
}

.gallery-lightbox__previous,
.gallery-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
}

.gallery-lightbox__previous {
  left: 16px;
}

.gallery-lightbox__next {
  right: 16px;
}

body.gallery-lightbox-open {
  overflow: hidden !important;
}

@media (min-width: 768px) {
  body.site.com_sppagebuilder .benefit-card,
  body.site.com_sppagebuilder .benefit-card > .sppb-column-addons {
    display: flex;
    width: 100%;
    align-self: stretch;
  }

  body.site.com_sppagebuilder .benefit-card .addon-root-text-block,
  body.site.com_sppagebuilder
    .benefit-card
    .addon-root-text-block
    > [id^="sppb-addon-"],
  body.site.com_sppagebuilder .benefit-card .sppb-addon-text-block,
  body.site.com_sppagebuilder .benefit-card .sppb-addon-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    flex-direction: column;
  }

  body.site.com_sppagebuilder
    .catalog-section
    .sppb-row
    > [class*="sppb-col-"]:has(> .catalog-card) {
    display: flex;
  }

  body.site.com_sppagebuilder .catalog-card,
  body.site.com_sppagebuilder .catalog-card > .sppb-column-addons {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    flex-direction: column;
  }

  body.site.com_sppagebuilder .catalog-card .addon-root-text-block {
    margin: 0 !important;
    flex: 0 0 auto;
  }

  body.site.com_sppagebuilder
    .catalog-card
    .addon-root-text-block
    > [id^="sppb-addon-"] {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.site.com_sppagebuilder
    .catalog-card
    .sppb-addon-text-block
    :is(h2, h3) {
    display: flex;
    min-height: 2.5em;
    margin: 0 0 14px;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.25;
    text-align: center;
  }

  body.site.com_sppagebuilder .catalog-card .sppb-addon-text-block img {
    display: block;
    width: 100%;
    height: clamp(170px, 18vw, 250px);
    margin: 0 auto 18px;
    object-fit: contain;
  }

  body.site.com_sppagebuilder .catalog-card .addon-root-button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 8px;
  }

  body.site.com_sppagebuilder
    .catalog-card
    .addon-root-button:has(.product-detail-button) {
    margin-top: auto !important;
  }

  body.site.com_sppagebuilder .catalog-card .sppb-addon-button-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.site.com_sppagebuilder
    .catalog-card
    .addon-root-button
    > [id^="sppb-addon-"] {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  body.site.com_sppagebuilder .catalog-card .product-detail-button {
    display: block;
    width: 100%;
    height: auto;
    min-height: 46px;
    padding: 10px 14px;
    border-color: var(--pogreb-blue) !important;
    background: var(--pogreb-blue) !important;
    box-shadow: 0 8px 20px rgb(23 61 84 / 18%), 0 2px 4px rgb(23 61 84 / 12%) !important;
    color: #fff !important;
    line-height: 1.3;
    text-decoration: none !important;
    white-space: normal;
  }

  body.site.com_sppagebuilder
    .catalog-card
    .product-detail-button:is(:hover, :focus-visible) {
    border-color: #00395f !important;
    background: #00395f !important;
  }
}

@media (max-width: 991.98px) {
  body.site.com_sppagebuilder .benefit-card .sppb-addon-content {
    min-height: 190px;
  }

  .gallery-page-images .sppb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site.com_sppagebuilder .home-bad-examples-grid .sppb-row,
  body.site.com_sppagebuilder .home-premium-gallery .sppb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.site.com_sppagebuilder
    .home-premium-gallery
    .home-premium-gallery-image
    img {
    height: clamp(190px, 32vw, 260px) !important;
  }

  body.site.com_sppagebuilder
    .home-premium-gallery-batch-4
    .sppb-row
    > [class*="sppb-col-"] {
    width: calc(50% - 7px) !important;
    grid-column: 1 / -1;
    justify-self: center;
  }

}

@media (max-width: 767.98px) {
  body.site.com_sppagebuilder .benefit-card .sppb-addon-content {
    min-height: 0;
  }

  body.site.com_sppagebuilder .product-hero-section .sppb-row {
    gap: 24px;
  }

  body.site.com_sppagebuilder .product-hero__copy h1 {
    margin-bottom: 18px;
    font-size: clamp(29px, 9vw, 38px);
  }

  body.site.com_sppagebuilder .product-hero__details {
    font-size: 17px;
  }

  body.site.com_sppagebuilder .product-hero-image-addon img {
    max-height: 420px;
  }

  body.site.com_sppagebuilder .product-actions-section .sppb-btn {
    min-height: 54px;
  }

  body.site.com_sppagebuilder .home-bad-examples-grid .sppb-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.site.com_sppagebuilder .home-bad-examples-grid .sppb-row > :last-child {
    width: 100% !important;
    grid-column: auto;
  }

  body.site.com_sppagebuilder .home-premium-gallery .sppb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.site.com_sppagebuilder
    .home-premium-gallery
    .home-premium-gallery-image
    img {
    height: clamp(130px, 41vw, 180px) !important;
  }

  body.site.com_sppagebuilder
    .home-premium-gallery-batch-4
    .sppb-row
    > [class*="sppb-col-"] {
    width: calc(50% - 5px) !important;
  }

  .gallery-page-header-section .sppb-row-container,
  .gallery-page-images .sppb-row-container {
    width: min(100% - 24px, 680px);
  }

  .gallery-page-header-section .sppb-row-container {
    padding-top: 22px;
  }

  .gallery-page-images .sppb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gallery-page-images .gallery-page-image-addon,
  .gallery-page-images .gallery-page-image-addon img {
    height: clamp(135px, 42vw, 210px) !important;
  }

  .gallery-lightbox {
    padding: 68px 12px 82px;
  }

  .gallery-lightbox__image {
    max-height: calc(100vh - 170px);
  }

  .gallery-lightbox__close,
  .gallery-lightbox__previous,
  .gallery-lightbox__next {
    width: 46px;
    height: 46px;
  }

  .gallery-lightbox__close {
    top: 12px;
    right: 12px;
  }

  .gallery-lightbox__previous,
  .gallery-lightbox__next {
    top: auto;
    bottom: 14px;
    transform: none;
  }

  .gallery-lightbox__previous {
    left: calc(50% - 58px);
  }

  .gallery-lightbox__next {
    right: calc(50% - 58px);
  }

  body.site.com_sppagebuilder .page-content > [id="7"] {
    display: block !important;
  }

  body.site.com_sppagebuilder .mobile-builder-nav {
    display: none !important;
  }

  .home-nav {
    flex-wrap: wrap;
    gap: 9px 18px;
    min-height: 0;
    padding: 14px 12px;
  }

  .home-nav a {
    font-size: 15px;
  }

  .callback-request {
    margin-right: 12px;
    margin-left: 12px;
    padding: 26px 18px 30px;
  }

  .callback-request__form {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .callback-request__consent,
  .callback-request__field--wide,
  .callback-request__submit {
    grid-column: 1;
  }

  body.site.com_sppagebuilder .sppb-row-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  body.site.com_sppagebuilder .product-detail-content-section .product-detail-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  body.site.com_sppagebuilder .product-detail-content-section .product-detail-content p[align="justify"] {
    text-align: left !important;
  }

}
