@import url(../Base.css);
.button-hover {
  transition: all 0.3s ease; }

.button-hover:hover {
  -webkit-box-shadow: 0 2px 4px 0 #208aec;
  box-shadow: 0 2px 4px 0 #208aec;
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  -webkit-transition-duration: .45s;
  transition-duration: .45s; }

.footer-component {
  width: 100%;
  background: #1c1e21;
  color: #fff; }
  .footer-component .footer-container-top {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 14px; }
    .footer-component .footer-container-top .left-logo {
      width: 317px;
      height: 192px;
      border-right: 1px solid rgba(247, 248, 250, 0.07);
      margin-right: 30px;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap; }
      .footer-component .footer-container-top .left-logo > img {
        width: 140px;
        height: 25px; }
      .footer-component .footer-container-top .left-logo > p {
        margin-top: 25px;
        color: #aeb3bc; }
    .footer-component .footer-container-top .right-nav {
      flex: 1; }
      .footer-component .footer-container-top .right-nav .right-nav-title {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(247, 248, 250, 0.07);
        margin-bottom: 15px;
        padding-top: 24px;
        font-size: 14px;
        font-weight: bold;
        color: white; }
        .footer-component .footer-container-top .right-nav .right-nav-title > li {
          flex: 1;
          text-align: center; }
      .footer-component .footer-container-top .right-nav .right-nav-link {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: nowrap; }
        .footer-component .footer-container-top .right-nav .right-nav-link > ul {
          width: 25%;
          color: #aeb3bc; }
          .footer-component .footer-container-top .right-nav .right-nav-link > ul > li {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-align: center;
            margin-top: 10px;
            font-size: 12px; }
            .footer-component .footer-container-top .right-nav .right-nav-link > ul > li a {
              color: #aeb3bc; }
              .footer-component .footer-container-top .right-nav .right-nav-link > ul > li a:hover {
                color: #ffffff; }
  .footer-component .footer-container-bottom {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-top: 1px solid rgba(247, 248, 250, 0.07);
    height: 56px;
    font-size: 12px;
    color: #8A8F98; }
    .footer-component .footer-container-bottom .copy-right {
      margin-right: 47px; }
    .footer-component .footer-container-bottom a {
      font-size: 12px;
      color: #8A8F98; }
      .footer-component .footer-container-bottom a:hover {
        color: #fff; }
