.footer {
  width: 100%;
  background: #272C4D;
  margin-top: 130px; }
  .footer .footer-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%; }
    .footer .footer-wrapper .f-nav-wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
      background: #0D0D0D; }
      .footer .footer-wrapper .f-nav-wrapper .f-nav {
        width: 100%;
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 60px 0px;
        box-sizing: border-box; }
        .footer .footer-wrapper .f-nav-wrapper .f-nav .f-nav-logo {
          width: 174px;
          height: 38px; }
        .footer .footer-wrapper .f-nav-wrapper .f-nav .f-nav-box {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          gap: 140px; }
          .footer .footer-wrapper .f-nav-wrapper .f-nav .f-nav-box a {
            text-decoration: none; }
            .footer .footer-wrapper .f-nav-wrapper .f-nav .f-nav-box a span {
              font-family: Regular_Medium;
              font-weight: normal;
              font-size: 15px;
              color: #8A949E;
              line-height: 18px;
              text-align: right;
              font-style: normal; }
              .footer .footer-wrapper .f-nav-wrapper .f-nav .f-nav-box a span:hover {
                color: #FFFFFF; }
    .footer .footer-wrapper .f-t-wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
      background: #1B1D26; }
      .footer .footer-wrapper .f-t-wrapper .footer-t {
        width: 100%;
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 0px;
        box-sizing: border-box; }
        .footer .footer-wrapper .f-t-wrapper .footer-t .f-platform {
          display: flex;
          gap: 12px; }
          .footer .footer-wrapper .f-t-wrapper .footer-t .f-platform a {
            text-decoration: none; }
            .footer .footer-wrapper .f-t-wrapper .footer-t .f-platform a img {
              width: 40px;
              height: 40px;
              opacity: 0.6; }
              .footer .footer-wrapper .f-t-wrapper .footer-t .f-platform a img:hover {
                opacity: 1; }
        .footer .footer-wrapper .f-t-wrapper .footer-t .f-text {
          display: flex;
          align-items: center;
          gap: 30px; }
          .footer .footer-wrapper .f-t-wrapper .footer-t .f-text span {
            font-family: Regular;
            font-weight: 400;
            font-size: 11px;
            color: #8A949E;
            line-height: 21px;
            text-align: left;
            font-style: normal; }
          .footer .footer-wrapper .f-t-wrapper .footer-t .f-text .footer-email {
            display: flex;
            align-items: center;
            cursor: pointer; }
            .footer .footer-wrapper .f-t-wrapper .footer-t .f-text .footer-email img {
              width: 10px;
              height: 10px;
              opacity: 0.5;
              margin-left: 5px; }
            .footer .footer-wrapper .f-t-wrapper .footer-t .f-text .footer-email:hover span {
              color: #FFFFFF; }
            .footer .footer-wrapper .f-t-wrapper .footer-t .f-text .footer-email:hover img {
              opacity: 1; }

@media only screen and (max-width: 1440px) {
  .footer .footer-wrapper .f-nav-wrapper {
    padding: 0px 60px !important;
    box-sizing: border-box; }
  .footer .footer-wrapper .f-t-wrapper {
    padding: 0px 60px !important;
    box-sizing: border-box; } }
@media only screen and (max-width: 700px) {
  .footer {
    margin-top: 60px !important; }
    .footer .footer-wrapper .f-nav-wrapper {
      padding: 0px 15px !important;
      box-sizing: border-box; }
      .footer .footer-wrapper .f-nav-wrapper .f-nav {
        padding: 25px 0px !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 25px !important; }
        .footer .footer-wrapper .f-nav-wrapper .f-nav .f-nav-box {
          gap: 40px !important; }
      .footer .footer-wrapper .f-nav-wrapper .f-nav-logo {
        width: 138px !important;
        height: 30px !important; }
    .footer .footer-wrapper .f-t-wrapper {
      padding: 0px 15px !important;
      box-sizing: border-box; }
      .footer .footer-wrapper .f-t-wrapper .footer-t {
        padding: 10px 0px !important;
        flex-direction: column-reverse;
        gap: 10px !important;
        align-items: flex-start !important; }
        .footer .footer-wrapper .f-t-wrapper .footer-t .f-platform a {
          width: 30px;
          height: 30px; }
          .footer .footer-wrapper .f-t-wrapper .footer-t .f-platform a img {
            width: 30px !important;
            height: 30px !important; } }

/*# sourceMappingURL=footer.css.map */
