.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-a4b0c3d4-1347-7bbd-62f0-f1d2cf72c12c {
padding-bottom: var(--spacer-2,0.5rem) !important;
padding-left: var(--spacer-2,0.5rem) !important;
padding-right: var(--spacer-2,0.5rem) !important;
}
.lfr-layout-structure-item-9960a66f-9cac-9f8c-3731-d46b1a591c56 {
height: 1.75rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 1.75rem !important;
}
.lfr-layout-structure-item-02f3948f-2c97-f7d5-6d64-7920c4dd2261 {
text-align: center !important;
}
.lfr-layout-structure-item-02f3948f-2c97-f7d5-6d64-7920c4dd2261 {

}

.be {
  background-color: #70A27F;
}

.be:hover {
  background-color: #1F4D20;
}.lfr-layout-structure-item-0346e2fb-6ee6-f418-c1a6-b5f3ff719ea7 {

}

.lfr-layout-structure-item-0346e2fb-6ee6-f418-c1a6-b5f3ff719ea7 img {
width: 100%;
height: 5vh;
}.lfr-layout-structure-item-92f8fa04-57f1-ee2f-7c77-e22df358eaaf {
color: var(--success) !important;
}
.lfr-layout-structure-item-92f8fa04-57f1-ee2f-7c77-e22df358eaaf {
font-style: italic;
text-align: center;
font-size: 1rem;
}.lfr-layout-structure-item-a71500d2-0e58-ef32-d789-04f360d7f90c {
text-align: center !important;
}
.lfr-layout-structure-item-a71500d2-0e58-ef32-d789-04f360d7f90c {

}

.lgl {
  background-color: #6D4C41;
}

