*, :after, :before {
  box-sizing: border-box;
}

figure, footer, nav {
  display: block;
}

[class^=icon-] {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

a {
  -webkit-tap-highlight-color: transparent;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

[class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e918";
}

.icon-rss:before {
  content: "\e919";
}

.icon-twitter:before {
  content: "\e91c";
}

p {
  font-size: 1.2857142857rem;
  line-height: 1.4444444444;
  margin: 0 0 24px;
}

a {
  text-decoration: none;
  transition: color .3s ease;
  color: #000;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  padding-left: 0;
  list-style: none;
}

ul li:before {
  display: none;
}

.footer {
  margin-top: var(--sectionMargin);
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.footer__top {
  background-color: #e6ecf2;
}

.footer__topInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 0;
}

.footer__logo {
  margin-bottom: 24px;
  position: relative;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 0;
}

.footer__menu {
  border-bottom: 1px solid #d3d6da;
  margin-bottom: 24px;
  padding-bottom: 24px;
  width: 100%;
}

.footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
}

.footer__menu ul li {
  line-height: 1.15;
}

.footer__menu ul a {
  font-weight: 500;
  font-size: .9285714286rem;
  line-height: 1.2307692308;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer__infoBar {
  display: flex;
  align-items: center;
  width: 100%;
}

.footer__infoBar .copyright {
  margin-left: auto;
  font-weight: 600;
  font-size: 1.0714285714rem;
  line-height: 1.2666666667;
}

figure.atcom {
  position: relative;
}

figure.atcom img {
  width: 169px;
  height: 12px;
}

.footerMember {
  margin: 0 0 44px;
}

.footerMember__txt {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 6px;
  color: #455264;
  line-height: 1;
}

.wrapper {
  margin: 0 auto;
  padding: 0 var(--gridSpace);
  width: 100%;
  max-width: 1594px;
}

.social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social a {
  width: 32px;
  height: 32px;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #acb1b8;
  transition: color .3s ease, border-color .3s ease;
}

@media (max-width:767px) {
  p {
      font-size: 1.1428571429rem;
  }

  .footer__topInner {
      padding: 40px 0;
  }

  .footer__logo img {
      width: auto;
      height: 40px;
  }

  .footer__menu ul {
      gap: 32px 24px;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      text-align: center;
      max-width: 256px;
      margin: 0 auto;
  }

  .footer__infoBar {
      flex-direction: column-reverse;
      text-align: center;
  }

  .footer__infoBar .copyright {
      margin-bottom: 32px;
      margin-left: 0;
  }

  .footerMember {
      margin-bottom: 32px;
  }
}

@media (hover:hover) and (pointer:fine) {
  a:hover {
      color: #455264;
  }

  .social a:hover {
      border-color: #455264;
  }
}

@media print {
  a img {
      border: 0;
  }

  a {
      color: #000;
  }

  a:link::after, a:link:after, a:visited::after, a:visited:after {
      font-size: smaller;
  }

  .social {
      display: none;
  }

  body .footer {
      display: none !important;
  }

  .wrapper {
      max-width: 1050px;
      padding: 0 20px;
      margin: 0 auto;
  }

  img {
      max-width: 100%;
      width: 100%;
  }
}

.footerMember img {
  width: 90px;
}

@media (max-width: 767px) {
  .footerMember img {
      width: 70px;
  }
}

@font-face {
  font-family: icomoon;
  src: url("icomoon.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}