<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eap-bragwall-5 .container-fluid {
  padding: 0 !important; }

.eap-bragwall-5 .row {
  margin: 0; }

.eap-bragwall-5 .hero {
  position: relative;
  height: 100%;
  min-height: 300px; }

.eap-bragwall-5 .hero-info {
  position: relative;
  color: #333;
  text-align: center;
  padding-top: 3em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0em auto;
  width: 100%;
  max-width: 600px; }

.eap-bragwall-5 .cta-button {
  margin-top: 1em;
  font-size: 14px;
  font-family: var(--eap-button-font);
  font-weight: bold;
  text-transform: uppercase;
  background-color: #9BA6B2;
  color: #fff !important;
  border-radius: 4px;
  padding: .75em 2em;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-bragwall-5 .cta-button:hover {
    opacity: .9;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-bragwall-5 .next-hidden {
  opacity: 0;
  position: relative;
  margin-top: 2em;
  color: #fff;
  transition: .4s ease; }

.eap-bragwall-5 .feed {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.eap-bragwall-5 .bragwall-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 1em; }

.eap-bragwall-5 .brag-image {
  background-color: #fff;
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 56.25%;
  box-shadow: 0 50px 100px -30px rgba(0, 0, 0, 0.4);
  margin-bottom: 6em;
  z-index: 1;
  transition: 500ms ease; }

.eap-bragwall-5 .card {
  width: 100%;
  max-width: 360px;
  min-height: 400px;
  position: absolute;
  left: -60px;
  top: 60px;
  background-color: #fff;
  padding: 1em;
  box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 2;
  transition: 500ms ease; }

.eap-bragwall-5 .card p {
  position: relative;
  color: #333;
  font-size: 1.3em;
  line-height: 1.6em;
  padding: 1.5em;
  z-index: 10;
  font-style: italic; }

.eap-bragwall-5 .card h4 {
  position: relative;
  color: #9BA6B2;
  font-size: .8em;
  line-height: 1.6em;
  padding: 0em 2em;
  z-index: 10;
  opacity: .5;
  margin-bottom: 0; }

.eap-bragwall-5 .logo {
  width: 150px;
  padding-left: 1.1em; }

.eap-bragwall-5 .play {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.4);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer; }
  .eap-bragwall-5 .play:hover {
    transform: translate(-50%, -50%) scale(1.04);
    box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.6);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-bragwall-5 i.play-icon {
  color: #9BA6B2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em; }

.eap-bragwall-5 .quotes {
  background-color: rgba(218, 225, 233, 0.4);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: -10px;
  z-index: 1; }

.eap-bragwall-5 i.quote {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, -1);
  font-size: 3em; }

.eap-bragwall-5 .next {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  color: #fff;
  height: 50px;
  width: 150px;
  text-align: center;
  border-radius: 4px; }

.eap-bragwall-5 .previous {
  position: relative;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  display: inline-block;
  width: 50px;
  height: 50px;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer; }
  .eap-bragwall-5 .previous:hover {
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px) scale(1.02);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-bragwall-5 i.next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em; }

@media screen and (min-width: 0px) and (max-width: 750px) {
  .eap-bragwall-5 .card {
    padding-top: 2em;
    max-width: 100%;
    left: 0;
    top: 0;
    position: relative; }
  .eap-bragwall-5 .next-hidden {
    opacity: 1;
    transition: .4s ease; }
  .eap-bragwall-5 .brag-image {
    margin-bottom: 0;
    height: 250px; }
  .eap-bragwall-5 .next {
    opacity: 0; }
  .eap-bragwall-5 .eap-bragwall-template-5 {
    font-size: 16px; }
  .eap-bragwall-5 .card {
    text-align: center;
    min-height: 100%; }
  .eap-bragwall-5 .card h4,
  .eap-bragwall-5 .logo {
    margin: 0 auto;
    text-align: center;
    padding: 0; }
  .eap-bragwall-5 .card p {
    padding: .5em; }
  .eap-bragwall-5 .bragwall-container {
    padding: .5em;
    padding-bottom: 5em; } }

@media screen and (min-width: 751px) and (max-width: 980px) {
  .eap-bragwall-5 .bragwall-container {
    max-width: 700px !important; } }

.eap-bragwall-5 .video-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.92);
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .8s ease; }

.eap-bragwall-5 .show {
  opacity: 1;
  pointer-events: all; }
  .eap-bragwall-5 .show .video-container {
    transition: .4s ease; }

.eap-bragwall-5 .video-container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-200px) translateX(-50%);
  max-width: 560px;
  height: 315px;
  margin: 0 auto;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.15);
  transition: .4s ease; }

.eap-bragwall-5 .close-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #9BA6B2;
  font-size: 41px !important;
  cursor: pointer; }
</pre></body></html>