.gw-related-content{padding:40px 0 120px}.gw-related-content--light{background:var(--gw-white)}.gw-related-content--dark{background:var(--gw-bg-dark)}@media (max-width:900px){.gw-related-content{padding:30px 0 80px}}.gw-related-content__head{margin-bottom:1.5rem;text-align:center}.gw-related-content__pretitle{display:block;margin-bottom:.3rem}.gw-related-content__rule{background:var(--gw-gold);display:block;height:3px;margin:0 auto .6rem;width:40px}.gw-related-content__heading{color:var(--gw-navy);font-size:var(--gw-fs-h3);font-weight:var(--gw-fw-bold);margin:0}.gw-related-content--dark .gw-related-content__heading{color:var(--gw-white)}.gw-related-content__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width:600px){.gw-related-content__grid--cols2,.gw-related-content__grid--cols3,.gw-related-content__grid--cols4{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.gw-related-content__grid--cols3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1100px){.gw-related-content__grid--cols4{grid-template-columns:repeat(4,1fr)}}.gw-related-content__card{background:var(--gw-cream);border-radius:var(--gw-radius-card);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.gw-related-content--dark .gw-related-content__card{background:hsla(0,0%,100%,.07)}.gw-related-content__card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-3px)}.gw-related-content__card-body{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:1.5rem}.gw-related-content__card-title{color:var(--gw-navy);font-size:var(--gw-fs-h3);font-weight:var(--gw-fw-bold);line-height:1.25;margin:0}.gw-related-content--dark .gw-related-content__card-title{color:var(--gw-white)}.gw-related-content__card-title a,.gw-related-content__card-title a:not(.primary):not(.secondary){color:inherit!important;text-decoration:none!important;transition:color .2s ease!important}.gw-related-content__card-title a:hover{color:var(--gw-teal)!important}.gw-related-content__card-desc{color:var(--gw-navy);flex:1;font-size:16px;line-height:1.45;margin:0;opacity:.75}.gw-related-content--dark .gw-related-content__card-desc{color:hsla(0,0%,100%,.75);opacity:1}.gw-related-content__card-link{align-self:flex-start;color:var(--gw-teal)!important;font-size:16px;font-weight:var(--gw-fw-semibold);padding-top:.25rem;text-decoration:none!important;transition:color .2s ease}.gw-related-content__card-link:hover{color:var(--gw-navy)!important}.gw-related-content--dark .gw-related-content__card-link{color:var(--gw-gold)!important}.gw-related-content--dark .gw-related-content__card-link:hover{color:var(--gw-white)!important}