.guides-resources{margin-bottom:150px;margin-top:100px}.custom-card{border-radius:10px;box-sizing:border-box;cursor:pointer;height:400px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.resource-card-link{display:block;height:100%;text-decoration:none;width:100%}.custom-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.15);transform:translateY(-8px)}.custom-card svg path{stroke-dasharray:500;transition:stroke-dashoffset 1s ease}.custom-card:hover svg path{animation:drawStroke 1s forwards;stroke-dashoffset:0}@keyframes drawStroke{0%{stroke-dashoffset:500}to{stroke-dashoffset:0}}.icon-placeholder{font-size:2rem;margin-bottom:75px!important}.read-more{bottom:20px;cursor:pointer;left:75px;opacity:0;position:absolute;text-decoration:none;transform:translateX(-50%) translateY(20px);transition:all .3s ease;z-index:2}.read-more .arrow{font-size:1.5rem;transition:transform .3s ease}.read-more:hover .arrow{transform:translateX(5px)}.custom-card:hover .read-more{opacity:1;transform:translateX(-50%) translateY(0)}a.btn-outline-dark-blue{border:1px solid #02216e;color:#02216e;font-weight:300;transition:all .2s ease-in-out}a.btn-outline-dark-blue:hover{background:#02216e;color:#fff}@media (max-width:991.98px){.guides-resources{margin-bottom:100px;margin-top:70px}.custom-card{height:380px}}@media (max-width:575.98px){.guides-resources{margin-bottom:70px;margin-top:50px}.custom-card{height:350px}.guides-resources .container{padding-left:20px;padding-right:20px}}