.layout-container footer {
  margin-top: auto;
}
.Copyright1-606da3009e84a .socials {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  display: flex;
  flex-direction: row;
  margin: 0 -0.75rem;
}
.Copyright1-606da3009e84a .socials__item {
  padding: 0;
  margin: 0;
  color: currentColor;
}
.Copyright1-606da3009e84a .socials__link {
  color: currentColor;
  transition: color 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem;
}
.Copyright1-606da3009e84a .socials__link:hover {
  color: #F3121A;
}
.Copyright1-606da3009e84a .socials__link:focus {
  color: #f5363c;
}
.Copyright1-606da3009e84a .socials__link .svg-inline--fa {
  color: currentColor;
}
.Copyright1-606da3009e84a .copyright {
  background-color: #202229;
  color: #AAAAAA;
  position: relative;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 10px;
}
.Copyright1-606da3009e84a .copyright__cols {
  display: grid;
  grid-gap: 0 30px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-auto-rows: auto;
}
@media (min-width: 768px) {
  .Copyright1-606da3009e84a .copyright__cols {
    grid-template-columns: repeat(2, auto);
  }
}
.Copyright1-606da3009e84a .copyright__col {
  font-size: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
@media (min-width: 768px) {
  .Copyright1-606da3009e84a .copyright__col:last-of-type {
    align-items: flex-end;
  }
  .Copyright1-606da3009e84a .copyright__col:last-of-type .copyright__ew {
    padding-top: 0.75rem;
  }
}
.Copyright1-606da3009e84a .copyright__col:last-of-type .socials {
  display: none;
}
.Copyright1-606da3009e84a .copyright__info {
  font-size: 0.7em;
  display: block;
  padding-top: 0.75rem;
  color: currentColor;
}
.Copyright1-606da3009e84a .copyright__ew {
  font-size: 0.7em;
  display: block;
  padding-bottom: 0.75rem;
  color: currentColor;
}
.Copyright1-606da3009e84a .copyright__ew-link {
  color: currentColor;
  transition: color 0.5s ease;
}
.Copyright1-606da3009e84a .copyright__ew-link:hover {
  color: #fff;
}
.Copyright1-606da3009e84a .copyright__ew-link:focus {
  color: white;
}
.Copyright1-606da3009e84a .copyright:not(.copyright--with-socials) .copyright__col:first-of-type .copyright__ew {
  display: none;
}
@media (min-width: 768px) {
  .Copyright1-606da3009e84a .copyright:not(.copyright--with-socials) .copyright__col:first-of-type .copyright__info {
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .Copyright1-606da3009e84a .copyright--with-socials .copyright__col:last-of-type {
    grid-row: 1 / span 1;
  }
}
.Copyright1-606da3009e84a .copyright--with-socials .copyright__col:last-of-type .copyright__ew {
  display: none;
}
.Copyright1-606da3009e84a .copyright--with-socials .copyright__col:last-of-type .socials {
  display: flex;
}
.Copyright1-606da3009e84a .copyright__arrow {
  display: none;
}
@media (min-width: 1400px) {
  .Copyright1-606da3009e84a .copyright__arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    transition: background-color 0.5s ease, color 0.5s ease;
    background-color: #F3121A;
    color: #fff;
    border: 0;
    outline: none;
  }
  .Copyright1-606da3009e84a .copyright__arrow:hover {
    background-color: #d30b12;
    color: #d9d9d9;
  }
  .Copyright1-606da3009e84a .copyright__arrow:hover .svg-inline--fa {
    transform: scale(1.1);
  }
  .Copyright1-606da3009e84a .copyright__arrow:focus {
    background-color: #ae090f;
    color: #b3b3b3;
  }
  .Copyright1-606da3009e84a .copyright__arrow:focus .svg-inline--fa {
    transform: scale(1.2);
  }
  .Copyright1-606da3009e84a .copyright__arrow .svg-inline--fa {
    transition: transform 0.2s linear;
    transform: scale(1);
    color: currentColor;
  }
}
