.ciu-sg-section,.ciu-sg-section *{box-sizing:border-box}.ciu-sg-section{background:#fff;padding:2.5rem 1rem}@media (min-width:768px){.ciu-sg-section{padding:4rem 1.25rem}}.ciu-sg-inner{margin:0 auto;max-width:72rem}.ciu-sg-title{color:#000!important;font-family:var(--ciu-font-condensed)!important;font-size:1.5rem!important;font-weight:700!important;line-height:1.2!important;margin:0 0 2rem!important;text-align:center;text-wrap:balance}@media (min-width:768px){.ciu-sg-title{font-size:2.5rem!important;margin:0 0 3rem!important}}.ciu-sg-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.ciu-sg-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ciu-sg-grid{grid-template-columns:repeat(3,1fr)}}.ciu-sg-card{background:#f3f3f3;border-radius:.5rem;display:flex;flex-direction:column;height:100%;overflow:hidden}.ciu-sg-card-link{color:inherit;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.ciu-sg-card-link:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-3px)}.ciu-sg-card-img{height:11rem;overflow:hidden}@media (min-width:768px){.ciu-sg-card-img{height:13rem}}.ciu-sg-card-img img{height:100%;object-fit:cover;transition:transform .7s ease-out;width:100%}.ciu-sg-card-link:hover .ciu-sg-card-img img{transform:scale(1.05)}.ciu-sg-card-body{border-bottom:4px solid #cabe7c;display:flex;flex:1;flex-direction:column;gap:.75rem;padding:1.25rem;position:relative}@media (min-width:768px){.ciu-sg-card-body{padding:1.5rem}}.ciu-sg-card-title{color:#000;font-size:1.125rem;font-weight:600;line-height:1.25;margin:0;text-wrap:balance}@media (min-width:768px){.ciu-sg-card-title{font-size:1.25rem}}.ciu-sg-card-desc{color:#121212;flex:1}.ciu-sg-card-desc p{font-size:.95rem;line-height:1.5;margin:0 0 .5rem}.ciu-sg-card-desc p:last-child{margin-bottom:0}@media (min-width:768px){.ciu-sg-card-desc p{font-size:1rem}}.ciu-sg-card-desc strong{color:#000;font-weight:700}.ciu-sg-card-desc ul{margin:.5rem 0;padding-left:1.25rem}.ciu-sg-card-desc li{color:#121212;font-size:.95rem;line-height:1.5;margin-bottom:.3rem}.ciu-sg-card-arrow{align-items:center;align-self:flex-end;background:#cabe7c;border-radius:9999px;color:#000;display:flex;height:2rem;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1);width:2rem}.ciu-sg-card-link:hover .ciu-sg-card-arrow{transform:rotate(-45deg)}.ciu-sg-card-arrow svg{height:1rem;width:1rem}.ciu-sg-anim{opacity:0;transform:translateY(-1.5rem);transition:opacity .55s ease-out,transform .55s cubic-bezier(.2,.6,.3,1);transition-delay:.1s}.ciu-sg-anim.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.ciu-sg-anim{opacity:1;transform:none;transition:none}}