/** Shopify CDN: Minification failed

Line 97:2 Unexpected "{"
Line 97:3 Expected identifier but found "%"
Line 101:4 Unexpected "{"
Line 101:5 Expected identifier but found "%"

**/
.aquarium-benefits {
    padding: 10.6rem 0px 0;
    position: relative;
    overflow: hidden;
  }

  .aquarium-benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 68.6rem;
  }

  .benefits-container {
    margin-inline: auto;
    position: relative;
    z-index: 1;
  }

  .benefits-card {
    background: #F6FBFF;
    border-radius: 4rem;
    padding: 4rem 0;
    box-shadow: 0px 4px 20px 0px #14334b1A;
    position: relative;
    overflow: hidden;
  }
  .benefits-card:before {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/background-png.png?v=1767528738);
    top: auto;
    bottom: 0;
    left: 0;
    width: 45.9rem;
    height: 28.7rem;
  }
  .benefits-grid-wrapper {
    max-width: 98rem;
    margin: 0 auto;
  }
  .benefits-title {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 5rem;
    line-height: 6rem;
    background: linear-gradient(90deg, #14334b 0%, #3075B0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  .benefits-grid {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
  }

  .benefit-item {
    display: flex;
    flex-direction: column;
    /* grid-template-rows:
      auto
      minmax(54px, auto)
      minmax(80px, auto); */
    text-align: center;
    height: 100%;
  }

  .benefit-icon {
    width: 2rem;
    height: 1.5rem;
    margin: 0 auto 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  {% comment %} .benefit-icon svg {
    width: 24px;
    height: 24px;
    fill: #4CAF50;
  } {% endcomment %}

  .benefit-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #14334b;
    margin: 0 0 0.5rem;
    line-height: 2.7rem;
    min-height: 5.4rem;
  }

  .benefit-description {
    font-size: 1.8rem;
    color: #14334b;
    line-height: 2.7rem;
    margin: .0;
  }

  .fire-guarantee {
    background: #fff;
    padding: 2rem;
    text-align: center;
  }
  .fire-guarantee-title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .fire-guarantee-title span.fire-text {
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 3.6rem;
    background: linear-gradient(90deg, #14334b 0%, #3075B0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .fire-guarantee-title span.fire {
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 3.6rem;
  }

  .fire-guarantee-text {
    font-size: 1.8rem;
    line-height: 2.7rem;
    max-width: 48.5rem;
    margin: 0 auto;
    color: #14334b;
  }
  .fire-guarantee-text strong + strong {
    font-weight: 600;
  }
  .contact-form-section {
    padding: 3rem 0 0;
    max-width: 63rem;
    margin: 0 auto;
  }

  .form-title {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #14334b 0%, #3075B0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0 0 2rem;
  }

  .form-subtitle {
    text-align: center;
    font-size: 1.8rem;
    color: #14334b;
    font-weight: 700;
    max-width: 50.8rem;
    margin: 0 auto 2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
  }
  .form-subtitle a {
    font-size: 1.8rem;
    color: #14334b;
    line-height: 2.7rem;
    text-decoration: underline;
  }
  .form-subtitle span {
    display: block;
    font-weight: 600;
  }

  .category-contact .form-title {
    font-size: 4rem;
    line-height: 6rem;
    margin-bottom: 3rem;
    color: #14334b;
    -webkit-text-fill-color: unset;
  }
  .category-contact .form-subtitle {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .form-input {
    width: 100%;
    padding: 0.9rem 1.5rem;
    border: 1px solid #14334b;
    border-radius: 8px;
    font-size: 1.8rem;
    transition: border-color 0.3s;
  }
  .form-input::placeholder {
    color: #14334b;
  }

  .form-input:focus {
    outline: none;
    border-color: #004e92;
  }

  .form-checkbox {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #14334b;
  }
  .form-checkbox span {
    width: 100%;
    max-width: calc(100% - 3rem;)
  }

  .form-checkbox span a {
    text-decoration: underline;
    color: #14334b;
    line-height: 2.4rem;
  }

  .form-checkbox input[type="checkbox"] {
    margin: 0px;
    width: 1.8rem;
    height: 1.8rem;
  }

  .submit-button {
    width: auto;
    padding: 0.9rem 2rem;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.6rem;
    line-height: 2.7rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
    background: #14334b;
    max-width: 33.6rem;
    margin: 0 auto;
    display: block;
    border-radius: 2.2rem;
    min-width: 21.1rem;
  }

  .form-footer {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #14334b;
    margin-top: 2rem;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
  }

  .coral-image {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }

  @media (max-width: 768px) {
    .benefits-grid {
      grid-template-columns: 1fr;
    }

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

    .benefits-title {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 749px) {
    .aquarium-benefits {
      padding: 4rem 0px 0;
    }
    .benefits-title {
      font-size: 3rem;
      line-height: 4.5rem;
      color: #14334b;
      background: unset;
      -webkit-text-fill-color: unset;
      margin: 0 0 2rem;
    }
    .benefits-grid {
      gap: 2rem;
    }
    .benefit-item {
      display: flex;
      align-items: center;
      column-gap: 1rem;
      text-align: right;
      flex-direction: row;
    }
    .benefit-icon {
      margin-bottom: 0;
    }
    .benefit-icon svg {
      width: 1.6rem;
      height: 1.5rem;
    }
    .benefit-description {
      width: calc(100% - 2rem);
      font-size: 1.6rem;
      line-height: 2.4rem;
    }
    .benefits-card:before {
      width: 31.2rem;
      height: 19.6rem;
      background-size: 100%;
      z-index: 0;
      opacity: 0.5;
    }
    .contact-form-section {
      position: relative;
      padding: 4rem 1rem 0;
    }
    .form-footer {
      font-size: 1.6rem;
      max-width: 22rem;
      margin: 3rem auto 0;
    }
    .benefits-grid-wrapper {
      padding-inline: 1rem;
    }
    .benefit-heading {
      font-size: 1.6rem;
      line-height: 2.4rem;
      min-height: auto;
    }
    .benefits-grid {
      margin-bottom: 3rem;
    }
    .fire-guarantee {
      padding: 3rem 1.6rem;
    }
    .fire-guarantee-text {
      font-size: 1.6rem;
      line-height: 2.4rem;
      max-width: 27.5rem;
    }
    .submit-button {
      width: 100%;
      max-width: 100%;
    }
    .form-checkbox {
      margin-bottom: 2rem;
    }
    .form-footer {
      display: none;
    }
    .form-subtitle {
      font-size: 1.6rem;
    }
  }