/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/layout/footer/footer.scss ***!
  \**********************************************************************************************************************************************************************************************/
@keyframes arrow-animation {
  0% {
    transform-origin: 50% 50%;
    transform: scaleX(1) scaleY(1) translateX(0);
    opacity: 1;
  }
  30% {
    transform: scaleX(1.5) scaleY(0.8) translateX(70%);
    opacity: 0;
  }
  31% {
    transform: scaleX(1.5) scaleY(0.8) translateX(70%);
  }
  32% {
    transform: scaleX(1.5) scaleY(0.8) translateX(-90%);
    opacity: 0;
  }
  33% {
    transform: scaleX(1.5) scaleY(0.8) translateX(-90%);
    opacity: 0;
  }
  80% {
    transform-origin: 50% 50%;
    transform: scaleX(1) scaleY(1) translateX(0%);
    opacity: 1;
  }
}
.font-bold {
  font-weight: 700;
}

hr {
  border: none;
  -webkit-border-before: 0.0625rem solid;
          border-block-start: 0.0625rem solid;
}

.footer {
  background: rgb(var(--color-blue-100));
  /* Footer Logo */
  /* Footer Links */
  /*Footer Socials*/
  /*Footer bottom*/
}
.footer,
.footer a {
  color: rgb(var(--color-white)) !important;
}
.footer a {
  text-decoration: none;
  font-weight: 700;
}
.footer__container {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
.footer__logo svg {
  max-width: 20.625rem;
  width: 100%;
}
.footer__label {
  margin-bottom: 1.25rem;
  color: rgba(var(--white), 0.35);
}
.footer__socials-ul {
  display: flex;
  margin-block: 2.375rem;
  gap: 2rem;
}
.footer__links {
  display: flex;
  gap: 2.5rem;
}
.footer__ul {
  margin-block: 3.125rem 2.5rem;
}
.footer__li + .footer__li {
  -webkit-margin-before: 0.4375rem;
          margin-block-start: 0.4375rem;
}
.footer__button.button {
  display: flex;
  justify-content: center;
}
.footer__separator {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
.footer__bottom {
  justify-content: space-between;
  margin-top: 2rem;
}
.footer__award-wrapper {
  display: grid;
  grid-gap: 2rem;
}
.footer__award {
  display: flex;
  font-weight: 700;
  align-items: center;
}
.footer__award .typo {
  max-inline-size: 7.5rem;
}
.footer__award svg {
  -webkit-margin-end: 0.875rem;
          margin-inline-end: 0.875rem;
}
.footer__legals {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media print, screen and (min-width: 75.0625em) {
  .footer__top {
    display: grid;
    grid-template: "contact	.		buttons" "contact	.		." "contact	pages	.";
  }
  .footer__contact {
    display: flex;
    flex-direction: column;
    grid-area: contact;
    gap: 10px;
  }
  .footer__links {
    grid-area: pages;
    justify-content: space-between;
  }
  .footer__buttons {
    grid-area: buttons;
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
    justify-content: end;
    grid-column-gap: 1rem;
  }
  .footer__ul {
    margin-block: 0;
  }
  .footer__separator {
    -webkit-margin-before: 3.625rem;
            margin-block-start: 3.625rem;
  }
  .footer__bottom {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
  .footer__award-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__legals {
    max-inline-size: 30rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media print, screen and (max-width: 75.06125em) {
  .footer__button + .footer__button {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
@media print, screen and (max-width: 37.56125em) {
  .footer__container {
    padding-top: 4rem;
  }
}
