@charset "UTF-8";

@media all {
  .custom-footer a {
    background-color: transparent;
  }
  .custom-footer img {
    border-style: none;
  }
}

@media all {
  .custom-footer * {
    box-sizing: border-box;
  }
  .custom-footer a {
    color: #202020;
    text-decoration: underline;
  }
  .custom-footer a:hover {
    color: #0052f9;
  }
  .custom-footer img {
    max-width: 100% !important;
    height: auto;
  }
  .custom-footer .wrapper {
    padding: 0px 20px;
    position: relative;
    max-width: 1060px;
    box-sizing: border-box;
    margin: 0px auto;
  }
  .custom-footer h3 {
    margin-top: 0;
    margin-bottom: 19px;
    font-weight: 800;
    color: #0052f9;
    line-height: 1.5;
    font-size: 20px;
    font-family: "gilroy", sans-serif;
  }
  .custom-footer .footer-soc {
    display: inline-flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #202020;
    color: #fff !important;
  }
  .custom-footer .logo-container {
    line-height: 1;
  }
  .custom-footer .logo-container img {
    width: 190px !important;
    height: auto !important;
  }
  .custom-footer .logo-container .base-line {
    color: #aaa;
    font-size: 15px;
    font-family: "gilroy", sans-serif;
    letter-spacing: 0.155em;
  }
  .custom-footer .footer {
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 70px 0px;
  }
  .custom-footer .footer a {
    text-decoration: none;
    color: #202020;
  }
  .custom-footer .footer a:hover {
    color: #0052f9;
    text-decoration: underline;
  }
  .custom-footer .footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .custom-footer .footer .wrapper > div {
    flex: 0 1 70%;
  }
  .custom-footer .footer .wrapper > div:first-child {
    flex: 0 1 30%;
  }
  .custom-footer .footer .wrapper .grid {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .custom-footer .footer .wrapper .grid > div {
    max-width: 180px;
  }
  .custom-footer .footer .wrapper h3 {
    margin-top: 0;
    margin-bottom: 19px;
    font-weight: 800;
    color: #0052f9;
    line-height: 1.2;
    font-size: 18px;
    font-family: "gilroy", sans-serif;
  }
  .custom-footer .privacy {
    background-color: #e0e0e0;
    text-align: center;
    font-size: 13px;
    padding: 20px 0px;
  }
  .custom-footer .privacy a {
    text-decoration: none;
    color: #202020;
  }
  .custom-footer .privacy a:hover {
    color: #0052f9;
    text-decoration: underline;
  }
}

@media (max-width: 800px) {
  .custom-footer .footer .wrapper .grid {
    padding-left: 20px;
  }
  .custom-footer .footer .wrapper .grid > div {
    max-width: 100%;
    flex: 0 1 48%;
  }
}

@media (max-width: 600px) {
  .custom-footer .logo-container .base-line {
    font-size: 14px;
    letter-spacing: 0.09em;
  }
  .custom-footer .footer .wrapper {
    display: block;
  }
  .custom-footer .footer .wrapper .grid {
    padding-left: 0px;
  }
}

@media (max-width: 480px) {
  .custom-footer .logo-container .base-line {
    font-size: 15px;
    letter-spacing: normal;
  }
}
