<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.link-expanded-mega-menu {
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 408px;
  min-height: 408px;
  align-items: flex-start;
  padding-top: 2.5rem!important;
}

.link-expanded-mega-menu--titles {
  flex: 1 0 30%;
  list-style: none;
  text-align: right;
  margin-left: 0px;
  margin-right: 80px;

  li {
    width: 100%;
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 0.3px;
    color: #525d69;

    &amp;:hover {
      cursor: pointer;
      font-weight: bold;
    }

    &amp;[data-active="true"] {
      font-weight: bold;
    }
  }
}

.link-expanded-mega-menu-content {
  flex: 0 0 80%;

  .mega-menu-content--item {
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px 30px;
    max-width: 1000px;
    width: 70%;

    &amp;[data-active="true"] {
      display: flex;
    }

    .link-expanded-mega-menu--standard-link,
    .link-expanded-mega-menu--blog-post {
      display: flex;
      flex-direction: column;
      white-space: normal;
      flex: 0 0 25%;

      @media (max-width: 1500px) {
        &amp; {
          flex: 0 0 30%;
        }
      }

      &amp; :hover {
        opacity: 0.8;
        transition: opacity 0.3s;
      }

      &amp;:after {
        display: none !important;
      }

      &amp; img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
      }

      &amp; span {
        font-size: 14px;
        display: inline-block;
        width: fit-content;
        color: #525d69;
        font-weight: 500;
      }
    }

    .link-expanded-mega-menu--standard-link {
      &amp; span {
        border-bottom: 1px solid #525d69;
        padding-bottom: 2px;
      }
    }

    .link-expanded-mega-menu--blog-post {
      text-transform: unset !important;
      font-weight: 600;
      color: #525d69;
      font-size: 12px;
    }

    .link-expanded-mega-menu--rich-content {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 60px;
      width: 100%;

      &amp; img {
        flex: 0 0 405px;
      }

      &amp; .metafield-rich_text_field {
        flex: 0 1 207px;
        white-space: normal;

        &amp; &gt; * {
          color: #525d69;
        }

        &amp; h3 {
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0.3px;
        }

        &amp; a:last-of-type {
          display: inline-block;
          border-bottom: 1px solid #525d69;
          margin-top: 40px;
          color: #525d69;

          &amp;:after {
            display: none !important;
          }
        }
      }
    }

    .column-global-link {
      display: block;
      width: 80%;
      text-align: center;
      margin-top: 10px;
      font-size: 12px;
      color: #525d69;
      text-decoration: underline;
      &amp;:after {
        display: none;
      }
    }
  }
}
</pre></body></html>