<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eap-blog-feed-3 .container-fluid {
  padding: 0 !important;
  font-size: 18px; }

.eap-blog-feed-3 .row {
  margin: 0; }

.eap-blog-feed-3 .load-more {
  position: relative;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 4em;
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }

.eap-blog-feed-3 .load-more-button {
  width: 100%;
  text-align: center;
  margin: 0 auto; }

.eap-blog-feed-3 .white-color {
  background-color: #fff !important;
  color: #9BA6B2;
  width: 250px !important; }

.eap-blog-feed-3 .hero-button {
  width: 200px !important; }

.eap-blog-feed-3 .blog-button {
  font-family: var(--eap-button-font);
  padding: 0 2em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-color: #9BA6B2;
  height: 60px;
  line-height: 1.2;
  min-width: 200px;
  width: 80%;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-blog-feed-3 .blog-button:hover {
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.15);
    transform: scale(1.04) translateY(-5px);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-blog-feed-3 .hero {
  width: 100%;
  height: 300px; }

.eap-blog-feed-3 .hero-info {
  padding: 4em 1em;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

.eap-blog-feed-3 .hero-info h1 {
  color: #333;
  font-weight: bold; }

.eap-blog-feed-3 .hero-info p {
  color: #9BA6B2;
  padding-bottom: 1em;
  font-size: 1.125em;
  max-width: 400px;
  margin: 0 auto;
  opacity: .8; }

.eap-blog-feed-3 .blog-feed {
  max-width: 920px;
  margin: 0 auto; }

.eap-blog-feed-3 .blog-card {
  width: 100%;
  position: relative;
  margin: 2em auto;
  padding: 1em;
  border-radius: 8px;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  border-left: 8px solid #fff;
  box-sizing: border-box; }
  .eap-blog-feed-3 .blog-card:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    cursor: pointer; }

.eap-blog-feed-3 .featured-image {
  position: relative;
  height: 200px;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center; }
  .eap-blog-feed-3 .featured-image:hover .featured-screen {
    opacity: 1;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-blog-feed-3 .featured-image:hover .featured-button {
    top: 50%;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    opacity: 1; }

.eap-blog-feed-3 .featured-screen {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(155, 166, 178, 0.7);
  border-radius: 8px;
  color: #fff;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-blog-feed-3 .featured-button a {
  color: #fff;
  text-decoration: none; }

.eap-blog-feed-3 .featured-button {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 0; }

.eap-blog-feed-3 .author-image {
  padding: 0;
  height: 40px;
  width: 40px; }

.eap-blog-feed-3 .author-image img {
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.35); }

.eap-blog-feed-3 .author-name {
  padding-left: .6em;
  width: 200px; }

.eap-blog-feed-3 .author-info .author-name p {
  padding-top: .4em;
  color: #9BA6B2;
  opacity: .5;
  font-size: .8em; }

.eap-blog-feed-3 .blog-info a {
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: .4s ease; }
  .eap-blog-feed-3 .blog-info a:hover {
    color: #333;
    text-decoration: none;
    transition: .4s ease; }

.eap-blog-feed-3 .blog-info {
  padding-left: 1.2em;
  padding-top: .5em; }

.eap-blog-feed-3 .blog-info h2 {
  color: #333;
  margin: 0;
  font-size: 1.5em;
  transition: .4s ease;
  font-weight: bold; }

.eap-blog-feed-3 .blog-info h2 a:hover {
  transition: .4s ease; }

.eap-blog-feed-3 .blog-info p {
  padding-top: .8em;
  color: #9BA6B2;
  font-size: 1em; }

.eap-blog-feed-3 .blog-cta {
  background-color: #9BA6B2;
  color: #fff;
  height: 100%;
  min-height: 500px;
  text-align: center;
  position: relative; }

.eap-blog-feed-3 .blog-cta-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .eap-blog-feed-3 .blog-cta-info h2 {
    color: #fff; }

.eap-blog-feed-3 .blog-cta p {
  opacity: .7;
  padding-bottom: 1em; }

.eap-blog-feed-3 .questions-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #9BA6B2;
  background-color: #fff;
  text-align: center;
  margin: 0em auto;
  position: relative;
  background-image: linear-gradient(0deg, #E8EDF2 0%, #fff 80%);
  border: 2px solid #fff;
  z-index: 2;
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0), 0 0 0 0px rgba(255, 255, 255, 0), 0 0 0 0px rgba(255, 255, 255, 0);
  transition: 1.5s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-animation: waves 1.5s infinite;
  /* Safari 4.0 - 8.0 */
  animation: waves 1.5s infinite; }

@-webkit-keyframes waves {
  60% {
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.08), 0 0 0 32px rgba(255, 255, 255, 0.04), 0 0 0 48px rgba(255, 255, 255, 0.02); } }

@keyframes waves {
  60% {
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.08), 0 0 0 32px rgba(255, 255, 255, 0.04), 0 0 0 48px rgba(255, 255, 255, 0.02); } }

.eap-blog-feed-3 i.question {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.99); }

.eap-blog-feed-3 .questions-backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: .1; }

.eap-blog-feed-3 i.backdrop {
  font-size: 10em;
  transform: rotate(-12deg); }

@media screen and (min-width: 0px) and (max-width: 415px) {
  .eap-blog-feed-3 .hero-info h1 {
    font-size: 1.5em; }
  .eap-blog-feed-3 .blog-button {
    height: 46px;
    font-size: 14px;
    width: 90%; }
  .eap-blog-feed-3 .blog-info {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1em; }
  .eap-blog-feed-3 .container-fluid {
    font-size: 14px; } }
</pre></body></html>