/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 August 2026 19:57:24
*/


#non-eco {
  background: #ffffff;
  height: auto;
  margin: 0;
  padding: 0;
}
#non-eco-inner {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 24px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
a {
  text-decoration: none;
}
a.linkCards img {
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right;
}
#firstCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 16px;
  width: 100%;
}
#firstCol span, #firstCol h1 {
  font-size: 2rem;
  letter-spacing: 0rem;
  font-weight: 900;
}
#firstCol p {
  font-family: "TheSerifC5-5_Plain", "Verdana", "serif";
  font-size: 1rem;
  text-align: left;
  line-height: 158%;
  font-weight: 400;
}
#firstCol .who-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  font-size: 18px;
  font-family: "TheSerifC5-5_Plain", "Verdana", "serif";
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-radius: 8px;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cardAlign {
  background-image: url("/?a=1623030");
}
#secondCol {
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
#secondCol .headerCards {
  padding-top: 16px;
  padding-bottom: 8px;
  margin: 0;
}
#secondCol p, #secondCol span {
  font-family: "TheSerifC5-5_Plain", "Verdana", "serif";
  text-align: center;
  font-size: clamp(1rem, 1.375rem, 1.375rem);
}
#secondCol .custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: center;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
}
#secondCol .card-custom {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  text-align: center;
  aspect-ratio: 1;
}
#secondCol .card-custom img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  height: 100%;
  width: auto;
}
#secondCol .card-custom:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}
.greaterThan {
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
}
#secondCol .card-text {
  font-family: "TheSerifC5-5_Plain", "Verdana", "serif";
  text-align: left;
  font-size: 1.25rem;
  color: white;
  font-weight: 520;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  -o-transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
#secondCol .card-text img {
  width: 8px;
  height: 14px;
}
#secondCol .card-text:hover {
  color: white;
}
#secondCol .card-img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#secondCol .card-img-overlay:hover {
  text-decoration: underline;
  color: white;
}
#secondCol .card-img-overlay .img, #secondCol .card-img-overlay:hover img {
  display: none;
}
.plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plus {
  display: none;
}
.fa-solid {
  margin-left: 5px;
  display: none;
}
.linkCards:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}
.card-custom:has(.linkCards:focus) {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media (min-width: 768px) {
  #firstCol span, #firstCol h1 {
    font-size: 2rem;
    margin-top: 1rem;
  }
  #firstCol p {
    font-size: 1.25rem;
  }
  #secondCol .card-text {
    font-size: 2rem;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  #non-eco-inner {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
  #secondCol {
    padding: 0;
  }
  #secondCol .custom-row {
    display: flex;
  }
  #firstCol span, #firstCol h1 {
    font-size: 2.25rem;
    margin: 0;
    padding: 0;
  }
  #firstCol p {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    line-height: 160%;
  }
  #firstCol .who-button {
    width: auto;
    font-size: 1rem;
    margin-top: 10px;
    border-radius: 0;
    max-width: 320px;
  }
  #secondCol .card-text {
    font-size: 1rem;
  }
  #secondCol .card-text img {
    width: 0.5rem;
    height: auto;
    margin-left: 5px;
  }
  .plus {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  #secondCol .card-custom img {
    max-height: 200px;
    height: 100%;
    width: 100%;
  }
  #secondCol .card-custom {
    aspect-ratio: auto;
    border-radius: 0;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  #non-eco-inner {
    gap: 24px;
  }
  .fa-solid {
    display: inline-block;
  }
  #firstCol span, #firstCol h1 {
    font-size: 3rem;
    line-height: 120%;
  }
  #firstCol p {
    font-size: 1.25rem;
    line-height: 160%;
  }
  #secondCol .card-text {
    font-size: 1.25rem;
    text-decoration: none;
  }
  .greaterThan {
    width: 1rem;
    height: auto;
  }
  .plus {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
}
@media (min-width: 1601px) {
  #firstCol span, #firstCol h1 {
    font-size: 3.5rem;
    line-height: 142%;
  }
  #firstCol p {
    font-size: 1.75rem;
    line-height: 158%;
  }
  #firstCol .who-button {
    font-size: 32px;
  }
  #secondCol .card-text {
    font-size: 1.75rem;
  }
  .plus {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
}