.lgl:hover {
  background-color: #3A2723;
}.lfr-layout-structure-item-0d97b21f-825a-1681-346f-f16a87eb5bff {
padding-left: var(--spacer-2,0.5rem) !important;
padding-right: var(--spacer-2,0.5rem) !important;
color: var(--brand-color-1) !important;
}
.lfr-layout-structure-item-9dad8819-8006-ac82-92a5-6aac8d8fa492 {
overflow: visible !important;
}
.lfr-layout-structure-item-9dad8819-8006-ac82-92a5-6aac8d8fa492 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foi-card {
  background: linear-gradient(to top right, #8A9A5B, #C2C59A);
}

.foi-card::before {
  background: linear-gradient(to bottom right, #3E4E1F, #556B2F);
}

.foi-card::after {
  background: linear-gradient(to top right, #FFFFFF, #FFFFFF);
}

/*.foi-card .card-info {
  background: rgba(138, 154, 91, 0.10);
  color: #1F4D20;
}

.foi-card:hover .card-info {
  background: rgba(85, 107, 47, 0.85);
  color: #ffffff;
}*/.lfr-layout-structure-item-be10717d-4fc6-8acc-bbb2-4545359af154 {
overflow: visible !important;
width: 80% !important;
}
.lfr-layout-structure-item-be10717d-4fc6-8acc-bbb2-4545359af154 {

}

/*Link fix*/
.card-link {
  text-decoration: none;
  display: inline-block;
}

.card-link,
.card-link:visited,
.card-link:hover,
.card-link:active {
  text-decoration: none !important;
}


.card {
  --white: hsl(0, 0%, 83%);
  --black: hsl(240, 15%, 9%);
  --stone-300: hsl(24, 6%, 83%);
  --pink-500: hsl(299, 100%, 83%);
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  text-decoration: none;
}

.sub-card {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  min-width: 11.5rem;
  height: 3rem;
  background-color: var(--stone-300);
}

.sub-card.title {
  justify-content: center;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.sub-card.subtitle {
  justify-content: center;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.card:has(.card_container:hover) .sub-card.title {
  transform: translateY(100%);
}
.card:has(.card_container:hover) .sub-card.subtitle {
  transform: translateY(-100%);
}

.sub-card .text_span {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}

.card_container {
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 17rem;
  height: 14rem;
  
  transition: 0.7s ease;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.card_container:hover {
  transform: scale(1.1);
  transition: 0.7s ease;
  z-index: 6;
}

/*.card_container::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0rem;
  aspect-ratio: 1;
  background-color: hsl(240, 15%, 9%, 0.2);
  border-radius: 50%;
  transform-origin: center;
  transition: all 1s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.card_container::after {
  content: "See more";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  box-sizing: border-box;
  width: 0rem;
  aspect-ratio: 1;
  background-color: hsl(240, 15%, 9%, 0.5);
  font-size: 0rem;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  transform-origin: center;
  transition: all 1s cubic-bezier(1, 0, 0, 1) 0s;
}

.card:hover .card_container::before {
  width: 22.5rem;
  transition: all 1s cubic-bezier(1, 0, 0, 1) 0s;
}

.card:hover .card_container::after {
  padding: 1rem;
  width: 5rem;
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out 0.4s;
}*/

.card_container img {
  top: 4rem;
  height: 10rem;
  width: 10rem;
  background-color: #FFFFFF;
  border-radius: 20%;
}

.card_container .static {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1rem;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.1s ease;
}

.card_container .motion {
  opacity: 0;
  margin: auto;
  transition: 0.1s ease;
}

.card_container:hover .static {
  opacity: 0;
}

.card_container:hover .motion {
  opacity: 1;
  transition: 0.7s ease;
  transform: translateY(-40%) scale(1.3);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.container-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(-50%);
  margin: 0;
}

.container-subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(-100%);
}

.card_container:hover .container-title {
  opacity: 1;
  transition: 0.3s ease;
  transition-delay: 0.3s;
}

.card_container:hover .container-subtitle {
  opacity: 1;
  transition: 0.3s ease;
  transition-delay: 0.3s;
}

@media (max-width: 1500px) { .lfr-layout-structure-item-be10717d-4fc6-8acc-bbb2-4545359af154 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 1300px) { .lfr-layout-structure-item-be10717d-4fc6-8acc-bbb2-4545359af154 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .lfr-layout-structure-item-be10717d-4fc6-8acc-bbb2-4545359af154 { grid-template-columns: 1fr; } }
.lfr-layout-structure-item-40f53ada-9962-d15a-ecd8-b3a03393e6db {
overflow: visible !important;
text-align: center !important;
}
.lfr-layout-structure-item-5458d452-f9dc-5dfd-a1e3-d59032b75e17 {
height: 1.75rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 1.75rem !important;
}
.lfr-layout-structure-item-42221c29-5480-dd2f-e68a-e8cd4880939f {
overflow: hidden !important;
}
.lfr-layout-structure-item-42221c29-5480-dd2f-e68a-e8cd4880939f {

}

.lfr-layout-structure-item-42221c29-5480-dd2f-e68a-e8cd4880939f img {
object-fit: cover;
}
.lfr-layout-structure-item-8a09d17a-4016-2a62-b4bc-26613b1b2fcd {
display: none !important;
}
/*.lfr-layout-structure-item-8a09d17a-4016-2a62-b4bc-26613b1b2fcd {
  background-color: #042A0405;
  width: 90%;
  margin: 0 auto; /* 👈 this centers it 

  display: flex;
  gap: 60px;
  align-items: stretch;
  flex-wrap: wrap;
}

/* Apply card styling to ALL items inside the container 
.lfr-layout-structure-item-8a09d17a-4016-2a62-b4bc-26613b1b2fcd > * {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(31, 77, 32, 0.15);

  position: relative;

  /* Controls layout 
  flex: 1 1 45%;
}

/* Gradient top border */
/*.lfr-layout-structure-item-8a09d17a-4016-2a62-b4bc-26613b1b2fcd > *::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to right, #1F4D20, #70A27F, #70A27F, #70A27F, #1F4D20);
}*/
.lfr-layout-structure-item-7eba6af4-fc92-87dd-db7f-06b299243fd5 {
overflow: visible !important;
}
.lfr-layout-structure-item-f0057f91-923f-48da-db36-ed02cd9f51fd {
height: 8rem !important;
padding-bottom: var(--spacer-2,0.5rem) !important;
padding-left: var(--spacer-3,1rem) !important;
padding-right: var(--spacer-3,1rem) !important;
padding-top: var(--spacer-2,0.5rem) !important;
width: 100% !important;
}
.lfr-layout-structure-item-6e09768b-93a0-51fe-5a07-383be7404610 {
overflow: visible !important;
}
.lfr-layout-structure-item-6e09768b-93a0-51fe-5a07-383be7404610 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.budget-card {
  background: linear-gradient(to right, #70A27F, #70A27F);
}

.budget-card::before {
  background: linear-gradient(to bottom right, #145A1F, #1F4D20);
}

.budget-card::after {
  background: linear-gradient(to top, #FFFFFF, #FFFFFF);
}*/

.budget-card::before:hover {
  background: linear-gradient(to bottom right, #FFFFFF, #1F4D20);
}

/*.budget-card .card-info {
  background: rgba(46, 125, 50, 0.08);
  color: #1F4D20;
}

.budget-card:hover .card-info {
  background: rgba(31, 77, 32, 0.85);
  color: #ffffff;
}*/



.lfr-layout-structure-item-082c368d-c018-a444-0fa2-a75b738153d2 {
height: 1.75rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 1.75rem !important;
}
.lfr-layout-structure-item-b8331c4c-6d6a-ab49-3d97-14ef80027c9d {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-b8331c4c-6d6a-ab49-3d97-14ef80027c9d) !important;
padding-bottom: var(--spacer-4,1.5rem) !important;
padding-left: var(--spacer-4,1.5rem) !important;
padding-right: var(--spacer-4,1.5rem) !important;
padding-top: var(--spacer-4,1.5rem) !important;
}
.lfr-layout-structure-item-01d46963-0171-d3b4-4811-5c77a8d41018 {
text-align: center !important;
color: var(--success) !important;
}
.lfr-layout-structure-item-01d46963-0171-d3b4-4811-5c77a8d41018 {
font-style: italic;
text-align: center;
font-size: 1rem;
}.lfr-layout-structure-item-a9a8921f-2062-f26e-291a-cc2d2fcb2f36 {
height: 1.75rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 1.75rem !important;
}
.lfr-layout-structure-item-2d993ba9-85e8-fa85-8133-ababd6a21425 {
height: 3rem !important;
min-height: 3rem !important;
width: 100% !important;
}
.lfr-layout-structure-item-37db733d-683b-3130-069e-c34e3505f496 {
z-index: -5;
}.lfr-layout-structure-item-1ded352d-8c87-2b6e-1f44-892dfe73cb16 {
overflow: visible !important;
}
.lfr-layout-structure-item-1ded352d-8c87-2b6e-1f44-892dfe73cb16 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gazette-card {
  background: linear-gradient(to top right, #C49A3A, #E6C77A);
}

.gazette-card::before {
  background: linear-gradient(to bottom right, #6E5222, #8C6B2F);
}

.gazette-card::after {
  background: linear-gradient(to top right, #FFFFFF, #FFFFFF);
}

/*.gazette-card .card-info {
  background: rgba(196, 154, 58, 0.10);
  color: #1F4D20;
}

.gazette-card:hover .card-info {
  background: rgba(140, 107, 47, 0.85);
  color: #ffffff;
}*/.lfr-layout-structure-item-06d9fe33-cd15-0cda-6f7a-c41365d7716a {
background-color: var(--gray-500) !important;
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-06d9fe33-cd15-0cda-6f7a-c41365d7716a) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
padding-bottom: var(--spacer-10,10rem) !important;
padding-top: var(--spacer-10,10rem) !important;
text-align: center !important;
}
.lfr-layout-structure-item-77905726-c95f-ca6e-a372-f37fb79f5a18 {
margin-bottom: var(--spacer-1,0.25rem) !important;
margin-top: var(--spacer-1,0.25rem) !important;
width: 25% !important;
}
.lfr-layout-structure-item-77905726-c95f-ca6e-a372-f37fb79f5a18 {
margin-right: auto;
}.lfr-layout-structure-item-6b95d85f-ce9f-b768-270e-31be20a10195 {
font-size: var(--font-size-lg) !important;
margin-left: var(--spacer-10,10rem) !important;
margin-right: var(--spacer-10,10rem) !important;
min-width: 90% !important;
text-align: center !important;
}
.lfr-layout-structure-item-04df6813-016b-50e4-b569-339eaa72ef87 {
height: 100% !important;
max-height: 5rem !important;
min-height: 5rem !important;
}
.lfr-layout-structure-item-e2ced0b8-3edd-3d77-d133-f34f767d5c16 {
height: 100% !important;
max-height: 5rem !important;
min-height: 5rem !important;
}
.lfr-layout-structure-item-cfd4f487-77c9-4dc6-b491-ffc7a31a5411 {
height: 1.75rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 1.75rem !important;
}
.lfr-layout-structure-item-a682cdae-cb0e-272c-73ce-17ebed373c3f {
font-size: var(--font-size-base) !important;
font-weight: var(--font-weight-bold) !important;
height: 3rem !important;
min-height: 3rem !important;
overflow: visible !important;
text-align: center !important;
color: var(--white) !important;
}
.lfr-layout-structure-item-a682cdae-cb0e-272c-73ce-17ebed373c3f {
display: flex;
align-items: center;
}

.lfr-layout-structure-item-a682cdae-cb0e-272c-73ce-17ebed373c3f {
padding: 0 10px;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
align-items: center;
}

.lfr-layout-structure-item-a682cdae-cb0e-272c-73ce-17ebed373c3f li:hover {
color: black;
}

.navbar-nav .dropdown-menu {
border: none;
border-radius: 8px;
padding: 10px 0;
font-size: 0.8rem;
  margin-top: 0 !important;
  top: 100%;
}

.navbar-nav .dropdown-menu .dropdown-item {
color: #000000;
padding: 10px 20px;
transition: background 0.5s ease;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
background: linear-gradient(90deg, #1f4d20, #70a27f, #70a27f, #70a27f);
color: #FFFFFF;
font-weight: bold;
}.lfr-layout-structure-item-0911a465-7c69-3a37-169f-e8daa9359676 {
text-align: center !important;
}
.lfr-layout-structure-item-0911a465-7c69-3a37-169f-e8daa9359676 {

}

.foi {
  background-color: #8A9A5B;
}

.foi:hover {
  background-color: #556B2F;
}.lfr-layout-structure-item-99b88b73-800a-e4b8-a370-f89f90121db8 {
height: 5rem !important;
margin-left: var(--spacer-1,0.25rem) !important;
margin-right: var(--spacer-1,0.25rem) !important;
max-height: 5rem !important;
min-height: 5rem !important;
overflow: hidden !important;
width: 75% !important;
}
.lfr-layout-structure-item-53d8e84e-77f8-4cb0-865d-99bb5581c154 {
height: 2rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 2rem !important;
}
.lfr-layout-structure-item-ae86a9e0-000f-58f1-2e17-9aae720b56cf {
overflow: hidden !important;
}
.lfr-layout-structure-item-ae86a9e0-000f-58f1-2e17-9aae720b56cf {
scale: 0.75;
}.lfr-layout-structure-item-63c01b40-86b3-d4ef-c767-a10385399db1 {
border-top: none;
    position: relative;
}

.lfr-layout-structure-item-63c01b40-86b3-d4ef-c767-a10385399db1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to right, #1F4D20, #70A27F, #70A27F, #70A27F, #1F4D20);
}

.lfr-layout-structure-item-63c01b40-86b3-d4ef-c767-a10385399db1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to right, #1F4D20, #70A27F, #70A27F, #70A27F, #1F4D20);
}.lfr-layout-structure-item-96085656-13bc-1350-9a3d-92f4b49b1257 {
height: 2rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 2rem !important;
}
.lfr-layout-structure-item-1ba1cb80-2135-b63b-7cb3-90b075610bc5 {
padding-bottom: var(--spacer-2,0.5rem) !important;
padding-left: var(--spacer-2,0.5rem) !important;
padding-right: var(--spacer-2,0.5rem) !important;
padding-top: var(--spacer-2,0.5rem) !important;
}
.lfr-layout-structure-item-1ba1cb80-2135-b63b-7cb3-90b075610bc5 {
border-radius: 20px 20px 20px 20px;
box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 10px;
background: linear-gradient(90deg, #1f4d2030, #70a27f30, #70a27f30, #70a27f30, #70a27f30, #1f4d2030);
}.lfr-layout-structure-item-f1c921b4-e26e-f0b9-e2b8-25778b6b4694 {

}
.lfr-layout-structure-item-f1c921b4-e26e-f0b9-e2b8-25778b6b4694 img {
object-fit: cover;
overflow: hidden;
}.lfr-layout-structure-item-dc5cdcd0-d08b-9375-786b-11b64e0e1135 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    overflow: hidden;
}

/* Animated gradient background */
.lfr-layout-structure-item-dc5cdcd0-d08b-9375-786b-11b64e0e1135::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(270deg, #003366, #0055a5, #0073e6, #003366);
    background-size: 400% 400%;
    animation: gradientMove 10s ease infinite;
    z-index: -1;
}

/* Title */
.lfr-layout-structure-item-dc5cdcd0-d08b-9375-786b-11b64e0e1135 .header-title {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideIn 1.5s ease forwards;
}

/* Animations */
@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Responsive */
@media (max-width: 768px) {
    .lfr-layout-structure-item-dc5cdcd0-d08b-9375-786b-11b64e0e1135 .header-title {
        font-size: 2rem;
    }
}
.lfr-layout-structure-item-3acefab2-90ff-47ff-9c4d-a856ed63b708 {
height: 100% !important;
max-height: 5rem !important;
min-height: 5rem !important;
}
.lfr-layout-structure-item-d59f04ea-184e-0f44-ea7e-d24082a0893c {
color: var(--success) !important;
}
.lfr-layout-structure-item-d59f04ea-184e-0f44-ea7e-d24082a0893c {
font-style: italic;
text-align: center;
font-size: 1rem;
}.lfr-layout-structure-item-c38bf93f-6ff4-d48c-d651-862a0bf632a5 {
overflow: hidden !important;
}
.lfr-layout-structure-item-c38bf93f-6ff4-d48c-d651-862a0bf632a5 {

}

.lfr-layout-structure-item-c38bf93f-6ff4-d48c-d651-862a0bf632a5.vertical-ticker {
animation-name: ticker-scroll;
animation-duration: 30s;
animation-iteration-count: infinite;
}

@keyframes ticker-scroll {
0%,20%   { transform: translateY(0); }
33%,53%  { transform: translateY(-5rem); }
66%,86%  { transform: translateY(-10rem); }
100%     { transform: translateY(0); }
}.lfr-layout-structure-item-11508786-e9b1-d3f1-76e6-9049f9c12b77 {
  /*  background: linear-gradient(220deg, #ffffff, #bee3a5, #e6eee1, #ffffff);
    background-size: 800% 800%;

    -webkit-animation: AnimationName 32s ease infinite;
    -moz-animation: AnimationName 32s ease infinite;
    animation: AnimationName 32s ease infinite;*/
  
}


/*@-webkit-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}*/

.lfr-layout-structure-item-0fa23a0e-e5b1-8d8d-bdf1-fb6442297f4e {
height: 2rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 2rem !important;
}
.lfr-layout-structure-item-a37f4029-ff05-f878-aa44-fdb6f47c6555 {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
padding-left: var(--spacer-10,10rem) !important;
padding-right: var(--spacer-10,10rem) !important;
}
.lfr-layout-structure-item-cd956589-1923-fc8f-bdd9-8dd9755486e1 {

}
.lfr-layout-structure-item-cd956589-1923-fc8f-bdd9-8dd9755486e1 img {
object-fit: cover;
overflow: hidden;
}.lfr-layout-structure-item-0246ef97-6941-f606-a7ab-8d74e1a4854f {
height: 2rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 2rem !important;
}
.lfr-layout-structure-item-e3c6aef2-9ddd-bbcf-dfc5-52542d438d08 {
font-size: var(--font-size-base) !important;
font-weight: var(--font-weight-bold) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
color: var(--brand-color-4) !important;
}
.lfr-layout-structure-item-e3c6aef2-9ddd-bbcf-dfc5-52542d438d08 {

}

.fa-solid {
color: #F0B800;
}

.lfr-layout-structure-item-e3c6aef2-9ddd-bbcf-dfc5-52542d438d08 p {
font-size: 1rem;
padding-bottom: 0.5rem;
}.lfr-layout-structure-item-a20e2eb0-ddad-d948-1fbd-a6717016323d {
margin-right: var(--spacer-1,0.25rem) !important;
overflow: visible !important;
}
.lfr-layout-structure-item-544ae4ae-5d26-8386-730e-ab7f2ce4514a {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-544ae4ae-5d26-8386-730e-ab7f2ce4514a) !important;
margin-bottom: var(--spacer-1,0.25rem) !important;
margin-top: var(--spacer-1,0.25rem) !important;
min-width: 25rem !important;
width: 25rem !important;
}
.lfr-layout-structure-item-493efd11-0b53-c9cf-bd58-84715a8bf6b6 {
overflow: visible !important;
}
/*.lfr-layout-structure-item-493efd11-0b53-c9cf-bd58-84715a8bf6b6 {

}

.card-link {
position: relative;
  z-index: 2;
}

.card img {

}

.card {
  width: 15rem;
  height: 20rem;
  overflow: visible;
  position: relative;
  box-shadow: none;
border-radius: 50%;
}

/* Tilt layers 
.card::before,
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: -1;
  transition: 0.7s ease;
  height: 20rem;
  border-style: solid;
  border-width: 0.1rem;
}

.card::before {
  transform: rotate(45deg);
}

.card::after {
  transform: rotate(-45deg);
  transition: height 0.7s ease;
  
}

/* Hover 
.card:hover::before {
  transform: rotate(180deg);
  transition: 0.7s ease;
z-index: 1;
}

.card:hover::after {
  transform: rotate(180deg);
  transition: 0.7s ease;
  height: 12rem;
z-index: 1;
}










/* Inner content 
.card-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 0.7rem;
  position: relative;
  z-index: 2; 
}

.card-info img {
  position: absolute;
  top: 4rem;
  width: 4rem;
  height: 4rem;
  border-radius: 0.7rem;
}

.static {
  position: absolute;
  top: 3.2rem;
}

.motion {
  opacity: 0;
}

.card:hover .static {
  opacity: 0;
}

.card:hover .motion {
  opacity: 1;
  transition: 0.7s ease;
  transform: scale(2);
}



/* Title 
.card .title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #000000;
  transition: 0.7s ease;
}

/* Subtitle 
.card .subtitle {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 2rem;
  transition: 0.7s ease;
}

.card:hover .subtitle, .card:hover .title {
  color: #FFFFFF;
}

/*Link fix
.card-link {
  text-decoration: none;
  display: inline-block;
}

.card-link,
.card-link:visited,
.card-link:hover,
.card-link:active {
  text-decoration: none !important;
}



/*
.card:hover .card-info {
  transition: all 0.4s ease;
}

.card-info i {
  font-size: 40px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.card:hover .card-info i {
  transform: scale(1.2);
}*/

.lfr-layout-structure-item-f6fcdb54-99a2-9882-d164-325e49034238 {
color: var(--brand-color-3) !important;
}
.lfr-layout-structure-item-f6fcdb54-99a2-9882-d164-325e49034238 {

}

.lfr-layout-structure-item-f6fcdb54-99a2-9882-d164-325e49034238 iframe {
aspect-ratio: 1/1;
max-height: 15rem;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}.lfr-layout-structure-item-24277775-4e7f-bccb-6630-b7576d382363 {
padding-left: var(--spacer-2,0.5rem) !important;
padding-right: var(--spacer-2,0.5rem) !important;
color: var(--brand-color-1) !important;
}
.lfr-layout-structure-item-e7ef51d9-3333-62fa-a6dd-6295d7276129 {
text-align: center !important;
}
.lfr-layout-structure-item-e7ef51d9-3333-62fa-a6dd-6295d7276129 {

}

.gzt {
  background-color: #C49A3A;
}

.gzt:hover {
  background-color: #6E5222;
}.lfr-layout-structure-item-2fc35bb1-608d-10f3-adb4-579b4bce1406 {
height: 2rem !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
margin-left: var(--spacer-2,0.5rem) !important;
margin-right: var(--spacer-2,0.5rem) !important;
margin-top: var(--spacer-2,0.5rem) !important;
width: 2rem !important;
}
.lfr-layout-structure-item-68857946-97ac-8848-220d-c36970d746b6 {
padding-bottom: var(--spacer-3,1rem) !important;
padding-top: var(--spacer-3,1rem) !important;
text-align: center !important;
width: 100% !important;
}
.lfr-layout-structure-item-68857946-97ac-8848-220d-c36970d746b6 {
background: linear-gradient(90deg, #FFFFFF, #FFFFFF, #F1F2F5, #F1F2F5, #FFFFFF, #FFFFFF);
}.lfr-layout-structure-item-3ced1414-3614-6096-4fff-7efb0f218eb2 {
margin-left: var(--spacer-1,0.25rem) !important;
margin-right: var(--spacer-1,0.25rem) !important;
overflow: visible !important;
text-align: center !important;
}
.lfr-layout-structure-item-3ced1414-3614-6096-4fff-7efb0f218eb2 {
background: linear-gradient(90deg, #1f4d20, #70a27f, #70a27f, #70a27f, #70a27f, #1f4d20);
border-radius: 20px 20px 0px 0px;
}


.lfr-layout-structure-item-ce95796a-8a32-f67c-0775-c538fa525d5f {
overflow: visible !important;
}
.lfr-layout-structure-item-ce95796a-8a32-f67c-0775-c538fa525d5f {
  display: flex;
  justify-content: center;
  align-items: center;
 width: 100%;
}

.legislation-card {
  background: linear-gradient(to top right, #6D4C41, #A1887F);
}

.legislation-card::before {
  background: linear-gradient(to bottom right, #3A2723, #4E342E);
}

.legislation-card::after {
  background: linear-gradient(to top right, #FFFFFF, #FFFFFF);
}

/*.legislation-card .card-info {
  background: rgba(78, 52, 46, 0.10);
  color: #1F4D20;
}

.legislation-card:hover .card-info {
  background: rgba(78, 52, 46, 0.85);
  color: #ffffff;
}*/@media screen and (max-width: 991px) {.lfr-layout-structure-item-06d9fe33-cd15-0cda-6f7a-c41365d7716a {
padding-left: var(--spacer-5,3rem) !important;
padding-right: var(--spacer-5,3rem) !important;
}
.lfr-layout-structure-item-99b88b73-800a-e4b8-a370-f89f90121db8 {
display: none !important;
}
.lfr-layout-structure-item-a37f4029-ff05-f878-aa44-fdb6f47c6555 {
padding-left: var(--spacer-5,3rem) !important;
padding-right: var(--spacer-5,3rem) !important;
}
}@media screen and (max-width: 767px) {.lfr-layout-structure-item-06d9fe33-cd15-0cda-6f7a-c41365d7716a {
padding-left: var(--spacer-4,1.5rem) !important;
padding-right: var(--spacer-4,1.5rem) !important;
}
.lfr-layout-structure-item-77905726-c95f-ca6e-a372-f37fb79f5a18 {
display: none !important;
}
.lfr-layout-structure-item-e2ced0b8-3edd-3d77-d133-f34f767d5c16 {
display: block !important;
}
.lfr-layout-structure-item-99b88b73-800a-e4b8-a370-f89f90121db8 {
display: none !important;
}
}@media screen and (max-width: 575px) {.lfr-layout-structure-item-06d9fe33-cd15-0cda-6f7a-c41365d7716a {
padding-left: var(--spacer-3,1rem) !important;
padding-right: var(--spacer-3,1rem) !important;
}
.lfr-layout-structure-item-77905726-c95f-ca6e-a372-f37fb79f5a18 {
display: none !important;
}
.lfr-layout-structure-item-e2ced0b8-3edd-3d77-d133-f34f767d5c16 {
display: block !important;
}
.lfr-layout-structure-item-a37f4029-ff05-f878-aa44-fdb6f47c6555 {
padding-left: var(--spacer-0,0rem) !important;
padding-right: var(--spacer-0,0rem) !important;
}
}