<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eap-bragwall-2 {
  position: relative; }
  .eap-bragwall-2 .container-fluid {
    padding: 0 !important;
    margin: 0 !important; }
  .eap-bragwall-2 .show {
    opacity: 1 !important;
    pointer-events: all !important;
    transition: 0.8s fade; }
    .eap-bragwall-2 .show .video-modal-content {
      transform: translateY(0px) !important; }
  .eap-bragwall-2 .video-modal {
    position: fixed;
    background-color: #fff;
    color: #fff;
    width: auto;
    height: auto;
    bottom: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.8s ease;
    overflow-y: auto; }
    .eap-bragwall-2 .video-modal h4 {
      font-size: 2em;
      color: #333; }
    .eap-bragwall-2 .video-modal .video-modal-content {
      max-width: 560px;
      transform: translateY(-200px);
      transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
      padding: 1em;
      margin: 0 auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%) !important; }
    .eap-bragwall-2 .video-modal .video-modal-close a {
      position: absolute;
      top: 0;
      right: 16px;
      color: #9ba6b2 !important; }
    .eap-bragwall-2 .video-modal .yt-video {
      margin: 1em auto;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }
  .eap-bragwall-2 a {
    text-decoration: none;
    color: #fff; }
    .eap-bragwall-2 a:hover {
      color: #fff;
      text-decoration: none; }
  .eap-bragwall-2 .main {
    margin: 0 auto;
    font-size: 16px;
    background-color: #f5f7fa;
    height: 100%; }
  .eap-bragwall-2 .hero {
    text-align: center;
    position: relative;
    min-height: 100%;
    padding-bottom: 100px; }
  .eap-bragwall-2 .hero-info {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 4em;
    padding-top: calc( var(--eap-nav-overtflow-padding) + 2em);
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
  .eap-bragwall-2 .hero-info h1 {
    color: #ffffff;
    font-size: 3em;
    margin-top: 1em; }
  .eap-bragwall-2 .hero-info p {
    font-size: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.5em; }
  .eap-bragwall-2 .hero-info .icon {
    margin: 0 auto;
    border-radius: 50%;
    color: #4885ed;
    background-image: linear-gradient(0deg, #eee 0%, #ffffff 75%);
    border: 2px solid #ffffff;
    width: 75px;
    height: 75px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    text-shadow: none; }
  .eap-bragwall-2 i.material-icons {
    font-size: 41px;
    padding-top: 17px; }
  .eap-bragwall-2 .hero-bg-screen {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 1;
    background-color: rgba(72, 133, 237, 0.45);
    -webkit-backdrop-filter: blur(8px); }
  .eap-bragwall-2 .hero-bg-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-origin: bottom;
    background-position: center; }
    @media screen and (max-width: 1024px) {
      .eap-bragwall-2 .hero-bg-img {
        background-attachment: scroll; } }
  .eap-bragwall-2 .color-one {
    color: #4885ed;
    background-color: #fff; }
  .eap-bragwall-2 .color-two {
    color: #fff;
    background-color: #4885ed;
    width: 100%; }
  .eap-bragwall-2 .cta-button {
    line-height: 3em;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-family: var(--eap-button-font);
    font-weight: bold;
    min-width: 200px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: uppercase;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
    .eap-bragwall-2 .cta-button:hover {
      transform: translateY(-5px) scale(1.03);
      transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
  .eap-bragwall-2 .feed {
    position: relative;
    top: -100px;
    z-index: 10; }
  .eap-bragwall-2 .card {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    margin-top: 10em;
    max-width: 750px;
    width: 100%;
    height: 100%;
    margin: 2em auto;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    overflow: hidden; }
    .eap-bragwall-2 .card:hover {
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
      transform: translateY(-5px);
      transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
      .eap-bragwall-2 .card:hover .card-image img {
        transform: scale(1.05) rotate(-2deg) translate(-3px, -5px);
        transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
      .eap-bragwall-2 .card:hover .card-video {
        transform: translateY(0px);
        transition: 0.4s ease;
        opacity: 1; }
        .eap-bragwall-2 .card:hover .card-video:hover {
          transform: scale(1.04) translateY(-5px); }
  .eap-bragwall-2 .card-image {
    height: 300px;
    overflow: hidden; }
  .eap-bragwall-2 .card-image img {
    width: 100%;
    border-radius: 16px;
    z-index: 1;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-bragwall-2 .card-info {
    margin: 3em 4em;
    background-color: #fff;
    z-index: 5; }
  .eap-bragwall-2 .card-info h2 {
    font-size: 2em;
    color: #333; }
  .eap-bragwall-2 .card-info p {
    font-size: 1.25em;
    color: #9ba6b2; }
  .eap-bragwall-2 .card-video {
    margin: 0 auto;
    padding-top: 0.5em;
    position: absolute;
    top: 6em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #4885ed;
    color: #fff;
    -webkit-backdrop-filter: blur(5px);
    width: 200px;
    border-radius: 50px;
    transform: translateY(-50px);
    transition: 0.4s ease;
    opacity: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25); }
    .eap-bragwall-2 .card-video:hover {
      background-color: #4885ed;
      color: #fff !important;
      transition: 0.8s ease;
      transform: scale(1.4); }
  .eap-bragwall-2 .play-button i.material-icons {
    font-size: 22px;
    padding-top: 0;
    margin: 0;
    color: #fff; }
  .eap-bragwall-2 .play-button {
    display: inline-block;
    position: relative;
    bottom: -5px;
    left: 4px; }
  .eap-bragwall-2 .card-video p {
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase; }
  @media screen and (min-width: 0px) and (max-width: 415px) {
    .eap-bragwall-2 .main {
      font-size: 14px;
      background-color: #fff; }
    .eap-bragwall-2 .feed {
      position: relative;
      top: 0; }
    .eap-bragwall-2 .hero-info {
      padding: 1em;
      margin-top: 6em; }
    .eap-bragwall-2 .hero-info h1 {
      font-size: 2em; }
    .eap-bragwall-2 .card-image {
      padding: 1em; }
    .eap-bragwall-2 .card-video {
      transform: translateY(0px);
      opacity: 1;
      position: relative;
      top: 0;
      margin-bottom: 2em; }
    .eap-bragwall-2 .card-info {
      margin: 2em; }
    .eap-bragwall-2 .card {
      box-shadow: none; }
      .eap-bragwall-2 .card:hover {
        box-shadow: none;
        transform: none; }
        .eap-bragwall-2 .card:hover .card-image img {
          transform: rotate(0deg); } }
  @media screen and (min-width: 416px) and (max-width: 750px) {
    .eap-bragwall-2 .main {
      font-size: 14px;
      background-color: #fff; }
    .eap-bragwall-2 .hero-info {
      padding: 1em;
      margin-top: 3em; }
    .eap-bragwall-2 .hero-info h1 {
      font-size: 2em; }
    .eap-bragwall-2 .feed {
      position: relative;
      top: 0; }
    .eap-bragwall-2 .card-image {
      padding: 1em; }
    .eap-bragwall-2 .card-video {
      transform: translateY(0px);
      opacity: 1;
      position: relative;
      top: 0;
      margin-bottom: 2em; }
    .eap-bragwall-2 .card-info {
      margin: 2em; }
    .eap-bragwall-2 .card {
      box-shadow: none; }
      .eap-bragwall-2 .card:hover {
        box-shadow: none;
        transform: none; }
        .eap-bragwall-2 .card:hover .card-image img {
          transform: rotate(0deg); } }
</pre></body></html>