<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
  margin-top: 100px;
  background-color: #F8F8F8; }
  .footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 70px 61px; }
    .footer .footer-content .footer-mobile {
      display: none; }
    .footer .footer-content .footer-col {
      max-width: 200px;
      width: 100%; }
      .footer .footer-content .footer-col .footer-col-title {
        font-size: 21px;
        font-family: "Gilroy", sans-serif;
        font-weight: 400;
        line-height: 36px;
        color: #2d2f33;
        margin-bottom: 30px; }
      .footer .footer-content .footer-col .footer-column-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 20px; }
        .footer .footer-content .footer-col .footer-column-links .link a {
          font-family: "Gilroy", sans-serif;
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          color: #2d2f33;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .footer .footer-content .footer-col .footer-column-links .link a:hover {
            color: #3856da; }
    .footer .footer-content .footer-info-col {
      max-width: 360px;
      width: 100%; }
      .footer .footer-content .footer-info-col .top-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 40px;
        margin-bottom: 30px; }
        .footer .footer-content .footer-info-col .top-part .logo {
          min-width: 88px;
          width: 88px;
          height: 50px; }
          .footer .footer-content .footer-info-col .top-part .logo .image {
            display: block;
            width: 100%;
            height: 100%; }
        .footer .footer-content .footer-info-col .top-part .text {
          font-family: "Gilroy", sans-serif;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          color: #2d2f33; }
      .footer .footer-content .footer-info-col .bottom-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 47px; }
        .footer .footer-content .footer-info-col .bottom-part .socials {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .footer .footer-content .footer-info-col .bottom-part .socials .social-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 36px;
            height: 36px;
            background-color: #3856da;
            border-radius: 50%;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .footer .footer-content .footer-info-col .bottom-part .socials .social-link:hover {
              background-color: #4362ec; }
            .footer .footer-content .footer-info-col .bottom-part .socials .social-link .icon {
              width: 12px;
              height: 12px; }
        .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          row-gap: 20px; }
          .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            row-gap: 17px; }
            .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper .link {
              font-family: "Gilroy", sans-serif;
              font-weight: 400;
              font-size: 12px;
              line-height: 18px;
              color: #2d2f33;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
              .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper .link:hover {
                color: #3856da; }
            .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper .partners-list {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-column-gap: 45px;
                 -moz-column-gap: 45px;
                      column-gap: 45px; }
              .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper .partners-list .partner-el {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper .partners-list .partner-el span {
                  margin-right: 10px;
                  font-size: 14px;
                  line-height: 21px;
                  color: #1c1c1c;
                  opacity: 0.5; }
                .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper .partners-list .partner-el img {
                  height: 17px; }
          .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .copyrights {
            font-size: 12px;
            line-height: 18px;
            color: #1c1c1c;
            opacity: 0.5; }

@media (min-width: 1601px) {
  .footer .footer-content {
    padding: 70px 0 65px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px; }
    .footer .footer-content .footer-col .footer-col-title {
      font-weight: 500; }
    .footer .footer-content .footer-info-col {
      margin: 0 0 0 auto; } }

@media (min-width: 1439px) and (max-width: 1600px) {
  .footer .footer-content {
    padding: 70px 0 65px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }
    .footer .footer-content .footer-col .footer-col-title {
      font-weight: 500; }
    .footer .footer-content .footer-info-col {
      margin: 0 0 0 auto; } }

@media (max-width: 1279px) {
  .footer .footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 70px 0 32px;
    row-gap: 50px; }
    .footer .footer-content .footer-info-col {
      max-width: 100%; }
      .footer .footer-content .footer-info-col .top-part {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-column-gap: 155px;
           -moz-column-gap: 155px;
                column-gap: 155px;
        margin: 0 0 50px; }
        .footer .footer-content .footer-info-col .top-part .text {
          max-width: 415px; }
      .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper .partners-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }

@media (max-width: 767px) {
  .footer {
    margin: 64px 0 0; }
    .footer .footer-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 32px 0;
      row-gap: 50px; }
      .footer .footer-content .footer-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin: 0 0 40px; }
        .footer .footer-content .footer-mobile .footer-mob-col {
          display: block;
          max-width: 100%;
          width: 100%;
          border-bottom: 1px solid #c7c7c7;
          padding: 16px 0;
          position: relative; }
          .footer .footer-content .footer-mobile .footer-mob-col .footer-col-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            font-size: 21px;
            line-height: 36px; }
            .footer .footer-content .footer-mobile .footer-mob-col .footer-col-title:after {
              content: url(../images/icon-menu-arrow.svg);
              position: absolute;
              top: 15px;
              right: 20px;
              -webkit-transform: rotate(0);
                  -ms-transform: rotate(0);
                      transform: rotate(0);
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s;
              cursor: pointer; }
            .footer .footer-content .footer-mobile .footer-mob-col .footer-col-title.active:after {
              -webkit-transform: rotate(180deg);
                  -ms-transform: rotate(180deg);
                      transform: rotate(180deg);
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
          .footer .footer-content .footer-mobile .footer-mob-col .footer-column-links {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            row-gap: 20px;
            padding: 0;
            max-height: 0;
            overflow: hidden;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .footer .footer-content .footer-mobile .footer-mob-col .footer-column-links .link a {
              font-size: 14px;
              line-height: 16px;
              color: #2d2f33; }
            .footer .footer-content .footer-mobile .footer-mob-col .footer-column-links.active {
              padding: 24px 0 8px;
              max-height: 600px;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
      .footer .footer-content .footer-col {
        display: none; }
      .footer .footer-content .footer-info-col .top-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset;
        row-gap: 26px;
        margin: 0 0 32px; }
        .footer .footer-content .footer-info-col .top-part .text {
          max-width: 100%; }
      .footer .footer-content .footer-info-col .bottom-part {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        row-gap: 32px; }
        .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper {
          row-gap: 32px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            row-gap: 30px; }
            .footer .footer-content .footer-info-col .bottom-part .copyrights-wrapper .partners-wrapper .partners-list {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-column-gap: 45px;
                 -moz-column-gap: 45px;
                      column-gap: 45px; } }
</pre></body></html>